toplev.c (output_stack_usage): Use lbasename instead of basename.
[gcc.git] / gcc / ChangeLog
1 2010-09-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2
3 * toplev.c (output_stack_usage): Use lbasename instead of
4 basename.
5
6 2010-09-08 Martin Jambor <mjambor@suse.cz>
7
8 PR other/45443
9 * doc/invoke.texi: Add -fipa-cp-clone to list of switches turned on
10 at -O3.
11
12 2010-09-08 Richard Guenther <rguenther@suse.de>
13
14 * gimple.c (gimple_types, type_hash_cache): Move to GC memory.
15 (visit): Adjust.
16 (iterative_hash_gimple_type): Likewise.
17 (gimple_type_hash): Likewise.
18 (gimple_register_type): Likewise.
19 (print_gimple_types_stats): Likewise.
20 (free_gimple_type_tables): Likewise.
21
22 2010-09-08 Michael Matz <matz@suse.de>
23
24 PR tree-optimization/43430
25 * tree-vect-stmts.c (vectorizable_condition): Support multiple
26 copies for conditional statements if it's not part of a reduction.
27
28 2010-09-08 Michael Matz <matz@suse.de>
29
30 PR tree-optimization/33244
31 * tree-ssa-sink.c (statement_sink_location): Don't sink into
32 empty loop latches.
33
34 2010-09-08 Richard Guenther <rguenther@suse.de>
35
36 PR tree-optimization/45578
37 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr):
38 Be more careful when transfering alignment information to
39 the new induction variable.
40 (copy_ref_info): Likewise.
41
42 2010-09-08 Richard Guenther <rguenther@suse.de>
43
44 * tree.h (TYPE_ORIG_SIZE_TYPE): Remove.
45 * c-typeck.c (comptypes_internal): Remove TYPE_ORIG_SIZE_TYPE
46 checks.
47
48 2010-09-08 Arnaud Charlet <charlet@adacore.com>
49
50 * c-tree.h, c-decl.c (build_enumerator): Add location parameter.
51 * c-parser.c (c_parser_enum_specifier): Adjust call to build_enumerator.
52
53 2010-09-08 Kenneth Zadeck <zadeck@naturalbridge.com>
54 PR doc/45587
55 * doc/md.texi: Fixed modes on several standard pattern names.
56
57 2010-09-08 Mingjie Xing <mingjie.xing@gmail.com>
58
59 * config/mips/loongson.md (loongson_psll<V_suffix>): Rename to...
60 (ashl<mode>3): ...this.
61 (loongson_psra<V_suffix>): Rename to...
62 (ashr<mode>3): ...this.
63 (loongson_psrl<V_suffix>): Rename to...
64 (lshr<mode>3): ...this.
65 * config/mips/mips.c (CODE_FOR_loongson_psllh): Define.
66 (CODE_FOR_loongson_psllw): Define.
67 (CODE_FOR_loongson_psrlh): Define.
68 (CODE_FOR_loongson_psrlw): Define.
69 (CODE_FOR_loongson_psrah): Define.
70 (CODE_FOR_loongson_psraw): Define.
71
72 2010-09-07 Richard Henderson <rth@redhat.com>
73
74 * tree-vect-data-refs.c: Include tm_p.h.
75 * Makefile.in (tree-vect-data-refs.o): Update deps.
76 * config/i386/i386-protos.h (ix86_cfun_abi, ix86_function_type_abi):
77 Move delarations outside #ifdef RTX_CODE.
78
79 2010-09-07 Richard Henderson <rth@redhat.com>
80
81 * final.c (rest_of_handle_final): Unconditionally do
82 output_function_exception_table before assemble_end_function.
83
84 2010-09-07 Jan Hubicka <jh@suse.cz>
85
86 * tree-inline.c (tree_inlinable_function_p): Do not test DECL_REPLACEABLE_P.
87 * ipa-inline.c (cgraph_default_inline_p, update_caller_keys, update_callee_keys,
88 cgraph_decide_inlining): Test function availability.
89 * cif-code.def (OVERWRITABLE): New code.
90
91 2010-09-07 H.J. Lu <hjl.tools@gmail.com>
92 Jack Howarth <howarth@bromo.med.uc.edu>
93
94 PR target/36502
95 PR target/42313
96 PR target/44651
97 * gcc/config/i386/darwin.h (STACK_BOUNDARY): Redefine as 128 for
98 profiling or 64-bit MS_ABI and as BITS_PER_WORD otherwise.
99 (PREFERRED_STACK_BOUNDARY): Replace STACK_BOUNDARY with 128 in
100 MAX macro.
101
102 2010-09-07 H.J. Lu <hongjiu.lu@intel.com>
103
104 * unwind-dw2-fde-glibc.c: Include <elf.h> for DT_CONFIG.
105 Include <link.h> only if USE_PT_GNU_EH_FRAME is defined.
106
107 2010-09-07 H.J. Lu <hongjiu.lu@intel.com>
108
109 * config.gcc: Don't append t-android for Android targets.
110
111 * config/t-android: Removed.
112
113 2010-09-07 Richard Henderson <rth@redhat.com>
114
115 * target.def (TARGET_ASM_EMIT_EXCEPT_PERSONALITY): New hook.
116 * doc/tm.texi.in: Add doc marker.
117 * doc/tm.texi: Rebuild.
118 * except.c (switch_to_exception_section): Always build.
119 (output_one_function_exception_table): Move section switch,
120 personality output, and label output ...
121 (output_function_exception_table): ... here. Use the new
122 personality hook.
123
124 * config/ia64/ia64.c (ia64_asm_emit_except_personality,
125 ia64_asm_init_sections, TARGET_ASM_EMIT_EXCEPT_PERSONALITY,
126 TARGET_ASM_INIT_SECTIONS): New.
127 (ia64_asm_unwind_emit): Rename from process_for_unwind_directive,
128 make static.
129 (TARGET_ASM_UNWIND_EMIT): Update to match.
130 * config/ia64/ia64-protos.h (process_for_unwind_directive): Remove.
131
132 * config/arm/arm.c (arm_asm_emit_except_personality): New.
133 (arm_asm_init_sections): New.
134 (TARGET_ASM_EMIT_EXCEPT_PERSONALITY, TARGET_ASM_INIT_SECTIONS): New.
135
136 2010-09-07 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
137
138 * config/arm/arm.md: Remove unused variable.
139
140 2010-09-07 Anatoly Sokolov <aesok@post.ru>
141
142 * config/m32r/m32r.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
143 * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Define.
144 (m32r_memory_move_cost): New function.
145
146 2010-09-07 H.J. Lu <hongjiu.lu@intel.com>
147
148 * config.gcc: Append t-android for Android targets.
149
150 * config/t-android: New.
151
152 2010-09-07 Richard Henderson <rth@redhat.com>
153
154 * target.def (unwind_emit_before_insn): New hook.
155 * doc/tm.texi.in: Add @hook marker for it.
156 * doc/tm.texi: Rebuild.
157 * final.c (final_scan_insn): Respect unwind_emit_before_insn.
158
159 2010-09-07 Martin Jambor <mjambor@suse.cz>
160
161 PR fortran/43665
162 * ipa-cp.c (ipcp_versionable_function_p): Return false if there
163 are any type attributes.
164
165 2010-09-07 Jan Hubicka <jh@suse.cz>
166
167 * tree-ssa-ccp.c (fold_const_aggregate_ref): Fix handling of
168 array_ref_low_bound in string access folding.
169
170 2010-09-07 Uros Bizjak <ubizjak@gmail.com>
171
172 PR target/45206
173 * config/i386/i386.c (ix86_expand_epilogue): Mark SP as valid after
174 eh_return fixup sequence.
175
176 2010-09-07 Jan Hubicka <jh@suse.cz>
177
178 * gimple-fold.c (maybe_fold_reference): Verify that operand is
179 gimple_min_invariant.
180
181 2010-09-07 Richard Guenther <rguenther@suse.de>
182
183 PR middle-end/45569
184 * tree-eh.c (operation_could_trap_helper_p): Neither COMPLEX_EXPR
185 nor CONSTRUCTOR can trap.
186 * tree-complex.c (update_complex_assignment): Update EH info.
187
188 2010-09-07 Richard Guenther <rguenther@suse.de>
189
190 PR middle-end/45569
191 * tree-cfg.c (build_gimple_cfg): Remove redundant stmt verification.
192 * passes.c (execute_function_todo): Do not verify anything if
193 we saw errors.
194
195 2010-09-07 Richard Guenther <rguenther@suse.de>
196
197 * tree-pretty-print.c (dump_generic_node): Dump void types as void.
198
199 2010-09-07 Bernd Schmidt <bernds@codesourcery.com>
200
201 PR target/43137
202 * config/arm/iterators.md (qhs_zextenddi_cond, qhs_sextenddi_cond):
203 New define_mode_attrs.
204 * config/arm/arm.md (zero_extendsidi2, arm_zero_extendsidi2,
205 arm_exxtendsidi2, arm_extendsidi2): Delete patterns.
206 (zero_extend<mode>di2, extend<mode>di2 and related splits): New.
207 (thumb1_zero_extendhisi2): Remove code to handle LABEL_REFs.
208 Remove pool_range attribute.
209 (arm_zero_extendhisi2, arm_zero_extendhisi2_v6, arm_zero_extendqisi2,
210 arm_zero_extendqisi2_v6, thumb1_zero_extendqisi2_v6): Remove
211 pool_range and neg_pool_range attributes.
212 * config/arm/thumb2.md (thumb2_zero_extendsidi2,
213 thumb2_zero_extendhidi2, thumb2_zero_extendqidi2, thumb2_extendsidi2,
214 thumb2_extendhidi2, thumb2_extendqidi2): Delete.
215
216 2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
217
218 * config/i386/linux-unwind.h (x86_fallback_frame_state): Properly
219 check glibc.
220
221 2010-09-06 Uros Bizjak <ubizjak@gmail.com>
222
223 PR target/22152
224 * config/i386/mmx.md (*mov<mode>_internal_rex64,
225 *mov<mode>_internal_avx, *mov<mode>_internal,
226 *movv2sf_internal_rex64_avx, *movv2sf_internal_rex64,
227 *movv2sf_internal_avx, *movv2sf_internal): Split out !y-!y alternative.
228
229 2010-09-06 Mark Mitchell <mark@codesourcery.com>
230
231 * c-typeck.c (do_warn_double_promotion): Remove.
232 * doc/invoke.texi (-Wdouble-promotion): Note available for C++ and
233 Objective-C++ too.
234
235 2010-09-06 Anatoly Sokolov <aesok@post.ru>
236
237 * config/frv/frv.h (CLASS_LIKELY_SPILLED_P): Remove.
238 * config/frv/frv-protos.h (frv_class_likely_spilled_p): Remove.
239 * config/frv/frv.c (frv_class_likely_spilled_p): Make static. Change
240 argument type to reg_class_t. Change result type to bool.
241 (TARGET_CLASS_LIKELY_SPILLED_P): Define.
242
243 2010-09-06 Nicola Pero <nicola.pero@meta-innovation.com>
244
245 PR libobjc/19850
246 * gthr-posix.h (__gthread_objc_thread_detach): Use
247 _objc_thread_attribs when detaching a thread.
248 * gthr-posix95.h (__gthread_objc_thread_detach): Same change.
249
250 2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
251
252 PR target/45524
253 * configure.ac (enable_decimal_float): Set to $default_decimal_float.
254 * configure: Regenerated.
255
256 2010-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
257
258 * combine.c (try_combine): Set subst_low_luid to i0.
259
260 2010-09-06 Richard Guenther <rguenther@suse.de>
261
262 * tree.def (MISALIGNED_INDIRECT_REF): Remove.
263 * tree.h (INDIRECT_REF_P): Only check for INDIRECT_REF.
264 (build_aligned_type): Declare.
265 * tree.c (check_qualified_type): Also compare TYPE_ALIGN.
266 (check_aligned_type): New function.
267 (build_aligned_type): Likewise.
268 * expr.c (expand_assignment): Handle misaligned stores via
269 TARGET_MEM_REF and MEM_REF using movmisalign_optab.
270 (expand_expr_real_1): Likewise.
271 (safe_from_p): Remove MISALIGNED_INDIRECT_REF handling.
272 * tree-vect-stmts.c (vectorizable_store): Do not build
273 MISALIGNED_INDIRECT_REF but initialize alignment information.
274 (vectorizable_load): Likewise.
275 * builtins.c (get_object_alignment): Remove MISALIGNED_INDIRECT_REF
276 handling.
277 * cfgexpand.c (expand_debug_expr): Likewise.
278 * dwarf2out.c (loc_list_from_tree): Likewise.
279 * fold-const.c (maybe_lvalue_p): Likewise.
280 (operand_equal_p): Likewise.
281 (build_fold_addr_expr_with_type_loc): Likewise.
282 * gimplify.c (gimplify_addr_expr): Likewise.
283 (gimplify_expr): Likewise.
284 * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
285 (verify_gimple_assign_single): Likewise.
286 * tree-dump.c (dequeue_and_dump): Likewise.
287 (tree_could_trap_p): Likewise.
288 * tree-predcom.c (ref_at_iteration): Likewise.
289 * tree-pretty-print.c (dump_generic_node): Likewise.
290 (op_code_prio): Likewise.
291 (op_symbol_code): Likewise.
292 * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
293 * tree-ssa-loop-im.c (for_each_index): Likewise.
294 (gen_lsm_tmp_name): Likewise.
295 * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
296 (find_interesting_uses_address): Likewise.
297 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
298 * tree-ssa-operands.c (get_expr_operands): Likewise.
299 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
300 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
301 (ao_ref_init_from_vn_reference): Likewise.
302 * tree.c (staticp): Likewise.
303 (build1_stat): Likewise.
304 (reference_alias_ptr_type): Likewise.
305 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
306 * config/rs6000/rs6000.c (rs6000_check_sdmode): Remove
307 MISALIGNED_INDIRECT_REF handling.
308
309 2010-09-06 Richard Guenther <rguenther@suse.de>
310
311 PR tree-optimization/45534
312 * tree-ssa-address.c (create_mem_ref_raw): Add verify parameter.
313 (create_mem_ref): Do verify the created TARGET_MEM_REF is valid
314 on the target.
315 (maybe_fold_tmr): Do not verify the created TARGET_MEM_REF is
316 valid on the target.
317
318 2010-09-06 Andreas Schwab <schwab@redhat.com>
319
320 * configure.ac: Quote argument of AC_MSG_WARN.
321 * configure: Regenerate.
322
323 2010-09-06 Alexander Monakov <amonakov@ispras.ru>
324
325 * sel-sched.c (move_cond_jump): Correct arguments to
326 maybe_tidy_empty_bb.
327 * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
328
329 2010-09-06 Andrey Belevantsev <abel@ispras.ru>
330
331 PR rtl-optimization/44919
332 * sel-sched.c (move_cond_jump): Remove assert, check that
333 the several blocks case can only happen with mutually exclusive
334 insns instead. Rewrite the movement code to support moving through
335 several basic blocks.
336
337 2010-09-06 Uros Bizjak <ubizjak@gmail.com>
338
339 * config/i386/i386.md (iptrsize): New mode attribute.
340 (tp_seg): Ditto.
341 (*load_tp_<mode>): Macroize insn from *load_tp_{si,di} using P
342 mode iterator.
343 (*add_tp_<mode>): Ditto from *add_tp_{si,di}.
344 (stack_protect_set_<mode>): Ditto from stack_protect_set_{si,di}.
345 (stack_protect_test_<mode>): Ditto from stack_protect_test_{si,di}.
346 (stack_tls_protect_set_<mode>): Ditto from
347 stack_tls_protect_set_{si,di}. Use %@ to output segment register
348 of thread base pointer load.
349 (stack_tls_protect_test_<mode>): Ditto from
350 stack_tls_protect_test_{si,di}. Use %@ to output segment register
351 of thread base pointer load.
352 (stack_protect_set): Rewrite using indirect functions.
353 (stack_protect_test): Ditto.
354 * config/i386/i386.c (ix86_print_operand_punct_valid): Add '@'.
355 (ix86_print_operand): Handle '@'.
356
357 2010-09-05 Giuseppe Scrivano <gscrivano@gnu.org>
358
359 * tree-tailcall.c (process_assignment): Handle NEGATE_EXPR and
360 MINUS_EXPR.
361
362 2010-09-05 Mark Mitchell <mark@codesourcery.com>
363
364 * doc/invoke.texi: Document -Wdouble-promotion.
365 * c-typeck.c (convert_arguments): Check for implicit conversions
366 from float to double.
367 (do_warn_double_promotion): New function.
368 (build_conditional_expr): Use it.
369 (build_binary_op): Likewise.
370
371 2010-09-05 Richard Guenther <rguenther@suse.de>
372
373 PR tree-optimization/45535
374 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
375 handle TMR_INDEX2. Make sure TMR_INDEX is not NULL before
376 dereferencing it.
377 (indirect_refs_may_alias_p): Likewise.
378
379 2010-09-05 Naveen H.S <naveen.S@kpitcummins.com>
380
381 * config/sh/sh.c (sh_option_override): Make static.
382 Adjust comments. Declare.
383 (sh_function_value_regno_p): Likewise.
384 (sh_register_move_cost): Modify the arguments, make static.
385 Adjust comments. Declare.
386 (TARGET_OPTION_OVERRIDE, TARGET_REGISTER_MOVE_COST
387 TARGET_FUNCTION_VALUE_REGNO_P): Define.
388 * config/sh/sh.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P
389 REGISTER_MOVE_COST): Delete.
390 * config/sh/sh-protos.h (sh_override_options): Delete.
391 (sh_register_move_cost): Delete.
392 (sh_function_value_regno_p): Delete.
393
394 2010-09-04 Anatoly Sokolov <aesok@post.ru>
395
396 * config/m32r/m32r.c (m32r_function_value, m32r_libcall_value,
397 m32r_function_value_regno_p): New functions.
398 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
399 TARGET_FUNCTION_VALUE_REGNO_P): Declare.
400 * config/m32r/m32r.h: (FUNCTION_VALUE, LIBCALL_VALUE,
401 FUNCTION_VALUE_REGNO_P): Remove.
402
403 2010-09-04 Jan Hubicka <jh@suse.cz>
404
405 * gimple-fold.c (maybe_fold_reference): Use fold_const_aggregate_ref.
406 * tree-ssa-ccp.c (fold_const_aggregate_ref): Use
407 fold_read_from_constant_string.
408
409 * gimple.h (canonicalize_constructor_val): Declare.
410 * gimple-fold.c (canonicalize_constructor_val): New function.
411 (get_symbol_constant_value):Use it.
412 * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
413
414 2010-09-04 Jan Hubicka <jh@suse.cz>
415
416 * tree-switch-conversion.c (build_one_array): Set constructor to be
417 static.
418 * varpool.c (varpool_finalize_decl): Compute const_value_known.
419
420 2010-09-04 Richard Guenther <rguenther@suse.de>
421
422 PR bootstrap/45519
423 * tree-flow.h (force_gimple_operand_1): Declare.
424 (force_gimple_operand_gsi_1): Likewise.
425 * gimplify.c (force_gimple_operand_1): New worker taking a
426 gimple predicate for ...
427 (force_gimple_operand): ... which now wraps it.
428 (force_gimple_operand_gsi_1, force_gimple_operand_gsi): Likewise.
429 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Revert
430 last change.
431 * tree-ssa-address.c (gimplify_mem_ref_parts): Use
432 force_gimple_operand_gsi_1 with is_gimple_mem_ref_addr.
433 (create_mem_ref): Likewise.
434
435 2010-09-04 Uros Bizjak <ubizjak@gmail.com>
436
437 * config/i386/predicates.md (sse_reg_operand): New predicate.
438 * config/i386/i386.md (TFmode push splitter): Use sse_reg_operand
439 predicate for operand 1.
440 (XFmode push splitter): Use fp_register_operand predicate
441 for operand 1.
442 (*dummy_extendsfdf2, *dummy_extendsfxf2): Remove disabled patterns.
443 (SF-DF float_extend push splitter): Add reload_completed insn
444 predicate.
445 ({SF,DF}-XF float_extend_push splitter): Macroize splitter using
446 MODEF mode macro. Add reload_completed insn predicate.
447
448 2010-09-04 Paolo Bonzini <bonzini@gnu.org>
449
450 * df.h (enum df_ref_class): Remove DF_REF_EXTRACT.
451 (struct df_extract_ref): Remove.
452 (union df_ref_d): Remove extract_ref member.
453 (df_ref_create): Remove last three arguments.
454 (DF_REF_LOC): Remove DF_REF_EXTRACT case.
455 * df-scan.c (df_ref_record): Remove last three arguments, do not
456 pass them to df_ref_create_structure.
457 (df_uses_record): Remove first and last three arguments. Replace
458 first argument with DF_REF_REGULAR, adjust calls to remove the
459 width, offset and mode. Always call recursively on the second
460 and third argument of ZERO_EXTRACT and SIGN_EXTRACT.
461 (df_ref_create_structure): Remove first argument.
462 (struct df_scan_problem_data): Remove ref_extract_pool.
463 (df_scan_free_internal): Do not free it.
464 (df_scan_alloc): Do not allocate it.
465 (df_ref_create): Remove last three arguments, do not pass them to
466 df_ref_create_structure.
467 (df_free_ref): Remove DF_REF_EXTRACT case.
468 (df_notes_rescan): Adjust call to df_uses_record.
469 (df_ref_equal_p, df_ref_compare, df_ref_create_structure):
470 Remove DF_REF_EXTRACT case.
471 (df_def_record_1): Do not special case class for a ZERO_EXTRACT lhs.
472 Adjust calls to df_ref_record, using DF_REF_REGULAR for all REG
473 and SUBREG definitions.
474 (df_get_conditional_uses): Remove references to width/offset/mode,
475 adjust call to df_ref_create_structure.
476 (df_get_call_refs, df_insn_refs_collect, df_bb_refs_collect,
477 df_entry_block_defs_collect, df_exit_block_uses_collect): Adjust
478 calls to df_uses_record and df_ref_record.
479 * fwprop.c (update_df): Remove references to width/offset/mode,
480 adjust call to df_ref_create.
481
482 2010-09-03 Jan Hubicka <jh@suse.cz>
483
484 * ipa.c (build_cdtor): Take VECtor as argument; fix array walk.
485 (build_cdtor_fns): Update use of build_cdtor.
486
487 2010-09-03 Joseph Myers <joseph@codesourcery.com>
488
489 * doc/options.texi (SeparateAlias): Document.
490 * opt-functions.awk (switch_flags): Handle SeparateAlias.
491 * opth-gen.awk: Generate enumeration names for options marked
492 SeparateAlias, but not for those marked Ignore.
493 * opts-common.c (generate_canonical_option): Don't output separate
494 argument for options marked CL_SEPARATE_ALIAS.
495 (decode_cmdline_option): Handle CL_SEPARATE_ALIAS.
496 * opts.h (CL_SEPARATE_ALIAS): New.
497 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
498 CL_COMMON): Adjust definitions.
499 * config/i386/darwin.opt, config/mips/sde.opt: New.
500 * common.opt (fdump-final-insns): New.
501 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
502 i386/darwin.opt.
503 (mips*-sde-elf*): Add mips/sde.opt.
504 * config/mips/sde.h (DRIVER_SELF_SPECS): Don't handle
505 -mno-data-in-code and -mcode-xonly here.
506 * defaults.h (DEFAULT_SWITCH_TAKES_ARG): Add 'd'.
507 * gcc.c (option_map): Add "j" to --dump entry.
508 (translate_options): Don't translate -d to -foutput-class-dir= here.
509
510 2010-09-03 Sebastian Pop <sebastian.pop@amd.com>
511
512 * tree-data-ref.c (dr_may_alias_p): Replace !DR_IS_READ with
513 DR_IS_WRITE.
514 (compute_all_dependences): Same.
515 (create_rdg_edge_for_ddr): Same.
516 * tree-data-ref.h (DR_IS_WRITE): New.
517 (ddr_is_anti_dependent): Replace !DR_IS_READ with DR_IS_WRITE.
518 * tree-if-conv.c (write_memrefs_written_at_least_once): Same.
519 (write_memrefs_written_at_least_once): Same.
520 * tree-predcom.c (suitable_component_p): Same.
521 (determine_roots_comp): Same.
522 (execute_load_motion): Same.
523 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Same.
524 (vect_enhance_data_refs_alignment): Same.
525 (vect_analyze_group_access): Same.
526
527 2010-09-03 Joern Rennecke <joern.rennecke@embecosm.com>
528
529 PR testsuite/42843
530 * Makefile.in (PLUGINCC): Define in terms of @CC@ / @CXX@
531 (PLUGINCFLAGS): Define in terms of @CFLAGS@ / @CXXFLAGS@
532
533 2010-09-03 Marcin Baczynski <marbacz@gmail.com>
534
535 * dwarf2out.c (file scope): Remove #if0'd code.
536 (gen_subprogram_die): Same.
537
538 2010-09-03 Jakub Jelinek <jakub@redhat.com>
539
540 PR middle-end/45484
541 * dwarf2out.c (flush_queued_reg_saves): Rename to...
542 (dwarf2out_flush_queued_reg_saves): ... this. No longer static.
543 (dwarf2out_frame_debug_expr, dwarf2out_frame_debug): Adjust callers.
544 * dwarf2out.h (dwarf2out_flush_queued_reg_saves): New prototype.
545 * config/i386/i386.c (output_set_got): Call it.
546
547 2010-09-03 Michael Matz <matz@suse.de>
548
549 PR middle-end/45415
550 * tree-sra.c (sra_modify_assign): If we modify the statement,
551 say so.
552
553 * tree-ssa.c (verify_ssa): Check number of operands and links
554 per statement to agree.
555
556 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
557 Iain Sandoe <iains@gcc.gnu.org>
558
559 PR target/45476
560 * config/i386/t-darwin (LIB2FUNCS_EXCLUDE): New.
561 * config/i386/darwin.h (LIBGCC2_HAS_TF_MODE,
562 LIBGCC2_TF_CEXT, TF_SIZE): New defines.
563
564 2010-09-03 Richard Guenther <rguenther@suse.de>
565
566 * lto-streamer-out.c (output_function): Output function
567 start and end loci.
568 * lto-streamer-in.c (input_function): Input function start
569 and end loci.
570
571 2010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
572
573 * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
574 * Makefile.in: Add aclocal.m4 dependency to dfp.m4.
575 * configure: Regenerate.
576 * aclocal.m4: Regenerate.
577
578 2010-09-03 Jan Hubicka <jh@suse.cz>
579
580 PR lto/44812
581 * lto-cgraph.c (intput_node, input_varpool_node): Set DECL_EXTERNAL
582 on functions/variables in other partition.
583
584 2010-09-03 Jan Hubicka <jh@suse.cz>
585
586 * cgraph.h (struct varpool_node): Add const_value_known.
587 (varpool_decide_const_value_known): Declare.
588 * tree-ssa-ccp.c (fold_const_aggregate_ref): Update initializer folding.
589 * lto-cgraph.c (lto_output_varpool_node): Store const_value_known.
590 (input_varpool_node): Restore const_value_known.
591 * tree-ssa-loop-ivcanon (constant_after_peeling): Check varpool for
592 initializer folding.
593 * ipa.c (ipa_discover_readonly_nonaddressable_var,
594 function_and_variable_visibility): Compute const_value_known.
595 * gimple-fold.c (get_symbol_constant_value): Use varpool for
596 initializer folding.
597 * varpool.c (varpool_decide_const_value_known): New function.
598
599 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
600
601 * config/i386/i386.md: Remove empty preparation statements
602 from splitters.
603
604 2010-09-03 Jan Hubicka <jh@suse.cz>
605
606 * passes.c (rest_of_decl_compilation): Do not add local vars into
607 varpool.
608 * varpool.c (varpool_get_node, varpool_node): Sanity check that only
609 static or extern vars are in varpool.
610 (varpool_finalize_decl): Sanity check that only static vars are
611 finalized.
612
613 2010-09-03 Jakub Jelinek <jakub@redhat.com>
614
615 PR debug/45500
616 * dwarf2out.c (rtl_for_decl_init): Give up for all generic vectors,
617 not just generic vectors with BLKmode.
618
619 2010-09-03 Richard Guenther <rguenther@suse.de>
620
621 * tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
622 Move TMR_OFFSET to second operand. Add TMR_INDEX2.
623 * tree.h (TMR_SYMBOL): Remove.
624 (TMR_BASE, TMR_OFFSET): Adjust.
625 (TMR_INDEX2): New.
626 * alias.c (ao_ref_from_mem): Use TMR_BASE.
627 * builtins.c (get_object_alignment): Merge TMR_BASE and
628 TMR_SYMBOL handling.
629 * cfgexpand.c (expand_debug_expr): Use TMR_BASE.
630 * gimple.c (get_base_address): Merge MEM_REF and TARGET_MEM_REF
631 handling. Also allow TARGET_MEM_REF as base address.
632 (walk_stmt_load_store_addr_ops): TMR_BASE is always non-NULL.
633 * gimplify.c (gimplify_expr): Gimplify TMR_BASE like MEM_REF
634 base. Gimplify TMR_INDEX2.
635 * tree-cfg.c (verify_types_in_gimple_reference): Adjust.
636 * tree-dfa.c (get_ref_base_and_extent): Likewise.
637 (get_addr_base_and_unit_offset): Likewise.
638 * tree-eh.c (tree_could_trap_p): Likewise.
639 * tree-pretty-print.c (dump_generic_node): Likewise.
640 * tree-ssa-address.c (tree_mem_ref_addr): Simplify. Handle TMR_INDEX2.
641 (create_mem_ref_raw): Merge symbol and base. Move 2ndary
642 base to index2.
643 (get_address_description): Reconstruct addres description
644 from merged TMR_BASE and TMR_INDEX2.
645 (maybe_fold_tmr): Fold propagated addresses.
646 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Merge
647 MEM_REF and TARGET_MEM_REF paths.
648 (indirect_refs_may_alias_p): Likewise.
649 * tree-ssa-live.c (mark_all_vars_used_1): Handle TMR_INDEX2
650 instead of TMR_SYMBOL.
651 * tree-ssa-operands.c (get_tmr_operands): Simplify.
652 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Adjust
653 according to changes ...
654 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): ... here.
655 Split TARGET_MEM_REF into two fields plus the base.
656 * tree.c (mem_ref_offset): Simplify.
657 * tree-ssa-loop-im.c (for_each_index): Handle TMR_INDEX2.
658 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Likewise.
659 Strip NOPs when folding MEM_REF addresses.
660 * tree-ssa-sink.c (is_hidden_global_store): Handle TARGET_MEM_REF.
661 * gimple-fold.c (maybe_fold_reference): Fold TARGET_MEM_REF here ...
662 (fold_gimple_assign): ... not here.
663
664 2010-09-03 Mingjie Xing <mingjie.xing@gmail.com>
665
666 * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change the definition.
667 * config/mips/mips.c (mips_shift_truncation_mask): New function.
668 (TARGET_SHIFT_TRUNCATION_MASK): Define.
669
670 2010-09-02 Richard Henderson <rth@redhat.com>
671
672 * configure.ac (gcc_cv_as_cfi_advance_working): Use objdump
673 instead of readelf in the test.
674 (gcc_cv_as_cfi_sections_directive): Check for correct relocation
675 in the .debug_frame section for coff targets.
676 * configure: Rebuild.
677
678 2010-09-02 Anatoly Sokolov <aesok@post.ru>
679
680 * config/m32c/m32c.h (CLASS_LIKELY_SPILLED_P): Remove.
681 * config/m32c/m32c-protos.h (m32c_class_likely_spilled_p): Remove.
682 * config/m32c/m32c.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
683 (m32c_class_likely_spilled_p): Make static. Change argument type to
684 reg_class_t. Change result type to bool.
685
686 2010-09-02 Michael Meissner <meissner@linux.vnet.ibm.com>
687
688 * config/rs6000/rs6000.opt (-mfriz): New switch to control whether
689 to convert (double)(long) into a single FRIZ instruction or not
690 when -ffast-math is used.
691
692 * config/rs6000/vsx.md (VSX_DF): New iterator for DF/V2DF modes.
693 (vsx_float_fix_<mode>2): Optimize (double)(long) into X{S,V}RDPIZ
694 or FRIZ instruction if -ffast-math.
695 * config/rs6000/rs6000.md (friz): Ditto.
696
697 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mfriz.
698
699 2010-09-02 Joseph Myers <joseph@codesourcery.com>
700
701 * opth-gen.awk (quote, comma): Remove unused variables.
702
703 2010-09-02 Ryan Mansfield <rmansfield@qnx.com>
704
705 * arm.c (arm_override_options): Correct fall-back code to use
706 SUBTARGET_CPU_DEFAULT.
707
708 2010-09-02 Julian Brown <julian@codesourcery.com>
709
710 * config/arm/neon.md (UNSPEC_VCLE, UNSPEC_VCLT): New constants for
711 unspecs.
712 (vcond<mode>, vcondu<mode>): New expanders.
713 (neon_vceq<mode>, neon_vcge<mode>, neon_vcgt<mode>): Support
714 comparisons with zero.
715 (neon_vcle<mode>, neon_vclt<mode>): New patterns.
716 * config/arm/constraints.md (Dz): New constraint.
717
718 2010-09-02 Anatoly Sokolov <aesok@post.ru>
719
720 * target.def (class_likely_spilled_p): New hook.
721 * doc/tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Document.
722 * doc/tm.texi: Regenerate.
723 * targhooks.c (default_class_likely_spilled_p): New function.
724 * targhooks.h (default_class_likely_spilled_p): Declare.
725 * regs.h (CLASS_LIKELY_SPILLED_P): Remove.
726 * combine.c (cant_combine_insn_p, likely_spilled_retval_p): Use
727 TARGET_CLASS_LIKELY_SPILLED_P target hook. Use HARD_REGISTER_P macro.
728 Use fixed_reg_set instead of fixed_regs.
729 * cse.c (hash_rtx_cb): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
730 * calls.c (avoid_likely_spilled_reg): Ditto.
731 * ira-conflicts.c (ira_build_conflicts): Ditto.
732 * ira.c (update_equiv_regs): Ditto.
733 * mode-switching.c (create_pre_exit): Ditto.
734 * regmove.c (find_matches): Ditto.
735 (regclass_compatible_p): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
736 * reload.c (SMALL_REGISTER_CLASS_P): Remove macro.
737 (small_register_class_p): New inline function.
738 (push_secondary_reload, find_reusable_reload, find_reloads): Use
739 small_register_class_p instead of SMALL_REGISTER_CLASS_P.
740
741 * config/i386/i386.h (CLASS_LIKELY_SPILLED_P): Remove.
742 * config/i386/i386.c (ix86_class_likely_spilled_p): New.
743 (TARGET_CLASS_LIKELY_SPILLED_P): Define.
744
745 2010-09-02 Richard Guenther <rguenther@suse.de>
746
747 PR tree-optimization/44937
748 PR tree-optimization/45412
749 * ipa-split.c (split_function): Properly remove PHI nodes.
750
751 2010-09-02 Joseph Myers <joseph@codesourcery.com>
752
753 * opts.h (struct cl_option): Add warn_message field.
754 (struct cl_decoded_option): Add warn_message field.
755 * doc/options.texi (Ignore, Warn): Document.
756 * opt-functions.awk (needs_state_p): Don't consider aliases or
757 ignored options to need state saved.
758 * optc-gen.awk: Handle Warn and Ignore.
759 * opth-gen.awk: Output OPT_SPECIAL_ignore.
760 * opts-common.c (decode_cmdline_option): Set warn_message field.
761 Handle ignored options.
762 (decode_cmdline_options_to_array, generate_option,
763 generate_option_input_file): Set warn_message field.
764 (read_cmdline_option): Generate warnings from warn_message field.
765 Handle ignored options.
766 * common.opt (Wunreachable-code, fargument-alias,
767 fargument-noalias, fargument-noalias-global,
768 fargument-noalias-anything, fcse-skip-blocks, fforce-addr,
769 floop-optimize, frerun-loop-opt, fsched2-use-traces, fsee,
770 fstrength-reduce, ftree-store-ccp, ftree-store-copy-prop,
771 ftree-salias): Mark Ignore.
772 * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -mcpu,
773 -mintel-syntax and -mno-intel-syntax here.
774 * config/i386/i386.opt (mcpu=, mintel-syntax): Define as aliases
775 using Warn.
776 * opts.c (common_handle_option): Don't handle options marked as
777 ignored.
778 (enable_warning_as_error): Handle ignored options.
779
780 2010-09-02 Joseph Myers <joseph@codesourcery.com>
781
782 PR driver/44076
783 * opts.h (struct cl_option): Add alias_arg, neg_alias_arg and
784 alias_target fields.
785 * opt-functions.awk (opt_sanitized_name): Don't handle
786 finline-limit=, Wlarger-than= and ftemplate-depth= specially.
787 * optc-gen.awk: Generate alias fields.
788 * opth-gen.awk: Explicitly give values for OPT_* enum constants.
789 Don't generate such constants for aliases.
790 * opts-common.c (generate_canonical_option): New.
791 (decode_cmdline_option): Handle aliases. Use
792 generate_canonical_option for known options instead of copying the
793 input option text.
794 * doc/options.texi (Alias): Document.
795 * common.opt (W, Wlarger-than-, aux-info=, finline-limit-,
796 fstack-check, specs): Mark as aliases.
797 * gcc.c (driver_handle_option): Canonicalize -L options to joined
798 arguments.
799 (driver_handle_option): Don't handle OPT_specs.
800 * opts.c (common_handle_option): Don't handle options marked as
801 aliases.
802 (enable_warning_as_error): Handle aliases.
803 * stor-layout.c (layout_decl): Use OPT_Wlarger_than_ instead of
804 OPT_Wlarger_than_eq.
805 * tree-optimize.c (tree_rest_of_compilation): Use
806 OPT_Wlarger_than_ instead of OPT_Wlarger_than_eq.
807
808 2010-09-02 Uros Bizjak <ubizjak@gmail.com>
809
810 * config/i386/i386.md (nonmemory_operand): New mode attribute.
811 (push memory peephole2): Macroize peepholes using SWI mode iterator.
812 (move immediate to memory peephole2): Macroize peepholes using
813 SWI124 mode iterator.
814 (non-pairable NOT peephole2): Macroize peepholes using SWI124
815 mode iterator.
816 (simple lea add peephole2): Macroize peepholes using SWI48
817 mode iterator.
818 (simple lea mult peephole2): Ditto.
819 (imul by 3,5,9 to lea peephole2): Ditto.
820 (mov $-1, reg peephole2): Macroize peepholes using SWI248
821 mode iterator.
822 (imul $32bit_imm,mem,reg peephole2): Ditto.
823 (imul $8/16bit_imm,regmem,reg peephole2): Ditto.
824
825 2010-09-02 Ian Bolton <ian.bolton@arm.com>
826
827 * tree-ssa-loop-prefetch.c: Fix comment at head of file.
828
829 2010-09-02 Olivier Hainque <hainque@adacore.com>
830
831 * ira-color.c (SORTGT): New macro, helper for qsort callbacks.
832 (allocno_priority_compare_func): Use it instead of a straight
833 difference computation over priorities.
834
835 2010-09-02 Andi Kleen <ak@linux.intel.com>
836
837 * opts.c (common_handle_option): Fix OPT_fwhopr/fwhopr_ handling.
838
839 2010-09-02 Ira Rosen <irar@il.ibm.com>
840
841 * tree-vectorizer.h (get_later_stmt): New function.
842 (vect_analyze_data_ref_dependences): Add argument.
843 * tree-vect-loop.c (vect_analyze_loop): Update call to
844 vect_analyze_data_ref_dependences.
845 * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block):
846 New function.
847 (vect_analyze_data_ref_dependence): Add argument for basic block
848 dependencies. Check dependencies in basic block vectorization.
849 (vect_analyze_data_ref_dependences): Add argument and update call to
850 vect_analyze_data_ref_dependences.
851 * tree-vect-slp.c (vect_find_last_store_in_slp_instance): New.
852 (vect_bb_vectorizable_with_dependencies): New.
853 (vect_slp_analyze_bb): Check dependencies in basic block.
854 (vect_schedule_slp_instance): Insert stores before the last store in
855 SLP instance.
856
857 2010-09-02 Uros Bizjak <ubizjak@gmail.com>
858
859 PR target/45476
860 * config/i386/freebsd.h (LIBGCC2_HAS_TF_MODE,
861 LIBGCC2_TF_CEXT, TF_SIZE): New defines.
862
863 2010-09-01 Jakub Jelinek <jakub@redhat.com>
864
865 PR middle-end/45458
866 * bb-reorder.c (add_labels_and_missing_jumps): Treat
867 bbs ending with throwing insns like blocks ending with a call.
868 (fix_up_fall_thru_edges): Likewise.
869
870 2010-09-01 Nathan Froyd <froydnj@codesourcery.com>
871
872 * config/m32c/m32c-protos.h (m32c_function_arg): Delete.
873 (m32c_function_arg_advance): Delete.
874 * config/m32c/m32c.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
875 * config/m32c/m32c.c (m32c_function_arg): Make static. Adjust
876 comments. Take a const_tree and a bool. Declare.
877 (m32c_function_arg_advance): Likewise.
878 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
879
880 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
881
882 PR target/45476
883 * config/i386/cygming.h (LIBGCC2_HAS_TF_MODE,
884 LIBGCC2_TF_CEXT, TF_SIZE): Move from ...
885 * config/i386/mingw32.h: ... here.
886
887 2010-09-01 Andi Kleen <ak@linux.intel.com>
888
889 PR lto/45475
890 * lto-streamer-in.c (lto_input_ts_target_option): Add.
891 (lto_input_tree_pointers): Call lto_input_ts_target_option.
892 * lto-streamer-out (lto_output_ts_target_option): Add.
893 (lto_output_tree_pointers): Call lto_output_ts_target_option.
894
895 2010-09-01 Kai Tietz <kai.tietz@onevision.com>
896
897 PR/target 45452
898 * config/i386/cygwin.h: Change order of specified import libraries.
899 * config/i386/mingw32.h: Likewise.
900 * config/i386/t-cygwin: Likewise.
901 * config/i386/t-mingw32: Likewise.
902 * config/i386/t-mingw-w32: Likewise.
903 * config/i386/t-mingw-w64: Likewise.
904
905 2010-09-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
906
907 * config/arm/neon-schedgen.ml (core): New type.
908 (allCores): List of supported cores.
909 (availability_table): Add supported cores.
910 (collate_bypasses): Accept core as a parameter.
911 (worst_case_latencies_and_bypasses): Accept core as a parameter.
912 (emit_insn_reservations): Accept core as a parameter. Use tuneStr
913 and coreStr to get tune attribute and prefix for functional units.
914 (emit_bypasses): Accept core name and use it.
915 (calculate_per_core_availability_table): New.
916 (filter_core): New.
917 (calculate_core_availability_table): New.
918 (main): Use calculate_core_availablity_table.
919 * config/arm/cortex-a8-neon.md: Update copyright year.
920 Regenerated from ml file and merged in.
921 (neon_mrrc, neon_mrc): Rename to cortex_a8_neon_mrrc and
922 cortex_a8_neon_mrc.
923
924 2010-09-01 Ian Bolton <ian.bolton@arm.com>
925
926 * Makefile.in (tree-switch-conversion.o): Update dependencies.
927
928 2010-09-01 Richard Guenther <rguenther@suse.de>
929
930 * alias.c (ao_ref_from_mem): Adjust.
931 * builtins.c (get_object_alignment): Likewise.
932 * cfgexpand.c (expand_debug_expr): Likewise.
933 * gimple.c (get_base_address): Likewise.
934 * tree-dfa.c (get_ref_base_and_extent): Likewise.
935 (get_addr_base_and_unit_offset): Likewise. Fix for
936 both TMR_SYMBOL and TMR_BASE being set.
937 * tree-eh.c (tree_could_trap_p): Likewise.
938 * gimplify.c (gimplify_expr): Do not attempt to gimplify
939 TMR_SYMBOL. Always gimplify TMR_BASE.
940 * tree-cfg.c (verify_types_in_gimple_reference): Verify
941 TMR_BASE if there is a TMR_SYMBOL.
942 * tree-pretty-print.c (dump_generic_node): Adjust.
943 * tree-ssa-address.c (addr_for_mem_ref): Likewise.
944 (tree_mem_ref_addr): Likewise.
945 (create_mem_ref_raw): Likewise.
946 (move_fixed_address_to_symbol): Likewise.
947 (create_mem_ref): Likewise.
948 (dump_mem_address): Likewise.
949 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Adjust.
950 Fix for both TMR_SYMBOL and TMR_BASE being set.
951 (indirect_refs_may_alias_p): Likewise.
952 * tree-ssa-operands.c (get_tmr_operands): Adjust.
953 * tree.def (TARGET_MEM_REF): Adjust documentation.
954
955 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
956
957 * config/i386/i386.h (enum ix86_tune_indices) <X86_TUNE_SINGLE_POP>:
958 Rename from X86_TUNE_ADD_ESP_4.
959 <IX86_TUNE_DOUBLE_POP>: Rename from X86_TUNE_ADD_ESP_8.
960 <IX86_TUNE_SINGLE_PUSH>: Rename from X86_TUNE_SUB_ESP_4.
961 <IX86_TUNE_DOUBLE_PUSH>: Rename from X86_TUNE_SUB_ESP_8.
962 (TARGET_SINGLE_POP): Rename from TARGET_ADD_ESP_4.
963 (TARGET_DOUBLE_POP): Rename from TARGET_ADD_ESP_8.
964 (TARGET_SINGLE_PUSH): Rename from TARGET_SUB_ESP_4.
965 (TARGET_DOUBLE_POP): Rename from TARGET_SUB_ESP_8.
966 * config/i386/i386.c (initial_ix86_tune_features)
967 <X86_TUNE_SINGLE_POP>: Invert members.
968 <X86_TUNE_DOUBLE_POP>: Ditto.
969 <X86_TUNE_SINGLE_PUSH>: Ditto.
970 <X86_TUNE_DOUBLE_PUSH>: Ditto.
971 * config/i386/i386.md (*pop<mode>1): Rename from pop<mode>1.
972 No longer exported.
973 (push peephole2 patterns): Macroize peepholes using P mode iterator.
974 Adjust for renamed TARGET_{SINGLE,DOUBLE}_PUSH defines.
975 (pop peephole2 patterns): Macroize peepholes using P mode iterator.
976 Adjust for renamed TARGET_{SINGLE,DOUBLE}_POP defines.
977
978 2010-09-01 Eric Botcazou <ebotcazou@adacore.com>
979
980 * gimplify.c (gimplify_init_constructor): Do not create a temporary for
981 a volatile LHS if the constructor has only one element.
982
983 2010-09-01 Mikael Pettersson <mikpe@it.uu.se>
984
985 PR bootstrap/45321
986 * tree.c (stdarg_p): Make fntype parameter const.
987 * tree.h (stdarg_p): Likewise.
988 (function_args_iterator): Remove unused fntype field.
989 (function_args_iter_init): Do not initialize fntype
990 field. Make fntype parameter const.
991
992 2010-09-01 Richard Guenther <rguenther@suse.de>
993
994 * tree-vrp.c (adjust_range_with_scev): Use number of iteration
995 estimate.
996 (vrp_visit_phi_node): Delay using SCEV till we balloon the range.
997 (execute_vrp): Compute number of iteration estimates.
998 * cfgloop.h (estimate_numbers_of_iterations_loop): Adjust prototype.
999 * tree-flow.h (estimate_numbers_of_iterations): Likewise.
1000 * tree-data-ref.c (estimated_loop_iterations): Adjust.
1001 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
1002 Infer loop bounds from undefined behavior based on a new parameter.
1003 (estimate_numbers_of_iterations): Likewise.
1004 (scev_probably_wraps_p): Adjust.
1005 * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
1006
1007 2010-09-01 Nick Clifton <nickc@redhat.com>
1008
1009 * config/stormy16/stormy16.c: Use REG_P, MEM_P and CONST_INT_P
1010 where appropriate.
1011 (xstormy16_legitimate_address_p): Use true and false instead of 1
1012 and 0.
1013 (xstormy16_expand_prologue): Delete unused local variable 'insn'.
1014 (xstormy16_function_arg): Use FIRST_ARGUMENT_REGNUM in place of
1015 magic constant 2.
1016 (xstormy16_expand_call): Fix comment at start of function.
1017
1018 2010-09-01 Nick Clifton <nickc@redhat.com>
1019
1020 * config/rx/rx.c (rx_expand_prologue): Do not adjust frame size
1021 when pushing accumulator register.
1022 (rx_get_stack_layout): Always save call clobbered registers inside
1023 interrupt handlers.
1024 * config/rx/rx-modes.def: Fix descriptive comment at start of file.
1025
1026 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
1027
1028 * config.gcc (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
1029 i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file.
1030
1031 * libgcc-std.ver (GCC_4.6.0): Define version.
1032
1033 2010-08-31 Eric Botcazou <ebotcazou@adacore.com>
1034
1035 * tree-nested.c (convert_all_function_calls): Iterate until after the
1036 sum of static chains in the nest doesn't change.
1037
1038 2010-08-31 Anatoly Sokolov <aesok@post.ru>
1039
1040 * config/m32c/m32c.c (classes_intersect): Remove.
1041 (m32c_preferred_reload_class, m32c_secondary_reload_class): Use
1042 reg_classes_intersect_p instead of classes_intersect.
1043 (class_can_hold_mode): Change arguments type from enum reg_class to
1044 reg_class_t. Use reg_class_contents instead of class_contents.
1045 (m32c_register_move_cost): Make static. Change arguments type from
1046 enum reg_class to reg_class_t. Use reg_classes_intersect_p instead of
1047 classes_intersect. Use reg_class_contents instead of class_contents.
1048 (m32c_memory_move_cost): Make static. Change arguments type from
1049 enum reg_class to reg_class_t.
1050 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
1051 * config/m32c/m32c.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
1052 * config/m32c/m32c-protos.h (m32c_register_move_cost,
1053 m32c_memory_move_cost): Remove.
1054
1055 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
1056
1057 * config/arm/arm-protos.h (arm_function_arg_advance): Delete.
1058 (arm_function_arg): Delete.
1059 (arm_needs_doubleword_align): Take a const_tree.
1060 * config/arm/arm.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
1061 * config/arm/arm.c (aapcs_select_call_coproc): Take a const_tree.
1062 (aapcs_layout_arg, arm_needs_doubleword_align): Likewise.
1063 (arm_function_arg): Make static. Take a const_tree and a bool.
1064 (arm_function_arg_advance): Likewise.
1065 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
1066
1067 2010-08-31 Andi Kleen <ak@linux.intel.com>
1068
1069 * common.opt (fwhopr=): Update for -fwhopr=jobserver
1070 * doc/invoke.texi (fwhopr): Document -fwhopr=jobserver.
1071 * lto-wrapper.c (run_gcc): Add jobserver mode.
1072 * opts.c (common_handle_option): Fix OPT_fwhopr for non numeric
1073 argument.
1074
1075 2010-08-31 Uros Bizjak <ubizjak@gmail.com>
1076
1077 * config/i386/i386.md (popdi1): Rewrite using POST_INC memory operand.
1078 (popsi1): Ditto.
1079 (*popdi1_epilogue): Ditto.
1080 (*popsi1_epilogue): Ditto.
1081 (popsi, popdi peephole2 patterns): Update peepholes for changed
1082 pop{si,di}1 and *pop{si,di}1_epilogue patterns.
1083
1084 (pop<mode>1): Macroize insn from pop{si,di}1 using P code iterator.
1085 (*pop<mode>1_epilogue): Ditto from *pop{si,di}1_epilogue.
1086
1087 * config/i386/i386.c (*ix86_gen_pop1): Remove indirect function.
1088 (override_options): Do not initialize removed ix86_gen_pop1.
1089 (gen_pop): New static function.
1090 (ix86_expand_prologue): Use gen_pop instead of ix86_gen_pop1.
1091 (release_scratch_register_on_entry): Ditto.
1092 (ix86_restore_reg_using_pop): Ditto.
1093 (ix86_expand_epilogue): Ditto.
1094
1095 2010-08-31 Jakub Jelinek <jakub@redhat.com>
1096
1097 PR middle-end/45461
1098 * builtins.c (dummy_object): Return a MEM_REF instead of INDIRECT_REF.
1099
1100 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
1101
1102 * config/fr30/fr30.c (fr30_move_double): Delete `dregno' and extra
1103 semicolons.
1104
1105 2010-08-31 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1106
1107 * doc/extend.texi: Fix documentation of the return value of
1108 __builtin_choose_expr.
1109
1110 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
1111
1112 * config/v850/v850-protos.h (function_arg): Delete.
1113 * config/v850/v850.h (FUNCTION_ARG): Delete.
1114 (FUNCTION_ARG_ADVANCE): Move code to...
1115 * config/v850/v850.c (v850_function_arg_advance): ...here.
1116 (v850_function_arg): Make static. Take a const_tree and a bool.
1117 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
1118
1119 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
1120
1121 * config/m32r/m32r.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move
1122 these...
1123 (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
1124 ...and these...
1125 * config/m32r/m32r.c (m32r_function_arg, m32r_function_arg_advance):
1126 ..to here..
1127 (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
1128 ...and here.
1129 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
1130
1131 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
1132
1133 * config/rx/rx-protos.h (rx_function_arg, rx_function_arg_size):
1134 Delete.
1135 * config/rx/rx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
1136 * config/rx/rx.c (rx_function_arg_size): Make static.
1137 (rx_function_arg): Likewise.
1138 (rx_function_arg_advance): New function.
1139 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
1140
1141 2010-08-31 John Tytgat <John.Tytgat@aaug.net>
1142
1143 * config/arm/arm.c (arm_override_options): Remove superfluous test.
1144 Fix indentation.
1145
1146 2010-08-31 Eric Botcazou <ebotcazou@adacore.com>
1147
1148 * dwarf2out.c (gen_decl_die) <CONST_DECL>: Do not skip in Ada.
1149 (dwarf2out_decl) <CONST_DECL>: Likewise.
1150
1151 2010-08-30 Eric Botcazou <ebotcazou@adacore.com>
1152
1153 Stack usage support
1154 * common.opt (-fstack-usage): New option.
1155 * doc/invoke.texi (Debugging options): Document it.
1156 * builtins.c (expand_builtin_apply): Pass TRUE as 4th argument to
1157 allocate_dynamic_stack_space.
1158 (expand_builtin_alloca): Add 4th bool parameter CANNOT_ACCUMULATE
1159 and propagate it to allocate_dynamic_stack_space.
1160 (expand_builtin) <BUILT_IN_ALLOCA>: Adjust for above change.
1161 * calls.c (initialize_argument_information): Pass TRUE as 4th
1162 argument to allocate_dynamic_stack_space.
1163 (expand_call): Set current_function_has_unbounded_dynamic_stack_size
1164 to 1 when pushing a variable-sized argument onto the stack. Pass
1165 TRUE as 4th argument to allocate_dynamic_stack_space.
1166 Update current_function_pushed_stack_size.
1167 (emit_library_call_value_1): Likewise.
1168 * explow.c (allocate_dynamic_stack_space): Add 4th bool parameter
1169 CANNOT_ACCUMULATE. If flag_stack_usage, look into the size and
1170 attempt to find an upper bound. Remove redundant code for the
1171 SETJMP_VIA_SAVE_AREA case.
1172 * expr.h (allocate_dynamic_stack_space): Add 4th bool parameter.
1173 * function.h (struct stack_usage): New structure.
1174 (current_function_static_stack_size): New macro.
1175 (current_function_dynamic_stack_size): Likewise.
1176 (current_function_pushed_stack_size): Likewise.
1177 (current_function_dynamic_alloc_count): Likewise.
1178 (current_function_has_unbounded_dynamic_stack_size): Likewise.
1179 (current_function_allocates_dynamic_stack_space): Likewise.
1180 (struct function): Add new field 'su'.
1181 * function.c (instantiate_virtual_regs): If SETJMP_VIA_SAVE_AREA,
1182 add the value of the dynamic offset to the dynamic stack usage.
1183 (gimplify_parameters): Set ALLOCA_FOR_VAR_P on call to BUILT_IN_ALLOCA
1184 for variable-sized objects.
1185 (prepare_function_start): Allocate cfun->su if flag_stack_usage.
1186 (rest_of_handle_thread_prologue_and_epilogue): Call output_stack_usage.
1187 * gimplify.c (gimplify_decl_expr): Set ALLOCA_FOR_VAR_P on call to
1188 BUILT_IN_ALLOCA for variable-sized objects.
1189 * output.h (output_stack_usage): Declare.
1190 * toplev.c (stack_usage_file): New file pointer.
1191 (output_stack_usage): New function.
1192 (open_auxiliary_file): Likewise.
1193 (lang_dependent_init): Open file if flag_stack_usage is set.
1194 (finalize): Close file if stack_usage_file is not null.
1195 * tree.h (ALLOCA_FOR_VAR_P): New macro.
1196 * config/alpha/alpha.c (compute_frame_size): New function.
1197 (alpha_expand_prologue): Use it.
1198 (alpha_start_function): Likewise.
1199 (alpha_expand_epilogue): Likewise. Set stack usage info.
1200 * config/i386/i386.c (ix86_expand_prologue): Likewise.
1201 * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
1202 * config/mips/mips.c (mips_expand_prologue): Likewise.
1203 * config/pa/pa.c (hppa_expand_prologue): Likewise.
1204 * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
1205 * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
1206
1207 2010-08-30 Zdenek Dvorak <ook@ucw.cz>
1208
1209 PR tree-optimization/45427
1210 * tree-ssa-loop-niter.c (number_of_iterations_ne_max): Rewritten.
1211 Handle the case that the exit is never taken correctly.
1212 (number_of_iterations_ne): Pass exit_must_be_taken to
1213 number_of_iterations_ne_max.
1214
1215 2010-08-30 Catherine Moore <clm@codesourcery.com>
1216
1217 * config/mips/mips.h (BASE_DRIVER_SELF_SPECS):
1218 Infer -mdspr2 for the the 74K.
1219
1220 2010-08-30 Jakub Jelinek <jakub@redhat.com>
1221
1222 PR debug/45419
1223 * tree-ssa-live.c (dump_enumerated_decls): Clear the whole wi variable.
1224
1225 PR middle-end/45423
1226 * gimplify.c (goa_stabilize_expr): Handle TRUTH_NOT_EXPR
1227 and TRUTH_{AND,OR,XOR}_EXPR.
1228 * c-parser.c (c_parser_omp_atomic): Handle boolean
1229 {PRE,POST}_{INC,DEC}REMENT.
1230
1231 2010-08-30 Nathan Froyd <froydnj@codesourcery.com>
1232
1233 * config/xtensa/xtensa-protos.h (function_arg_advance): Delete.
1234 (function_arg): Delete.
1235 * config/xtensa/xtensa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
1236 (FUNCTION_INCOMING_ARG): Delete.
1237 * config/xtensa/xtensa.c (function_arg_advance): Rename to...
1238 (xtensa_function_arg_advance): ...this. Make static. Take a const_tree
1239 and a bool.
1240 (function_arg): Rename to...
1241 (xtensa_function_arg_1): ...this. Make static. Take a const_tree and
1242 a bool.
1243 (xtensa_function_arg, xtensa_function_incoming_arg): Nex functions.
1244 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
1245 (TARGET_FUNCTION_INCOMING_ARG): Define.
1246
1247 2010-08-30 Richard Guenther <rguenther@suse.de>
1248
1249 PR tree-optimization/21602
1250 * builtins.c (fold_builtin_memory_op): Fold memmove to memcpy
1251 using points-to information.
1252
1253 2010-08-30 H.J. Lu <hongjiu.lu@intel.com>
1254
1255 * config/linux.h (TARGET_HAS_SINCOS): Replace | with ||.
1256
1257 2010-08-30 Richard Guenther <rguenther@suse.de>
1258
1259 PR tree-optimization/45449
1260 * tree-ssa-live.c (remove_unused_locals): Also remove address-taken
1261 variables.
1262
1263 2010-08-30 Joseph Myers <joseph@codesourcery.com>
1264
1265 * opts.h (CL_ERR_NEGATIVE): Define.
1266 * opts.c (unknown_option_callback): Don't postpone warnings for
1267 options marked with CL_ERR_NEGATIVE.
1268 * opts-common.c (decode_cmdline_option): Set CL_ERR_NEGATIVE error
1269 for negative versions of CL_REJECT_NEGATIVE options.
1270
1271 2010-08-30 Uros Bizjak <ubizjak@gmail.com>
1272
1273 * config/i386/i386.md (zero_extendsidi2_1): Rename from
1274 zero_extendsidi2_32.
1275 (zero_extend<mode>di2): Macroize insn from zero_extend{qi,hi}di2
1276 using SWI12 mode iterator.
1277 (zero_extendhisi2_and): Merge insn pattern and corresponding spliter
1278 to define_insn_and_split pattern.
1279 (zero_extendqi<mode>2): Macroize expander from zero_extendqi{hi,si}2
1280 using SWI24 mode iterator.
1281 (*zero_extendqi<mode>2_and): Macroize insn from
1282 *zero_extendqi{hi,si}2_and using SWI24 mode iterator.
1283 (*zero_extendqi<mode>2_movzbl_and): Macroize insn from
1284 *zero_extendqihi2_movzbw_and and *zero_extendqisi2_movzbl_and using
1285 SWI24 mode iterator.
1286 (*zero_extendqi<mode>2_movzbl): Ditto from
1287 *zero_extendqi{hi,si}2_movzbl.
1288 (extendsidi2_1): Rename from extendsidi2_32.
1289 (extend<mode>di2): Macroize insn from extend{qi,hi}di2 using
1290 SWI12 mode iterator.
1291
1292 2010-08-29 Eric Botcazou <ebotcazou@adacore.com>
1293
1294 * config/ia64/ia64.h (HARD_REGNO_NREGS): Return 1 for CCImode in
1295 general purpose registers.
1296 (HARD_REGNO_MODE_OK): Accept CCImode in general purpose registers.
1297 * config/ia64/ia64.md (*movcci): Change to named pattern. Deal
1298 with general purpose registers and memory operands. Add associated
1299 CCImode post-reload splitter.
1300 * config/ia64/div.md: Change BImode to CCImode throughout.
1301
1302 2010-08-28 Eric Botcazou <ebotcazou@adacore.com>
1303
1304 * config/ia64/ia64.md (cstorebi4): Fix thinko.
1305
1306 2010-08-28 Hariharan Sandanagobalane <hariharan@picochip.com>
1307
1308 * config/picochip/picochip.c (reorder_var_tracking_notes): This
1309 function was dropping debug insns which caused PR45299.
1310
1311 2010-08-28 Uros Bizjak <ubizjak@gmail.com>
1312
1313 * config/i386/sse.md (extsuffix): New code attribute.
1314 (sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
1315 and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
1316 (sse4_1_<code>v4qiv4si2): Ditto from sse4_1_extendv4qiv4si2
1317 and sse4_1_zero_extendv4qiv4si2.
1318 (sse4_1_<code>v2qiv2di2): Ditto from sse4_1_extendv2qiv2di2
1319 and sse4_1_zero_extendv2qiv2di2.
1320 (sse4_1_<code>v4hiv4si2): Ditto from sse4_1_extendv4hiv4si2
1321 and sse4_1_zero_extendv4hiv4si2.
1322 (sse4_1_<code>v2hiv2di2): Ditto from sse4_1_extendv2hiv2di2
1323 and sse4_1_zero_extendv2hiv2di2.
1324 (sse4_1_extendv2siv2di2): Ditto from sse4_1_extendv2siv2di2
1325 and sse4_1_zero_extendv2siv2di2
1326
1327 (<s>mulv8hi3_highpart): Macroize expander from {u,s}mulv8hi3_highpart
1328 using any_extend code iterator.
1329 (*avx_<s>mulv8hi3_highpart): Macroize insn from
1330 *avx_{u,s}mulv8hi3_highpart using any_extend code iterator.
1331 (*<s>mulv8hi3_highpart): Ditto from *{u,s}mulv8hi3_highpart.
1332
1333 * config/i386/i386.c (ix86_expand_sse4_unpack): Update for renamed
1334 gen_sse4_1_sign_extend* functions.
1335 (struct builtin_description bdesc_args): Ditto.
1336
1337 2010-08-27 Xinliang David Li <davidxl@google.com>
1338
1339 PR/45422
1340 * tree-ssa-loop-ivopts.c (iv_ca_get_num_inv_exprs): Remove.
1341 (iv_ca_set_no_cp): Update used inv expr count.
1342 (iv_ca_set_cp): Ditto.
1343 (iv_ca_new): Initialize new member.
1344 (iv_ca_free): Free memory.
1345
1346 2010-08-27 Nathan Froyd <froydnj@codesourcery.com>
1347
1348 * config/sh/sh-protos.h (sh_function_arg): Delete.
1349 (sh_function_arg_advance): Delete.
1350 * config/sh/sh.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
1351 (PASS_IN_REG_P): Eliminate cast.
1352 * config/sh/sh.c (sh_function_arg_advance): Make static. Take a
1353 const_tree and a bool.
1354 (sh_function_arg): Likewise.
1355 (sh_output_mi_thunk): Call sh_function_arg_advance) and
1356 sh_function_arg.
1357 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
1358
1359 2010-08-27 Naveen H.S <naveen.S@kpitcummins.com>
1360 Kaz Kojima <kkojima@gcc.gnu.org>
1361
1362 * config/sh/sh.c (push_regs): Emit movml for interrupt handler
1363 when possible.
1364 (sh_expand_epilogue): Likewise.
1365 * config/sh/sh.md (movml_push_banked): New insn.
1366 (movml_pop_banked): Likewise.
1367
1368 2010-08-28 Bernd Schmidt <bernds@codesourcery.com>
1369
1370 * genautomata.c (gen_regexp_repeat, gen_regexp_allof,
1371 gen_regexp_oneof, gen_regexp_sequence): Use the string found
1372 in vector element 0 rather than the original string when there's
1373 only one element.
1374 (gen_regexp): Remove extra semicolon.
1375
1376 * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp, movsf_vfp,
1377 thumb2_movsf_vfp): Set attribute "insn".
1378 * config/arm/arm.md (arm_ashrdi3_1bit, arm_lshrdi3_1bit, not_shiftsi,
1379 not_shiftsi_compare0, not_shiftsi_compare0_scratch, arm_one_cmplsi2,
1380 thumb1_one_cmplsi2, notsi_compare0, notsi_compare0_scratch,
1381 arm_zero_extendsidi2, arm_extendsidi2, thumb1_movdi_insn,
1382 arm_movsi_insn, movhi_insn_arch4, movhi_bytes, arm_movqi_insn,
1383 thumb1_movqi_insn arm32_movhf, thumb1_movhf, arm_movsf_soft_insn,
1384 thumb1_movsf_insn, thumb_movdf_insn, mov_scc, mov_negscc, mov_notscc,
1385 movsicc_insn, movsfcc_soft_insn, and_scc, cond_move, if_move_not,
1386 if_not_move, if_shift_move, if_move_shift, if_shift_shift,
1387 if_not_arith, if_arith_not, cond_move_not): Likewise.
1388
1389 2010-08-23 Michael Meissner <meissner@linux.vnet.ibm.com>
1390
1391 * config/rs6000/rs6000-protos.h (rs6000_address_for_fpconvert):
1392 New declaration.
1393 (rs6000_allocate_stack_temp): Ditto.
1394 (rs6000_expand_convert_si_to_sfdf): Ditto.
1395
1396 * config/rs6000/rs6000.c (rs6000_override_options): Adjust long
1397 line. Update the options set if power6 or power7 server/embedded
1398 type options are used. If we give a warning for no vsx under
1399 -mcpu=power7 -mno-altivec, mark -mvsx as an explicit option.
1400 (rs6000_allocate_stack_temp): New function to allocate a stack
1401 tempoary and adjust the address so it meets either REG+OFFSET or
1402 REG+REG addressing requirements.
1403 (rs6000_address_for_fpconvert): Adjust REG+OFFSET addresses so
1404 that they can be used with the LFIWAX/LFIWZX instrucitons.
1405 (rs6000_expand_convert_si_to_sfdf): New helper funciton for
1406 converting signed/unsigned SImode to either SFmode/DFmode.
1407
1408 * config/rs6000/rs6000.h (TARGET_FCFID): New macros to determine
1409 whether certain instructions can be generated.
1410 (TARGET_FCTIDZ): Ditto.
1411 (TARGET_STFIWX): Ditto.
1412 (TARGET_LFIWAX): Ditto.
1413 (TARGET_LFIWZX): Ditto.
1414 (TARGET_FCFIDS): Ditto.
1415 (TARGET_FCFIDU): Ditto.
1416 (TARGET_FCFIDUS): Ditto.
1417 (TARGET_FCTIDUZ): Ditto.
1418 (TARGET_FCTIWUZ): Ditto.
1419
1420 * config/rs6000/rs6000.md (UNSPEC_FCTIW): New unspec constants.
1421 (UNSPEC_FCTID): Ditto.
1422 (UNSPEC_LFIWAX): Ditto.
1423 (UNSPEC_LFIWZX): Ditto.
1424 (UNSPEC_FCTIWUZ): Ditto.
1425 (rreg): Use correct constraints.
1426 (SI_CONVERT_FP): New mode attribute for floating point conversion
1427 tests.
1428 (E500_CONVERT): Ditto.
1429 (lfiwax): New insns for converting from integer to floating point
1430 utilizing newer instructions. Attempt to optimize conversions
1431 that come from memory so that we don't load the value into a GPR,
1432 spill it to the stack and reload it into a FPR.
1433 (floatsi<mode>2_lfiwax): Ditto.
1434 (floatsi<mode>2_lfiwax_mem): Ditto.
1435 (floatsi<mode>2_lfiwax_mem2): Ditto.
1436 (lfiwzx): Ditto.
1437 (floatunssi<mode>2_lfiwzx): Ditto.
1438 (floatunssi<mode>2_lfiwzx_mem): Ditto.
1439 (floatunssi<mode>2_lfiwzx_mem2): Ditto.
1440 (floatdidf2_mem): Ditto.
1441 (floatunsdidf2_fcfidu): Ditto.
1442 (floatunsdidf2_mem): Ditto.
1443 (floatunsdisf2): Ditto.
1444 (floatunsdisf2_fcfidus): Ditto.
1445 (floatunsdisf2_mem): Ditto.
1446 (floatsidf2): Add support for LFIWAX/LFIWZX/FCFIDS/FCFIDU/FCFIDUS.
1447 Use FCFID on 32-bit hosts that support it.
1448 (floatsidf2_internal): Ditto.
1449 (floatunssisf2): Ditto.
1450 (floatunssidf2): Ditto.
1451 (floatunssidf2_internal): Ditto.
1452 (floatsisf2): Ditto.
1453 (floatdidf2): Ditto.
1454 (floatdidf2_fpr): Ditto.
1455 (floatunsdidf2): Ditto.
1456 (floatdisf2): Ditto.
1457 (floatdisf2_fcfids): Ditto.
1458 (floatdisf2_internal1): Ditto.
1459 (fixuns_truncsfsi2): Delete, merge into common pattern for both
1460 SF/DF. Add power7 support.
1461 (fix_truncsfsi2): Ditto.
1462 (fixuns_truncdfsi2): Ditto.
1463 (fixuns_truncdfdi2): Ditto.
1464 (fix_truncdfsi2): Ditto.
1465 (fix_truncdfsi2_internal): Ditto.
1466 (fix_truncdfsi2_internal_gfxopt): Ditto.
1467 (fix_truncdfsi2_mfpgpr): Ditto.
1468 (fctiwz): Ditto.
1469 (btruncdf2): Ditto.
1470 (btruncdf2_fpr): Ditto.
1471 (btructsf2): Ditto.
1472 (ceildf2): Ditto.
1473 (ceildf2_fpr): Ditto.
1474 (ceilsf2): Ditto.
1475 (floordf2): Ditto.
1476 (floordf2_fpr): Ditto.
1477 (floorsf2): Ditto.
1478 (rounddf2): Ditto.
1479 (rounddf2_fpr): Ditto.
1480 (roundsf2): Ditto.
1481 (fix_trunc<mode>si2): Combine SF/DF conversion into one insn.
1482 (fix_trunc<mode>di2): Ditto.
1483 (fixuns_trunc<mode>si2): Ditto.
1484 (fixuns_trunc<mode>di2): Ditto.
1485 (fctiwz_<mode>): Ditto.
1486 (btrunc<mode>2): Ditto.
1487 (btrunc<mode>2_fpr): Ditto.
1488 (ceil<mode>2): Ditto.
1489 (ceil<mode>2_fpr): Ditto.
1490 (floor<mode>2): Ditto.
1491 (float<mode>2_fpr): Ditto.
1492 (round<mode>2): Ditto.
1493 (round<mode>2_fpr): Ditto.
1494 (fix_trunc<mode>si2_stfiwx): New insn for machines with STFIWX.
1495 (fixuns_trunc<mode>si2_stfiwx): Ditto.
1496 (fix_truncdfsi2_internal): Ditto.
1497 (fix_trunc<mode>si2_mem): Combiner pattern to eliminate storing
1498 converted value on stack, loaded into GPR, and then stored into
1499 the final destination.
1500 (fix_trunc<mode>di2_fctidz): New pattern for targets supporting
1501 FCTIDZ.
1502 (lrint<mode>di2): New insn, provide the lrint builtin functions.
1503 (ftruncdf2): Delete, unused.
1504 (fix_trunctfsi2_internal): Use gen_fctiwz_df, not gen_fctiwz.
1505
1506 * config/rs6000/vsx.md (toplevel): Update copyright year.
1507 (VSr2): Use "ws" contraint for DFmode, not "!r#r".
1508 (VSr3): Ditto.
1509
1510 2010-08-27 Basile Starynkevitch <basile@starynkevitch.net>
1511 Jeremie Salvucci <jeremie.salvucci@free.fr>
1512
1513 * gengtype.c (output_type_enum): Test the right union member.
1514
1515 2010-08-27 Uros Bizjak <ubizjak@gmail.com>
1516
1517 PR target/41484
1518 * config/i386/sse.md (sse4_1_extendv8qiv8hi2): Also accept memory
1519 operands for operand 1.
1520 (sse4_1_extendv4qiv4si2): Ditto.
1521 (sse4_1_extendv2qiv2di2): Ditto.
1522 (sse4_1_extendv4hiv4si2): Ditto.
1523 (sse4_1_extendv2hiv2di2): Ditto.
1524 (sse4_1_extendv2siv2di2): Ditto.
1525 (sse4_1_zero_extendv8qiv8hi2): Ditto.
1526 (sse4_1_zero_extendv4qiv4si2): Ditto.
1527 (sse4_1_zero_extendv2qiv2di2): Ditto.
1528 (sse4_1_zero_extendv4hiv4si2): Ditto.
1529 (sse4_1_zero_extendv2hiv2di2): Ditto.
1530 (sse4_1_zero_extendv2siv2di2): Ditto.
1531 (*sse4_1_extendv8qiv8hi2): Remove insn pattern.
1532 (*sse4_1_extendv4qiv4si2): Ditto.
1533 (*sse4_1_extendv2qiv2di2): Ditto.
1534 (*sse4_1_extendv4hiv4si2): Ditto.
1535 (*sse4_1_extendv2hiv2di2): Ditto.
1536 (*sse4_1_extendv2siv2di2): Ditto.
1537 (*sse4_1_zero_extendv8qiv8hi2): Ditto.
1538 (*sse4_1_zero_extendv4qiv4si2): Ditto.
1539 (*sse4_1_zero_extendv2qiv2di2): Ditto.
1540 (*sse4_1_zero_extendv4hiv4si2): Ditto.
1541 (*sse4_1_zero_extendv2hiv2di2): Ditto.
1542 (*sse4_1_zero_extendv2siv2di2): Ditto.
1543
1544 2010-08-27 Nathan Froyd <froydnj@codesourcery.com>
1545
1546 * config/mips/mips-protos.h (mips_function_arg_advance): Delete
1547 (mips_function_arg): Delete.
1548 (mips_function_arg_boundary): Take a const_tree.
1549 * config/mips/mips.c (mips_function_arg_boundary): Likewise.
1550 (mips_arg_info): Likewise.
1551 (mips_setup_incoming_varargs): Call mips_function_arg_advance
1552 instead of FUNCTION_ARG_ADVANCE.
1553 (mips_function_arg_advance): Adjust prototype. Make static.
1554 (mips_function_arg): Likewise.
1555 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
1556 * config/mips/mips.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
1557
1558 2010-08-27 Nathan Froyd <froydnj@codesourcery.com>
1559
1560 * config/rs6000/rs6000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
1561 * config/rs6000/rs6000-protos.h (function_arg_advance): Delete.
1562 (function_arg): Delete.
1563 (function_arg_boundary): Take a const_tree.
1564 * config/rs6000/rs6000.c (function_arg_boundary): Likewise.
1565 (rs6000_spe_function_arg): Likewise.
1566 (rs6000_parm_start): Likewise.
1567 (rs6000_arg_size): Likewise.
1568 (rs6000_darwin64_record_arg_advance_recurse): Likewise.
1569 (rs6000_darwin64_record_arg): Likewise. Take a bool instead of an int.
1570 (rs6000_mixed_function_arg): Likewise.
1571 (function_arg): Rename to...
1572 (rs6000_function_arg): ...this.
1573 (function_arg_advance): Rename to...
1574 (rs6000_function_arg_advance_1): ...this
1575 (rs6000_function_arg_advance): New function. Call it.
1576 (setup_incoming_varargs): Call rs6000_function_arg_advance_1.
1577 (rs6000_return_in_memory): Adjust call to rs6000_darwin64_record_arg.
1578 (rs6000_function_value): Likewise.
1579 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
1580
1581 2010-08-27 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1582
1583 * config/arm/arm.md (enabled): Test the value of arch_enabled
1584 rather than just using it.
1585
1586 2010-08-27 Olivier Hainque <hainque@adacore.com>
1587 Eric Botcazou <ebotcazou@adacore.com>
1588
1589 * dse.c (group_info.base_mem, get_group_info): Use BLKmode to
1590 cover all the possible offsets from this base.
1591 (scan_reads_nospill): Pass base_mem's mode to canon_true_dependence.
1592
1593 2010-08-26 Jakub Jelinek <jakub@redhat.com>
1594
1595 PR tree-optimization/44485
1596 * calls.c (flags_from_decl_or_type): For const or pure
1597 noreturn functions return ECF_LOOPING_CONST_OR_PURE|ECF_NORETURN
1598 together with ECF_CONST resp. ECF_PURE.
1599 * builtins.c (expand_builtin): Use flags_from_decl_or_type
1600 instead of querying flags directly.
1601 * tree-ssa-loop-niter.c (finite_loop_p): Likewise.
1602 * tree-ssa-dce.c (find_obviously_necessary_stmts): Likewise.
1603
1604 2010-08-26 Richard Guenther <rguenther@suse.de>
1605
1606 PR tree-optimization/45255
1607 * tree.c (decl_address_invariant_p): DECL_DLLIMPORT_P statics
1608 and externals are also invariant.
1609
1610 2010-08-25 Jakub Jelinek <jakub@redhat.com>
1611
1612 PR rtl-optimization/44858
1613 * combine.c (try_combine): If recog_for_combine added CLOBBERs to
1614 newi2pat, make sure they don't affect newpat.
1615
1616 PR rtl-optimization/45400
1617 * combine.c (simplify_shift_const_1) <case SUBREG>: Only use
1618 SUBREG_REG if both modes are of MODE_INT class.
1619
1620 2010-08-25 Julian Brown <julian@codesourcery.com>
1621
1622 * config/arm/arm.c (arm_issue_rate): Return 2 for Cortex-A5.
1623 * config/arm/arm.md (generic_sched): No for Cortex-A5.
1624 (generic_vfp): Likewise.
1625 (cortex-a5.md): Include.
1626 * config/arm/cortex-a5.md: New.
1627
1628 2010-08-25 Richard Guenther <rguenther@suse.de>
1629
1630 * alias.c (get_alias_set): Assign a single alias-set to all pointers.
1631 * gimple.c (gimple_get_alias_set): Remove special handling
1632 for pointers.
1633
1634 2010-08-25 Bernd Schmidt <bernds@codesourcery.com>
1635
1636 PR middle-end/45355
1637 * combine.c (try_combine): Use reg_overlap_mentioned_p rather than
1638 dead_or_set_p when computing i0_feeds_i2_n.
1639
1640 * combine.c (find_split_point): Undo canonicalization of multiply-add
1641 to (minus x (mult)) when it seems likely that this will increase the
1642 chances of a split.
1643
1644 2010-08-25 Richard Guenther <rguenther@suse.de>
1645
1646 PR lto/44562
1647 * lto-streamer.c (lto_record_common_node): Do not mess with
1648 TYPE_CANONICAL when not in lto.
1649 * gimple.c (gimple_register_type): Likewise.
1650
1651 2010-08-25 Richard Guenther <rguenther@suse.de>
1652
1653 PR tree-optimization/45316
1654 * tree-ssa-pre.c (eliminate): Properly clean EH info.
1655
1656 2010-08-25 Richard Guenther <rguenther@suse.de>
1657
1658 PR tree-optimization/45393
1659 * tree-ssa-math-opts.c (execute_cse_sincos_1): Properly transfer
1660 and clean EH info. Avoid SSA update.
1661 (execute_cse_sincos): Cleanup the CFG if it has changed.
1662
1663 2010-08-25 Richard Guenther <rguenther@suse.de>
1664
1665 PR middle-end/45379
1666 * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle
1667 TARGET_MEM_REF in alignment computation.
1668
1669 2010-08-25 Jakub Jelinek <jakub@redhat.com>
1670
1671 PR tree-optimization/45059
1672 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Strip useless
1673 type conversions from newop{1,2}. Assert t is a comparison and
1674 newop{1,2} after the stripping are gimple vals.
1675
1676 2010-08-25 Tejas Belagod <tejas.belagod@arm.com>
1677
1678 * config/arm/iterators.md (VU, SE, V_widen_l): New.
1679 (V_unpack, US): New.
1680 * config/arm/neon.md (vec_unpack<US>_hi_<mode>): Expansion for vmovl.
1681 (vec_unpack<US>_lo_<mode>): Likewise.
1682 (neon_vec_unpack<US>_hi_<mode>): Instruction pattern for vmovl.
1683 (neon_vec_unpack<US>_lo_<mode>): Likewise.
1684 (vec_widen_<US>mult_lo_<mode>): Expansion for vmull.
1685 (vec_widen_<US>mult_hi_<mode>): Likewise.
1686 (neon_vec_<US>mult_lo_<mode>"): Instruction pattern for vmull.
1687 (neon_vec_<US>mult_hi_<mode>"): Likewise.
1688 (neon_unpack<US>_<mode>): Widening move intermediate step for
1689 vectorizing without -mvectorize-with-neon-quad.
1690 (neon_vec_<US>mult_<mode>): Widening multiply intermediate step
1691 for vectorizing without -mvectorize-with-neon-quad.
1692 * config/arm/predicates.md (vect_par_constant_high): Check for
1693 high-half lanes of a vector.
1694 (vect_par_constant_low): Check for low-half lanes of a vector.
1695
1696 2010-08-24 Sebastian Pop <sebastian.pop@amd.com>
1697
1698 * tree-if-conv.c (struct ifc_dr): New.
1699 (IFC_DR): New.
1700 (DR_WRITTEN_AT_LEAST_ONCE): New.
1701 (DR_RW_UNCONDITIONALLY): New.
1702 (memref_read_or_written_unconditionally): Use the cached values
1703 when possible.
1704 (write_memref_written_at_least_once): Same.
1705 (if_convertible_loop_p): Initialize and free DR->aux fields.
1706
1707 2010-08-24 Sebastian Pop <sebastian.pop@amd.com>
1708
1709 * gimple.c (gimple_could_trap_p_1): Not static anymore.
1710 Pass an extra bool parameter include_mem.
1711 (gimple_could_trap_p): Adjust call to gimple_could_trap_p_1.
1712 (gimple_assign_rhs_could_trap_p): Same.
1713 * gimple.h (gimple_could_trap_p_1): Declared.
1714 * tree-data-ref.h (same_data_refs_base_objects): New.
1715 (same_data_refs): New.
1716 * tree-if-conv.c (memrefs_read_or_written_unconditionally): New.
1717 (write_memrefs_written_at_least_once): New.
1718 (ifcvt_memrefs_wont_trap): New.
1719 (operations_could_trap): New.
1720 (ifcvt_could_trap_p): New.
1721 (if_convertible_gimple_assign_stmt_p): Call ifcvt_could_trap_p.
1722 Gets a vector of data refs.
1723 (if_convertible_stmt_p): Same.
1724 (if_convertible_loop_p_1): New.
1725 (if_convertible_loop_p): Call if_convertible_loop_p_1.
1726
1727 2010-08-24 Sebastian Pop <sebastian.pop@amd.com>
1728
1729 * common.opt (ftree-loop-if-convert-stores): New flag.
1730 * doc/invoke.texi (ftree-loop-if-convert-stores): Documented.
1731 * tree-if-conv.c (ifc_temp_var): Pass an extra parameter GSI. Insert
1732 the created statement before GSI.
1733 (if_convertible_phi_p): Allow virtual phi nodes when
1734 flag_loop_if_convert_stores is set.
1735 (if_convertible_gimple_assign_stmt_p): Allow memory reads and writes
1736 Do not handle types that do not match is_gimple_reg_type.
1737 Remove loop and bb parameters. Call gimple_could_trap_p instead of
1738 when flag_loop_if_convert_stores is set, as LHS can contain
1739 memory refs.
1740 (if_convertible_stmt_p): Remove loop and bb parameters. Update calls
1741 to if_convertible_gimple_assign_stmt_p.
1742 (if_convertible_loop_p): Update call to if_convertible_stmt_p.
1743 (replace_phi_with_cond_gimple_assign_stmt): Renamed
1744 predicate_scalar_phi. Do not handle virtual phi nodes.
1745 (ifconvert_phi_nodes): Renamed predicate_all_scalar_phis.
1746 Call predicate_scalar_phi.
1747 (insert_gimplified_predicates): Insert the gimplified predicate of a BB
1748 just after the labels for flag_loop_if_convert_stores, otherwise
1749 insert the predicate in the end of the BB.
1750 (predicate_mem_writes): New.
1751 (combine_blocks): Call predicate_all_scalar_phis. When
1752 flag_loop_if_convert_stores is set, call predicate_mem_writes.
1753 (tree_if_conversion): Call mark_sym_for_renaming when
1754 flag_loop_if_convert_stores is set.
1755 (main_tree_if_conversion): Return TODO_update_ssa_only_virtuals when
1756 flag_loop_if_convert_stores is set.
1757
1758 2010-08-24 Anatoly Sokolov <aesok@post.ru>
1759
1760 * config/pa/pa.c (hppa_register_move_cost, pa_libcall_value,
1761 pa_function_value_regno_p, pa_print_operand_punct_valid_p): New.
1762 (pa_function_value): Make static.
1763 (override_options): Rename to...
1764 (pa_option_override): ...this. Make static.
1765 (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_REGISTER_MOVE_COST,
1766 TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P,
1767 TARGET_OPTION_OVERRIDE): Define.
1768 * config/pa/pa.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P,
1769 LIBCALL_VALUE, REGISTER_MOVE_COST, PRINT_OPERAND_PUNCT_VALID_P):
1770 Remove.
1771 * config/pa/pa-protos.h (override_options): Remove.
1772
1773 2010-08-24 Richard Guenther <rguenther@suse.de>
1774
1775 PR middle-end/45379
1776 * tree-ssa-address.c (create_mem_ref_raw): Drop to MEM_REF
1777 if addr->index is NULL or zero.
1778 * tree-ssa-alias.c (indirect_refs_may_alias_p): Handle
1779 TARGET_MEM_REF more properly.
1780 (indirect_ref_may_alias_decl_p): Likewise.
1781 * emit-rtl.c (set_mem_attributes_minus_bitpos): Keep TARGET_MEM_REFs.
1782 * alias.c (ao_ref_from_mem): Handle TARGET_MEM_REF more properly.
1783
1784 2010-08-23 Anatoly Sokolov <aesok@post.ru>
1785
1786 * config/m32c/m32c.c (m32c_function_value_regno_p): Make static.
1787 (m32c_override_options): Rename to...
1788 (m32c_option_override): ...this. Make static.
1789 (TARGET_FUNCTION_VALUE_REGNO_P, TARGET_OPTION_OVERRIDE): Define.
1790 * config/m32c/m32c.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P):
1791 Remove.
1792 * config/m32c/m32c-protos.h (m32c_override_options,
1793 m32c_function_value_regno_p): Remove.
1794
1795 2010-08-23 Changpeng Fang <changpeng.fang@amd.com>
1796
1797 * tree-ssa-loop-prefetch.c (gather_memory_references_ref) :
1798 Fix a typo in a previous commit.
1799
1800 2010-08-23 Kai Tietz <kai.tietz@onevision.com>
1801
1802 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
1803 Pre-initialize innerloop_iters to one.
1804
1805 2010-08-23 Changpeng Fang <changpeng.fang@amd.com>
1806
1807 * tree-flow.h (may_be_nonaddressable_p): New definition. Make the
1808 existing static function global.
1809
1810 * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): This function
1811 is changed to global.
1812
1813 * tree-ssa-loop-prefetch.c (gather_memory_references_ref): Call
1814 may_be_nonaddressable_p on base, and don't collect this reference
1815 if the address of the base could not be taken.
1816
1817 2010-08-23 Michael Meissner <meissner@linux.vnet.ibm.com>
1818
1819 * config/rs6000/rs6000.opt (-mveclibabi=mass): New option to
1820 enable the compiler to autovectorize mathmetical functions for
1821 power7 using the Mathematical Acceleration Subsystem library.
1822
1823 * config/rs6000/rs6000.c (rs6000_veclib_handler): New variable to
1824 handle which vector math library we have.
1825 (rs6000_override_options): Add -mveclibabi=mass support.
1826 (rs6000_builtin_vectorized_libmass): New function to handle auto
1827 vectorizing math functions that are in the MASS library.
1828 (rs6000_builtin_vectorized_function): Call it.
1829
1830 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
1831 -mveclibabi=mass.
1832
1833 2010-08-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1834
1835 PR boehm-gc/34544
1836 * gthr-posix.h (__gthread_active_init): Delete.
1837 (__gthread_active_p): Do activity check here.
1838 Don't include errno.h on hppa-hpux. Update comment.
1839 * gthr-posix95.h (__gthread_active_init): Delete.
1840 (__gthread_active_p): Do activity check here.
1841 Don't include errno.h on hppa-hpux. Update comment.
1842 * config.gcc (hppa[12]*-*-hpux11*): Define extra_parts.
1843 * config/pa/pa64-hpux.h (LIB_SPEC): When -static is specified, only
1844 add -lpthread when -mt or -pthread is specified.
1845 * config/pa/pa-hpux11.h (LIB_SPEC): likewise.
1846 (LINK_GCC_C_SEQUENCE_SPEC): Define.
1847 * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS): Define.
1848 (stublib.c, pthread_default_stacksize_np-stub.o,
1849 pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o,
1850 $(T)libgcc_stub.a): Add methods.
1851 * config/pa/t-pa64 (LIBGCCSTUB_OBJS): Add pthread stubs.
1852 (stublib.c, pthread_default_stacksize_np-stub.o,
1853 pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o): Add methods.
1854 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
1855 pthread_mutex_unlock): New stubs.
1856
1857 2010-08-22 Joseph Myers <joseph@codesourcery.com>
1858
1859 * Makefile.in (gccspec.o, cppspec.o): Update dependencies.
1860 * common.opt (L, nodefaultlibs, nostdlib, pg, static): New
1861 options.
1862 * config/avr/avr.h (LIBSTDCXX): Remove initial "-l".
1863 * config/freebsd.h (MATH_LIBRARY_PROFILE): Remove initial "-l".
1864 * config/i386/djgpp.h (LIBSTDCXX): Remove initial "-l".
1865 * config/rs6000/aix.h (LIBSTDCXX_STATIC): Remove initial "-l".
1866 * config/s390/tpf.h (MATH_LIBRARY, LIBSTDCXX): Remove initial
1867 "-l".
1868 * cppspec.c: Include opts.h.
1869 (lang_specific_driver): Use cl_decoded_option structures.
1870 * doc/tm.texi.in (MATH_LIBRARY): Update documentation.
1871 * doc/tm.texi: Regenerate.
1872 * gcc.c (translate_options): Translate -d to -foutput-class-dir=.
1873 (driver_handle_option): Allow driver options needing no special
1874 processing.
1875 (process_command): Decode options before call to
1876 lang_specific_driver. Pass decoded options to
1877 lang_specific_driver.
1878 * gcc.h (lang_specific_driver): Update prototype.
1879 * gccspec.c: Include opts.h.
1880 (lang_specific_driver): Use cl_decoded_option structures.
1881 * opts-common.c (option_ok_for_language, generate_option,
1882 generate_option_input_file): New.
1883 (decode_cmdline_option): Use option_ok_for_language.
1884 (decode_cmdline_options_to_array): Use generate_option_input_file.
1885 (handle_generated_option): Use generate_option.
1886 * opts.h (generate_option, generate_option_input_file): Declare.
1887
1888 2010-08-22 Anatoly Sokolov <aesok@post.ru>
1889
1890 * config/mips/mips.c (mips_override_options): Rename to...
1891 (mips_option_override): ...this. Make static.
1892 (TARGET_OPTION_OVERRIDE): Define.
1893 (mips_in_small_data_p): Update comment.
1894 * config/mips/mips.h (OVERRIDE_OPTIONS): Remove.
1895 (FIXED_REGISTERS): Update comment.
1896 * config/mips/mips-protos.h (mips_override_options): Remove.
1897
1898 2010-08-21 Olivier Hainque <hainque@adacore.com>
1899
1900 * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
1901
1902 2010-08-21 Olivier Hainque <hainque@adacore.com>
1903
1904 * config/rs6000/vxworks.h (PREFERRED_STACK_BOUNDARY,
1905 ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI.
1906
1907 2010-08-20 Jan Hubicka <jh@suse.cz>
1908
1909 * tree-pass.h (pass_ipa_cdtor_merge): New function.
1910 * cgraphunit.c (static_ctors, static_dtors): Move to ipa.c; make
1911 heap allocated.
1912 (record_cdtor_fn): Move to ipa.c; do not test for
1913 have_ctors_dtors.
1914 (build_cdtor): Move to ipa.c; add code avoiding construction
1915 when target have ctors/dtors and there is only one ctor/dtor at given
1916 priority.
1917 (compare_ctor, compare_dtor): Move to ipa.c; use DECL_UID to stabilize
1918 sort; reverse order of constructors.
1919 (cgraph_build_cdtor_fns): Move to ipa.c; rename to build_cdtor_fns.
1920 (cgraph_finalize_function): Do not call record_cdtor_fn.
1921 (cgraph_finalize_compilation_unit): Do not call cgraph_build_cdtor_fns.
1922 (cgraph_build_static_cdtor): Move to ipa.c.
1923 * ipa.c: Include target.h and tree-iterator.h.
1924 (cgraph_build_static_cdtor, static_ctors, static_dtors,
1925 record_cdtor_fn, build_cdtor, compare_ctor, compare_dtor,
1926 build_cdtor_fns, ipa_cdtor_merge, gate_ipa_cdtor_merge,
1927 pass_ipa_cdtor_merge): New.
1928 * passes.c (init_optimization_passes): Enqueue pass_ipa_cdtor_merge.
1929 * ipa-prop.c (update_indirect_edges_after_inlining): Avoid out of
1930 bounds access.
1931
1932 2010-08-20 Jan Hubicka <jh@suse.cz>
1933
1934 PR c++/45307
1935 PR c++/17736
1936 * cgraph.h (cgraph_only_called_directly_p,
1937 cgraph_can_remove_if_no_direct_calls_and_refs_p): Handle
1938 static cdtors.
1939 * cgraphunit.c (cgraph_decide_is_function_needed): Static cdtors
1940 are not needed.
1941 (cgraph_finalize_function): Static cdtors are reachable.
1942 (cgraph_mark_functions_to_output): Use cgraph_only_called_directly_p.
1943
1944 2010-08-20 Jan Hubicka <jh@suse.cz>
1945
1946 * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of
1947 flag_wpa.
1948 * lto-streamer-out.c (lto_output): Likewise.
1949 * passes.c (ipa_write_optimization_summaries): Initialize statement
1950 uids.
1951
1952 2010-08-20 Olivier Hainque <hainque@adacore.com>
1953
1954 * tree.h (alias_diag_flags): New enum.
1955 (alias_pair): Add an 'emitted_diags' field.
1956 * varasm.c (finish_aliases_1): Honor and update p->emitted_diags.
1957 (assemble_alias): Initialize emitted_diags of new pairs.
1958
1959 2010-08-20 Eric Botcazou <ebotcazou@adacore.com>
1960
1961 * config/rs6000/aix.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
1962 * config/rs6000/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
1963 * config/rs6000/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
1964 (STACK_CHECK_PROTECT): Define.
1965 * config/rs6000/rs6000.c (rs6000_emit_probe_stack_range): New function.
1966 (output_probe_stack_range): Likewise.
1967 (rs6000_emit_prologue): Invoke rs6000_emit_probe_stack_range if static
1968 builtin stack checking is enabled.
1969 * config/rs6000/rs6000-protos.h (output_probe_stack_range): Declare.
1970 * config/rs6000/rs6000.md (UNSPECV_PROBE_STACK_RANGE): New constant.
1971 (probe_stack_range): New insn.
1972
1973 2010-08-20 H.J. Lu <hongjiu.lu@intel.com>
1974
1975 PR target/45336
1976 * config/i386/emmintrin.h (_mm_extract_epi16): Cast to unsigned
1977 short first.
1978
1979 * config/i386/smmintrin.h (_mm_extract_epi8): Cast to unsigned
1980 char first.
1981
1982 2010-08-20 Jakub Jelinek <jakub@redhat.com>
1983
1984 PR target/45336
1985 * config/i386/sse.md (*sse4_1_pextrb): Add SWI48 mode iterator
1986 to cover zero extension into 64-bit register.
1987 (*sse2_pextrw): Likewise.
1988 (*sse4_1_pextrd_zext): New insn.
1989
1990 2010-08-20 Iain Sandoe <iains@gcc.gnu.org>
1991
1992 revert r163410, partially revert r163267.
1993 * config/rs6000/darwin.h (LIB_SPEC): Remove.
1994 * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all
1995 Darwin versions.
1996
1997 2010-08-20 Jakub Jelinek <jakub@redhat.com>
1998
1999 PR middle-end/44974
2000 * builtins.c (expand_builtin): Don't optimize away
2001 calls to DECL_LOOPING_CONST_OR_PURE_P builtins.
2002
2003 2010-08-20 Uros Bizjak <ubizjak@gmail.com>
2004
2005 * config/i386/i386.md (ashift %rsp splitter): Remove splitter.
2006 (pro_epilogue_adjust_stack_di_2): Use "l" constraint for
2007 alternative 1 of operand 2.
2008
2009 2010-08-20 Jakub Jelinek <jakub@redhat.com>
2010 Paolo Bonzini <bonzini@gnu.org>
2011
2012 * simplify-rtx.c (simplify_unary_operation_1): Optimize
2013 (sign_extend (zero_extend (...)) and
2014 ({sign,zero}_extend (lshiftrt (ashift X (const_int I)) (const_int I))).
2015
2016 2010-08-20 Jakub Jelinek <jakub@redhat.com>
2017
2018 PR rtl-optimization/45353
2019 * sel-sched-ir.c (sel_bb_head): Return NULL even if next_nonnote_insn
2020 after bb_note is a BARRIER.
2021
2022 2010-08-20 Iain Sandoe <iains@gcc.gnu.org>
2023
2024 * config/rs6000/darwin.h (LIB_SPEC): New. Provide saveFP/restFP by
2025 linking libgcc.a.
2026
2027 2010-08-20 Jakub Jelinek <jakub@redhat.com>
2028 Michael Matz <matz@suse.de>
2029
2030 * tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.
2031
2032 2010-08-20 Nathan Froyd <froydnj@codesourcery.com>
2033
2034 * ggc-common.c (ggc_mark_root_tab): New function, split out from...
2035 (ggc_mark_roots): ...here.
2036
2037 2010-08-20 Nathan Froyd <froydnj@codesourcery.com>
2038
2039 * vec.h (FOR_EACH_VEC_ELT): Define.
2040 * c-decl.c: Use it.
2041 * cfgloop.c: Likewise.
2042 * cfgloopmanip.c: Likewise.
2043 * cgraph.c: Likewise.
2044 * cgraphunit.c: Likewise.
2045 * combine.c: Likewise.
2046 * config/bfin/bfin.c: Likewise.
2047 * config/mips/mips.c: Likewise.
2048 * config/rs6000/rs6000.c: Likewise.
2049 * dbxout.c: Likewise.
2050 * df-scan.c: Likewise.
2051 * dominance.c: Likewise.
2052 * dse.c: Likewise.
2053 * dwarf2out.c: Likewise.
2054 * except.c: Likewise.
2055 * expr.c: Likewise.
2056 * function.c: Likewise.
2057 * gcse.c: Likewise.
2058 * genattr.c: Likewise.
2059 * ggc-common.c: Likewise.
2060 * gimplify.c: Likewise.
2061 * graphite-blocking.c: Likewise.
2062 * graphite-clast-to-gimple.c: Likewise.
2063 * graphite-dependences.c: Likewise.
2064 * graphite-interchange.c: Likewise.
2065 * graphite-poly.c: Likewise.
2066 * graphite-scop-detection.c: Likewise.
2067 * graphite-sese-to-poly.c: Likewise.
2068 * graphite.c: Likewise.
2069 * haifa-sched.c: Likewise.
2070 * ifcvt.c: Likewise.
2071 * implicit-zee.c: Likewise.
2072 * ipa-prop.c: Likewise.
2073 * ipa-struct-reorg.c: Likewise.
2074 * ipa.c: Likewise.
2075 * ira-build.c: Likewise.
2076 * ira-color.c: Likewise.
2077 * ira-emit.c: Likewise.
2078 * lambda-code.c: Likewise.
2079 * loop-invariant.c: Likewise.
2080 * loop-unroll.c: Likewise.
2081 * lower-subreg.c: Likewise.
2082 * lto-cgraph.c: Likewise.
2083 * lto-opts.c: Likewise.
2084 * lto-streamer-in.c: Likewise.
2085 * lto-streamer-out.c: Likewise.
2086 * lto-streamer.c: Likewise.
2087 * lto-symtab.c: Likewise.
2088 * matrix-reorg.c: Likewise.
2089 * opts.c: Likewise.
2090 * predict.c: Likewise.
2091 * print-tree.c: Likewise.
2092 * sdbout.c: Likewise.
2093 * sel-sched-dump.c: Likewise.
2094 * sel-sched-ir.c: Likewise.
2095 * sel-sched.c: Likewise.
2096 * sese.c: Likewise.
2097 * stor-layout.c: Likewise.
2098 * tree-cfg.c: Likewise.
2099 * tree-cfgcleanup.c: Likewise.
2100 * tree-chrec.c: Likewise.
2101 * tree-data-ref.c: Likewise.
2102 * tree-emutls.c: Likewise.
2103 * tree-inline.c: Likewise.
2104 * tree-into-ssa.c: Likewise.
2105 * tree-loop-distribution.c: Likewise.
2106 * tree-loop-linear.c: Likewise.
2107 * tree-mudflap.c: Likewise.
2108 * tree-outof-ssa.c: Likewise.
2109 * tree-parloops.c: Likewise.
2110 * tree-predcom.c: Likewise.
2111 * tree-pretty-print.c: Likewise.
2112 * tree-scalar-evolution.c: Likewise.
2113 * tree-ssa-live.c: Likewise.
2114 * tree-ssa-loop-im.c: Likewise.
2115 * tree-ssa-loop-ivcanon.c: Likewise.
2116 * tree-ssa-loop-ivopts.c: Likewise.
2117 * tree-ssa-loop-manip.c: Likewise.
2118 * tree-ssa-loop-niter.c: Likewise.
2119 * tree-ssa-loop-prefetch.c: Likewise.
2120 * tree-ssa-phiprop.c: Likewise.
2121 * tree-ssa-pre.c: Likewise.
2122 * tree-ssa-reassoc.c: Likewise.
2123 * tree-ssa-sccvn.c: Likewise.
2124 * tree-ssa-structalias.c: Likewise.
2125 * tree-ssa.c: Likewise.
2126 * tree-vect-data-refs.c: Likewise.
2127 * tree-vect-loop-manip.c: Likewise.
2128 * tree-vect-loop.c: Likewise.
2129 * tree-vect-patterns.c: Likewise.
2130 * tree-vect-slp.c: Likewise.
2131 * tree-vect-stmts.c: Likewise.
2132 * tree-vrp.c: Likewise.
2133 * tree.c: Likewise.
2134 * value-prof.c: Likewise.
2135 * var-tracking.c: Likewise.
2136 * varasm.c: Likewise.
2137 * vmsdbgout.c: Likewise.
2138
2139 2010-08-19 Nathan Sidwell <nathan@codesourcery.com>
2140 Richard Guenther <richard.guenther@gmail.com>
2141
2142 * gimplify.c (gimplify_modify_expr): When assigning to volatiles,
2143 copy the src value and return a copy.
2144 * doc/extend.texi (Volatiles): Move from C++ to C and expand.
2145 (C++ Volatiles): Adjust to describe C++ semantics only.
2146
2147 2010-08-20 Joseph Myers <joseph@codesourcery.com>
2148
2149 * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to
2150 be zero or nonzero.
2151 * doc/tm.texi: Regenerate.
2152 * defaults.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define.
2153 * df-scan.c (df_get_exit_block_use_set), reginfo.c
2154 (init_reg_sets_1), rtlanal.c (rtx_unstable_p, rtx_varies_p):
2155 Handle new PIC_OFFSET_TABLE_REG_CALL_CLOBBERED semantics.
2156 * config/ia64/ia64.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define
2157 to 1.
2158
2159 2010-08-20 Olivier Hainque <hainque@adacore.com>
2160
2161 * config/sparc/sparc.c (sparc_asm_function_epilogue): Don't output
2162 an extra nop past a sibling call at the very end.
2163
2164 2010-08-19 Bernd Schmidt <bernds@codesourcery.com>
2165
2166 PR bootstrap/45350
2167 * combine.c (try_combine): Initialize i1_is_used and i2_is_used. Fix
2168 a comment.
2169
2170 2010-08-19 Nathan Froyd <froydnj@codesourcery.com>
2171
2172 * target.def (function_arg, function_incoming_arg): Remove const
2173 qualifier on CUMULATIVE_ARGS parameter.
2174 * targhooks.h (default_function_arg, default_function_incoming_arg):
2175 Likewise.
2176 * targhooks.c (default_function_arg, default_function_incoming_arg):
2177 Likewise.
2178 * config/i386/i386.c (ix86_function_arg): Likewise.
2179
2180 2010-08-19 Jakub Jelinek <jakub@redhat.com>
2181
2182 PR target/45336
2183 * simplify-rtx.c (simplify_unary_operation_1): Optimize nested
2184 SIGN_EXTENDs or ZERO_EXTENDs.
2185
2186 2010-08-19 Bernd Schmidt <bernds@codesourcery.com>
2187
2188 PR target/42172
2189 * combine.c (combine_validate_cost): New arg I0. All callers changed.
2190 Take its cost into account if nonnull.
2191 (insn_a_feeds_b): New static function.
2192 (combine_instructions): Look for four-insn combinations.
2193 (can_combine_p): New args PRED2, SUCC2. All callers changed. Take
2194 them into account when computing all_adjacent and looking for other
2195 uses.
2196 (combinable_i3pat): New args I0DEST, I0_NOT_IN_SRC. All callers
2197 changed. Treat them like I1DEST and I1_NOT_IN_SRC.
2198 (try_combine): New arg I0. Handle four-insn combinations.
2199 (distribute_notes): New arg ELIM_I0. All callers changed. Treat it
2200 like ELIM_I1.
2201
2202 2010-08-19 Jason Merrill <jason@redhat.com>
2203
2204 PR c++/45307
2205 * gimplify.c (gimplify_init_constructor): Just return GS_UNHANDLED
2206 if ctor is empty.
2207 (gimplify_modify_expr_rhs): Adjust.
2208
2209 2010-08-19 Nathan Froyd <froydnj@codesourcery.com>
2210
2211 * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to
2212 bitmap_bit_p.
2213 * config/bfin/bifn.c (bfin_discover_loop): Likewise.
2214 * dominance.c (iterate_fix_dominators): Likewise.
2215 * dse.c (set_usage_bits): Likewise.
2216 (set_position_unneeded, record_store): Likewise.
2217 * gimple-fold.c (get_maxval_strlen): Likewise.
2218 * haifa-sched.c (fix_inter_tick, fix_recovery_deps): Likewise.
2219 * ipa-inline.c (update_caller_keys): Likewise.
2220 * ipa-split.c (verify_non_ssa_vars): Likewise.
2221 * ipa-type-escape.c (mark_type, close_type_seen): Likewise.
2222 (close_type_exposed_parameter, close_type_full_escape): Likewise.
2223 (close_addressof_down): Likewise.
2224 * ira-color.c (assign_hard_reg, push_allocno_to_stack): Likewise.
2225 (setup_allocno_left_conflicts_size): Likewise.
2226 (ira_reassign_conflict_allocnos): Likewise.
2227 (ira_reassign_pseudos): Likewise.
2228 * ira-emit.c (change_loop): Likewise.
2229 * loop-invariant.c (mark_regno_live, mark_regno_death): Likewise.
2230 * lto-streamer-out.c (write_symbol): Likewise.
2231 * predict.c (expr_expected_value_1): Likewise.
2232 * regstat.c (regstat_bb_compute_ri): Likewise.
2233 * sel-sched.c (create_block_for_bookkeeping): Likewise.
2234 (track_scheduled_insns_and_blocks, sel_sched_region_1): Likewise.
2235 * stmt.c (expand_case): Likewise.
2236 * tree-eh.c (emit_eh_dispatch): Likewise.
2237 * tree-into-ssa.c (prune_unused_phi_nodes): Likewise.
2238 * tree-loop-distribution.c (make_nodes_having_upstream_mem_writes):
2239 Likewise.
2240 (rdg_flag_vertex, rdg_flag_loop_exits): Likewise.
2241 (rdg_build_components): Likewise.
2242 * tree-object-size.c (collect_object_sizes_for): Likewise.
2243 * tree-sra.c (convert_callers): Likewise.
2244 * tree-ssa-coalesce.c (live_track_add_partition): Likewise.
2245 * tree-ssa-live.c (mark_all_vars_used_1): Likewise.
2246 * tree-ssa-pre.c (bitmap_set_replace_value): Likewise.
2247
2248 2010-08-19 Uros Bizjak <ubizjak@gmail.com>
2249
2250 * config/i386/i386.md (*lea_1): Use P mode iterator.
2251 (lea add splitter): Also handle DImode operands.
2252 (DImode lea add splitter): Use x86_64_immediate_operand for operand 2
2253 predicate. Do not use ix86_lea_for_add_ok.
2254 (zext DImode lea add splitter): Use ix86_lea_for_add_ok.
2255 (lea ashift splitter): Also handle DImode operands.
2256 (DImode lea ashift splitter): Remove splitter.
2257
2258 2010-08-19 Uros Bizjak <ubizjak@gmail.com>
2259
2260 * config/i386/i386.md (*add<SWI:mode>3_cconly_overflow): Do not use
2261 ix86_binary_operator_ok.
2262
2263 2010-08-19 Andrey Belevantsev <abel@ispras.ru>
2264
2265 PR rtl-optimization/44691
2266 * sel-sched.c (count_occurrences_1): Also punt when SUBREG_REG
2267 is not a register.
2268
2269 2010-08-19 Ian Bolton <ian.bolton@arm.com>
2270
2271 PR target/45070
2272 * config/arm/arm.c (arm_output_epilogue): Ensure that return
2273 value of size 1-3 is handled correctly.
2274
2275 2010-08-19 Ian Bolton <ian.bolton@arm.com>
2276
2277 * tree-switch-conversion.c (gen_inbound_check): Ensure that the
2278 type for the conditional has wide enough range.
2279
2280 2010-08-18 Uros Bizjak <ubizjak@gmail.com>
2281
2282 PR target/45327
2283 * config/i386/i386.md (<any_or:code><SWI:mode>_3): Do not use
2284 ix86_binary_operator_ok.
2285
2286 2010-08-18 Uros Bizjak <ubizjak@gmail.com>
2287
2288 * config/i386/i386.md (*add<mode>_1) <TYPE_LEA>: Split insn to lea.
2289 <default>: Swap operands 1 and 2 for alternative 2 to use existing
2290 code to output insn mnemonic. Fix comment.
2291 (*addsi_1_zext): Add r-r-0 alternative 1.
2292 <TYPE_LEA>: Split insn to lea.
2293 <default>: Handle alternative 1.
2294 (*addhi_1_lea): Add r-r-0 alternative 2. Use cond RTX instead of
2295 multi-level if_then_else RTX to set "type" attribute.
2296 <default>: Handle alternative 2.
2297 (*addqi_1_lea): Add q-q-0 alternative 2 and r-r-0 alternative 4.
2298 Use cond RTX instead of multi-level if_then_else RTX to set
2299 "type" attribute.
2300 <default>: Handle alternatives 2 and 4.
2301 (lea splitters): Update calls to ix86_lea_for_add_ok.
2302
2303 * config/i386/i386.c (ix86_lea_for_add_ok): Remove unused "code"
2304 argument.
2305 * config/i386/i386-protos.h (ix86_lea_for_add_ok): Update prototype.
2306
2307 2010-08-18 Richard Guenther <rguenther@suse.de>
2308
2309 * tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts,
2310 use operand helpers.
2311
2312 2010-08-18 Paolo Bonzini <bonzini@gnu.org>
2313
2314 PR middle-end/45292
2315 * optabs.c (expand_bool_compare_and_swap): Expand pending
2316 pops before trying the optab.
2317
2318 2010-08-18 Yao Qi <yao@codesourcery.com>
2319
2320 PR target/45094
2321 * config/arm/arm.c (output_move_double): Fix typo generating
2322 instructions ('ldr'->'str').
2323
2324 2010-08-18 Maxim Kuvyrkov <maxim@codesourcery.com>
2325
2326 PR rtl-optimization/42575
2327 * optabs.c (expand_doubleword_mult): Generate new pseudos to shorten
2328 live ranges.
2329
2330 2010-08-18 Marcus Shawcroft <marcus.shawcroft@arm.com>
2331
2332 * config/arm/arm-protos.h (arm_expand_sync): New.
2333 (arm_output_memory_barrier, arm_output_sync_insn): New.
2334 (arm_sync_loop_insns): New.
2335 * config/arm/arm.c (FL_ARCH7): New.
2336 (FL_FOR_ARCH7): Include FL_ARCH7.
2337 (arm_arch7): New.
2338 (arm_print_operand): Support %C markup.
2339 (arm_legitimize_sync_memory): New.
2340 (arm_emit, arm_insn_count, arm_count, arm_output_asm_insn): New.
2341 (arm_process_output_memory_barrier, arm_output_memory_barrier): New.
2342 (arm_ldrex_suffix, arm_output_ldrex, arm_output_strex): New.
2343 (arm_output_op2, arm_output_op3, arm_output_sync_loop): New.
2344 (arm_get_sync_operand, FETCH_SYNC_OPERAND): New.
2345 (arm_process_output_sync_insn, arm_output_sync_insn): New.
2346 (arm_sync_loop_insns,arm_call_generator, arm_expand_sync): New.
2347 * config/arm/arm.h (struct arm_sync_generator): New.
2348 (TARGET_HAVE_DMB, TARGET_HAVE_DMB_MCR): New.
2349 (TARGET_HAVE_MEMORY_BARRIER): New.
2350 (TARGET_HAVE_LDREX, TARGET_HAVE_LDREXBHD): New.
2351 * config/arm/arm.md: Include sync.md.
2352 (UNSPEC_MEMORY_BARRIER): New.
2353 (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK): New.
2354 (VUNSPEC_SYNC_OP):New.
2355 (VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): New.
2356 (sync_result, sync_memory, sync_required_value): New attributes.
2357 (sync_new_value, sync_t1, sync_t2): Likewise.
2358 (sync_release_barrier, sync_op): Likewise.
2359 (length): Add logic to length attribute defintion to call
2360 arm_sync_loop_insns when appropriate.
2361 * config/arm/sync.md: New file.
2362
2363 2010-08-17 Jakub Jelinek <jakub@redhat.com>
2364
2365 * tree.h (host_integerp): Add ATTRIBUTE_PURE when not
2366 ENABLE_TREE_CHECKING.
2367 (tree_low_cst): Add inline version for !ENABLE_TREE_CHECKING
2368 and GCC >= 4.3.
2369
2370 2010-08-17 H.J. Lu <hongjiu.lu@intel.com>
2371
2372 * config/i386/i386.c (ix86_lea_for_add_ok): For !TARGET_OPT_AGU
2373 or optimizing for size, always avoid lea if possible.
2374
2375 * config/i386/i386.md (*add<mode>_1): Always avoid lea if possible.
2376
2377 2010-08-17 Iain Sandoe <iains@gcc.gnu.org>
2378
2379 * unwind-dw2-fde-darwin.c (_darwin10_Unwind_FindEnclosingFunction):
2380 Dunmmy function with NULL return unless the target is
2381 OSX >= 10.6 (Darwin10).
2382
2383 2010-08-17 Jack Howarth <howarth@bromo.med.uc.edu>
2384
2385 * gcc.c (spec_function): Add remove-outfile.
2386 (remove_outfile_spec_function): New function.
2387 * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread.
2388 * invoke.texi (replace-outfile): Document.
2389
2390 2010-08-17 Uros Bizjak <ubizjak@gmail.com>
2391
2392 PR target/45296
2393 * reginfo.c (globalize_reg): Reject stack registers.
2394
2395 2010-08-17 Richard Guenther <rguenther@suse.de>
2396
2397 * tree-ssa-dom.c (struct edge_info): Use a VEC for the
2398 list of conditional equivalences.
2399 (free_all_edge_infos): Adjust.
2400 (record_equivalences_from_incoming_edge): Likewise.
2401 (record_cond): Likewise.
2402 (build_and_record_new_cond): Likewise.
2403 (record_conditions): Likewise.
2404 (dom_opt_leave_block): Likewise.
2405
2406 2010-08-17 Kai Tietz <kai.tietz@onevision.com>
2407
2408 * doc/invoke.texi (ms-extension): Add documentation.
2409
2410 2010-08-17 Richard Guenther <rguenther@suse.de>
2411
2412 * fold-const.c (fold_comparison): Strip nops inside POINTER_PLUS_EXPR.
2413
2414 2010-08-17 Shujing Zhao <pearly.zhao@oracle.com>
2415
2416 PR c/40563
2417 * c-decl.c (diagnose_uninitialized_cst_member): New function.
2418 (finish_decl): Use it to issue a -Wc++-compat warning about
2419 uninitialized const field in struct or union.
2420
2421 (finish_struct): Use strip_array_types.
2422
2423 2010-08-17 Jakub Jelinek <jakub@redhat.com>
2424
2425 * function.c (block_fragments_nreverse, blocks_nreverse_all): New
2426 functions.
2427 (reorder_blocks): Use blocks_nreverse_all instead of blocks_nreverse.
2428 (reorder_blocks_1): Assert BLOCK_FRAGMENT_ORIGIN is NULL. Don't
2429 call block_nreverse here.
2430 (blocks_nreverse): Rename decl temporary to block.
2431
2432 2010-08-16 Bernd Schmidt <bernds@codesourcery.com>
2433
2434 * config/arm/thumb2.md (thumb2_notsi_shiftsi,
2435 thumbsi_notsi_shiftsi_compare0, thumb2_not_shiftsi_compare0_scratch,
2436 thumb2_cmpsi_shiftsi, thumb2_cmpsi_shiftsi_swp, thumb2_arith_shiftsi,
2437 thumb2_arith_shiftsi splitter, thumb2_arith_shiftsi_compare0,
2438 thumb2_arith_shiftsi_compare0_scratch, thumb2_sub_shiftsi,
2439 thumb2_sub_shiftsi_compare0, thumb2_sub_shiftsi_compare0_scratch,
2440 thumb2_iorsi3): Delete.
2441 (orsi_notsi_si): No longer a named pattern.
2442 (orsi_not_shiftsi_si): Renamed from thumb_orsi_not_shiftsi_si.
2443 * config/arm/predicates.md (shift_amount_operand): New.
2444 (mult_operator): New.
2445 * config/arm/arm.md (attr arch, attr arch_enabled, attr insn_enabled,
2446 attr enabled): New.
2447 (iorsi3_insn): Renamed from arm_iorsi3. Handle a new alternative if
2448 arch matches t2.
2449 (not_shiftsi): Renamed from arm_notsi_shiftsi. Handle Thumb2 variant.
2450 (not_shiftsi_compare0): Likewise, renamed from
2451 arm_notsi_shiftsi_compare0.
2452 (not_shiftsi_compare0_scratch): Likweise, renamed from
2453 arm_notsi_shiftsi_compare0_scratch.
2454 (cmpsi_shiftsi): Likewise, renamed from arm_cmpsi_shiftsi.
2455 (cmpsi_shiftsi_swp): Likewise, renamed from arm_cmpsi_shiftsi_swp.
2456 (arith_shiftsi): Handle Thumb2 variant. Set insn_enabled attribute
2457 so that the register alternative is disabled when the shift_operator
2458 is MULT. Use "M" as the constraint for constants.
2459 (arith_shiftsi splitter): Enable for TARGET_32BIT.
2460 (arith_shiftsi_compare0): Handle Thumb2 variant. Use "M" as the
2461 constraint for constants.
2462 (arith_shiftsi_compare0_scratch): Likewise.
2463 (sub_shiftsi, sub_shiftsi_compare0, sub_shiftsi_compare0_scratch):
2464 Handle Thumb2 alternative.
2465
2466 2010-08-16 Joseph Myers <joseph@codesourcery.com>
2467
2468 * doc/options.texi (NoDriverArg): Document.
2469 * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of
2470 -MDX and -MMDX.
2471 * opt-functions.awk (switch_flags): Handle NoDriverArg.
2472 * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE
2473 marking for CL_NO_DRIVER_ARG options when in the driver.
2474 * opts.h (CL_NO_DRIVER_ARG): Define.
2475 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
2476 CL_COMMON): Update values.
2477
2478 2010-08-16 Joseph Myers <joseph@codesourcery.com>
2479
2480 * common.opt: Add driver options.
2481 (auxbase, auxbase-strip, quiet, version): Mark RejectDriver.
2482 * doc/options.texi (Driver, RejectDriver): Document.
2483 * gcc.c (pass_exit_codes, print_search_dirs, print_file_name,
2484 print_prog_name, print_multi_directory, print_sysroot,
2485 print_multi_os_directory, print_multi_lib,
2486 print_sysroot_headers_suffix, report_times, combine_flag,
2487 use_pipes, wrapper_string): Remove.
2488 (save_switch, driver_unknown_option_callback,
2489 driver_wrong_lang_callback, driver_post_handling_callback,
2490 driver_handle_option): New.
2491 (spec_lang, last_language_n_infiles): Make file-scope static
2492 instead of local to process_command.
2493 (process_command): Use decode_cmdline_options_to_array and
2494 read_cmdline_option for option processing. Compute have_c in
2495 prescan of decoded options.
2496 * opt-functions.awk (switch_flags): Handle Driver and
2497 RejectDriver.
2498 (var_type, var_type_struct): Handle Separate options as generating
2499 const char * variables.
2500 * opts-common.c (decode_cmdline_option): Expect CL_COMMON and
2501 CL_TARGET to be passed by caller if required.
2502 (decode_cmdline_options_to_array): Update comment.
2503 * opts.c (complain_wrong_lang): Handle options only valid for the
2504 driver.
2505 (decode_options): Update call to decode_cmdline_options_to_array.
2506 (print_filtered_help): Ignore driver-only options.
2507 (print_specific_help): Ignore CL_DRIVER.
2508 (common_handle_option): Don't call print_specific_help for CL_DRIVER.
2509 * opts.h (CL_DRIVER, CL_REJECT_DRIVER): Define.
2510 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET, CL_COMMON):
2511 Update values.
2512
2513 2010-08-16 Richard Guenther <rguenther@suse.de>
2514
2515 * tree-cfg.c (verify_types_in_gimple_reference): Verify
2516 TARGET_MEM_REF a bit.
2517 * tree-ssa-address.c (addr_for_mem_ref): Adjust.
2518 (create_mem_ref_raw): Always create TMR_OFFSET, store the
2519 alias pointer type via it.
2520 (copy_mem_ref_info): Adjust.
2521 (maybe_fold_tmr): Likewise.
2522 * tree.c (mem_ref_offset): Also handle TARGET_MEM_REF.
2523 (reference_alias_ptr_type): Likewise.
2524 * tree.def (TARGET_MEM_REF): Remove TMR_ORIGINAL operand,
2525 adjust documentation of TMR_OFFSET operand.
2526 * alias.c (get_alias_set): Do not look at TMR_ORIGINAL but
2527 use the alias pointer type.
2528 * expr.c (expand_expr_real_1): Do not use TMR_ORIGINAL to
2529 initialize mem attrs but the TMR itself.
2530 * tree-eh.c (tree_could_trap_p): Handle TARGET_MEM_REF
2531 similar to MEM_REF.
2532 * tree-pretty-print.c (dump_generic_node): Do not dump TMR_ORIGINAL.
2533 * tree-ssa-loop-ivopts.c (idx_remove_ssa_names): Remove.
2534 (unshare_and_remove_ssa_names): Likewise.
2535 (copy_ref_info): Adjust.
2536 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Simplify
2537 TARGET_MEM_REF case.
2538 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Do not look
2539 at TMR_ORIGINAL.
2540 * tree.h (TMR_ORIGINAL): Remove.
2541 * gimple.c (get_base_address): For TARGET_MEM_REF with a
2542 symbol return that.
2543 * tree-dfa.c (get_ref_base_and_extent): Handle TARGET_MEM_REF
2544 with a symbol.
2545 (get_addr_base_and_unit_offset): Likewise.
2546 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Handle
2547 TARGET_MEM_REFs.
2548 (indirect_ref_may_alias_decl_p): Likewise.
2549 (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
2550
2551 2010-08-15 Uros Bizjak <ubizjak@gmail.com>
2552
2553 * doc/invoke.texi (-fomit-frame-pointer): Document that starting
2554 with GCC version 4.6, the default setting (when not optimizing
2555 for size) for 32-bit Linux x86 and 32-bit Darwin x86 targets has
2556 been changed to -fomit-frame-pointer.
2557
2558 2010-08-15 Iain Sandoe <iains@gcc.gnu.org>
2559
2560 * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
2561 Darwin10. Do not link libgcc.a for Darwin >= 9.
2562
2563 2010-08-15 Gerald Pfeifer <gerald@pfeifer.com>
2564
2565 * doc/invoke.texi (Warning Options): Fix terminology and markup
2566 in the description of how unknown warning options are handled.
2567
2568 2010-08-15 Ira Rosen <irar@il.ibm.com>
2569
2570 * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
2571 in basic blocks.
2572 (vect_supportable_dr_alignment): Check alignment for basic blocks.
2573 * tree-vect-slp.c (vect_build_slp_tree): Allow different codes for
2574 data references.
2575 (vect_bb_vectorization_profitable_p): New function.
2576 (vect_slp_analyze_bb): Call vect_bb_vectorization_profitable_p() to
2577 check if it's worthwhile to vectorize the basic block.
2578
2579 2010-08-14 Anatoly Sokolov <aesok@post.ru>
2580
2581 * reload.h (register_move_cost, memory_move_secondary_cost,
2582 secondary_reload_class): Adjust prototype.
2583 * rtl.h (reg_class_subset_p): Adjust prototype.
2584 * reload.c (secondary_reload_class): Change arguments type from
2585 enum reg_class to reg_class_t. Change result type to reg_class_t.
2586 * reginfo.c (register_move_cost, reg_class_subset_p): Change
2587 arguments type from enum reg_class to reg_class_t.
2588 (memory_move_secondary_cost): Change arguments type from
2589 enum reg_class to reg_class_t. Change type of saved_flags to
2590 reg_class_t.
2591
2592 * config/mips/mips.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
2593 Remove macros.
2594 (mips_cost): Remove.
2595 (struct mips_rtx_cost_data): Moved to mips.c.
2596 * config/mips/mips-protos.h (mips_register_move_cost): Remove.
2597 * config/mips/mips.c (struct mips_rtx_cost_data): Moved from mips.h.
2598 (mips_cost): Make static.
2599 (mips_canonicalize_move_class): Change argument type to reg_class_t.
2600 Change result type to reg_class_t.
2601 (mips_move_to_gpr_cost, mips_move_from_gpr_cost): Change arguments
2602 type from enum reg_class to reg_class_t.
2603 (mips_register_move_cost): Make static. Change arguments
2604 type from enum reg_class to reg_class_t.
2605 (mips_memory_move_cost): New function.
2606 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
2607
2608 2010-08-14 Richard Sandiford <rdsandiford@googlemail.com>
2609
2610 PR rtl-optimization/43358
2611 * ira-lives.c (process_single_reg_class_operands): Adjust the costs
2612 of a single hard register, using simplify_subreg_regno to decide
2613 what that register should be.
2614
2615 2010-08-14 Mingjie Xing <mingjie.xing@gmail.com>
2616
2617 * config/mips/mips.c (CODE_FOR_loongson_pmullh): Define.
2618 * config/mips/loongson.md (UNSPEC_LOONGSON_PMULL): Delete.
2619 (loongson_pmull<V_suffix>): Rename to...
2620 (mul<mode>3): ...this and use MULT instead of an UNSPEC.
2621
2622 2010-08-13 Jack Howarth <howarth@bromo.med.uc.edu>
2623
2624 * gcc/configure.ac: Enable -fomit-frame-pointer on darwin
2625 which support dwarf2.
2626 * config/i386/i386.c (override_options): Same.
2627
2628 2010-08-13 Jie Zhang <jie@codesourcery.com>
2629
2630 * config/arm/arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.
2631
2632 2010-08-12 Joseph Myers <joseph@codesourcery.com>
2633
2634 * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
2635 -MMD.
2636
2637 2010-08-12 Changpeng Fang <changpeng.fang@amd.com>
2638
2639 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Give
2640 up dot_prod pattern searching if a stmt is outside the loop.
2641
2642 2010-08-12 H.J. Lu <hongjiu.lu@intel.com>
2643 Uros Bizjak <ubizjak@gmail.com>
2644
2645 * config.gcc: Handle --enable-frame-pointer.
2646
2647 * configure.ac: Add --enable-frame-pointer.
2648 * configure: Regenerated.
2649
2650 * config/i386/i386.c (USE_IX86_FRAME_POINTER): Default to 0.
2651 (override_options): If not configured with --enable-frame-pointer,
2652 enable -fomit-frame-pointer (but not for TARGET_MACHO or when
2653 optimizing for size), -fasynchronous-unwind-tables and
2654 -maccumulate-outgoing-args by default.
2655
2656 2010-08-12 Jakub Jelinek <jakub@redhat.com>
2657
2658 * builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.
2659
2660 PR middle-end/45262
2661 * fold-const.c (make_range) <case NEGATE_EXPR>: Punt if
2662 -a overflows. Normalize the range.
2663
2664 2010-08-12 Richard Guenther <rguenther@suse.de>
2665
2666 PR tree-optimization/45232
2667 * tree-ssa-reassoc.c (can_reassociate_p): Disable re-association
2668 for types with undefined overflow.
2669 (reassociate_bb): Allow re-associating of bit and min/max
2670 operations for types with undefined overflow.
2671 * tree-ssa-forwprop.c (associate_plusminus): New function.
2672 (tree_ssa_forward_propagate_single_use_vars): Call it.
2673
2674 2010-08-12 Richard Guenther <rguenther@suse.de>
2675
2676 * tree-flow.h (struct ptr_info_def): Add align and misalign fields.
2677 * tree-ssa-alias.c (get_ptr_info): Move ...
2678 * tree-ssanames.c (get_ptr_info): ... here. Initialize
2679 align and misalign fields conservatively.
2680 * tree-ssa-ccp.c (ccp_finalize): From partially constant pointers
2681 derive alignment information.
2682 (evaluate_stmt): Derive alignment information from memory
2683 allocation functions.
2684 * tree.h (get_pointer_alignment): Make unsigned.
2685 * builtins.c (get_object_alignment): Use alignment information we
2686 have computed for pointers.
2687 (get_pointer_alignment): Likewise. Make conservative, return
2688 and unsigned value.
2689 (expand_builtin_strlen): Adjust.
2690 (expand_builtin_memcmp): Likewise.
2691 (expand_builtin_strcmp): Likewise.
2692 (expand_builtin_strncmp): Likewise.
2693 (get_builtin_sync_mem): Use at least mode alignment.
2694 (fold_builtin_memset): Adjust.
2695 (fold_builtin_memory_op): Likewise.
2696 * gimple-pretty-print.c (dump_gimple_phi): Alongside alias
2697 information also dump pointer alignment knowledge.
2698 (dump_gimple_stmt): Likewise.
2699
2700 2010-08-12 Uros Bizjak <ubizjak@gmail.com>
2701
2702 * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
2703 (EMPTY_FIELD_BOUNDARY): Remove.
2704 * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
2705
2706 2010-08-12 Jakub Jelinek <jakub@redhat.com>
2707
2708 PR debug/45259
2709 * caller-save.c (save_call_clobbered_regs): Only swap notes with
2710 DEBUG_INSNs if n_regs_saved.
2711
2712 2010-08-12 Wei Guozhi <carrot@google.com>
2713
2714 PR target/44999
2715 * config/arm/arm.md (andsi3): Change to zero extension if possible.
2716 * config/arm/thumb2.md (thumb2_zero_extendqisi2_v6): Change the name.
2717
2718 2010-08-11 Vladimir Makarov <vmakarov@redhat.com>
2719
2720 * ira-int.h (ira_remove_allocno_copy_from_list): Remove.
2721
2722 * ira-build.c (ira_remove_allocno_copy_from_list): Remove.
2723
2724 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2725
2726 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add back
2727 the case removed in the previous patch, when the only phi argument
2728 is defined in the same loop as the phi node itself. Handle it
2729 separately from the invariant case by both propagating it outside
2730 the region and replacing the phi node with an assign.
2731
2732 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2733
2734 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
2735 constant phi nodes with one argument are is_gimple_min_invariant
2736 and SSA_NAME_IS_DEFAULT_DEF.
2737
2738 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2739
2740 * graphite-cloog-util.c (oppose_constraint):
2741 Extend loop counter's value range (CLOOG_ORG).
2742 (cloog_matrix_to_ppl_constraint): Same.
2743 (new_Constraint_System_from_Cloog_matrix): Same.
2744 * graphite-cloog-compat.h (matrix_num_type): New.
2745
2746 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2747
2748 * graphite.c (graphite_initialize): Do not initialize
2749 CLooG and initialize the Parma Polyhedra Library
2750 manually when using CLOOG_ORG.
2751 (graphite_finalize): Do not finalize CLooG and finalize
2752 the Parma Polyhedra Library manually when using CLOOG_ORG.
2753 * graphite-cloog-compat.h (cloog_initialize): Hide function
2754 when using CLOOG_ORG.
2755 (cloog_finalize): Same.
2756
2757 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2758
2759 * graphite-clast-to-gimple.c (free_scattering): Change
2760 CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
2761 (CLOOG_ORG).
2762 (build_cloog_prog): Same.
2763 * graphite-cloog-compat.h (cloog_domain): Removed.
2764 (cloog_scattering): New.
2765 (cloog_set_domain): Removed.
2766 (cloog_set_scattering): New.
2767 (cloog_next_domain): Removed.
2768 (cloog_next_scattering): New.
2769 (cloog_set_next_domain): Removed.
2770 (cloog_set_next_scattering): New.
2771 (CloogScatteringList): New.
2772 (CloogScattering): New.
2773 (cloog_scattering_free): New.
2774 (new_Cloog_Scattering_from_ppl_Polyhedron): New.
2775 * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
2776 New.
2777
2778 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2779
2780 * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
2781 CloogState.
2782 (set_cloog_options): Same.
2783 (print_clast_stmt): Same.
2784 (scop_to_clast): Same.
2785 (print_generated_program): Same.
2786 (gloog): Same.
2787 * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
2788 (scop_to_clast): Extend with CloogState.
2789 * graphite-cloog-util.c: Include graphite-cloog-compat.h
2790 (new_Cloog_Domain_from_ppl_Polyhedron):
2791 Extend with CloogState. Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
2792 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
2793 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
2794 * graphite-cloog-util.h (build_cloog_prog): Same.
2795 * graphite-cloog-copat.h (build_cloog_prog): New.
2796 (CloogState): New.
2797 (cloog_state_malloc): New.
2798 (cloog_state_free): New.
2799 (cloog_loop_malloc): New.
2800 (cloog_options_malloc): New.
2801 (cloog_statement_alloc): New.
2802 (cloog_domain_from_cloog_matrix): New.
2803 (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
2804 (new_Cloog_Domain_from_ppl_Polyhedron): New.
2805
2806 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2807
2808 * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
2809 type of NAME now depends on used CLooG version.
2810 (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
2811 (gcc_type_for_clast_expr): Same.
2812 (print_clast_stmt): Replace pprint with clast_pprint.
2813 * graphite-cloog-compat.h: Provide compatibility macros for
2814 CLooG Legacy.
2815 (clast_name_p): New.
2816 (clast_expr_term): New.
2817 (clast_expr_red): New.
2818 (clast_expr_bin): New.
2819 (clast_pprint): New.
2820
2821 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2822
2823 * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
2824 compatible to newer CLooG releases (CLOOG_ORG).
2825 (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
2826 (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
2827 * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
2828 (build_cloog_prog) : New.
2829 (cloog_program_extract_scalars): New.
2830 (cloog_program_scatter): New.
2831
2832 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2833
2834 * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
2835 conditionally (CLOOG_ORG).
2836 * graphite-cloog-compat.h: New. Include graphite-cloog-compat.h.
2837 (cloog_statement_usr): New.
2838 (cloog_domain): Same.
2839 (cloog_set_domain): Same.
2840 (cloog_next_domain): Same.
2841 (cloog_set_next_domain): Same.
2842 (cloog_program_nb_scattdims): Same.
2843 (cloog_program_set_nb_scattdims): Same.
2844 (cloog_program_names): Same.
2845 (cloog_program_set_names): Same.
2846 (cloog_program_set_context): Same.
2847 (cloog_program_set_loop): Same.
2848 (cloog_program_blocklist): Same.
2849 (cloog_program_set_blocklist): Same.
2850 (cloog_program_scaldims): Same.
2851 (cloog_program_set_scaldims): Same.
2852 (cloog_names_nb_parameters): Same.
2853 (cloog_names_set_nb_parameters): Same.
2854 (cloog_names_parameters): Same.
2855 (cloog_names_set_parameters): Same.
2856 (cloog_names_set_nb_iterators): Same.
2857 (cloog_names_set_iterators): Same.
2858 (cloog_names_set_nb_scattering): Same.
2859 (cloog_names_set_scattering): Same.
2860 (cloog_statement_set_usr): Same.
2861 (cloog_loop_set_next): Same.
2862 (cloog_loop_set_domain): Same.
2863 (cloog_loop_set_block): Same.
2864 (cloog_block_list_next): Same.
2865 (cloog_block_list_set_next):
2866 (cloog_block_list_set_block): Same.
2867
2868 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2869
2870 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
2871 a bool.
2872 (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
2873 (rewrite_commutative_reductions_out_of_ssa_loop): Same.
2874 (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
2875 when something has been changed.
2876 (rewrite_commutative_reductions_out_of_ssa): Same.
2877
2878 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2879
2880 * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
2881 handle the case when def is in the sese region.
2882 (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
2883 for invariant expressions.
2884 (rewrite_cross_bb_phi_deps): Removed.
2885 (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
2886 (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
2887 rewrite_cross_bb_phi_deps.
2888
2889 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2890
2891 * graphite-sese-to-poly.c
2892 (rewrite_commutative_reductions_out_of_ssa_loop): Call
2893 scev_analyzable_p only on is_gimple_reg
2894
2895 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2896
2897 * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
2898 (rewrite_close_phi_out_of_ssa): Propagate constant values or
2899 parametric expressions outside the scop region.
2900 (rewrite_cross_bb_scalar_deps): Same.
2901 * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
2902
2903 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2904
2905 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
2906 SSA_NAME_DEF_STMT only on SSA_NAMEs.
2907
2908 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2909
2910 * tree-scalar-evolution.c (instantiate_scev_name): Do not
2911 instantiate default definitions.
2912
2913 2010-08-11 Vladimir Kargov <kargov@gmail.com>
2914 Sebastian Pop <sebastian.pop@amd.com>
2915
2916 * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
2917 (loop_exits_from_bb_p): New.
2918 * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
2919 (loop_exits_from_bb_p): Declared.
2920 * graphite-scop-detection.c (scopdet_basic_block_info): Call
2921 loop_exits_to_bb_p.
2922
2923 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2924
2925 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
2926 extra parameter for the region. Call scev_analyzable_p.
2927 (rewrite_reductions_out_of_ssa): Update call to
2928 rewrite_close_phi_out_of_ssa.
2929 (rewrite_cross_bb_phi_deps): Same.
2930 (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
2931 parameter for the region. Call scev_analyzable_p.
2932 (rewrite_commutative_reductions_out_of_ssa): Update call to
2933 rewrite_commutative_reductions_out_of_ssa_loop.
2934
2935 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2936
2937 * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
2938
2939 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2940
2941 * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
2942 SSA scalar phi nodes that can be scev_analyzable_p.
2943
2944 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2945
2946 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
2947 handle SSA_NAME_IS_DEFAULT_DEF.
2948
2949 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2950
2951 * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
2952
2953 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2954
2955 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
2956 case non close-phi nodes with one argument.
2957
2958 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2959
2960 * sese.h (scev_analyzable_p): Scevs could be expressions without
2961 chrecs and still be scev_analyzable_p.
2962
2963 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2964
2965 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
2966
2967 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2968
2969 * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
2970 * cfgloop.h (struct loop): Remove single_iv field.
2971 * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
2972 (scop_canonicalize_loops): Removed.
2973 (scop_ivs_can_be_represented): Do not use loop->single_iv. Iterate
2974 over all the loop phi nodes in loop->header.
2975 (build_poly_scop): Remove use of scop_canonicalize_loops.
2976
2977 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2978
2979 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
2980 handle GIMPLE_CALL.
2981
2982 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2983
2984 * tree-chrec.c (chrec_apply): Should only apply to the specified
2985 variable. Also handle multivariate chains of recurrences that
2986 satisfy evolution_function_is_affine_p. Also handle CASE_CONVERT.
2987
2988 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
2989
2990 * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
2991 (debug_clast_name_indexes_1): Removed.
2992 (debug_clast_name_indexes): Removed.
2993 (pbb_to_depth_to_oldiv): Removed.
2994 (build_iv_mapping): Replace the use of rename_map with iv_map.
2995 (translate_clast_user): Remove uses of rename_map. Allocate and
2996 free iv_map.
2997 (translate_clast_for_loop): Remove uses of rename_map.
2998 (translate_clast_for): Same.
2999 (translate_clast_guard): Same.
3000 (translate_clast): Same.
3001 (gloog): Same.
3002 * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
3003 * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
3004 * sese.c (set_rename): Now static.
3005 (rename_variables_in_stmt): Removed.
3006 (rename_uses): New.
3007 (is_parameter): Removed.
3008 (is_iv): Removed.
3009 (expand_scalar_variables_call): Removed.
3010 (expand_scalar_variables_ssa_name): Removed.
3011 (expand_scalar_variables_expr): Removed.
3012 (expand_scalar_variables_stmt): Removed.
3013 (expand_scalar_variables): Removed.
3014 (rename_variables): Removed.
3015 (remove_condition): Removed.
3016 (get_true_edge_from_guard_bb): Removed.
3017 (get_false_edge_from_guard_bb): Removed.
3018 (struct igp): Removed.
3019 (default_before_guard): Removed.
3020 (convert_for_phi_arg): Removed.
3021 (add_guard_exit_phis): Removed.
3022 (insert_guard_phis): Removed.
3023 (graphite_copy_stmts_from_block): Now also uses iv_map and a
3024 region. Do not copy conditions. Do not copy induction variables.
3025 Call rename_uses.
3026 (copy_bb_and_scalar_dependences): Allocate a local rename_map for
3027 the translated statement. Use the iv_map for the induction
3028 variable renaming.
3029 * sese.h (copy_bb_and_scalar_dependences): Update declaration.
3030 (set_rename): Removed declaration.
3031 (scev_analyzable_p): ...here.
3032 * tree-chrec.c (chrec_apply_map): New.
3033 * tree-chrec.h (chrec_apply_map): Declared.
3034
3035 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3036
3037 * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
3038 insert_loop_close_phis.
3039 * sese.c (name_defined_in_loop_p): Removed.
3040 (expr_defined_in_loop_p): Removed.
3041 (alive_after_loop): Removed.
3042 (close_phi_not_yet_inserted_p): Removed.
3043 (struct alep): Removed.
3044 (add_loop_exit_phis): Removed.
3045 (insert_loop_close_phis): Removed.
3046
3047 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3048
3049 * graphite-cloog-util.c
3050 (cloog_matrix_to_ppl_constraint): Fix flipped condition.
3051 * graphite-poly.c
3052 (psct_scattering_dim_for_loop_depth): Same.
3053
3054 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3055
3056 * graphite-cloog-util.h: Added cloog.h.
3057 * graphite-blocking.c: Removed cloog.h.
3058 * graphite-dependences.c: Same.
3059 * graphite-interchange.c: Same.
3060 * graphite-poly.c: Same.
3061 * graphite-ppl.c: Same.
3062 * graphite-scop-detection.c: Same.
3063 * graphite-sese-to-poly.c:
3064 Removed cloog.h.
3065 Removed graphite-clast-to-gimple.h.
3066 (check_poly_representation): Removed (unused).
3067 * graphite-sese-to-poly.h
3068 (check_poly_representation): Removed (unused).
3069
3070 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3071
3072 * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
3073 (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
3074 (graphite-cloog-util.o): New.
3075 (graphite-ppl.o): Added graphite-cloog-util.h.
3076 * graphite-clast-to-gimple.c:
3077 Added graphite-cloog-util.h to include statements.
3078 * graphite-cloog-util.c: New.
3079 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
3080 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
3081 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
3082 (new_C_Polyhedron_from_Cloog_Matrix): Same.
3083 (insert_constraint_into_matrix): Same.
3084 (ppl_Constrain_System_number_of_constraints): Same.
3085 (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
3086 (oppose_constraint): Same.
3087 (cloog_matrix_to_ppl_constraint): Same.
3088 (new_Constraint_System_from_Cloog_Matrix): Same.
3089 * graphite-cloog-util.h: New.
3090 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
3091 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
3092 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
3093 (new_C_Polyhedron_from_Cloog_Matrix): Same.
3094 (insert_constraint_into_matrix): Same.
3095 * graphite-ppl.c:
3096 Added graphite-cloog-util.h to include statements.
3097 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
3098 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
3099 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
3100 (new_C_Polyhedron_from_Cloog_Matrix): Same.
3101 (insert_constraint_into_matrix): Same.
3102 (ppl_Constrain_System_number_of_constraints): Same.
3103 (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
3104 (oppose_constraint): Same.
3105 (cloog_matrix_to_ppl_constraint): Same.
3106 (new_Constraint_System_from_Cloog_Matrix): Same.
3107 * graphite-ppl.h:
3108 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
3109 graphite-cloog-util.h.
3110 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
3111 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
3112 (new_C_Polyhedron_from_Cloog_Matrix): Same.
3113 (insert_constraint_into_matrix): Same.
3114
3115 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3116
3117 * graphite-clast-to-gimple.c
3118 (precision_for_value): Resolve value_* calls to matching mpz_* calls.
3119 (precision_for_interval): Same.
3120 (gcc_type_for_interval): Same.
3121 (compute_type_for_level): Same.
3122 * graphite-interchange.c
3123 (lst_interchange_profitable_p): Same.
3124 * graphite-poly.c
3125 (psct_scattering_dim_for_loop_depth): Same.
3126 * graphite-ppl.c
3127 (ppl_max_for_le_pointset): Same.
3128 (ppl_min_for_le_pointset): Same.
3129
3130 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3131
3132 * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
3133 (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
3134
3135 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3136
3137 * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
3138 rewrite_close_phi_out_of_ssa.
3139
3140 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3141
3142 * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
3143
3144 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3145
3146 * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
3147 rename_map.
3148 * sese.c (debug_rename_map): Same.
3149 (get_rename): Same.
3150 (set_rename): Same.
3151 (rename_variables_in_stmt): Same.
3152 (expand_scalar_variables_call): Same.
3153 (expand_scalar_variables_ssa_name): Same.
3154 (expand_scalar_variables_expr): Same.
3155 (expand_scalar_variables_stmt): Same.
3156 (expand_scalar_variables): Same.
3157 (rename_variables): Same.
3158 (graphite_copy_stmts_from_block): Same.
3159 (copy_bb_and_scalar_dependences): Same.
3160
3161 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3162
3163 * graphite-clast-to-gimple.c (copy_renames): Removed.
3164 (translate_clast_for): Do not call copy_renames.
3165 (translate_clast_guard): Same.
3166
3167 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3168
3169 * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
3170 (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
3171 (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
3172 before rewrite_cross_bb_scalar_deps.
3173
3174 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3175
3176 * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
3177 Early return in when flag_associative_math is not set.
3178
3179 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3180
3181 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
3182 of SSA copies on edges except for loop->latch.
3183
3184 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3185
3186 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
3187 Split out of rewrite_reductions_out_of_ssa.
3188 * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
3189 Declared.
3190 * graphite.c (graphite_transform_loops): Call it.
3191
3192 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3193
3194 * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
3195
3196 2010-08-11 Alexander Monakov <amonakov@ispras.ru>
3197
3198 * dbgcnt.def (graphite_scop): New counter.
3199 * graphite.c: Include dbgcnt.h.
3200 (graphite_transform_loops): Use new counter to limit transformations.
3201 * Makefile.in (graphite.o): Depend on DBGCNT_H.
3202
3203 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3204
3205 * passes.c (init_optimization_passes): Add pass_graphite.
3206 Schedule a pass_copy_prop before pass_graphite_transforms.
3207 * timevar.def (TV_GRAPHITE): Declared.
3208 * tree-pass.h (pass_graphite): Declared.
3209 * tree-ssa-loop.c (pass_graphite): New.
3210
3211 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3212
3213 * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
3214 Remove calls to rename_nb_iterations and rename_sese_parameters.
3215 * graphite-clast-to-gimple.h (gloog): Update declaration.
3216 * graphite.c (graphite_transform_loops): Update call to gloog.
3217 * sese.c (rename_variables_in_expr): Removed.
3218 (rename_nb_iterations): Removed.
3219 (rename_sese_parameters): Removed.
3220 * sese.h (rename_nb_iterations): Removed.
3221 (rename_sese_parameters): Removed.
3222
3223 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3224
3225 * graphite-clast-to-gimple.c (gloog): Remove call to
3226 sese_adjust_liveout_phis.
3227 * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
3228 SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
3229 (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
3230 rewrite_phi_out_of_ssa.
3231 * sese.c (get_vdef_before_sese): Removed.
3232 (sese_adjust_vphi): Removed.
3233 (sese_adjust_liveout_phis): Removed.
3234 * sese.h (sese_adjust_liveout_phis): Removed.
3235
3236 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3237
3238 * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
3239 argument for the place after which to insert the out of SSA copy.
3240 (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
3241 (rewrite_phi_out_of_ssa): Same.
3242 (rewrite_cross_bb_scalar_deps): Same.
3243 (insert_copyout): Removed.
3244 (insert_copyin): Removed.
3245 (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
3246 insert_out_of_ssa_copy_on_edge instead of insert_copyout and
3247 insert_copyin.
3248
3249 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3250
3251 * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
3252 (rewrite_reductions_out_of_ssa): Same.
3253 (rewrite_commutative_reductions_out_of_ssa): Same.
3254 (build_poly_scop): Do not call these functions.
3255 * graphite-sese-to-poly.h (build_poly_scop): Declared.
3256 (rewrite_reductions_out_of_ssa): Declared.
3257 (rewrite_commutative_reductions_out_of_ssa): Declared.
3258 * graphite.c (graphite_transform_loops): Call on every scop
3259 rewrite_commutative_reductions_out_of_ssa before calling
3260 rewrite_reductions_out_of_ssa and build_scop_bbs.
3261
3262 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3263
3264 * graphite-dependences.c (dot_deps): Make system call to dotty run
3265 in background.
3266 (dot_deps_stmt): Same.
3267 * graphite-poly.c (dot_lst): Same.
3268
3269 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3270
3271 * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
3272 phi_arg_in_outermost_loop.
3273 (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
3274 (remove_invariant_phi): Same.
3275
3276 2010-08-11 Anatoly Sokolov <aesok@post.ru>
3277
3278 * target.def (output_addr_const_extra): New hook.
3279 * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
3280 * doc/tm.texi: Regenerate.
3281 * targhooks.c (default_asm_output_addr_const_extra): New function.
3282 * targhooks.h (default_asm_output_addr_const_extra): Declare.
3283 * final.c (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
3284 target hook.
3285
3286 * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
3287 * config/i386/i386-protos.h (output_addr_const_extra): Remove.
3288 * config/i386/i386.h (output_addr_const_extra): Rename to...
3289 (i386_asm_output_addr_const_extra): ...this. Make static.
3290 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
3291
3292 2010-08-11 Richard Henderson <rth@redhat.com>
3293
3294 * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
3295
3296 2010-08-11 Nick Clifton <nickc@redhat.com>
3297
3298 * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
3299 * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
3300 * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
3301 stormy16-lib2-cmpsi.c.
3302
3303 * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
3304 -O2.
3305
3306 2010-08-11 Joseph Myers <joseph@codesourcery.com>
3307
3308 * opts.h (struct cl_option_handler_func): Make handler take
3309 cl_decoded_option structure as parameter, not individual elements.
3310 (struct cl_option_handlers): Make callbacks take cl_decoded_option
3311 structure as parameter, not individual elements.
3312 (handle_option): Take cl_decoded_option structure as parameter,
3313 not individual elements.
3314 (handle_generated_option): Declare.
3315 * opts-common.c (handle_option): Take cl_decoded_option structure
3316 as parameter, not individual elements. Update calls to callback
3317 and handler functions.
3318 (handle_generated_option): New.
3319 (read_cmdline_option): Update calls to callback functions and
3320 handle_option.
3321 * opts.c (common_handle_option, complain_wrong_lang,
3322 unknown_option_callback, post_handling_callback,
3323 lang_handle_option, target_handle_option): Take cl_decoded_option
3324 structure as parameter, not individual elements.
3325 (lang_handle_option, target_handle_option, common_handle_option):
3326 Assert option has at most one argument.
3327 (enable_warning_as_error): Call handle_generated_option instead of
3328 handle_option. Do not pass -Werror argument as argument of
3329 generated option.
3330
3331 2010-08-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3332
3333 * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
3334 'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
3335 (SUBWORD_BOOL_CAS): Likewise.
3336 (SUBWORD_SYNC_OP): Likewise.
3337 (SUBWORD_TEST_AND_SET): Likewise.
3338 (FETCH_AND_OP_WORD): Parenthesise INF_OP
3339 (SUBWORD_SYNC_OP): Likewise.
3340 (OP_AND_FETCH_WORD): Likewise.
3341
3342 2010-08-10 Xinliang David Li <davidxl@google.com>
3343
3344 * tree-ssa-loop-ivopts.c (get_address_cost): Properly
3345 compute max/min offset in address.
3346
3347 2010-08-10 Vladimir Makarov <vmakarov@redhat.com>
3348
3349 * ira-live.c: Include sbitmap.h.
3350 (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
3351 Compress live ranges even more.
3352
3353 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
3354
3355 * coverage.c (ctr_labels): Delete.
3356
3357 2010-08-10 Bernd Schmidt <bernds@codesourcery.com>
3358
3359 PR bootstrap/45177
3360 * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
3361 test here from arm_gen_load_multiple_1.
3362 (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
3363 multiple_operation_profitable_p.
3364
3365 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
3366
3367 * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
3368 (fini_pre): Call free_aux_for_blocks. Delete unused bb variable.
3369
3370 2010-08-10 Richard Henderson <rth@redhat.com>
3371
3372 * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
3373 after saving registers. Assert that SSE registers are only saved
3374 with a sufficiently aligned frame.
3375 (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
3376 remove stack_realign_fp handling.
3377 (ix86_expand_prologue): Save int registers before stack_realign_fp,
3378 and do not mark the stack alignment as frame related.
3379 (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
3380
3381 * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
3382 saves when re-aligning the stack.
3383
3384 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
3385
3386 * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
3387 * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
3388 (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
3389
3390 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
3391
3392 * dwarf2out.c (struct die_struct): Move die_tag to the end.
3393
3394 2010-08-09 Sofiane Naci <sofiane.naci@arm.com>
3395
3396 * config/arm/iterators.md: New file.
3397 * config/arm/arm.md: Include iterators.md.
3398 (QHSI): Move to new file.
3399 (LTUGEU, cnb, optab, ior_xor): Likewise.
3400 * config/arm/iwmmxt.md (VMMX): Move to new file.
3401 (VSHFT, MMX_char): Likewise.
3402 * config/arm/neon.md (VD): Move to new file.
3403 (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
3404 (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
3405 (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
3406 (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
3407 (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
3408 (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
3409 (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
3410 (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
3411 (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
3412 (Is_d_reg, V_mode_nunits): Likewise.
3413 * config/arm/vec-common.md (VALL): Move to new file.
3414 (VALLW, VINT, VINTW): Likewise.
3415
3416 2010-08-10 Bernd Schmidt <bernds@codesourcery.com>
3417
3418 PR middle-end/45182
3419 * combine.c (make_compound_operation): Don't try to convert
3420 shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
3421
3422 2010-08-10 Richard Guenther <rguenther@suse.de>
3423
3424 * tree.h (get_object_alignment): Adjust prototype.
3425 * builtins.c (get_object_alignment): Return unsigned int,
3426 drop the align parameter. Handle MEM_REF, MISALIGNED_INDIRECT_REF
3427 and TARGET_MEM_REF properly.
3428 (get_pointer_alignment): Adjust.
3429 * emit-rtl.c (get_mem_align_offset): Adjust comment.
3430 (set_mem_attributes_minus_bitpos): Adjust.
3431 * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
3432
3433 2010-08-10 Richard Guenther <rguenther@suse.de>
3434
3435 * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
3436 (copy_prop_visit_assignment): Simplify.
3437 (copy_prop_visit_stmt): Also visit assignments from
3438 constants.
3439 (copy_prop_visit_phi_node): Use operand_equal_p.
3440
3441 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
3442
3443 * ipa-split.c (find_split_points): Free stack.
3444
3445 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
3446
3447 * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
3448 * tree.c (tree_node_kind): Delete corresponding entries.
3449
3450 2010-08-09 H.J. Lu <hongjiu.lu@intel.com>
3451
3452 * alias.c (may_alias_p): Remove unused ret.
3453
3454 2010-08-09 Bingfeng Mei <bmei@broadcom.com>
3455
3456 * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
3457 alias_sets_conflict_p.
3458 (walk_mems_1): Moved from alias.c.
3459 (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
3460 in alias.c.
3461 (add_inter_loop_mem_dep): Use insns_may_alias_p now.
3462 * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
3463 * alias.c (walk_mems_2): Moved to ddg.c.
3464 (walk_mems_1): Ditto.
3465 (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
3466 to ddg.c.
3467 (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
3468 disambiguation.
3469 *(may_alias_p): New function to check whether two memory expression
3470 may alias or not. Currently used in buidling inter-iteration memory
3471 dependence.
3472 *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
3473 (insn_alias_sets_conflict_p): Removed
3474 *rtl.h (may_alias_p): New function prototype.
3475
3476 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
3477
3478 * tree.c (nreverse): Assert that we don't have a BLOCK.
3479
3480 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
3481
3482 * builtins.c (fold_builtin_next_arg): Use stdarg_p.
3483 * config/arm/arm.c (arm_get_pcs_model): Likewise.
3484 * config/avr/avr.c (init_cumulative_args): Likewise.
3485 * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
3486 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
3487 * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
3488 * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
3489 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
3490 * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
3491 * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
3492 * dwarf2out.c (gen_subprogram_die): Likewise.
3493 * function.c (allocate_struct_function): Likewise.
3494 * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
3495 (deserves_ellipsis): Delete.
3496
3497 2010-08-09 Richard Guenther <rguenther@suse.de>
3498
3499 * tree-ssa-copy.c (cached_last_copy_of): Remove.
3500 (valueize_val): New function.
3501 (get_last_copy_of): Remove.
3502 (set_copy_of_val): Simplify.
3503 (dump_copy_of): Likewise.
3504 (copy_prop_visit_cond_stmt): Use valueize_val.
3505 (copy_prop_visit_phi_node): Properly handle unvisited names.
3506 Drop code managing copy-of chains.
3507 (init_copy_prop): Adjust.
3508 (fini_copy_prop): Likewise.
3509 (execute_copy_prop): Remove obsolete comment.
3510
3511 2010-08-09 Richard Guenther <rguenther@suse.de>
3512
3513 PR middle-end/44632
3514 * function.c (gimplify_parameters): Do not clear addressable
3515 bit of the original parameter.
3516
3517 2010-08-09 Richard Guenther <rguenther@suse.de>
3518
3519 PR middle-end/45212
3520 * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
3521 alignment from MEM_REF offset only if we took it from the
3522 base object.
3523
3524 2010-08-09 Eric Fisher <joefoxreal@gmail.com>
3525
3526 * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
3527
3528 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
3529
3530 * c-tree.h (build_arg_info): Declare.
3531 * c-decl.c (build_arg_info): Define.
3532 (get_parm_info): Call it. Delete initialization code.
3533 * c-parser.c (c_parser_parms_declarator): Likewise.
3534 (c_parser_parms_list_declaractor): Likewise.
3535
3536 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
3537
3538 * c-tree.h (c_arg_tag): Define. Define a VEC containing it.
3539 (struct c_arg_info): Change type of tags field.
3540 * c-decl.c (grokdeclarator): Update for changed type of tags field.
3541 (get_parm_info): Likewise.
3542 (store_parm_decls_newstyle): Likewise.
3543
3544 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
3545
3546 * config/rs6000/rs6000.c (branch_island): Define. Define a VEC of it.
3547 (branch_island_list): Delete.
3548 (branch_islands): Declare.
3549 (add_compiler_branch_island): Adjust for branch_islands instead of
3550 branch_island_list.
3551 (macho_branch_islands): Likewise.
3552 (no_previous_def): Likewise.
3553 (get_prev_label): Likewise.
3554
3555 2010-08-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3556
3557 PR boehm-gc/34544
3558 * gthr-posix.h (__gthread_start): Delete.
3559 (__gthread_active_init): Use pthread_default_stacksize_np instead of
3560 pthread_create to determine if hpux pthreads are active.
3561 * gthr-posix95.h (__gthread_start): Delete.
3562 (__gthread_active_init): Likewise use pthread_default_stacksize_np.
3563
3564 2010-08-08 Kai Tietz <kai.tietz@onevision.com>
3565
3566 * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
3567 _WIN64 not expanded.
3568
3569 2010-08-07 Uros Bizjak <ubizjak@gmail.com>
3570 H.J. Lu <hongjiu.lu@intel.com>
3571
3572 PR target/45213
3573 * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
3574 to output 32bit SFmode immediate as 8 byte sign extended value.
3575
3576 2010-08-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
3577
3578 * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
3579 'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
3580 (SUBWORD_BOOL_CAS): Likewise.
3581 (SUBWORD_SYNC_OP): Likewise.
3582 (SUBWORD_TEST_AND_SET): Likewise.
3583 (FETCH_AND_OP_WORD): Parenthesise INF_OP
3584 (SUBWORD_SYNC_OP): Likewise.
3585 (OP_AND_FETCH_WORD): Likewise.
3586
3587 2010-08-07 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3588
3589 * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
3590 * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
3591 (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
3592 (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
3593 generic part.
3594 (cortex_a9_sched_adjust_cost): New function.
3595 (xscale_sched_adjust_cost): New function.
3596 * config/arm/arm-protos.h (struct tune_params): New field
3597 sched_adjust_cost.
3598 * config/arm/arm-cores.def: Adjust costs for cortex-a9.
3599
3600 2010-08-06 Eric Botcazou <ebotcazou@adacore.com>
3601
3602 PR target/44942
3603 * config/sparc/sparc.c (function_arg_advance): Always take into account
3604 the padding, if any.
3605
3606 2010-08-06 Richard Guenther <rguenther@suse.de>
3607
3608 * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
3609 (dump_lattice_value): Dump it.
3610 (get_default_value): Adjust.
3611 (get_constant_value): Likewise.
3612 (set_value_varying): Likewise.
3613 (set_lattice_value): Make sure to not go up the lattice
3614 with bitwise constant values.
3615 (get_value_for_expr): Handle ADDR_EXPRs.
3616 (value_to_double_int): New function.
3617 (get_value_from_alignment): Likewise.
3618 (do_dbg_cnt): Adjust.
3619 (ccp_lattice_meet): Handle partially constant values.
3620 (bit_value_unop_1): New function.
3621 (bit_value_binop_1): Likewise.
3622 (bit_value_unop): Likewise.
3623 (bit_value_binop): Likewise.
3624 (evaluate_stmt): Track partially constant values if
3625 flag_tree_bit_ccp is set.
3626 (ccp_fold_stmt): Dump if we folded a predicate.
3627 (ccp_visit_stmt): Adjust.
3628 * common.opt (ftree-bit-ccp): New flag.
3629 * doc/invoke.texi (ftree-bit-ccp): Document.
3630 * opts.c (decode_options): Enable bit-CCP at -O1.
3631
3632 2010-08-06 Alan Modra <amodra@gmail.com>
3633
3634 * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
3635 and -mrelocatable-lib description.
3636
3637 2010-08-05 Bernd Schmidt <bernds@codesourcery.com>
3638
3639 From Martin Thuresson <martint@google.com>
3640 * postreload.c (reload_cse_simplify_operands): Use
3641 SET_REGNO_RAW instead of SET_REGNO.
3642 * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
3643 SET_REGNO.
3644 * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
3645 instead of SET_REGNO.
3646 * rtl.h (SET_REGNO_RAW): New macro.
3647
3648 2010-08-05 Eric Botcazou <ebotcazou@adacore.com>
3649
3650 * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
3651 computations. Fix formatting issues.
3652 (num_sign_bit_copies1): Likewise.
3653 (canonicalize_condition): Likewise.
3654
3655 2010-08-05 Richard Henderson <rth@redhat.com>
3656
3657 * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
3658 (floor_log2): Use clz_hwi.
3659 (exact_log2): Use ctz_hwi.
3660 * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
3661 * builtins.c (fold_builtin_bitop): Use them.
3662 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
3663 * combine.c (get_pos_from_mask): Use ctz_hwi.
3664 * double-int.c (double_int_ctz): Likewise.
3665 * explow.c (force_reg): Likewise.
3666 * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
3667
3668 2010-08-05 Richard Henderson <rth@redhat.com>
3669
3670 PR target/45189
3671 * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
3672 the alignment constant is properly sign-extended.
3673
3674 2010-08-05 Richard Guenther <rguenther@suse.de>
3675
3676 * expr.c (store_expr): Use emit_block_move only if both
3677 source and target are MEMs. Use store_bit_field if only
3678 the target is a MEM.
3679
3680 2010-08-05 Richard Henderson <rth@redhat.com>
3681
3682 PR debug/45188
3683 * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
3684 (INCOMING_RETURN_ADDR_RTX): Likewise.
3685 (dwarf2out_do_frame): Remove conditional compilation.
3686 (dwarf2out_frame_init): Likewise.
3687
3688 2010-08-05 Nicolas Setton <setton@adacore.com>
3689
3690 * gcov.c (flag_display_progress): New static variable.
3691 (main): Display progress info on standard output if requested.
3692 (options): Add -d/--display-progress.
3693 (print_usage): Print them.
3694 (process_args): Handle them.
3695 * doc/gcov.texi: Document them.
3696
3697 2010-08-05 Martin Jambor <mjambor@suse.cz>
3698
3699 * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
3700 (ipcp_insert_stage): Redirect only edges not flagged with
3701 indirect_inlining_edge. Call ipcp_discover_new_direct_edges for all
3702 discovered constants.
3703
3704 2010-08-05 Martin Jambor <mjambor@suse.cz>
3705
3706 * ipa-prop.h (enum ipa_lattice_type): Changed comments.
3707 (struct ipa_param_descriptor): New fields types and
3708 cannot_devirtualize.
3709 (ipa_param_cannot_devirtualize_p): New function.
3710 (ipa_param_types_vec_empty): Likewise.
3711 (ipa_make_edge_direct_to_target): Declare.
3712 * ipa-cp.c: Fixed first stage driver name in initial comment,
3713 described devirtualization there too.
3714 (ipcp_analyze_node): Call ipa_analyze_params_uses.
3715 (ipcp_print_all_lattices): Print devirtualization info.
3716 (ipa_set_param_cannot_devirtualize): New function.
3717 (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
3718 lattice to BOTTOM.
3719 (ipcp_init_stage): Merged into...
3720 (ipcp_generate_summary): ...its caller.
3721 (ipcp_change_tops_to_bottom): Also process type lists.
3722 (ipcp_add_param_type): New function.
3723 (ipcp_copy_types): Likewise.
3724 (ipcp_propagate_types): Likewise.
3725 (ipcp_propagate_stage): Also propagate types.
3726 (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
3727 Also return true if propagated types require it.
3728 (ipcp_update_callgraph): Dump redirection info.
3729 (ipcp_process_devirtualization_opportunities): New function.
3730 (ipcp_const_param_count): Include known type information.
3731 (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
3732 on new node. Fixed formatting.
3733 * ipa-prop.c (make_edge_direct_to_target): Renamed to
3734 ipa_make_edge_direct_to_target and changed all callers. Made
3735 externally visible.
3736 (ipa_node_duplication_hook): Duplicate types vector.
3737 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
3738 redirect outgoing calls for which we can't get a decl from the
3739 statement. Check that we can get a decl from the call statement.
3740 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
3741 ipa_analyze_params_uses only when ipa-cp is disabled.
3742 * tree-inline.c (get_indirect_callee_fndecl): Removed.
3743 (expand_call_inline): Do not call get_indirect_callee_fndecl.
3744 * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
3745 * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
3746
3747 2010-08-05 Uros Bizjak <ubizjak@gmail.com>
3748
3749 * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
3750 temporary. Emit move from temporary to accum, so REG_EQUAL note will
3751 be attached to this insn in correct mode.
3752
3753 2010-08-05 Uros Bizjak <ubizjak@gmail.com>
3754
3755 * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
3756 using REGNO of base_reg directly.
3757
3758 2010-08-05 Jie Zhang <jie@codesourcery.com>
3759
3760 PR tree-optimization/45144
3761 * tree-sra.c (type_consists_of_records_p): Return false
3762 if the record contains bit-field.
3763
3764 2010-08-04 Richard Henderson <rth@redhat.com>
3765
3766 * config/i386/i386.c (struct ix86_frame): Remove padding and
3767 to_allocate members.
3768 (ix86_compute_frame_layout): Don't store them.
3769 (ix86_can_use_return_insn_p): Use a more direct and more obviously
3770 correct condition for the position of the stack pointer.
3771 (ix86_expand_prologue): Compute remaining stack allocation based
3772 on the ultimate stack pointer offset.
3773 (ix86_expand_epilogue): Use more obvious expressions testing for
3774 the stack pointer already pointing to the saved registers.
3775
3776 * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
3777 duplication deconstructing the frame pointer. Simplify
3778 deallocation of the local stack frame.
3779
3780 * reg-notes.def (CFA_EXPRESSION): New.
3781 * dwarf2out.c (dwarf2out_frame_debug): Handle it.
3782 (dwarf2out_frame_debug_cfa_expression): New.
3783 (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
3784
3785 * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
3786 * config/i386/i386.c (ix86_expand_prologue): Set it.
3787 (ix86_expand_epilogue): Clear it.
3788 (ix86_emit_save_reg_using_mov): For registers saved in a realigned
3789 context, add REG_CFA_EXPRESSION notes.
3790
3791 * config/i386/i386.h (struct machine_frame_state): Rename from
3792 machine_cfa_state. Add members tracking SP and FP regardless
3793 of the current CFA register.
3794 (ix86_cfa_state): Remove.
3795 * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
3796 and sse_reg_save_offset members.
3797 (ix86_compute_frame_layout): Set them.
3798 (gen_push): Increment sp_offset too.
3799 (choose_baseaddr_len, choose_baseaddr): New.
3800 (ix86_emit_save_reg_using_mov): New.
3801 (ix86_emit_save_regs_using_mov): Use it.
3802 (ix86_emit_save_sse_regs_using_mov): Likewise.
3803 (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
3804 compare vs the saved red_zone_offset.
3805 (pro_epilogue_adjust_stack): Adjust sp_offset.
3806 (ix86_adjust_stack_and_probe): Likewise.
3807 (ix86_expand_prologue): Set up, use, and validate the new
3808 frame_state_info members. Use gen_frame_mem.
3809 (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
3810 (ix86_emit_restore_reg_using_pop): Likewise. Use and update the
3811 new frame_state_info members.
3812 (ix86_emit_leave): Likewise.
3813 (ix86_emit_restore_regs_using_mov): Likewise. Don't check for
3814 out-of-range stack pointer offsets here.
3815 (ix86_emit_restore_sse_regs_using_mov): Likewise.
3816 (ix86_expand_epilogue): Use and validate the new frame_state_info
3817 members. Break up and simplify the logic selecting the
3818 restore_regs_via_mov code path. Ensure that there will be no
3819 out-of-range stack pointer offsets.
3820
3821 * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
3822
3823 * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
3824 argument name to reflect the expected tree; fix indentation.
3825 (ix86_asm_output_function_label): Output the entire 32-bit
3826 ms_hook here as bytes ...
3827 (ix86_expand_prologue): ... not here as insns. Attach the
3828 unwind info for the ms_hook to a blockage insn.
3829 (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
3830 (ix86_ms_bitfield_layout_p): Fix indentation.
3831 * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
3832
3833 * config/i386/i386.c (ix86_using_red_zone): New.
3834 (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
3835 ix86_expand_prologue, ix86_force_to_memory): Use it.
3836
3837 * config/i386/i386.c (ix86_expand_prologue): Simplify logic
3838 saving the int registers.
3839
3840 * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
3841 and DWARF2_UNWIND_INFO conditional compilation.
3842
3843 2010-08-04 Richard Henderson <rth@redhat.com>
3844
3845 PR debug/45171
3846 * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
3847 an is_naming_typedef_decl.
3848
3849 2010-08-04 Bernd Schmidt <bernds@codesourcery.com>
3850
3851 PR rtl-optimization/45162
3852 * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
3853 * dce.c (word_dce_process_block): Likewise.
3854
3855 2010-08-04 Steve Ellcey <sje@cup.hp.com>
3856
3857 PR target/44583
3858 * config/ia64/constraints.md (Z): New.
3859 * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
3860 (xfreg_or_signed_fp01_operand): New.
3861 * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
3862 with fr_reg_or_signed_fp01_operand and constraint G with Z.
3863 (subsf3): Ditto.
3864 (*maddsf4): Ditto.
3865 (*msubsf4): Ditto.
3866 (adddf3): Ditto.
3867 (adddf3_trunc): Ditto.
3868 (subdf3): Ditto.
3869 (*subdf3_trunc): Ditto.
3870 (*madddf4): Ditto.
3871 (*madddf4_trunc): Ditto.
3872 (*msubdf4): Ditto.
3873 (*msubdf4_trunc): Ditto.
3874 (addxf3): Replace xfreg_or_fp01_operand with
3875 xfreg_or_signed_fp01_operand and constraint G with Z.
3876 (*addxf3_truncsf): Ditto.
3877 (*addxf3_truncdf): Ditto.
3878 (subxf3): Ditto.
3879 (*subxf3_truncsf): Ditto.
3880 (*subxf3_truncdf): Ditto.
3881 (*maddxf4): Ditto.
3882 (*maddxf4_truncsf): Ditto.
3883 (*maddxf4_truncdf): Ditto.
3884 (*msubxf4): Ditto.
3885 (*msubxf4_truncsf): Ditto.
3886 (*msubxf4_truncdf): Ditto.
3887
3888 2010-08-04 Richard Guenther <rguenther@suse.de>
3889
3890 * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
3891 if either alias-set is zero.
3892
3893 2010-08-04 Richard Guenther <rguenther@suse.de>
3894
3895 * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
3896 * tree-ssa-ccp.c: ... here.
3897 * tree-ssa-copy.c: ... and here.
3898 * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
3899 value_range_t): Move ...
3900 * tree-vrp.c: ... here.
3901 * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
3902 (substitute_and_fold): Adjust prototype.
3903 * tree-ssa-propagate.c (replace_uses_in): Adjust.
3904 (replace_phi_args_in): Likewise.
3905 (substitute_and_fold): Take callback to query lattice instead
3906 of pointer to lattice. Replace SSA name defs with lattice
3907 values first.
3908 * tree-ssa-ccp.c (ccp_finalize): Adjust.
3909 * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
3910 (get_value): New function.
3911 (fini_copy_prop): Adjust.
3912 * tree-vrp.c (vrp_finalize): Adjust.
3913
3914 2010-08-04 Richard Guenther <rguenther@suse.de>
3915
3916 PR middle-end/45176
3917 * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
3918 points-to set for original MEM_REF.
3919
3920 2010-08-04 Richard Guenther <rguenther@suse.de>
3921
3922 * tree-ssa-ccp.c (get_constant_value): New function.
3923 (get_rhs_assign_op_for_ccp): Remove.
3924 (valueize_op): New function.
3925 (ccp_fold): Use get_constant_value and valueize_op.
3926 (fold_const_aggregate_ref): Likewise.
3927 (ccp_fold_stmt): Likewise.
3928 (visit_assignment): Simplify.
3929
3930 2010-08-04 Richard Guenther <rguenther@suse.de>
3931
3932 * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
3933 * double-int.h (double_int_ctz): Declare.
3934 * double-int.c (double_int_ctz): New function.
3935
3936 2010-08-04 Hariharan Sandanagobalane <hariharan@picochip.com>
3937
3938 * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
3939 Define.
3940 picochip_expand_movmemhi : Expand movmem pattern.
3941 * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
3942 Declare.
3943 * config/picochip/picochip.md (movmemhi) : New pattern.
3944
3945 2010-08-03 Uros Bizjak <ubizjak@gmail.com>
3946
3947 * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
3948
3949 2010-08-03 Bernd Schmidt <bernds@codesourcery.com>
3950
3951 * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
3952 NEG as operand of a MULT by merging it with the other operand.
3953 * combine.c (make_compound_operation): Use trunc_int_for_mode when
3954 generating a MULT with constant. Canonicalize PLUS and MINUS involving
3955 MULT.
3956 * config/arm/constraints.md (M): Examine only 32 bits of a
3957 HOST_WIDE_INT.
3958 * config/arm/predicates.md (power_of_two_operand): Likewise.
3959
3960 2010-08-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3961
3962 * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
3963 non-NOTE insns.
3964
3965 2010-08-03 Jan Hubicka <jh@suse.cz>
3966
3967 * ipa-split.c (struct split_point): Add split_part_set_retval.
3968 (find_retval): Forward declare.
3969 (test_nonssa_use, mark_nonssa_use): Special case return by reference.
3970 (consider_split): Compute current->split_part_set_retval.
3971 (visit_bb): Do not look into return value.
3972 (split_function): Handle !split_part_set_retval
3973
3974 2010-08-03 Martin Jambor <mjambor@suse.cz>
3975
3976 * tree-sra.c (completely_scalarize_record): New parameter REF, create
3977 its own access->expr intead of using build_ref_for_offset.
3978
3979 2010-08-03 Joseph Myers <joseph@codesourcery.com>
3980
3981 * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
3982 * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
3983 * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
3984 * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
3985 * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
3986 * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
3987 * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
3988 DEFAULT_SWITCH_TAKES_ARG.
3989 * config/rx/rx.opt (-patch=): Remove option.
3990 * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
3991 * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
3992 * doc/invoke.texi (RX Options): Remove -patch=.
3993 * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
3994 (option_map): Remove --profile-blocks, --quiet and --silent.
3995
3996 2010-08-03 Uros Bizjak <ubizjak@gmail.com>
3997
3998 * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
3999 * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
4000 (ix86_expand_branch): Add op0 and op1 arguments. Do not access
4001 ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
4002 Update calls to ix86_expand_compare and ix86_expand_branch.
4003 (ix86_expand_setcc): Add op0 and op1 arguments. Update calls to
4004 ix86_expand_compare.
4005 (ix86_expand_compare): Add op0 and op1 arguments. Do not access
4006 ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
4007 Make static.
4008 (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
4009 and ix86_compare_op1. Update calls to ix86_expand_compare.
4010 (ix86_expand_int_movcc): Ditto.
4011 (ix86_expand_fp_movcc): Ditto. Update calls to ix86_expand_setcc.
4012 * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
4013 (ix86_expand_setcc): Ditto.
4014 (ix86_expand_compare): Remove prototype.
4015 * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
4016 ix86_compare_op0 and ix86_compare_op1. Update calls
4017 to ix86_expand_branch to directly pass operands[1] and operands[2].
4018 (cbranchxf4): Ditto.
4019 (cbranch<MODEF:mode>4): Ditto.
4020 (cbranchcc4): Ditto.
4021 (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
4022 Update calls to ix86_expand_setcc to directly pass operands[2] and
4023 operands[3].
4024 (cstorexf4): Ditto.
4025 (cstore<MODEF:mode>4): Ditto.
4026 (cstorecc4): Ditto.
4027
4028 2010-08-02 Bernd Schmidt <bernds@codesourcery.com>
4029
4030 PR target/45063
4031 * caller-save.c (save_call_clobbered_regs): Remove regs from
4032 hard_regs_saved when they are set.
4033
4034 2010-08-02 Uros Bizjak <ubizjak@gmail.com>
4035
4036 PR target/41089
4037 * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
4038 as volatile.
4039
4040 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
4041
4042 * common.opt (ftree-loop-distribute-patterns): New.
4043 * invoke.texi (-ftree-loop-distribute-patterns): Documented.
4044 * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
4045 at -O3.
4046 * tree-data-ref.c (stores_zero_from_loop): New.
4047 * tree-data-ref.h (stores_zero_from_loop): Declared.
4048 * tree-loop-distribution.c (tree_loop_distribution): Call
4049 stores_zero_from_loop.
4050 (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
4051
4052 2010-08-02 Bernd Schmidt <bernds@codesourcery.com>
4053
4054 * postreload.c (reload_cse_simplify_operands): Take attribute enabled
4055 into account.
4056
4057 * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
4058 * config/arm/arm.c (thumb1_code): New variable.
4059 (arm_override_options): Set it.
4060 (thumb1_final_prescan_insn): Keep track of condition code status.
4061 (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
4062 jumps that depend on them.
4063 * config/arm/arm.h (thumb1_code): Declare variable.
4064 (struct machine_function): Guard with #ifndef GENERATOR_FILE. Add
4065 members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
4066 thumb1_cc_mode.
4067 (CC_STATUS_INIT): New macro.
4068 * config/arm/constraints.md (Pd): New constraint.
4069 * config/arm/predicates.md (noov_comparison_operator): New predicate.
4070 * config/arm/arm.md (is_thumb1): New define_attr.
4071 (conds): Set default to "clob" when generating Thumb1 code.
4072 (thumb1_bicsi3): Renamed from bicsi3. All uses changed. Condition
4073 code are set. Use two-operand assembly syntax.
4074 (thumb1_subsi3_insn): Condition codes are set. Now a properly named
4075 pattern.
4076 (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
4077 codes are set. Use two-operand assembly syntax.
4078 (zero_extendhisi splitter): Remove constraints.
4079 (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
4080 thumb1_movsf_insn): Set conds attribute as appropriate.
4081 (cbranchsi4_insn): Use condition code status from struct
4082 machine_function to determine whether the comparison can be eliminated.
4083 Discourage the alternative using high registers.
4084 (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
4085 orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
4086 bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
4087 subsi3_cbranch): Delete.
4088 (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
4089 one subtract and one cbranch insn.
4090
4091 * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
4092 thumb2_movdf_soft_insn): Delete patterns.
4093 * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
4094 arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
4095 (pool_range, neg_pool_range): Use them to define defaults.
4096 (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
4097 and allow for TARGET_32BIT.
4098
4099 PR target/40457
4100 * config/arm/arm.h (arm_regs_in_sequence): Declare.
4101 * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
4102 load_multiple_sequence, store_multiple_sequence): Delete
4103 declarations.
4104 (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
4105 declarations.
4106 * config/arm/ldmstm.md: New file.
4107 * config/arm/arm.c (arm_regs_in_sequence): New array.
4108 (load_multiple_sequence): Now static. New args SAVED_ORDER,
4109 CHECK_REGS. All callers changed.
4110 If SAVED_ORDER is nonnull, copy the computed order into it.
4111 If CHECK_REGS is false, don't sort REGS. Handle Thumb mode.
4112 (store_multiple_sequence): Now static. New args NOPS_TOTAL,
4113 SAVED_ORDER, REG_RTXS and CHECK_REGS. All callers changed.
4114 If SAVED_ORDER is nonnull, copy the computed order into it.
4115 If CHECK_REGS is false, don't sort REGS. Set up REG_RTXS just
4116 like REGS. Handle Thumb mode.
4117 (arm_gen_load_multiple_1): New function, broken out of
4118 arm_gen_load_multiple.
4119 (arm_gen_store_multiple_1): New function, broken out of
4120 arm_gen_store_multiple.
4121 (arm_gen_multiple_op): New function, with code from
4122 arm_gen_load_multiple and arm_gen_store_multiple moved here.
4123 (arm_gen_load_multiple, arm_gen_store_multiple): Now just
4124 wrappers around arm_gen_multiple_op. Remove argument UP, all callers
4125 changed.
4126 (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
4127 * config/arm/predicates.md (commutative_binary_operator): New.
4128 (load_multiple_operation, store_multiple_operation): Handle more
4129 variants of these patterns with different starting offsets. Handle
4130 Thumb-1.
4131 * config/arm/arm.md: Include "ldmstm.md".
4132 (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
4133 ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
4134 stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
4135 peepholes): Delete.
4136 * config/arm/ldmstm.md: New file.
4137 * config/arm/arm-ldmstm.ml: New file.
4138
4139 * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
4140 if statement which adds extra costs to frame-related expressions.
4141
4142 2010-08-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4143
4144 * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
4145
4146 2010-08-01 Uros Bizjak <ubizjak@gmail.com>
4147
4148 PR target/45142
4149 * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
4150 alternative 2.
4151 (vec_set<moode>_0 splitter): Use SSEMODE4S mode iterator to also
4152 split V4SI operands.
4153
4154 2010-08-01 Anatoly Sokolov <aesok@post.ru>
4155
4156 * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
4157 * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
4158 * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
4159 (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
4160
4161 2010-07-31 Kai Tietz <kai.tietz@onevision.com>
4162
4163 * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
4164 LOCAL_INCLUDE_DIR.
4165
4166 2010-07-31 Richard Sandiford <rdsandiford@googlemail.com>
4167
4168 * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
4169 used in the call to optab_for_tree_code. Fix the second
4170 is_widening_mult_p call. Check that both unwidened operands
4171 have the same sign.
4172
4173 2010-07-31 John Tytgat <John.Tytgat@aaug.net>
4174
4175 * config/arm/arm.c (arm_function_arg): Remove superfluous test.
4176
4177 2010-07-31 Anatoly Sokolov <aesok@post.ru>
4178
4179 * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
4180
4181 2010-07-30 DJ Delorie <dj@redhat.com>
4182
4183 * config/rx/predicates.md (rx_constshift_operand): New.
4184 * config/rx/rx.md (zs_cond): New.
4185 (cbranchsi4): Remove mode.
4186 (*cbranchsi4_<code>): Likewise.
4187 (*tstbranchsi4_<code>): New.
4188 (*tstbranchsi4r_<code>): New.
4189 (*tstbranchsi4m_eq): New.
4190 (*tstbranchsi4m_ne): New.
4191 (cbranchsf4): Remove mode.
4192 (*cbranchsf4_<code>): Likewise.
4193
4194 2010-07-30 Bernd Schmidt <bernds@codesourcery.com>
4195
4196 * rtlanal.c (simplify_subreg_regno): Don't treat
4197 HARD_FRAME_POINTER_REGNUM specially.
4198
4199 2010-07-30 Joseph Myers <joseph@codesourcery.com>
4200
4201 * common.opt (-G): Don't define option here.
4202 * config/g.opt: New.
4203 * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
4204 rs6000/powerpc and score targets.
4205 * opts.c (common_handle_option): Don't handle -G here.
4206 * config/alpha/alpha.c (alpha_handle_option): Handle -G.
4207 * config/frv/frv.c (frv_handle_option): Handle -G.
4208 * config/ia64/ia64.c (ia64_handle_option): Handle -G.
4209 * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
4210 * config/m32r/m32r.c (m32r_handle_option): Handle -G.
4211 * config/mips/mips.c (mips_handle_option): Handle -G.
4212 * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
4213 * config/score/score.c (score_handle_option): Handle -G.
4214
4215 2010-07-30 Anatoly Sokolov <aesok@post.ru>
4216
4217 * config/mmix/mmix.c: Include basic-block.h.
4218
4219 2010-07-30 Jakub Jelinek <jakub@redhat.com>
4220
4221 PR debug/45055
4222 PR rtl-optimization/45137
4223 * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
4224 prototypes.
4225 * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
4226 New functions.
4227 * combine.c (next_nonnote_nondebug_insn): Removed.
4228 * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
4229 * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
4230 * sched-deps.c (sched_analyze_insn): Likewise.
4231 (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
4232 * rtlanal.c (canonicalize_condition): Likewise.
4233 * postreload.c (reload_combine_recognize_pattern): Likewise.
4234 (reload_cse_move2add): Use next_nonnote_nondebug_insn.
4235
4236 2010-07-29 Uros Bizjak <ubizjak@gmail.com>
4237
4238 * config/i386/i386.md (int_cond): Remove code iterator.
4239 (fp_cond): Ditto.
4240 (cbranch<mode>4): Use ordered_comparison_operator predicate
4241 for operator0.
4242 (cstore<mode>4): Ditto for operator1.
4243 (mov<SWIM:mode>cc and corresponding splitter): Ditto.
4244 (add<mode>cc): ditto.
4245
4246 2010-07-30 Richard Guenther <rguenther@suse.de>
4247
4248 PR middle-end/45141
4249 * expr.c (expand_expr_real_1): Check for not handled base address.
4250
4251 2010-07-30 Richard Guenther <rguenther@suse.de>
4252
4253 * ipa-prop.c (ipa_modify_formal_parameters): Use
4254 build_distinct_type_copy.
4255
4256 2010-07-30 Anthony Green <green@moxielogic.com>
4257
4258 * config/moxie/rtems.h: New file.
4259 * config.gcc: Add moxie-rtems support.
4260
4261 2010-07-29 Bernd Schmidt <bernds@codesourcery.com>
4262
4263 * dce.c (run_word_dce): Take flag_dce into account. Clear and restore
4264 df flags as in run_fast_df_dce.
4265
4266 2010-07-29 Jakub Jelinek <jakub@redhat.com>
4267
4268 Revert:
4269 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
4270
4271 * rtl.def (NOTE): Swap operands 4 and 5.
4272 * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
4273 NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
4274 Adjust accordingly.
4275 * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
4276
4277 2010-07-29 Jakub Jelinek <jakub@redhat.com>
4278
4279 PR debug/45110
4280 * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
4281 (gen_formal_types_die): Add DW_AT_object_pointer in methods.
4282 (gen_subprogram_die): Likewise. Remove it when removing declaration's
4283 formal parameters.
4284 (gen_decl_die): Change return type to dw_die_ref, return what
4285 gen_formal_parameter_die returned.
4286
4287 2010-07-29 Martin Jambor <mjambor@suse.cz>
4288
4289 * dbgcnt.def (eipa_sra): New counter.
4290 * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
4291
4292 2010-07-29 Xinliang David Li <davidxl@google.com>
4293
4294 PR bootstrap/45119
4295 * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
4296 in revision 162652.
4297
4298 2010-07-29 Richard Guenther <rguenther@suse.de>
4299
4300 * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
4301 (TV_TREE_STORE_CCP): Likewise.
4302 (TV_TREE_REDPHI): Likewise.
4303
4304 2010-07-29 Richard Guenther <rguenther@suse.de>
4305
4306 * double-int.h (double_int_and_not): New function.
4307 * combine.c (try_combine): Use it.
4308 * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
4309
4310 2010-07-29 Bernd Schmidt <bernds@codesourcery.com>
4311
4312 PR rtl-optimization/42575
4313 * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
4314 Argument AU removed. All callers changed. Ignore artificial refs.
4315 Use return value of df_word_lr_simulate_defs to decide whether an insn
4316 is necessary.
4317 (fast_dce): Rename arg to WORD_LEVEL.
4318 (run_word_dce): Renamed from rest_of_handle_fast_byte_dce. No longer
4319 static.
4320 (pass_fast_rtl_byte_dce): Delete.
4321 * dce.h (run_word_dce): Declare.
4322 * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
4323 All callers changed. Simplify code to only deal with two-word regs.
4324 * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
4325 (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
4326 (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
4327 (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
4328 (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
4329 (df_word_lr_mark_ref): Declare.
4330 (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
4331 df_word_lr_simulate_uses): Declare or rename from byte variants.
4332 (df_byte_lr_simulate_artificial_refs_at_top,
4333 df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
4334 df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
4335 declarations.
4336 (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
4337 (enum df_mm): Delete.
4338 * df-byte-scan.c: Delete file.
4339 * df-problems.c (df_word_lr_problem_data): Renamed from
4340 df_byte_lr_problem_data, all members deleted except for
4341 WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS. Uses changed.
4342 (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
4343 df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
4344 df_byte_lr_get_regno_len, df_byte_lr_check_regs,
4345 df_byte_lr_confluence_0): Delete functions.
4346 (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
4347 callers changed.
4348 (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
4349 Don't initialize members that were deleted, don't try to discover data
4350 about registers. Ignore hard regs.
4351 (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
4352 (df_word_lr_mark_ref): New function.
4353 (df_word_lr_bb_local_compute): Renamed from
4354 df_byte_bb_lr_local_compute; all callers changed. Use
4355 df_word_lr_mark_ref. Assert that artificial refs don't include
4356 pseudos. Ignore hard registers.
4357 (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
4358 Assert that exit block uses don't contain pseudos.
4359 (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
4360 (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
4361 callers changed. Ignore hard regs.
4362 (df_word_lr_transfer_function): Renamed from
4363 df_byte_lr_transfer_function; all callers changed.
4364 (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
4365 (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
4366 changed.
4367 (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
4368 callers changed.
4369 (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
4370 confluence operator 0 set to NULL.
4371 (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
4372 callers changed.
4373 (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
4374 Return bool, true if bitmap changed or insn otherwise necessary.
4375 All callers changed. Simplify using df_word_lr_mark_ref.
4376 (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
4377 all callers changed. Simplify using df_word_lr_mark_ref.
4378 * lower-subreg.c: Include "dce.h"
4379 (decompose_multiword_subregs): Call run_word_dce if df available.
4380 * Makefile.in (lower-subreg.o): Adjust dependencies.
4381 (df-byte-scan.o): Delete.
4382 * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
4383
4384 2010-07-29 Richard Guenther <rguenther@suse.de>
4385
4386 * tree.c (build_vector): Assert that the vector constant
4387 has enough elements.
4388 (build_vector_from_ctor): Pad with trailing zeros.
4389
4390 2010-07-29 Richard Guenther <rguenther@suse.de>
4391
4392 PR tree-optimization/45120
4393 * tree-ssa-structalias.c (get_constraint_for_component_ref):
4394 Handle offset in DEREFs properly.
4395 (get_constraint_for_1): Handle MEM_REF offset properly.
4396
4397 2010-07-29 Richard Guenther <rguenther@suse.de>
4398
4399 PR middle-end/45034
4400 * convert.c (convert_to_integer): Always use an unsigned
4401 type for narrowed negate and bitwise not.
4402
4403 2010-07-29 Ira Rosen <irar@il.ibm.com>
4404
4405 * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
4406 to outer loop when creating reduction epilogue for double reduction,
4407 and switch back to the inner loop when updating the phi nodes.
4408 Update uses of outer loop exit phi nodes in double reduction (instead
4409 of uses of reduction).
4410
4411 2010-07-28 Michael Meissner <meissner@linux.vnet.ibm.com>
4412
4413 * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
4414 popcount on power7 and parity on power6 systems.
4415 (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
4416 (rs6000_emit_parity): Add support for power6 prtyd/prtyw
4417 instructions.
4418
4419 * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
4420 (UNSPEC_PARITY): Ditto.
4421 (SFDF): New iterator for SF/DF.
4422 (rreg2): New mode attribute for floating register constraint.
4423 (TARGET_FLOAT): New mode attribute for whether single/double float
4424 is supported.
4425 (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
4426 pattern.
4427 (parity<mode>2_cmpb): New insn for parity on power6 and newer
4428 machines.
4429 (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
4430 pattern. Add support for fcpsgn instruction added in power6.
4431 (copysignsf3): Delete.
4432 (copysigndf3): Delete.
4433 (copysign<mode>3_fcpsgn): New insn to generate fcpsgn. Use UNSPEC
4434 instead of if_then_else in RTL to avoid problems with -0.
4435
4436 * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
4437 of if_then_else to mirror scalar code.
4438 (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
4439 rs6000.md.
4440
4441 * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
4442 instead of if_then_else.
4443
4444 2010-07-28 Xinliang David Li <davidxl@google.com>
4445
4446 * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
4447 (dump_cand): Dump var_before/after.
4448 (htab_inv_expr_eq): New function.
4449 (htab_inv_expr_hash): New function.
4450 (tree_ssa_iv_optimize_init): Support pseudo invariants.
4451 (add_candidate_1): consider base type precision.
4452 (set_use_iv_cost): New parameter.
4453 (adjust_setup_cost): Use profile information.
4454 (get_address_cost): Do not hard code width in computing address
4455 offset limits.
4456 (compare_aff_trees): New function.
4457 (get_loop_invariant_expr_id): New function.
4458 (get_computation_cost_at): New parameter and use profile information.
4459 (get_computation_cost): New parameter.
4460 (determine_use_iv_cost_generic): Pass new parameter.
4461 (determine_use_iv_cost_address): Ditto.
4462 (determine_use_iv_cost_condition): Ditto.
4463 (autoinc_possible_for_pair): Ditto.
4464 (determine_use_iv_costs): More dumps.
4465 (iv_ca_get_num_inv_exprs): New function.
4466 (iv_ca_recount_cost): Consider loop invariants in register pressure
4467 cost.
4468 (iv_ca_add_use): New parameter.
4469 (iv_ca_dump): Better dumping.
4470 (iv_ca_extend): New parameter.
4471 (try_add_cand_for): Attempt to get better partial solution.
4472 (try_improve_iv_set): Pass new parameter to iv_ca_extend.
4473 (create_new-ivs): More dumps.
4474 (rewrite_use_compare): Ditto.
4475 (free_loop_data): More cleanup.
4476 (treee_ssa_iv_optimize_finalize): Ditto.
4477
4478 2010-07-28 Kai Tietz <kai.tietz@onevision.com>
4479
4480 * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
4481 * config/i386/i386.c (ix86_profile_before_prologue): New.
4482 (override_options): Add special handling for -mfentry.
4483 (ix86_function_regparm): Likewise.
4484 (ix86_function_sseregparm): Likewise.
4485 (ix86_frame_pointer_required): Likewise.
4486 (ix86_expand_prologue): Check for ms_hook_prologue.
4487 (x86_function_profiler): Adjust mcount output.
4488 (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
4489 * config/i386/i386.opt (mfentry): New.
4490 * doc/invoke.texi (mfentry): Add documentation.
4491 * doc/tm.texi: Regenerated..
4492 * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
4493 * final.c (final_start_function): Replace macro
4494 PROFILE_BEFORE_PROLOGUE by target hook.
4495 * function.c (thread_prologue_and_epilogue_insns): Likewise.
4496 * target.def (profile_before_prologue): New hook.
4497 * targhooks.c (default_profile_before_prologue): New.
4498 * targhooks.h (default_profile_before_prologue): New.
4499
4500 2010-07-28 Jakub Jelinek <jakub@redhat.com>
4501
4502 PR debug/45105
4503 * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
4504
4505 PR debug/45103
4506 * dwarf2out.c (dwarf2out_var_location): Always consider
4507 NOTE_DURING_CALL_P notes, even when not followed by real instructions.
4508
4509 2010-07-28 Maxim Kuvyrkov <maxim@codesourcery.com>
4510
4511 PR rtl-optimization/45107
4512 * gcse.c (hash_scan_set): Use max_distance for gcse-las.
4513
4514 2010-07-28 Richard Guenther <rguenther@suse.de>
4515
4516 * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
4517 (set_lattice_value): Do not query an old default value.
4518 (get_value_for_expr): New function. Properly canonicalize
4519 float values.
4520 (ccp_visit_phi_node): Use it.
4521
4522 2010-07-28 Chung-Lin Tang <cltang@codesourcery.com>
4523
4524 * config/arm/arm.c (arm_pcs_default): Remove static.
4525 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
4526 __ARM_PCS_VFP to indicate soft/hard-float calling convention.
4527 (arm_pcs_default): Declare.
4528
4529 2010-07-28 Iain Sandoe <iains@gcc.gnu.org>
4530
4531 * config/rs6000/rs6000.c (rs6000_override_options):
4532 Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
4533 ... to darwin_rs6000_override_options.
4534 (rs6000_return_in_memory): Update preceding comment for darwin
4535 64 bit ABI. Use TARGET_MACHO inline.
4536 (rs6000_darwin64_struct_check_p): New.
4537 (function_arg_advance): Use rs6000_darwin64_struct_check_p.
4538 (function_arg): Likewise.
4539 (rs6000_arg_partial_bytes): Likewise.
4540 (rs6000_function_value): Likewise.
4541
4542 2010-07-28 Andi Kleen <ak@linux.intel.com>
4543
4544 * lto-opts.c (lto_file_read_options): Add loop over all inputs.
4545
4546 2010-07-28 Richard Guenther <rguenther@suse.de>
4547
4548 PR middle-end/44903
4549 * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
4550 targets try harder to not generate unaligned accesses.
4551
4552 2010-07-28 Maxim Kuvyrkov <maxim@codesourcery.com>
4553
4554 PR rtl-optimization/45101
4555 * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
4556 for gcse-las.
4557
4558 2010-07-28 Eric Botcazou <ebotcazou@adacore.com>
4559
4560 PR tree-optimization/44885
4561 * tree-sra.c (find_param_candidates): Skip pointer types to arrays
4562 with non-aliased component.
4563
4564 2010-07-28 Joseph Myers <joseph@codesourcery.com>
4565
4566 * config/darwin-driver.c (SWITCH_TAKES_ARG,
4567 WORD_SWITCH_TAKES_ARG): Remove.
4568 * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
4569 * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
4570 DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
4571 (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
4572 definitions from gcc.c.
4573 * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
4574 defaults.h.
4575 * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
4576 Move to defaults.h.
4577 * opts-common.c: Include tm.h.
4578 (decode_cmdline_option): Use SWITCH_TAKES_ARG and
4579 WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
4580 Handle more than one argument. Set canonical_option_num_elements.
4581 (decode_cmdline_options_to_array): Set
4582 canonical_option_num_elements and trailing elements of
4583 canonical_option.
4584 * opts.h (struct cl_decoded_option): Allow four elements in
4585 canonical_option. Add field canonical_option_num_elements.
4586 * Makefile.in (opts-common.o): Update dependencies.
4587
4588 2010-07-28 Eric Botcazou <ebotcazou@adacore.com>
4589
4590 PR middle-end/44790
4591 PR middle-end/44993
4592 * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change. Make
4593 sure the base has address_mode before adding the offset.
4594
4595 2010-07-27 Xinliang David Li <davidxl@google.com>
4596
4597 * tree-flow.h (create_mem_ref): Add one new parameter.
4598 * tree-ssa-address.c (create_mem_ref): New parameter.
4599 (addr_to_parts): Ditto.
4600 (move_variant_to_index): New function.
4601 * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
4602
4603 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
4604
4605 * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
4606 4 and 5.
4607 * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
4608 NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
4609 NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
4610 * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
4611 CODE_LABELs and NOTEs.
4612 * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
4613 * combine.c (try_combine): Likewise.
4614 * ira.c (setup_prohibited_mode_move_regs): Likewise.
4615 * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
4616
4617 2010-07-27 Joseph Myers <joseph@codesourcery.com>
4618
4619 * coretypes.h (struct cl_option_handlers): Declare.
4620 * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
4621 * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
4622 * langhooks-def.h (lhd_handle_option): Declare.
4623 (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
4624 * langhooks.c (lhd_handle_option): New.
4625 * langhooks.h (struct lang_hooks): Update prototype and return
4626 value type of handle_option hook.
4627 * optc-gen.awk: Generate target_flags_explicit definition for the
4628 driver.
4629 * opts-common.c: Include diagnostic.h.
4630 (handle_option): Move from opts.c. Update prototype and return
4631 value type. Use handlers structure.
4632 (read_cmdline_option): Move from opts.c. Update prototype. Use
4633 handlers structure.
4634 (set_option): Move from opts.c.
4635 * opts.c (common_handle_option): Update prototype and return value
4636 type. Update calls to handle_option and enable_warning_as_error.
4637 (unknown_option_callback, post_handling_callback,
4638 lang_handle_option, target_handle_option): New.
4639 (handle_option, read_cmdline_option): Move to opts-common.c.
4640 (read_cmdline_options): Update prototype. Update call to
4641 read_cmdline_option.
4642 (decode_options): Initialize and use handlers structure.
4643 (set_option): Move to opts-common.c.
4644 (enable_warning_as_error): Update prototype. Update call to
4645 handle_option.
4646 * opts.h (struct cl_option_handler_func, struct
4647 cl_option_handlers): New.
4648 (handle_option, enable_warning_as_error): Update prototypes.
4649 (read_cmdline_option): Declare.
4650 * Makefile.in (opts-common.o): Update dependencies.
4651
4652 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4653
4654 * config/arm/arm.c (params.h): Include.
4655 (arm_override_options): Tune gcse-unrestricted-cost.
4656 * config/arm/t-arm (arm.o): Define dependencies.
4657
4658 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4659
4660 PR target/42495
4661 PR middle-end/42574
4662 * basic-block.h (get_dominated_to_depth): Declare.
4663 * dominance.c (get_dominated_to_depth): New function, use
4664 get_all_dominated_blocks as a base.
4665 (get_all_dominated_blocks): Use get_dominated_to_depth.
4666
4667 * gcse.c (occr_t, VEC (occr_t, heap)): Define.
4668 (hoist_exprs): Remove.
4669 (alloc_code_hoist_mem, free_code_hoist_mem): Update.
4670 (compute_code_hoist_vbeinout): Add debug print outs.
4671 (hoist_code): Partially rewrite, simplify. Use get_dominated_to_depth.
4672
4673 * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
4674 quadratic behavior.
4675 * params.h (MAX_HOIST_DEPTH): New macro.
4676 * doc/invoke.texi (max-hoist-depth): Document.
4677
4678 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4679
4680 PR rtl-optimization/40956
4681 * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
4682 constants.
4683
4684 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4685
4686 PR target/42495
4687 PR middle-end/42574
4688 * config/arm/arm.c (legitimize_pic_address): Use
4689 gen_calculate_pic_address pattern to emit calculation of PIC address.
4690 (will_be_in_index_register): New function.
4691 (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
4692 (thumb1_legitimate_address_p): Use it provided !strict_p.
4693 * config/arm/arm.md (calculate_pic_address): New expand and split.
4694
4695 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4696
4697 PR target/42495
4698 PR middle-end/42574
4699 * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
4700 * config/arm/arm.md (define_split "J", define_split "K"): Make
4701 IRA/reload friendly.
4702
4703 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4704
4705 * gcse.c (insert_insn_end_basic_block): Update signature, remove
4706 unused checks.
4707 (pre_edge_insert, hoist_code): Update.
4708
4709 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4710
4711 PR target/42495
4712 PR middle-end/42574
4713 * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
4714
4715 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4716
4717 * gcse.c (hoist_code): Generate new pseudo for every new set insn.
4718
4719 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4720
4721 PR rtl-optimization/40956
4722 PR target/42495
4723 PR middle-end/42574
4724 * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
4725 for hoisting.
4726 (hoist_code): Count occurences in current block too.
4727
4728 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4729
4730 * gcse.c (struct expr:max_distance): New field.
4731 (doing_code_hoisting_p): New static variable.
4732 (want_to_gcse_p): Change signature. Allow constrained hoisting of
4733 simple expressions, don't change behavior for PRE. Set max_distance.
4734 (insert_expr_in_table): Set new max_distance field.
4735 (hash_scan_set): Update.
4736 (hoist_expr_reaches_here_p): Stop search after max_distance
4737 instructions.
4738 (find_occr_in_bb): New static function. Use it in ...
4739 (hoist_code): Calculate sizes of basic block before any changes are
4740 done. Pass max_distance to hoist_expr_reaches_here_p.
4741 (one_code_hoisting_pass): Set doing_code_hoisting_p.
4742
4743 * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
4744 (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
4745 * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
4746 macros.
4747 * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
4748 Document.
4749
4750 2010-07-27 Jeff Law <law@redhat.com>
4751 Maxim Kuvyrkov <maxim@codesourcery.com>
4752
4753 * gcse.c (compute_transpout, transpout): Remove, move logic
4754 to prune_expressions.
4755 (compute_pre_data): Move pruning of trapping expressions ...
4756 (prune_expressions): ... here. New static function.
4757 (compute_code_hoist_data): Use it.
4758 (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
4759
4760 2010-07-27 Xinliang David Li <davidxl@google.com>
4761
4762 * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
4763 (rewrite_use_address): Adjust iv update position when needed.
4764
4765 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
4766
4767 * dbgcnt.def (hoist_insn): New debug counter.
4768 * gcse.c (hoist_code): Use it.
4769
4770 2010-07-27 Xinliang David Li <davidxl@google.com>
4771
4772 * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
4773 (niter_for_single_dom_exit): Passes additional parameter.
4774 (iv_period): Fix comments.
4775 (may_eliminate_iv): Handles multiple exit loops properly.
4776 (free_tree_niter_desc): New function.
4777 (free_loop_data): Frees up loop iteration descriptors.
4778
4779 2010-07-27 Jakub Jelinek <jakub@redhat.com>
4780
4781 PR target/44542
4782 * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
4783 of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
4784 instead of MAX_SUPPORTED_STACK_ALIGNMENT.
4785 (expand_one_var): Don't consider DECL_ALIGN for variables for
4786 which expand_one_stack_var_at has been already called.
4787
4788 PR testsuite/44701
4789 * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
4790 constraints on IA-64.
4791
4792 2010-07-27 Jie Zhang <jie@codesourcery.com>
4793
4794 PR target/44290
4795 Revert:
4796 2010-07-23 Jie Zhang <jie@codesourcery.com>
4797
4798 * tree-sra.c (ipa_sra_preliminary_function_checks): Return
4799 false if ! tree_versionable_function_p.
4800
4801 2010-07-27 Jakub Jelinek <jakub@redhat.com>
4802
4803 * dwarf2out.c (add_data_member_location_attribute): Use
4804 add_AT_unsigned instead of add_AT_int if offset is non-negative.
4805
4806 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
4807
4808 * postreload.c (try_replace_in_use): New static function.
4809 (reload_combine_recognize_const_pattern): Use it here. Allow
4810 substituting into a final add insn, and substituting into a memory
4811 reference in an insn that sets the reg.
4812
4813 2010-07-27 Joseph Myers <joseph@codesourcery.com>
4814
4815 * common.opt (o): Add MissingArgError.
4816 * doc/options.texi (MissingArgError): Document.
4817 * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
4818 * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
4819 * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
4820 (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
4821 * langhooks.h (struct lang_hooks): Remove missing_argument.
4822 * optc-gen.awk: Handle MissingArgError and output new structure
4823 field initializers.
4824 * opts.c (read_cmdline_option): Use missing_argument_error field
4825 instead of missing_argument langhook.
4826 * opts.h (struct cl_option): Add missing_argument_error field.
4827 * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
4828
4829 2010-07-27 Iain Sandoe <iains@gcc.gnu.org>
4830
4831 PR target/29090
4832 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
4833 Darwin64 ABI, for zero-sized objects.
4834
4835 2010-07-27 Iain Sandoe <iains@gcc.gnu.org>
4836
4837 PR target/35491
4838 PR target/29090
4839
4840 Merge from Apple local 4.2.1.
4841 2005-05-11 Stan Shebs <shebs@apple.com>
4842 Fix 64-bit varargs for Darwin (Radar 4028089).
4843 * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
4844 * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
4845 Add argument, add case for 8-byte register half-filled with a float.
4846 (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
4847 single-precision floats specially.
4848
4849 2010-07-27 Ira Rosen <irar@il.ibm.com>
4850
4851 PR tree-optimization/44152
4852 * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
4853 complex numbers for further check.
4854 (vect_supported_load_permutation_p): Check nodes with
4855 complex numbers.
4856
4857 2010-07-27 Joseph Myers <joseph@codesourcery.com>
4858
4859 * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
4860 LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
4861 (LANG_HOOKS_INIT_OPTIONS): Update default definition.
4862 (LANG_HOOKS_INITIALIZER): Add new hooks.
4863 * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
4864 * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
4865 and complain_wrong_lang_p. Update init_options prototype.
4866 * c-objc-common.c (c_initialize_diagnostics): First call
4867 c_common_initialize_diagnostics.
4868 * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
4869 LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
4870 * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
4871 * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
4872 (hook_uint_void_0): New.
4873 * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
4874 (hook_uint_void_0): New.
4875 * opts-common.c (decode_cmdline_option,
4876 decode_cmdline_options_to_array): Also fill in canonical_option field.
4877 * opts.c (complain_wrong_lang): Use langhook to determine whether
4878 to complain instead of special-casing LTO.
4879 (decode_options): Separate lang_mask determination with
4880 option_lang_mask hook from call of init_options hook.
4881 * opts.h (struct cl_decoded_option): Add canonical_option.
4882
4883 2010-07-27 Jakub Jelinek <jakub@redhat.com>
4884
4885 PR tree-optimization/45083
4886 * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
4887
4888 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
4889
4890 * postreload.c (reload_combine_recognize_const_pattern): Move test
4891 for limiting the insn movement to the right scope.
4892
4893 PR rtl-optimization/45051
4894 * reload1.c (delete_output_reload): Use refers_to_regno_p rather
4895 than reg_mentioned_p.
4896
4897 2010-07-26 Richard Henderson <rth@redhat.com>
4898
4899 PR target/44132
4900 * tree-emutls.c: New file.
4901 * Makefile.in (OBJS-common): Add it.
4902 * tree-pass.h (pass_ipa_lower_emutls): Declare.
4903 * passes.c (init_optimization_passes): Add it.
4904
4905 * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
4906 pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
4907 * expr.c (emutls_var_address): Delete.
4908 (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
4909 * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
4910 (emutls_finish): Delete.
4911 * toplev.c (compile_file): Don't call it.
4912 * tree.h (emutls_decl): Delete.
4913 * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
4914 (emutls_finish, emutls_finalize_control_var): Delete.
4915 (emutls_object_type): Move to tree-emutls.c.
4916 (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
4917 default_emutls_var_fields, get_emutls_object_type,
4918 get_emutls_init_templ_addr, emutls_decl, emutls_common_1
4919 default_emutls_var_init): Likewise.
4920 (get_variable_section): Don't special case emutls.
4921 (assemble_variable, do_assemble_alias, categorize_decl_for_section,
4922 default_elf_select_section, default_unique_section,
4923 default_encode_section_info): Likewise.
4924 * varpool.c (decide_is_variable_needed): Likewise.
4925 * gimple-iterator.c (update_call_edge_frequencies): New
4926 (gsi_insert_on_edge_immediate): Use it.
4927 (gsi_insert_seq_on_edge_immediate): Likewise.
4928 (gsi_commit_one_edge_insert): Likewise.
4929
4930 * config/i386/i386.c (x86_64_elf_select_section): Don't handle
4931 SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
4932 (x86_64_elf_unique_section): Likewise.
4933
4934 2010-07-26 Jan Hubicka <jh@suse.cz>
4935
4936 * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
4937 GTY((skip)).
4938
4939 2010-07-26 Anatoly Sokolov <aesok@post.ru>
4940
4941 * target.def (output_source_filename): New hook.
4942 * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
4943 * doc/tm.texi: Regenerate.
4944 * toplev.c (output_file_directive) Remove function.
4945 * toplev.h (output_file_directive) Remove.
4946 * output.h (default_asm_output_source_filename,
4947 output_file_directive): Declare.
4948 * varasm.h (default_asm_output_source_filename,
4949 output_file_directive): New functions.
4950
4951 * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
4952 * config/mips/mips-protos.h (mips_output_filename): Remove.
4953 * config/mips/mips.c (mips_output_filename): Make Static.
4954 (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
4955
4956 2010-07-26 Richard Guenther <rguenther@suse.de>
4957
4958 PR tree-optimization/43784
4959 * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
4960 if the destination is used by the call.
4961
4962 2010-07-26 Richard Guenther <rguenther@suse.de>
4963
4964 PR middle-end/45073
4965 * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
4966 SSA updating on being in SSA form.
4967
4968 2010-07-26 Richard Guenther <rguenther@suse.de>
4969
4970 PR middle-end/45056
4971 * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
4972
4973 2010-07-26 Richard Guenther <rguenther@suse.de>
4974
4975 PR tree-optimization/45071
4976 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
4977 adjust op->opcode.
4978
4979 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
4980
4981 * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
4982 save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
4983 save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
4984 save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
4985 save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
4986 save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
4987 save_r31, return_r31, save_interrupt, return_interrupt,
4988 save_all_interrupt, return_all_interrupt, L_save_r2_r31,
4989 L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
4990 L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
4991 new ABI requirements.
4992 (save_r6_r9, L_callt_save_r6_r9): Remove.
4993 * config/v850/predicates.md (even_reg_operand, disp23_operand,
4994 const_float_1_operand const_float_0_operand): New Predicates.
4995 (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
4996 pattern_is_ok_for_epilogue): Update as per the ABI requirements.
4997 * config/v850/t-v850: Update multilibs for new target variants.
4998 (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
4999 * config/v850/t-v850e: Likewise.
5000 * config/v850/v850.c (v850_issue_rate): New.
5001 (v850_strict_argument_naming): New.
5002 (function_arg): Modify to generate a different ABI.
5003 (print_operand): Update case 'z' to support float modes.
5004 (output_move_single): Modify to generate appropriate and better
5005 assembly.
5006 (v850_float_z_comparison_operator, v850_select_cc_mode,
5007 v850_float_nz_comparison_operator, v850_gen_float_compare,
5008 v850_gen_compare): New functions to support comparison of float values.
5009 (ep_memory_offset): Add support for V850E2 targets.
5010 (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
5011 (INTERRUPT_REGPARM_NUM): Remove.
5012 (compute_register_save_size): Add extra case to save/restore long call.
5013 (use_prolog_function): New function to support prologue.
5014 (expand_prologue): Add support for V850E2 targets and modified
5015 as per the current ABI requirements.
5016 (expand_epilogue): Likewise.
5017 (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
5018 (construct_save_jarl): Likewise.
5019 (construct_dispose_instruction): Update as per the current ABI
5020 requirements.
5021 (construct_prepare_instruction): Likewise.
5022 * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
5023 (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
5024 (CPP_SPEC): Updated to support v850e2 targets.
5025 (STRICT_ALIGNMENT): Modified.
5026 (FIRST_PSEUDO_REGISTER): Updated to add even registers.
5027 (FIXED_REGISTERS): Likewise.
5028 (CALL_USED_REGISTERS): Likewise.
5029 (CONDITIONAL_REGISTER_USAGE): Updated.
5030 (HARD_REGNO_MODE_OK): Updated.
5031 (reg_class): Updated to add even registers.
5032 (REG_CLASS_NAMES): Likewise.
5033 (REG_CLASS_CONTENTS): Likewise.
5034 (REGNO_REG_CLASS): Updated for CC registers.
5035 (REG_CLASS_FROM_LETTER): Added support for even registers.
5036 (REGNO_OK_FOR_BASE_P): Updated for CC registers.
5037 (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
5038 ARG_POINTER_REGNUM): Updated.
5039 (FUNCTION_ARG_ADVANCE): Define.
5040 (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
5041 (OUTGOING_REG_PARM_STACK_SPACE): Remove.
5042 (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
5043 (GO_IF_LEGITIMATE_ADDRESS): Updated.
5044 (SELECT_CC_MODE): Define.
5045 (REGISTER_NAMES): Updated to add psw and fcc registers.
5046 (ADDITIONAL_REGISTER_NAMES): Updated.
5047 (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
5048 (JUMP_TABLES_IN_TEXT_SECTION): Updated.
5049 * config/v850/v850.md (define_constants): Define new constants.
5050 (type): Update store,bit1,macc,div,fpu and single attributes.
5051 (cpu): New attribute.
5052 (cc): Add set_z attribute.
5053 (unsign23byte_load, sign23byte_load, unsign23hword_load,
5054 sign23hword_load, 23word_load, 23byte_store, 23hword_store,
5055 23word_store): New instructions for 23-bit displacement load and store.
5056 (movqi_internal, movhi_internal): Update the attributes.
5057 (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
5058 (movsi_internal_v850e, movsi_internal, movsf_internal): Update
5059 the attributes.
5060 (v850_tst1): Modified using CC_REGNUM.
5061 (tstsi): Remove.
5062 (cmpsi): Modified as define_expand from define_insn.
5063 (cmpsi_insn, cmpsf, cmpdf): New instructions.
5064 (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
5065 udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
5066 v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
5067 one_cmplsi2): Clobber the CC_REGNUM register.
5068 (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
5069 v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
5070 v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
5071 (setf_insn, set_z_insn, set_nz_insn): New instructions for
5072 v850e2v3 target.
5073 (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
5074 (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
5075 targets.
5076 (sasf_1, sasf_2): Remove.
5077 (sasf): New instruction.
5078 (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
5079 targets. CC_REGNUM register is clobbered and attributes are
5080 updated.
5081 (branch_z_normal, branch_z_invert, branch_nz_normal,
5082 branch_nz_invert): New branch related instructions.
5083 (jump): Updated the attributes.
5084 (switch): Update to support new targets. CC_REGNUM register is
5085 clobbered and attributes are updated.
5086 (call_internal_short, call_internal_long, call_value_internal_short,
5087 call_value_internal_long): Updated the attributes.
5088 (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
5089 clobbered and attributes are updated.
5090 (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
5091 Update to support new targets. CC_REGNUM register is clobbered.
5092 (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
5093 instructions.
5094 (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
5095 are updated.
5096 (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
5097 divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
5098 negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
5099 floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
5100 rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
5101 cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
5102 cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
5103 cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
5104 movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
5105 movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
5106 point instructions defined for V850e2v3 target.
5107 (callt_save_interrupt, callt_return_interrupt, return_interrupt):
5108 Add support for V850E2 targets and CC_REGNUM register is clobbered.
5109 (callt_save_all_interrupt, callt_restore_all_interrupt): Add
5110 support for new targets.
5111 * config/v850/v850-modes.def: New file.
5112 * config/v850/v850.opt(mstrict-align): Remove.
5113 (mno-strict-align, mjump-tables-in-data-section, mv850e2,
5114 mv850e2v3): New command line options for V850.
5115 * config.gcc: Update the newly added files.
5116 * doc/invoke.texi: Update the newly added command line options for
5117 V850 target.
5118
5119 2010-07-26 Richard Guenther <rguenther@suse.de>
5120
5121 PR tree-optimization/45052
5122 * ipa-pure-const.c (check_stmt): Check volatileness.
5123
5124 2010-07-25 Eric Botcazou <ebotcazou@adacore.com>
5125
5126 PR target/44707
5127 * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
5128 * config/sparc/sparc.c: Include reload.h.
5129 (legitimize_tls_address): Rename into...
5130 (sparc_legitimize_tls_address): ...this.
5131 (legitimize_pic_address): Rename into...
5132 (sparc_legitimize_pic_address): ...this.
5133 (sparc_expand_move): Adjust to above renaming.
5134 (sparc_tls_referenced_p): Likewise.
5135 (sparc_legitimize_tls_address): Likewise.
5136 (sparc_legitimize_pic_address): Likewise.
5137 (sparc_legitimize_address): Likewise.
5138 (sparc_output_mi_thunk): Likewise.
5139 (sparc_legitimize_reload_address): New global function. Recognize
5140 (lo_sum (high ...) ...) patterns generated by earlier passes.
5141 * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
5142
5143 2010-07-25 Eric Botcazou <ebotcazou@adacore.com>
5144
5145 PR target/44484
5146 * config/sparc/predicates.md (memory_reg_operand): Delete.
5147 * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
5148 (*sync_compare_and_swap): Encode the address form in the pattern.
5149 (*sync_compare_and_swapdi_v8plus): Likewise.
5150
5151 2010-07-24 Gerald Pfeifer <gerald@pfeifer.com>
5152
5153 * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
5154 Streamline paragraph on compatibility with the system compiler.
5155
5156 2010-07-24 Steven Bosscher <steven@gcc.gnu.org>
5157
5158 PR middle-end/45035
5159 * alias.c (true_dependence_1): Fix thinko in merge of old
5160 true_dependence and canon_true_dependence.
5161
5162 2010-07-23 Jan Hubicka <jh@suse.cz>
5163
5164 * lto-streamer-out.c (write_symbol): Fix visibilities of external
5165 references.
5166
5167 2010-07-23 Le-Chun Wu <lcwu@google.com>
5168
5169 * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
5170 * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
5171 and an unnecessary assignment.
5172 * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
5173 self-assign warning.
5174 * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
5175 unnecessary self-init.
5176
5177 2010-07-23 Richard Guenther <rguenther@suse.de>
5178
5179 PR lto/43071
5180 * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
5181 for -flto and -fwhopr.
5182
5183 2010-07-23 Kai Tietz <kai.tietz@onevision.com>
5184
5185 PR target/41943
5186 * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
5187 (stmp-int-hdrs): Prefix/postfix headers by include_next.
5188 * config.gcc (user_headers_inc_next_pre): New.
5189 (user_headers_inc_next_post): Likewise.
5190 (*-w64-mingw*): Use for float.h post-fixing, and for
5191 stddef.h/stdarg.h pre-fixing by include_next.
5192 * configure.ac (user_headers_inc_next_post): New.
5193 (user_headers_inc_next_pre): New.
5194 * configure: Regenerated.
5195
5196 2010-07-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5197
5198 * configure.ac: Don't disable TLS on Solaris 8/9 by default
5199 Set tga_func for Solaris 2/x86 resp. SPARC.
5200 Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
5201 (LIB_THREAD_LDFLAGS_SPEC): Define.
5202 (LIB_TLS_SPEC): Define. Check for required Sun ld version.
5203 * configure: Regenerate.
5204 * config.in: Regenerate.
5205 * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
5206 -pthread, -threads, LIB_TLS_SPEC with -pthread.
5207 * doc/install.texi (Specific, *-*-solaris2*): Document use of
5208 alternate thread libraries on Solaris 8.
5209 Document TLS patch requirements.
5210 * doc/sourcebuild.texi (Add Options): Sort alphabetically.
5211 Document tls.
5212
5213 PR target/18788
5214 * config/sol2.h (LIB_SPEC): Link with thread libraries even with
5215 -shared.
5216
5217 2010-07-23 Jakub Jelinek <jakub@redhat.com>
5218
5219 * tree.h (struct tree_base): Add nameless_flag bitfield.
5220 (TYPE_NAMELESS, DECL_NAMELESS): Define.
5221 * omp-low.c (create_omp_child_function, scan_omp_parallel,
5222 scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
5223 DECL_ARTIFICIAL where needed.
5224 * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
5225 (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
5226 has DECL_NAMELESS set.
5227
5228 2010-07-23 Martin Jambor <mjambor@suse.cz>
5229
5230 PR tree-optimization/44915
5231 * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
5232 * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
5233 (analyze_function): Likewise.
5234
5235 2010-07-23 Martin Jambor <mjambor@suse.cz>
5236
5237 PR tree-optimization/44914
5238 * tree-sra.c (sra_modify_function_body): Return true if CFG was
5239 changed, add purging dead eh edges.
5240 (ipa_sra_modify_function_body): Return true if CFG was changed,
5241 simplify purging dead eh edges.
5242 (modify_function): Return true if CFG was changed.
5243 (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
5244 was changed.
5245 (ipa_early_sra): Likewise.
5246
5247 2010-07-23 Jie Zhang <jie@codesourcery.com>
5248
5249 PR target/44290
5250 * attribs.c (decl_attributes): Insert "noinline" and "noclone"
5251 if "naked".
5252 * tree-sra.c (ipa_sra_preliminary_function_checks): Return
5253 false if ! tree_versionable_function_p.
5254
5255 2010-07-23 Nathan Froyd <froydnj@codesourcery.com>
5256
5257 * builtins.def (BUILT_IN_ARGS_INFO): Remove.
5258 * ipa-pure-const.c (special_builtlin_state): Remove
5259 BUILT_IN_ARGS_INFO case.
5260 * tree-stdarg.c (execute_optimize_stdarg): Likewise.
5261 * builtins.c (expand_builtin): Likewise.
5262 (expand_builtin_args_info): Remove.
5263 * doc/tm.texi (__builtin_args_info): Remove.
5264 (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
5265 * doc/tm.text.in: Likewise.
5266
5267 2010-07-23 Richard Guenther <rguenther@suse.de>
5268
5269 * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
5270 (lto_symtab_merge_decls_2): Likewise.
5271 * tree-ssa.c (useless_type_conversion_p): Likewise.
5272 * lto-streamer-in.c (input_gimple_stmt): Likewise.
5273 * gimple.c (gtc_visited2, gtc_ob2): Remove.
5274 (struct type_pair_d): Make same_p an array indexed by mode.
5275 Update comment.
5276 (lookup_type_pair): Update initialization.
5277 (struct sccs): Adjust same_p type.
5278 (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
5279 Adjust.
5280 (print_gimple_types_stats): Likewise.
5281 * gimple.h (enum gtc_mode): New.
5282 (gimple_types_compatible_p): Adjust prototype.
5283
5284 2010-07-23 Daniel Jacobowitz <dan@codesourcery.com>
5285
5286 * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
5287 again after processing insn.
5288
5289 2010-07-23 Jie Zhang <jie@codesourcery.com>
5290
5291 * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
5292 proper words when !tree_versionable_function_p.
5293
5294 2010-07-23 Richard Guenther <rguenther@suse.de>
5295
5296 PR tree-optimization/45037
5297 * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
5298
5299 2010-07-23 Jie Zhang <jie@codesourcery.com>
5300
5301 * doc/extend.texi: Remove IP2K from the description of naked attribute.
5302 Add MCORE instead.
5303
5304 2010-07-10 Andi Kleen <ak@linux.intel.com>
5305
5306 PR lto/44992
5307 * lto-opts.c (lto_write_options): Add NULL file_data argument to
5308 lto_get_section_name.
5309 * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
5310 * lto-streamer-out.c (produce_asm): Likewise.
5311 (copy_function): Likewise.
5312 (produce_symtab): Likewise.
5313 (produce_asm_for_decls): Likewise.
5314 * lto-streamer.c (lto_get_section_name): Add file_data argument.
5315 Rewrite to add random postfix to LTO sections.
5316 * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
5317 (lto_get_section_name): Add file_data argument to prototype.
5318
5319 2010-07-10 Andi Kleen <ak@linux.intel.com>
5320
5321 * lto-section-in.c (lto_section_name): Synchronize names
5322 with lto_get_section_name.
5323
5324 2010-07-10 Andi Kleen <ak@linux.intel.com>
5325
5326 * lto-opts.c (lto_read_file_options): Check for missing section.
5327
5328 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
5329
5330 * ira.c (check_allocation): Correctly handle the case where an allocno
5331 with two objects was allocated to a single reg.
5332
5333 2010-07-22 Richard Sandiford <rdsandiford@googlemail.com>
5334
5335 * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
5336 (is_widening_mult_p): Likewise.
5337 (convert_to_widen): Use them.
5338 (convert_plusminus_to_widen): Likewise. Handle fixed-point types as
5339 well as integer ones.
5340
5341 2010-07-22 Steven Bosscher <steven@gcc.gnu.org>
5342
5343 * alias.c (true_dependence_1): New function, merged version of
5344 true_dependence and canon_true_dependence.
5345 (true_dependence): Simplify.
5346 (canon_true_dependence): Simplify.
5347
5348 2010-07-22 Richard Henderson <rth@redhat.com>
5349
5350 PR target/45027
5351 * config/i386/i386.c (setup_incoming_varargs_64): Force the use
5352 of V4SFmode for the SSE saves; increase stack alignment if needed.
5353 (ix86_gimplify_va_arg): Don't increase stack alignment here.
5354
5355 2010-07-22 Jakub Jelinek <jakub@redhat.com>
5356
5357 PR bootstrap/45028
5358 * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
5359 call cprop_find_used_regs again via note_uses.
5360
5361 2010-07-22 Eric Botcazou <ebotcazou@adacore.com>
5362
5363 * alias.c (get_alias_set): Fix formatting issues.
5364
5365 2010-07-22 Steve Ellcey <sje@cup.hp.com>
5366
5367 PR middle-end/44878
5368 * stmt.c (expand_value_return): Call promote_function_mode with
5369 a for_return argument of 2 when returning by reference.
5370
5371 2010-07-22 Dodji Seketeli <dodji@redhat.com>
5372
5373 PR debug/45024
5374 * dwarf2out.c (scope_die_for): Don't fall back to the compilation
5375 unit DIE if we can find the scope DIE.
5376
5377 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
5378
5379 * ira-build.c (ira_create_object): New arg SUBWORD; all callers
5380 changed. Initialize OBJECT_SUBWORD.
5381 (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
5382 (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
5383 all callers changed.
5384 (merge_hard_reg_conflicts): Iterate over allocno subobjects.
5385 (finish_allocno): Likewise.
5386 (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
5387 (remove_low_level_allocnos): Likewise.
5388 (update_bad_spill_attribute): Likewise.
5389 (setup_min_max_allocno_live_range_point): Likewise.
5390 (sort_conflict_id_map): Likewise.
5391 (ira_flattening): Likewise. Use ior_hard_reg_conflicts.
5392 (ior_hard_reg_conflicts): New function.
5393 (ior_allocate_object_conflicts): Renamed first argument to OBJ.
5394 (compress_conflict_vecs): Iterate over objects, not allocnos.
5395 (ira_add_live_range_to_object): New function.
5396 (object_range_compare_func): Renamed from allocno_range_compare_func.
5397 All callers changed.
5398 (setup_min_max_conflict_allocno_ids): For allocnos with multiple
5399 subobjects, widen the min/max range of the lowest-order object to
5400 potentially include all other such low-order objects.
5401 * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
5402 (check_allocation): Likewise. Use more fine-grained tests for register
5403 conflicts.
5404 * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
5405 allocno subobjects.
5406 (assign_hard_reg): Keep multiple sets of conflicts. Make finer-grained
5407 choices about which bits to set in each set. Don't use
5408 ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
5409 using the multiple sets we computed.
5410 (push_allocno_to_stack): Iterate over allocno subobjects.
5411 (all_conflicting_hard_regs_coalesced): New static function.
5412 (setup_allocno_available_regs_num): Use it.
5413 (setup_allocno_left_conflicts_size): Likewise. Iterate over allocno
5414 subobjects.
5415 (coalesced_allocno_conflict): Test subobject 0 in each allocno.
5416 (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
5417 by ALLOCNO_NUM_OBJECTS.
5418 (calculate_spill_cost): Likewise.
5419 (color_pass): Express if statement in a more normal way.
5420 (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
5421 (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
5422 (setup_slot_coalesced_allocno_live_ranges): Likewise.
5423 (allocno_reload_assign): Likewise.
5424 (ira_reassign_pseudos): Likewise.
5425 (fast_allocation): Likewise.
5426 * ira-conflicts.c (build_conflict_bit_table): Likewise.
5427 (print_allocno_conflicts): Likewise.
5428 (ira_build_conflicts): Likewise.
5429 (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p. All
5430 callers changed. Test subword 0 of each allocno for conflicts.
5431 (build_object_conflicts): Renamed from build_allocno_conflicts. All
5432 callers changed. Iterate over allocno subobjects.
5433 * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
5434 * ira-int.h (struct ira_allocno): New member: num_objects.
5435 Rename object to objects and change it into an array.
5436 (ALLOCNO_OBJECT): Add new argument N.
5437 (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
5438 (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
5439 (ior_hard_reg_conflicts): Declare.
5440 (ira_add_live_range_to_object): Declare.
5441 (ira_allocno_object_iterator): New.
5442 (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
5443 (FOR_EACH_ALLOCNO_OBJECT): New macro.
5444 * ira-lives.c (objects_live): Renamed from allocnos_live; all
5445 uses changed.
5446 (allocnos_processed): New sparseset.
5447 (make_object_born): Renamed from make_allocno_born; take an
5448 ira_object_t argument. All callers changed.
5449 (make_object_dead): Renamed from make_allocno_dead; take an
5450 ira_object_t argument. All callers changed.
5451 (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
5452 All callers changed.
5453 (mark_pseudo_regno_live): Iterate over allocno subobjects.
5454 (mark_pseudo_regno_dead): Likewise.
5455 (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
5456 functions.
5457 (mark_ref_live): Detect subword accesses and call
5458 mark_pseudo_regno_subword_live as appropriate.
5459 (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
5460 (process_bb_nodes_live): Deal with object-related updates first; set
5461 and test bits in allocnos_processed to avoid computing allocno
5462 statistics more than once.
5463 (create_start_finish_chains): Iterate over objects, not allocnos.
5464 (print_object_live_ranges): New function.
5465 (print_allocno_live_ranges): Use it.
5466 (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
5467 and objects_live.
5468
5469 2010-07-22 Richard Guenther <rguenther@suse.de>
5470
5471 PR lto/42451
5472 * gimple.c (gtc_next_dfs_num): New global.
5473 (struct sccs): Make value a union, add integer same_p member.
5474 (gtc_visit): New function.
5475 (gimple_types_compatible_p_1): New function, split out from ...
5476 (gimple_types_compatible_p): ... here. Start a DFS walk here.
5477 (iterative_hash_gimple_type): Adjust for sccs change.
5478
5479 2010-07-22 Martin Jambor <mjambor@suse.cz>
5480
5481 PR tree-optimization/44891
5482 * tree-sra.c: Include gimple-pretty-print.h.
5483 (replace_uses_with_default_def_ssa_name): Renamed to
5484 get_repl_default_def_ssa_name, return the new SSA name instead of
5485 replacing the old one.
5486 (sra_modify_assign): Dump a message when removing a load, if the LHS
5487 is an SSA_NAME, do not do any propagation, just set the RHS to a
5488 default definition SSA NAME, type convert if necessary.
5489 * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
5490
5491 2010-07-22 Richard Guenther <rguenther@suse.de>
5492
5493 PR tree-optimization/45017
5494 * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
5495 TYPE_PRECISION of integral types in addition to size.
5496
5497 2010-07-22 Maxim Kuvyrkov <maxim@codesourcery.com>
5498
5499 * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
5500 when no C library is specified.
5501
5502 2010-07-22 Martin Jambor <mjambor@suse.cz>
5503
5504 * ipa-prop.h (struct ipa_node_params): Updated comment.
5505 (struct ipa_edge_args): Likewise.
5506 * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
5507
5508 2010-07-22 Martin Jambor <mjambor@suse.cz>
5509
5510 * cgraphunit.c (verify_edge_count_and_frequency): New function.
5511 (verify_cgraph_node): Verify frequencies of indirect edges.
5512 * tree-inline.c (tree_function_versioning): Update frequencies of
5513 indirect edges.
5514
5515 2010-07-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5516
5517 PR target/43698
5518 * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
5519 Set *arm_rev to be predicable.
5520
5521 2010-07-22 Iain Sandoe <iains@gcc.gnu.org>
5522
5523 * config/darwin.h (LINK_COMMAND_SPEC): Split into...
5524 (LINK_COMMAND_SPEC_A): New.
5525 (DSYMUTIL): New.
5526 (DSYMUTIL_SPEC): New.
5527 * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
5528 (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
5529
5530 2010-07-22 Iain Sandoe <iains@gcc.gnu.org>
5531
5532 * calls.c (load_register_parameters): Move check for zero
5533 sized items so that only the call to
5534 mem_overlaps_already_clobbered_arg_p () is protected.
5535
5536 2010-07-22 Jan Hubicka <jh@suse.cz>
5537
5538 * ipa-pure-const.c (varying_state): Break out from ...
5539 (get_function_state): ... here; always return varying_state
5540 when state would be NULL otherwise.
5541 (remove_node_data): Do not free varying state.
5542
5543 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
5544
5545 PR bootstrap/44970
5546 PR middle-end/45009
5547 * postreload.c: Include "target.h".
5548 (reload_combine_closest_single_use): Don't take DEBUG_INSNs
5549 into account.
5550 (fixup_debug_insns): Don't copy the rtx.
5551 (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
5552 Don't copy when replacing. Call fixup_debug_insns in the case where
5553 we merged one add with another.
5554 (reload_combine_recognize_pattern): Fail if there aren't any uses.
5555 Try harder to determine whether we're picking a valid index register.
5556 Don't set store_ruid for an insn we're going to scan in the
5557 next iteration.
5558 (reload_combine): Remove unused code.
5559 (reload_combine_note_use): When updating use information for
5560 an old insn, ignore a use that occurs after store_ruid.
5561 * Makefile.in (postreload.o): Update dependencies.
5562
5563 * function.c (record_hard_reg_sets): Restrict the previous change
5564 to cases where the incoming nominal mode is the same as the
5565 incoming promoted mode and everything happens in MODE_INT.
5566
5567 2010-07-21 Jakub Jelinek <jakub@redhat.com>
5568
5569 PR debug/45015
5570 * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
5571 ASM_OPERANDS_OUTPUT_IDX.
5572 (adjust_insn): For inline asm with multiple sets ensure first
5573 ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
5574 the insn.
5575
5576 2010-07-21 Richard Henderson <rth@redhat.com>
5577
5578 * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
5579 comparison for avoiding xmm register saves. Emit the xmm register
5580 saves explicitly.
5581 * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
5582 (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
5583 (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
5584 Remove patterns and the associated splitters.
5585
5586 2010-07-21 Changpeng Fang <changpeng.fang@amd.com>
5587
5588 * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
5589 and imagine parts of a complex, so that they can have the same
5590 base and fall into the same group.
5591
5592 2010-07-21 Richard Guenther <rguenther@suse.de>
5593
5594 PR lto/45018
5595 * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
5596 of TYPE_DECLs. Do not follow TYPE_NEXT_VARIANT,
5597 TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
5598
5599 2010-07-21 Martin Jambor <mjambor@suse.cz>
5600
5601 PR tree-optimization/44900
5602 * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
5603 (sra_modify_assign): Move gsi to the next statmenent unconditionally.
5604
5605 2010-07-21 Bernd Schmidt <bernds@codesourcery.com>
5606
5607 PR middle-end/44738
5608 * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
5609
5610 2010-07-21 Richard Guenther <rguenther@suse.de>
5611
5612 PR middle-end/45013
5613 * tree-ssa.c (useless_type_conversion_p): Dispatch to
5614 gimple_types_compatible_p only when in lto.
5615 * gimple.c (gimple_types_compatible_p): Use canonical types
5616 to speed up comparison.
5617
5618 2010-07-21 Richard Guenther <rguenther@suse.de>
5619
5620 * tree-flow.h (referenced_var): Move define ...
5621 * tree-flow-inline.h (referenced_var): ... here as an inline
5622 function. Assert here ...
5623 * tree-dfa.c (referenced_var_lookup): ... instead of here.
5624 * tree-ssa.c (maybe_optimize_var): Check if the variable
5625 is in referenced vars.
5626 (execute_update_addresses_taken): Remove old broken check.
5627 * gimple-pretty-print.c (pp_points_to_solution): Use
5628 referenced_var_lookup.
5629 * tree-into-ssa.c (dump_decl_set): Likewise.
5630
5631 2010-07-21 Jakub Jelinek <jakub@redhat.com>
5632
5633 PR debug/45003
5634 * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
5635 * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
5636 ZERO_EXTEND here.
5637
5638 2010-07-20 Richard Henderson <rth@redhat.com>
5639
5640 * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
5641
5642 2010-07-20 Bernd Schmidt <bernds@codesourcery.com>
5643
5644 * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
5645 computing the sum of the stack pointer and a large constant.
5646 * config/arm/constraints.md (M): Remove superfluous parentheses.
5647 (Pc): New constraint.
5648
5649 2010-07-20 Jakub Jelinek <jakub@redhat.com>
5650
5651 PR debug/45006
5652 * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
5653 operand's type if exp is tcc_unary class tree.
5654
5655 2010-07-20 Nathan Froyd <froydnj@codesourcery.com>
5656
5657 * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
5658 Reverse sense of if_then_else condition.
5659
5660 2010-07-20 Nathan Froyd <froydnj@codesourcery.com>
5661
5662 * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
5663 * config/rs6000/rs6000.c (rs6000_override_options): Set
5664 rs6000_block_move_inline_limit appropriately.
5665 (expand_block_move): Use rs6000_block_move_inline_limit.
5666 * doc/invoke.texi (mblock-move-inline-limit): Document.
5667
5668 2010-07-20 Bernd Schmidt <bernds@codesourcery.com>
5669
5670 * postreload.c (fixup_debug_insns): Remove arg REGNO. New args
5671 FROM and TO. All callers changed. Don't look for tracked uses,
5672 just scan the RTL for DEBUG_INSNs and substitute.
5673 (reload_combine_recognize_pattern): Call fixup_debug_insns.
5674 (reload_combine): Ignore DEBUG_INSNs.
5675
5676 2010-07-20 Jakub Jelinek <jakub@redhat.com>
5677
5678 * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
5679 depth to 8 from 5.
5680
5681 PR debug/45003
5682 * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
5683 or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
5684 instead of the result's type.
5685
5686 2010-07-20 Richard Guenther <rguenther@suse.de>
5687
5688 PR tree-optimization/44977
5689 * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
5690 SSA form.
5691
5692 2010-07-20 Richard Guenther <rguenther@suse.de>
5693
5694 * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
5695 (lto_symtab_merge_decls_2): Likewise.
5696 * gimple.h (gimple_types_compatible_p): Declare.
5697 * gimple.c (gimple_queue_type_fixup): Remove.
5698 (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
5699 (gimple_compatible_complete_and_incomplete_type_p): New function.
5700 (gimple_types_compatible_p): Adjust.
5701 (gimple_register_type): Remove type fixup code.
5702 (print_gimple_types_stats): Adjust.
5703 (free_gimple_type_tables): Likewise.
5704 * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
5705 * tree-ssa.c (useless_type_conversion_p): Likewise.
5706
5707 2010-07-20 Richard Guenther <rguenther@suse.de>
5708
5709 PR middle-end/44971
5710 PR middle-end/44988
5711 * tree-ssa.c (maybe_optimize_var): New function split out from ...
5712 (execute_update_addresses_taken): ... here.
5713 (non_rewritable_mem_ref_base): Likewise.
5714 (execute_update_addresses_taken): Do not iterate over all referenced
5715 vars but just all local decls and parms.
5716 Properly check call and asm arguments and rewrite call arguments.
5717
5718 2010-07-20 Maxim Kuvyrkov <maxim@codesourcery.com>
5719
5720 * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
5721 to top level.
5722 * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
5723 definitions ...
5724 * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
5725 New macro.
5726 * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
5727
5728 2010-07-19 Richard Sandiford <rdsandiford@googlemail.com>
5729
5730 * gengtype.c (start_root_entry): New function, split out from
5731 write_root. Check whether V is null and raise an error if so.
5732 (write_field_root): Check for V being null. Don't raise an error here;
5733 set V to null instead.
5734 (write_root): Update comment above function. Use start_root_entry.
5735
5736 2010-07-19 Xinliang David Li <davidxl@google.com>
5737
5738 PR testsuite/44932
5739 * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
5740 def edges.
5741 (find_uninit_use): Add dump.
5742 (is_use_properly_guarded): Ditto.
5743 (warn_uninitialized_phi): Ditto.
5744 (execute_late_warn_uninitialized): Ditto.
5745
5746 2010-07-19 Richard Guenther <rguenther@suse.de>
5747
5748 PR middle-end/44941
5749 * expr.c (emit_block_move_hints): Move zero size check first.
5750 Move asserts to more useful places.
5751 * calls.c (load_register_parameters): Check for zero size.
5752
5753 2010-07-19 Richard Henderson <rth@redhat.com>
5754
5755 * tree-optimize.c (execute_all_early_local_passes): New. Change
5756 cgraph_state here ...
5757 (execute_early_local_optimizations): ... not here. Remove.
5758 (pass_early_local_passes, pass_all_early_optimizations): Update.
5759
5760 2010-07-19 Bernd Schmidt <bernds@codesourcery.com>
5761
5762 * postreload.c (reload_combine_closest_single_use): Ignore the
5763 number of uses for DEBUG_INSNs.
5764 (fixup_debug_insns): New static function.
5765 (reload_combine_recognize_const_pattern): Use it. Don't let the
5766 main loop be affected by DEBUG_INSNs.
5767 Really disallow moving adds past a jump insn.
5768 (reload_combine_recognize_pattern): Don't update use_ruid here.
5769 (reload_combine_note_use): Do it here.
5770 (reload_combine): Use control_flow_insn_p rather than JUMP_P.
5771
5772 2010-07-19 Bingfeng Mei <bmei@broadcom.com>
5773
5774 * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
5775 of a loop.
5776 * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
5777
5778 2010-07-19 Iain Sandoe <iains@gcc.gnu.org>
5779
5780 * config/i386/darwin.h: Define darwin_emit_branch_islands.
5781 (TARGET_MACHO_BRANCH_ISLANDS): New.
5782 (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
5783 * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
5784 default value.
5785 * config/i386/i386.c (output_pic_addr_const): Do not emit
5786 branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
5787 (x86_output_mi_thunk): Adjust symbol creation.
5788 * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
5789 Remove out of date comment.
5790 * config/rs6000/rs6000.c (print_operand): Adjust symbol.
5791 (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
5792 (DARWIN_GENERATE_ISLANDS): Ditto.
5793 (output_call): Do not emit branch islands unless
5794 darwin_emit_branch_islands is set.
5795 * config/darwin.c: Declare darwin_emit_branch_islands.
5796 (machopic_indirect_data_reference): Do not emit unless
5797 darwin_emit_branch_islands is set.
5798 (darwin_override_options): Set darwin_emit_branch_islands
5799 where it is needed.
5800 * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
5801
5802 2010-07-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5803
5804 * doc/sourcebuild.texi (Effective-Target Keywords): Document
5805 sse_runtime, sse2_runtime.
5806
5807 2010-07-18 Richard Sandiford <rdsandiford@googlemail.com>
5808
5809 * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
5810 low half of a single-register SCmode return value before ORing
5811 it with the high half.
5812 * config/mips/mips16.S (MERGE_GPRf): Likewise.
5813
5814 2010-07-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5815
5816 PR target/44805
5817 * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
5818 on all targets.
5819
5820 2010-07-17 Bernd Schmidt <bernds@codesourcery.com>
5821
5822 PR target/42235
5823 * postreload.c (reload_cse_move2add): Return bool, true if anything.
5824 changed. All callers changed.
5825 (move2add_use_add2_insn): Likewise.
5826 (move2add_use_add3_insn): Likewise.
5827 (reload_cse_regs): If reload_cse_move2add changed anything, rerun
5828 reload_combine.
5829 (RELOAD_COMBINE_MAX_USES): Bump to 16.
5830 (last_jump_ruid): New static variable.
5831 (struct reg_use): New members CONTAINING_MEM and RUID.
5832 (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
5833 (reload_combine_split_one_ruid, reload_combine_split_ruids,
5834 reload_combine_purge_insn_uses, reload_combine_closest_single_use
5835 reload_combine_purge_reg_uses_after_ruid,
5836 reload_combine_recognize_const_pattern): New static functions.
5837 (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
5838 is true for our reg and that we have available index regs.
5839 (reload_combine_note_use): New args RUID and CONTAINING_MEM. All
5840 callers changed. Use them to initialize fields in struct reg_use.
5841 (reload_combine): Initialize last_jump_ruid. Be careful when to
5842 take PREV_INSN of the scanned insn. Update REAL_STORE_RUID fields.
5843 Call reload_combine_recognize_const_pattern.
5844 (reload_combine_note_store): Update REAL_STORE_RUID field.
5845
5846 2010-07-16 Jason Merrill <jason@redhat.com>
5847
5848 * Makefile.in (opts-common.o): Depend on options.h.
5849
5850 2010-07-16 Nathan Froyd <froydnj@codesourcery.com>
5851
5852 * tree.c (build_common_builtin_nodes): Use build_function_type_list
5853 instead of build_function_type.
5854 * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
5855 * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
5856
5857 2010-07-16 Nathan Froyd <froydnj@codesourcery.com>
5858
5859 * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
5860 do all the work.
5861 (rs6000_emit_int_cmove): Use function pointers for insn generation.
5862 Don't force values into registers unnecessarily.
5863 (output_isel): Assert that we're not given conditions we can't handle.
5864 Delete corresponding code.
5865 * config/rs6000/rs6000.md (isel_signed_<mode>): Use
5866 scc_comparison_operator constraint. Permit 0 for the consequent
5867 operand. Permit any GPR for the alternative operand.
5868 (isel_unsigned_<mode>): Likewise.
5869
5870 2010-07-16 Jakub Jelinek <jakub@redhat.com>
5871
5872 PR target/44942
5873 * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
5874 argument to const_tree.
5875 * config/i386/i386.c (function_arg_advance): If padding needs to be
5876 inserted before argument, increment cum->words by number of padding
5877 words as well.
5878 (contains_aligned_value_p): Change argument to const_tree.
5879 (ix86_function_arg_boundary): Change second argument to const_tree.
5880
5881 2010-07-16 Bernd Schmidt <bernds@codesourcery.com>
5882
5883 PR target/42235
5884 * function.c (record_hard_reg_sets): New static function.
5885 (assign_parm_setup_reg): If an optab for extending exists and the
5886 generated code clobbbers no hard regs, emit the insn directly and
5887 create a REG_EQUIV note.
5888
5889 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
5890
5891 * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
5892 TREE_CHAIN.
5893 * c-typeck.c (push_init_level): Likewise.
5894 (process_init_element): Likewise.
5895
5896 2010-07-15 Anatoly Sokolov <aesok@post.ru>
5897
5898 * tree.h (enum tree_index): Add TI_INTEGER_THREE.
5899 (integer_three_node): Add.
5900 * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
5901 NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
5902 * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
5903 of call build_int_cst.
5904 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
5905 * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
5906 (find_interesting_uses_address): Ditto.
5907 * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
5908 * tree-eh.c (lower_eh_constructs_2): Ditto.
5909 * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
5910 * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
5911 * expmed.c (expand_divmod): Ditto.
5912 * tree-mudflap.c (mx_register_decls): Ditto.
5913 * varasm.c (array_size_for_constructor): Ditto.
5914 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
5915 * c-parser.c (c_parser_postfix_expression): Ditto.
5916
5917 2010-07-15 Bernd Schmidt <bernds@codesourcery.com>
5918
5919 * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
5920 New static variables.
5921 (reload_combine_recognize_pattern): New static function, broken out
5922 of reload_combine.
5923 (reload_combine): Use it. Only initialize first_index_reg and
5924 last_index_reg once.
5925
5926 2010-07-15 Richard Henderson <rth@redhat.com>
5927
5928 * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
5929 when done.
5930
5931 2010-07-15 Jan Hubicka <jh@suse.cz>
5932
5933 * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
5934 comdats for broken gold.
5935 (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
5936
5937 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
5938
5939 * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
5940
5941 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
5942
5943 * tree.h (DECL_CHAIN): Define.
5944 * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
5945 * c-decl.c: Likewise.
5946 * c-parser.c: Likewise.
5947 * c-typeck.c: Likewise.
5948 * cfgexpand.c: Likewise.
5949 * cgraph.c: Likewise.
5950 * cgraphunit.c: Likewise.
5951 * combine.c: Likewise.
5952 * config/alpha/alpha.c: Likewise.
5953 * config/arm/arm.c: Likewise.
5954 * config/frv/frv.c: Likewise.
5955 * config/i386/i386.c: Likewise.
5956 * config/i386/winnt-cxx.c: Likewise.
5957 * config/ia64/ia64.c: Likewise.
5958 * config/iq2000/iq2000.c: Likewise.
5959 * config/mep/mep.c: Likewise.
5960 * config/mips/mips.c: Likewise.
5961 * config/pa/som.h: Likewise.
5962 * config/rs6000/rs6000.c: Likewise.
5963 * config/s390/s390.c: Likewise.
5964 * config/sh/sh.c: Likewise.
5965 * config/sh/symbian-cxx.c: Likewise.
5966 * config/sparc/sparc.c: Likewise.
5967 * config/spu/spu.c: Likewise.
5968 * config/stormy16/stormy16.c: Likewise.
5969 * config/vxworks.c: Likewise.
5970 * config/xtensa/xtensa.c: Likewise.
5971 * coverage.c: Likewise.
5972 * dbxout.c: Likewise.
5973 * dwarf2out.c: Likewise.
5974 * emit-rtl.c: Likewise.
5975 * expr.c: Likewise.
5976 * function.c: Likewise.
5977 * gimple-low.c: Likewise.
5978 * gimple-pretty-print.c: Likewise.
5979 * gimplify.c: Likewise.
5980 * integrate.c: Likewise.
5981 * ipa-inline.c: Likewise.
5982 * ipa-prop.c: Likewise.
5983 * ipa-split.c: Likewise.
5984 * ipa-struct-reorg.c: Likewise.
5985 * ipa-type-escape.c: Likewise.
5986 * langhooks.c: Likewise.
5987 * lto-cgraph.c: Likewise.
5988 * omp-low.c: Likewise.
5989 * stor-layout.c: Likewise.
5990 * tree-cfg.c: Likewise.
5991 * tree-complex.c: Likewise.
5992 * tree-dfa.c: Likewise.
5993 * tree-dump.c: Likewise.
5994 * tree-inline.c: Likewise.
5995 * tree-mudflap.c: Likewise.
5996 * tree-nested.c: Likewise.
5997 * tree-object-size.c: Likewise.
5998 * tree-pretty-print.c: Likewise.
5999 * tree-sra.c: Likewise.
6000 * tree-ssa-live.c: Likewise.
6001 * tree-ssa-loop-niter.c: Likewise.
6002 * tree-ssa-math-opts.c: Likewise.
6003 * tree-ssa-reassoc.c: Likewise.
6004 * tree-ssa-sccvn.c: Likewise.
6005 * tree-ssa-structalias.c: Likewise.
6006 * tree-tailcall.c: Likewise.
6007 * tree-vrp.c: Likewise.
6008 * tree.c: Likewise.
6009 * var-tracking.c: Likewise.
6010 * varasm.c: Likewise.
6011
6012 2010-07-15 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6013
6014 PR target/44877
6015 * config/spu/spu.c (spu_expand_builtin_1): Allow references
6016 (as well as pointers) as argument to mask_for_load builtins.
6017
6018 2010-07-15 Richard Guenther <rguenther@suse.de>
6019
6020 PR tree-optimization/44946
6021 * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
6022 with accessing only padding properly.
6023
6024 2010-07-15 Jan Hubicka <jh@suse.cz>
6025
6026 * ipa.c (function_and_variable_visibility): Variables marked as used
6027 should not be localized.
6028
6029 2010-07-15 Jan Hubicka <jh@suse.cz>
6030
6031 * cgraph.c: Include lto-streamer.h
6032 (change_decl_assembler_name): Work when assembler name hash is at place.
6033 (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
6034 be sure to rename it to avoid name clash.
6035 * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
6036 Localize hidden symbols only when locally defined.
6037
6038 2010-07-15 Uros Bizjak <ubizjak@gmail.com>
6039
6040 * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
6041
6042 2010-07-15 Magnus Granberg <zorry@gentoo.org>
6043 Kevin F. Quinn <kevquinn@gentoo.org>
6044
6045 * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
6046 * common.opt: Add -Wtrampolines.
6047 * doc/invoke.texi: Add -Wtrampolines.
6048
6049 2010-07-15 Jie Zhang <jie@codesourcery.com>
6050
6051 * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
6052 cortex_a8_issue_ls.
6053
6054 2010-07-15 Dave Korn <dave.korn.cygwin@gmail.com>
6055
6056 * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
6057 * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
6058
6059 2010-07-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6060
6061 * config/spu/spu.c (reg_names): Remove prototype.
6062 (call_used_regs): Likewise.
6063
6064 2010-07-14 Dave Korn <dave.korn.cygwin@gmail.com>
6065
6066 * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
6067 "unused" with attribute "used".
6068 (__JCR_END__): Likewise.
6069 * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
6070 "used" attribute.
6071 (__JCR_LIST__): Replace attribute "unused" with attribute "used".
6072
6073 2010-07-14 Richard Guenther <rguenther@suse.de>
6074
6075 * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
6076 (maybe_fixup_decls): Likewise.
6077 (input_gimple_stmt): Do not fixup anything.
6078 * lto-streamer-out.c (output_gimple_stmt): Make sure all
6079 non-automatic variable uses are wrapped inside a MEM_REF.
6080
6081 2010-07-14 Richard Henderson <rth@redhat.com>
6082
6083 * passes.c (rest_of_decl_compilation): Do not call assemble_variable
6084 for functions.
6085 * varasm.c (assemble_variable): Remove early exit for functions;
6086 assert that we're given a variable.
6087
6088 2010-07-14 Jie Zhang <jie@codesourcery.com>
6089
6090 * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
6091 cortex_a8_default when neon_type is not none.
6092
6093 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
6094
6095 * lower-subreg.c (subreg_context): New static bitmap.
6096 (decompose_multiword_subregs): Allocate and free it.
6097 (find_decomposable_subregs): Set a bit in it for a register that
6098 occurs in a subreg that changes mode but not size.
6099 (can_decompose_p): Test it instead of non_decomposable_context.
6100
6101 2010-07-14 Richard Guenther <rguenther@suse.de>
6102
6103 PR tree-optimization/44824
6104 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
6105 is_gimple_mem_ref_addr.
6106 (tree_ssa_forward_propagate_single_use_vars): Do not propagate
6107 non-decl_address_invariant_p addresses.
6108
6109 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
6110
6111 * reload.c (find_reloads): Revert code to penalize small register
6112 classes that was brought in with the IRA merge.
6113
6114 2010-07-14 Richard Guenther <rguenther@suse.de>
6115
6116 * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
6117 as base of ARRAY_REFs.
6118
6119 2010-07-14 Richard Guenther <rguenther@suse.de>
6120
6121 PR middle-end/44930
6122 * tree-pretty-print.c (do_niy): Do not print a newline.
6123
6124 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
6125
6126 * ira-int.h (struct ira_object): New.
6127 (ira_object_t): New typedef. Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
6128 (struct ira_allocno): Remove members min, max,
6129 conflict_allocno_array, conflict_id, conflict_allocno_array_size,
6130 conflict_allocnos_num and conflict_vec_p. Add new member object.
6131 (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
6132 OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
6133 OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
6134 OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
6135 ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
6136 ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
6137 ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
6138 ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
6139 an ira_object_t rather than ira_allocno_t. All uses changed.
6140 (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
6141 contains a vector of ira_object_t; all uses changed.
6142 (ira_objects_num): Declare variable.
6143 (ira_create_allocno_object): Declare function.
6144 (ira_conflict_vector_profitable_p): Adjust prototype.
6145 (ira_allocate_conflict_vec): Renamed from
6146 ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
6147 (ira_allocate_object_conflicts): Renamed from
6148 ira_allocate_allocno_conflicts; first arg now ira_object_t.
6149 (struct ira_object_iterator): New.
6150 (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
6151 (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
6152 to conflict_vec_p. All uses changed.
6153 (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
6154 Changed to take into account that conflicts are now tracked for
6155 objects.
6156 * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
6157 Args changed to accept ira_object_t. All uses changed.
6158 (allocnos_conflict_p): New static function.
6159 (collected_conflict_objects): Renamed from collected_allocno_objects;
6160 now a vector of ira_object_t. All uses changed.
6161 (build_conflict_bit_table): Changed to take into account that
6162 conflicts are now tracked for objects.
6163 (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
6164 (print_allocno_conflicts, ira_build_conflicts): Likewise.
6165 * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
6166 setup_allocno_left_conflicts_size, allocno_reload_assign,
6167 fast_allocation): Likewise.
6168 * ira-lives.c (make_hard_regno_born, make_allocno_born)
6169 process_single_reg_class_operands, process_bb_node_lives): Likewise.
6170 * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
6171 Likewise.
6172 * ira-build.c (ira_objects_num): New variable.
6173 (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
6174 contains a vector of ira_object_t; all uses changed.
6175 (ira_object_id_map_vec): Corresponding change.
6176 (object_pool): New static variable.
6177 (initiate_allocnos): Initialize it.
6178 (finish_allocnos): Free it.
6179 (ira_create_object, ira_create_allocno_object, create_allocno_objects):
6180 New functions.
6181 (ira_create_allocno): Don't set members that were removed.
6182 (ira_set_allocno_cover_class): Don't change conflict hard regs.
6183 (merge_hard_reg_conflicts): Changed to take into account that
6184 conflicts are now tracked for objects.
6185 (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
6186 allocate_conflict_bit_vec, ira_allocate_object_conflicts,
6187 compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
6188 setup_min_max_allocno_live_range_point, allocno_range_compare_func,
6189 setup_min_max_conflict_allocno_ids, ): Likewise.
6190 (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
6191 to ira_object_t; all callers changed.
6192 (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
6193 to ira_object_t, all callers changed.
6194 (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
6195 to ira_object_t, all callers changed.
6196 (conflict_check, curr_conflict_check_tick): Renamed from
6197 allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
6198 changed.
6199 (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
6200 arg changed to ira_object_t, all callers changed.
6201 (create_cap_allocno): Call ira_create_allocno_object.
6202 (finish_allocno): Free the corresponding object.
6203 (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
6204 callers changed. Adjusted for dealing with objects.
6205 (ira_build): Call create_allocno_objects after ira_costs. Adjusted for
6206 dealing with objects.
6207 * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
6208
6209 * ira-int.h (struct live_range): Rename allocno member to object
6210 and change type to ira_object_t.
6211 (struct ira_object): New member live_ranges.
6212 (struct ira_allocno): Remove member live_ranges.
6213 (ALLOCNO_LIVE_RANGES): Remove.
6214 (OBJECT_LIVE_RANGES): New macro.
6215 (ira_create_live_range, ira_copy_live_range_list,
6216 ira_merge_live_range_list, ira_live_ranges_intersect_p,
6217 ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
6218 * ira-build.c (ira_create_object): Initialize live ranges here.
6219 (ira_create_allocno): Not here.
6220 (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
6221 changed to ira_object_t, all callers changed.
6222 (copy_live_range): Rename from copy_allocno_live_range, all callers
6223 changed.
6224 (ira_copy_live_range_list): Rename from
6225 ira_copy_allocno_live_range_list, all callers changed.
6226 (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
6227 all callers changed.
6228 (ira_live_ranges_intersect_p): Rename from
6229 ira_allocno_live_ranges_intersect_p, all callers changed.
6230 (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
6231 callers changed.
6232 (ira_finish_live_range_list): Rename from
6233 ira_finish_allocno_live_range_list, all callers changed.
6234 (change_object_in_range_list): Rename from change_allocno_in_range_list,
6235 last arg changed to ira_object_t, all callers changed.
6236 (finish_allocno): Changed to expect live ranges in the allocno's object.
6237 (move_allocno_live_ranges, copy_allocno_live_ranges,
6238 update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
6239 ira_flattening, ira_build): Likewise.
6240 * ira-color.c (allocnos_have_intersected_live_ranges_p,
6241 slot_coalesced_allocno_live_ranges_intersect,
6242 setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
6243 * ira-conflicts.c (build_conflict_bit_table): Likewise.
6244 * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
6245 * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
6246 make_allocno_dead, create_start_finish_chains,
6247 remove_some_program_points_and_update_live_ranges,
6248 ira_debug_live_range_list): Likewise.
6249
6250 * ira-int.h (ira_object_conflict_iterator): Rename from
6251 ira_allocno_conflict_iterator.
6252 (ira_object_conflict_iter_init): Rename from
6253 ira_allocno_conflict_iter_init, second arg changed to
6254 * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
6255 FOR_EACH_ALLOCNO_CONFLICT.
6256 * ira-color.c (assign_hard_reg, push_allocno_to_stack)
6257 setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
6258 ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
6259 * ira-conflicts.c (print_allocno_conflicts): Likewise.
6260
6261 2010-07-13 Joern Rennecke <joern.rennecke@embecosm.com>
6262
6263 PR other/44874
6264 * tree-dump.c (dump_options): Add enumerate_locals entry.
6265 Add TDF_NOID exclusion to all entry.
6266 * tree-dump.h (dump_enumerated_decls): Declare.
6267 * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
6268 Don't display type uid.
6269 (print_declaration): Don't crash on TREE_TYPE (t) == 0.
6270 * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
6271 * tree-ssa-live.c: Include gimple.h.
6272 (numbered_tree_d): New struct.
6273 (numbered_tree): New typedef.
6274 (DEF_VEC_O (numbered_tree): New.
6275 (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
6276 (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
6277 (dump_enumerated_decls): Likewise.
6278 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
6279 debug info and flag_dump_final_insns, call dump_enumerated_decls.
6280 * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
6281 * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
6282
6283 2010-07-13 Richard Sandiford <rdsandiford@googlemail.com>
6284
6285 * expmed.h (MAX_BITS_PER_WORD): Move to...
6286 * defaults.h (MAX_BITS_PER_WORD): ...here.
6287
6288 2010-07-13 DJ Delorie <dj@redhat.com>
6289
6290 * config/h8300/h8300.c (h8300_init_once): Default to
6291 -fstrict_volatile_bitfields.
6292
6293 * config/sh/sh.c (sh_override_options): Default to
6294 -fstrict_volatile_bitfields.
6295
6296 * config/rx/rx.c (rx_option_override): New.
6297
6298 * config/m32c/m32c.c (m32c_override_options): Default to
6299 -fstrict_volatile_bitfields.
6300
6301 2010-07-13 Nathan Froyd <froydnj@codesourcery.com>
6302
6303 * tree.h (build_function_call_expr): Delete.
6304 (build_call_expr_loc_array): New function.
6305 (build_call_expr_loc_vec): New function.
6306 * tree-flow.h (struct omp_region): Change type of ws_args field
6307 to a VEC.
6308 * builtins.c (build_function_call_expr): Delete.
6309 (build_call_expr_loc_array): New function.
6310 (build_call_expr_loc): Call it. Use XALLOCAVEC.
6311 (build_call_expr): Likewise.
6312 (build_call_expr_loc_vec): New function.
6313 * cgraphunit.c (build_cdtor): Call build_call_expr instead of
6314 build_function_call_expr.
6315 * expr.c (emutls_var_address): Likewise.
6316 * varasm.c (emutls_common_1): Likewise.
6317 * omp-low.c (expand_omp_atomic_mutex): Likewise.
6318 (expand_omp_taskreg): Adjust for new type of region->ws_args.
6319 (get_ws_args_for): Return a VEC instead of a tree.
6320 (expand_parallel_call): Call build_call_expr_loc_vec instead of
6321 build_function_call_expr.
6322 * stor-layout.c (self_referential_size): Likewise.
6323
6324 2010-07-13 Jakub Jelinek <jakub@redhat.com>
6325
6326 PR testsuite/44701
6327 * recog.c (constrain_operands): Allow side-effects in memory
6328 operands if either < or > constraint is used, rather than if
6329 both < and > is used.
6330
6331 2010-07-13 Richard Guenther <rguenther@suse.de>
6332
6333 PR middle-end/44911
6334 * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
6335 MEM_REF pointer type dumping. Avoid recursing for TYPE_DECLs
6336 without name.
6337
6338 2010-07-13 Kaz Kojima <kkojima@gcc.gnu.org>
6339
6340 PR target/44761
6341 * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
6342 to variable emited.
6343 * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
6344 * config/sh/sh.md (symGOT_load): Likewise.
6345 (symDTPOFF2reg): Likewise.
6346 (symTPOFF2reg): Likewise.
6347
6348 2010-07-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6349
6350 * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
6351 * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
6352
6353 2010-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6354
6355 * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
6356 explanation.
6357 Find ucontext_t * on Solaris 11.
6358 (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
6359 Handle new Solaris 11 __sighndlr patterns.
6360
6361 2010-07-13 Jakub Jelinek <jakub@redhat.com>
6362
6363 PR debug/44901
6364 * vec.h (VEC_block_remove): Fix comment.
6365 * tree-ssa-live.c (remove_unused_locals): Don't use
6366 VEC_unordered_remove on local_decls, instead replace a single
6367 vector element in each iteration if at least one element had
6368 to be removed and VEC_truncate at the end.
6369 * omp-low.c (expand_omp_taskreg): Likewise.
6370
6371 2010-07-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
6372
6373 * c-decl.c (finish_function): Fix typo in comment.
6374
6375 2010-07-12 H.J. Lu <hongjiu.lu@intel.com>
6376
6377 PR bootstrap/44921
6378 * postreload.c (move2add_use_add3_insn): Silence gcc warning
6379 on min_regno.
6380
6381 2010-07-12 Jakub Jelinek <jakub@redhat.com>
6382
6383 * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
6384 (simplify_stmt_using_ranges): Use it.
6385
6386 2010-07-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6387
6388 * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
6389 member. Do not mark as GTY(()).
6390 * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
6391 (spu_builtin_decls): New static variable.
6392 (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
6393 (spu_init_builtins): Likewise.
6394 (spu_builtin_mul_widen_even): Likewise.
6395 (spu_builtin_mul_widen_odd): Likewise.
6396 (spu_builtin_mask_for_load): Likewise.
6397 (spu_builtin_vec_perm): Likewise.
6398 * config/spu/spu-c.c: Include "target.h".
6399 (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
6400 of using spu_builtins[].fndecl.
6401
6402 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6403
6404 * config/mips/mips.c (mips_override_options): Make -mflip-mips16
6405 imply -minterlink-mips16.
6406
6407 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6408
6409 * config/mips/mips.h (mips16_globals): Declare.
6410 (SWITCHABLE_TARGET): Define.
6411 * config/mips/mips.c: Include target-globals.h.
6412 (mips16_globals): New variable.
6413 (mips_set_mips16_mode): Use save_target_globals and
6414 restore_target_globals instead of target_reinit.
6415
6416 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6417
6418 * reginfo.c (init_reg_sets): Don't zero globals here. Update comment
6419 to say that the function can be called more than once.
6420 * target-globals.c (save_target_globals): Call init_reg_sets.
6421
6422 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6423
6424 * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
6425 * bb-reorder.h: New file.
6426 * bb-reorder.c (default_target_bb_reorder): New variable.
6427 (this_target_bb_reorder): New conditional variable.
6428 (uncond_jump_length): Redefine as a macro.
6429 * target-globals.h (this_target_bb_reorder): Declare.
6430 (target_globals): Add a bb_reorder field.
6431 (restore_target_globals): Copy the bb_reorder field to
6432 this_target_bb-reorder.
6433 * target-globals.c: Include bb-reorder.h.
6434 (default_target_globals): Initialize the bb_reorder field.
6435 (save_target_globals): Likewise.
6436
6437 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6438
6439 * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
6440 * gcse.h: New file.
6441 * gcse.c: Include gcse.h.
6442 (default_target_gcse): New variable.
6443 (this_target_gcse): New conditional variable.
6444 (can_copy): Redefine as a macro.
6445 (can_copy_init_p): New macro.
6446 (can_copy_p): Remove can_copy_init_p.
6447 * target-globals.h (this_target_gcse): Declare.
6448 (target_globals): Add a gcse field.
6449 (restore_target_globals): Copy the gcse field to this_target_gcse.
6450 * target-globals.c: Include gcse.h.
6451 (default_target_globals): Initialize the gcse field.
6452 (save_target_globals): Likewise.
6453
6454 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6455
6456 * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
6457 and x_ira_prohibited_mode_move_regs_initialized_p.
6458 (ira_prohibited_mode_move_regs): Redefine as a macro.
6459 * ira.c (ira_prohibited_mode_move_regs): Delete.
6460 (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
6461
6462 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6463
6464 * reload.h (target_reload): Add x_cached_reg_save_code and
6465 x_cached_reg_restore_code.
6466 * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
6467 Redefine as macros.
6468
6469 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6470
6471 * Makefile.in (target-globals.o): Depend on builtins.h.
6472 * builtins.h: New file.
6473 * builtins.c: Include builtins.h.
6474 (default_target_builtins): New variable.
6475 (this_target_builtins): New conditional variable.
6476 (apply_args_mode, apply_result_mode): Redefine as macros.
6477 * target-globals.h (this_target_builtins): Declare.
6478 (target_globals): Add a builtins field.
6479 (restore_target_globals): Copy the builtins field to
6480 this_target_builtins.
6481 * target-globals.c: Include builtins.h.
6482 (default_target_globals): Initialize the builtins field.
6483 (save_target_globals): Likewise.
6484
6485 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6486
6487 * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
6488 (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
6489 from expmed.c.
6490 (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
6491 (alg_hash, alg_hash_used_p): New macros.
6492 * expmed.c (init_expmed): Clear alg_hash if reinitializing.
6493 (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
6494 (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
6495
6496 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6497
6498 * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
6499 x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
6500 * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
6501 (this_op_costs, costs_classes): Redefine as macros.
6502 (record_reg_classes): Don't take op_costs as a parameter.
6503 (record_operand_costs): Likewise. Update calls to record_reg_classes.
6504 (scan_one_insn): Update call to record_operand_costs.
6505
6506 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6507
6508 * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
6509 * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
6510 (target_ira_int): New structure.
6511 (default_target_ira_int): Declare.
6512 (this_target_ira_int): Declare as a variable or define as a macro.
6513 (ira_reg_mode_hard_regset, ira_register_move_cost)
6514 (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
6515 (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
6516 (prohibited_class_mode_regs, ira_important_classes_num)
6517 (ira_important_classes, ira_reg_class_intersect)
6518 (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
6519 (ira_reg_class_union): Redefine as macros.
6520 * ira.h (target_ira): New structure.
6521 (default_target_ira): Declare.
6522 (this_target_ira): Declare as a variable or define as a macro.
6523 (ira_available_class_regs, ira_hard_regno_cover_class)
6524 (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
6525 (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
6526 (ira_class_hard_regs_num): Redefine as macros.
6527 * ira.c (default_target_ira, default_target_ira_int): New variables.
6528 (this_target_ira, this_target_ira_int): New conditional variables.
6529 (ira_reg_mode_hard_regset, ira_memory_move_cost)
6530 (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
6531 (ira_class_subset_p): Delete.
6532 (no_unit_alloc_regs): Redefine as a macro.
6533 (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
6534 (ira_class_hard_regs_num, ira_class_hard_reg_index)
6535 (ira_available_class_regs): Delete.
6536 (alloc_reg_class_subclasses): Redefine as a macro.
6537 (ira_reg_class_cover_size, ira_reg_class_cover)
6538 (ira_important_classes_num, ira_important_classes)
6539 (ira_important_class_nums, ira_class_translate): Delete.
6540 (cover_class_order): Document the variable's lifetime.
6541 (reorder_important_classes): Don't set ira_important_class_nums.
6542 (ira_reg_class_intersect, ira_reg_classes_intersect_p)
6543 (ira_reg_class_super_classes, ira_reg_class_union)
6544 (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
6545 Delete.
6546 (setup_reg_class_nregs): Don't set ira_max_regs.
6547 (prohibited_class_mode_regs): Delete.
6548 * target-globals.h (this_target_ira, this_target_ira_int): Declare.
6549 (target_globals): Add ira and ira_int fields.
6550 (restore_target_globals): Copy the ira field to this_target_ira
6551 and the ira_int field to this_target_ira_int.
6552 * target-globals.c: Include ira-int.h.
6553 (default_target_globals): Initialize the ira and ira_int fields.
6554 (save_target_globals): Likewise.
6555
6556 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6557
6558 * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
6559 * cfgloop.h (target_cfgloop): New structure.
6560 (default_target_cfgloop): Declare.
6561 (this_target_cfgloop): Declare as a variable or define as a macro.
6562 (target_avail_regs, target_clobbered_regs, target_res_regs)
6563 (target_reg_cost, target_spill_cost): Redefine as macros.
6564 * cfgloopanal.c (default_target_cfgloop): New variable.
6565 (this_target_cfgloop): New conditional variable.
6566 (target_avail_regs, target_clobbered_regs, target_res_regs)
6567 (target_reg_cost, target_spill_cost): Delete.
6568 * target-globals.h (this_target_cfgloop): Declare.
6569 (target_globals): Add a cfgloop field.
6570 (restore_target_globals): Copy the cfgloop field to
6571 this_target_cfgloop.
6572 * target-globals.c: Include cfgloop.h.
6573 (default_target_globals): Initialize the cfgloop field.
6574 (save_target_globals): Likewise.
6575
6576 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6577
6578 * regs.h (target_regs): Add x_direct_load, x_direct_store and
6579 x_float_extend_from_mem.
6580 (direct_load, direct_store, float_extend_from_mem): New macros.
6581 * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
6582
6583 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6584
6585 * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
6586 (target-globals.o): Depend on $(LIBFUNCS_H).
6587 * libfuncs.h: Include hashtab.h.
6588 (libfunc_entry): Moved from optabs.c.
6589 (target_libfuncs): New structure.
6590 (default_target_libfuncs): Declare.
6591 (this_target_libfuncs): Declare as a variable or define as a macro.
6592 (libfunc_table): Redefine as a macro.
6593 * optabs.c (default_target_libfuncs): New variable.
6594 (this_target_libfuncs): New conditional variable.
6595 (libfunc_table): Delete.
6596 (libfunc_entry): Moved to optabs.h.
6597 (libfunc_hash): Redefine as a macro.
6598 (hash_libfunc, eq_libfunc): Fix comments.
6599 (init_optabs): Use libfunc_hash to detect cases where the function
6600 has already been called. Clear the hash table instead of
6601 recreating it.
6602 * target-globals.h (this_target_libfuncs): Declare.
6603 (target_globals): Add a libfuncs field.
6604 (restore_target_globals): Copy the libfuncs field to
6605 this_target_libfuncs.
6606 * target-globals.c: Include libfuncs.h.
6607 (default_target_globals): Initialize the libfuncs field.
6608 (save_target_globals): Likewise.
6609
6610 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6611
6612 * Makefile.in (LIBFUNCS_H): New variable. Use instead of libfuncs.h
6613 in all dependency lists.
6614
6615 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6616
6617 * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
6618 * optabs.h (target_optabs): New structure.
6619 (default_target_optabs): Declare.
6620 (this_target_optabs): Declare as a variable or define as a macro.
6621 (optab_table, convert_optab_table, direct_optab_table): Redefine
6622 as macros.
6623 * optabs.c (default_target_optabs): New variable.
6624 (this_target_optabs): New conditional variable.
6625 (optab_table, convert_optab_table, direct_optab_table): Delete.
6626 * target-globals.h (this_target_optabs): Declare.
6627 (target_globals): Add a optabs field.
6628 (restore_target_globals): Copy the optabs field to
6629 this_target_optabs.
6630 * target-globals.c: Include expr.h and optabs.h.
6631 (default_target_globals): Initialize the optabs field.
6632 (save_target_globals): Likewise.
6633
6634 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6635
6636 * flags.h (target_flagstate): Add x_flag_excess_precision.
6637 (flag_excess_precision): Redefine as a macro.
6638 * toplev.c (flag_excess_precision): Delete.
6639
6640 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6641
6642 * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
6643 * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
6644 * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
6645 (no_caller_save_reg_set): Redefine as a macro.
6646 * reload.h (target_reload): Add x_caller_save_initialized_p and
6647 x_regno_save_mode.
6648 (caller_save_initialized_p): Redefine as a macro.
6649 * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
6650 (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
6651 (regno_save_mode): Redefine as a macro.
6652
6653 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6654
6655 * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
6656 * expmed.h: New file.
6657 * expmed.c (default_target_costs): New variable.
6658 (this_target_costs): New conditional variable.
6659 (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
6660 (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
6661 (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
6662 * target-globals.h (this_target_expmed): Declare.
6663 (target_globals): Add a expmed field.
6664 (restore_target_globals): Copy the expmed field to
6665 this_target_expmed.
6666 * target-globals.c: Include expmed.h.
6667 (default_target_globals): Initialize the expmed field.
6668 (save_target_globals): Likewise.
6669
6670 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6671
6672 * Makefile.in (target-globals.o): Depend on reload.h.
6673 * reload.h (target_reload): New structure.
6674 (default_target_reload): Declare.
6675 (this_target_reload): Declare as a variable or define as a macro.
6676 (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
6677 * reload1.c (default_target_reload): New variable
6678 (this_target_reload): New conditional variable.
6679 (indirect_symref_ok, double_reg_address_ok): Delete.
6680 (spill_indirect_levels): Redefine as a macro.
6681 * target-globals.h (this_target_reload): Declare.
6682 (target_globals): Add a reload field.
6683 (restore_target_globals): Copy the reload field to
6684 this_target_reload.
6685 * target-globals.c: Include hard-reg-set.h.
6686 (default_target_globals): Initialize the reload field.
6687 (save_target_globals): Likewise.
6688
6689 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6690
6691 * rtl.h (target_rtl): Add x_static_reg_base_value.
6692 * alias.c (static_reg_base_value): Redefine as a macro.
6693
6694 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6695
6696 * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
6697 (GTFILES): Remove reginfo.c.
6698 * rtl.h (target_rtl): Add x_top_of_stack.
6699 (top_of_stack): New macro.
6700 * reginfo.c: Don't include ggc.h or gt-reginfo.h.
6701 (top_of_stack): Delete.
6702
6703 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6704
6705 * regs.h (target_regs): Add x_hard_regs_of_mode,
6706 x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
6707 x_may_move_out_cost and x_last_mode_for_init_move_cost.
6708 (have_regs_of_mode, contains_reg_of_mode, move_cost)
6709 (may_move_in_cost, may_move_out_cost): Redefine as macros.
6710 * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
6711 (may_move_in_cost, may_move_out_cost): Delete.
6712 (last_mode_for_init_move_cost): Redefine as a macro.
6713
6714 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6715
6716 * hard-reg-set.h (target_hard_regs): New structure.
6717 (default_target_hard_regs): Declare.
6718 (this_target_hard_regs): Declare as a variable or define as a macro.
6719 (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
6720 (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
6721 (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
6722 (reg_class_size, reg_class_subclasses, reg_class_subunion)
6723 (reg_class_superunion, reg_names): Redefine as macros.
6724 * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
6725 (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
6726 (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
6727 (reg_class_contents, reg_class_size, reg_class_subclasses)
6728 (reg_class_subunion, reg_class_superunion, reg_names): Delete.
6729 (default_target_hard_regs): New variable
6730 (this_target_hard_regs, initial_call_really_used_regs)
6731 (initial_reg_alloc_order): New conditional variables.
6732 (initial_reg_names): New variable.
6733 (init_reg_sets): Assert that initial_call_really_used_regs,
6734 initial_reg_alloc_order and initial_reg_names
6735 are all the same size as their variable counterparts. Use them to
6736 initialize those counterparts.
6737 * target-globals.h (this_target_hard_regs): Declare.
6738 (target_globals): Add a hard_regs field.
6739 (restore_target_globals): Copy the hard_regs field to
6740 this_target_hard_regs.
6741 * target-globals.c: Include hard-reg-set.h.
6742 (default_target_globals): Initialize the hard_regs field.
6743 (save_target_globals): Likewise.
6744
6745 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6746
6747 * Makefile.in (target-globals.o): Depend on $(RTL_H).
6748 * rtl.h (target_rtl): New structure.
6749 (default_target_rtl): Declare.
6750 (this_target_rtl): Declare as a variable or define as a macro.
6751 (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
6752 Redefine as macros.
6753 * emit-rtl.c (default_target_rtl): New variable.
6754 (this_target_rtl): New conditional variable.
6755 (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
6756 (return_address_pointer_rtx): Delete.
6757 (initial_regno_reg_rtx): New macro.
6758 (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
6759 (init_emit_regs): Likewise.
6760 * target-globals.h (this_target_rtl): Declare.
6761 (target_globals): Add a rtl field.
6762 (restore_target_globals): Copy the rtl field to this_target_rtl.
6763 * target-globals.c: Include rtl.h.
6764 (default_target_globals): Initialize the rtl field.
6765 (save_target_globals): Likewise.
6766
6767 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6768
6769 * Makefile.in (target-globals.o): Depend on $(REGS_H).
6770 * regs.h (target_reg_modes): New structure.
6771 (default_target_reg_modes): Declare.
6772 (this_target_reg_modes): Declare as a variable or define as a macro.
6773 (hard_regno_nregs, reg_raw_mode): Redefine as macros.
6774 * reginfo.c (default_target_reg_modes): New variable.
6775 (this_target_reg_modes): New conditional variable.
6776 (hard_regno_nregs, reg_raw_mode): Delete.
6777 * target-globals.h (this_target_regs): Declare.
6778 (target_globals): Add a regs field.
6779 (restore_target_globals): Copy the regs field to this_target_regs.
6780 * target-globals.c: Include regs.h.
6781 (default_target_globals): Initialize the regs field.
6782 (save_target_globals): Likewise.
6783
6784 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
6785
6786 * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
6787 * doc/tm.texi: Regenerate.
6788 * Makefile.in (OBJS-common): Add target-globals.o.
6789 (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
6790 and target-globals.h.
6791 (target-globals.o): New rule.
6792 (GTFILES): Include $(srcdir)/target-globals.h.
6793 * defaults.h (SWITCHABLE_TARGET): Define.
6794 * gengtype.c (open_base_files): Add target-globals.h to the
6795 list of includes.
6796 * target-globals.h: New file.
6797 * target-globals.c: Likewise.
6798
6799 * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
6800 * flags.h (target_flag_state): New structure.
6801 (default_target_flag_state): Declare.
6802 (this_target_flag_state): Declare as a variable or define as a macro.
6803 (align_loops_log): Redefine as a macro.
6804 (align_loops_max_skip, align_jumps_log): Likewise.
6805 (align_jumps_max_skip, align_labels_log): Likewise.
6806 (align_labels_max_skip, align_functions_log): Likewise.
6807 * toplev.c (default_target_flag_state): New variable.
6808 (this_target_flag_state): New conditional variable.
6809 (align_loops_log): Delete.
6810 (align_loops_max_skip, align_jumps_log): Likewise.
6811 (align_jumps_max_skip, align_labels_log): Likewise.
6812 (align_labels_max_skip, align_functions_log): Likewise.
6813 * target-globals.h (this_target_flag_state): Declare.
6814 (target_globals): Add a flag_state field.
6815 (restore_target_globals): Copy the flag_state field to
6816 this_target_flag_state.
6817 * target-globals.c: Include flags.h.
6818 (default_target_globals): Initialize the flag_state field.
6819 (save_target_globals): Likewise.
6820
6821 2010-07-12 Jie Zhang <jie@codesourcery.com>
6822
6823 * postreload.c (reg_symbol_ref[]): New.
6824 (move2add_use_add2_insn): New.
6825 (move2add_use_add3_insn): New.
6826 (reload_cse_move2add): Handle SYMBOL + OFFSET case.
6827 (move2add_note_store): Likewise.
6828
6829 2010-07-12 Joern Rennecke <joern.rennecke@embecosm.com>
6830
6831 PR rtl-optimization/44752
6832 * genautomata.c (main): Don't emit an empty file even if there
6833 is no automaton.
6834
6835 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6836
6837 * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
6838 ix86_solaris_return_in_memory.
6839 * config/i386-protos.h: Reflect this.
6840 * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
6841 * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
6842 Move ...
6843 * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
6844
6845 2010-07-12 Jie Zhang <jie@codesourcery.com>
6846
6847 * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
6848 align the stack when it's going to be saved.
6849
6850 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6851
6852 PR pch/14940
6853 * config/host-solaris.c (mmap_fixed): New function.
6854 (sol_gt_pch_get_address): Use it.
6855 (sol_gt_pch_use_address): Likewise.
6856
6857 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6858
6859 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
6860 pentiumpro on Solaris 8 and 9/x86.
6861 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
6862 Document SSE/SSE2 support.
6863 * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
6864
6865 2010-07-12 Andi Kleen <ak@linux.intel.com>
6866
6867 * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
6868 instead of gcc_assert to print better error message for multiple
6869 prevailing defs.
6870
6871 2010-07-12 Uros Bizjak <ubizjak@gmail.com>
6872
6873 * config/i386/i386.c (ix86_asm_output_function_label): Change format
6874 string placeholder from 0x%x to %#x.
6875 (ix86_code_end): Use putc to output '\n'.
6876 (ix86_print_operand) <case ';'>: Use putc to output ';'.
6877
6878 2010-07-11 Kai Tietz <kai.tietz@onevision.com>
6879
6880 * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
6881 in directive -export.
6882
6883 2010-07-10 Anatoly Sokolov <aesok@post.ru>
6884
6885 * reginfo.h (reg_classes_intersect_p): Change arguments type to
6886 reg_class_t.
6887 * rtl.h (reg_classes_intersect_p): Adjust prototype.
6888
6889 * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
6890 Remove macros.
6891 * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
6892 rs6000_memory_move_cost): Remove
6893 * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
6894 TARGET_MEMORY_MOVE_COST): Define.
6895 (rs6000_register_move_cost): Make static. Change arguments type from
6896 enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
6897 (rs6000_memory_move_cost): Make static. Change arguments type from
6898 'enum reg_class' to reg_class_t.
6899
6900 2010-07-10 Sandra Loosemore <sandra@codesourcery.com>
6901
6902 PR middle-end/42505
6903 * tree-inline.c (estimate_num_insns): Refactor builtin complexity
6904 lookup code into....
6905 * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
6906 new functions.
6907 * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
6908 * cfgloopanal.c (target_clobbered_regs): Define.
6909 (init_set_costs): Initialize target_clobbered_regs.
6910 (estimate_reg_pressure_cost): Add call_p argument. When true,
6911 adjust the number of available registers to exclude the
6912 call-clobbered registers.
6913 * cfgloop.h (target_clobbered_regs): Declare.
6914 (estimate_reg_pressure_cost): Adjust declaration.
6915 * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
6916 (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
6917 (determine_set_costs): Dump target_clobbered_regs.
6918 (loop_body_includes_call): New function.
6919 (tree_ssa_iv_optimize_loop): Use it to initialize new field.
6920 * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
6921 call_p flag through.
6922 (best_gain_for_invariant): Likewise.
6923 (find_invariants_to_move): Likewise.
6924 (move_single_loop_invariants): Likewise, using already-computed
6925 has_call field.
6926
6927 2010-07-10 Richard Guenther <rguenther@suse.de>
6928 Joern Rennecke <joern.rennecke@embecosm.com>
6929
6930 PR debug/44832
6931 * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
6932 (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
6933 unless they have DECL_IGNORED_P set.
6934
6935 2010-07-10 Richard Guenther <rguenther@suse.de>
6936
6937 PR lto/44889
6938 * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
6939 helper function.
6940 (gimple_types_compatible_p): Similar to pointed-to
6941 types allow and merge a mix of complete and incomplete aggregate.
6942 Use gimple_fixup_complete_and_incomplete_subtype_p for that.
6943 (iterative_hash_gimple_type): Adjust for that.
6944
6945 2010-07-10 Richard Sandiford <r.sandiford@uk.ibm.com>
6946
6947 * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
6948
6949 2010-07-10 Iain Sandoe <iains@gcc.gnu.org>
6950
6951 PR objc/44140
6952 * config/darwin.c (output_objc_section_asm_op): Save and restore
6953 section when outputting ObjC section list.
6954
6955 2010-07-09 Jan Hubicka <jh@suse.cz>
6956
6957 * lto-streamer-out.c (produce_symtab): Do not write alias
6958 cgraph/varpool nodes.
6959
6960 2010-07-09 Jan Hubicka <jh@suse.cz>
6961
6962 * tree-inline.c (declare_return_variable): Fix ICE while
6963 inlining DECL_BY_VALUE function not in SSA form
6964
6965 2010-07-09 Changpeng Fang <changpeng.fang@amd.com>
6966
6967 PR tree-optimization/44576
6968 * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
6969 New. Pull out from is_loop_prefetching_profitable to implement
6970 the trip count to ahead ratio heuristic.
6971 (mem_ref_count_reasonable_p): New. Pull out from
6972 is_loop_prefetching_profitable to implement the instruction to
6973 memory reference ratio heuristic. Also consider not reasonable if
6974 the memory reference count is above a threshold (to avoid
6975 explosive compilation time.
6976 (insn_to_prefetch_ratio_too_small_p): New. Pull out from
6977 is_loop_prefetching_profitable to implement the instruction to
6978 prefetch ratio heuristic.
6979 (is_loop_prefetching_profitable): Removed.
6980 (loop_prefetch_arrays): Distribute the cost analysis across the
6981 function to allow early exit of the prefetch analysis.
6982 is_loop_prefetching_profitable is splitted into three functions,
6983 with each one called as early as possible.
6984 (PREFETCH_MAX_MEM_REFS_PER_LOOP): New. Threshold above which the
6985 number of memory references in a loop is considered too many.
6986
6987 2010-07-09 Bernd Schmidt <bernds@codesourcery.com>
6988
6989 * reload.c (find_reloads): Don't clear badop if we have a winreg
6990 alternative, but not win, and the class only has fixed regs.
6991 * hard-reg-set.h (class_only_fixed_regs): Declare.
6992 * reginfo.c (class_only_fixed_regs): New array.
6993 (init_reg_sets_1): Initialize it.
6994 * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
6995 discourage alternatives using the stack pointer.
6996
6997 * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
6998
6999 * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
7000
7001 * config/arm/arm.md (cbranchqi4): Fix array size.
7002 (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
7003 calculating length.
7004
7005 2010-07-09 Richard Guenther <rguenther@suse.de>
7006
7007 * gimple.c (struct type_fixup_s): New struct and VEC type.
7008 (gimple_register_type_fixups): New static global.
7009 (gimple_queue_type_fixup): New function.
7010 (gimple_types_compatible_p): Queue type fixups instead of
7011 applying them here.
7012 (gimple_register_type): Apply queued fixups for the
7013 canonical type. Empty the type fixup queue.
7014
7015 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
7016
7017 * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
7018 * configure: Regenerate.
7019 * config.in: Ditto.
7020
7021 2010-07-09 Jakub Jelinek <jakub@redhat.com>
7022 Denys Vlasenko <dvlasenk@redhat.com>
7023 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7024
7025 PR tree-optimization/28632
7026 * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
7027 (extract_range_from_binary_expr): Further optimize
7028 BIT_AND_EXPR and BIT_IOR_EXPR.
7029
7030 2010-07-09 Sebastian Pop <sebastian.pop@amd.com>
7031
7032 * tree-if-conv.c (fold_or_predicates): New.
7033 (add_to_predicate_list): Call it.
7034
7035 2010-07-09 Richard Guenther <rguenther@suse.de>
7036
7037 PR middle-end/44890
7038 * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
7039 if base is a pointer.
7040 * tree-cfg.c (verify_expr): Update MEM_REF checking.
7041
7042 2010-07-08 Michael Meissner <meissner@linux.vnet.ibm.com>
7043
7044 PR target/44877
7045 * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
7046 POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
7047 builtin mask for load/store builtins.
7048
7049 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
7050
7051 * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
7052 for "lock addl".
7053 * configure: Regenerate.
7054 * config/i386/i386.c (ix86_print_operand) <case ';'>:
7055 Remove TARGET_MACHO.
7056
7057 2010-07-09 Peter Bergner <bergner@vnet.ibm.com>
7058
7059 * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
7060 default ISA flags.
7061 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
7062
7063 2010-07-09 Tom de Vries <tjvries@xs4all.nl>
7064
7065 * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
7066
7067 2010-07-09 Hariharan Sandanagobalane <hariharan@picochip.com>
7068
7069 * config/picochip/picochip.md (commsTestPort): Emit more
7070 efficient sequence for tstport instruction.
7071
7072 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
7073
7074 * config/i386/i386.c (ix86_veclib_handler): Make static.
7075
7076 2010-07-09 Richard Guenther <rguenther@suse.de>
7077
7078 PR tree-optimization/44852
7079 * tree-ssa-alias.c: Include toplev.h for exact_log2.
7080 (indirect_ref_may_alias_decl_p): Properly handle negative offsets
7081 in MEM_REF.
7082 (indirect_refs_may_alias_p): Likewise.
7083 * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
7084
7085 2010-07-09 Richard Guenther <rguenther@suse.de>
7086
7087 PR tree-optimization/44882
7088 * tree-vect-stmts.c (vectorizable_store): Do not assert alias
7089 sets do conflict.
7090 (vectorizable_load): Likewise.
7091
7092 2010-07-09 Bernd Schmidt <bernds@codesourcery.com>
7093
7094 PR target/40657
7095 * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
7096 All callers changed.
7097 Handle the case when we're called for the epilogue.
7098 (thumb_unexpanded_epilogue): Use it.
7099 (thumb1_expand_epilogue): Likewise.
7100
7101 2010-07-09 Jakub Jelinek <jakub@redhat.com>
7102
7103 * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
7104 both ranges are range_int_cst_p with non-negative minimum,
7105 try harder to derive smaller range.
7106
7107 2010-07-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
7108
7109 * genrecog.c: Include diagnostic-core.h before toplev.h.
7110 * genoutput.c: Likewise.
7111 * genextract.c: Likewise.
7112 * genautomata.c: Likewise.
7113 * genemit.c: Likewise.
7114 * genpeep.c: Likewise.
7115 * genattrtab.c: Likewise.
7116 * genconditions.c: Likewise.
7117 * genpreds.c: Likewise.
7118
7119 2010-07-08 Andi Kleen <ak@linux.intel.com>
7120
7121 * lto-section-in.c (lto_section_name): Add missing comma.
7122
7123 2010-07-08 Anatoly Sokolov <aesok@post.ru>
7124
7125 * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
7126 * config/ia64/ia64-protos.h (ia64_override_options): Remove.
7127 * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
7128 (ia64_override_options): Rename to...
7129 (ia64_option_override): ... this one. Make static.
7130
7131 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
7132
7133 PR middle-end/44843
7134 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
7135 pointed-to type of the offset in a MEM_REF to compute the alignment.
7136
7137 2010-07-08 Kai Tietz <kai.tietz@onevision.com>
7138
7139 * final.c (final_scan_insn): Replace
7140 TARGET_UNWIND_INFO macro check by unwind_emit
7141 hook NULL check.
7142 * targhooks.c (default_unwind_emit): Removed.
7143 * targhooks.h (default_unwind_emit): Likewise.
7144 * target.def (unwind_emit): Set default value to NULL.
7145
7146 * config/i386/i386-protos.h (ix86_asm_output_function_label):
7147 New prototype.
7148 * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
7149 for NULL fntype argument and allow 64-bit targets.
7150 (ix86_asm_output_function_label): New function.
7151 (ix86_expand_prologue): Handle 64-bit ms hook prologue.
7152 (ix86_handle_fndecl_attribute): Likewise.
7153 * doc/extend.texi (ms_hook_prologue): Adjust documentation.
7154 * doc/doc/tm.texi: Regenerated.
7155 * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
7156 (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
7157 * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
7158 * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
7159 ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
7160 * config/elfos.h: Likewise.
7161 * config/i386/cygming.h: Likewise.
7162 * config/netbsd-aout.h: Likewise.
7163 * config/openbsd.h: Likewise.
7164 * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
7165 by ix86_asm_output_function_label function call.
7166 * varasm.c (assemble_start_function): Use
7167 ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
7168
7169 2010-07-08 Jan Hubicka <jh@suse.cz>
7170
7171 * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
7172 New function.
7173 * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
7174 Declare.
7175 * ipa-cp.c (ipcp_estimate_growth): Use it.
7176 * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
7177 Likewise.
7178
7179 2010-07-08 Jan Hubicka <jh@suse.cz>
7180
7181 * tree-inline.c (declare_return_variable): Allocate annotation for new
7182 temporary.
7183
7184 2010-07-08 Sebastian Pop <sebastian.pop@amd.com>
7185
7186 PR tree-optimization/44710
7187 * tree-if-conv.c (parse_predicate): New.
7188 (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
7189 Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
7190
7191 2010-07-08 Sebastian Pop <sebastian.pop@amd.com>
7192
7193 * common.opt (ftree-loop-if-convert): New flag.
7194 * doc/invoke.texi (ftree-loop-if-convert): Documented.
7195 * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
7196 when flag_tree_loop_if_convert is set.
7197
7198 2010-07-08 Uros Bizjak <ubizjak@gmail.com>
7199
7200 * config/i386/i386.c: Use short syntax for function calls
7201 through function pointers.
7202 * config/i386/i386.md: Ditto.
7203
7204 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
7205
7206 * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
7207
7208 2010-07-08 Richard Guenther <rguenther@suse.de>
7209
7210 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
7211 stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
7212
7213 2010-07-08 Jakub Jelinek <jakub@redhat.com>
7214
7215 * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
7216 instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
7217 (loc_list_from_tree): Likewise.
7218 (output_loc_operands): Handle outputting DW_OP_const[48]u
7219 with loc->dtprel set.
7220 (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
7221
7222 2010-07-08 Jan Hubicka <jh@suse.cz>
7223
7224 * ipa.c: Include pointer-set.h
7225 (cgraph_externally_visible_p): New attribute ALIASED;
7226 when in LTO, hidden symbols are local unless they are aliased.
7227 (function_and_variable_visibility): Compute aliased nodes;
7228 handle LTO and hidden symbol on functions and vars.
7229 * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
7230 for COMDAT symbols; handle COMDAT_GROUPS also at vars.
7231
7232 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
7233
7234 * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
7235 * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
7236 * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
7237 * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
7238 * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
7239 * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
7240 (ix86_gen_probe_stack_range): Likewise.
7241 (override_options): Set them.
7242 (ix86_target_stack_probe): New function.
7243 (ix86_compute_frame_layout): Force use of push instructions to
7244 save registers if stack checking with probes is enabled.
7245 (get_scratch_register_on_entry): New function.
7246 (release_scratch_register_on_entry): Likewise.
7247 (ix86_adjust_stack_and_probe): Likewise.
7248 (output_adjust_stack_and_probe): Likewise.
7249 (ix86_emit_probe_stack_range): Likewise.
7250 (output_probe_stack_range): Likewise.
7251 (ix86_expand_prologue): Emit stack checking code if static built-in
7252 stack checking is enabled.
7253 Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
7254 * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
7255 (output_adjust_stack_and_probe): Likewise.
7256 (output_probe_stack_range): Likewise.
7257 * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
7258 (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
7259 TARGET_STACK_PROBE.
7260 (allocate_stack_worker_64): Likewise.
7261 (allocate_stack): Likewise.
7262 (adjust_stack_and_probe): New insn.
7263 (probe_stack_range): Likewise.
7264
7265 2010-07-08 Richard Guenther <rguenther@suse.de>
7266
7267 PR tree-optimization/44831
7268 * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
7269 a MEM_REF preserving TBAA info of the original dereference.
7270 Dereference the original pointer if the address is not invariant.
7271 (propagate_with_phi): Fixup type checks wrt MEM_REFs. Require
7272 at least one invariant address that we are going to dereference.
7273
7274 2010-07-08 Richard Guenther <rguenther@suse.de>
7275
7276 PR tree-optimization/44861
7277 * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
7278 information when building MEM_REFs.
7279 (vectorizable_load): Likewise.
7280 * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
7281
7282 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
7283
7284 * config/sol2-c.c: Do not include diagnostic-core.h.
7285
7286 2010-07-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7287
7288 PR bootstrap/44768
7289 * cfgexpand.c (estimated_stack_frame_size): Make self-contained
7290 with respect to current_function_decl. Pass decl of the function.
7291 * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
7292 * ipa-inline.c (compute_inline_parameters): Pass decl to
7293 estimated_stack_frame_size.
7294
7295 2010-07-08 Richard Guenther <rguenther@suse.de>
7296
7297 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
7298 New function.
7299 (valueize_refs): Call it.
7300
7301 2010-07-08 Richard Guenther <rguenther@suse.de>
7302
7303 PR rtl-optimization/44838
7304 * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
7305 SSA form do not use pointer equivalence.
7306
7307 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
7308
7309 * dwarf2out.c (AT_linkage_name): Delete.
7310 (add_linkage_attr): New function.
7311 (add_linkage_name): Call it to emit the linkage attribute.
7312 (dwarf2out_finish): Likewise.
7313 (move_linkage_attr): Explicitly accept both attribute variants.
7314
7315 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
7316
7317 * toplev.h: Do not include diagnostic-core.h.
7318 Include diagnostic-core.h in every file that includes toplev.h.
7319 * c-tree.h: Do not include toplev.h.
7320 * pretty-print.h: Update comment.
7321 * Makefile.in: Update dependencies.
7322 * alias.c: Include diagnostic-core.h in every file that includes
7323 toplev.h.
7324 * attribs.c: Likewise.
7325 * auto-inc-dec.c: Likewise.
7326 * bb-reorder.c: Likewise.
7327 * bt-load.c: Likewise.
7328 * caller-save.c: Likewise.
7329 * calls.c: Likewise.
7330 * cfg.c: Likewise.
7331 * cfganal.c: Likewise.
7332 * cfgbuild.c: Likewise.
7333 * cfgcleanup.c: Likewise.
7334 * cfghooks.c: Likewise.
7335 * cfgloop.c: Likewise.
7336 * combine.c: Likewise.
7337 * config/alpha/alpha.c: Likewise.
7338 * config/arc/arc.c: Likewise.
7339 * config/arm/arm.c: Likewise.
7340 * config/arm/pe.c: Likewise.
7341 * config/avr/avr.c: Likewise.
7342 * config/bfin/bfin.c: Likewise.
7343 * config/cris/cris.c: Likewise.
7344 * config/crx/crx.c: Likewise.
7345 * config/darwin-c.c: Likewise.
7346 * config/darwin.c: Likewise.
7347 * config/fr30/fr30.c: Likewise.
7348 * config/frv/frv.c: Likewise.
7349 * config/h8300/h8300.c: Likewise.
7350 * config/host-darwin.c: Likewise.
7351 * config/i386/i386.c: Likewise.
7352 * config/i386/netware.c: Likewise.
7353 * config/i386/nwld.c: Likewise.
7354 * config/i386/winnt-cxx.c: Likewise.
7355 * config/i386/winnt-stubs.c: Likewise.
7356 * config/i386/winnt.c: Likewise.
7357 * config/ia64/ia64-c.c: Likewise.
7358 * config/ia64/ia64.c: Likewise.
7359 * config/iq2000/iq2000.c: Likewise.
7360 * config/lm32/lm32.c: Likewise.
7361 * config/m32c/m32c-pragma.c: Likewise.
7362 * config/m32c/m32c.c: Likewise.
7363 * config/m32r/m32r.c: Likewise.
7364 * config/m68hc11/m68hc11.c: Likewise.
7365 * config/m68k/m68k.c: Likewise.
7366 * config/mcore/mcore.c: Likewise.
7367 * config/mep/mep-pragma.c: Likewise.
7368 * config/mep/mep.c: Likewise.
7369 * config/mmix/mmix.c: Likewise.
7370 * config/mn10300/mn10300.c: Likewise.
7371 * config/moxie/moxie.c: Likewise.
7372 * config/pa/pa.c: Likewise.
7373 * config/pdp11/pdp11.c: Likewise.
7374 * config/picochip/picochip.c: Likewise.
7375 * config/rs6000/rs6000-c.c: Likewise.
7376 * config/rs6000/rs6000.c: Likewise.
7377 * config/rx/rx.c: Likewise.
7378 * config/s390/s390.c: Likewise.
7379 * config/score/score.c: Likewise.
7380 * config/score/score3.c: Likewise.
7381 * config/score/score7.c: Likewise.
7382 * config/sh/sh.c: Likewise.
7383 * config/sh/symbian-base.c: Likewise.
7384 * config/sh/symbian-c.c: Likewise.
7385 * config/sh/symbian-cxx.c: Likewise.
7386 * config/sol2-c.c: Likewise.
7387 * config/sol2.c: Likewise.
7388 * config/sparc/sparc.c: Likewise.
7389 * config/spu/spu.c: Likewise.
7390 * config/stormy16/stormy16.c: Likewise.
7391 * config/v850/v850-c.c: Likewise.
7392 * config/v850/v850.c: Likewise.
7393 * config/vax/vax.c: Likewise.
7394 * config/vxworks.c: Likewise.
7395 * config/xtensa/xtensa.c: Likewise.
7396 * convert.c: Likewise.
7397 * cse.c: Likewise.
7398 * cselib.c: Likewise.
7399 * dbgcnt.c: Likewise.
7400 * dbxout.c: Likewise.
7401 * ddg.c: Likewise.
7402 * dominance.c: Likewise.
7403 * emit-rtl.c: Likewise.
7404 * explow.c: Likewise.
7405 * expmed.c: Likewise.
7406 * fixed-value.c: Likewise.
7407 * fold-const.c: Likewise.
7408 * fwprop.c: Likewise.
7409 * gcse.c: Likewise.
7410 * ggc-common.c: Likewise.
7411 * ggc-page.c: Likewise.
7412 * ggc-zone.c: Likewise.
7413 * gimple-low.c: Likewise.
7414 * gimplify.c: Likewise.
7415 * graph.c: Likewise.
7416 * haifa-sched.c: Likewise.
7417 * ifcvt.c: Likewise.
7418 * implicit-zee.c: Likewise.
7419 * integrate.c: Likewise.
7420 * ira-build.c: Likewise.
7421 * ira-color.c: Likewise.
7422 * ira-conflicts.c: Likewise.
7423 * ira-costs.c: Likewise.
7424 * ira-lives.c: Likewise.
7425 * ira.c: Likewise.
7426 * lists.c: Likewise.
7427 * loop-doloop.c: Likewise.
7428 * loop-iv.c: Likewise.
7429 * lto-opts.c: Likewise.
7430 * lto-symtab.c: Likewise.
7431 * main.c: Likewise.
7432 * modulo-sched.c: Likewise.
7433 * optabs.c: Likewise.
7434 * params.c: Likewise.
7435 * plugin.c: Likewise.
7436 * postreload-gcse.c: Likewise.
7437 * postreload.c: Likewise.
7438 * predict.c: Likewise.
7439 * profile.c: Likewise.
7440 * real.c: Likewise.
7441 * regcprop.c: Likewise.
7442 * reginfo.c: Likewise.
7443 * regmove.c: Likewise.
7444 * reorg.c: Likewise.
7445 * resource.c: Likewise.
7446 * rtl.c: Likewise.
7447 * rtlanal.c: Likewise.
7448 * sched-deps.c: Likewise.
7449 * sched-ebb.c: Likewise.
7450 * sched-rgn.c: Likewise.
7451 * sdbout.c: Likewise.
7452 * sel-sched-dump.c: Likewise.
7453 * sel-sched-ir.c: Likewise.
7454 * simplify-rtx.c: Likewise.
7455 * stmt.c: Likewise.
7456 * stor-layout.c: Likewise.
7457 * store-motion.c: Likewise.
7458 * targhooks.c: Likewise.
7459 * tree-cfg.c: Likewise.
7460 * tree-cfgcleanup.c: Likewise.
7461 * tree-dump.c: Likewise.
7462 * tree-eh.c: Likewise.
7463 * tree-inline.c: Likewise.
7464 * tree-nomudflap.c: Likewise.
7465 * tree-object-size.c: Likewise.
7466 * tree-optimize.c: Likewise.
7467 * tree-outof-ssa.c: Likewise.
7468 * tree-phinodes.c: Likewise.
7469 * tree-profile.c: Likewise.
7470 * tree-ssa-ccp.c: Likewise.
7471 * tree-ssa-coalesce.c: Likewise.
7472 * tree-ssa-live.c: Likewise.
7473 * tree-ssa-loop-niter.c: Likewise.
7474 * tree-ssa-loop-prefetch.c: Likewise.
7475 * tree-ssa-loop.c: Likewise.
7476 * tree-ssa-structalias.c: Likewise.
7477 * tree-ssa-uninit.c: Likewise.
7478 * tree-ssa.c: Likewise.
7479 * tree-vect-data-refs.c: Likewise.
7480 * tree-vect-loop-manip.c: Likewise.
7481 * tree-vect-loop.c: Likewise.
7482 * tree-vect-patterns.c: Likewise.
7483 * tree-vect-stmts.c: Likewise.
7484 * tree-vrp.c: Likewise.
7485 * varasm.c: Likewise.
7486 * vec.c: Likewise.
7487 * web.c: Likewise.
7488 * xcoffout.c: Likewise.
7489
7490 2010-07-07 Richard Sandiford <rdsandiford@googlemail.com>
7491
7492 * gengtype.c (write_field_root): New function.
7493 (write_root): Use it.
7494
7495 2010-07-07 Wei Guozhi <carrot@google.com>
7496
7497 * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
7498 of lowest bits to lshift/compare): Add a missing line.
7499
7500 2010-07-07 Wei Guozhi <carrot@google.com>
7501
7502 * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
7503 of lowest bits to lshift/compare): New.
7504
7505 2010-07-07 Tom Tromey <tromey@redhat.com>
7506
7507 * doc/tm.texi: Update.
7508 * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
7509 Add @hook.
7510 * target.def (want_debug_pub_sections): New hook.
7511 * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
7512 * dwarf2out.c (add_pubname_string): Check
7513 targetm.want_debug_pub_sections.
7514 (add_pubname): Likewise.
7515 (add_pubtype): Likewise.
7516
7517 2010-07-07 Jie Zhang <jie@codesourcery.com>
7518
7519 * genautomata.c (output_automata_list_min_issue_delay_code):
7520 Correctly decompress min_issue_delay.
7521
7522 2010-07-07 Bernd Schmidt <bernds@codesourcery.com>
7523
7524 PR rtl-optimization/44404
7525 * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
7526 possible, use reg_overlap_mentioned_p instead.
7527
7528 2010-07-07 Duncan Sands <baldrick@free.fr>
7529
7530 PR middle-end/41355
7531 * tree.c (build_function_type_skip_args): Copy the original type using
7532 build_distinct_type_copy rather than copy_node.
7533
7534 2010-07-07 H.J. Lu <hongjiu.lu@intel.com>
7535
7536 PR target/44850
7537 * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
7538 revision 161876.
7539 (ix86_expand_prologue): Likewise.
7540 (ix86_handle_fndecl_attribute): Likewise.
7541 (ix86_asm_declare_function_name): Likewise.
7542 * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
7543 * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
7544 (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
7545 * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
7546 * doc/extend.texi: Likewise.
7547
7548 2010-07-07 H.J. Lu <hongjiu.lu@intel.com>
7549
7550 PR target/44844
7551 * config/i386/i386.md (rdrand<mode>): Changed to expand to
7552 retry if the carry flag isn't valid.
7553 (rdrand<mode>_1): New.
7554
7555 2010-07-07 Richard Guenther <rguenther@suse.de>
7556
7557 PR middle-end/44790
7558 * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
7559 for expanding the constant offset for MEM_REFs.
7560
7561 2010-07-07 Richard Guenther <rguenther@suse.de>
7562
7563 * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
7564 * tree-ssa-propagate.c (valid_gimple_call_p): Make static. Fix.
7565 * gimple.h (is_gimple_operand): Remove.
7566 * gimple.c (is_gimple_operand): Likewise.
7567 (walk_gimple_op): Fix wi->val_only setting for calls.
7568 * tree-cfg.c (verify_gimple_call): Fix argument validation.
7569 * tree-profile.c (tree_gen_ic_func_profiler): Do not create
7570 invalid gimple calls.
7571
7572 2010-07-06 Jan Hubicka <jh@suse.cz>
7573
7574 * lto-cgraph.c (output_cgraph): Add missing declaration.
7575
7576 2010-07-06 Jan Hubicka <jh@suse.cz>
7577
7578 * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
7579 partition.
7580
7581 2010-07-06 Alexandre Oliva <aoliva@redhat.com>
7582
7583 * doc/gimple.texi (GIMPLE_DEBUG): Document.
7584 * doc/rtl.texi (Debug Information): New node.
7585 (NOTE_INSN_VAR_LOCATION): Document.
7586 (debug_insn): Likewise.
7587 * doc/generic.texi (DEBUG_EXPR_DECL): Document.
7588
7589 2010-07-07 Jan Hubicka <jh@suse.cz>
7590
7591 With parts by Richard Guenther.
7592
7593 PR middle-end/44813
7594 * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
7595 for functions passed by reference.
7596 * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
7597 in memory when passed by reference.
7598 * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
7599 beggining.
7600 * ipa-split.c (split_function): Cleanup way return value is passed;
7601 handle SSA DECL_BY_REFERENCE retvals.
7602 * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
7603 DECL_BY_REFERENCE is set.
7604 * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
7605 find_what_p_points_to): Handle RESULT_DECL.
7606 * tree-inline.c (declare_return_variable): Get new entry_block argument;
7607 when passing by reference ensure that RESULT_DECL is gimple_val.
7608 (remap_gimple_op_r): Remap RESULT_DECL ssa name.
7609 (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
7610
7611 2010-07-07 Bernd Schmidt <bernds@codesourcery.com>
7612
7613 PR rtl-optimization/44787
7614 * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
7615 * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
7616
7617 2010-07-06 Jan Hubicka <jh@suse.cz>
7618
7619 * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
7620 (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
7621 with body can prevail.
7622 (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
7623 (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
7624 * cgraph.c (cgraph_get_node_or_alias): New function.
7625 * cgraph.h (cgraph_get_node_or_alias): Declare.
7626
7627 2010-07-06 Kai Tietz <kai.tietz@onevision.com>
7628
7629 * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
7630 support.
7631 (ix86_expand_prologue): Likewise.
7632 (ix86_handle_fndecl_attribute): Likewise.
7633 (ix86_asm_declare_function_name): New function for
7634 ASM_DECLARE_FUNCTION_NAME.
7635 * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
7636 * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
7637 (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
7638 * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
7639 * doc/extend.texi: Adjust documentation about ms_hook_prologue
7640 attribute.
7641
7642 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
7643
7644 * config/i386/i386.md (immediate_operand): New mode attribute.
7645
7646 (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
7647 pro_epilogue_adjust_stack and pro_epilogue_adjust_stack_rex64
7648 using P mode iterator.
7649 (pro_epilogue_adjust_stack_di_2): Rename from
7650 pro_epilogue_adjust_stack_rex64_2.
7651
7652 * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
7653
7654 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
7655
7656 * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
7657 through gen_mov_insv_1 function pointer.
7658 (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
7659 gen_truncxf<mode>2 through gen_truncxf function pointer.
7660 (remainder<mode>3): Ditto.
7661 (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
7662 (allocate_stack): Call gen_allocate_stack_worker_64 or
7663 gen_allocate_stack_worker_32 through gen_allocate_stack_worker
7664 function pointer.
7665 (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
7666 function pointer.
7667
7668 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
7669
7670 * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
7671 operand constraint instead of <r><i>m.
7672
7673 2010-07-06 Richard Guenther <rguenther@suse.de>
7674
7675 PR middle-end/44828
7676 * convert.c (convert_to_integer): Watch out for overflowing
7677 MULT_EXPR as well.
7678
7679 2010-07-05 Jan Hubicka <jh@suse.cz>
7680
7681 * lto-streamer.c (write_symbol_vec): Rename to ...
7682 (write_symbol) ... this one; write only symbol given and when
7683 present in cache. Sanity check that what is defined is present
7684 in cgraph/varpool with body/finalized decl.
7685 (write_symbols_of_kind): Remove.
7686 (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
7687 pairs to produce symtab.
7688 (produce_asm_for_decls): Update call of produce_symtab; don't do so
7689 when doing WPA streaming.
7690
7691 2010-07-05 Jan Hubicka <jh@suse.cz>
7692
7693 * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
7694 function is still available to fold into.
7695
7696 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
7697
7698 * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
7699 * function.h (struct_function): Change type of local_decls field
7700 to a VEC.
7701 (add_local_decl): New function.
7702 (FOR_EACH_LOCAL_DECL): New macro.
7703 * cfgexpand.c (init_vars_expansion): Adjust for new type of
7704 cfun->local_decls.
7705 (estimated_stack_frame_size): Likewise.
7706 (expand_used_vars): Likewise.
7707 * cgraphbuild.c (build_cgraph_edges): Likewise.
7708 * function.c (instantiate_decls_1): Likewise.
7709 * ipa-struct-reorg.c (build_data_structure): Likewise.
7710 * ipa-type-escape.c (analyze_function): Likewise.
7711 * lto-streamer-in.c (input_function): Likewise.
7712 * lto-streamer-out.c (output_function): Likewise.
7713 * tree-ssa-live.c (remove_unused_locals): Likewise.
7714 * tree.c (free_lang_data_in_decl): Likewise.
7715 (find_decls_types_in_node): Likewise.
7716 * omp-low.c (remove_exit_barrier): Likewise.
7717 (expand_omp_taskreg): Likewise.
7718 (list2chain): Rename to...
7719 (vec2chain): ...this. Adjust.
7720 * cgraphunit.c (assemble_thunk): Call add_local_decl.
7721 * tree-cfg.c (replace_by_duplicate_decl): Likewise.
7722 * gimple-low.c (record_vars_into): Likewise.
7723 * tree-inline.c (remap_decls): Likewise.
7724 (declare_return_variable): Likewise.
7725 (declare_inline_vars): Likewise.
7726 (copy_forbidden): Adjust for new type of cfun->local_decls.
7727 (add_local_variables): New function.
7728 (expand_call_inline): Call it.
7729 (tree_function_versioning): Likewise.
7730
7731 2010-07-05 H.J. Lu <hongjiu.lu@intel.com>
7732
7733 AVX Programming Reference (June, 2010)
7734 * config/i386/cpuid.h (bit_F16C): New.
7735 (bit_RDRND): Likewise.
7736 (bit_FSGSBASE): Likewise.
7737
7738 * config/i386/i386-builtin-types.def: Add
7739 "DEF_FUNCTION_TYPE (UINT16)", function types for
7740 float16 <-> float conversions and
7741 "DEF_FUNCTION_TYPE (VOID, UINT64)".
7742
7743 * config/i386/i386-c.c (ix86_target_macros_internal): Support
7744 OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
7745 OPTION_MASK_ISA_F16C.
7746
7747 * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
7748 (OPTION_MASK_ISA_RDRND_SET): Likewise.
7749 (OPTION_MASK_ISA_F16C_SET): Likewise.
7750 (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
7751 (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
7752 (OPTION_MASK_ISA_F16C_UNSET): Likewise.
7753 (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
7754 (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
7755 (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
7756 (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
7757 (override_options): Handle them.
7758 (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
7759 (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
7760 IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
7761 IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
7762 IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
7763 IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
7764 IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
7765 IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
7766 IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
7767 (bdesc_args): Likewise.
7768 (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
7769 V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
7770 (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
7771 VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
7772 Handle non-memory store.
7773
7774 * config/i386/i386.h (TARGET_FSGSBASE): New.
7775 (TARGET_RDRND): Likewise.
7776 (TARGET_F12C): Likewise.
7777
7778 * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
7779 (UNSPEC_VCVTPS2PH): Likewise.
7780 (UNSPECV_RDFSBASE): Likewise.
7781 (UNSPECV_RDGSBASE): Likewise.
7782 (UNSPECV_WRFSBASE): Likewise.
7783 (UNSPECV_WRGSBASE): Likewise.
7784 (UNSPECV_RDRAND): Likewise.
7785 (rdfsbase<mode>): Likewise.
7786 (rdgsbase<mode>): Likewise.
7787 (wrfsbase<mode>): Likewise.
7788 (wrgsbase<mode>): Likewise.
7789 (rdrand<mode>): Likewise.
7790
7791 * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
7792
7793 * config/i386/immintrin.h (_rdrand_u16): New.
7794 (_rdrand_u32): Likewise.
7795 (_readfsbase_u32): Likewise.
7796 (_readfsbase_u64): Likewise.
7797 (_readgsbase_u32): Likewise.
7798 (_readgsbase_u64): Likewise.
7799 (_writefsbase_u32): Likewise.
7800 (_writefsbase_u64): Likewise.
7801 (_writegsbase_u32): Likewise.
7802 (_writegsbase_u64): Likewise.
7803 (_rdrand_u64): Likewise.
7804 (_cvtsh_ss): Likewise.
7805 (_mm_cvtph_ps): Likewise.
7806 (_mm256_cvtph_ps): Likewise.
7807 (_cvtss_sh): Likewise.
7808 (_mm_cvtps_ph): Likewise.
7809 (_mm256_cvtps_ph): Likewise.
7810
7811 * config/i386/sse.md (vcvtph2ps): New.
7812 (*vcvtph2ps_load): Likewise.
7813 (vcvtph2ps256): Likewise.
7814 (vcvtps2ph): Likewise.
7815 (*vcvtps2ph): Likewise.
7816 (*vcvtps2ph_store): Likewise.
7817 (vcvtps2ph256): Likewise.
7818
7819 * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
7820
7821 * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
7822
7823 2010-07-05 Joern Rennecke <joern.rennecke@embecosm.com>
7824
7825 PR bootstrap/44512
7826 * genenums.c (main): Output include of insn-constants.h
7827 * Makefile.in (insn-enums.o): Depend on insn-constants.h.
7828
7829 2010-07-05 Uros Bizjak <ubizjak@gmail.com>
7830
7831 * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
7832 (override_options): Initialize it.
7833 (ix86_expand_prologue): Use it.
7834
7835 2010-07-05 Jakub Jelinek <jakub@redhat.com>
7836
7837 * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
7838
7839 2010-07-05 Anatoly Sokolov <aesok@post.ru>
7840
7841 * double-int.h (fit_double_type): Remove declaration.
7842 * double-int.c (fit_double_type): Remove function.
7843 * tree.h (int_fits_type_p): Adjust prototype.
7844 * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
7845 instead of fit_double_type.
7846 (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
7847 instead of fit_double_type and build_int_cst_wide.
7848 * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
7849 instead of fit_double_type and build_int_cst_wide.
7850 (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
7851 of fit_double_type.
7852
7853 2010-07-05 Jan Hubicka <jh@suse.cz>
7854
7855 * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
7856 in_other_partition.
7857 * lto-cgraph.c (referenced_from_other_partition_p,
7858 reachable_from_other_partition_p): Use in_other_partition flags.
7859 (output_node, output_varpool_node): COMDAT nodes always have private
7860 copies and thus are never used from other partition.
7861
7862 2010-07-05 Anatoly Sokolov <aesok@post.ru>
7863
7864 * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
7865 * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
7866 * config/ia64/ia64.c Include reload.h.
7867 (ia64_memory_move_cost): New function.
7868 (TARGET_MEMORY_MOVE_COST): Define.
7869 (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
7870 memory_move_cost.
7871
7872 2010-07-05 Sandra Loosemore <sandra@codesourcery.com>
7873
7874 PR middle-end/42505
7875 * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
7876 comments about cost model.
7877 (try_add_cand_for): Add second strategy for choosing initial set
7878 based on original IVs, controlled by ORIGINALP argument.
7879 (get_initial_solution): Add ORIGINALP argument.
7880 (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
7881 (find_optimal_iv_set): Try two different strategies for choosing
7882 the IV set, and return the one with lower cost.
7883
7884 2010-07-05 Richard Guenther <rguenther@suse.de>
7885
7886 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
7887
7888 2010-07-05 Richard Guenther <rguenther@suse.de>
7889
7890 * tree.c (reference_alias_ptr_type): New function.
7891 * tree.h (reference_alias_ptr_type): Declare.
7892 * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
7893 allow non-TARGET_MEM_REF new refs.
7894 (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
7895 * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
7896 Build a MEM_REF instead of a TARGET_MEM_REF if possible.
7897 (create_mem_ref): Get alias pointer type. Adjust calls to
7898 create_mem_ref_raw.
7899 (maybe_fold_tmr): Likewise.
7900 * tree-flow.h (create_mem_ref): Adjust prototype.
7901
7902 2010-07-05 Jakub Jelinek <jakub@redhat.com>
7903
7904 PR c++/44808
7905 * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
7906 *from_p is VAR_DECL.
7907
7908 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
7909
7910 * tree.h (build_call_list): Remove.
7911 * tree.c (build_call_list): Remove.
7912
7913 2010-07-05 Richard Guenther <rguenther@suse.de>
7914
7915 * double-int.h (double_int_sub): Declare.
7916 * double-int.c (double_int_sub): New function.
7917 * dwarf2out.c (field_byte_offset): Use it.
7918 * fixed-value.c (do_fixed_add): Likewise.
7919 (do_fixed_multiply): Likewise.
7920 (do_fixed_divide): Likewise.
7921 * tree-predcom.c (add_ref_to_chain): Likewise.
7922 (determine_roots_comp): Likewise.
7923 * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
7924
7925 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
7926
7927 * vec.h (VEC_splice, VEC_safe_splice): New macros. Add function
7928 implementations.
7929
7930 2010-07-05 Bernd Schmidt <bernds@codesourcery.com>
7931
7932 * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
7933 * arm-modes.def (CC_NOTB): Don't define.
7934 * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
7935 (adddi_sesidi_di, adddi_zesidi_di): Likewise.
7936 (LTUGEU): New code_iterator.
7937 (cnb, optab): New corresponding code_attrs.
7938 (addsi3_carryin_<optab>): Renamed from addsi3_carryin. Change pattern
7939 to canonical form. Operands 1 and 2 are commutative. Parametrize
7940 using LTUGEU.
7941 (addsi3_carryin_shift_<optab>): Likewise.
7942 (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
7943 Operands 1 and 2 are commutative. Parametrize using LTUGEU.
7944 (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
7945 (subsi3_compare): Renamed from subsi3_compare0_c.
7946 Change CC_NOTB to CC.
7947 (arm_subsi3_insn): Allow constants for operand 0.
7948 (compare_scc peephole for eq case): New.
7949 (compare_scc splitters): Change CC_NOTB to CC.
7950
7951 2010-07-05 Richard Guenther <rguenther@suse.de>
7952
7953 * tree-ssa-loop-im.c (for_each_index): Do not handle
7954 ALIGN_INDIRECT_REF.
7955 (gen_lsm_tmp_name): Likewise.
7956 * tree-dump.c (dequeue_and_dump): Likewise.
7957 * tree-pretty-print.c (dump_generic_node): Likewise.
7958 (op_code_prio): Likewise.
7959 (op_symbol_code): Likewise.
7960 * tree.c (staticp): Likewise.
7961 (build1_stat): Likewise.
7962 * tree.h (INDIRECT_REF_P): Likewise.
7963 * fold-const.c (maybe_lvalue_p): Likewise.
7964 (operand_equal_p): Likewise.
7965 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
7966 (ao_ref_init_from_vn_reference): Likewise.
7967 * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
7968 (find_interesting_uses_address): Likewise.
7969 * dwarf2out.c (loc_list_from_tree): Likewise.
7970 * gimplify.c (gimplify_expr): Likewise.
7971 * tree-eh.c (tree_could_trap_p): Likewise.
7972 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
7973 * cfgexpand.c (expand_debug_expr): Likewise.
7974 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
7975 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
7976 * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
7977 * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
7978 * tree-ssa-operands.c (get_expr_operands): Likewise.
7979 * expr.c (safe_from_p): Likewise.
7980 (expand_expr_real_1): Likewise. TER BIT_AND_EXPRs into MEM_REFs.
7981 * tree-vect-data-refs.c (vect_setup_realignment): Build
7982 BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
7983 * tree-vect-stmts.c (vectorizable_load): Likewise.
7984 * tree.def (ALIGN_INDIRECT_REF): Remove.
7985
7986 2010-07-05 Richard Guenther <rguenther@suse.de>
7987
7988 PR tree-optimization/44784
7989 * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
7990 for inserted stmts.
7991 (find_or_generate_expression): Fix SCCVN insertion check.
7992
7993 2010-07-05 Nathan Sidwell <nathan@codesourcery.com>
7994
7995 * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
7996 * config/rs6000/e500crtsav64gprctr.asm: Likewise.
7997 * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
7998 directives.
7999
8000 2010-07-05 Ira Rosen <irar@il.ibm.com>
8001
8002 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
8003 statements that are not vectorized.
8004 * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
8005 in INSIDE_COST.
8006
8007 2010-07-05 Mikael Pettersson <mikpe@it.uu.se>
8008
8009 PR bootstrap/44820
8010 * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
8011
8012 2010-07-05 Richard Guenther <rguenther@suse.de>
8013
8014 * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
8015 RESULT_DECLs properly.
8016
8017 2010-07-04 H.J. Lu <hongjiu.lu@intel.com>
8018
8019 PR rtl-optimization/44695
8020 * config/i386/i386.md (extract_code): Removed.
8021 (<u>divmodqi4): Likewise.
8022 (divmodqi4): New.
8023 (udivmodqi4): Likewise.
8024 (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
8025 (udivmodhiqi3): Likewise.
8026
8027 2010-07-04 Jan Hubicka <jh@suse.cz>
8028
8029 * lto-cgraph.c (input_edge): Do not care about resolution decisions.
8030
8031 2010-07-04 Jan Hubicka <jh@suse.cz>
8032
8033 * cgraphunit.c (init_cgraph): Only initialize dump file if it
8034 is not already initialized.
8035
8036 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
8037
8038 * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
8039 (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
8040 (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
8041 (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
8042 (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
8043 (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
8044 (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
8045 (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
8046 (sync_new_nand_optab): Redefine as macros.
8047 (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
8048 Delete.
8049 (direct_optab_index): New enum.
8050 (direct_optab_d): New structure.
8051 (direct_optab): New typedef.
8052 (direct_optab_table): Declare.
8053 (direct_optab_handler, set_direct_optab_handler): New functions.
8054 (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
8055 (sync_lock_release_optab): New macros.
8056 * optabs.c (direct_optab_table): New variable.
8057 (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
8058 (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
8059 cmpstr_optab and cmpstrn_optab.
8060 (emit_conditional_move): Likewise for movcc_optab.
8061 (can_conditionally_move_p): Likewise for movcc_gen_code.
8062 (init_insn_codes): Clear direct_optab_table.
8063 (init_optabs): Don't initialize the new "direct optabs" here.
8064 (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
8065 vcond_gen_code.
8066 (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
8067 (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
8068 (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
8069 (expand_sync_operation): Likewise other sync_*_optabs.
8070 (expand_sync_fetch_operation): Likewise. Rename sync_compare_and_swap
8071 to sync_compare_and_swap_optab.
8072 (expand_sync_lock_test_and_set): Use direct_optab_handler for
8073 sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
8074 to the names of both.
8075 * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
8076 cmpstr_optab and cmpstrn_optab.
8077 (expand_builtin_lock_release): Likewise sync_lock_release.
8078 * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
8079 (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
8080 (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
8081 (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
8082 (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
8083 (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
8084 (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
8085 (sync_lock_test_and_set, sync_lock_release): Delete.
8086 (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
8087 (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
8088 * genopinit.c (optabs): Use set_direct_optab_handler for the new
8089 macro optabs.
8090 * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
8091 the "optab" local variable. Use direct_optab_handler for optab and
8092 sync_compare_and_swap_optab.
8093 * reload1.c (reload_in_optab, reload_out_optab): Delete.
8094 * targhooks.c (default_secondary_reload): Use direct_optab_handler for
8095 reload_in_optab and reload_out_optab.
8096 * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
8097 * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
8098 * config/pa/pa.c (pa_secondary_reload): Likewise.
8099 * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
8100 for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
8101 (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
8102 (VMSupportsCS8_builtin): Likewise.
8103
8104 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
8105
8106 * optabs.h (optab_handlers): Change type of insn_code to int.
8107 (optab_handler, set_optab_handler, convert_optab_handler)
8108 (set_convert_optab_handler): Treat the insn_code field as "insn_code -
8109 CODE_FOR_nothing".
8110 * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
8111 (init_insn_codes): Zero both the above arrays.
8112 (init_optabs): Never call init_insn_codes first time around.
8113
8114 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
8115
8116 * optabs.h (optab_handler, convert_optab_handler): Turn into
8117 inline functions that return an insn code.
8118 (set_optab_handler, set_convert_optab_handler): New functions.
8119 * builtins.c: Replace optab_handler(X)->insn_code with
8120 optab_handler or set_optab_handler thoughout. Likewise
8121 convert_optab_handler(X)->insn_code with convert_optab_handler
8122 and set_convert_optab_handler.
8123 * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
8124 reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
8125 tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
8126 tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
8127 tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
8128 config/spu/spu.c: Likewise.
8129
8130 2010-07-04 Kaz Kojima <kkojima@gcc.gnu.org>
8131
8132 PR target/44531
8133 * config.gcc (sh*-*-*): Use regular expressions instead of
8134 the 'i' modifier for sed substitutions.
8135
8136 2010-07-04 Jeremie Salvucci <jeremie.salvucci@free.fr>
8137
8138 * gimple.c (gimple_body): Comments added.
8139
8140 2010-07-04 Richard Guenther <rguenther@suse.de>
8141
8142 PR middle-end/44809
8143 * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
8144 of an INDIRECT_REF.
8145
8146 2010-07-04 Richard Guenther <rguenther@suse.de>
8147
8148 PR tree-optimization/44479
8149 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
8150 extra SSA name copy statements which preserves points-to
8151 information.
8152 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
8153 Copy points-to information for all pointers. Properly handle
8154 MEM_REFs.
8155 (vect_create_data_ref_ptr): Likewise. Avoid extra SSA name
8156 copy statements.
8157 * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
8158 dependency.
8159
8160 2010-07-04 Richard Guenther <rguenther@suse.de>
8161
8162 PR middle-end/44785
8163 * tree-inline.c (initialize_inlined_parameters): Do not
8164 re-use pointer-map slot over remap_type call.
8165
8166 2010-07-04 Richard Guenther <rguenther@suse.de>
8167
8168 * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
8169
8170 2010-07-04 Richard Guenther <rguenther@suse.de>
8171
8172 PR tree-optimization/44656
8173 * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
8174 again after value-replacing in the defintions lhs.
8175
8176 2010-07-04 Ira Rosen <irar@il.ibm.com>
8177 Revital Eres <eres@il.ibm.com>
8178
8179 * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
8180 Document new arguments.
8181 * doc/tm.texi: Regenerate.
8182 * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
8183 Handle unaligned store.
8184 * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
8185 * target.def (builtin_vectorization_cost): Add new arguments.
8186 * target.h (enum vect_cost_for_stmt): Add unaligned_store.
8187 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
8188 of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
8189 (vect_vfa_segment_size): Fix indentation.
8190 * tree-vectorizer.h (struct _vect_peel_info): New.
8191 (struct _vect_peel_extended_info): New.
8192 (struct _loop_vec_info): Add new field for peeling hash table and a
8193 macro for its access.
8194 (VECT_MAX_COST): Define.
8195 (vect_get_load_cost): Declare.
8196 (vect_get_store_cost, vect_get_known_peeling_cost,
8197 vect_get_single_scalar_iteraion_cost): Likewise.
8198 (vect_supportable_dr_alignment): Add new argument.
8199 * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
8200 field.
8201 (destroy_loop_vec_info): Free peeling hash table.
8202 (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
8203 (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
8204 vect_analyze_slp. Fix indentation.
8205 (vect_get_single_scalar_iteraion_cost): New function.
8206 (vect_get_known_peeling_cost): Likewise.
8207 (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
8208 Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
8209 statement. Move outside cost calculation inside unknown peeling case.
8210 Call vect_get_known_peeling_cost for known amount of peeling.
8211 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
8212 reference to the print message of forced alignment.
8213 (vect_verify_datarefs_alignment): Update call to
8214 vect_supportable_dr_alignment.
8215 (vect_get_data_access_cost): New function.
8216 (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
8217 vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
8218 vect_peeling_hash_choose_best_peeling): Likewise.
8219 (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
8220 to store all the accesses in the loop and find best possible access to
8221 align using peeling for known alignment case. For unknown alignment
8222 check if stores are preferred or if peeling is worthy.
8223 (vect_find_same_alignment_drs): Analyze pairs of loads too.
8224 (vect_supportable_dr_alignment): Add new argument and check aligned
8225 accesses according to it.
8226 * tree-vect-stmts.c (vect_get_stmt_cost): New function.
8227 (cost_for_stmt): Call vect_get_stmt_cost.
8228 (vect_model_simple_cost): Likewise.
8229 (vect_model_store_cost): Call vect_get_stmt_cost. Call
8230 vect_get_store_cost to calculate the cost of the statement.
8231 (vect_get_store_cost): New function.
8232 (vect_model_load_cost): Call vect_get_stmt_cost. Call
8233 vect_get_load_cost to calculate the cost of the statement.
8234 (vect_get_load_cost): New function.
8235 (vectorizable_store): Update call to vect_supportable_dr_alignment.
8236 (vectorizable_load): Likewise.
8237 * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
8238 * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
8239 arguments. Handle unaligned store.
8240 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
8241 (rs6000_builtin_support_vector_misalignment): Return true for word and
8242 double word alignments for VSX.
8243 * tree-vect-slp.c (vect_build_slp_tree): Update calls to
8244 vect_supportable_dr_alignment and builtin_vectorization_cost.
8245
8246 2010-07-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8247
8248 PR target/44597
8249 * config/pa/predicates.md (prefetch_cc_operand): Remove.
8250 (prefetch_nocc_operand): Likewise.
8251 * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
8252 (prefetch_20): New insn.
8253 (prefetch_cc): Remove.
8254 (prefetch_nocc): Likewise.
8255
8256 2010-07-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
8257
8258 * expr.c (vector_mode_valid_p): Move to c-common.c.
8259 * expr.h (vector_mode_valid_p): Do not declare here.
8260 * system.h: Poison GCC_EXPR_H in front-ends.
8261 * Makefile.in: Update dependencies.
8262
8263 2010-07-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8264
8265 PR target/44705
8266 * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
8267
8268 2010-07-03 Jan Hubicka <jh@suse.cz>
8269
8270 * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
8271 TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
8272 * cfgexpand.c (gimple_expand_cfg): Use new timevars.
8273 * var-tracking.c (vt_find_locations, variable_tracking_main_1):
8274 Likewise.
8275
8276 * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
8277 Update timevars.V
8278 * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
8279 (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
8280 TV_IPA_LTO_DECL_OUT): New.
8281 * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
8282
8283 2010-07-03 Jan Hubicka <jh@suse.cz>
8284
8285 * ipa-inline.c (update_edge_key): Break out from ...
8286 update_callers_keys): ... here;
8287 (update_callee_keys): Update only the edges from caller to callee.
8288 (update_all_calle_keys): Do what update_calle_keys did.
8289 (decide_inlining_of_small_functions): Avoid recomputing of all
8290 callees when badness increase.
8291
8292 2010-07-03 Jie Zhang <jie@codesourcery.com>
8293
8294 * config/arm/arm.c (arm_attr_length_move_neon): New.
8295 * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
8296 * config/arm/neon.md (define_mode_attr V_slen): Remove.
8297 (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
8298 to compute length attribute.
8299
8300 2010-07-03 Jie Zhang <jie@codesourcery.com>
8301
8302 * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
8303 as predicate for operand 1 and remove its constraint.
8304 * config/arm/predicates.md (vfp_register_operand): New.
8305 * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
8306 (*push_fp_multi): Likewise.
8307
8308 2010-07-03 Eric Botcazou <ebotcazou@adacore.com>
8309
8310 * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
8311
8312 2010-07-03 Jan Hubicka <jh@suse.cz>
8313
8314 * config/i386/i386.c (override_options): Revert accidental commit.
8315
8316 2010-07-02 Le-Chun Wu <lcwu@google.com>
8317
8318 PR c++/44128
8319 * doc/invoke.texi: Update documentation of -Wshadow.
8320
8321 2010-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8322 Julian Brown <julian@codesourcery.com>
8323 Sandra Loosemore <sandra@codesourcery.com>
8324
8325 * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
8326 comparisons. Adjust to take both operands.
8327 (arm_select_cc_mode): Handle DImode comparisons.
8328 (arm_gen_compare_reg): Generate a scratch register for DImode
8329 comparisons which require one. Use xor for Thumb equality checks.
8330 (arm_const_double_by_immediates): New.
8331 (arm_print_operand): Allow 'Q' and 'R' for constants.
8332 (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
8333 * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
8334 arm_canonicalize_comparison.
8335 * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
8336 * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
8337 prototype.
8338 (arm_const_double_by_immediates): Declare.
8339 * config/arm/constraints.md (Di): New constraint.
8340 * config/arm/predicates.md (arm_immediate_di_operand)
8341 (arm_di_operand, cmpdi_operand): New.
8342 * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
8343 (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
8344 (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
8345 (cstoredi4): Handle non-Cirrus also.
8346
8347 2010-07-02 Julian Brown <julian@codesourcery.com>
8348 Sandra Loosemore <sandra@codesourcery.com>
8349
8350 PR target/43703
8351 * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
8352 (smax<mode>3): Disable for NEON float modes when
8353 flag_unsafe_math_optimizations is false.
8354 * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
8355 (*mul<mode>3_neon)
8356 (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
8357 (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
8358 for NEON float modes when flag_unsafe_math_optimizations is false.
8359 (quad_halves_<code>v4sf): Only enable if
8360 flag_unsafe_math_optimizations is true.
8361 * doc/invoke.texi (ARM Options): Add note about floating point
8362 vectorization requiring -funsafe-math-optimizations.
8363
8364 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
8365 Julian Brown <julian@codesourcery.com>
8366
8367 * config/arm/neon.md (UNSPEC_VABA): Delete.
8368 (UNSPEC_VABAL): Delete.
8369 (UNSPEC_VABS): Delete.
8370 (UNSPEC_VMUL_N): Delete.
8371 (adddi3_neon): New.
8372 (subdi3_neon): New.
8373 (mul<mode>3add<mode>_neon): Make the pattern named.
8374 (mul<mode>3neg<mode>add<mode>_neon): Likewise.
8375 (neon_vadd<mode>): Replace with define_expand, and move the remaining
8376 unspec parts...
8377 (neon_vadd<mode>_unspec): ...to this.
8378 (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
8379 (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
8380 (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
8381 (neon_vaba<mode>): Rewrite in terms of vabd.
8382 (neon_vabal<mode>): Rewrite in terms of vabdl.
8383 (neon_vabs<mode>): Rewrite without unspec.
8384 * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
8385 (*arm_subdi3): Likewise.
8386 * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
8387 No_op attribute to disable assembly output checks.
8388 * config/arm/arm_neon.h: Regenerated.
8389 * doc/arm-neon-intrinsics.texi: Regenerated.
8390
8391 2010-07-02 Jan Hubicka <jh@suse.cz>
8392
8393 * ipa-split.c (split_function): For aggregate values, set the return
8394 slot optimization bit. When passing DECL_BY_REFERENCE, produce
8395 *<retval> = fncall.part ().
8396 (execute_split_functions): Do not care about DECL_BY_REFERENCE.
8397
8398 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
8399
8400 * config/arm/neon.md (UNSPEC_VAND): Delete.
8401 (UNSPEC_VBIC): Delete.
8402 (UNSPEC_VCLZ): Delete.
8403 (UNSPEC_VCNT): Delete.
8404 (UNSPEC_VEOR): Delete.
8405 (UNSPEC_VORN): Delete.
8406 (UNSPEC_VORR): Delete.
8407 (iordi3_neon): Rewrite RTL without unspec. Add alternatives to handle
8408 core registers too.
8409 (anddi3_neon): Likewise.
8410 (orndi3_neon): Likewise.
8411 (bicdi3_neon): Likewise.
8412 (xordi3_neon): Likewise.
8413 (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
8414 rid of unspec and handle unused operand.
8415 (neon_vcnt<mode>): Similarly, with popcount<mode>2.
8416 * config/arm/predicates.md (imm_for_neon_logic_operand):
8417 Require TARGET_NEON.
8418 (imm_for_neon_inv_logic_operand): Likewise.
8419 * config/arm/arm.md (define_split for logical_binary_operator):
8420 Disable for NEON registers.
8421 (anddi3): Add new define_expand, and rename the insn. Disable
8422 this insn for NEON, where anddi3_neon now applies.
8423 (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
8424 (iordi3): As for anddi3.
8425 (xordi3): Likewise.
8426 * config/arm/neon.ml (Vand): Split DImode variants and mark them
8427 as No_op to disable testing for exact instruction match.
8428 (Vorr): Likewise.
8429 (Veor): Likewise.
8430 (Vbic): Likewise.
8431 (Vorn): Likewise.
8432 * config/arm/arm_neon.h: Regenerated.
8433 * doc/arm-neon-intrinsics.texi: Regenerated.
8434
8435 2010-07-02 Eric Botcazou <ebotcazou@adacore.com>
8436
8437 * expr.h (emit_stack_probe): Declare.
8438 * explow.c (emit_stack_probe): Make global.
8439 (anti_adjust_stack_and_probe): Fix comments.
8440 * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
8441 * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
8442 * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
8443 * config/sparc/sparc.c: Include except.h.
8444 (sparc_emit_probe_stack_range): New function.
8445 (output_probe_stack_range): Likewise.
8446 (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
8447 built-in stack checking is enabled.
8448 * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
8449 * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
8450 (probe_stack_range): New insn.
8451
8452 2010-07-02 Richard Guenther <rguenther@suse.de>
8453
8454 PR target/43958
8455 * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
8456 for argument alignment.
8457
8458 2010-07-02 Jan Hubicka <jh@suse.cz>
8459
8460 * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
8461 walk backwards from entry_bb to check only those basic block of header
8462 that might lead to execution of split part.
8463 (consider_split) ... here.
8464 (find_return_bb): Allow assignment in return BB.
8465 (find_retval): New.
8466 (split_function): Fix name of cloned function; take care of updating
8467 return value in return_bb containing move.
8468
8469 2010-07-02 Andreas Schwab <schwab@linux-m68k.org>
8470
8471 PR target/44771
8472 * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
8473 used variable insn.
8474
8475 2010-07-02 Eric Botcazou <ebotcazou@adacore.com>
8476
8477 * implicit-zee.c (combine_reaching_defs): Fix long lines.
8478 (is_set_with_extension_DI): Delete.
8479 (struct zero_extend_info): New structure.
8480 (add_removable_zero_extend): New function.
8481 (find_removable_zero_extends): Use note_stores to find SETs.
8482 (find_and_remove_ze): Fix long line, remove superfluous parentheses.
8483
8484 2010-07-02 Changpeng Fang <changpeng.fang@amd.com>
8485
8486 * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
8487 is_miss_rate_acceptable. Pull total_positions computation
8488 out of the loops. Early return if miss_positions exceeds
8489 the acceptable threshold.
8490 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
8491 is_miss_rate_acceptable after renaming of compute_miss_rate.
8492
8493 2010-07-02 Changpeng Fang <changpeng.fang@amd.com>
8494
8495 PR middle-end/44576
8496 * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
8497 of 1000) for miss rate if the address diference is greater than or
8498 equal to the cache line size (the two reference will never hit the
8499 same cache line).
8500
8501 2010-07-02 Bernd Schmidt <bernds@codesourcery.com>
8502
8503 PR target/42835
8504 * config/arm/arm-modes.def (CC_NOTB): New mode.
8505 * config/arm/arm.c (get_arm_condition_code): Handle it.
8506 * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
8507 * config/arm/arm.md (subsi3_compare0_c): New pattern.
8508 (compare_scc): Now a define_and_split. Add a number of extra
8509 splitters before it.
8510
8511 PR target/42172
8512 * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
8513 and ZERO_EXTEND.
8514 (arm_rtx_costs_1): Likewise.
8515 (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
8516 * config/arm/arm.md (is_arch6): New attribute.
8517 (zero_extendhisi2, zero_extendqisi2, extendhisi2,
8518 extendqisi2): Tighten the code somewhat, avoiding invalid
8519 RTL to occur in the expander patterns.
8520 (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
8521 (thumb1_zero_extendhisi2_v6): Delete.
8522 (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
8523 (thumb1_extendhisi2_v6): Delete.
8524 (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
8525 (thumb1_extendqisi2_v6): Delete.
8526 (zero_extendhisi2 for register input splitter): New.
8527 (zero_extendqisi2 for register input splitter): New.
8528 (thumb1_extendhisi2 for register input splitter): New.
8529 (extendhisi2 for register input splitter): New.
8530 (extendqisi2 for register input splitter): New.
8531 (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
8532 (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
8533 and add support for a register alternative requiring a split.
8534 (thumb1_zero_extendqisi2): Likewise.
8535 (arm_zero_extendqisi2): Likewise.
8536 (arm_extendhisi2): Likewise.
8537 (arm_extendqisi2): Likewise.
8538
8539 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
8540
8541 * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
8542 instead of an unspec.
8543 (neon_expand_vector_init): Likewise.
8544 * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
8545 (UNSPEC_VDUP_LANE): Delete.
8546 (UNSPEC VDUP_N): Delete.
8547 (UNSPEC_VGET_HIGH): Delete.
8548 (UNSPEC_VGET_LANE): Delete.
8549 (UNSPEC_VGET_LOW): Delete.
8550 (UNSPEC_VMVN): Delete.
8551 (UNSPEC_VSET_LANE): Delete.
8552 (V_double_vector_mode): New.
8553 (vec_set<mode>_internal): Make code emitted match that for the
8554 corresponding intrinsics.
8555 (vec_setv2di_internal): Likewise.
8556 (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
8557 (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
8558 (neon_vset_lane<mode>): Combine double and quad patterns and
8559 expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
8560 (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
8561 (neon_vdup_n<mode>): Rewrite RTL without unspec.
8562 (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
8563 (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
8564 with neon_vdup_lanev2di, adjusting the pattern from the latter
8565 to be predicable for consistency.
8566 (neon_vdup_lane<mode>_internal): New.
8567 (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
8568 to avoid using an unspec.
8569 (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
8570 (neon_vdup_lanev2di): Turn into a define_expand.
8571 (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
8572 (neon_vget_high<mode>): Replace with....
8573 (neon_vget_highv16qi): New pattern using canonical RTL.
8574 (neon_vget_highv8hi): Likewise.
8575 (neon_vget_highv4si): Likewise.
8576 (neon_vget_highv4sf): Likewise.
8577 (neon_vget_highv2di): Likewise.
8578 (neon_vget_low<mode>): Replace with....
8579 (neon_vget_lowv16qi): New pattern using canonical RTL.
8580 (neon_vget_lowv8hi): Likewise.
8581 (neon_vget_lowv4si): Likewise.
8582 (neon_vget_lowv4sf): Likewise.
8583 (neon_vget_lowv2di): Likewise.
8584
8585 * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
8586 test for this emitting vmov.
8587 (Vset_lane): Likewise.
8588 (Vdup_n): Likewise.
8589 (Vmov_n): Likewise.
8590
8591 * doc/arm-neon-intrinsics.texi: Regenerated.
8592
8593 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
8594
8595 * config/arm/neon.md (vec_extractv2di): Correct error in register
8596 numbering to reconcile with neon_vget_lanev2di.
8597
8598 2010-07-02 Richard Guenther <rguenther@suse.de>
8599
8600 * tree-ssa-structalias.c (pt_solution_set_var): New function.
8601 * tree-ssa-alias.h (pt_solution_set_var): Declare.
8602 * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
8603 points-to information.
8604
8605 2010-07-02 Christian Borntraeger <borntraeger@de.ibm.com>
8606
8607 * config/s390/s390.c (override_options): Adopt prefetching
8608 at -O3 to handle flag_prefetch_loop_arrays as a tristate.
8609
8610 2010-07-02 Jan Hubicka <jh@suse.cz>
8611
8612 * df-problems.c (df_kill_notes): Do not collect dead notes.
8613 (df_set_note): Just call add_reg_note.
8614 (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
8615 df_create_unused_note): Do not deal with lists of old notes.
8616 (df_note_bb_compute): Likewise.
8617
8618 2010-07-02 Richard Guenther <rguenther@suse.de>
8619
8620 * tree-ssa-structalias.c (find_func_aliases): Handle
8621 pointer alignment via BIT_AND_EXPR.
8622 * tree-vrp.c (extract_range_from_binary_expr): Likewise.
8623
8624 2010-07-02 Richard Guenther <rguenther@suse.de>
8625
8626 * tree-data-ref.c (initialize_data_dependence_relation): Handle
8627 mismatching number of dimensions properly.
8628
8629 2010-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8630
8631 PR target/44707
8632 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
8633 (lo_sum (high ...) ...) patterns generated by earlier passes.
8634
8635 2010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8636
8637 * doc/install.texi (Prerequisites): Document Perl requirement on
8638 Solaris 2.
8639 (Specific, *-*-solaris2*): Document GNU c++filt requirement.
8640
8641 2010-07-02 Richard Guenther <rguenther@suse.de>
8642
8643 PR middle-end/44777
8644 * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
8645
8646 2010-07-02 Jan Hubicka <jh@suse.cz>
8647
8648 PR middle-end/44706
8649 * predict.c (predict_paths_for_bb): Handle case when control dependence
8650 BB has only abnormal edges.
8651
8652 2010-07-02 Richard Guenther <rguenther@suse.de>
8653
8654 PR tree-optimization/44748
8655 * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
8656 the embedded conversion in MEM_REFs.
8657
8658 2010-07-01 López-Ibáñez <manu@gcc.gnu.org>
8659
8660 * reload.c: Include toplev.h.
8661 * recog.c: Likewise.
8662 * Makefile.in: Adjust dependencies.
8663
8664 2010-07-01 Jakub Jelinek <jakub@redhat.com>
8665
8666 PR debug/44694
8667 * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
8668 or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
8669
8670 2010-07-01 Richard Guenther <rguenther@suse.de>
8671
8672 * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
8673 types for offsets.
8674
8675 2010-07-01 Joern Rennecke <joern.rennecke@embecosm.com>
8676
8677 PR target/44732
8678 * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
8679 Fix argument types.
8680
8681 2010-07-01 Bernd Schmidt <bernds@codesourcery.com>
8682
8683 PR target/44727
8684 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
8685 Make sure operand 0 dies.
8686
8687 2010-07-01 Richard Guenther <rguenther@suse.de>
8688
8689 PR middle-end/42834
8690 PR middle-end/44468
8691 * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
8692 * doc/generic.texi (References to storage): Document MEM_REF.
8693 * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
8694 (print_call_name): Likewise.
8695 * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
8696 (build_simple_mem_ref_loc): New function.
8697 (mem_ref_offset): Likewise.
8698 * tree.h (build_simple_mem_ref_loc): Declare.
8699 (build_simple_mem_ref): Define.
8700 (mem_ref_offset): Declare.
8701 * fold-const.c: Include tree-flow.h.
8702 (operand_equal_p): Handle MEM_REF.
8703 (build_fold_addr_expr_with_type_loc): Likewise.
8704 (fold_comparison): Likewise.
8705 (fold_unary_loc): Fold
8706 VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
8707 (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
8708 fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
8709 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
8710 (ptr_deref_may_alias_ref_p_1): Likewise.
8711 (ao_ref_base_alias_set): Properly differentiate base object for
8712 offset and TBAA.
8713 (ao_ref_init_from_ptr_and_size): Use MEM_REF.
8714 (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
8715 (indirect_refs_may_alias_p): Likewise.
8716 (refs_may_alias_p_1): Likewise. Remove pointer SSA name def
8717 chasing code.
8718 (ref_maybe_used_by_call_p_1): Handle MEM_REF.
8719 (call_may_clobber_ref_p_1): Likewise.
8720 * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
8721 * expr.c (expand_assignment): Handle MEM_REF.
8722 (store_expr): Handle MEM_REFs from STRING_CSTs.
8723 (store_field): If expanding a MEM_REF of a non-addressable
8724 decl use bitfield operations.
8725 (get_inner_reference): Handle MEM_REF.
8726 (expand_expr_addr_expr_1): Likewise.
8727 (expand_expr_real_1): Likewise.
8728 * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
8729 * alias.c (ao_ref_from_mem): Handle MEM_REF.
8730 (get_alias_set): Likewise. Properly handle VIEW_CONVERT_EXPRs.
8731 * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
8732 (dr_analyze_indices): Likewise.
8733 (dr_analyze_alias): Likewise.
8734 (object_address_invariant_in_loop_p): Likewise.
8735 * gimplify.c (mark_addressable): Handle MEM_REF.
8736 (gimplify_cond_expr): Build MEM_REFs.
8737 (gimplify_modify_expr_to_memcpy): Likewise.
8738 (gimplify_init_ctor_preeval_1): Handle MEM_REF.
8739 (gimple_fold_indirect_ref): Adjust.
8740 (gimplify_expr): Handle MEM_REF. Gimplify INDIRECT_REF to MEM_REF.
8741 * tree.def (MEM_REF): New tree code.
8742 * tree-dfa.c: Include toplev.h.
8743 (get_ref_base_and_extent): Handle MEM_REF.
8744 (get_addr_base_and_unit_offset): New function.
8745 * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
8746 * gimple-fold.c (may_propagate_address_into_dereference): Handle
8747 MEM_REF.
8748 (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
8749 accesses if the array has just one dimension. Remove always true
8750 parameter. Do not require type compatibility here.
8751 (maybe_fold_offset_to_component_ref): Remove.
8752 (maybe_fold_stmt_indirect): Remove.
8753 (maybe_fold_reference): Remove INDIRECT_REF handling.
8754 Fold back to non-MEM_REF.
8755 (maybe_fold_offset_to_address): Simplify. Deal with type
8756 mismatches here.
8757 (maybe_fold_reference): Likewise.
8758 (maybe_fold_stmt_addition): Likewise. Also handle
8759 &ARRAY + I in addition to &ARRAY[0] + I.
8760 (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
8761 (gimple_get_relevant_ref_binfo): Handle MEM_REF.
8762 * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
8763 * tree-ssa.c (useless_type_conversion_p): Make most pointer
8764 conversions useless.
8765 (warn_uninitialized_var): Handle MEM_REF.
8766 (maybe_rewrite_mem_ref_base): New function.
8767 (execute_update_addresses_taken): Implement re-writing of MEM_REFs
8768 to SSA form.
8769 * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
8770 INDIRECT_REF handling.
8771 (copy_tree_body_r): Handle MEM_REF.
8772 * gimple.c (is_gimple_addressable): Adjust.
8773 (is_gimple_address): Likewise.
8774 (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
8775 invariant base are invariant.
8776 (is_gimple_min_lval): Adjust.
8777 (is_gimple_mem_ref_addr): New function.
8778 (get_base_address): Handle MEM_REF.
8779 (count_ptr_derefs): Likewise.
8780 (get_base_loadstore): Likewise.
8781 * gimple.h (is_gimple_mem_ref_addr): Declare.
8782 (gimple_call_fndecl): Handle invariant MEM_REF addresses.
8783 * tree-cfg.c (verify_address): New function, split out from ...
8784 (verify_expr): ... here. Use for verifying ADDR_EXPRs and
8785 the address operand of MEM_REFs. Verify MEM_REFs. Reject
8786 INDIRECT_REFs.
8787 (verify_types_in_gimple_min_lval): Handle MEM_REF. Disallow
8788 INDIRECT_REF. Allow conversions.
8789 (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
8790 a register does not change its size.
8791 (verify_types_in_gimple_reference): Verify MEM_REF.
8792 (verify_gimple_assign_single): Disallow INDIRECT_REF.
8793 Handle MEM_REF.
8794 * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
8795 New.
8796 (mark_address_taken): Handle MEM_REF.
8797 (get_indirect_ref_operands): Pass through opf_not_non_addressable.
8798 (get_asm_expr_operands): Pass opf_not_non_addressable.
8799 (get_expr_operands): Handle opf_[not_]non_addressable.
8800 Handle MEM_REF. Remove INDIRECT_REF handling.
8801 * tree-vrp.c (check_array_ref): Handle MEM_REF.
8802 (search_for_addr_array): Likewise.
8803 (check_array_bounds): Likewise.
8804 (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
8805 * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
8806 (ref_always_accessed_p): Likewise.
8807 (gen_lsm_tmp_name): Likewise. Handle ADDR_EXPR.
8808 * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
8809 Handle MEM_REF.
8810 * cgraphbuild.c (mark_load): Properly check for NULL result
8811 from get_base_address.
8812 (mark_store): Likewise.
8813 * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
8814 * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
8815 handling for MEM_REF.
8816 * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
8817 &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
8818 * builtins.c (stabilize_va_list_loc): Use the function ABI
8819 valist type if we couldn't canonicalize the argument type.
8820 Always dereference with the canonical va-list type.
8821 (maybe_emit_free_warning): Handle MEM_REF.
8822 (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
8823 memmove to memcpy.
8824 * builtins.c (fold_builtin_memory_op): Use ref-all types
8825 for all memcpy foldings.
8826 * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
8827 (build_outer_var_ref): Likewise.
8828 (scan_omp_1_op): Likewise.
8829 (lower_rec_input_clauses): Likewise.
8830 (lower_lastprivate_clauses): Likewise.
8831 (lower_reduction_clauses): Likewise.
8832 (lower_copyprivate_clauses): Likewise.
8833 (expand_omp_atomic_pipeline): Likewise.
8834 (expand_omp_atomic_mutex): Likewise.
8835 (create_task_copyfn): Likewise.
8836 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
8837 Remove old union trick. Initialize constant offsets.
8838 (ao_ref_init_from_vn_reference): Likewise. Do not handle
8839 INDIRECT_REF. Init base_alias_set properly.
8840 (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
8841 (vn_reference_fold_indirect): Adjust for MEM_REFs.
8842 (valueize_refs): Fold MEM_REFs. Re-evaluate constant offset
8843 for ARRAY_REFs.
8844 (may_insert): Remove.
8845 (visit_reference_op_load): Do not test may_insert.
8846 (run_scc_vn): Remove parameter, do not fiddle with may_insert.
8847 * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
8848 a field to store the constant offset this op applies.
8849 (run_scc_vn): Adjust prototype.
8850 * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
8851 * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
8852 MEM_REF. Propagate &foo + CST as &MEM[&foo, CST]. Do not
8853 bother about volatile qualifiers on pointers.
8854 (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
8855 * tree-ssa-loop-ivopts.c
8856 * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
8857 (strip_offset_1): Likewise.
8858 (find_interesting_uses_address): Replace INDIRECT_REF handling with
8859 MEM_REF handling.
8860 (get_computation_cost_at): Likewise.
8861 * ipa-pure-const.c (check_op): Handle MEM_REF.
8862 * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
8863 * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
8864 and constants.
8865 * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
8866 * tree-parloops.c (take_address_of): Adjust for MEM_REF.
8867 (eliminate_local_variables_1): Likewise.
8868 (create_call_for_reduction_1): Likewise.
8869 (create_loads_for_reductions): Likewise.
8870 (create_loads_and_stores_for_name): Likewise.
8871 * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
8872 (ssa_accessed_in_tree): Handle MEM_REF.
8873 (ssa_accessed_in_assign_rhs): Likewise.
8874 (update_type_size): Likewise.
8875 (analyze_accesses_for_call_stmt): Likewise.
8876 (analyze_accesses_for_assign_stmt): Likewise.
8877 (transform_access_sites): Likewise.
8878 (transform_allocation_sites): Likewise.
8879 * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
8880 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
8881 not handle INDIRECT_REF.
8882 * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
8883 (cond_store_replacement): Likewise.
8884 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
8885 MEM_REF, no not handle INDIRECT_REFs.
8886 (insert_into_preds_of_block): Properly initialize avail.
8887 (phi_translate_1): Fold MEM_REFs. Re-evaluate constant offset
8888 for ARRAY_REFs. Properly handle reference lookups that
8889 require a bit re-interpretation.
8890 (can_PRE_operation): Do not handle INDIRECT_REF. Handle MEM_REF.
8891 * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
8892 (build_ref_for_offset_1): Remove.
8893 (build_ref_for_offset): Build MEM_REFs.
8894 (gate_intra_sra): Disable for now.
8895 (sra_ipa_modify_expr): Handle MEM_REF.
8896 (ipa_early_sra_gate): Disable for now.
8897 * tree-sra.c (create_access): Swap INDIRECT_REF handling for
8898 MEM_REF handling.
8899 (disqualify_base_of_expr): Likewise.
8900 (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
8901 MEM_REF handling.
8902 (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
8903 Use mem_ref_offset. Remove bogus folding.
8904 (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
8905 (make_fancy_name_1): Add support for MEM_REF.
8906 * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
8907 * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
8908 * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
8909 (compute_complex_ancestor_jump_func): Likewise.
8910 (ipa_analyze_virtual_call_uses): Likewise.
8911 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
8912 INDIRECT_REF folding with more generalized MEM_REF folding.
8913 (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
8914 (forward_propagate_addr_into_variable_array_index): Also handle
8915 &ARRAY + I in addition to &ARRAY[0] + I.
8916 * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
8917 * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
8918 creates assignments with overlap.
8919 * tree-nested.c (get_static_chain): Adjust for MEM_REF.
8920 (get_frame_field): Likewise.
8921 (get_nonlocal_debug_decl): Likewise.
8922 (convert_nonlocal_reference_op): Likewise.
8923 (struct nesting_info): Add mem_refs pointer-set.
8924 (create_nesting_tree): Allocate it.
8925 (convert_local_reference_op): Insert to be folded mem-refs.
8926 (fold_mem_refs): New function.
8927 (finalize_nesting_tree_1): Perform defered folding of mem-refs
8928 (free_nesting_tree): Free the pointer-set.
8929 * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
8930 (vectorizable_load): Likewise.
8931 * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
8932 (propagate_with_phi): Likewise.
8933 * tree-object-size.c (addr_object_size): Handle MEM_REFs
8934 instead of INDIRECT_REFs.
8935 (compute_object_offset): Handle MEM_REF.
8936 (plus_stmt_object_size): Handle MEM_REF.
8937 (collect_object_sizes_for): Dispatch to plus_stmt_object_size
8938 for &MEM_REF.
8939 * tree-flow.h (get_addr_base_and_unit_offset): Declare.
8940 (symbol_marked_for_renaming): Likewise.
8941 * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
8942 (fold-const.o): Add $(TREE_FLOW_H).
8943 * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
8944 (find_func_clobbers): Likewise.
8945 * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
8946 (decompose_access): Likewise.
8947 (replace_field_acc): Likewise.
8948 (replace_field_access_stmt): Likewise.
8949 (insert_new_var_in_stmt): Likewise.
8950 (get_stmt_accesses): Likewise.
8951 (reorg_structs_drive): Disable.
8952 * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
8953 (ix86_canonical_va_list_type): Likewise.
8954
8955 2010-06-30 Joern Rennecke <joern.rennecke@embecosm.com>
8956
8957 PR other/44566
8958 * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
8959 * target.def (struct gcc_target): Replace enum reg_class with
8960 reg_class_t in hook argument / return types.
8961 * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
8962 (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
8963 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
8964 * targhooks.h (default_branch_target_register_class): Likewise.
8965 (default_ira_cover_classes, default_secondary_reload): Likewise.
8966 (default_memory_move_cost, default_register_move_cost): Likewise.
8967 * targhooks.c (default_branch_target_register_class): Likewise.
8968 (default_ira_cover_classes, default_secondary_reload): Likewise.
8969 (default_memory_move_cost, default_register_move_cost): Likewise.
8970 * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
8971 * bt-load.c (branch_target_load_optimize): Likewise.
8972 * ira.c (setup_cover_and_important_classes): Likewise.
8973 * ira-costs.c (copy_cost): Likewise.
8974 * reload1.c (emit_input_reload_insns): Likewise.
8975 * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
8976 * config/frv/frv.c (frv_secondary_reload): Likewise.
8977 * config/s390/s390.c (s390_secondary_reload): Likewise.
8978 * config/i386/i386.c (i386_ira_cover_classes): Likewise.
8979 (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
8980 (ix86_register_move_cost): Likewise.
8981 * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
8982 * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
8983 * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
8984 * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
8985 * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
8986 (rs6000_ira_cover_classes): Likewise.
8987 * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
8988 * config/picochip/picochip-protos.h (picochip_secondary_reload):
8989 Likewise.
8990 * config/pa/pa.c (pa_secondary_reload): Likewise.
8991 * config/mips/mips.c (mips_ira_cover_classes): Likewise.
8992 * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
8993 * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
8994 * doc/tm.texi: Regenerate.
8995
8996 2010-06-30 Sebastian Pop <sebastian.pop@amd.com>
8997
8998 PR bootstrrap/44726
8999 * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
9000 use.
9001 (build_alias_set_optimal_p): Likewise.
9002 (build_base_obj_set_for_drs): Likewise.
9003
9004 2010-06-30 Joern Rennecke <joern.rennecke@embecosm.com>
9005
9006 * target.def: Remove comment about licensing problems of function
9007 declarations.
9008
9009 * target.def (declare_constant_name): Change exp to expr. Use DEFHOOK.
9010 * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
9011 * doc/tm.texi: Regenerate.
9012
9013 * target.def (builtin_reciprocal): Change tm_fn to md_fn. Use DEFHOOK.
9014 * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
9015
9016 * target.def (enum_va_list_p): Use DEFHOOK.
9017 * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
9018 Rename ptype to ptree.
9019 * doc/tm.texi: Regenerate.
9020
9021 * target.def (fold_builtin): Rename nargs to n_args. Use DEFHOOK.
9022 * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
9023 * doc/tm.texi: Regenerate.
9024
9025 * target.def (memory_move_cost): Use DEFHOOK.
9026 * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
9027 Rename regclass AKA class to rclass.
9028 * doc/tm.texi: Regenerate.
9029
9030 * target.def (pragma_parse): Use DEFHOOK.
9031 * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
9032 s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
9033 * doc/tm.texi: Regenerate.
9034
9035 * target.def (pass_by_reference): Use DEFHOOK.
9036 * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
9037 * doc/tm.texi: Regenerate.
9038
9039 * target.def (resolve_overloaded_builtin): Rename params to arglist.
9040 Use DEFHOOK.
9041 * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
9042 * doc/tm.texi: Regenerate.
9043
9044 * target.def (return_pops_args): Use DEFHOOK.
9045 * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
9046 Rename stack-size to size.
9047 * doc/tm.texi: Regenerate.
9048
9049 * target.def (dfa_new_cycle): Use DEFHOOK. Rename dump_file to dump,
9050 last-sched_cycle to last_clock, cur_cycle to clock.
9051 * doc/tm.texi.in: Use @hook.
9052 * doc/tm.texi: Regenerate.
9053
9054 * target.def (print_operand, print_operand_address): Update comment.
9055 (print_operand_punct_valid_p): Likewise.
9056
9057 2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
9058
9059 * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
9060 to rtl.h.
9061 (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
9062 * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
9063 * rtl-error.h: New.
9064 * regrename.c: Do not include toplev.h. Include rtl-error.h.
9065 * rtl-error.c: Likewise.
9066 * reload.c: Likewise.
9067 * recog.c: Likewise.
9068 * sel-sched.c: Likewise.
9069 * function.c: Likewise.
9070 * reg-stack.c: Likewise.
9071 * cfgrtl.c: Likewise.
9072 * reload1.c: Likewise.
9073 * final.c: Include rtl-error.
9074 * Makefile.in: Adjust dependencies.
9075
9076 2010-06-30 Jan Hubicka <jh@suse.cz>
9077
9078 PR middle-end/PR44706
9079 * ipa-split (split_function): Refine conditions when to use DECL_RESULT
9080 to return the value.
9081
9082 2010-06-30 Michael Matz <matz@suse.de>
9083
9084 PR bootstrap/44699
9085 * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
9086 * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
9087 a gimple reg, attach the original VDEF to the last store in the
9088 sequence.
9089
9090 2010-06-30 Iain Sandoe <iains@gcc.gnu.org>
9091
9092 PR other/44034
9093 * config/darwin.c (darwin_override_options): Use renamed
9094 targetm.asm_out.emit_unwind_label.
9095
9096 2010-06-30 Bernd Schmidt <bernds@codesourcery.com>
9097
9098 PR tree-optimization/39799
9099 * tree-inline.c (remap_ssa_name): Initialize variable only if
9100 SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
9101
9102 2010-06-30 Nathan Froyd <froydnj@codesourcery.com>
9103
9104 * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
9105
9106 2010-06-30 Richard Guenther <rguenther@suse.de>
9107
9108 PR target/44722
9109 * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
9110 against oscillation with reverse peephole2.
9111
9112 2010-06-30 H.J. Lu <hongjiu.lu@intel.com>
9113
9114 PR target/44721
9115 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
9116 Fix last commit.
9117
9118 2010-06-30 Nick Clifton <nickc@redhat.com>
9119
9120 * config/rx/rx-modes.def: New file.
9121 * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
9122 (CC_REGNUM): Define.
9123 (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
9124 register.
9125 (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
9126 (SELECT_CC_MODE): Define.
9127 * config/rx/rx.md (CC_REG): Define. Update all patterns to use
9128 (reg:CC CC_REG) instead of (cc0).
9129 (attr "cc"): Delete.
9130 (cbranchsi4): Do not split compare and branch here. Instead move
9131 it to...
9132 (cbranchsi4_<code>): ... here. New patterns.
9133 (cmpsi): Call rx-compare_redundant to find out if it is necessary
9134 to emit the compare instruction.
9135 * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
9136 cc_status flags.
9137 (rx_get_stack_layout): Iterate up to before CC_REGNUM not
9138 FIRST_PSEUDO_REGNUM.
9139 (rx_expand_prologue, rx_expand_epilogue): Likewise.
9140 (rx_notice_update_cc): Delete.
9141 (rx_cc_modes_compatible): New function.
9142 (flags_needed_for_conditional): New function.
9143 (flags_from_mode): New function.
9144 (rx_compare_redundant): New function - scans backwards through
9145 insn list to find out if condition flags are already set correctly.
9146 (TARGET_CC_MODES_COMPATIBLE): Define.
9147 * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
9148
9149 * config/rx/rx.h (BRANCH_COST): Define.
9150 (REGISTER_MOVE_COST): Define.
9151 * config/rx/predicates (rx_source_operand): Allow all constant types.
9152 * config/rx/rx.md (addsi3): Add alternative for swapped operands.
9153 (tstsi4): New pattern.
9154 * config/rx/rx.c (rx_memory_move_cost): Define.
9155 (TARGET_MEMORY_MOVE_COST): Define.
9156
9157 2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
9158
9159 * tree.h (block_may_fallthru): Declare here.
9160 * tree-flow.h (block_may_fallthru): Do not declare here.
9161 * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
9162 bitmap.h
9163 * Makefile.in (c-typeck.o): Update dependencies.
9164
9165 2010-06-30 Jakub Jelinek <jakub@redhat.com>
9166
9167 PR debug/44694
9168 * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
9169 * cselib.c (cfa_base_preserved_regno): New static variable.
9170 (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
9171 of REGNO (cfa_base_preserved_val->locs->loc).
9172 (cselib_preserve_cfa_base_value): Add regno argument, set
9173 cfa_base_preserved_regno to it.
9174 (cselib_invalidate_regno): Allow removal of registers other than
9175 cfa_base_preserved_regno from cfa_base_preserved_val.
9176 (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
9177 * var-tracking.c (adjust_mems): Replace sp or hfp even outside
9178 of MEM addresses, if not on LHS.
9179 (reverse_op): Don't add reverse ops for cfa_base_rtx.
9180 (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
9181
9182 2010-06-30 Bernd Schmidt <bernds@codesourcery.com>
9183
9184 * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
9185 static variables.
9186 (peep2_buf_position): New static function.
9187 (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
9188 peephole2_optimize): Use it.
9189 (peep2_attempt, peep2_update_life): New static functions, broken out
9190 of peephole2_optimize.
9191 (peep2_fill_buffer): New static function.
9192 (peephole2_optimize): Change the main loop to try to fill the buffer
9193 with the maximum number of insns before matching them against
9194 peepholes. Use a forward scan. Remove special case for targets with
9195 conditional execution.
9196 * genrecog.c (change_state): Delete dead code.
9197 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
9198 Rewrite so as not to expect the second insn to have had a peephole
9199 applied yet.
9200
9201 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
9202
9203 * genhooks.c (emit_findices): Cast field precision to int.
9204 (emit_documentation): Likewise.
9205
9206 2010-06-29 Jakub Jelinek <jakub@redhat.com>
9207
9208 PR tree-optimization/43801
9209 * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
9210 if old_decl was DECL_ONE_ONLY.
9211
9212 PR debug/44668
9213 * dwarf2out.c (add_accessibility_attribute): New function.
9214 (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
9215 instead of adding DW_AT_accessibility manually.
9216 (gen_enumeration_type_die, gen_struct_or_union_type_die,
9217 gen_typedef_die): Use it.
9218
9219 2010-06-29 Douglas B Rupp <rupp@gnat.com>
9220
9221 * vmsdbgout.c (full_name): Just output the file name if not native.
9222
9223 2010-06-29 Douglas B Rupp <rupp@gnat.com>
9224
9225 * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
9226 (funcnam_table): New static table.
9227 (funcnum_table): New static table.
9228 (write_rtnbeg): Write value saved in funcnum_table.
9229 (write_rtnend): Write value saved in funcnum_table.
9230 (vmsdbgout_begin_function): Save current function info in
9231 (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
9232 (vmsdbgout_finish): Iterate over funcnum_table.
9233
9234 2010-06-29 Douglas B Rupp <rupp@gnat.com>
9235
9236 * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
9237 (vmsdbgout_type_decl): Declare
9238 (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
9239 (FUNC_EPILOGUE_LABEL): New macro
9240 (vmsdbgout_begin_epilogue): New function.
9241 (vmsdbgout_type_decl): New function.
9242
9243 2010-06-29 Douglas B Rupp <rupp@gnat.com>
9244
9245 * vmsdbg.h: Update copyright.
9246
9247 2010-06-29 Douglas B Rupp <rupp@gnat.com>
9248
9249 * vmsdbg.h (DST_K_TBG): New DST constant.
9250 * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
9251 (write_modbeg): Cast module_language to avoid warning.
9252 (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
9253
9254 2010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
9255
9256 PR other/44034
9257 * target.def, doc/tm.texi.in, genhooks.c: New files.
9258 * target.h: Instead of defining individual hook members,
9259 define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
9260 include target.def.
9261 * target-def.h: Instead of defining individual hook initializers,
9262 include target-hooks-def.h.
9263 * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
9264 targetm.live_on_entry -> targetm.extra_live_on_entry
9265 targetm.sched.md_finish ->targetm.sched.finish
9266 targetm.sched.md_init -> targetm.sched.init
9267 targetm.sched.md_init_global -> targetm.sched.init_global
9268 targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
9269 targetm.asm_out.except_table_label ->
9270 targetm.asm_out.emit_except_table_label
9271 targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
9272 targetm.target_help -> targetm.help
9273 targetm.vectorize.builtin_support_vector_misalignment ->
9274 targetm.vectorize.support_vector_misalignment
9275 targetm.file_start_app_off -> targetm.asm_file_start_app_off
9276 targetm.file_start_file_directive ->
9277 targetm.asm_file_start_file_directive
9278 * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
9279 * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
9280 * gcc/config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
9281 TARGET_VECTOR_ALIGNMENT_REACHABLE ->
9282 TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
9283 TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
9284 TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
9285 TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
9286 * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
9287 * Makefile.in (TARGET_H): Depend on target.def.
9288 (TARGET_DEF_H): Depend on target-hooks-def.h.
9289 (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
9290 (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
9291 * doc/tm.texi: Regenerate.
9292
9293 * Makefile.in (s-tm-texi): Remove stray tab / rule.
9294
9295 * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
9296 (targetm.sched.init): Likewise.
9297
9298 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
9299
9300 PR bootstrap/44713
9301 * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
9302 (function_arg_advance_32): Const-ify TYPE parameter.
9303 (function_arg_advance_64): Likewise. Change type of NAMED to bool.
9304 (ix86_function_arg_advance): Change type of NAMED to bool.
9305 (function_arg_32): Const-ify CUM and TYPE parameters.
9306 (function_arg_64): Likewise. Change type of NAMED to bool.
9307 (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
9308 to bool.
9309 (ix86_function_arg): Change type of NAMED to bool.
9310 (ix86_setup_incoming_varargs): Call ix86_function_arg_advance. Pass
9311 last argument as a bool.
9312
9313 2010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
9314
9315 * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
9316 (OVERRIDE_OPTIONS): Add note of obsolescence.
9317 Replace references with references to TARGET_OPTION_OVERRIDE.
9318 (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
9319 the macro).
9320 * targhooks.c (default_target_option_override): New function.
9321 * targhooks.h (default_target_option_override): Declare.
9322 * target.h (struct gcc_target): Add override member to
9323 target_option member.
9324 * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
9325 targetm.target_option.override call.
9326 * target-def.h (TARGET_OPTION_OVERRIDE): Define.
9327 (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
9328
9329 2010-06-29 Jan Hubicka <jh@suse.cz>
9330
9331 * tree-inline.c: Replace incomming by incomin and clonning by cloning.
9332
9333 2010-06-29 Jan Hubicka <jh@suse.cz>
9334
9335 * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
9336 unreachable.
9337 (rebuild_frequencies): New function.
9338 * predict.h (rebuild_frequencies): Declare.
9339 * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
9340 entry block and edge reaching new_entry.
9341 (tree_function_versioning): When doing partial cloning, rebuild
9342 frequencies when done.
9343 * passes.c (execute_function_todo): Use rebild_frequencies.
9344
9345 2010-06-29 Richard Guenther <rguenther@suse.de>
9346
9347 * tree-dfa.c (dump_variable): Remove noalias_state dumping.
9348 * tree-flow.h (enum noalias_state): Remove.
9349 (struct var_ann_d): Remove noalias_state member.
9350
9351 2010-06-29 Bernd Schmidt <bernds@codesourcery.com>
9352
9353 PR target/43902
9354 * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
9355 (maddhisi4): Renamed from mulhisi3addsi. Operands renumbered.
9356 (maddhidi4): Likewise.
9357
9358 Revert parts of the change for PR25130.
9359 * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
9360 MEM_ALIAS_SET.
9361
9362 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
9363
9364 * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
9365 targetm.calls.function_incoming_arg, and
9366 targetm.calls.function_arg_advance instead of FUNCTION_ARG,
9367 FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
9368 * target.h (struct gcc_target): Add function_arg_advance,
9369 function_arg, and function_incoming_arg fields.
9370 * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
9371 (TARGET_FUNCTION_INCOMING_ARG): Define.
9372 (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
9373 and TARGET_FUNCTION_INCOMING_ARG.
9374 * targhooks.h (default_function_arg_advance): Declare.
9375 (default_function_arg, default_function_incoming_arg): Declare.
9376 * targhooks.c (default_function_arg_advance): New function.
9377 (default_function_arg, default_function_incoming_arg): New function.
9378 * config/i386/i386.c (function_arg_advance): Rename to...
9379 (ix86_function_arg_advance): ...this. Make static.
9380 (function_arg): Rename to...
9381 (ix86_function_arg): ...this. Make static.
9382 (TARGET_FUNCTION_ARG_ADVANCE): Define.
9383 (TARGET_FUNCTION_ARG): Define.
9384 * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
9385 (FUNCTION_ARG): Delete.
9386 * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
9387 (function_arg): Delete prototype.
9388
9389 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
9390
9391 * reginfo.c (init_reg_sets_1): Adjust comments.
9392 * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
9393 * calls.c (prepare_call_address): Likewise.
9394 (emit_call_1): Use targetm.calls.return_pops_args.
9395 (expand_call): Likewise.
9396 * function.c (assign_parms): Likewise.
9397 * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
9398 * target.h (struct gcc_target) [struct calls]: Add
9399 return_pops_args field.
9400 * targhooks.h (default_return_pops_args): Declare.
9401 * targhooks.c (default_return_pops_args): Define.
9402 * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
9403 (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
9404 * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
9405 (TARGET_RETURN_POPS_ARGS): ...this. Use deftypefn. Adjust
9406 documentation.
9407 * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
9408 * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
9409 * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
9410 * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
9411 * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
9412 * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
9413 * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
9414 * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
9415 * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
9416 * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
9417 * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
9418 * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
9419 * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
9420 * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
9421 * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
9422 * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
9423 * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
9424 * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
9425 * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
9426 * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
9427 * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
9428 * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
9429 * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
9430 * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
9431 * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
9432 * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
9433 * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
9434 * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
9435 * config/score/score.h (RETURN_POPS_ARGS): Likewise.
9436 * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
9437 * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
9438 * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
9439 * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
9440 * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
9441 * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
9442 * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
9443 * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
9444 * config/i386/i386.c (ix86_return_pops_args): Make static.
9445 Constify arguments.
9446 (TARGET_RETURN_POPS_ARGS): Define.
9447 * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
9448 * config/m68k/m68k.c (m68k_return_pops_args): ...here. New function.
9449 (TARGET_RETURN_POPS_ARGS): Define.
9450 * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
9451 * config/vax/vax.c (vax_return_pops_args): ...here. New function.
9452 (TARGET_RETURN_POPS_ARGS): Define.
9453
9454 2010-06-29 Richard Guenther <rguenther@suse.de>
9455
9456 PR middle-end/44667
9457 * tree-inline.c (initialize_inlined_parameters): Make sure
9458 to remap the inlined parameter variable substitutions types.
9459
9460 2010-06-29 Eric Botcazou <ebotcazou@adacore.com>
9461
9462 PR rtl-optimization/44659
9463 * combine.c (make_compound_operation) <SUBREG>: Do not return the
9464 result of force_to_mode if it partially re-expanded the compound.
9465
9466 2010-06-28 Jan Hubicka <jh@suse.cz>
9467
9468 PR middle-end/44671
9469 * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
9470 RESULT_DECL.
9471
9472 2010-06-28 Anatoly Sokolov <aesok@post.ru>
9473
9474 * double-int.h (force_fit_type_double): Remove declaration.
9475 * double-int.c (force_fit_type_double): Move to tree.c.
9476 * tree.h (force_fit_type_double): Declare.
9477 * tree.h (force_fit_type_double): Moved from double-int.c. Use
9478 double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
9479 double_int_to_tree instead of fit_double_type and build_int_cst_wide.
9480 * convert.c (convert_to_pointer): Adjust call to
9481 force_fit_type_double.
9482 * tree-vrp.c (extract_range_from_assert,
9483 extract_range_from_unary_expr): Adjust call to force_fit_type_double.
9484 * fold-const.c: Update comment.
9485 (int_const_binop, fold_convert_const_int_from_int,
9486 fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
9487 extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
9488 fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
9489 round_up_loc): Adjust call to force_fit_type_double.
9490
9491 2010-06-28 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
9492
9493 * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
9494
9495 2010-06-28 Martin Jambor <mjambor@suse.cz>
9496
9497 * tree-sra.c (convert_callers): New parameter, change fndecls of
9498 recursive calls.
9499 (modify_function): Pass the old decl to convert_callers.
9500
9501 2010-06-28 Martin Jambor <mjambor@suse.cz>
9502
9503 * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
9504 ipa_check_create_node_params and ipa_initialize_node_params with
9505 checking asserts they are not necessary.
9506
9507 2010-06-28 Jan Hubicka <jh@suse.cz>
9508
9509 PR tree-optimization/44687
9510 * ipa-split.c (split_function): Use DECL_RESULT to store return value.
9511
9512 2010-06-28 Martin Jambor <mjambor@suse.cz>
9513
9514 PR c++/44535
9515 * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
9516 (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
9517 instead of BINFO_BASE_BINFO.
9518
9519 2010-06-28 Michael Matz <matz@suse.de>
9520
9521 PR middle-end/44592
9522 * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
9523 proper VDEF chain for intermediate stores in the sequence.
9524
9525 2010-06-28 Jan Hubicka <jh@suse.cz>
9526
9527 PR tree-optimization/44357
9528 * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
9529 uninlinable functions.
9530
9531 2010-06-28 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
9532
9533 * config.gcc (powerpc*-*-*): Handle titan.
9534 * config/rs6000/rs6000.c (titan_cost): New costs.
9535 (rs6000_override_options): Add "titan" to processor_target_table.
9536 Add Titan to branch alignment logic.
9537 Correctly set rs6000_cost for titan.
9538 * config/rs6000/rs6000.md (cpu): Add titan. Include "titan.md".
9539 * config/rs6000/titan.md: New file.
9540 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
9541
9542 2010-06-28 Nathan Froyd <froydnj@codesourcery.com>
9543
9544 * tree-browser.c (TB_history_stack): Convert to a VEC.
9545 (TB_SET_HEAD): Adjust for new type of TB_history_stack.
9546 (TB_history_prev): Likewise.
9547
9548 2010-06-28 Nathan Froyd <froydnj@codesourcery.com>
9549
9550 * vec.h (vec_heap_free): Add parentheses around free.
9551
9552 2010-06-28 Steven Bosscher <steven@gcc.gnu.org>
9553
9554 * system.h: Poison GCC_EXCEPT_H for front-end files.
9555
9556 * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
9557 langhook.
9558 * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
9559 Define to NULL by default.
9560 * except.h: Define GCC_EXCEPT_H.
9561 (doing_eh): Remove prototype.
9562 (init_eh, init_eh_for_function): Move prototypes to toplev.h.
9563 (lang_protect_cleanup_actions): Remove.
9564 * except.c (lang_protect_cleanup_actions): Remove.
9565 (doing_eh): Remove.
9566 (gen_eh_region): Don't check doing_eh here.
9567 * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
9568 * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
9569 instead of lang_protect_cleanup_actions.
9570 * omp-low.c (maybe_catch_exception): Likewise.
9571 * Makefile.in: Update dependencies.
9572
9573 2010-06-28 Bingfeng Mei <bmei@broadcom.com>
9574
9575 * cgraph.h (struct varpool_node): new used_from_object_file flag.
9576 (struct cgraph_local_info): new used_from_object_file flag.
9577 * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
9578 (cgraph_clone_node): initialize used_from_object_file.
9579 (cgraph_create_virtual_clone): initialize used_from_object_file.
9580 * lto-symbtab.c (lto_symtab_merge_decls_1): Set
9581 used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
9582 when compiling with -fwhole-program.
9583 (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
9584 internal resolver.
9585 * ipa.c (function_and_variable_visibility): Set externally_visible
9586 flag of varpool_node if used_from_object_file flag is set.
9587 (cgraph_externally_visible_p): check used_from_object_file flag.
9588 * doc/invoke.texi (-fwhole-program option): Change description of
9589 externally_visible attribute accordingly.
9590 * doc/extend.texi (externally_visible): Ditto.
9591
9592 2010-06-27 Jan Hubicka <jh@suse.cz>
9593
9594 * params.def (max-inline-insns-auto): Default to 40.
9595 * doc/invoke.texi (max-inline-insns-auto): Document the change.
9596
9597 2010-06-27 Jan Hubicka <jh@suse.cz>
9598
9599 PR middle-end/44671
9600 PR middle-end/44686
9601 * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
9602 signature change.
9603 * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
9604 * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
9605
9606 2010-06-27 Anatoly Sokolov <aesok@post.ru>
9607
9608 * target.h (struct gcc_target): Add register_move_cost field.
9609 * target-def.h (TARGET_REGISTER_MOVE_COST): New.
9610 (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
9611 * targhooks.c (default_register_move_cost): New function.
9612 * targhooks.h (default_register_move_cost): Declare function.
9613 * defaults.h (REGISTER_MOVE_COST): Delete.
9614 * ira-int.h (ira_register_move_cost): Update comment.
9615 * ira.c (ira_register_move_cost): Update comment.
9616 * reload.h (register_move_cost): Declare.
9617 * reginfo.c (register_move_cost): New function.
9618 (move_cost): Update comment.
9619 (init_move_cost, memory_move_secondary_cost): Replace
9620 REGISTER_MOVE_COST with register_move_cost.
9621 * postreload.c (reload_cse_simplify_set): (Ditto.).
9622 * reload.c (find_valid_class, find_reloads): (Ditto.).
9623 * reload1.c (choose_reload_regs): (Ditto.).
9624 * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
9625 (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
9626 * doc/md.texi (can_create_pseudo_p): Update documentation.
9627
9628 * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
9629 * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
9630 * config/i386/i386.h (ix86_memory_move_cost): Make static.
9631 (TARGET_MEMORY_MOVE_COST): Define.
9632
9633 * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
9634 * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
9635 * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
9636 (TARGET_MEMORY_MOVE_COST): Define.
9637
9638 2010-06-27 Richard Guenther <rguenther@suse.de>
9639
9640 PR tree-optimization/44683
9641 * tree-ssa-dom.c (record_edge_info): Record equivalences for the
9642 false edge from the inverted condition.
9643
9644 2010-06-27 Richard Guenther <rguenther@suse.de>
9645
9646 PR middle-end/44684
9647 * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
9648 (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
9649 for register LHS. Or non-store assignments.
9650
9651 2010-06-26 Eric Botcazou <ebotcazou@adacore.com>
9652
9653 * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
9654 (sparc_emit_set_const64): Likewise. Remove disabled code.
9655 * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
9656 (sparc_emit_set_const64): Likewise.
9657
9658 2010-06-26 Catherine Moore <clm@codesourcery.com>
9659
9660 * config/mips/mips.md (alu_type): New attribute.
9661 (type): Infer type from alu_type.
9662 (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
9663 *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
9664 *subsi3_extended, negsi2, negdi2, *low<mode>,
9665 *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
9666 xor<mode>3, *nor<mode>3,
9667 *zero_extend<GPR:mode>_trunc<SHORT:mode>,
9668 *zero_extendhi_truncqi): Set alu_type instead of type.
9669
9670 2010-06-26 Douglas B Rupp <rupp@gnat.com>
9671
9672 * config/alpha/alpha.c (alpha_need_linkage): Adjust
9673 splay_tree_new_ggc call.
9674 (alpha_use_linkage): Likewise.
9675
9676 2010-06-26 Joseph Myers <joseph@codesourcery.com>
9677
9678 * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
9679 * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
9680 * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
9681 (static_specs): Remove switches_need_spaces.
9682 (process_command, do_self_spec): Hardcode handling "-o" instead of
9683 checking switches_need_spaces.
9684 * system.h (SWITCHES_NEED_SPACES): Poison.
9685
9686 2010-06-26 Richard Guenther <rguenther@suse.de>
9687
9688 PR tree-optimization/44393
9689 * tree-loop-distribution.c (generate_loops_for_partition): Fix
9690 stmt removal and VOP renaming.
9691 (generate_memset_zero): Remove redundant stmt updating.
9692 * tree-flow.h (mark_virtual_ops_in_bb): Remove.
9693 * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
9694
9695 2010-06-26 Jan Hubicka <jh@suse.cz>
9696
9697 * ipa-split.c (consider_split): PHI in entry block is OK as long as all
9698 edges comming from header are equivalent.
9699 (visit_bb): Handle PHIs correctly.
9700 * tree-inline.c (copy_phis_for_bb): Be able to copy
9701 PHI from entry edge.
9702 (copy_cfg_body): Produce edge from entry BB before copying PHIs.
9703
9704 2010-06-26 Richard Guenther <rguenther@suse.de>
9705
9706 PR middle-end/44674
9707 * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
9708 decls. Handle LABEL_DECLs like FUNCTION_DECLs.
9709
9710 2010-06-26 Joseph Myers <joseph@codesourcery.com>
9711
9712 * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
9713 add_infile, alloc_switch): New.
9714 (process_command): Remove variable lang_n_infiles. Process
9715 options in a single pass. Use new functions for allocating
9716 infiles and switches arrays. Properly skip operands of
9717 -Xpreprocessor and -Xassembler.
9718
9719 2010-06-26 Jan Hubicka <jh@suse.cz>
9720
9721 PR middle-end/44671
9722 * cgraphunit.c (cgraph_function_versioning): Remove wrong
9723 cgraph_make_decl_local call; fix typo copying RTL data.
9724
9725 2010-06-25 DJ Delorie <dj@redhat.com>
9726
9727 * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
9728 (m32c_output_aligned_common): Likewise.
9729 * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
9730 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
9731 * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
9732 (m32c_register_pragmas): Register it.
9733 * config/m32c/m32c.c (m32c_get_pragma_address): New.
9734 (m32c_insert_attributes): Set #pragma address decls volatile.
9735 (pragma_entry_eq): New.
9736 (pragma_entry_hash): New.
9737 (m32c_note_pragma_address): New.
9738 (m32c_get_pragma_address): New.
9739 (m32c_output_aligned_common): New.
9740 * doc/extend.texi: Document the new pragma.
9741
9742 * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
9743 also.
9744 * config/m32c/predicates.md (m32c_any_operand): Check the code
9745 instead of memory_operand so as to allow matching volatile MEMs.
9746 (m32c_nonimmediate_operand): Likewise.
9747 (mra_operand): Allow volatiles.
9748
9749 2010-06-25 Alexandre Oliva <aoliva@redhat.com>
9750
9751 PR debug/44610
9752 * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
9753 address if the offset is unknown.
9754
9755 2010-06-25 Douglas B Rupp <rupp@gnat.com>
9756
9757 * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
9758 * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
9759 * config/ia64/ia64-protos.h (ia64_start_function): Declare.
9760 * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
9761 to ia64_start_function. Invoke it.
9762 * config/ia64/ia64.c (ia64_start_function): Call new function
9763 dwarf2out_vms_debug_main_pointer.
9764
9765 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
9766
9767 * tree-if-conv.c (insert_gimplified_predicates): Do not insert
9768 statements computing the true predicate.
9769
9770 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
9771
9772 * tree-if-conv.c (init_bb_predicate): Initialize the predicate
9773 to boolean_true_node.
9774 (reset_bb_predicate): New.
9775 (predicate_bbs): Call reset_bb_predicate.
9776
9777 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
9778
9779 * tree-if-conv.c (combine_blocks): Remove FIXME comment.
9780 (tree_if_conversion): Returns true when something has been changed.
9781 (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
9782 changed something.
9783
9784 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
9785
9786 * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
9787 * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
9788 * tree-if-conv.c: Include dbgcnt.h.
9789 (tree_if_conversion): Use if_conversion_tree to count the number of
9790 if-convertible loops.
9791
9792 2010-06-25 Changpeng Fang <changpeng.fang@amd.com>
9793
9794 * common.opt (fprefetch-loop-arrays): Re-define
9795 -fprefetch-loop-arrays as a tri-state option with the initial
9796 value of -1.
9797 * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
9798 pass only when flag_prefetch_loop_arrays > 0.
9799 * toplev.c (process_options): Note that, with tri-states,
9800 flag_prefetch_loop_arrays>0 means prefetching is enabled.
9801 * config/i386/i386.c (override_options): Enable prefetching at -O3
9802 for a set of CPUs that sw prefetching is helpful.
9803 (software_prefetching_beneficial_p): New. Return TRUE if software
9804 prefetching is beneficial for the given CPU.
9805
9806 2010-06-25 H.J. Lu <hongjiu.lu@intel.com>
9807
9808 PR rtl-optimization/44326
9809 * implicit-zee.c (find_removable_zero_extends): Replace
9810 INSN_P with NONDEBUG_INSN_P.
9811
9812 2010-06-25 Martin Jambor <mjambor@suse.cz>
9813
9814 * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
9815 (struct ipa_node_params): Removed the modification_analysis_done flag.
9816 (ipa_is_param_modified): Removed.
9817 (ipa_analyze_node): Declare.
9818 (ipa_compute_jump_functions): Remove declaration.
9819 (ipa_count_arguments): Likewise.
9820 (ipa_detect_param_modifications): Likewise.
9821 (ipa_analyze_params_uses): Likewise.
9822 * ipa-prop.c (struct param_analysis_info): New type.
9823 (visit_store_addr_for_mod_analysis): Removed.
9824 (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
9825 moved down in the file.
9826 (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
9827 (ipa_count_arguments): Made static.
9828 (mark_modified): New function.
9829 (is_parm_modified_before_call): New function.
9830 (compute_pass_through_member_ptrs): New parameter parms_info, call
9831 is_parm_modified_before_call instead of ipa_is_param_modified.
9832 (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
9833 it to compute_pass_through_member_ptrs.
9834 (ipa_compute_jump_functions): New parameter parms_info, pass it to
9835 ipa_compute_jump_functions_for_edge. Call ipa_initialize_node_params
9836 on the callee if it is analyzed. Made static.
9837 (ipa_analyze_indirect_call_uses): New parameter parms_info, call
9838 is_parm_modified_before_call instead of ipa_is_param_modified.
9839 (ipa_analyze_call_uses): New parameter parms_info, pass it to
9840 ipa_analyze_indirect_call_uses.
9841 (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
9842 ipa_analyze_call_uses.
9843 (ipa_analyze_params_uses): New parameter parms_info, pass it to
9844 ipa_analyze_stmt_uses. Also perform the used analysis. Made static.
9845 (ipa_analyze_node): New function.
9846 (ipa_print_node_params): Do not dump the modified flag.
9847 (ipa_write_node_info): Assert uses_analysis_done rather than streaming
9848 it. Do not stream the modified parameter flag.
9849 (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
9850 it. Do not stream the modified parameter flag.
9851 * ipa-cp.c (ipcp_analyze_node): Removed.
9852 (ipcp_init_stage): Iterate only once over the nodes, analyze each one
9853 with only a call to ipa_analyze_node.
9854 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
9855 node with only a call to ipa_analyze_node.
9856
9857 2010-06-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
9858
9859 * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
9860
9861 2010-06-25 Jan Hubicka <jh@suse.cz>
9862
9863 * tree-pass.h (pass_split_functions): Declare.
9864 * opts.c (decode_options): Enable function splitting at -O2
9865 * timevar.def (TV_IPA_FNSPLIT): New macro.
9866 * ipa-split.c: New file.
9867 * common.opt (-fpartial-inlining): New flag.
9868 * Makefile.in (ipa-split.o): New object file.
9869 * passes.c (init_optimization_passes): Add ipa-split.
9870 * params.def (partial-inlining-entry-probability): New parameters.
9871 * doc/invoke.texi (-fpartial-inlining): New.
9872
9873 2010-06-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
9874
9875 PR 44665
9876 * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
9877 * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
9878 (gimplify_expr): Likewise.
9879
9880 2010-06-25 Martin Jambor <mjambor@suse.cz>
9881
9882 * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
9883 statements instead of bailing out on them.
9884 (ipa_analyze_indirect_call_uses): Do not require that loads from the
9885 parameter are in the same BB as the condition. Update comments.
9886
9887 2010-06-25 Jakub Jelinek <jakub@redhat.com>
9888
9889 PR middle-end/43866
9890 * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
9891 true or always false, return NULL_TREE.
9892 (tree_unswitch_single_loop): Optimize conditions even when reaching
9893 max-unswitch-level parameter. If num > 0, optimize first all conditions
9894 using entry checks, then do still reachable block discovery and consider
9895 only conditions in still reachable basic blocks in the loop.
9896
9897 PR tree-optimization/44539
9898 * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
9899 the call doesn't have LHS, but has VDEF.
9900
9901 2010-06-25 Joseph Myers <joseph@codesourcery.com>
9902
9903 * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
9904 * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
9905 * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
9906 (process_command): Remove code conditional on MODIFY_TARGET_NAME.
9907 * system.h (MODIFY_TARGET_NAME): Poison.
9908
9909 2010-06-25 Alan Modra <amodra@gmail.com>
9910
9911 * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
9912 * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
9913 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
9914 CMODEL_LARGE as default.
9915 * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
9916 (offsettable_ok_by_alignment): Delete.
9917 (rs6000_emit_move): Remove mcmodel=medium optimization.
9918
9919 2010-06-25 Bernd Schmidt <bernds@codesourcery.com>
9920
9921 With large parts from Jim Wilson:
9922 PR target/43902
9923 * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
9924 WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
9925 * optabs.c (optab_for_tree_code): Likewise.
9926 (expand_widen_pattern_expr): Likewise.
9927 * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
9928 out of execute_optimize_widening_mul.
9929 (convert_plusminus_to_widen): New function.
9930 (execute_optimize_widening_mul): Use the two new functions.
9931 * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
9932 Remove code to generate widening multiply-accumulate. Add support
9933 for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
9934 * gimple-pretty-print.c (dump_ternary_rhs): New function.
9935 (dump_gimple_assign): Call it when appropriate.
9936 * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
9937 * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
9938 (expand_gimple_stmt_1): Likewise.
9939 (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
9940 WIDEN_MULT_MINUS_EXPR.
9941 * tree-ssa-operands.c (get_expr_operands): Likewise.
9942 * tree-inline.c (estimate_operator_cost): Likewise.
9943 * gimple.c (extract_ops_from_tree_1): Renamed from
9944 extract_ops_from_tree. Add new arg for a third operand; fill it.
9945 (gimple_build_assign_stat): Support operations with three operands.
9946 (gimple_build_assign_with_ops_stat): Likewise.
9947 (gimple_assign_set_rhs_from_tree): Likewise.
9948 (gimple_assign_set_rhs_with_ops_1): Renamed from
9949 gimple_assign_set_rhs_with_ops. Add new arg for a third operand.
9950 (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
9951 (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
9952 WIDEN_MULT_MINUS_EXPR.
9953 * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
9954 (extract_ops_from_tree_1): Adjust declaration.
9955 (gimple_assign_set_rhs_with_ops_1): Likewise.
9956 (gimple_build_assign_with_ops): Pass NULL for last operand.
9957 (gimple_build_assign_with_ops3): New macro.
9958 (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
9959 gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
9960 functions.
9961 * tree-cfg.c (verify_gimple_assign_ternary): New static function.
9962 (verify_gimple_assign): Call it.
9963 * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
9964 (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
9965 functions for dealing with three-operand statements.
9966 * tree.c (commutative_ternary_tree_code): New function.
9967 * tree.h (commutative_ternary_tree_code): Declare it.
9968 * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
9969 ternary statements.
9970 (gimple_assign_nonzero_warnv_p): Likewise.
9971 * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
9972 * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
9973 (ccp_fold): Use it. Handle GIMPLE_TERNARY_RHS.
9974 * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
9975 (struct hashtable_expr): New member ternary in the union.
9976 (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
9977 (hashable_expr_equal_p): Fix indentation. Handle EXPR_TERNARY.
9978 (iterative_hash_hashable_expr): Likewise.
9979 (print_expr_hash_elt): Handle EXPR_TERNARY.
9980 * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
9981 * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
9982 statements. Handle GIMPLE_TERNARY_RHS.
9983
9984 2010-06-25 Jan Hubicka <jh@suse.cz>
9985
9986 * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
9987
9988 2010-06-25 Shujing Zhao <pearly.zhao@oracle.com>
9989
9990 PR c/44517
9991 * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
9992 parameters are not good.
9993 (c_parser_parameter_declaration): Error unknown type name if the type
9994 name can't start declaration specifiers.
9995
9996 2010-06-25 Joseph Myers <joseph@codesourcery.com>
9997
9998 * gcc.c (translate_options): Don't mention +e in comment.
9999 (process_command): Don't handle +e specially.
10000
10001 2010-06-25 Bernd Schmidt <bernds@codesourcery.com>
10002
10003 * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
10004
10005 * ira-build.c (merge_hard_reg_conflicts): New function.
10006 (create_cap_allocno, copy_info_to_removed_store_destinations,
10007 propagate_some_info_from_allocno, propagate_allocno_info): Use it.
10008 (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
10009 (remove_unnecessary_allocnos, remove_low_level_allocnos)
10010 copy_nifo_to_removed_store_destination): Use them.
10011 * ira-lives.c (make_hard_regno_born): New function, split out of
10012 make_regno_born.
10013 (make_allocno_born): Likewise.
10014 (make_hard_regno_dead): New function, split out of make_regno_dead.
10015 (make_allocno_dead): Likewise.
10016 (inc_register_pressure): New function, split out of set_allocno_live.
10017 (dec_register_pressure): New function, split out of clear_allocno_live.
10018 (mark_pseudo_regno_live): New function, split out of mark_reg_live.
10019 (mark_hard_reg_live): Likewise. Use inc_register_pressure.
10020 (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
10021 (mark_hard_reg_dead): Likewise. Use dec_register_pressure.
10022 (make_pseudo_conflict): Use mark_pseudo_regno_dead and
10023 mark_pseudo_regno_live.
10024 (process_bb_node_lives): Use mark_pseudo_regno_live,
10025 make_hard_regno_born and make_allocno_dead.
10026 (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
10027 set_allocno_live, clear_allocno_live): Delete functions.
10028
10029 * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
10030 * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
10031 functions.
10032 (ira_flattening): Use ira_parent_allocno.
10033 * ira-conflicts.c (process_regs_for_copy, propagate_copies)
10034 build_allocno_conflicts): Use ira_parent_or_cap_allocno.
10035
10036 * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
10037 statement.
10038
10039 * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
10040 TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
10041 minmax_set_iter_cond, minmax_set_iter_next,
10042 FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
10043 CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
10044 ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
10045 ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET. All
10046 uses changed.
10047
10048 * ira-int.h (struct live_range, live_range_t): Renamed from struct
10049 ira_allocno_live_range and allocno_live_range_t; all uses changed.
10050 * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
10051 All uses changed.
10052
10053 2010-06-24 Richard Earnshaw <rearnsha@arm.com>
10054
10055 * thumb2.md (thumb2_tlobits_cbranch): Delete.
10056 (peephole2 to convert zero_extract/compare of single bit to
10057 lshift/compare): New.
10058
10059 2010-06-24 Anatoly Sokolov <aesok@post.ru>
10060
10061 * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
10062 recursive call and call to 'int_const_binop'.
10063 (build_range_check, fold_cond_expr_with_comparison, unextend,
10064 fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
10065 multiple_of_p): Adjust call to const_binop.
10066
10067 2010-06-24 Uros Bizjak <ubizjak@gmail.com>
10068
10069 * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
10070 determine size of XFmode operand.
10071 (XFmode extended DFmode push splitter): Ditto.
10072 (XFmode extended SFmode push splitter): Ditto.
10073
10074 2010-06-24 H.J. Lu <hongjiu.lu@intel.com>
10075
10076 PR target/44588
10077 * config/i386/i386.md (extract_code): New.
10078 (<u>divmodqi4): Likewise.
10079 (divmodhiqi3): Likewise.
10080 (udivmodhiqi3): Likewise.
10081 (<u>divqi3): Remvoved.
10082
10083 2010-06-24 Jakub Jelinek <jakub@redhat.com>
10084
10085 PR middle-end/44492
10086 * recog.h (struct recog_data): Add is_asm field.
10087 * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
10088 present in constraints of inline-asm operand and memory operand
10089 contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
10090 (extract_insn): Initialize recog_data.is_asm.
10091 * doc/md.texi (Constraints): Document operand side-effect rules.
10092
10093 2010-06-24 Andi Kleen <ak@linux.intel.com>
10094
10095 * c-parser.c (c_parser_conditional_expression): Call
10096 warn_for_omitted_condop.
10097 * doc/invoke.texi: Document omitted condop warning.
10098
10099 2010-06-24 Nick Clifton<nickc@redhat.com>
10100
10101 * loop-unswitch.c (compare_and_jump_seq): Assert that the last
10102 insn in the sequence is a jump insn before setting its label.
10103
10104 2010-06-24 Alan Modra <amodra@gmail.com>
10105
10106 * collect2.c (main): Match exactly --version and --help.
10107
10108 2010-06-24 DJ Delorie <dj@redhat.com>
10109
10110 * config/m32c/m32c-pragma.c: Don't include rtl.h.
10111
10112 2010-06-23 Uros Bizjak <ubizjak@gmail.com>
10113
10114 * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
10115 using X87MODEF mode iterator.
10116 (pushsf splitter): Macroize splitter using P mode iterator.
10117 (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
10118 mode iterator.
10119
10120 (*movxf_internal): Rename from *movxf_integer.
10121 (*movxf_internal_nointeger): Rename from *movxf_nointeger.
10122 (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
10123 (*movdf_internal): Rename from *movdf_integer.
10124 (*movdf_internal_nointeger): Rename from *movdf_nointeger.
10125 (*movsf_internal): Rename from *movdf_1.
10126
10127 2010-06-23 Basile Starynkevitch <basile@starynkevitch.net>
10128
10129 * coretypes.h (gimple_seq_node_d, gimple_seq_node)
10130 (const_gimple_seq_node): Removed typedefs.
10131
10132 * gimple.h (gimple_seq_node_d, gimple_seq_node)
10133 (const_gimple_seq_node): Added typedefs moved from coretypes.h.
10134
10135 2010-06-23 H.J. Lu <hongjiu.lu@intel.com>
10136
10137 * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
10138 CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
10139 CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
10140 and CODE_FOR_vec_extract_lo_v4df.
10141
10142 * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
10143 Changed to define_insn_and_split.
10144 (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
10145 (vec_extract_lo_v16hi): Likewise.
10146 (vec_extract_lo_v32qi): Likewise.
10147 (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
10148 (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
10149
10150 2010-06-23 Joern Rennecke <joern.rennecke@embecosm.com>
10151
10152 PR target/44640
10153 * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
10154 * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
10155 (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
10156 (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
10157 (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
10158
10159 PR target/44640
10160 * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
10161
10162 PR other/44644
10163 * df-core.c (struct df): Rename to df_d.
10164 * df.h (struct df): Likewise.
10165 * dse.h (struct df): Remove forward declaration.
10166 * recog.h (struct insn_data): Rename to:
10167 (struct_insn_data_d). Adjusted all users.
10168
10169 2010-06-23 Arnaud Charlet <charlet@adacore.com
10170
10171 PR ada/22220
10172 * doc/install.texi: Update requirements to build GNAT.
10173
10174 2010-06-22 Andreas Schwab <schwab@linux-m68k.org>
10175
10176 * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
10177 enum type.
10178 (m68k_sched_attr_opx_type): Remove unreachable return.
10179 (m68k_sched_attr_opy_type): Likewise.
10180 (m68k_sched_attr_size): Likewise.
10181 (sched_get_opxy_mem_type): Likewise.
10182 (m68k_sched_attr_op_mem): Likewise.
10183
10184 2010-06-22 Eric Botcazou <ebotcazou@adacore.com>
10185
10186 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
10187 new statement and adjust VDEF only if necessary. Remove superfluous
10188 call to maybe_clean_or_replace_eh_stmt.
10189 * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
10190 copy the flags.
10191 * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
10192 * tree-inline.c (copy_bb): ...and not there.
10193
10194 2010-06-22 Cary Coutant <ccoutant@google.com>
10195
10196 * dwarf2out.c (is_nested_in_subprogram): New function.
10197 (should_move_die_to_comdat): Use it.
10198 (copy_ancestor_tree): Don't mark DIEs here.
10199 (copy_decls_walk): Start walk from root of newly-added tree;
10200 mark DIEs here instead.
10201
10202 2010-06-22 H.J. Lu <hongjiu.lu@intel.com>
10203
10204 * config/i386/i386.md (unit): Also check sseishft1.
10205
10206 2010-06-22 Jan Hubicka <jh@suse.cz>
10207
10208 * gimple.h (gimple_expr_code): Do checking on when gimple checking is
10209 enabled.
10210
10211 2010-06-22 Jan Hubicka <jh@suse.cz>
10212
10213 * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
10214 df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
10215 Return true if something changed.
10216 * df.h (df_confluence_function_n): Return bool.
10217 * df-core.c (df_worklist_propagate_forward,
10218 df_worklist_propagate_backward): Track changes and ages.
10219 (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
10220 track ages.
10221 * dse.c (dse_confluence_n): Return always true.
10222
10223 2010-06-22 Jan Hubicka <jh@suse.cz>
10224
10225 * bitmap.c (bitmap_clear_bit): Micro optimize.
10226
10227 2010-06-22 Uros Bizjak <ubizjak@gmail.com>
10228
10229 * config/i386/i386.md (SWI1248x): New mode iterator.
10230 (SWI48x): Ditto.
10231 (SWI12): Ditto.
10232 (SWI24): Ditto.
10233
10234 (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
10235 SWI1248x mode iterator.
10236 (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
10237 using SWI124 mode iterator.
10238 (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
10239 mode iterator.
10240 (*push<mode>2_prologue): Macroize insn from *pushsi2_prologue and
10241 *pushdi2_prologue_rex64 using P mode iterator.
10242 (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
10243 using SWI48 mode iterator.
10244 (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
10245 (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
10246 using SWI1248x mode iterator.
10247 (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
10248 (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
10249 SWI48 mode iterator.
10250 (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
10251 iterator.
10252 (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
10253 (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
10254 SWI12 mode iterator.
10255 (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
10256 SWI12 mode iterator.
10257 (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
10258 (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
10259 SWI24 mode iterator.
10260 (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
10261 SWI48 mode iterator.
10262 (mov<mode>_insn_1): New expander.
10263 (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
10264 using SWI48x mode iterator.
10265
10266 (*movoi_internal_avx): Rename from *movoi_internal.
10267 (*movti_internal_rex64): Rename from *movti_rex64.
10268 (*movti_internal_sse): Rename from *movti_sse.
10269 (*movdi_internal_rex64): Rename from *movdi_1_rex64.
10270 (*movdi_internal): Rename from *movdi_2.
10271 (*movsi_internal): Rename from *movsi_1.
10272 (*movhi_internal): Rename from *movhi_1.
10273 (*movqi_internal): Rename from *movqi_1.
10274
10275 (insv): Update the call to gen_movsi_insv_1 for rename.
10276 * config/i386/i386.c (promote_duplicated_reg): Ditto.
10277
10278 2010-06-22 Jan Hubicka <jh@suse.cz>
10279
10280 * passes.c (execute_function_todo): Move call of statistics_fini_pass
10281 to ...
10282 (execute_todo) ... this one.
10283
10284 2010-06-22 Alan Modra <amodra@gmail.com>
10285
10286 PR target/44364
10287 * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
10288 * caller-save.c (insert_restore, insert_save): Use non-validate
10289 form of adjust_address.
10290
10291 2010-06-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10292
10293 PR target/39690
10294 * config/pa/pa.c (override_options): Disable
10295 -freorder-blocks-and-partition.
10296
10297 2010-06-21 H.J. Lu <hongjiu.lu@intel.com>
10298
10299 PR target/44615
10300 * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
10301
10302 * config/i386/i386.md (type): Add sseishft1
10303
10304 * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
10305 (ppro_insn_load): Likewise.
10306 (ppro_insn_store): Likewise.
10307 (ppro_insn_both): Likewise.
10308
10309 * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
10310 (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
10311 for type.
10312 (*vec_extractv2di_1_avx): Likewise.
10313 (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
10314 type. Remove atom_unit.
10315 (*vec_extractv2di_1_sse2): Likewise.
10316
10317 2010-06-21 DJ Delorie <dj@redhat.com>
10318
10319 * diagnostic.h (diagnostic_classification_change_t): New.
10320 (diagnostic_context): Add history and push/pop list.
10321 (diagnostic_push_diagnostics): Declare.
10322 (diagnostic_pop_diagnostics): Declare.
10323 * diagnostic.c (diagnostic_classify_diagnostic): Store changes
10324 from pragmas in a history chain instead of the global table.
10325 (diagnostic_push_diagnostics): New.
10326 (diagnostic_pop_diagnostics): New.
10327 (diagnostic_report_diagnostic): Scan history chain to find state
10328 of diagnostics as of the diagnostic location.
10329 * opts.c (set_option): Pass UNKNOWN_LOCATION to
10330 diagnostic_classify_diagnostic.
10331 (enable_warning_as_error): Likewise.
10332 * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
10333 use in the history chain.
10334 * doc/extend.texi: Document pragma GCC diagnostic changes.
10335
10336 2010-06-21 Jakub Jelinek <jakub@redhat.com>
10337
10338 * dwarf2out.c (add_linkage_name): New function. Don't add
10339 anything to DW_TAG_member DIEs.
10340 (add_name_and_src_coords_attributes): Use it.
10341 (gen_variable_die): Call it for C++ static data members if
10342 specification is DW_TAG_member.
10343
10344 * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
10345 C++ char16_t and char32_t.
10346
10347 * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
10348 * genattrtab.c: Include vecprim.h.
10349 (cached_attrs, cached_attr_count, attrs_seen_once,
10350 attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
10351 attrs_cached_after): New variables.
10352 (find_attrs_to_cache): New function.
10353 (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
10354 (write_test_expr): Add attrs_cached argument, return it too,
10355 attempt to cache non-const attributes used more than once in
10356 a single case handling.
10357 (write_attr_get): Use find_attrs_to_cache, for caching candidates
10358 emit cached_* variables. Adjust write_attr_set callers.
10359 (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
10360 to find attributes that should be cached in this block. Adjust
10361 write_test_expr callers.
10362 (write_attr_case): Clear attrs_to_cache. Adjust write_attr_set
10363 callers.
10364 (make_automaton_attrs): Adjust write_test_expr caller.
10365
10366 * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
10367 * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
10368 (make_automaton_attrs): If find_tune_attr returns non-NULL,
10369 write separate internal_dfa_insn_code_* and insn_default_latency_*
10370 functions for each attribute's value and emit init_sched_attrs
10371 function and function pointers.
10372 * genattr.c (const_attrs, reservations): New variables.
10373 (gen_attr): Add const attributes to const_attrs vector.
10374 (check_tune_attr, find_tune_attr): New functions.
10375 (main): Add reservations to reservations vector. If find_tune_attr
10376 returns true, add prototype for init_sched_attrs and make
10377 internal_dfa_insn_code and insn_default_latency function pointers,
10378 otherwise define init_sched_attrs as dummy macro.
10379 * cfgexpand.c: Include insn-attr.h.
10380 (gimple_expand_cfg): Call init_sched_attrs.
10381
10382 * stmt.c (resolve_asm_operand_names): Fix handling of %%.
10383
10384 PR target/44575
10385 * config/i386/i386.c (ix86_gimplify_va_arg): When copying
10386 va_arg from a set of register save slots into a temporary,
10387 if the container is bigger than type size, do the copying
10388 using smaller mode or using memcpy.
10389
10390 PR bootstrap/44426
10391 * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
10392 prototype.
10393 (sel_print_to_dot): Remove macro.
10394 (sel_print): Likewise. New prototype.
10395 * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
10396 (sel_print): New function.
10397
10398 2010-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10399
10400 * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
10401 __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
10402
10403 2010-06-21 Nick Clifton <nickc@redhat.com>
10404
10405 * config/rx/rx.h (PTRDIFF_TYPE): Define.
10406 (SMALL_REGISTER_CLASS): Define (to zero).
10407 (PRINT_OPERAND): Delete.
10408 (PRINT_OPERAND_ADDRESS): Delete.
10409 * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
10410 (rx_print_operand_address): Delete prototype.
10411 * config/rx/rx.c (rx_print_operand): Make static.
10412 Allow %H and %L to handle CONST_DOUBLEs.
10413 (rx_print_operand_address): Make static.
10414 (rx_gen_move_template): Rename local variable 'template' to
10415 out_template.
10416 (rx_function_arg): Do not pass unknown sized objects in registers.
10417 (TARGET_PRINT_OPERAND): Define.
10418 (TARGET_PRINT_OPERAND_ADDRESS): Define.
10419
10420 2010-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10421
10422 * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
10423
10424 2010-06-21 Kai Tietz <kai.tietz@onevision.com>
10425
10426 * config/i386/i386.c (ix86_compute_frame_layout): Avoid
10427 stack-alignment for simple leaf-functions.
10428
10429 2010-06-20 Alexandre Oliva <aoliva@redhat.com>
10430
10431 * doc/install.texi: Document bootstrap-lto.
10432
10433 2010-06-20 Alexandre Oliva <aoliva@redhat.com>
10434
10435 PR debug/44248
10436 * lto-streamer-in.c (input_bb): Leave debug stmts alone.
10437 (input_function): Drop them here, if VTA is disabled.
10438
10439 2010-06-20 Uros Bizjak <ubizjak@gmail.com>
10440
10441 PR target/44546
10442 * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
10443 New predicate.
10444 * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
10445 ix86_swapped_fp_comparsion_operator instead of
10446 ix86_fp_comparison_operator.
10447
10448 (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
10449 (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
10450 (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
10451 (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
10452 (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
10453 (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
10454
10455 2010-06-20 Joseph Myers <joseph@codesourcery.com>
10456
10457 PR other/32998
10458 * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
10459 OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
10460 * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
10461 (decode_cmdline_option): Update for this return value. Set
10462 orig_option_with_args_text field. Set arg field for unknown
10463 options. Make static.
10464 (decode_cmdline_options_to_array): New.
10465 (prune_options): Update handling of find_opt return value.
10466 * opts.c (read_cmdline_option): Take decoded option. Return void.
10467 (read_cmdline_options): Take decoded options.
10468 (decode_options): Add parameters for decoded options. Use
10469 decode_cmdline_options_to_array. Use decoded options for -O
10470 scan. Use integral_argument for -O parameters. Update call to
10471 read_cmdline_options.
10472 (enable_warning_as_error): Update handling of find_opt return value.
10473 * opts.h: Update comment on unknown options.
10474 (struct cl_decoded_option): Update comments on opt_index and arg.
10475 Add orig_option_with_args_text.
10476 (decode_cmdline_option): Remove.
10477 (decode_cmdline_options_to_array): Declare.
10478 (decode_options): Update prototype.
10479 * toplev.c (save_argv): Remove.
10480 (save_decoded_options, save_decoded_options_count): New.
10481 (read_integral_parameter): Remove.
10482 (print_switch_values): Use decoded options.
10483 (toplev_main): Don't set save_argv. Update call to decode_options.
10484 * toplev.h (read_integral_parameter): Remove.
10485 * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
10486
10487 2010-06-19 Richard Earnshaw <rearnsha@arm.com>
10488
10489 PR target/44072
10490 * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
10491 immediate.
10492 * constraints.md (Pw, Px): New constraints.
10493 * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
10494
10495 2010-06-19 H.J. Lu <hongjiu.lu@intel.com>
10496
10497 * config/i386/sse.md (fma4modesuffixf4): Removed.
10498 (ssemodesuffixf2s): Likewise.
10499 (ssemodesuffixf4): Likewise.
10500 (ssemodesuffixf2c): Likewise.
10501 (ssescalarmodesuffix2s): Likewise.
10502 (avxmodesuffixf2c): Likewise.
10503 (ssemodesuffix): New.
10504 (ssescalarmodesuffix): Likewise.
10505 Update patterns with ssemodesuffix and ssescalarmodesuffix.
10506
10507 2010-06-19 Philip Herron <herron.philip@googlemail.com>
10508
10509 * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
10510
10511 2010-06-18 H.J. Lu <hongjiu.lu@intel.com>
10512
10513 * stor-layout.c (debug_rli): Remove unused local variables.
10514
10515 2010-06-18 Eric Botcazou <ebotcazou@adacore.com>
10516
10517 PR rtl-optimization/40900
10518 * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line. Save the
10519 original expression for later reuse.
10520 <expand_decl_rtl>: Use promote_function_mode to compute the signedness
10521 of the promoted RTL for a SSA_NAME on the LHS of a call statement.
10522
10523 2010-06-18 Anatoly Sokolov <aesok@post.ru>
10524
10525 * double-int.h (double_int_to_shwi, double_int_to_uhwi,
10526 double_int_fits_in_uhwi_p): Implement as static inline.
10527 (double_int_xor): New inline function.
10528 (double_int_lrotate, double_int_rrotate, double_int_max,
10529 double_int_umax, double_int_smax, double_int_min, double_int_umin,
10530 double_int_smin): Declare.
10531 (lrotate_double, rrotate_double): Remove declaration.
10532 * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
10533 double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
10534 (double_int_lrotate, double_int_rrotate, double_int_max,
10535 double_int_umax, double_int_smax, double_int_min, double_int_umin,
10536 double_int_smin): New function.
10537 * fold-const.c (int_const_binop): Clean up, use double_int_*
10538 functions.
10539 * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
10540 double_int_* and immed_double_int_const functions.
10541
10542 2010-06-18 Nathan Froyd <froydnj@codesourcery.com>
10543
10544 * function.h (types_used_by_cur_var_decl): Change type to a VEC.
10545 * function.c (types_used_by_cur_var_decl): Likewise.
10546 (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
10547
10548 2010-06-18 Nathan Froyd <froydnj@codesourcery.com>
10549
10550 * tree.h (record_layout_info): Change type of pending_statics field
10551 to a VEC.
10552 * stor-layout.c (start_record_layout): Store NULL into
10553 pending_statics.
10554 (debug_rli): Call debug_vec_tree instead of debug_tree.
10555 (place_field): Likewise.
10556 (finish_record_layout): Likewise.
10557
10558 2010-06-18 Alan Modra <amodra@gmail.com>
10559
10560 * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
10561
10562 2010-06-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10563
10564 PR target/43740
10565 * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
10566 for SET source operand from SET destination operand.
10567
10568 2010-06-17 Bernd Schmidt <bernds@codesourcery.com>
10569
10570 PR rtl-optimization/39871
10571 * reload1.c (init_eliminable_invariants): For flag_pic, disable
10572 equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
10573 (function_invariant_p): Rule out a plus of frame or arg pointer with
10574 a SYMBOL_REF.
10575 * ira.c (find_reg_equiv_invariant_const): Likewise.
10576
10577 2010-06-17 Gunther Nikl <gnikl@users.sourceforge.net>
10578
10579 * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
10580 print_operand_address and puts to output the operand for CONST.
10581
10582 2010-06-17 Jakub Jelinek <jakub@redhat.com>
10583
10584 PR debug/44572
10585 * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
10586 hook.
10587
10588 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
10589
10590 * v850-protos.h (print_operand): Delete.
10591 (print_operand_address): Delete.
10592 * v850.h (PRINT_OPERAND): Delete.
10593 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10594 (PRINT_OPERAND_ADDRESS): Delete.
10595 * v850.c (print_operand_address): Rename to...
10596 (v850_print_operand_address): ...this. Make static. Call
10597 v850_print_operand.
10598 (print_operand): Rename to...
10599 (v850_print_operand): ...this. Make static. Call
10600 v850_print_operand_address.
10601 (v850_print_operand_punct_valid_p): New function.
10602 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
10603 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
10604
10605 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
10606
10607 * config/sh/sh-protos.h (print_operand): Delete.
10608 (print_operand_address): Delete.
10609 * config/sh/sh.h (PRINT_OPERAND): Delete.
10610 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10611 (PRINT_OPERAND_ADDRESS): Delete.
10612 * config/sh/sh.c (sh_print_operand_address): Make static.
10613 (sh_print_operand): Make static. Call sh_print_operand_address
10614 and sh_print_operand.
10615 (sh_print_operand_punct_valid_p): New function.
10616 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
10617 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
10618
10619 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
10620
10621 * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
10622 (mcore_print_operand_address): Delete.
10623 * config/mcore/mcore.h (PRINT_OPERAND): Delete.
10624 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10625 (PRINT_OPERAND_ADDRESS): Delete.
10626 * config/mcore/mcore.c (mcore_print_operand_address): Make static.
10627 (mcore_print_operand): Make static.
10628 (mcore_print_operand_punct_valid_p): New function.
10629 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
10630 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
10631
10632 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
10633
10634 * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
10635 (print_operand_address): Delete.
10636 * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
10637 (PRINT_OPERAND_ADDRESS): Delete.
10638 * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
10639 static.
10640 (m68hc11_print_operand): Make static.
10641 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
10642
10643 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
10644
10645 * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
10646 (m32r_print_operand_address): Delete.
10647 * config/m32r/m32r.h (m32r_punct_chars): Delete.
10648 (PRINT_OPERAND): Delete.
10649 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10650 (PRINT_OPERAND_ADDRESS): Delete.
10651 * config/m32r/m32r.c (m32r_punct_chars): Make static.
10652 (m32r_print_operand_address): Make static.
10653 (m32r_print_operand): Make static.
10654 (m32r_print_operand_punct_valid_p): New function.
10655 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
10656 (TARGET_PRINT_OPERAND_ADDRESS): Define.
10657
10658 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
10659
10660 * config/iq2000/iq2000-protos.h (print_operand): Delete.
10661 (print_operand_address): Delete.
10662 * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
10663 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10664 (PRINT_OPERAND_ADDRESS): Delete.
10665 (iq2000_print_operand_punct): Delete.
10666 * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
10667 (iq2000_print_operand_address): Make static.
10668 (iq2000_print_operand): Make static.
10669 (iq2000_print_operand_punct_valid_p): New function.
10670 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
10671 (TARGET_PRINT_OPERAND_ADDRESS): Define.
10672
10673 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
10674
10675 * config/frv/frv-protos.h (frv_print_operand): Delete.
10676 (frv_print_operand_address): Delete.
10677 * config/frv/frv.h (PRINT_OPERAND): Delete.
10678 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10679 (PRINT_OPERAND_ADDRESS): Delete.
10680 * config/frv/frv.c (frv_print_operand_address): Make static.
10681 (frv_print_operand): Make static.
10682 (frv_print_operand_punct_valid_p): New function.
10683 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
10684 (TARGET_PRINT_OPERAND_ADDRESS): Define.
10685
10686 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
10687
10688 * tree.h (vec_member): Declare.
10689 * tree.c (vec_member): Define.
10690
10691 2010-06-17 Richard Guenther <rguenther@suse.de>
10692
10693 * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
10694 * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
10695
10696 2010-06-17 Richard Guenther <rguenther@suse.de>
10697
10698 * tree-inline.c (declare_return_variable): Remove bogus code.
10699
10700 2010-06-17 Richard Guenther <rguenther@suse.de>
10701
10702 * gimplify.c (gimplify_bind_expr): Always promote complex
10703 and vector variables to registers if possible.
10704
10705 2010-06-17 Richard Guenther <rguenther@suse.de>
10706
10707 * expr.c (get_inner_reference): Use double_int for bit_offset
10708 calculation.
10709
10710 2010-06-16 DJ Delorie <dj@redhat.com>
10711
10712 * common.opt (-fstrict-volatile-bitfields): new.
10713 * doc/invoke.texi: Document it.
10714 * fold-const.c (optimize_bit_field_compare): For volatile
10715 bitfields, use the field's type to determine the mode, not the
10716 field's size.
10717 * expr.c (expand_assignment): Likewise.
10718 (get_inner_reference): Likewise.
10719 (expand_expr_real_1): Likewise.
10720 * expmed.c (store_fixed_bit_field): Likewise.
10721 (extract_bit_field_1): Likewise.
10722 (extract_fixed_bit_field): Likewise.
10723
10724 2010-06-16 Richard Guenther <rguenther@suse.de>
10725
10726 * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
10727
10728 2010-06-16 Douglas B Rupp <rupp@gnat.com>
10729
10730 * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
10731 (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
10732 * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
10733 * debug.c: Likewise.
10734 * sdbout.c: Likewise.
10735 * vmsdbgout.c: Likewise.
10736 * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
10737 * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
10738 * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
10739 (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
10740 * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
10741 * dwarf2out.c (dw_fde_struct): New fields
10742 dw_fde_vms_{end,begin}_prologue.
10743 (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
10744 (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
10745 (dwarf2out_vms_end_prologue): New function.
10746 (dwarf2out_vms_begin_epilogue): New function.
10747 (dw_val_struct): New value dw_val_class_vms_delta.
10748 (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
10749 begin_epilogue for VMS.
10750 (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
10751 new static functions.
10752 (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
10753 (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
10754 static functions.
10755 (print_die): New case dw_val_class_vms_delta.
10756 (attr_checksum): Likewise.
10757 (same_dw_val_p: Likewise.
10758 (size_of_die): Likewise.
10759 (value_format): Likewise.
10760 (output_die): Likewise.
10761 (gen_subprogram_die): Call add_AT_vms_delta on VMS.
10762 (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
10763 * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
10764 dwarf2out_cfi_begin_epilogue
10765 * final.c (final_scan_insn): Likewise. Call begin_epilogue.
10766
10767 2010-06-16 Nathan Froyd <froydnj@codesourcery.com>
10768
10769 * config/cris/cris-protos.h (cris_print_operand): Delete.
10770 (cris_print_operand_address): Delete.
10771 * config/cris/cris.h (PRINT_OPERAND): Delete.
10772 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10773 (PRINT_OPERAND_ADDRESS): Delete.
10774 * config/cris/cris.c (cris_print_operand_address): Make static.
10775 (cris_print_operand): Make static.
10776 (cris_print_operand_punct_valid_p): New function.
10777 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
10778 (TARGET_PRINT_OPERAND_ADDRESS): Define.
10779
10780 2010-06-16 Nathan Froyd <froydnj@codesourcery.com>
10781
10782 * config/arm/arm-protos.h (arm_print_operand): Delete.
10783 (arm_print_operand_address): Delete.
10784 * config/arm/arm.h (PRINT_OPERAND): Delete.
10785 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10786 (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
10787 (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
10788 * config/arm/arm.c (arm_print_operand_address): ...here. New function.
10789 (arm_print_operand): Make static.
10790 (arm_print_operand_punct_valid_p): New function.
10791 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
10792 (TARGET_PRINT_OPERAND_ADDRESS): Define.
10793
10794 2010-06-16 Nick Clifton <nickc@redhat.com>
10795
10796 * config/rx/constraints.md (NEGint4): New constraint.
10797 * config/rx/rx.md (attr cc): Add set_zsc.
10798 (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
10799 initialised.
10800 (cmpsf): Likewise.
10801 (call_internal): Clobber the cc0 register.
10802 (call_value_internal): Likewise.
10803 (cstoresi4): Likewise.
10804 (movsieq): Likewise.
10805 (movsine): Likewise.
10806 (addsi3): Add alternative to handle small negative constants.
10807 (sunsi3): Likewise.
10808 (addsi3): Do not set the O bit in the cc0 register.
10809 (adddi3): Likewise.
10810 (subsi3): Likewise.
10811 (subdi3): Likewise.
10812 (andsi3): Reorder alternatives to prefer shorter forms.
10813 (mulsi3): Likewise.
10814 (iorsi3): Likewise.
10815 (negsi2): Note that the cc0 flags are set.
10816 (rotlsi3): Note that only the Z and S bits are set in cc0.
10817 (lshrsi3): Likewise.
10818 (ashlsi3): Likewise.
10819 (subsf3): Use %Q for the MEM operand.
10820 (fix_truncsfsi2): Likewise.
10821 (floatsisf2): Likewise.
10822 (bitset): Remove early clobber from destination.
10823 (bitset_in_memory): Likewise.
10824 (lrintsf2): Clobber the cc0 register.
10825 * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
10826 (rx_print_operand): Handle %N.
10827
10828 2010-06-16 Jan Hubicka <jh@suse.cz>
10829
10830 * df-core.c (df_compact_blocks): Free problem_temps vector.
10831
10832 2010-06-16 Martin Jambor <mjambor@suse.cz>
10833
10834 PR tree-optimization/43905
10835 * tree-sra.c: Include tree-inline.h.
10836 (create_abstract_origin): Removed.
10837 (modify_function): Version the call graph node instead of creating
10838 abstract origins and dealing with same_body aliases.
10839 * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
10840 function is versionable.
10841 * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
10842
10843 2010-06-16 Maxim Kuvyrkov <maxim@codesourcery.com>
10844
10845 * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
10846 (CHOOSE_DYNAMIC_LINKER): Update.
10847
10848 2010-06-15 Uros Bizjak <ubizjak@gmail.com>
10849
10850 * config/i386/i386.c (*prefetch_sse_<mode>): Macroize insn from
10851 *prefetch_sse and *prefetch_sse_rex using P mode iterator.
10852 (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
10853 *prefetch_3dnow_rex.
10854
10855 2010-06-15 Anatoly Sokolov <aesok@post.ru>
10856
10857 * target.h (struct asm_out):Add declare_constant_name field.
10858 * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
10859 (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
10860 * output.h (default_asm_declare_constant_name): Declare.
10861 (assemble_label): Update prototype.
10862 * varasm.c (assemble_constant_contents): Use
10863 targetm.asm_out.declare_constant_name target hook.
10864 (assemble_label): Add 'file' argument.
10865 (default_asm_declare_constant_name): New function.
10866 * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
10867 * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
10868 (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
10869
10870 * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
10871 * config/darwin.c (darwin_asm_declare_constant_name): New function.
10872 (machopic_output_indirection): Update assemble_label argument list.
10873 * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
10874 (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
10875
10876 2010-06-15 Sebastian Pop <sebastian.pop@amd.com>
10877
10878 PR middle-end/44391
10879 * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
10880 size_one_node for pointer types. Do not call gmp_cst_to_tree.
10881
10882 2010-06-15 Richard Guenther <rguenther@suse.de>
10883
10884 * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
10885
10886 2010-06-15 Paul Brook <paul@codesourcery.com>
10887
10888 * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
10889 hard-float ABI.
10890
10891 2010-06-15 Alexandre Oliva <aoliva@redhat.com>
10892
10893 * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
10894 don't get a vector type for output.
10895
10896 2010-06-15 Jakub Jelinek <jakub@redhat.com>
10897
10898 PR fortran/44536
10899 * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
10900 * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
10901 (LANG_HOOKS_DECLS): Add it.
10902 * gimplify.c (omp_notice_variable): Call
10903 lang_hooks.decls.omp_report_decl.
10904
10905 2010-06-15 Martin Jambor <mjambor@suse.cz>
10906
10907 PR lto/44464
10908 * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
10909 on the newly dead SSA name.
10910
10911 2010-06-15 Alan Modra <amodra@gmail.com>
10912
10913 * doc/invoke.texi: Add mcmodel to powerpc options.
10914 * configure.ac: Add HAVE_LD_LARGE_TOC test.
10915 * configure: Regenerate.
10916 * config.in: Regenerate.
10917 * config/rs6000/linux64.opt (mcmodel): New.
10918 * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
10919 (TARGET_CMODEL, SET_CMODEL): Define.
10920 (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
10921 select CMODEL_MEDIUM default.
10922 * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
10923 (TARGET_CMODEL): Define default.
10924 * config/rs6000/rs6000.c (cmodel): New variable.
10925 (rs6000_explicit_options): Add cmodel field.
10926 (rs6000_handle_option): Handle -mcmodel.
10927 (create_TOC_reference): Add largetoc_reg param. Generate high,
10928 lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE. Update all callers.
10929 (rs6000_delegitimize_address): Recognise new toc reference rtl
10930 and minimal-toc rtl.
10931 (rs6000_legitimize_reload_address): Handle new toc references.
10932 (print_operand_address): Handle legitimate_constant_pool_address_p
10933 match before lo_sum.
10934 (rs6000_eliminate_indexed_memrefs): Tidy.
10935 (rs6000_emit_move): Tweak threshold for inlining constants.
10936 Keep rs6000_emit_allocate_stack large stack frame offsets
10937 loaded into r0 inline.
10938 (rs6000_generate_compare <cmptf_internal2>): One more clobber.
10939 (tocrel_base, tocrel_offset): New variables.
10940 (toc_relative_expr_p): Set them here.
10941 (print_operand_address): Skip over any offset on constant pool address.
10942 (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
10943 (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
10944 (offsettable_ok_by_alignment): New function.
10945 (rs6000_emit_move): Address suitably aligned local symbol_refs
10946 relative to the toc pointer for -mcmodel=medium.
10947 (legitimate_constant_pool_address_p): Make param const_rtx. Add
10948 strict param. Allow lo_sum version of addressing. Verify reg
10949 used for -mminimal-toc and -mcmodel != small. Update all callers.
10950 * config/rs6000/constraints.md: Update for above change.
10951 * config/rs6000/predicates.md: Likewise.
10952 * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
10953 code.
10954 (tls_gd): Split for -mcmodel=medium/large.
10955 (tls_gd_high, tls_gd_low): New.
10956 (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
10957 (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
10958 (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
10959 (largetoc_high, largetoc_low): New.
10960 (cmptf_internal2): Add clobber.
10961 * config/rs6000/rs6000-protos.h: Update.
10962
10963 2010-06-14 Changpeng Fang <changpeng.fang@amd.com>
10964
10965 * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New. Return
10966 true if no prefetch is going to be generated for a given group.
10967 (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
10968 estimate the prefetch_count.
10969 (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
10970 prefetch count by considering the unroll_factor and prefetch_mod
10971 for is_loop_prefetching_profitable.
10972
10973 2010-06-14 Andreas Schwab <schwab@linux-m68k.org>
10974
10975 * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
10976 anything if the argument is not a MEM.
10977
10978 2010-06-14 Alexandre Oliva <aoliva@redhat.com>
10979
10980 PR debug/43650
10981 PR debug/44181
10982 PR debug/44247
10983 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
10984 debug stmts.
10985 (canonicalize_loop_ivs): Likewise.
10986
10987 2010-06-14 Alexandre Oliva <aoliva@redhat.com>
10988
10989 PR debug/43656
10990 * haifa-sched.c (setup_insn_reg_pressure_info,
10991 update_register_pressure): Reject debug insns.
10992 (ready_sort): Don't setup reg pressure for debug insns.
10993 (schedule_insn): Don't update reg pressure for debug insns.
10994
10995 2010-06-14 Richard Guenther <rguenther@suse.de>
10996
10997 * lto-streamer.c (cached_bp): Remove.
10998 (bitpack_delete): Likewise.
10999 (bitpack_create): Likewise.
11000 (bp_get_next_word): Likewise.
11001 (bp_pack_value, bp_unpack_value): Move ...
11002 * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
11003 Re-implement.
11004 (struct bitpack_d): Likewise.
11005 (bitpack_create, lto_output_bitpack, lto_input_bitpack):
11006 New inline functions.
11007 * lto-streamer-out.c (lto_output_bitpack): Remove.
11008 (pack_ts_base_value_fields): Adjust. Avoid conditional bitpacking.
11009 (pack_value_fields): Adjust.
11010 (lto_write_tree): Likewise.
11011 (output_gimple_stmt): Likewise.
11012 (output_function): Likewise.
11013 * lto-streamer-in.c (input_gimple_stmt): Adjust.
11014 (input_function): Likewise.
11015 (unpack_ts_base_value_fields): Adjust. Avoid conditional bitpacking.
11016 (lto_input_bitpack): Remove.
11017 (lto_materialize_tree): Adjust.
11018 * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
11019 * lto-cgraph.c (lto_output_edge): Adjust.
11020 (lto_output_node): Likewise.
11021 (lto_output_varpool_node): Likewise.
11022 (lto_output_ref): Likewise.
11023 (input_node): Likewise.
11024 (input_varpool_node): Likewise.
11025 (input_ref): Likewise.
11026 (input_edge): Likewise.
11027 (output_node_opt_summary): Likewise.
11028 (input_node_opt_summary): Likewise.
11029 * ipa-pure-const.c (pure_const_write_summary): Likewise.
11030 (pure_const_read_summary): Likewise.
11031 * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
11032 (ipa_read_indirect_edge_info): Likewise.
11033 (ipa_write_node_info): Likewise.
11034 (ipa_read_node_info): Likewise.
11035
11036 2010-06-14 H.J. Lu <hongjiu.lu@intel.com>
11037
11038 PR target/44534
11039 * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
11040 (vec_extract_lo_v16hi): Likewise.
11041 (vec_extract_lo_v32qi): Likewise.
11042
11043 2010-06-14 Jakub Jelinek <jakub@redhat.com>
11044
11045 PR bootstrap/44426
11046 * tree.h (build_call_expr): Don't define as vararg macro, instead
11047 add a prototype.
11048 * builtins.c (build_call_nofold): Remove.
11049 (expand_builtin_int_roundingfn, expand_builtin_pow,
11050 expand_builtin_mempcpy_args, expand_builtin_stpcpy,
11051 expand_builtin_memset_args, expand_builtin_strcmp,
11052 expand_builtin_strncmp, expand_builtin_memory_chk): Use
11053 build_call_nofold_loc instead of build_call_nofold.
11054 (build_call_expr): New function.
11055
11056 PR tree-optimization/44508
11057 * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
11058 * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
11059 don't eliminate trivially dead stmts.
11060 * tree-vrp.c (vrp_finalize): Pass false as last argument
11061 to substitute_and_fold.
11062 * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
11063 to substitute_and_fold.
11064 * tree-ssa-ccp.c (ccp_finalize): Likewise.
11065
11066 PR bootstrap/44509
11067 * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
11068
11069 2010-06-14 Ira Rosen <irar@il.ibm.com>
11070
11071 PR tree-optimization/44507
11072 * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
11073 to build initial vector for BIT_AND_EXPR.
11074 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
11075
11076 2010-06-14 Jakub Jelinek <jakub@redhat.com>
11077
11078 * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
11079 adjust z10prop set_attr.
11080
11081 2010-06-13 Jan Hubicka <jh@suse.cz>
11082
11083 * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
11084 bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
11085 bitmap_ior_into, bitmap_xor, bitmap_xor_into,
11086 bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
11087 datastructure checks into checking asserts.
11088 * rtlanal.c (find_reg_note): Use gcc_checking_assert.
11089 * tree-ssa-sccvn.c (VN_INFO): Likewise.
11090 * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
11091 df_ref_create_structure): Likewise.
11092 * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
11093 pool_free): Use gcc_checking_assert.
11094 * alias.c (get_alias_set): Likewise.
11095 * var-tracking.c (variable_htab_free, shared_hash_copy,
11096 canonicalize_values_mark, variable_merge_over_cur): Likewise.
11097 * lto-streamer.c (bp_unpack_value): Likewise.
11098
11099 2010-06-13 Richard Guenther <rguenther@suse.de>
11100
11101 * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
11102 Do not stream but initialize TYPE_CANONICAL to NULL.
11103 (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
11104 * gimple.c (gimple_types_compatible_p): Disregard
11105 TYPE_STRUCTURAL_EQUALITY_P.
11106 (gimple_register_type): Use TYPE_CANONICAL as cache.
11107 * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
11108 before registering common types.
11109 * config/i386/i386.c (ix86_function_arg_boundary): Do not
11110 use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
11111 * tree.h (TYPE_CANONICAL): Clarify documentation.
11112
11113 2010-06-13 Anatoly Sokolov <aesok@post.ru>
11114
11115 * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
11116 LIBCALL_VALUE): Remove macros.
11117 * config/ia64/ia64-protos.h (ia64_function_value): Remove.
11118 * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
11119 TARGET_FUNCTION_VALUE_REGNO_P): Define.
11120 (ia64_libcall_value, ia64_function_value_regno_p): New functions.
11121 (ia64_function_value): Make static. Handle receiving the function
11122 type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
11123
11124 2010-06-12 Jan Hubicka <jh@suse.cz>
11125
11126 * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
11127 at correct place.
11128
11129 2010-06-12 Bernd Schmidt <bernds@codesourcery.com>
11130
11131 * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
11132
11133 2010-06-12 Jan Hubicka <jh@suse.cz>
11134
11135 * df-core.c (df_clear_bb_info): New function.
11136 (df_set_blocks): bb_info is always allocated.
11137 (df_get_bb_info): Use block_info_elt_size.
11138 (df_set_bb_info): Likewise.
11139 (df_compact_blocks): Update for new block_info.
11140 (grow_bb_info): New function.
11141 * df-problems.c (df_grow_bb_info): Move to df-core.c
11142 (df_rd_set_bb_info): Remove.
11143 (df_rd_free_bb_info): Do not free block pool.
11144 (df_rd_alloc): Do not create pool, use check for
11145 obstack presence instead of NULL pointer for new blocks.
11146 (df_rd_free): DO not free alloc pool; clear block_info.
11147 (problem_RD): Add size of block info structure.
11148 (df_lr_set_bb_info): Remove.
11149 (df_lr_free_bb_info): Do not free block pool.
11150 (df_lr_alloc): Do not create pool, use check for
11151 obstack presence instead of NULL pointer for new blocks.
11152 (df_lr_free): DO not free alloc pool; clear block_info.
11153 (problem_LR): Add size of block info structure.
11154 (df_live_set_bb_info): Remove.
11155 (df_live_free_bb_info): Do not free block pool.
11156 (df_live_alloc): Do not create pool, use check for
11157 obstack presence instead of NULL pointer for new blocks.
11158 (df_live_free): DO not free alloc pool; clear block_info.
11159 (problem_LIVE): Add size of block info structure.
11160 (problem_CHAIN): Add size of block info structure.
11161 (df_byte_lr_set_bb_info): Remove.
11162 (df_byte_lr_free_bb_info): Do not free block pool.
11163 (df_byte_lr_alloc): Do not create pool, use check for
11164 obstack presence instead of NULL pointer for new blocks.
11165 (df_byte_lr_free): DO not free alloc pool; clear block_info.
11166 (problem_BYTE_LR): Add size of block info structure.
11167 (problem_NOTE): Add size of block info structure.
11168 (df_byte_MD_set_bb_info): Remove.
11169 (df_byte_MD_free_bb_info): Do not free block pool.
11170 (df_byte_MD_alloc): Do not create pool, use check for
11171 obstack presence instead of NULL pointer for new blocks.
11172 (df_byte_MD_free): DO not free alloc pool; clear block_info.
11173 (problem_BD): Add size of block info structure.
11174 * df-scan.c (df_scan_free_internal): Free block pool.
11175 (df_scan_set_bb_info): Remove.
11176 (df_scan_free_bb_info): Check for artificial_defs instead
11177 of bb_info being non-NULL.
11178 (df_scan_alloc): DO not create df_scan_block pool.
11179 (problem_SCAN): Set size of block info.
11180 (df_bb_refs_record): Do not allocate bb_info.
11181 * df.h (df_problem): Add block_info_elt_size.
11182 (struct dataflow): Change block_info to void *.
11183 (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
11184 df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
11185 in-line structures.
11186
11187 2010-06-12 Jan Hubicka <jh@suse.cz>
11188
11189 PR tree-optimize/44485
11190 * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
11191 containing use of return value of noreturn function.
11192
11193 2010-06-12 Anatoly Sokolov <aesok@post.ru>
11194
11195 * targhooks.c (default_function_value): Don't use
11196 FUNCTION_OUTGOING_VALUE.
11197 * system.h (FUNCTION_OUTGOING_VALUE): Poison.
11198 * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
11199
11200 2010-06-12 Kazu Hirata <kazu@codesourcery.com>
11201
11202 * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
11203 Add crtfastmath.o to extra_parts.
11204 * config/mips/crtfastmath.c: New.
11205 * config/mips/linux.h (ENDFILE_SPEC): New.
11206
11207 2010-06-12 Sebastian Pop <sebastian.pop@amd.com>
11208
11209 * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
11210 old_type in parameter.
11211 (gcc_type_for_value): Update call to gcc_type_for_interval.
11212 (compute_type_for_level_1): Renamed compute_type_for_level.
11213 Update call to gcc_type_for_interval.
11214
11215 2010-06-11 Joseph Myers <joseph@codesourcery.com>
11216
11217 * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
11218 flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
11219
11220 2010-06-11 Joseph Myers <joseph@codesourcery.com>
11221
11222 * opts-common.c: Include options.h.
11223 (integral_argument): Move from opts.c.
11224 (decode_cmdline_option): New. Based on read_cmdline_option.
11225 * opts.c (integral_argument): Move to opts-common.c.
11226 (read_cmdline_option): Move most contents to
11227 decode_cmdline_option. Use %qs in diagnostics.
11228 * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
11229 CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
11230 decode_cmdline_option): New.
11231
11232 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
11233
11234 PR target/44481
11235 * config/i386/i386.md (UNSPEC_PARITY): New unspec.
11236 (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
11237 (partiysi2_cmp): Ditto.
11238 (*partiyhi2_cmp): Ditto.
11239 (*parityqi2_cmp): Remove.
11240
11241 2010-06-11 Jan Hubicka <jh@suse.cz>
11242
11243 * bitmap.h (bmp_iter_next_bit): New.
11244 (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
11245
11246 2010-06-11 Sandra Loosemore <sandra@codesourcery.com>
11247 Eric Botcazou <ebotcazou@adacore.com>
11248
11249 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
11250 computed cost.
11251
11252 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
11253
11254 * config/i386/i386.md (unspec): New define_c_enum.
11255 (unspecv): Ditto.
11256
11257 2010-06-10 Jakub Jelinek <jakub@redhat.com>
11258
11259 * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
11260
11261 2010-06-11 Sebastian Pop <sebastian.pop@amd.com>
11262
11263 PR middle-end/44483
11264 * tree-if-conv.c (bb_predicate_s): New struct.
11265 (bb_predicate_p): New.
11266 (bb_has_predicate): New.
11267 (bb_predicate): New.
11268 (set_bb_predicate): New.
11269 (bb_predicate_gimplified_stmts): New.
11270 (set_bb_predicate_gimplified_stmts): New.
11271 (add_bb_predicate_gimplified_stmts): New.
11272 (init_bb_predicate): New.
11273 (free_bb_predicate): New.
11274 (is_predicated): Use bb_predicate.
11275 (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
11276 (predicate_bbs): Same. Gimplify the condition of the basic blocks
11277 before processing their successors.
11278 (clean_predicate_lists): Removed.
11279 (find_phi_replacement_condition): Use bb_predicate.
11280 (process_phi_nodes): Renamed ifconvert_phi_nodes. Avoid useless
11281 computations.
11282 (insert_gimplified_predicates): New.
11283 (combine_blocks): Call insert_gimplified_predicates.
11284 (tree_if_conversion): Call free_bb_predicate instead of
11285 clean_predicate_lists.
11286
11287 2010-10-11 Paul Brook <paul@codesourcery.com>
11288
11289 * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
11290 * config/arm/arm.c (all_architectures): Change v7e-m default to
11291 cortexm4.
11292 * config/arm/arm-cores.def: Add cortex-m4.
11293 * config/arm/arm-tune.md: Regenerate.
11294
11295 2010-06-11 Jan Hubicka <jh@suse.cz>
11296
11297 * ipa-pure-const.c (special_builtlin_state): New function.
11298 (check_call): Use it instead of special casign BUILT_IN_RETURN.
11299 (propagate_pure_const): Use it.
11300
11301 2010-06-11 Jan Hubicka <jh@suse.cz>
11302
11303 * df-problems.c (df_live_scratch): Convert to bitmap_head.
11304 (df_live_alloc): Initialize df_live_scratch when initializing
11305 problem_data.
11306 (df_live_transfer_function): Update uses of df_live_scratch.
11307 (df_live_free): Free problem_data; clear df_live_scratch before
11308 releasing the obstack.
11309 (df_md_free): Free problem data.
11310
11311 2010-06-11 Jan Hubicka <jh@suse.cz>
11312
11313 * doc/invoke.texi (Wsuggest-attribute): Document.
11314 (Wmissing-noreturn): Remove.
11315 * ipa-pure-const.c (warn_function_noreturn): New function.
11316 * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
11317 warn_missing_noreturn.
11318 * common.opt (Wsuggest-attribute=noreturn): New.
11319 * tree-flow.h (warn_function_noreturn): Declare.
11320 * tree-cfg.c (execute_warn_function_noreturn): Use
11321 warn_function_noreturn.
11322 (gate_warn_function_noreturn): New.
11323 (pass_warn_function_noreturn): Update.
11324
11325 2010-06-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
11326
11327 * c-typeck.c (handle_warn_cast_qual): Add loc
11328 parameter. Improve warning message.
11329 (build_c_cast): Pass location to handle_warn_cast_qual.
11330
11331 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
11332
11333 * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
11334 that operand 0 == operand 1. Use x86_maybe_negate_const_int to output
11335 insn mnemonic.
11336 (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
11337
11338 2010-06-10 Dodji Seketeli <dodji@redhat.com>
11339
11340 Fix bootstap on mips
11341 * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
11342 be naming typedefs.
11343
11344 2010-06-11 Kai Tietz <kai.tietz@onevision.com>
11345
11346 * system.h (helper_const_non_const_cast): New inline for
11347 gcc version <= 4.0.
11348 (CONST_CAST2): For gcc version <= 4.0 use
11349 new helper to do const/non-const casting.
11350
11351 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11352
11353 * doc/md.texi: Document the "unspec" and "unspecv" enum names.
11354 * Makefile.in (OBJS-common): Include insn-enums.o.
11355 (insn-enums.o): New rule.
11356 (simple_generated_c): Add insn-enums.c.
11357 (build/genenums.o): New rule.
11358 (genprogmd): Add "enums".
11359 * genconstants.c (print_enum_type): Declare a C string array
11360 for each enum.
11361 * genenums.c: New file.
11362 * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
11363 for UNSPEC_VOLATILE. If defined, use the "unspec" enum for both
11364 UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
11365
11366 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11367
11368 * doc/md.texi (define_enum_attr): Document.
11369 * rtl.def (DEFINE_ENUM_ATTR): New rtx.
11370 * read-md.h (lookup_enum_type): Declare.
11371 * read-md.c (lookup_enum_type): New function.
11372 * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
11373 * genattrtab.c (attr_desc): Add an enum_name field.
11374 (evaluate_eq_attr): Take the associated attribute as argument.
11375 Get the enum prefix from the enum_name field, if defined.
11376 Use ACONCAT rather than a fixed-length buffer. Update recursive calls.
11377 (simplify_test_exp): Pass attr to evaluate_eq_attr.
11378 (add_attr_value): New function, split out from...
11379 (gen_attr): ...here. Handle DEFINE_ENUM_ATTR.
11380 (write_test_expr): Pass attr to evaluate_eq_attr.
11381 (write_attr_get): Use the enum_name as the enum tag, if defined.
11382 (write_attr_valueq): Use the enum_name as a prefix, if defined.
11383 (find_attr): Initialize enum_name.
11384 (main): Handle DEFINE_ENUM_ATTR.
11385 * gensupport.c (process_rtx): Likewise.
11386 * config/mips/mips.h (mips_tune_attr): Delete.
11387 * config/mips/mips.md (cpu): Use define_attr_enum.
11388
11389 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11390
11391 * doc/md.texi (define_c_enum, define_enum): Document.
11392 * read-md.h (md_constant): Add a parent_enum field.
11393 (enum_value, enum_type): New structures.
11394 (upcase_string, traverse_enum_types): Declare.
11395 * read-md.c (enum_types): New variable.
11396 (upcase_string, add_constant): New functions.
11397 (handle_constants): Don't create the hash table here.
11398 Use add_constant.
11399 (traverse_md_constants): Don't check for a null md_constants.
11400 (decimal_string, handle_enum, traverse_enum_types): New functions.
11401 (read_md_files): Initialize md_constants and md_enums.
11402 * genconstants.c (print_md_constant): Ignore info argument.
11403 Only print constants that belong to no enum.
11404 (print_enum_type): New function.
11405 (main): Don't pass stdout to print_md_constant. Call print_enum_type
11406 for each defined enum type.
11407 * config/mips/mips.md (processor): New define_enum.
11408 (unspec): New define_c_enum.
11409 (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
11410 (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
11411 (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
11412 (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
11413 (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
11414 (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
11415 (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
11416 (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
11417 (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
11418 (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
11419 (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
11420 (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
11421 (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
11422 (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
11423 (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
11424 (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
11425 (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
11426 (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
11427 (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
11428 (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
11429 (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
11430 (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
11431 (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
11432 (UNSPEC_RDDSP): Move to mips-dsp.md.
11433 (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
11434 (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
11435 (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
11436 (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
11437 (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
11438 (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
11439 (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
11440 (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
11441 (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
11442 (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
11443 (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
11444 (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
11445 (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
11446 Moved to mips-dspr2.md.
11447 (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
11448 (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
11449 (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
11450 (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
11451 (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
11452 (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
11453 (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
11454 (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
11455 (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
11456 (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
11457 (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
11458 UNSPEC_LOONGSON_PSADBH)
11459 (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
11460 (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
11461 (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
11462 (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
11463 (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
11464 (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
11465 (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
11466 (cpu): Update comment.
11467 * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
11468 (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
11469 (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
11470 (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
11471 * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
11472 UNSPEC_LOONGSON_PCMPEQ)
11473 (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
11474 UNSPEC_LOONGSON_PINSR_0)
11475 (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
11476 (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
11477 (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
11478 (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
11479 (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
11480 UNSPEC_LOONGSON_PSADBH)
11481 (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
11482 (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
11483 (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
11484 * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
11485 (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
11486 (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
11487 (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
11488 * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
11489 (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
11490 (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
11491 (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
11492 (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
11493 (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
11494 (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
11495 (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
11496 (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
11497 (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
11498 (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
11499 (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
11500 (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
11501 (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
11502 (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
11503 (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
11504 (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
11505 (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
11506 (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
11507 (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
11508 (UNSPEC_RDDSP): Moved from mips.md.
11509 * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
11510 (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
11511 (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
11512 (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
11513 (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
11514 (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
11515 (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
11516 (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
11517 (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
11518 (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
11519 (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
11520 (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
11521 (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
11522 (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
11523 * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
11524 (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
11525 (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
11526 (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
11527 (UNSPEC_SCC): Moved from mips.md.
11528 * config/mips/mips.c (mips_arch, mips_tune): Change enum from
11529 "processor_type" to "processor".
11530 (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
11531 * config/mips/mips.h (processor_type): Delete.
11532 (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
11533 "processor_type" to "processor".
11534
11535 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11536
11537 * configure.ac (tm_include_list): Add insn-constants.h.
11538 * configure: Regenerate.
11539 * Makefile.in (GTM_H): Move insn-constants.h here from...
11540 (TM_H): ...here.
11541 * mkconfig.sh: Remove special handling for insn-constants.h.
11542
11543 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11544
11545 * Makefile.in (BUILD_RTL): Move build/read-md.o to...
11546 (BUILD_MD): ...this new variable.
11547 (simple_generated_rtl_h, simple_generated_rtl_c): New variables
11548 that include the old contents of simple_generated_h and
11549 simple_generated_c.
11550 (simple_generated_h, simple_generated_c): Include them. Add
11551 insn-constants.h.
11552 (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
11553 and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
11554 Remove these dependencies from the main rule and include
11555 insn-conditions.md in the command line only if it appears
11556 in the dependency list.
11557 (insn-constants.h, s-constants): Delete.
11558 (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
11559 or gensupport.h.
11560 (build/genmddeps.o): Likewise.
11561 (genprogrtl): New variable that contains everything from genprogmd
11562 except mddeps and constants.
11563 (genprogmd): Redefine in terms of genprogrtl. Make these programs
11564 depend on $(BUILD_MD)
11565 (genprog): New variable. Make these programs depend on
11566 $(BUILD_ERRORS).
11567 * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
11568 (main): Use read_md_files instead of init_rtx_reader_args.
11569 * genconstants.c: As for genmddeps.c.
11570 * read-md.h (read_skip_construct): Declare.
11571 * read-md.c (read_skip_construct): New function.
11572 (handle_file): Allow a null handle_directive, skipping the
11573 construct if so.
11574 (parse_include): Update the comment accordingly.
11575
11576 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11577
11578 * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
11579 * genmddeps.c: Include read-md.h.
11580 (main): Call init_rtx_reader_args instead of init_md_reader_args.
11581 * genattr.c (main): Likewise.
11582 * genattrtab.c (main): Likewise.
11583 * genautomata.c (main): Likewise.
11584 * gencodes.c (main): Likewise.
11585 * genconditions.c (main): Likewise.
11586 * genconfig.c (main): Likewise.
11587 * genconstants.c (main): Likewise.
11588 * genemit.c (main): Likewise.
11589 * genextract.c (main): Likewise.
11590 * genflags.c (main): Likewise.
11591 * genopinit.c (main): Likewise.
11592 * genoutput.c (main): Likewise.
11593 * genpeep.c (main): Likewise.
11594 * genrecog.c (main): Likewise.
11595 * genpreds.c (main): Likewise.
11596 * gensupport.h (in_fname): Move to read-md.h.
11597 (init_md_reader_args_cb): Rename to...
11598 (init_rtx_reader_args_cb): ...this and return a bool.
11599 (init_md_reader_args): Rename to...
11600 (init_rtx_reader_args): ...this and return a bool.
11601 (include_callback): Move to read-md.h.
11602 * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
11603 (file_name_list, first_dir_md_include): Move to read-md.c
11604 (first_bracket_include): Delete unused variable.
11605 (last_dir_md_include): Move to read-md.c.
11606 (process_include): Delete, moving code to read-md.c:handle_include.
11607 (process_rtx): Don't handle INCLUDE.
11608 (save_string): Delete.
11609 (rtx_handle_directive): New function.
11610 (init_md_reader_args_cb): Rename to...
11611 (init_rtx_reader_args_cb): ...this and return a boolean success value.
11612 Use read_md_args.
11613 (init_md_reader_args): Rename to...
11614 (init_rtx_reader_args): ...this and return a boolean success value.
11615 * rtl.def (INCLUDE): Delete.
11616 * rtl.h (read_rtx): Remove "int *" argument. Add "const char *"
11617 argument.
11618 * read-rtl.c (read_conditions): Don't gobble ')' here.
11619 (read_mapping): Likewise.
11620 (read_rtx): Remove LINENO argument. Add RTX_NAME argument.
11621 Handle top-level non-rtx constructs here rather than in read_rtx_1.
11622 Store the whole queue in *X. Remove call to init_md_reader.
11623 (read_rtx_1): Rename to...
11624 (read_rtx_code): ...this. Call read_nested_rtx to read subrtxes.
11625 Don't handle top-level non-rtx constructs here. Don't handle (nil)
11626 here.
11627 (read_nested_rtx): New function. Handle (nil) here rather than
11628 in read_rtx_code.
11629 (read_rtx_variadic): Call read_nested_rtx to read subrtxes. Don't
11630 gobble ')' here.
11631 * read-md.h (directive_handler_t): New type.
11632 (in_fname, include_callback): Moved from read-md.h.
11633 (read_constants, init_md_reader): Delete.
11634 (read_md_files): Declare.
11635 * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
11636 (last_dir_md_include_ptr, include_callback, max_include_len): Moved
11637 from gensupport.c.
11638 (read_constants): Rename to...
11639 (handle_constants): ...this. Don't gobble ')' here.
11640 (handle_include, handle_file, handle_toplevel_file)
11641 (parse_include): New functions, mostly taken from gensupport.c.
11642 (init_md_reader): Subsume into...
11643 (read_md_files): ...this new function.
11644
11645 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11646
11647 * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
11648 (unread_char): Decrement read_md_lineno after putting back '\n'.
11649 * read-md.c (fatal_with_file_and_line): Push back any characters
11650 that we decide not to add to the context.
11651 (read_skip_spaces): Don't increment read_md_lineno here. Avoid using
11652 fatal_expected_char in cases where '/' ends a line (for example).
11653 (read_name): Don't increment read_md_lineno here.
11654 (read_escape): Likewise.
11655 (read_quoted_string): Likewise.
11656 (read_braced_string): Likewise.
11657
11658 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11659
11660 * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
11661 (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
11662 * genconstants.c: Include read-md.h.
11663 * read-rtl.c (md_constants): Move to read-md.c.
11664 (md_name): Move to read-md.h.
11665 (initialize_iterators): Use leading_string_hash instead of def_hash
11666 and leading_string_eq_p instead of def_name_eq_p.
11667 (read_name): Move to read-md.c.
11668 (def_hash, def_name_eq_p): Delete.
11669 (read_constants, traverse_md_constants): Move to read-md.c.
11670 * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
11671 * read-md.h: Include hashtab.h.
11672 (md_name): Moved from read-rtl.c.
11673 (md_constant): Moved from read-md.h.
11674 (leading_string_hash, leading_string_eq_p, read_name)
11675 (read_constants, traverse_md_constants): Declare.
11676 * read-md.c (md_constants): Moved from read-rtl.c.
11677 (leading_string_hash, leading_string_eq_p): New functions.
11678 (read_name, read_constants, traverse_md_constants): Moved from
11679 read-rtl.c.
11680
11681 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11682
11683 * read-rtl.c (md_name): New structure.
11684 (read_name): Take an md_name instead of a buffer pointer.
11685 Use the "string" field instead of strcpy when expanding constants.
11686 (read_constants): Remove the tmp_char argument. Update the calls
11687 to read_name, using two local name buffers instead of the tmp_char
11688 argument. Merge the constant-creation code.
11689 (read_conditions): Remove the tmp_char argument. Update the calls
11690 to read_name, using a local name buffer instead of the tmp_char
11691 argument.
11692 (read_mapping): Replace tmp_char variable with a local name buffer.
11693 Update the calls to read_name.
11694 (read_rtx_1): Likewise. Update the calls to read_constants and
11695 read_conditions.
11696
11697 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11698
11699 * Makefile.in (build/read-md.o): Depend on errors.h.
11700 * read-md.h (error_with_line): Declare.
11701 * read-md.c: Include errors.h.
11702 (message_with_line_1): New function, extracted from...
11703 (message_with_line): ...here.
11704 (error_with_line): New function.
11705 * genattrtab.c: If a call to message_with_line is followed by
11706 "have_error = 1;", replace both statements with a call to
11707 error_with_line.
11708 * genoutput.c: Likewise.
11709 * genpreds.c: Likewise.
11710 * genrecog.c: If a call to message_with_line is followed by
11711 "error_count++;", replace both statements with a call to
11712 error_with_line.
11713 (errorcount): Delete.
11714 (main): Don't check it.
11715 * gensupport.c: If a call to message_with_line is followed by
11716 "errors = 1;", replace both statements with a call to error_with_line.
11717 (errors): Delete.
11718 (process_define_cond_exec): Check have_error instead of errors.
11719 (init_md_reader_args_cb): Likewise. Don't set errors.
11720
11721 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11722
11723 * read-md.h (read_md_file): Declare.
11724 (read_char, unread_char): New functions.
11725 (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
11726 (read_quoted_string, read_string): Remove FILE * argument.
11727 * read-md.c (read_md_file): New variable.
11728 (read_md_filename, read_md_lineno): Update comments and remove
11729 unnecessary initialization.
11730 (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
11731 (read_escape, read_quoted_string, read_braced_string, read_string):
11732 Remove FILE * argument. Update calls accordingly, using read_char
11733 and unread_char instead of getc and ungetc.
11734 * rtl.h (read_rtx): Remove FILE * argument.
11735 * read-rtl.c (iterator_group): Remove FILE * argument from
11736 "find_builtin".
11737 (iterator_traverse_data): Remove "infile" field.
11738 (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
11739 (add_mapping, read_name, read_constants, read_conditions)
11740 (validate_const_int, find_iterator, read_mapping, check_code_iterator)
11741 (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
11742 Remove file arguments from all calls, using read_char and unread_char
11743 instead of getc and ungetc.
11744 * gensupport.c (process_include): Preserve read_md_file around
11745 the include. Set read_md_file to the handle of the included file.
11746 Update call to read_rtx.
11747 (init_md_reader_args_cb): Set read_md_file to the handle of the file
11748 and remove local FILE *. Update calls to read_rtx.
11749
11750 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11751
11752 * read-md.h (read_rtx_lineno): Rename to...
11753 (read_md_lineno): ...this.
11754 (read_rtx_filename): Rename to...
11755 (read_md_filename): ...this.
11756 (copy_rtx_ptr_loc): Rename to...
11757 (copy_md_ptr_loc): ...this.
11758 (print_rtx_ptr_loc): Rename to...
11759 (print_md_ptr_loc): ...this.
11760 * read-md.c: Likewise. Update references after renaming.
11761 (string_obstack): Replace RTL with MD in comment.
11762 (set_rtx_ptr_loc): Rename to...
11763 (set_md_ptr_loc): ...this.
11764 (get_rtx_ptr_loc): Rename to...
11765 (get_md_ptr_loc): ...this.
11766 * genconditions.c: Update references after renaming.
11767 * genemit.c: Likewise.
11768 * genoutput.c: Likewise.
11769 * genpreds.c: Likewise.
11770 * gensupport.c: Likewise.
11771 * read-rtl.c: Likewise.
11772
11773 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
11774
11775 * Makefile.in (READ_MD_H): New variable.
11776 (BUILD_RTL): Add build/read-md.o.
11777 (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
11778 (build/gensupport.o, build/read-rtl.o, build/genattr.o)
11779 (build/genattrtab.o, build/genconditions.o build/genemit.o)
11780 (build/genextract.o, build/genflags.o, build/genoutput.o)
11781 (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
11782 (build/read-md.o): New rule.
11783 * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
11784 (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
11785 * coretypes.h: ...here.
11786 * lto-wrapper.c: Include coretypes.h instead of defaults.h.
11787 * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
11788 * genattr.c: Include read-md.h.
11789 * genattrtab.c: Likewise.
11790 * genconditions.c: Likewise.
11791 * genemit.c: Likewise.
11792 * genextract.c: Likewise.
11793 * genflags.c: Likewise.
11794 * genoutput.c: Likewise.
11795 * genpreds.c: Likewise.
11796 * genrecog.c: Likewise.
11797 * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
11798 (join_c_conditions, print_c_condition, read_rtx_filename)
11799 (read_rtx_lineno): Move to read-md.h.
11800 * read-rtl.c: Include read-md.h.
11801 (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
11802 (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
11803 (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
11804 (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
11805 (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
11806 (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
11807 (read_braced_string, read_string): Move to read-md.c.
11808 (read_rtx): Move some initialization to init_md_reader and call
11809 init_md_reader here.
11810 * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
11811 Move to read-md.h.
11812 * gensupport.c: Include read-md.h.
11813 (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
11814 * read-md.h, read-md.c: New files.
11815
11816 2010-06-10 Anatoly Sokolov <aesok@post.ru>
11817
11818 * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
11819 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
11820 * config/moxie/moxie-protos.h (moxie_function_value): Remove.
11821 * config/moxie/moxie.c (moxie_function_value): Make static.
11822 (moxie_libcall_value, moxie_function_value_regno_p): New functions.
11823 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
11824
11825 2010-06-10 Martin Jambor <mjambor@suse.cz>
11826
11827 * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
11828 * dbgcnt.def (tree_sra): New counter.
11829 * tree-sra.c: Include dbgcnt.h.
11830 (gate_intra_sra): Check tree_sra debug counter.
11831
11832 2010-06-10 Martin Jambor <mjambor@suse.cz>
11833
11834 PR tree-optimization/44258
11835 * tree-sra.c (build_access_subtree): Return false iff there is a
11836 partial overlap.
11837 (build_access_trees): Likewise.
11838 (analyze_all_variable_accesses): Disqualify candidates if
11839 build_access_trees returns true for them.
11840
11841 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
11842
11843 PR debug/41371
11844 * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
11845 tail-recurse into canonical node. Fast-forward over
11846 non-canonical VALUEs.
11847
11848 2010-06-10 H.J. Lu <hongjiu.lu@intel.com>
11849
11850 PR boostrap/44470
11851 * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
11852 (*addsi_1_zext) <TYPE_LEA>: Likewise.
11853 (add lea splitter): Likewise.
11854 (add_zext lea splitter): Likewise.
11855
11856 2010-06-10 Joseph Myers <joseph@codesourcery.com>
11857
11858 * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
11859
11860 2010-06-10 Jan Hubicka <jh@suse.cz>
11861
11862 * df-problems.c (df_live_problem_data): Add live_bitmaps.
11863 (df_live_alloc): Initialize problem data and live_osbtacks.
11864 (df_live_finalize): Remove obstack, problem data; do not
11865 clear all bitmaps.
11866 (df_live_top_dump, df_live_bottom_dump): Do not dump old
11867 data when not allocated.
11868 (df_live_verify_solution_start): Do not allocate problem data.
11869 (df_live_verify_solution_end): Check if out is allocated.
11870 (struct df_md_problem_data): New structure.
11871 (df_md_alloc): Allocate problem data.
11872 (df_md_free): Free problem data; do not clear bitmaps.
11873
11874 2010-06-10 Jan Beulich <jbeulich@novell.com>
11875
11876 PR bootstrap/37304
11877 * configure.ac: Replace $() with ${} when intending to expand
11878 variables rather than invoking commands.
11879 * configure: Re-generate.
11880
11881 2010-06-10 Jan Hubicka <jh@suse.cz>
11882
11883 PR rtl-optimization/44460
11884 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
11885 TYPE_NEEDS_CONSTRUCTING sanity check.
11886
11887 2010-06-10 Gerald Pfeifer <gerald@pfeifer.com>
11888
11889 * doc/include/fdl.texi: Move to GFDL version 1.3.
11890
11891 * doc/cpp.texi: Move to GFDL version 1.3.
11892 * doc/gcc.texi: Move to GFDL version 1.3. Fix copyright years.
11893 * doc/gccint.texi: Move to GFDL version 1.3.
11894 * doc/gcov.texi: Move to GFDL version 1.3. Update copyright years.
11895 * doc/install.texi: Move to GFDL version 1.3. Fix copyright years.
11896 * doc/invoke.texi: Move to GFDL version 1.3.
11897
11898 2010-06-09 Jan Hubicka <jh@suse.cz>
11899
11900 * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
11901 Break out from ...
11902 (propagate) ... here; swap the order.
11903
11904 2010-06-09 Jan Hubicka <jh@suse.cz>
11905
11906 * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
11907 bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
11908 bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
11909 bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
11910
11911 2010-06-09 Changpeng Fang <changpeng.fang@amd.com>
11912
11913 * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
11914 Do not the gather memory reference in the outer loop if the step
11915 is not a constant.
11916
11917 2010-06-09 Changpeng Fang <changpeng.fang@amd.com>
11918
11919 * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
11920 Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
11921 8 to 4. Minor change of the related comments.
11922
11923 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
11924
11925 * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
11926 the scev analysis when the variable is not used outside the loop
11927 in a close phi node: call compute_overall_effect_of_inner_loop.
11928
11929 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
11930
11931 * graphite-sese-to-poly.c (single_pred_cond): Renamed
11932 single_pred_cond_non_loop_exit. Return NULL for loop exit edges.
11933 (build_sese_conditions_before): Renamed call to single_pred_cond.
11934 (build_sese_conditions_after): Same.
11935
11936 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
11937
11938 * graphite-poly.h: Fix comments and indentation.
11939 * graphite-sese-to-poly.c: Same.
11940 (build_sese_conditions_before): Compute stmt and gbb only when needed.
11941 * tree-chrec.c: Fix comments and indentation.
11942 (tree-ssa-loop-niter.c): Same.
11943
11944 2010-06-09 Eric Botcazou <ebotcazou@adacore.com>
11945
11946 PR rtl-optimization/42461
11947 * dce.c (deletable_insn_p): Return true for const or pure calls again.
11948 * except.c (insn_could_throw_p): Return false if !flag_exceptions.
11949
11950 2010-06-09 Jan Hubicka <jh@suse.cz>
11951
11952 * bitmap.c (bitmap_and): Walk array forward.
11953 (bitmap_and_compl_into): Likewise.
11954 (bitmap_xor): Likewise.
11955 (bitmap_xor_into): Likewise.
11956 (bitmap_equal_p): Likewise.
11957 (bitmap_intersect_p): Likewise.
11958 (bitmap_intersect_compl_p): Likewise.
11959 (bitmap_ior_and_into): Likewise.
11960 (bitmap_elt_copy): Likewise.
11961 (bitmap_and_compl): Likewise.
11962 (bitmap_elt_ior): Likewise.
11963
11964 2010-06-09 Dave Korn <dave.korn.cygwin@gmail.com>
11965
11966 * opts-common.c (prune_options): Ensure replacement argv array
11967 is correctly terminated by a NULL entry.
11968
11969 2010-06-09 Jan Hubicka <jh@suse.cz>
11970
11971 * cgraph.h (varpool_first_static_initializer,
11972 varpool_next_static_initializer): Make checking only when
11973 checking enabled.
11974 * tree-vectorizer.h (vinfo_for_stmt): Remove check.
11975 (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
11976 gcc_assert to gcc_checking_assert.
11977 * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
11978 phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
11979 op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
11980 op_iter_init_phiuse, op_iter_init_phidef,
11981 array_ref_contains_indirect_ref, ref_contains_array_ref): Use
11982 gcc_checking_assert.
11983 * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
11984 * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
11985 partition_is_global, live_on_entry, live_on_exit,
11986 live_merge_and_clear): Likewise.
11987 * system.h (gcc_checking_assert): New macro.
11988 * gimple.h (set_bb_seq): Use gcc_checking_assert.
11989
11990 2010-06-09 Jason Merrill <jason@redhat.com>
11991
11992 * Makefile.in (TAGS): Collect tags info from c-family.
11993
11994 2010-06-09 Jan Hubicka <jh@suse.cz>
11995
11996 * gimple.h (gcc_gimple_checking_assert): New macro.
11997 (gimple_set_def_ops, gimple_set_use_ops,
11998 gimple_set_vuse, gimple_set_vdef,
11999 gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
12000 gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
12001 gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
12002 gimple_asm_output_op, gimple_asm_output_op_ptr,
12003 gimple_asm_set_output_op, gimple_asm_clobber_op,
12004 gimple_asm_set_clobber_op, gimple_asm_label_op,
12005 gimple_asm_set_label_op, gimple_try_set_kind,
12006 gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
12007 gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
12008 gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
12009 gimple_omp_for_index_ptr, gimple_omp_for_set_index,
12010 gimple_omp_for_initial, gimple_omp_for_initial_ptr,
12011 gimple_omp_for_set_initial, gimple_omp_for_final,
12012 gimple_omp_for_final_ptr, gimple_omp_for_set_final,
12013 gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
12014 gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
12015 conditional with ENABLE_GIMPLE_CHECKING.
12016 (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
12017
12018 2010-06-09 Sandra Loosemore <sandra@codesourcery.com>
12019
12020 * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
12021 (get_computation_cost_at): Use it.
12022 (determine_use_iv_cost_condition): Likewise.
12023 (determine_iv_cost): Likewise.
12024
12025 2010-06-09 Richard Guenther <rguenther@suse.de>
12026
12027 * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
12028 replace constants.
12029
12030 2010-06-09 Kai Tietz <kai.tietz@onevision.com>
12031
12032 * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
12033
12034 2010-06-09 Martin Jambor <mjambor@suse.cz>
12035
12036 PR tree-optimization/44423
12037 * tree-sra.c (dump_access): Dump also grp_assignment_read.
12038 (analyze_access_subtree): Pass negative allow_replacements to children
12039 if the current type is scalar.
12040
12041 2010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
12042
12043 PR testsuite/42843
12044 * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
12045 * doc/plugins.texi (Plugin license check): Update information
12046 on type of plugin_is_GPL_compatible.
12047 * Makefile.in (PLUGINCC): Define as $(COMPILER).
12048 (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
12049
12050 2010-06-09 Bernd Schmidt <bernds@codesourcery.com>
12051
12052 * config/arm/arm.c (thumb2_reorg): New function.
12053 (arm_reorg): Call it.
12054 * config/arm/thumb2.md (define_peephole2 for flag clobbering
12055 arithmetic operations): Delete.
12056
12057 2010-06-09 Edmar Wienskoski <edmar@freescale.com>
12058
12059 PR target/44067
12060 * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
12061 e500v2 target.
12062
12063 2010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
12064
12065 PR plugins/44459
12066 * gcc-plugin.h: Encapsulate all declarations in extern "C".
12067
12068 2010-06-08 Jan Hubicka <jh@suse.cz>
12069
12070 * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
12071 ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
12072
12073 2010-06-08 Sandra Loosemore <sandra@codesourcery.com>
12074
12075 PR tree-optimization/39874
12076 PR middle-end/28685
12077 * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
12078 Declare.
12079 * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
12080 same_bool_result_p): New.
12081 (and_var_with_comparison, and_var_with_comparison_1,
12082 and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
12083 (or_var_with_comparison, or_var_with_comparison_1,
12084 or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
12085 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
12086 maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
12087 of combine_comparisons.
12088 * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
12089
12090 2010-06-08 Anatoly Sokolov <aesok@post.ru>
12091
12092 * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
12093 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
12094 * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
12095 pdp11_function_value_regno_p): New functions.
12096 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
12097 TARGET_FUNCTION_VALUE_REGNO_P): Define.
12098
12099 2010-06-08 Kazu Hirata <kazu@codesourcery.com>
12100
12101 * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
12102 Thumb-2 in the MINUS case.
12103
12104 2010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
12105
12106 * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
12107
12108 * doc/gty.texi (GTY Options): Document typed GC allocation and
12109 variable_size GTY option.
12110
12111 * ggc-internal.h: New.
12112
12113 * ggc.h: Update copyright year.
12114 (digit_string): Move to stringpool.c.
12115 (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
12116 (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
12117 (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
12118 (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
12119 (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
12120 (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
12121 (ggc_force_collect, ggc_get_size, ggc_statistics)
12122 (ggc_print_common_statistics): Move to ggc-internal.h.
12123 (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
12124 (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
12125 (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
12126 (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
12127 (ggc_min_heapsize_heuristic, ggc_alloc_zone)
12128 (ggc_alloc_zone_pass_stat): Remove.
12129 (ggc_internal_alloc_stat, ggc_internal_alloc)
12130 (ggc_internal_cleared_alloc_stat): New.
12131 (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
12132 (ggc_internal_vec_alloc_stat)
12133 (ggc_internal_cleared_vec_alloc_stat)
12134 (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
12135 (ggc_alloc_atomic_stat, ggc_alloc_atomic)
12136 (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
12137 (ggc_cleared_alloc_ptr_array_two_args): New.
12138 (htab_create_ggc, splay_tree_new_ggc): Redefine.
12139 (ggc_splay_alloc): Change the type of the first argument to
12140 enum gt_types_enum.
12141 (ggc_alloc_string): Make macro.
12142 (ggc_alloc_string_stat): New.
12143 (ggc_strdup): Redefine.
12144 (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
12145 (ggc_alloc_rtvec_sized): New.
12146 (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
12147 (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
12148 (ggc_internal_cleared_alloc_zone_stat)
12149 (ggc_internal_zone_alloc_stat)
12150 (ggc_internal_zone_cleared_alloc_stat)
12151 (ggc_internal_zone_vec_alloc_stat)
12152 (ggc_alloc_zone_rtx_def_stat)
12153 (ggc_alloc_zone_tree_node_stat)
12154 (ggc_alloc_zone_cleared_tree_node_stat)
12155 (ggc_alloc_cleared_gimple_statement_d_stat): New.
12156
12157 * ggc-common.c: Include ggc-internal.h.
12158 (ggc_internal_cleared_alloc_stat): Rename from
12159 ggc_alloc_cleared_stat.
12160 (ggc_realloc_stat): Use ggc_internal_alloc_stat.
12161 (ggc_calloc): Remove.
12162 (ggc_cleared_alloc_htab_ignore_args): New.
12163 (ggc_cleared_alloc_ptr_array_two_args): New.
12164 (ggc_splay_alloc): Add obj_type parameter.
12165 (init_ggc_heuristics): Formatting fixes.
12166
12167 * ggc-none.c: Update copyright year.
12168 (ggc_alloc_stat): Rename to ggc_alloc_stat.
12169 (ggc_alloc_cleared_stat): Rename to
12170 ggc_internal_cleared_alloc_stat.
12171 (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
12172
12173 * ggc-page.c: Update copyright year. Include ggc-internal.h.
12174 Remove references to ggc_alloc in comments.
12175 (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
12176 (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
12177 (new_ggc_zone, destroy_ggc_zone): Remove.
12178 (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
12179
12180 * ggc-zone.c: Include ggc-internal.h. Remove references to
12181 ggc_alloc in comments.
12182 (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
12183 (ggc_internal_alloc_zone_pass_stat): New.
12184 (ggc_internal_cleared_alloc_zone_stat): New.
12185 (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
12186 (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
12187 (new_ggc_zone, destroy_ggc_zone): Remove.
12188
12189 * stringpool.c: Update copyright year. Include ggc-internal.h
12190 (digit_vector): Make static.
12191 (digit_string): Moved from ggc.h.
12192 (stringpool_ggc_alloc): Use ggc_alloc_atomic.
12193 (ggc_alloc_string): Rename to ggc_alloc_string_stat.
12194
12195 * Makefile.in (GGC_INTERNAL_H): New.
12196 (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
12197 $(GGC_INTERNAL_H) to dependencies.
12198
12199 * gentype.c: Update copyright year.
12200 (walk_type): Accept variable_size GTY option.
12201 (USED_BY_TYPED_GC_P): New macro.
12202 (write_enum_defn): Use USED_BY_TYPED_GC_P. Do not output
12203 whitespace at the end of strings.
12204 (get_type_specifier, variable_size_p): New functions.
12205 (alloc_quantity, alloc_zone): New enums.
12206 (write_typed_alloc_def): New function.
12207 (write_typed_struct_alloc_def): Likewise.
12208 (write_typed_typed_typedef_alloc_def): Likewise.
12209 (write_typed_alloc_defns): Likewise.
12210 (output_typename, write_splay_tree_allocator_def): Likewise.
12211 (write_splay_tree_allocators): Likewise.
12212 (main): Call write_typed_alloc_defns and
12213 write_splay_tree_allocators.
12214
12215 * lto-streamer.h (lto_file_decl_data_ptr): New.
12216
12217 * passes.c (order): Define using cgraph_node_ptr.
12218
12219 * strinpool.c (struct string_pool_data): Declare nested_ptr using
12220 ht_identifier_ptr.
12221
12222 * gimple.h (union gimple_statement_d): Likewise.
12223
12224 * rtl.h (struct rtx_def): Likewise.
12225 (struct rtvec_def): Likewise.
12226
12227 * tree.h (union tree_node): Likewise.
12228
12229 * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
12230
12231 * cfgloop.c (record_loop_exits): Use htab_create_ggc.
12232
12233 * tree-scalar-evolution.c (scev_initialize): Likewise.
12234
12235 * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
12236
12237 * dwarf2asm.c (dw2_force_const_mem): Likewise.
12238
12239 * omp-low.c (lower_omp_critical): Likewise.
12240
12241 * bitmap.h (struct bitmap_head_def): Update comment to not
12242 reference ggc_alloc.
12243
12244 * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
12245
12246 * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
12247
12248 * ipa-prop.c (duplicate_ggc_array): Rename to
12249 duplicate_ipa_jump_func_array. Use typed GC allocation.
12250 (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
12251
12252 * gimple.c (gimple_alloc_stat): Use
12253 ggc_alloc_cleared_gimple_statement_d_stat.
12254
12255 * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
12256
12257 * tree.c (make_node_stat): Use
12258 ggc_alloc_zone_cleared_tree_node_stat.
12259 (make_tree_vec_stat): Likewise.
12260 (build_vl_exp_stat): Likewise.
12261 (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
12262 (make_tree_binfo_stat): Likewise.
12263 (tree_cons_stat): Likewise.
12264
12265 * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
12266 (shallow_copy_rtx_stat): Likewise.
12267 (make_node_stat): Likewise.
12268
12269 * lto-symtab.c: Fix comment.
12270
12271 * tree-cfg.c (create_bb): Update comment to not reference
12272 ggc_alloc_cleared.
12273 * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
12274
12275 * varpool.c (varpool_node): Use typed GC allocation.
12276 (varpool_extra_name_alias): Likewise.
12277
12278 * varasm.c (emutls_decl): Likewise.
12279 (get_unnamed_section): Likewise.
12280 (get_noswitch_section): Likewise.
12281 (get_section): Likewise.
12282 (get_block_for_section): Likewise.
12283 (build_constant_desc): Likewise.
12284 (create_constant_pool): Likewise.
12285 (force_const_mem): Likewise.
12286
12287 * tree.c (build_vl_exp_stat): Likewise.
12288 (build_real): Likewise.
12289 (build_string): Likewise.
12290 (decl_debug_expr_insert): Likewise.
12291 (decl_value_expr_insert): Likewise.
12292 (type_hash_add): Likewise.
12293 (build_omp_clause): Likewise.
12294
12295 * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
12296
12297 * tree-ssa.c (init_tree_ssa): Likewise.
12298
12299 * tree-ssa-structalias.c (heapvar_insert): Likewise.
12300
12301 * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
12302
12303 * tree-ssa-loop-niter.c (record_estimate): Likewise.
12304
12305 * tree-ssa-alias.c (get_ptr_info): Likewise.
12306
12307 * tree-scalar-evolution.c (new_scev_info_str): Likewise.
12308
12309 * tree-phinodes.c (allocate_phi_node): Likewise.
12310
12311 * tree-iterator.c (tsi_link_before): Likewise.
12312 (tsi_link_after): Likewise.
12313
12314 * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
12315
12316 * tree-dfa.c (create_var_ann): Likewise.
12317
12318 * tree-cfg.c (create_bb): Likewise.
12319
12320 * toplev.c (alloc_for_identifier_to_locale): Likewise.
12321 (general_init): Likewise.
12322
12323 * stringpool.c (stringpool_ggc_alloc): Likewise.
12324 (gt_pch_save_stringpool): Likewise.
12325
12326 * sese.c (if_region_set_false_region): Likewise.
12327
12328 * passes.c (do_per_function_toporder): Likewise.
12329
12330 * optabs.c (set_optab_libfunc): Likewise.
12331 (set_conv_libfunc): Likewise.
12332
12333 * lto-symtab.c (lto_symtab_register_decl): Likewise.
12334
12335 * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
12336 (input_eh_region): Likewise.
12337 (input_eh_lp): Likewise.
12338 (make_new_block): Likewise.
12339 (unpack_ts_real_cst_value_fields): Likewise.
12340
12341 * lto-section-in.c (lto_new_in_decl_state): Likewise.
12342
12343 * lto-cgraph.c (input_node_opt_summary): Likewise.
12344
12345 * loop-init.c (loop_optimizer_init): Likewise.
12346
12347 * lambda.h (lambda_vector_new): Likewise.
12348
12349 * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
12350
12351 * ira.c (update_equiv_regs): Likewise.
12352
12353 * ipa.c (cgraph_node_set_new): Likewise.
12354 (cgraph_node_set_add): Likewise.
12355 (varpool_node_set_new): Likewise.
12356 (varpool_node_set_add): Likewise.
12357
12358 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
12359 (duplicate_ipa_jump_func_array): Likewise.
12360 (ipa_read_node_info): Likewise.
12361
12362 * ipa-cp.c (ipcp_create_replace_map): Likewise.
12363
12364 * integrate.c (get_hard_reg_initial_val): Likewise.
12365
12366 * gimple.c (gimple_alloc_stat): Likewise.
12367 (gimple_build_omp_for): Likewise.
12368 (gimple_seq_alloc): Likewise.
12369 (gimple_copy): Likewise.
12370
12371 * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
12372 (gsi_insert_after_without_update): Likewise.
12373
12374 * function.c (add_frame_space): Likewise.
12375 (insert_temp_slot_address): Likewise.
12376 (assign_stack_temp_for_type): Likewise.
12377 (allocate_struct_function): Likewise.
12378 (types_used_by_var_decl_insert): Likewise.
12379
12380 * except.c (init_eh_for_function): Likewise.
12381 (gen_eh_region): Likewise.
12382 (gen_eh_region_catch): Likewise.
12383 (gen_eh_landing_pad): Likewise.
12384 (add_call_site): Likewise.
12385
12386 * emit-rtl.c (get_mem_attrs): Likewise.
12387 (get_reg_attrs): Likewise.
12388 (start_sequence): Likewise.
12389 (init_emit): Likewise.
12390
12391 * dwarf2out.c (new_cfi): Likewise.
12392 (queue_reg_save): Likewise.
12393 (dwarf2out_frame_init): Likewise.
12394 (new_loc_descr): Likewise.
12395 (find_AT_string): Likewise.
12396 (new_die): Likewise.
12397 (add_var_loc_to_decl): Likewise.
12398 (clone_die): Likewise.
12399 (clone_as_declaration): Likewise.
12400 (break_out_comdat_types): Likewise.
12401 (new_loc_list): Likewise.
12402 (loc_descriptor): Likewise.
12403 (add_loc_descr_to_each): Likewise.
12404 (add_const_value_attribute): Likewise.
12405 (tree_add_const_value_attribute): Likewise.
12406 (add_comp_dir_attribute): Likewise.
12407 (add_name_and_src_coords_attributes): Likewise.
12408 (lookup_filename): Likewise.
12409 (store_vcall_insn): Likewise.
12410 (dwarf2out_init): Likewise.
12411
12412 * dbxout.c (dbxout_init): Likewise.
12413
12414 * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
12415
12416 * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
12417
12418 * config/score/score7.c (score7_output_external): Likewise.
12419
12420 * config/score/score3.c (score3_output_external): Likewise.
12421
12422 * config/s390/s390.c (s390_init_machine_status): Likewise.
12423
12424 * config/rs6000/rs6000.c (builtin_function_type): Likewise.
12425 (rs6000_init_machine_status): Likewise.
12426 (output_toc): Likewise.
12427
12428 * config/pa/pa.c (pa_init_machine_status): Likewise.
12429 (get_deferred_plabel): Likewise.
12430
12431 * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
12432
12433 * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
12434
12435 * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
12436
12437 * config/mep/mep.c (mep_init_machine_status): Likewise.
12438 (mep_note_pragma_flag): Likewise.
12439
12440 * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
12441
12442 * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
12443
12444 * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
12445
12446 * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
12447 (i386_pe_maybe_record_exported_symbol): Likewise.
12448
12449 * config/i386/i386.c (get_dllimport_decl): Likewise.
12450 (ix86_init_machine_status): Likewise.
12451 (assign_386_stack_local): Likewise.
12452
12453 * config/frv/frv.c (frv_init_machine_status): Likewise.
12454
12455 * config/darwin.c (machopic_indirection_name): Likewise.
12456
12457 * config/cris/cris.c (cris_init_machine_status): Likewise.
12458
12459 * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
12460
12461 * config/avr/avr.c (avr_init_machine_status): Likewise.
12462
12463 * config/arm/arm.c (arm_init_machine_status): Likewise.
12464
12465 * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
12466 (alpha_need_linkage): Likewise.
12467 (alpha_use_linkage): Likewise.
12468
12469 * cgraph.c (cgraph_allocate_node): Likewise.
12470 (cgraph_create_edge_1): Likewise.
12471 (cgraph_create_indirect_edge): Likewise.
12472 (cgraph_add_asm_node): Likewise.
12473
12474 * cfgrtl.c (init_rtl_bb_info): Likewise.
12475
12476 * cfgloop.c (alloc_loop): Likewise.
12477 (rescan_loop_exit): Likewise.
12478
12479 * cfg.c (init_flow): Likewise.
12480 (alloc_block): Likewise.
12481 (unchecked_make_edge): Likewise.
12482
12483 * c-parser.c (c_parse_init): Likewise.
12484 (c_parse_file): Likewise.
12485
12486 * c-decl.c (bind): Likewise.
12487 (record_inline_static): Likewise.
12488 (push_scope): Likewise.
12489 (make_label): Likewise.
12490 (lookup_label_for_goto): Likewise.
12491 (finish_struct): Likewise.
12492 (finish_enum): Likewise.
12493 (c_push_function_context): Likewise.
12494
12495 * bitmap.c (bitmap_element_allocate): Likewise.
12496 (bitmap_gc_alloc_stat): Likewise.
12497
12498 * alias.c (record_alias_subset): Likewise.
12499 (init_alias_analysis): Likewise.
12500
12501 2010-06-08 Shujing Zhao <pearly.zhao@oracle.com>
12502
12503 * fold-const.c (fold_comparison): Remove redundant parenthesis.
12504 * tree-inline.c (expand_call_inline): Pass translated return value of
12505 cgraph_inline_failed_string to diagnostic function.
12506
12507 2010-06-08 Andrew Pinski <pinskia@gmail.com>
12508 Shujing Zhao <pearly.zhao@oracle.com>
12509
12510 PR c/37724
12511 * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
12512 implicit bad conversions is initialization.
12513 (error_init): Use gmsgid instead of msgid for argument name and change
12514 the call for error.
12515 (pedwarn_init): Use gmsgid instead of msgid for argument name and
12516 change the call for pedwarn.
12517 (warning_init): Use gmsgid instead of msgid for argument name and
12518 change the call for warning.
12519
12520 2010-06-07 Nathan Froyd <froydnj@codesourcery.com>
12521
12522 * config/mips/mips-protos.h (mips_print_operand): Delete.
12523 (mips_print_operand_address): Delete.
12524 * config/mips/mips.h (mips_print_operand_punct): Delete.
12525 (PRINT_OPERAND): Delete.
12526 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
12527 (PRINT_OPERAND_ADDRESS): Delete.
12528 * config/mips/mips.c (mips_print_operand_punct): Make static.
12529 (mips_print_operand_address): Make static.
12530 (mips_print_operand): Make static. Call
12531 mips_print_operand_punct_valid_p.
12532 (mips_print_operand_punct_valid_p): New function.
12533 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
12534 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
12535
12536 2010-06-07 Jan Hubicka <jh@suse.cz>
12537
12538 PR middle-end/44454
12539 (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
12540 are allocated.
12541
12542 2010-06-07 Kaz Kojima <kkojima@gcc.gnu.org>
12543
12544 * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
12545 name of RECORD.
12546
12547 2010-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12548
12549 * doc/sourcebuild.texi (Effective-Target Keywords, Other
12550 attributes): Document gas.
12551
12552 2010-06-07 Uros Bizjak <ubizjak@gmail.com>
12553
12554 * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
12555 <TYPE_LEA>: Split instruction.
12556 <default>: Remove alternative 2 handling.
12557 (*addsi_1_zext) <TYPE_LEA>: Split instruction.
12558 (add lea splitter): Generate SImode lea for mode sizes <= SImode.
12559 (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
12560
12561 (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
12562 (ashift_zext lea splitter): Use DImode for multiplication.
12563
12564 * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
12565 to generate addition.
12566
12567 2010-06-07 Joseph Myers <joseph@codesourcery.com>
12568
12569 * common.opt (fira-verbose): Use Var.
12570 (fpcc-struct-return): Use Init instead of VarExists.
12571 * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
12572 toplev.c.
12573 * flags.h (flag_signed_char, flag_short_enums,
12574 flag_pcc_struct_return, flag_ira_verbose,
12575 flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
12576 * toplev.c (flag_detailed_statistics, flag_signed_char,
12577 flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
12578 (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
12579 * toplev.h (flag_crossjumping, flag_if_conversion,
12580 flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
12581 flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
12582 flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
12583 flag_cprop_registers, time_report, flag_ira_loop_pressure,
12584 flag_ira_coalesce, flag_ira_move_spills,
12585 flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
12586
12587 2010-06-07 Jan Hubicka <jh@suse.cz>
12588
12589 * df-core.c (df_analyze_problem): Do verification after allocation.
12590
12591 * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
12592 (df_lr_alloc): Initialize problem data; move bitmaps to
12593 lr_bitmaps obstack.
12594 (df_lr_finalize): Free problem data; do not bother to free bitmaps.
12595 (df_lr_verify_solution_start): Do not initialize problem data;
12596 allocate bitmaps in lr_bitmaps.
12597 (df_lr_verify_solution_end): Do not free problem data.
12598
12599 2010-06-07 Jan Hubicka <jh@suse.cz>
12600
12601 * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
12602 if caller is noreturn.
12603 * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
12604 * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
12605 * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
12606 * ipa-pure-const.c (check_decl): Add IPA parameter.
12607 (state_from_flags): New function.
12608 (better_state, worse_state): New functions.
12609 (check_call): When in IPA mode, do not care about callees.
12610 (check_load, check_store): Update.
12611 (check_ipa_load, check_ipa_store): New.
12612 (check_stmt): When in IPA mode, use IPA checkers.
12613 (analyze_function): Use state_from_flags.
12614 (propagate): Check indirect edges and references.
12615
12616 2010-06-07 Kazu Hirata <kazu@codesourcery.com>
12617
12618 PR rtl-optimization/44404
12619 * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
12620 of count_occurrences to see if it's safe to modify mem_insn.
12621
12622 2010-06-07 Richard Guenther <rguenther@suse.de>
12623
12624 * gimplify.c (gimplify_cleanup_point_expr): For empty body
12625 and EH-only cleanup drop the cleanup instead of inserting it
12626 unconditionally.
12627
12628 2010-06-07 Ira Rosen <irar@il.ibm.com>
12629
12630 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
12631 documentation.
12632 * targhooks.c (default_builtin_vectorization_cost): New function.
12633 * targhooks.h (default_builtin_vectorization_cost): Declare.
12634 * target.h (enum vect_cost_for_stmt): Define.
12635 (builtin_vectorization_cost): Change argument and comment.
12636 * tree-vectorizer.h: Remove cost model macros.
12637 * tree-vect-loop.c: Include target.h.
12638 (vect_get_cost): New function.
12639 (vect_estimate_min_profitable_iters): Replace cost model macros with
12640 calls to vect_get_cost.
12641 (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
12642 * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
12643 default implementation.
12644 * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
12645 calls to target hook builtin_vectorization_cost.
12646 (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
12647 Likewise.
12648 * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
12649 * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
12650 implementation to return costs.
12651 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
12652 * config/spu/spu.h: Remove vectorizer cost model macros.
12653 * config/i386/i386.h: Likewise.
12654 * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
12655 a call to target hook builtin_vectorization_cost.
12656
12657 2010-06-06 Sriraman Tallam <tmsriram@google.com>
12658
12659 PR target/44319
12660 * config/i386/i386.c (override_options): Turn zee pass on for level 2
12661 and above and defer till target is known.
12662 (optimization_options): Turn on zee pass if TARGET_64BIT is set and
12663 turn off otherwise.
12664
12665 2010-05-25 Jan Hubicka <jh@suse.cz>
12666
12667 * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
12668 (df_compact_blocks): Likewise.
12669 * df.h (struct df): Turn hardware_regs_used,
12670 regular_block_artificial_uses, eh_block_artificial_uses,
12671 insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
12672 bitmap_head.
12673 * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
12674 df_byte_lr_alloc, df_simulate_fixup_sets): Update.
12675 * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
12676 df_scan_blocks, df_insn_delete, df_insn_rescan,
12677 df_insn_rescan_debug_internal, df_insn_rescan_all,
12678 df_process_deferred_rescans, df_process_deferred_rescans,
12679 df_notes_rescan, df_get_call_refs, df_get_call_refs,
12680 regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
12681 df_record_entry_block_defs, df_record_exit_block_uses,
12682 df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
12683 df_scan_verify): Update.
12684
12685 2010-05-25 Dodji Seketeli <dodji@redhat.com>
12686
12687 PR c++/44188
12688 * c-common.c (is_typedef_decl): Move this definition ...
12689 * tree.c (is_typedef_decl): ... here.
12690 (typdef_variant_p): Move definition here from gcc/cp/tree.c.
12691 * c-common.h (is_typedef_decl): Move this declaration ...
12692 * tree.h (is_typedef_decl): ... here.
12693 (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
12694 * dwarf2out.c (is_naming_typedef_decl): New function.
12695 (gen_tagged_type_die): Split out of ...
12696 (gen_type_die_with_usage): ... this function. When an anonymous
12697 tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
12698 is emitted for the typedef.
12699 (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
12700 anonymous tagged types.
12701
12702 2010-06-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
12703
12704 PR c/20000
12705 * c-decl.c (grokdeclarator): Delete warning.
12706
12707 2010-06-06 Eric Botcazou <ebotcazou@adacore.com>
12708
12709 * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
12710 newly built CALL_EXPR.
12711 * tree-profile.c (tree_profiling): Don't profile functions produced
12712 for built-in stuff.
12713
12714 2010-06-06 Segher Boessenkool <segher@kernel.crashing.org>
12715
12716 PR bootstrap/44427
12717 PR bootstrap/44428
12718 * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
12719 endianness-independent.
12720
12721 2010-06-05 Steven Bosscher <steven@gcc.gnu.org>
12722
12723 * c-common.c: Move to c-family/.
12724 * c-common.def: Likewise.
12725 * c-common.h: Likewise.
12726 * c-cppbuiltin.c: Likewise.
12727 * c-dump.c: Likewise.
12728 * c-format.c: Likewise.
12729 * c-format.h : Likewise.
12730 * c-gimplify.c: Likewise.
12731 * c-lex.c: Likewise.
12732 * c-omp.c: Likewise.
12733 * c.opt: Likewise.
12734 * c-opts.c: Likewise.
12735 * c-pch.c: Likewise.
12736 * c-ppoutput.c: Likewise.
12737 * c-pragma.c: Likewise.
12738 * c-pragma.h: Likewise.
12739 * c-pretty-print.c: Likewise.
12740 * c-pretty-print.h: Likewise.
12741 * c-semantics.c: Likewise.
12742 * stub-objc.c: Likewise.
12743
12744 * gengtype.c (get_file_langdir): Special-case files in c-family/.
12745 (get_output_file_with_visibility): Fix name for c-common.h.
12746 * c-config-lang.in: Update paths in gtfiles for files in c-family/.
12747
12748 * c-tree.h: Update include path for moved files.
12749 * c-lang.c: Likewise.
12750 * c-lang.h: Likewise.
12751 * c-parser.c: Likewise.
12752 * c-convert.c: Likewise.
12753 * c-decl.c: Likewise.
12754 * c-objc-common.c: Likewise.
12755 * configure.ac: Make sure c-family/ exists in the build directory.
12756 * configure: Regenerate.
12757 * Makefile.in: Update paths for moved files. Regroup files per
12758 location and update dependencies. Move generated_files down after
12759 ALL_GTFILES_H.
12760
12761 * config/spu/spu-c.c: Update paths for moved files.
12762 * config/mep/mep-pragma.c: Likewise.
12763 * config/darwin-c.c: Likewise.
12764 * config/i386/msformat-c.c: Likewise.
12765 * config/i386/i386-c.c: Likewise.
12766 * config/avr/avr-c.c: Likewise.
12767 * config/sol2-c.c: Likewise.
12768 * config/ia64/ia64-c.c: Likewise.
12769 * config/rs6000/rs6000-c.c: Likewise.
12770 * config/arm/arm.c: Likewise.
12771 * config/arm/arm-c.c: Likewise.
12772 * config/h8300/h8300.c: Likewise.
12773 * config/v850/v850-c.c: Likewise.
12774
12775 * config/t-darwin: Fix dependencies for moved files.
12776 * config/t-sol2: Fix dependencies for moved files.
12777 * config/mep/t-mep: Fix dependencies for moved files.
12778 * config/ia64/t-ia64: Fix dependencies for moved files.
12779 * config/rs6000/t-rs6000: Fix dependencies for moved files.
12780 * config/v850/t-v850: Fix dependencies for moved files.
12781 * config/v850/t-v850e: Fix dependencies for moved files.
12782
12783 * config/m32c/m32c-pragma.c
12784
12785 * po/exgettext: Look in c-family/ also.
12786
12787 2010-06-05 Eric Botcazou <ebotcazou@adacore.com>
12788
12789 * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
12790 (mark_control_dependent_edges_necessary): Call it instead of marking
12791 the last statement manually.
12792 (propagate_necessity): Likewise.
12793
12794 2010-06-05 Jan Hubicka <jh@suse.cz>
12795
12796 * basic-block.h (compute_dominance_frontiers): Updated.
12797 (compute_idf): Likewise.
12798
12799 * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
12800 for dominance frontiers.
12801 (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
12802 (insert_updated_phi_nodes_for): Likewise.
12803 (update_ssa): Likewise.
12804 * cfganal.c (compute_dominance_frontiers_1): Likewise.
12805 (compute_dominance_frontiers): Likewise.
12806 (compute_idf): Likewise.
12807 * df-problems.c (df_md_local_compute): Likewise.
12808
12809 2010-06-05 Anatoly Sokolov <aesok@post.ru>
12810
12811 * target.h (struct gcc_target): Add memory_move_cost field.
12812 * target-def.h (TARGET_MEMORY_MOVE_COST): New.
12813 (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
12814 * targhooks.c (default_memory_move_cost): New function.
12815 * targhooks.h (default_memory_move_cost): Declare function.
12816 * reload.h (memory_move_cost): Declare.
12817 (memory_move_secondary_cost): Change type of 'in' argument to bool.
12818 * reginfo.c (memory_move_cost): New function.
12819 (memory_move_secondary_cost): Change type of 'in' argument to bool.
12820 * ira.h (ira_memory_move_cost): Update comment.
12821 * ira.c (ira_memory_move_cost): Update comment.
12822 (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
12823 with memory_move_cost.
12824 * postreload.c (reload_cse_simplify_set): (Ditto.).
12825 * reload1.c (choose_reload_regs): (Ditto.).
12826 * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
12827 (MEMORY_MOVE_COST): Revise documentation.
12828
12829 * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
12830 * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
12831 * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
12832 type of 'in' argument to bool.
12833 (TARGET_MEMORY_MOVE_COST): Define.
12834
12835 2010-06-05 Jan Hubicka <jh@suse.cz>
12836
12837 * ipa-pure-const.c (propagate): Fix typo in handling of functions
12838 that cannot return. Be more careful when merging the results with
12839 previously known ones.
12840
12841 2010-06-05 Matthias Klose <doko@ubuntu.com>
12842
12843 * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
12844 function to add the -iplugindir option.
12845 (find_plugindir_spec_function): Add new declaration and function.
12846 (static_spec_func): Use it for "find-plugindir".
12847
12848 2010-06-05 Jakub Jelinek <jakub@redhat.com>
12849
12850 PR c++/44361
12851 * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
12852 * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
12853 statement expression.
12854
12855 2010-06-05 Jan Hubicka <jh@suse.cz>
12856
12857 * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
12858 (df_rd_problem_data): Convert sparse_invalidated_by_call,
12859 dense_invalidated_by_call to bitmap head.
12860 (df_rd_alloc, df_rd_bb_local_compute_process_def,
12861 df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
12862 df_rd_start_dump, df_lr_verify_transfer_functions,
12863 df_live_verify_transfer_functions, df_chain_create_bb,
12864 df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
12865 df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
12866 df_simulate_one_insn_forwards, df_md_alloc,
12867 df_md_bb_local_compute_process_def,
12868 df_md_bb_local_compute_process_def, df_md_local_compute,
12869 df_md_transfer_function df_md_free): Update.
12870
12871 2010-06-05 Joseph Myers <joseph@codesourcery.com>
12872
12873 PR c/44322
12874 * c-typeck.c (build_unary_op): Merge qualifiers into pointer
12875 target type for ADDR_EXPR; require no changes to qualifiers except
12876 for function types.
12877 * c-tree.h (c_build_type_variant): Remove.
12878
12879 2010-06-05 Segher Boessenkool <segher@kernel.crashing.org>
12880
12881 * genautomata.c (get_excl_set): Do work per element, not per char.
12882 (check_presence_pattern_sets): Similar.
12883 (check_absence_pattern_sets): Similar.
12884
12885 2010-06-05 Segher Boessenkool <segher@kernel.crashing.org>
12886
12887 * genautomata.c (curr_state_pass_num): Delete.
12888 (min_issue_delay_pass_states): Delete.
12889 (min_issue_delay): Delete.
12890 (initiate_min_issue_delay_pass_states): Delete.
12891 (output_min_issue_delay_table): Compute min_issue_delay_vect
12892 using a breadth-first search variant.
12893 (output_tables): Don't call initiate_min_issue_delay_pass_states.
12894
12895 2010-06-04 H.J. Lu <hongjiu.lu@intel.com>
12896
12897 PR boostrap/44421
12898 * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
12899 (df_byte_lr_bb_local_compute): Likewise.
12900
12901 2010-06-03 Jason Merrill <jason@redhat.com>
12902
12903 Implement noexcept operator (5.3.7)
12904 * c-common.c (c_common_reswords): Add noexcept.
12905 * c-common.h (enum rid): Add RID_NOEXCEPT.
12906
12907 2010-06-04 Joseph Myers <joseph@codesourcery.com>
12908
12909 * config/darwin-driver.c (darwin_default_min_version): Use
12910 GCC-specific formats in diagnostics.
12911 * cppspec.c (lang_specific_driver): Use GCC-specific formats in
12912 diagnostics.
12913 * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
12914 execute, process_command, end_going_arg, do_self_spec, do_spec_1,
12915 eval_spec_function, handle_braces, process_brace_body, main,
12916 perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
12917 getenv_spec_function, compare_version_strings,
12918 version_compare_spec_function): Use GCC-specific formats in
12919 diagnostics.
12920
12921 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
12922
12923 * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
12924 that operand 0 and operand 1 are equal.
12925 (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
12926 (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
12927 and operand 1 are equal.
12928 <default>: Ditto. Remove ??? comment.
12929 (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
12930 and operand 1 are equal.
12931 <default>: Ditto. Remove ??? comment.
12932 (*adddi_4) <default>: Remove assert that operand 0 and operand 1
12933 are equal.
12934 (*add<mode>_4) <default>: Ditto.
12935 (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
12936
12937 2010-06-04 Nathan Froyd <froydnj@codesourcery.com>
12938
12939 * config/i386/i386-protos.h (ix86_print_operand): Declare.
12940 * config/i386/i386.c (ix86_print_operand): Make non-static.
12941 * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
12942 * output.h (output_operand): Declare.
12943 * final.c (output_operand): Make non-static.
12944
12945 2010-06-04 Alexandre Oliva <aoliva@redhat.com>
12946
12947 PR rtl-optimization/44013
12948 * sched-deps.c (add_dependence_list_and_free): Don't free lists
12949 when processing debug insns.
12950
12951 PR debug/41371
12952 * var-tracking.c (find_loc_in_1pdv): Mark initial value before
12953 recursing. Check that recursion is bounded. Rename inner var
12954 to avoid hiding incoming argument.
12955
12956 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
12957
12958 * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
12959 operands[2] == 255.
12960 (*addqi_3): Ditto.
12961 (*addqi_4): Ditto.
12962 (*addqi_5): Ditto.
12963 (*addqi_ext_1_rex64): Ditto.
12964 (*addqi_ext_1): Ditto.
12965
12966 (*addqi_4): Check for incdec_operand in QImode.
12967
12968 (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
12969 using SWI mode iterator.
12970 (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
12971 (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
12972 mode iterator.
12973 (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
12974 using SWI mode iterator.
12975
12976 2010-06-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
12977
12978 PR c/25880
12979 * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
12980 * c-format.c (gcc_diag_flag_specs): Add hash.
12981 (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
12982 (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
12983 * c-pretty-print.c (pp_c_cv_qualifier): Rename as
12984 pp_c_cv_qualifiers. Handle qualifiers spelling here.
12985 (pp_c_type_qualifier_list): Call the function above.
12986 * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
12987 * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
12988 (WARN_FOR_QUALIFIERS): New macro.
12989 (convert_for_assignment): Use it.
12990
12991 2010-06-04 Kai Tietz <kai.tietz@onevision.com>
12992
12993 * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
12994
12995 2010-06-04 Jan Hubicka <jh@suse.cz>
12996
12997 * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
12998 df_byte_lr_bb_info): Embedd bitmap_head into the structure.
12999 (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
13000 DF_BYTE_LR_OUT): Update for embedded bitmaps.
13001 * fwprop.c (single_def_use_enter_block): Likewise.
13002 * ddg.c (create_ddg_dep_from_intra_loop_link,
13003 add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
13004 * loop-iv.c (latch_dominating_def): Likewise.
13005 * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
13006 df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
13007 df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
13008 df_rd_transfer_function, df_rd_top_dump,
13009 df_rd_bottom_dump): Update.
13010 (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
13011 df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
13012 df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
13013 df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
13014 df_lr_verify_solution_start, df_lr_verify_solution_end,
13015 df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
13016 df_live_free_bb_info, df_live_alloc, df_live_reset,
13017 df_live_bb_local_compute, df_live_init, df_live_transfer_function,
13018 df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
13019 df_live_verify_solution_start, df_live_verify_solution_end,
13020 df_live_verify_transfer_functions, df_chain_create_bb,
13021 df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
13022 df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
13023 df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
13024 df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
13025 df_byte_lr_confluence_0, df_byte_lr_confluence_n,
13026 df_byte_lr_transfer_function, df_byte_lr_top_dump,
13027 df_byte_lr_bottom_dump, df_create_unused_note,
13028 df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
13029 df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
13030 df_md_transfer_function, df_md_init, df_md_confluence_0,
13031 df_md_confluence_n,
13032 df_md_top_dump, df_md_bottom_dump): Update.
13033 (struct df_lr_problem_data): Embedd bitmap headers.
13034
13035 2010-06-04 Jan Hubicka <jh@suse.cz>
13036
13037 * dce.c (dce_process_block): Do not re-scan already marked
13038 instructions.
13039
13040 2010-06-04 Bernd Schmidt <bernds@codesourcery.com>
13041
13042 PR rtl-optimization/39871
13043 PR rtl-optimization/40615
13044 PR rtl-optimization/42500
13045 PR rtl-optimization/42502
13046 * ira.c (init_reg_equiv_memory_loc: New function.
13047 (ira): Call it twice.
13048 * reload.h (calculate_elim_costs_all_insns): Declare.
13049 * ira-costs.c: Include "reload.h".
13050 (regno_equiv_gains): New static variable.
13051 (init_costs): Allocate it.
13052 (finish_costs): Free it.
13053 (ira_costs): Call calculate_elim_costs_all_insns.
13054 (find_costs_and_classes): Take estimated elimination costs
13055 into account.
13056 (ira_adjust_equiv_reg_cost): New function.
13057 * ira.h (ira_adjust_equiv_reg_cost): Declare it.
13058 * reload1.c (init_eliminable_invariants, free_reg_equiv,
13059 elimination_costs_in_insn, note_reg_elim_costly): New static functions.
13060 (elim_bb): New static variable.
13061 (reload): Move code out of here into init_eliminable_invariants and
13062 free_reg_equiv. Call them.
13063 (calculate_elim_costs_all_insns): New function.
13064 (eliminate_regs_1): Declare. Add extra arg FOR_COSTS;
13065 all callers changed. If FOR_COSTS is true, don't call alter_reg,
13066 but call note_reg_elim_costly if we turned a valid memory address
13067 into an invalid one.
13068 * Makefile.in (ira-costs.o): Depend on reload.h.
13069
13070 2010-06-04 Julian Brown <julian@codesourcery.com>
13071
13072 * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
13073 for pool ranges.
13074
13075 2010-06-04 Richard Guenther <rguenther@suse.de>
13076
13077 PR lto/41584
13078 * cgraph.h (struct varpool_node): Add lto_file_data field.
13079 * lto-cgraph.c (input_varpool_node): Initialize it.
13080
13081 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
13082
13083 * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
13084 * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
13085 predicate in "type" attribute calculation.
13086 (*addsi_1_zext): Ditto.
13087 (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
13088 (*addsi_2_zext): Ditto.
13089 (*add<mode>_3): Ditto.
13090 (*addsi_3_zext): Ditto.
13091 (*add<mode>_5): Ditto.
13092
13093 2010-06-03 Jan Hubicka <jh@suse.cz>
13094
13095 * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
13096 of bitmap_bit_p.
13097 * cfganal.c (compute_dominance_frontiers_1): Likewise.
13098
13099 2010-06-03 Jan Hubicka <jh@suse.cz>
13100
13101 * df-problems.c (df_create_unused_note, df_note_bb_compute):
13102 micro-optimize the checks when to add new note.
13103
13104 2010-06-03 Nathan Froyd <froydnj@codesourcery.com>
13105
13106 * final.c (output_asm_insn): Call
13107 targetm.asm_out.print_operand_punct_valid_p. Update comments.
13108 (output_operand): Call targetm.asm_out.print_operand. Update comments.
13109 (output_address): Call targetm.asm_out.print_operand_address.
13110 Update comments.
13111 * target.h (struct gcc_target): Add print_operand,
13112 print_operand_address, and print_operand_punct_valid_p fields.
13113 * targhooks.h (default_print_operand): Declare.
13114 (default_print_operand_address): Declare.
13115 (default_print_operand_punct_valid_p): Declare.
13116 * targhooks.c (default_print_operand): Define.
13117 (default_print_operand_address): Define.
13118 (default_print_operand_punct_valid_p): Define.
13119 * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
13120 (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
13121 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
13122 (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
13123 TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
13124 * vmsdbgout.c (addr_const_to_string): Update comment.
13125 * config/i386/i386.c (print_operand): Rename to...
13126 (ix86_print_operand): ...this. Make static.
13127 (print_operand_address): Rename to...
13128 (ix86_print_operand_address): ...this. Make static. Call
13129 ix86_print_operand instead of PRINT_OPERAND.
13130 (ix86_print_operand_punct_valid_p): New function.
13131 (TARGET_PRINT_OPERAND): Define.
13132 (TARGET_PRINT_OPERAND_ADDRESS): Define.
13133 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
13134 * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
13135 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13136 (PRINT_OPERAND): Delete.
13137 (PRINT_OPERAND_ADDRESS): Delete.
13138 * config/i386/i386-protos.h (print_operand): Delete prototype.
13139 (print_operand_address): Delete prototype.
13140
13141 2010-06-03 Richard Guenther <rguenther@suse.de>
13142
13143 PR tree-optimization/44403
13144 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
13145 Preserve pointer qualifiers.
13146 (vect_create_data_ref_ptr): Likewise.
13147
13148 2010-06-03 H.J. Lu <hongjiu.lu@intel.com>
13149
13150 PR c++/44294
13151 * defaults.h (MAX_FIXED_MODE_SIZE): New.
13152
13153 * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
13154
13155 2010-06-03 Jakub Jelinek <jakub@redhat.com>
13156
13157 PR debug/44375
13158 * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
13159 return false if merging the bbs would lead to goto_locus
13160 location being lost from the IL.
13161
13162 2010-06-03 Jan Hubicka <jh@suse.cz>
13163 Jakub Jelinek <jakub@redhat.com>
13164
13165 * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
13166 set->regs[i] is NULL or has just one entry.
13167
13168 2010-06-03 Jan Hubicka <jh@suse.cz>
13169
13170 * lto-cgraph.c (lto_varpool_encoder_size): Remove.
13171 * lto-streamer.h (lto_varpool_encoder_size): New inline function.
13172
13173 2010-06-03 Paul Brook <paul@codesourcery.com>
13174
13175 * config/arm/arm.c (FL_TUNE): Define.
13176 (arm_default_cpu, arm_cpu_select): Remove.
13177 (all_cores): Populate core field.
13178 (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
13179 (arm_find_cpu): New function.
13180 (arm_handle_option): Lookup cpu/architecture names.
13181 (arm_override_options): Cleanup mcpu/march/mtune handling.
13182 (arm_file_start): Ditto.
13183
13184 2010-06-03 Alan Modra <amodra@gmail.com>
13185
13186 PR target/44169
13187 * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
13188 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
13189 rtx to gen_load_toc_v4_PIC_1b. Tidy.
13190 (rs6000_emit_load_toc_table): Likewise.
13191
13192 2010-06-02 Jan Hubicka <jh@suse.cz>
13193
13194 * passes.c (init_optimization_passes): Put ipa reference
13195 after ipa pure-const.
13196
13197 2010-06-02 Jan Hubicka <jh@suse.cz>
13198
13199 * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
13200 calls_read_all and calls_write_all.
13201 (get_reference_optimization_summary): Fix formatting.
13202 (is_proper_for_analysis): Check that decl is not readonly.
13203 (propagate_bits): Check CONST/PURE/noreturn flags.
13204 (ipa_init): Move all_module_statics to optimization_summary_obstack.
13205 (analyze_function): Ignore indirect edges.
13206 (copy_global_bitmap): For all module statics, do nothing.
13207 (generate_summary): Do not print calls_read_all/calls_write_all.
13208 (read_write_all_from_decl): Take node as argument; check
13209 cgraph_node_cannot_return.
13210 (propagate): Reorganize read_all/write_all computation;
13211 check indirect edges; check ecf flags; use all_module_statics
13212 in the results; do not free all_module_statics.
13213 (stream_out_bitmap): Handle all_module_statics.
13214 (ipa_reference_write_optimization_summary): Likewise; use
13215 varpool/cgraph encoders to get boundaries.
13216 (ipa_reference_read_optimization_summary): Read in all_module_statics;
13217 use it when possible.
13218
13219 2010-06-02 Michael Meissner <meissner@linux.vnet.ibm.com>
13220
13221 PR target/44218
13222 * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
13223 -mswdiv option. Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
13224
13225 * doc/extend.texi (powerpc builtins): Document vec_recip,
13226 vec_rsqrt, vec_rsqrte altivec/vsx builtins.
13227
13228 * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
13229 (rs6000_emit_swrsqrt): Ditto.
13230 (rs6000_emit_swdivsf): Delete.
13231 (rs6000_emit_swdivdf): Ditto.
13232 (rs6000_emit_swrsqrtsf): Ditto.
13233
13234 * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
13235 describe the reciprocal estimate support for each type.
13236 (recip_options): Map -mrecip=<opt> into option bits.
13237 (gen_2arg_fn_t): New typedef for binary rtx gen function.
13238 (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
13239 reciprocal estimate instructions.
13240 (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
13241 debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
13242 Set up rs6000_recip_bits based on the -mrecip* options. Print the
13243 cost information if -mdebug=cost or -mdebug=reg.
13244 (rs6000_override_options): Set -mrecip-precision for power6, and
13245 power7 machines. If -mvsx or -mdfp, enable various options that
13246 came in previous instruction set ISAs, unless the option was
13247 explicitly disabled by the command line option. Parse
13248 -mrecip=<opt> options.
13249 (rs6000_builtin_vectorized_function): Add support for vectorizing
13250 the reciprocal estimate builtins and expansions.
13251 (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
13252 (bdesc_2arg): Add reciprocal estimate builtins.
13253 (bdesc_1arg): Add reciprocal square root estimate builtins.
13254 (rs6000_expand_builtin): Rewrite to use a switch statement,
13255 instead of multiple if/then/elses. Add reciprocal estimate builtins.
13256 (rs6000_init_builtins): Create declarations for reciprocal
13257 estimate builtins.
13258 (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
13259 sized, prefer traditional floating point registers, if integer
13260 vector types, prefer altivec registers. Don't actually look at
13261 the memory address any more.
13262 (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
13263 builtins.
13264 (rs6000_load_constant_and_splat): New helper function to load up
13265 the constant for reciprocal estimate instructions.
13266 (rs6000_emit_madd): New helper function for generating
13267 multiply/add type instructions, based on the current switches.
13268 (rs6000_emit_msub): Ditto.
13269 (rs6000_emit_mnsub): Ditto.
13270 (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
13271 replace a divide with a reciprocal estimate and fixup, adding
13272 support for machines with high precision and vectors.
13273 (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
13274 low precision machines.
13275 (rs6000_emit_swdiv): New common function to be called to replace a
13276 division with reciprocal estimate and fixup.
13277 (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf. Add support
13278 for double and vector types. Add support for high precision machines.
13279
13280 * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
13281 the reciprocal estimate instructions can be generated.
13282 (TARGET_FRE): Ditto.
13283 (TARGET_FRSQRTES): Ditto.
13284 (TARGET_FRSQRTE): Ditto.
13285 (RS6000_RECIP_*): New macros for reciprocal estimate support.
13286
13287 * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
13288 square root estimate on vectors.
13289 (re<mode>2): New insn for reciprocal division estimate on vectors.
13290
13291 * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
13292 New builtin.
13293 (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
13294 (ALTIVEC_BUITLIN_VEC_RE): Ditto.
13295 (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
13296 (VSX_BUILTIN_RSQRT_V4SF): Ditto.
13297 (VSX_BUITLIN_RSQRT_V2DF): Ditto.
13298 (RS6000_BUILTIN_RSQRT): Ditto.
13299 (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
13300 floating point builtin.
13301
13302 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
13303 macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
13304 __RECIP_PRECISION__ based on the command line switches.
13305 (altivec_overloaded_builtins): Add reciprocal estimate builtins.
13306
13307 * config/rs6000/rs6000.opt (-mrecip): Document add support for
13308 replacing division instructions with reciprocal estimate and fixup.
13309 (-mrecip=<opt>): New option.
13310 (-mrecip-precision): Ditto.
13311
13312 * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
13313 (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
13314 (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
13315 precision scalar.
13316
13317 * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
13318 (UNSPEC_VREFP): Ditto.
13319 (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
13320 conterparts with regard to support of -mno-fused-madd and -ffast-math.
13321 (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
13322 reciprocal estimate instructions to be generated.
13323 (altivec_vrefp): Ditto.
13324
13325 * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
13326 estimate support.
13327 (rreg): New mode attribute for reciprocal estimate support.
13328 (recip<mode>3): New insn for division using reciprocal estimate
13329 and fixup builtins.
13330 (divide define_split): New define_split to convert floating point
13331 division to use reciprocal estimate if the user used the
13332 appropriate options and the split is run when we can add new
13333 pseudo registers for the fixup.
13334 (rsqrt<mode>2): New insn for reciprocal square root support.
13335 (recipsf3): Move into recip<mode>3.
13336 (recipdf3): Ditto.
13337 (fres): Use TARGET_FRES.
13338 (rsqrtsf2): Move into rsqrt<mode>2.
13339 (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
13340 (copysignsf3): Add support for VSX.
13341 (fred): Use TARGET_FRE.
13342 (fred_fpr): Ditto.
13343 (rsqrtdf_internal1): New function for frsqrte instruciton.
13344
13345 * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
13346 (vec_rsqrt): Ditto.
13347
13348 2010-06-03 Richard Guenther <rguenther@suse.de>
13349
13350 PR middle-end/44291
13351 * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
13352 (set_user_assembler_libfunc): Likewise.
13353
13354 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
13355
13356 * mkconfig.sh: Include insn-flags.h and insn-constants.h before
13357 defaults.h.
13358 * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
13359 to defaults.h
13360 * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
13361 DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
13362 FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
13363 STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
13364 STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
13365 STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
13366 STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
13367 STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
13368 * defaults.h: Updated for above mentioned changes.
13369
13370 2010-06-02 Kai Tietz <kai.tietz@onevision.com>
13371
13372 * c-common.c: Remove header include of tm_p.h.
13373 * Makefile.in (c-common.o): Remove TM_P_H dependency.
13374
13375 2010-06-02 Jakub Jelinek <jakub@redhat.com>
13376
13377 * tree.h (struct tree_decl_map): New type.
13378 (tree_decl_map_eq, tree_decl_map_marked_p): Define.
13379 (tree_decl_map_hash): New prototype.
13380 (debug_expr_for_decl, value_expr_for_decl): Change into
13381 tree_decl_map hashtab from tree_map.
13382 (init_ttree): Adjust initialization.
13383 (tree_decl_map_hash): New function.
13384 (decl_debug_expr_lookup, decl_debug_expr_insert,
13385 decl_value_expr_lookup, decl_value_expr_insert): Adjust.
13386
13387 2010-06-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13388
13389 * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
13390 linker emulations.
13391 * configure: Regenerate.
13392 * config.in: Regenerate.
13393
13394 * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
13395 (X86_64_EMULATION): Define.
13396 (TARGET_LD_EMULATION): Use them.
13397
13398 * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
13399 (SPARC64_EMULATION): Define.
13400 (LINK_ARCH_SPEC): Use them.
13401
13402 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
13403
13404 * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
13405 smallest_mode_for_size for computing the precision types of new
13406 graphite IVs. Do not call lang_hooks.types.type_for_size.
13407
13408 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
13409
13410 * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
13411 information.
13412 (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
13413
13414 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
13415
13416 PR middle-end/44363
13417 * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
13418 return false instead.
13419
13420 2010-06-02 Jan Hubicka <jh@suse.cz>
13421
13422 PR middle-end/44295
13423 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
13424 create new cgraph node to check callee.
13425
13426 2010-06-02 Richard Guenther <rguenther@suse.de>
13427
13428 * lto-streamer-in.c (input_gimple_stmt): Fix typo.
13429
13430 2010-06-02 Richard Guenther <rguenther@suse.de>
13431
13432 * lto-wrapper.c (lto_wrapper_exit): Rename to ...
13433 (lto_wrapper_cleanup): ... this. Do not exit.
13434 (fatal): Adjust. Exit here.
13435 (fatal_perror): Likewise.
13436 (fatal_signal): New function.
13437 (main): Set up signal handlers to cleanup temporary files.
13438 * Makefile.in (lto-wrapper.o): Adjust dependencies.
13439
13440 2010-06-02 Richard Guenther <rguenther@suse.de>
13441
13442 PR tree-optimization/44377
13443 * tree-ssa-structalias.c (find_func_aliases): Fix typo.
13444
13445 2010-06-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13446
13447 * config/s390/2097.md (z10_fhex): Remove insn reservation.
13448 * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
13449 (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
13450 *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
13451 instruction.
13452 * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
13453
13454 2010-06-02 Jan Hubicka <jh@suse.cz>
13455
13456 * bitmap.c (bitmap_descriptor): Add search_iter.
13457 (bitmap_find_bit): Increment it.
13458 (print_statistics): Print it.
13459
13460 2010-06-02 Nathan Froyd <froydnj@codesourcery.com>
13461
13462 * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
13463 instead of gimple_build_call_vec. Delete unnecessary local variable.
13464
13465 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
13466
13467 * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
13468 change from yesterday.
13469
13470 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
13471
13472 * c-ada-spec.c: Clean up redundant includes.
13473
13474 2010-06-01 Steven Bosscher <steven@gcc.gnu.org>
13475
13476 * gimplify.c: Do not include except.h and optabs.h.
13477 (gimplify_body): Do not initialize RTL profiling.
13478 * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
13479 langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
13480 * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
13481 output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
13482 langhooks.h.
13483
13484 * tree-pretty-print.h: Include pretty-print.h.
13485 * gimple-pretty-print.h: Include pretty-print.h.
13486
13487 * tree-pretty-print.c: Do not include diagnostic.h.
13488 * tree-vrp.c: Likewise.
13489 * tree-tailcall.c: Likewise
13490 * tree-scalar-evolution.c: Likewise
13491 * tree-ssa-dse.c: Likewise
13492 * tree-chrec.c: Likewise
13493 * tree-ssa-sccvn.c: Likewise
13494 * tree-ssa-copyrename.c: Likewise
13495 * tree-nomudflap.c: Likewise
13496 * tree-call-cdce.c: Likewise
13497 * tree-stdarg.c: Likewise
13498 * tree-ssa-math-opts.c: Likewise
13499 * tree-nrv.c: Likewise
13500 * tree-ssa-sink.c: Likewise
13501 * tree-browser.c: Likewise
13502 * tree-ssa-loop-ivcanon.c: Likewise
13503 * tree-ssa-loop.c: Likewise
13504 * tree-parloops.c: Likewise
13505 * tree-ssa-address.c: Likewise
13506 * tree-ssa-ifcombine.c: Likewise
13507 * tree-if-conv.c: Likewise
13508 * tree-data-ref.c: Likewise
13509 * tree-affine.c: Likewise
13510 * tree-ssa-phiopt.c: Likewise
13511 * tree-ssa-coalesce.c: Likewise
13512 * tree-ssa-pre.c: Likewise
13513 * tree-ssa-live.c: Likewise
13514 * tree-predcom.c: Likewise
13515 * tree-ssa-forwprop.c: Likewise
13516 * tree-ssa-dce.c: Likewise
13517 * tree-ssa-ter.c: Likewise
13518 * tree-ssa-loop-prefetch.c: Likewise
13519 * tree-optimize.c: Likewise
13520 * tree-ssa-phiprop.c: Likewise
13521 * tree-object-size.c: Likewise
13522 * tree-outof-ssa.c: Likewise
13523 * tree-ssa-structalias.c: Likewise
13524 * tree-switch-conversion.c: Likewise
13525 * tree-ssa-reassoc.c: Likewise
13526 * tree-ssa-operands.c: Likewise
13527 * tree-vectorizer.c: Likewise
13528 * tree-vect-data-refs.c: Likewise
13529 * tree-vect-generic.c: Likewise
13530 * tree-vect-stmts.c: Likewise
13531 * tree-vect-patterns.c: Likewise
13532 * tree-vect-slp.c: Likewise
13533 * tree-vect-loop.c: Likewise
13534 * tree-ssa-loop-ivopts.c: Likewise
13535 * tree-ssa-loop-im.c: Likewise
13536 * tree-ssa-loop-niter.c: Likewise
13537 * tree-ssa-loop-unswitch.c: Likewise
13538 * tree-ssa-loop-manip.c: Likewise
13539 * tree-ssa-loop-ch.c: Likewise
13540 * tree-dump.c: Likewise
13541 * tree-complex.c: Likewise
13542
13543 * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
13544 * tree-ssa-uninit.c: Likewise
13545 * tree-ssa-threadupdate.c: Likewise
13546 * tree-ssa-uncprop.c: Likewise
13547 * tree-ssa-ccp.c: Likewise
13548 * tree-ssa-dom.c: Likewise
13549 * tree-ssa-propagate.c: Likewise
13550 * tree-ssa-alias.c: Likewise
13551 * tree-dfa.c: Likewise
13552 * tree-cfgcleanup.c: Likewise
13553 * tree-sra.c: Likewise
13554 * tree-ssa-copy.c: Likewise
13555 * tree-ssa.c: Likewise
13556 * tree-profile.c: Likewise
13557 * tree-cfg.c: Likewise
13558 * tree-ssa-threadedge.c: Likewise
13559 * tree-vect-loop-manip.c: Likewise
13560
13561 * tree-inline.c: Do not include diagnostic.h and expr.h.
13562 Include rtl.h.
13563 (copy_decl_for_dup_finish): Do not use NULL_RTX.
13564
13565 * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
13566 * tree-loop-distribution.c: Likewise.
13567
13568 2010-06-01 Jan Hubicka <jh@suse.cz>
13569
13570 * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
13571
13572 2010-06-01 Jan Hubicka <jh@suse.cz>
13573
13574 * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
13575 remove return value.
13576 (split_bbs_on_noreturn_calls) .... here.
13577 * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
13578 * tree-flow.h (fixup_noreturn_call): New.
13579
13580 2010-06-01 Jan Hubicka <jh@suse.cz>
13581
13582 * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
13583
13584 2010-06-01 Nathan Froyd <froydnj@codesourcery.com>
13585
13586 * tree.h (build_nt_call_list): Delete.
13587 * tree.c (build_nt_call_list): Delete.
13588
13589 2010-06-01 Jan Hubicka <jh@suse.cz>
13590
13591 * fwprop.c: Make emit-rtl.h include last.
13592 * rtlanal.c: Include emit-rtl.h.
13593 * genautomata.c: Output emit-rtl include into insn-automata.c
13594 * df-scan.c: Include emit-rtl.h.
13595 * haifa-sched.c: Indlude emit-rtl.h.
13596 * mode-switching.c: Indlude emit-rtl.h.
13597 * graph.c: Indlude emit-rtl.h.
13598 * sel-sched.c: Include emit-rtl.h.
13599 * sel-sched-ir.c: Include emit-rtl.h.
13600 * ira-build.c: Include emit-rtl.h.
13601 * emit-rtl.c (first_insn, last_insn): Remove defines.
13602 (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
13603 Move to emit-rtl.h.
13604 (set_new_first_and_last_insn, get_last_insn_anywhere,
13605 get_first_nonnote_insn, get_last_nonnote_insn, try_split,
13606 make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
13607 delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
13608 emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
13609 push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
13610 Use accessor functions.
13611 * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
13612 gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
13613 set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
13614 mem_expr_equal_p): Move here from rtl.h.
13615 (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
13616 Move here from emit-rtl.c; make inline.
13617 * cfglayout.h: Include emit-rtl.h.
13618 * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
13619 gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
13620 set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
13621 mem_expr_equal_p, get_insns, set_first-insn,
13622 get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
13623 * reg-stack.c: Include emit-rtl.h.
13624 * dce.c: Likewise.
13625
13626 2010-06-01 Jan Hubicka <jh@suse.cz>
13627
13628 * cgraph.h (tree_function_versioning): Update prototype.
13629 (cgraph_function_versioning): Update prototype.
13630 * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
13631 bitmap.
13632 (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
13633 (cgraph_materialize_clone, save_inline_function_body): Update use of
13634 tree_function_versioning.
13635 * tree-inline.c (copy_bb): Look for previous copied block to link
13636 after; fix debug output.
13637 (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
13638 (copy_body): Likewise.
13639 (expand_call_inline): Update use of copy_body.
13640 (tree_function_versioning): Update use of copy body; accept
13641 blocks_to_copy and new_entry.
13642
13643 2010-06-01 Jan Hubicka <jh@suse.cz>
13644
13645 * gegenrtl.c: Remove unnecesary prototypes.
13646 (gendecl): Remove.
13647 (gendef): Produce static inline.
13648 (gencode): Remove.
13649 (main): Do not decode parameters; generate header only.
13650 * Makefile.in (genrtl.c): Remove.
13651
13652 2010-06-01 Jan Hubicka <jh@suse.cz>
13653
13654 * tree-switch-conversion.c (build_one_array): Make it readonly.
13655
13656 2010-06-01 Richard Guenther <rguenther@suse.de>
13657
13658 * optabs.c (init_optabs): Guard all accesses to reinit.
13659 * ipa-pure-const.c (propagate): Fix another typo.
13660 * opts.c (common_handle_option): Split assignment to bool.
13661 * c-opts.c (c_common_handle_option): Likewise.
13662
13663 2010-06-01 Arnaud Charlet <charlet@adacore.com>
13664 Matthew Gingell <gingell@adacore.com>
13665
13666 * doc/invoke.texi: Mention -fdump-ada-spec.
13667 * tree-dump.c (dump_files): Add ada-spec.
13668 (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
13669 * tree-pass.h (tree_dump_index): Add TDI_ada.
13670 * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
13671 (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
13672 (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
13673 * c-decl.c: Include c-ada-spec.h.
13674 (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
13675 functions.
13676 (c_write_global_declarations): Add handling of -fdump-ada-spec.
13677 * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
13678 * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
13679 * c-ada-spec.h, c-ada-spec.c: New files.
13680
13681 2010-06-01 Richard Guenther <rguenther@suse.de>
13682
13683 PR lto/43853
13684 * ipa-pure-const.c (get_function_state): Hand back varying state
13685 if we do not have one.
13686 (has_function_state): New function.
13687 (duplicate_node_data): Adjust.
13688 (remove_node_data): Likewise.
13689 (pure_const_write_summary): Likewise.
13690 (propagate): Likewise. Fix typo.
13691
13692 2010-06-01 Jan Hubicka <jh@suse.cz>
13693
13694 * tree-cfg.c (verify_stmt): Do not skip could_throw test.
13695 * passes.c (execute_function_todo): Do not make implicit verify_ssa.
13696 (execute_all_ipa_transforms): Do not play with the states.
13697
13698 2010-06-01 Maxim Kuvyrkov <maxim@codesourcery.com>
13699
13700 * config/arm/t-linux-androideabi: New.
13701 * config.gcc (arm*-*-linux-androideabi): Include multilib config.
13702
13703 2010-06-01 Jan Hubicka <jh@suse.cz>
13704
13705 * tree-inline.c (estimate_num_insns): For stdarg functions look
13706 into call statement to count cost of argument passing.
13707
13708 2010-06-01 Kai Tietz <kai.tietz@onevision.com>
13709
13710 * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
13711 argument for fprintf.
13712 (ix86_output_addr_diff_elt): Likewise.
13713 (x86_function_profiler): Likewise.
13714 * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
13715 (LPREFIX): Likewise.
13716 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
13717
13718 2010-05-31 Jakub Jelinek <jakub@redhat.com>
13719
13720 PR target/44338
13721 * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
13722 fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
13723 fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
13724 fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
13725 fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
13726 fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
13727 fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
13728 Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
13729 TARGET_FUSED_MADD.
13730
13731 2010-05-31 Jan Hubicka <jh@suse.cz>
13732
13733 * tree.h (tree_range_check_failed): Declare noreturn.
13734
13735 2010-05-31 Jan Hubicka <jh@suse.cz>
13736
13737 * gimple.c (gimple_call_builtin_p): New function.
13738 * gimple.h (gimple_call_builtin_p): Declare.
13739 * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
13740 to exit.
13741 (execute_warn_function_return): BUILT_IN_RETURN is return.
13742 (split_critical_edges): Return edges are not critical.
13743 (is_ctrl_altering_stmt): Builtin_in_return is altering.
13744 (gimple_verify_flow_info): Handle built_in_return.
13745 (execute_warn_function_return): Handle built_in_return.
13746 * ipa-pure-const.c (check_call): Ignore builtin_return.
13747
13748 2010-05-31 Jakub Jelinek <jakub@redhat.com>
13749
13750 PR middle-end/44337
13751 * expr.c (expand_assignment): Don't store anything for out-of-bounds
13752 array accesses with non-MEM.
13753
13754 PR tree-optimization/44182
13755 * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
13756 newly needs to end a bb is followed by debug stmts, instead return
13757 true from the function at the end.
13758 (maybe_move_debug_stmts_to_successors): New function.
13759 (copy_cfg_body): Call it if copy_edges_for_bb returned true.
13760
13761 2010-05-31 Kai Tietz <kai.tietz@onevision.com>
13762
13763 PR target/44161
13764 * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
13765
13766 2010-05-31 Eric Botcazou <ebotcazou@adacore.com>
13767
13768 * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
13769 for nested functions in non-optimized compilation.
13770
13771 2010-05-31 Richard Guenther <rguenther@suse.de>
13772
13773 * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
13774
13775 2010-05-30 Jan Hubicka <jh@suse.cz>
13776
13777 * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
13778
13779 2010-05-30 Richard Guenther <rguenther@suse.de>
13780
13781 PR lto/42975
13782 * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
13783 (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
13784 no longer needed.
13785
13786 2010-05-30 Iain Sandoe <iains@gcc.gnu.org>
13787
13788 * config/darwin.c (output_objc_section_asm_op): Add comment.
13789 (name_needs_quotes): Add '_' to list of valid comment chars.
13790 (machopic_output_function_base_name): Remove unneeded quotes.
13791 (darwin_encode_section_info): Adjust asm whitespace.
13792 * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
13793 (ASM_OUTPUT_LOCAL): Ditto.
13794 * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
13795 * config/darwin.h (GLOBAL_ASM_OP): Ditto.
13796 * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
13797
13798 2010-05-30 Eric Botcazou <ebotcazou@adacore.com>
13799
13800 * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
13801 RS6000_OUTPUT_BASENAME unconditionally.
13802 (rs6000_output_function_epilogue): Likewise.
13803
13804 2010-05-30 Jan Hubicka <jh@suse.cz>
13805
13806 * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
13807 nodes.
13808
13809 2010-05-30 Richard Guenther <rguenther@suse.de>
13810
13811 * tree-cfg.c (verify_gimple_assign_single): Implement
13812 verification for COND_EXPR rhs.
13813
13814 2010-05-30 Jan Hubicka <jh@suse.cz>
13815
13816 * cgraph.h (cgraph_dump_file): Declare.
13817 * cgraphunit.c (cgraph_dump_file): Export.
13818 * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
13819
13820 2010-05-30 Jan Hubicka <jh@suse.cz>
13821
13822 * dwarf2out.c (reference_to_unused,
13823 premark_types_used_by_global_vars_helper): Avoid creation of new
13824 varpool nodes.
13825
13826 2010-05-30 Jan Hubicka <jh@suse.cz>
13827
13828 * cgraph.h (cgraph_node_cannot_return,
13829 cgraph_edge_cannot_lead_to_return): New functions.
13830 * cgraph.c (cgraph_node_cannot_return,
13831 cgraph_edge_cannot_lead_to_return): Use them.
13832 * ipa-pure-const.c (pure_const_names): New static var.
13833 (check_call): Handle calls not leading to return.
13834 (pure_const_read_summary): Dump info read.
13835 (propagate): Dump info about propagation process; ignore side effects
13836 of functions not leading to exit; fix handling of pure functions.
13837
13838 2010-05-30 Jan Hubicka <jh@suse.cz>
13839
13840 * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
13841 for tail call epilogues.
13842
13843 2010-05-30 Jan Hubicka <jh@suse.cz>
13844
13845 * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
13846 ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
13847 dump files.
13848
13849 2010-05-29 Jan Hubicka <jh@suse.cz>
13850
13851 * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
13852 node; remove references in node we no longer keep in cgrpah but need
13853 body of.
13854
13855 2010-05-29 Jan Hubicka <jh@suse.cz>
13856
13857 * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
13858
13859 2010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13860
13861 PR target/44165
13862 * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
13863
13864 2010-05-29 Jan Hubicka <jh@suse.cz>
13865
13866 * tree-vrp.c (debug_value_range, debug_all_value_ranges,
13867 debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
13868 * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
13869 debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
13870 debug_names_replaced_by, debug_update_ssa): Likewise.
13871 * sbitmap.c (debug_sbitmap): Likewise.
13872 * genrecog.c (debug_decision, debug_decision_list): Likewise.
13873 * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
13874 debug_tree_chain): Likewise.
13875 * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
13876 * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
13877 * optabs.c (debug_optab_libfuncs): Likewise.
13878 (verify_loop_closed_ssa): Likewise.
13879 * value-prof.c (verify_histograms): Likewise.
13880 * reload.c (debug_reload_to_stream, debug_reload): Likewise.
13881 * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
13882 * cfghooks.c (verify_flow_info): Likewise.
13883 * fold-const.c (debug_fold_checksum): Likewise.
13884 * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
13885 * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
13886 Likewise.
13887 * omega.c (debug_omega_problem): Likewise.
13888 * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
13889 * tree-ssa-ccp.c (debug_lattice_value): Likewise.
13890 * dominance.c (verify_dominators, debug_dominance_info,
13891 debug_dominance_tree): Likewise.
13892 * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
13893 * df_regno_debug, df_ref_debug,
13894 debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
13895 debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
13896 * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
13897 * sel-sched.c (debug_state): Likewise.
13898 * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
13899 Likewise.
13900 * cfganal.c (print_edge_list, verify_edge_list): Likewise.
13901 * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
13902 * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
13903 * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
13904 Likewise.
13905 * c-pretty-print.c (debug_c_tree): Likewise.
13906 * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
13907 debug_av_set, debug_lv_set, debug_ilist, debug_blist,
13908 debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
13909 * ebitmap.c (debug_ebitmap): Likewise.
13910 * function.c (debug_find_var_in_block_tree): Likewise.
13911 * print-rtl.c (debug_rtx): Likewise.
13912 (debug_rtx_count): Likewise.
13913 (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
13914 * stor-layout.c (debug_rli): Likewise.
13915 * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
13916 * tree-data-ref.c (debug_data_references,
13917 debug_data_dependence_relations, debug_data_reference,
13918 debug_data_dependence_relation, debug_rdg_vertex,
13919 debug_rdg_component, debug_rdg): Likewise.
13920 * tree-affine.c (debug_aff): Likewise.
13921 * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
13922 Likewise.
13923 * except.c (debug_eh_tree, verify_eh_tree): Likewise.
13924 * emit-rtl.c (verify_rtl_sharing): Likewise.
13925 * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
13926 debug_value_expressions): Likewise.
13927 * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
13928 * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
13929 * print-tree.c (debug_tree, debug_vec_tree): Likewise.
13930 * cfglayout.c (verify_insn_chain): Likewise.
13931 * graphite-clast-to-gimple.c (debug_clast_name_indexes,
13932 debug_clast_stmt, debug_generated_program): Likewise.
13933 * ggc-page.c (debug_print_page_list): Likewise.
13934 * tree-ssa-ter.c (debug_ter): Likewise.
13935 * graphite-dependences.c (debug_pddr): Likewise.
13936 * sched-deps.c (debug_ds): Likewise.
13937 * tree-ssa.c (verify_ssa): Likewise.
13938 * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
13939 debug_scattering_functions, debug_iteration_domains, debug_pdr,
13940 debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
13941 debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
13942 * tree-inline.c (debug_find_tree): Likewise.
13943 * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
13944 debug_ppl_powerset_matrix): Likewise.
13945 * var-tracking.c (debug_dv): Likewise.
13946 * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
13947 * cfgloop.c (verify_loop_structure): Likewise.
13948 * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
13949 * c-common.c (verify_sequence_points): Likewise.
13950 * sched-rgn.c (debug_regions, debug_region, debug_candidate,
13951 debug_candidates, debug_rgn_dependencies): Likewise.
13952 * tree-ssa-structalias.c (debug_constraint, debug_constraints,
13953 * debug_constraint_graph, debug_solution_for_var,
13954 debug_sa_points_to_info): Likewise.
13955 * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
13956 Likewie.
13957 * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
13958 debug_loops, debug_loop, debug_loop_num): Likewise.
13959 * passes.c (debug_pass): Likewise.
13960 (dump_properties): Likewise; add cfglayout property.
13961 (debug_properties): Likewise.
13962 * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
13963 * varpool.c (debug_varpool): Likewise.
13964 * regcprop.c (debug_value_data): Likewise.
13965 * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
13966 debug_immediate_uses_for): Likewise.
13967
13968 2010-05-29 H.J. Lu <hongjiu.lu@intel.com>
13969
13970 PR bootstrap/44315
13971 * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
13972 Filter out insn-flags.h.
13973
13974 2010-05-29 Jan Hubicka <jh@suse.cz>
13975
13976 * cgraph.h (struct varpool_node_set_def,
13977 struct cgraph_node_set_def): Remove unused AUX pointer.
13978 (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
13979 VEC_empty macro.
13980
13981 2010-05-29 Jan Hubicka <jh@suse.cz>
13982
13983 PR middle-end/44324
13984 * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
13985
13986 2010-05-29 Richard Guenther <rguenther@suse.de>
13987
13988 * lto-streamer.c (cached_bp): New global variable.
13989 (bitpack_create): Return the cached bitpack, if available.
13990 (bitpack_delete): Clear and cache the bitpack, if appropriate.
13991 (bp_pack_value): Remove redundant asserts.
13992
13993 2010-05-29 Sebastian Pop <sebastian.pop@amd.com>
13994
13995 PR middle-end/44306
13996 * tree-if-conv.c (is_true_predicate): New.
13997 (is_predicated): Use is_true_predicate.
13998 (add_to_predicate_list): Same. Do not use unshare_expr.
13999 (add_to_dst_predicate_list): Same.
14000
14001 2010-05-29 Sebastian Pop <sebastian.pop@amd.com>
14002
14003 * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
14004 field on edges.
14005 (predicate_bbs): Same.
14006 (clean_predicate_lists): Same.
14007 (find_phi_replacement_condition): Do not AND the predicate from
14008 edge->aux.
14009
14010 2010-05-29 H.J. Lu <hongjiu.lu@intel.com>
14011
14012 PR bootstrap/44315
14013 * Makefile.in (build/gencondmd.o): Add a missing `\'.
14014
14015 2010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14016
14017 PR target/44261
14018 config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
14019 (negdf2): Adjust expander pattern and use negdf2_slow.
14020 (negsf2): Likewise.
14021
14022 2010-05-29 Nathan Froyd <froydnj@codesourcery.com>
14023
14024 * basic-block.h (struct control_flow_graph): Move last_label_uid field
14025 up.
14026 * df.h (struct df_base_ref): Move regno field up.
14027 * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
14028 * expr.h (struct separate_ops): Move location field up.
14029 * optabs.h (struct optab_d): Move libcall_basename field down.
14030 * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
14031 * config/i386/i386.h (struct machine_function): Convert call_abi field
14032 into a bitfield. Move cfa field to the end of the structure.
14033
14034 2010-05-29 Jan Hubicka <jh@suse.cz>
14035
14036 * varpool.c (varpool_get_node): Fix lookup.
14037
14038 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
14039
14040 * config/spu/spu-protos.h: Do not include rtl.h. Protect
14041 RTL specific prototypes with #ifdef RTX_CODE.
14042 * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
14043 * config/spu/t-spu-elf: Fix dependencies.
14044
14045 * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
14046
14047 2010-05-29 Mike Stump <mikestump@comcast.net>
14048
14049 PR bootstrap/44315
14050 * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
14051 TM_H when building to avoid dependency loops.
14052
14053 2010-05-29 Jan Hubicka <jh@suse.cz>
14054
14055 * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
14056 refs and body; not the whole node for masters of materialized clones.
14057
14058 2010-05-29 Mike Stump <mikestump@comcast.net>
14059
14060 * config/rs6000/rs6000-c.c: Remove c-tree.h include.
14061
14062 2010-05-29 Jan Hubicka <jh@suse.cz>
14063
14064 * cgraph.c (clone_function_name): Take SUFFIX argument; export.
14065 (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
14066 use of clone_function_name.
14067 * cgraph.h (cgraph_create_virtual_clone,
14068 cgraph_function_versioning): update prototypes.
14069 (clone_function_name): Declare.
14070 * ipa-cp.c (ipcp_insert_stage): Update call of
14071 cgraph_create_virtual_clone.
14072 * omp-low.c (create_omp_child_function_name): Use
14073 cgraph_create_virtual_clone.
14074 * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
14075 (cgraph_function_versioning): Take SUFFIX argument; produce new name
14076 and make decl local.
14077
14078 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
14079
14080 * vec.h: Include statistics.h
14081 * Makefile.in: Introduce VEC_H. Replace all vec.h dependencies
14082 with VEC_H.
14083
14084 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
14085
14086 * c-lex.c: Do not include c-tree.h.
14087 * c-pretty-print.c: Likewise.
14088 * c-opts.c: Likewise.
14089 * c-gimplify.c: Likewise.
14090 * c-common.c: Likewise.
14091 * c-dump.c: Likewise. Include c-common.h.
14092
14093 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
14094
14095 * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
14096 before including diagnostic-core.h.
14097 (c_cpp_error): New prototype moved from c-tree.h.
14098 Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
14099 * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
14100 (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
14101 (c_cpp_error): Prototype moved to c-common.h.
14102 * Makefile.in: Update dependency for C_COMMON_H.
14103
14104 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
14105
14106 * c-common.h: Add FIXME for awkward split of c_register_addr_space.
14107 * c-common.c (c_register_addr_space): Remove here.
14108 * c-decl.c (c_register_addr_space): Re-add here.
14109
14110 2010-05-28 Mike Stump <mikestump@comcast.net>
14111
14112 * config/darwin-c.c: Remove c-tree.h include.
14113
14114 2010-05-28 Joseph Myers <joseph@codesourcery.com>
14115
14116 * gcc.c: Include diagnostic.h.
14117 (error_count): Remove. All users changed to use errorcount.
14118 (programname): Remove. All users changed to use progname.
14119 (fancy_abort, internal_error, fatal_error, error, warning, inform,
14120 fnotice): Remove.
14121 (execute): Don't include "Internal error" and bug reporting
14122 information in argument of internal_error call.
14123 (process_command): Don't increment error_count after calling
14124 perror_with_name.
14125 (input_filename): Rename to gcc_input_filename. All users
14126 changed.
14127 (main): Call diagnostic_initialize. Register delete_temp_files
14128 with atexit. Use seen_error to test for errors.
14129 * gcc.h: Include diagnostic-core.h.
14130 (fatal_error, error, warning): Remove.
14131 * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
14132 (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
14133 (gcc.o): Update dependencies.
14134
14135 2010-05-28 Jeff Law <law@redhat.com>
14136
14137 * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
14138 functions.
14139 * ira.h (ira_bad_reload_regno): Declare
14140 * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
14141
14142 * ira-color.c (update_curr_costs): Free updated hard reg costs.
14143 (ira_reassign_conflict_allocnos): Remove bogus asserts.
14144 (allocno_reload_assign): Likewise.
14145
14146 2010-05-28 Nathan Froyd <froydnj@codesourcery.com>
14147
14148 * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
14149 build1_stat.
14150
14151 2010-05-28 Richard Guenther <rguenther@suse.de>
14152
14153 PR lto/44312
14154 * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
14155 Stream fixed-point constants mode.
14156 (unpack_ts_type_value_fields): Fix width of TYPE_MODE
14157 and TYPE_PRECISION.
14158 * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
14159 Stream fixed-point constants mode.
14160 (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
14161 and TYPE_PRECISION.
14162
14163 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
14164
14165 * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
14166 only place it was called from.
14167 (number_of_latch_executions): Do not return chrec_dont_know when the
14168 may_be_zero is a runtime condition: instead, return a COND_EXPR
14169 including the may_be_zero condition.
14170 * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
14171 of nb_iterations.
14172 * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
14173 COND_EXPRs.
14174
14175 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
14176
14177 * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
14178 generate COND_EXPRs for degenerate_phi_result.
14179
14180 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
14181
14182 PR middle-end/44293
14183 * tree-if-conv.c (if_convertible_loop_p): Check the
14184 if-convertibility of phi nodes in non predicated BBs.
14185
14186 2010-05-28 Joseph Myers <joseph@codesourcery.com>
14187
14188 * gcc.c (error, warning, inform): Remove duplicate ": " in output.
14189
14190 2010-05-28 Joseph Myers <joseph@codesourcery.com>
14191
14192 PR driver/15303
14193 * gcc.c (inform, warning, inform): New functions.
14194 (fatal_ice): Rename to internal_error; change cmsgid parameter to
14195 gmsgid. All callers changed.
14196 (notice): Rename to fnotice; add parameter fp. All callers changed.
14197 (fatal_error): Rename to fatal_signal. All users changed.
14198 (fatal): Rename to fatal_error; change cmsgid parameter to
14199 gmsgid. All callers changed.
14200 (process_command): Use warning instead of error for warnings.
14201 (end_going_arg): Don't use _() around argument of error.
14202 (do_spec_1): Use inform for message from %n specs. Use warning
14203 instead of error for warnings.
14204 (main): Use inform for comparison messages. Use warning for
14205 message about unused linker input.
14206 (error): Increment error_count. Print "error: ".
14207 * gcc.h (fatal): Change to fatal_error.
14208 (warning): Declare.
14209 * config/darwin-driver.c (darwin_default_min_version): Use warning
14210 instead of fprintf for warnings.
14211 * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
14212
14213 2010-05-28 Julian Brown <julian@codesourcery.com>
14214
14215 * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
14216 (*thumb2_addsi3_compare0_scratch): New.
14217 * config/arm/constraints.md (Pv): New.
14218 * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
14219 for ARM mode only.
14220 (*addsi3_compare0_scratch): Likewise.
14221
14222 2010-05-28 Jan Hubicka <jh@suse.cz>
14223
14224 * ipa-reference.c (add_static_var): Remove redundant all_module_statics
14225 check.
14226 (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
14227 only on local statics.
14228
14229 2010-05-28 Iain Sandoe <iains@gcc.gnu.org>
14230
14231 * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
14232
14233 2010-05-28 Maxim Kuvyrkov <maxim@codesourcery.com>
14234
14235 PR bootstrap/44314
14236 * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
14237 (OPTION_GLIBC): Define.
14238
14239 2010-05-28 Jakub Jelinek <jakub@redhat.com>
14240
14241 PR debug/41048
14242 * dwarf2out.c (double_int_type_size_in_bits): New function.
14243 (round_up_to_align): Change first argument and return value to
14244 double_int.
14245 (field_byte_offset): Work internally on double_ints.
14246
14247 PR target/43636
14248 * builtins.c (expand_movstr): Use a temporary pseudo instead
14249 of target even when target is not NULL and not const0_rtx, but
14250 fails movstr predicate.
14251 * config/m32c/blkmov.md (movstr): Add predicate to first operand.
14252
14253 2010-05-28 Joseph Myers <joseph@codesourcery.com>
14254
14255 * final.c (rest_of_clean_state): Use %m in errors instead of
14256 strerror (errno).
14257 * gengtype.c (read_input_list, close_output_files): Use xstrerror
14258 instead of strerror.
14259 * toplev.c (process_options): Use %m in errors instead of strerror
14260 (errno).
14261 * tree-dump.c (dump_begin): Use %m in errors instead of strerror
14262 (errno).
14263
14264 2010-05-28 Uros Bizjak <ubizjak@gmail.com>
14265
14266 * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
14267 (ix86_canonical_va_list_type): Make static. Add declaration.
14268 (ix86_enum_va_list): Make static. Reindent.
14269 * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
14270 (ix86_canonical_va_list_type): Ditto.
14271 (ix86_enum_va_list): Ditto.
14272
14273 2010-05-28 Richard Guenther <rguenther@suse.de>
14274
14275 * lto-wrapper.c (run_gcc): With -save-temps generate a
14276 user-visible ltrans filename. Fixup ltrans unit numbering.
14277
14278 2010-05-28 Kai Tietz <kai.tietz@onevision.com>
14279
14280 * c-common.c (c_common_nodes_and_builtins): Replace use
14281 of TARGET_ENUM_VA_LIST by target hook enum_va_list.
14282 * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
14283 to ix86_enum_va_list.
14284 * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
14285 * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
14286 (TARGET_ENUM_VA_LIST_P): Add hook description.
14287 * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
14288 * target.h (gcc_target): Add enum_va_list hook.
14289
14290 PR bootstrap/44299
14291 * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
14292 * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
14293 * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
14294
14295 2010-05-28 Alan Modra <amodra@gmail.com>
14296
14297 PR target/44266
14298 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
14299 emit_library_call machinery to set up __tls_get_addr calls.
14300
14301 2010-05-28 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14302
14303 * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
14304
14305 2010-05-28 Dodji Seketeli <dodji@redhat.com>
14306
14307 Revert fix for PR c++/44188
14308 * c-common.c (is_typedef_decl): Revert the moving of this
14309 definition ...
14310 * tree.c (is_typedef_decl): ... here.
14311 (typdef_variant_p): Revert the moving of this definition
14312 here from gcc/cp/tree.c.
14313 * c-common.h (is_typedef_decl): Revert the moving of this
14314 declaration ...
14315 * tree.h (is_typedef_decl): ... here.
14316 (typedef_variant_p): Revert the moving of this declaration here
14317 from gcc/cp/cp-tree.h
14318 * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
14319 (gen_tagged_type_die): Revert the splitting out of ...
14320 (gen_type_die_with_usage): ... this function. Revert the anonymous
14321 tagged type handling.
14322 (gen_typedef_die): Revert emitting DW_TAG_typedef for
14323 typedefs naming anonymous tagged types.
14324
14325 2010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
14326
14327 * config/rs6000/rs6000-modes.def (PSImode): Delete.
14328
14329 2010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
14330
14331 * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
14332 * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
14333 throughout.
14334 * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
14335 "xer" to "ca".
14336 Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
14337 XER_REGS to CA_REGS throughout.
14338 * config/rs6000/rs6000.h: Same.
14339 (ADDITIONAL_REGISTER_NAMES): Add "xer".
14340 * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO. Document
14341 that mode_iterator "P" is the size for arithmetic carries as well.
14342 * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
14343
14344 2010-05-28 Jakub Jelinek <jakub@redhat.com>
14345
14346 PR bootstrap/44255
14347 * combine.c (struct rtx_subst_pair): Define unconditionally.
14348 (propagate_for_debug_subst): Likewise. If not AUTO_INC_DEC,
14349 copy_rtx pair->to instead of cleanup_auto_inc_dec it.
14350 Call make_compound_operation on pair->to.
14351 (propagate_for_debug): Don't call make_compound_operation here.
14352 Always use simplify_replace_fn_rtx.
14353
14354 2010-05-27 Sterling Augustine <sterling@tensilica.com>
14355
14356 * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
14357 * config/xtensa/xtensa.c (override_options): Check
14358 TARGET_FORCE_NO_PIC and set flag_pic.
14359 * config/xtensa/xtensa.opt: Document -mforce-no-pic
14360
14361 2010-05-27 Kai Tietz <kai.tietz@onevision.com>
14362
14363 PR bootstrap/44299
14364 * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
14365 * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
14366
14367 2010-05-27 Joseph Myers <joseph@codesourcery.com>
14368
14369 * diagnostic-core.h: New. Contents moved from diagnostic.h and
14370 toplev.h.
14371 * diagnostic.c: Don't include toplev.h.
14372 (progname): Define. Moved from toplev.c.
14373 (seen_error): New function.
14374 * diagnostic.h: Include diagnostic-core.h.
14375 (diagnostic_t, emit_diagnostic): Don't declare here.
14376 * toplev.c (progname): Move to toplev.c.
14377 (emit_debug_global_declarations, compile_file, finalize,
14378 do_compile, toplev_main): Use seen_error.
14379 * toplev.h: Include diagnostic-core.h.
14380 (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
14381 internal_error, warning, warning_at, error, error_n, error_at,
14382 fatal_error, pedwarn, permerror, sorry, inform, inform_n,
14383 verbatim, fnotice, progname): Move to diagnostic-core.h.
14384 * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
14385 (expand_builtin_expect): Use seen_error.
14386 * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
14387 (c_make_fname_decl, c_write_global_declarations): Use seen_error.
14388 * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
14389 * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
14390 * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
14391 * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
14392 errorcount for errors.
14393 * c-opts.c (c_common_finish): Use seen_error.
14394 * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
14395 * cgraphunit.c (verify_cgraph_node, verify_cgraph,
14396 cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
14397 * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
14398 (get_coverage_counts): Use seen_error.
14399 * dwarf2out.c (dwarf2out_finish): Use seen_error.
14400 * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
14401 gimplify_body): Use seen_error.
14402 * ipa-inline.c (cgraph_early_inlining): Use seen_error.
14403 * ipa-pure-const.c (gate_pure_const): Use seen_error.
14404 * ipa-reference.c (gate_reference): Use seen_error.
14405 * jump.c: Include diagnostic-core.h instead of diagnostic.h.
14406 * lambda-code.c: Include diagnostic-core.h instead of
14407 diagnostic.h.
14408 * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
14409 * lto-compress.c: Include diagnostic-core.h instead of
14410 diagnostic.h.
14411 * lto-section-in.c: Include diagnostic-core.h instead of
14412 diagnostic.h.
14413 * lto-streamer-out.c: Include diagnostic-core.h instead of
14414 diagnostic.h.
14415 * lto-streamer.c: Include diagnostic-core.h instead of
14416 diagnostic.h.
14417 (gate_lto_out): Use seen_error.
14418 * matrix-reorg.c: Include diagnostic-core.h instead of
14419 diagnostic.h.
14420 * omega.c: Include diagnostic-core.h instead of diagnostic.h.
14421 * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
14422 (gate_expand_omp, lower_omp_1): Use seen_error.
14423 * passes.c: Include diagnostic-core.h instead of diagnostic.h.
14424 (rest_of_decl_compilation, rest_of_type_compilation,
14425 gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
14426 * tree-cfg.c (label_to_block_fn): Use seen_error.
14427 * tree-inline.c (optimize_inline_calls): Use seen_error.
14428 * tree-mudflap.c (mudflap_finish_file): Use
14429 seen_error.
14430 * tree-optimize.c (gate_all_optimizations,
14431 gate_all_early_local_passes, gate_all_early_optimizations): Use
14432 seen_error.
14433 * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
14434 * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
14435 (varpool_remove_unreferenced_decls,
14436 varpool_assemble_pending_decls): Use seen_error.
14437 * Makefile.in (DIAGNOSTIC_CORE_H): Define.
14438 (TOPLEV_H, DIAGNOSTIC_H): Update.
14439 (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
14440 lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
14441 c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
14442 builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
14443 coverage.o, lambda-code.o): Update dependencies.
14444
14445 2010-05-25 Dodji Seketeli <dodji@redhat.com>
14446
14447 PR c++/44188
14448 * c-common.c (is_typedef_decl): Move this definition ...
14449 * tree.c (is_typedef_decl): ... here.
14450 (typdef_variant_p): Move definition here from gcc/cp/tree.c.
14451 * c-common.h (is_typedef_decl): Move this declaration ...
14452 * tree.h (is_typedef_decl): ... here.
14453 (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
14454 * dwarf2out.c (is_naming_typedef_decl): New function.
14455 (gen_tagged_type_die): Split out of ...
14456 (gen_type_die_with_usage): ... this function. When an anonymous
14457 tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
14458 is emitted for the typedef.
14459 (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
14460 anonymous tagged types.
14461
14462 2010-05-27 Jason Merrill <jason@redhat.com>
14463
14464 * print-tree.c (debug_vec_tree): New fn.
14465 (print_vec_tree): New fn.
14466 * tree.h: Declare them.
14467 * gdbinit.in (pvt): New command.
14468
14469 * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
14470
14471 * gdbinit.in (pdd): New command.
14472
14473 2010-05-27 Jan Hubicka <jh@suse.cz>
14474
14475 * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
14476 (update_caller_keys): Return early if there are no callers;
14477 only update fibheap when decresing the key.
14478 (update_callee_keys): Avoid recursion.
14479 (decide_inlining_of_small_functions): When badness does not match;
14480 re-insert into fibheap.
14481
14482 2010-05-27 Steven Bosscher <steven@gcc.gnu.org>
14483
14484 * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
14485 (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
14486 (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
14487 (ALL_HOST_OBJS): Now a union of the above two.
14488 <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
14489 all files in ALL_HOST_FRONTEND_OBJS.
14490 * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
14491
14492 * c-common.c: Pretend to be a backend file by undefining
14493 IN_GCC_FRONTEND (still need rtl.h here).
14494
14495 2010-05-27 Jan Hubicka <jh@suse.cz>
14496
14497 * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
14498 * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
14499
14500 2010-05-27 Jan Hubicka <jh@suse.cz>
14501
14502 * sched-ebb.c: Rename struct deps to struct deps_desc.
14503 * ddg.c: Likewise.
14504 * sel-sched-ir.c: Likewise.
14505 * sched-deps.c: Likewise.
14506 * sched-int.h: Likewise.
14507 * sched-rgn.c: Likewise.
14508
14509 2010-05-27 Jon Beniston <jon@beniston.com>
14510
14511 PR 43726
14512 * config/lm32/lm32.h: Remove definition of
14513 GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
14514
14515 2010-05-27 Eric Botcazou <ebotcazou@adacore.com>
14516
14517 PR lto/44230
14518 * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
14519
14520 2010-05-27 Richard Guenther <rguenther@suse.de>
14521
14522 PR tree-optimization/44284
14523 * tree-vect-stmts.c (vectorizable_assignment): Handle
14524 sign-changing conversions as simple copy.
14525
14526 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
14527
14528 * gthr-posix.h (pthread_cancel): Don't declare if compiling against
14529 Bionic C library.
14530 (__gthread_active_p): Check for pthread_create if compiling against
14531 Bionic C library.
14532
14533 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
14534
14535 Support compilation for Android platform. Reimplement -mandroid.
14536
14537 * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
14538 (*android*): Set ANDROID_DEFAULT.
14539 (arm*-*-linux*): Include linux-android.h.
14540 (arm*-*-eabi*): Don't include previous -mandroid implementation.
14541 * config/arm/eabi.h: Remove, move Android-specific parts ...
14542 * config/linux-android.h: ... here. New file.
14543 * config/arm/eabi.opt: Rename to ...
14544 * config/linux-android.opt: ... this.
14545 (mandroid): Allow -mno-android option. Initialize based on
14546 ANDROID_DEFAULT.
14547 * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
14548 Move logic to corresponding LINUX_TARGET_* macros.
14549 (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
14550 * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
14551 (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
14552 Android definitions.
14553 (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
14554 * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
14555 Document.
14556
14557 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
14558
14559 Add support for Bionic C library
14560
14561 * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
14562 macro.
14563 (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
14564 (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
14565
14566 * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
14567 (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
14568 (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
14569 to support multiple C libraries. Handle Bionic.
14570 (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
14571 (BIONIC_DYNAMIC_LINKER64): Define.
14572 (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
14573 Update.
14574 (TARGET_HAS_SINCOS): Enable for Bionic.
14575
14576 * config/linux.opt: Rewrite to handle more than 2 C libraries. Make
14577 the last option specified on command line take effect.
14578 (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
14579 (mbionic): New.
14580 (mglibc, muclibc): Update.
14581
14582 * config/alpha/linux-elf.h, config/rs6000/linux64.h,
14583 * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
14584 DEFAULT_LIBC.
14585
14586 * doc/invoke.texi (-mglibc, -muclibc): Update.
14587 (-mbionic): Document.
14588
14589 2010-05-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14590
14591 * c-common.h (c_register_addr_space): Add prototype.
14592 (ADDR_SPACE_KEYWORD): Remove.
14593 * c-common.c (c_register_addr_space): New function.
14594 (c_addr_space_name): Reimplement.
14595 (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
14596
14597 * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
14598 (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
14599
14600 * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
14601 Remove TARGET_ADDR_SPACE_KEYWORDS.
14602
14603 2010-05-27 Joseph Myers <joseph@codesourcery.com>
14604
14605 * input.c: New file.
14606 * input.h (main_input_filename): Move declaration to toplev.h.
14607 * toplev.c (input_location, line_table): Move to input.c
14608 * toplev.h (main_input_filename): Move declaration from input.h.
14609 * tree.c (expand_location): Move to input.c.
14610 * Makefile.in (OBJS-common): Add input.o.
14611 (input.o): Add dependencies.
14612
14613 2010-05-27 Richard Guenther <rguenther@suse.de>
14614
14615 * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
14616 for non-existant files.
14617 (fork_execute): Mark args_name file as deleted.
14618
14619 2010-05-27 Kai Tietz <kai.tietz@onevision.com>
14620
14621 PR bootstrp/44287
14622 * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
14623 (narrow_signed_type): Likewise.
14624
14625 2010-05-26 Jan Hubicka <jh@suse.cz>
14626
14627 * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
14628 edge only when checking is enabled; check using former_clone_of;
14629 check inline clones too.
14630 (cgraph_materialize_clone): Record former_clone_of pointer.
14631 (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
14632 combining redirections; dump args_to_skip bitmap
14633 (cgraph_materialize_all_clones): Do no redirection here.
14634 * ipa-inline.c (inline_transform): Do redirection here.
14635 * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
14636 cheking only).
14637
14638 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
14639
14640 * config/avr/avr-c.c: Do not include regs.h.
14641 Include cpplib.h for cpp_define and tree.h for c-common.h.
14642 * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
14643 * config/avr/t-avr: Fix dependencies for avr-c.o.
14644
14645 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
14646
14647 * explow.c (set_stack_check_libfunc): Adjust to accept name as a
14648 string instead of SYMBOL_REF rtx.
14649 * rtl.h (set_stack_check_libfunc): Move prototype from here...
14650 * libfuncs.h: ...to here. Adjust for explow.c change.
14651
14652 2010-05-26 Joseph Myers <joseph@codesourcery.com>
14653
14654 * pretty-print.c: Don't include ggc.h.
14655 (identifier_to_locale_alloc, identifier_to_locale_free): Define.
14656 (identifier_to_locale): Use them for allocation.
14657 * pretty-print.h (identifier_to_locale_alloc,
14658 identifier_to_locale_free): Declare.
14659 * toplev.c (alloc_for_identifier_to_locale): New.
14660 (general_init): Set identifier_to_locale_alloc and
14661 identifier_to_locale_free.
14662 * Makefile.in (pretty-print.o): Update dependencies.
14663
14664 2010-05-26 Eric Botcazou <ebotcazou@adacore.com>
14665
14666 * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
14667 pointer types if they have different alignment or mode.
14668
14669 2010-05-26 Anatoly Sokolov <aesok@post.ru>
14670
14671 * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
14672 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
14673 * config/sparc/sparc-protos.h (function_value): Remove declaration.
14674 * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
14675 sparc_function_value_regno_p): New functions.
14676 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
14677 TARGET_FUNCTION_VALUE_REGNO_P): Define.
14678 (function_value): Rename to...
14679 (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
14680 argument to 'outgoing'.
14681 (function_arg_record_value, function_arg_union_value,
14682 function_arg_vector_value): Update comment.
14683
14684 2010-05-26 Eric Botcazou <ebotcazou@adacore.com>
14685
14686 * dwarf2out.c (struct dw_fde_struct): Reorder flags.
14687 (fde_needed_for_eh_p): New predicate.
14688 (output_call_frame_info): Use it throughout to decide whether FDEs
14689 are needed for EH purpose.
14690 (dwarf2out_begin_prologue): Reorder assignments.
14691
14692 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
14693
14694 * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
14695 special case loop->header.
14696 (is_predicated): New.
14697 (if_convertible_loop_p): Call it.
14698
14699 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
14700
14701 * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
14702 iterator in parameter. Do not generate code during the analysis.
14703 (tree_if_convert_cond_stmt): Removed.
14704 (tree_if_convert_stmt): Removed.
14705 (predicate_bbs): New.
14706 (if_convertible_loop_p): Call predicate_bbs.
14707 (tree_if_conversion): Simplify the top-level logic as predicate_bbs
14708 now contains all the analysis part.
14709
14710 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
14711
14712 * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
14713 statements in the analysis part.
14714 (tree_if_convert_stmt): Update comment.
14715 (remove_conditions_and_labels): New.
14716 (combine_blocks): Call remove_conditions_and_labels.
14717 (tree_if_conversion): Update comment.
14718
14719 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
14720
14721 * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
14722 than 2 predecessors or more than 2 successors.
14723
14724 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
14725
14726 * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
14727 of loops in which the data dependence analysis fails.
14728
14729 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
14730
14731 * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
14732 CDI_POST_DOMINATORS.
14733 (tree_if_conversion): Same.
14734
14735 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
14736
14737 * tree-if-conv.c (tree_if_conversion): Do not return a bool.
14738
14739 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
14740
14741 * tree-if-conv.c: Update copyright years. Fix comments.
14742 Fix indentation.
14743
14744 2010-05-26 Kai Tietz <kai.tietz@onevision.com>
14745
14746 * builtin-types.def (BT_INT128): New primitive type.
14747 (BT_UINT128): Likewise.
14748 * c-common.c (c_common_r): Add __int128 keyword.
14749 (c_common_type_for_size): Handle __int128.
14750 (c_common_type_for_mode): Likewise.
14751 (c_common_signed_or_unsigned_type): Likewise.
14752 (c_common_nodes_and_builtins): Add builtin type
14753 if target supports 128-bit integer scalar.
14754 * c-common.h (enum rid): Add RID_INT128.
14755 * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
14756 if target supports 128-bit integer scalar.
14757 * c-decl.c (declspecs_add_type): Handle new keyword __int128.
14758 (finish_declspecs): Likewise.
14759 * c-parser.c (c_token_starts_typename): Handle RID_INT128.
14760 (c_token_starts_declspecs): Likewise.
14761 (c_parser_declspecs): Likewise.
14762 (c_parser_attributes): Likewise.
14763 (c_parser_objc_selector): Likewise.
14764 * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
14765 * c-tree.h (enum c_typespec_keyword): Add cts_int128.
14766 * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
14767 * tree.c (make_or_reuse_type): Likewise.
14768 (make_unsigned_type): Likewise.
14769 (build_common_tree_nodes_2): Likewise.
14770 * tree.h (enum integer_type_kind): Add itk_int128 and
14771 itk_unsigned_int128.
14772 (int128_integer_type_node): New define.
14773 (int128_unsigned_type_node): New define.
14774 * doc/extend.texi: Add documentation about __int128 type.
14775
14776 2010-05-26 Richard Guenther <rguenther@suse.de>
14777
14778 * tree-ssa-sccvn.c (copy_nary): Adjust.
14779 (copy_phis): Rename to ...
14780 (copy_phi): ... this. Adjust.
14781 (copy_references): Rename to ...
14782 (copy_reference): ... this. Adjust.
14783 (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
14784 result into the valid table.
14785
14786 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
14787
14788 * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
14789 insn-config.h, insn-codes.h, recog.h, and optabs.h.
14790
14791 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
14792
14793 * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
14794
14795 2010-05-26 Richard Guenther <rguenther@suse.de>
14796
14797 * opts.c (common_handle_option): Handle OPT_Ofast.
14798
14799 2010-05-26 Joseph Myers <joseph@codesourcery.com>
14800
14801 * diagnostic.c: Don't include opts.h.
14802 (permissive_error_option): Define.
14803 (diagnostic_initialize): Take n_opts parameter. Allocate memory
14804 for classify_diagnostic. Don't use memset for
14805 classify_diagnostic. Initialize new and recently added fields.
14806 (diagnostic_classify_diagnostic): Use context->n_opts instead of
14807 N_OPTS.
14808 (diagnostic_report_diagnostic): Pass context parameter to
14809 diagnostic_report_warnings_p. Use option_enabled and option_name
14810 hooks from context.
14811 (emit_diagnostic): Use permissive_error_option.
14812 (permerror): Likewise.
14813 * diagnostic.h: Don't include options.h.
14814 (struct diagnostic_context): Add n_opts, opt_permissive,
14815 inhibit_warnings, warn_system_headers, option_enabled and
14816 option_name fields. Change classify_diagnostic to a pointer.
14817 * opts-diagnostic.h: New file.
14818 * opts.c: Include opts-diagnostic.h.
14819 (common_handle_option): Set global_dc fields for -Wfatal-errors,
14820 -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
14821 (option_name): New function.
14822 * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
14823 (c_common_handle_option): Set global_dc->permissive for
14824 -fpermissive.
14825 * c-common.c (c_cpp_error): Save and restore
14826 global_dc->warn_system_headers, not variable warn_system_headers.
14827 * toplev.c: Include opts-diagnostic.h.
14828 (general_init): Update call to diagnostic_initialize. Set
14829 global_dc->show_column, global_dc->option_enabled and
14830 global_dc->option_name.
14831 (process_options): Don't set global_dc fields here.
14832 * Makefile.in (DIAGNOSTIC_H): Remove options.h.
14833 (diagnostic.o, opts.o, toplev.o): Update dependencies.
14834
14835 2010-04-30 Hariharan Sandanagobalane <hariharan@picochip.com>
14836
14837 * config/picochip/picochip.md (movsi): Split a movsi from a
14838 const after reload.
14839
14840 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
14841
14842 * ggc-zone.c: Update copyright year.
14843 (poison_region): Mark memory for Valgrind as undefined before
14844 memset () call and inaccessible afterwards.
14845 (ggc_pch_total_size): Change type of i to int.
14846
14847 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
14848
14849 * ggc-common.c (ggc_free_overhead): Allow empty slot.
14850
14851 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
14852
14853 * ggc-common.c: Update copyright year.
14854 (ggc_rlimit_bound): Remove prototype. Compile only if
14855 !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
14856 (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
14857 && !ENABLE_GC_ALWAYS_COLLECT. Make static.
14858 (ggc_min_heapsize_heuristic): Likewise.
14859
14860 2010-05-26 Richard Guenther <rguenther@suse.de>
14861
14862 PR rtl-optimization/44164
14863 * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
14864 no-common access-path disambiguation.
14865 (indirect_ref_may_alias_decl_p): Adjust.
14866 (indirect_refs_may_alias_p): Likewise.
14867 (refs_may_alias_p_1): Likewise.
14868
14869 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
14870
14871 * c-typeck.c: Do not include expr.h.
14872
14873 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
14874
14875 * rtl.h (decl_default_tls_model): Move prototype from here...
14876 * output.h: ...to here.
14877 * c-decl.c: Do not include rtl.h.
14878 * c-pragma.c: Likewise.
14879 * c-parser.c: Likewise.
14880 * c-gimplify.c: Likewise. And also not hard-reg-set.
14881 * c-common.c: Do not include rtl.h. Include tm_p.h and add a
14882 FIXME note for it. Add a FIXME note for expr.h.
14883 * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
14884 ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
14885 defined.
14886
14887 2010-05-26 Jakub Jelinek <jakub@redhat.com>
14888
14889 PR target/44199
14890 * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
14891 or total_size is larger than red zone size for non-V4 ABI, emit a
14892 stack_tie resp. frame_tie insn before stack pointer restore.
14893 * config/rs6000/rs6000.md (frame_tie): New insn.
14894
14895 2010-05-25 Eric Botcazou <ebotcazou@adacore.com>
14896
14897 * function.h (struct function): Add can_throw_non_call_exceptions bit.
14898 * lto-streamer-in.c (input_function): Stream it in.
14899 * lto-streamer-out.c (output_function): Stream it out.
14900 * function.c (allocate_struct_function): Set it.
14901 (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
14902 for flag_non_call_exceptions.
14903 * cfgbuild.c (control_flow_insn_p): Likewise.
14904 (make_edges): Likewise.
14905 * cfgexpand.c (expand_stack_alignment): Likewise.
14906 * combine.c (distribute_notes): Likewise.
14907 * cse.c (cse_extended_basic_block): Likewise.
14908 * except.c (insn_could_throw_p): Likewise.
14909 * gcse.c (simple_mem): Likewise.
14910 * ipa-pure-const.c (check_call): Likewise.
14911 (check_stmt ): Likewise.
14912 * lower-subreg.c (lower-subreg.c): Likewise.
14913 * optabs.c (emit_libcall_block): Likewise.
14914 (prepare_cmp_insn): Likewise.
14915 * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
14916 * postreload.c (rest_of_handle_postreload): Likewise.
14917 * reload1.c (reload_as_needed): Likewise.
14918 (emit_input_reload_insns): Likewise.
14919 (emit_output_reload_insns): Likewise.
14920 (fixup_abnormal_edges): Likewise.
14921 * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
14922 * store-motion.c (find_moveable_store): Likewise.
14923 * tree-eh.c (stmt_could_throw_p): Likewise.
14924 (tree_could_throw_p): Likewise.
14925 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
14926 * config/arm/arm.c (arm_expand_prologue): Likewise.
14927 (thumb1_expand_prologue): Likewise.
14928 * config/rx/rx.md (cbranchsf4): Likewise.
14929 (cmpsf): Likewise.
14930 * config/s390/s390.c (s390_emit_prologue): Likewise.
14931 * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
14932 (inline_forbidden_into_p): New predicate.
14933 (expand_call_inline): Use it to forbid inlining.
14934 (tree_can_inline_p): Likewise.
14935
14936 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
14937
14938 * config/i386/i386-c.c: Do not include rtl.h.
14939 * config/i386/t-i386: Update dependencies.
14940
14941 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
14942
14943 * attribs.c: Do not include rtl.h.
14944 * Makefile.in: Update dependencies.
14945
14946 2010-05-25 Anatoly Sokolov <aesok@post.ru>
14947
14948 * double-int.h (double_int_and): New.
14949 * combine.c (try_combine): Clean up, use double_int_* and
14950 immed_double_int_const functions.
14951
14952 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14953
14954 * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
14955 stderr to /dev/null instead of grep -q.
14956 * configure: Regenerate.
14957
14958 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
14959
14960 * Makefile.in (EXCEPT_H): Fix typo.
14961
14962 2010-05-25 Vladimir Makarov <vmakarov@redhat.com>
14963
14964 * ira-build.c (update_conflict_hard_reg_costs): New.
14965 (ira_build): Call update_conflict_hard_reg_costs.
14966
14967 2010-05-25 Jakub Jelinek <jakub@redhat.com>
14968
14969 PR debug/41371
14970 * var-tracking.c (find_loc_in_1pdv): Guard asserts with
14971 ENABLE_CHECKING.
14972 (intersect_loc_chains): Walk the s2var's loc_chain together
14973 with s1node chain as long as the locations are equal, don't
14974 call find_loc_in_1pdv in that case.
14975
14976 PR debug/42801
14977 * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
14978 (copy_bind_expr): ... instead of here.
14979 (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
14980 if the block hasn't been remapped.
14981 * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
14982 emitting concrete instance of abstract VLA, add DW_AT_type attribute.
14983
14984 2010-05-25 Richard Guenther <rguenther@suse.de>
14985
14986 PR middle-end/44069
14987 * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
14988 out-of-bounds array accesses.
14989
14990 2010-05-25 Richard Guenther <rguenther@suse.de>
14991
14992 * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
14993 (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
14994 (run_gcc): Re-organize to make cleanup easier.
14995
14996 2010-05-25 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14997
14998 * config/s390/s390.c (optimization_options): Fix and move the
14999 flag_prefetch_loop_arrays override ...
15000 (override_options): ... here.
15001
15002 2010-05-25 Joseph Myers <joseph@codesourcery.com>
15003
15004 * diagnostic.c: Don't include plugin.h.
15005 (diagnostic_report_diagnostic): Don't handle plugins specially
15006 here. Pass context to internal_error callback.
15007 * diagnostic.h (struct diagnostic_context): Add context parameter
15008 to internal_error callback.
15009 * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
15010 * plugin.h (struct diagnostic_context): Declare.
15011 (warn_if_plugins, plugins_internal_error_function): Declare.
15012 * toplev.c (general_init): Set global_dc->internal_error.
15013 * Makefile.in (diagnostic.o): Update dependencies.
15014
15015 2010-05-25 Iain Sandoe <iains@gcc.gnu.org>
15016
15017 * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
15018 * config/rs6000/t-darwin64: New.
15019 * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
15020 build crt2.
15021
15022 2010-05-25 Christian Borntraeger <borntraeger@de.ibm.com>
15023
15024 PR 44203
15025 * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
15026 match the original (and intended) behaviour before r159557. This
15027 changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
15028 in two ways.
15029
15030 2010-05-25 Richard Guenther <rguenther@suse.de>
15031
15032 * doc/invoke.texi: Document -Ofast.
15033 * target.h (struct gcc_target): Add handle_ofast.
15034 * target-def.h (TARGET_HANDLE_OFAST): Add.
15035 (TARGET_INITIALIZER): Adjust.
15036 * opts.c (decode_options): Handle -Ofast. Enable -ffast-math with it.
15037 * common.opt (Ofast): Add.
15038
15039 2010-05-25 Paolo Bonzini <bonzini@gnu.org>
15040
15041 * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
15042 * doc/md.texi (cstoreXX4): Update for cond-optab changes.
15043
15044 2010-05-25 Paolo Bonzini <bonzini@gnu.org>
15045
15046 PR target/43610
15047 * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
15048 even if !FLOAT_LIB_COMPARE_RETURNS_BOOL. Always compute true_rtx and
15049 false_rtx. Use false_rtx to compute the correct *ptest for reversed
15050 comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
15051
15052 2010-05-25 Jakub Jelinek <jakub@redhat.com>
15053
15054 * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
15055 DW_OP_minus with negated offset instead of DW_OP_plus.
15056 (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
15057
15058 2010-05-25 Wei Guozhi <carrot@google.com>
15059
15060 * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
15061 tst instruction and a new alternative.
15062 * config/arm/constraints.md (Pu): New constraint.
15063
15064 2010-05-24 Sebastian Pop <sebastian.pop@amd.com>
15065
15066 * function.c (assign_stack_local_1): Initialize variable
15067 to avoid warning when bootstrapping at -O3.
15068
15069 2010-05-24 Steven Bosscher <steven@gcc.gnu.org>
15070
15071 * configure.ac (all_lang_makefiles): Remove everything related to it.
15072 * configure: Regenerate.
15073 * Makefile.in: Fix reference to ada Make-lang.in.
15074 Remove support for LANG_MAKEFILES.
15075
15076 2010-05-24 Daniel Jacobowitz <dan@codesourcery.com>
15077 Sandra Loosemore <sandra@codesourcery.com>
15078
15079 * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
15080 * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
15081 description. Add arm_neon_fp16_ok.
15082 (Add Options): Add arm_neon and arm_neon_fp16.
15083
15084 2010-05-24 Joseph Myers <joseph@codesourcery.com>
15085
15086 * diagnostic.c: Don't include flags.h.
15087 (pedantic_warning_kind, permissive_error_kind): Take diagnostic
15088 context parameters. Check flags in the context passed as a parameter.
15089 (diagnostic_build_prefix): Add context parameter. Check
15090 show_column flag in context.
15091 (diagnostic_action_after_output): Check fatal_errors flag in context.
15092 (diagnostic_report_current_module): Check show_column flag in context.
15093 (default_diagnostic_starter): Update call to
15094 diagnostic_build_prefix.
15095 (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
15096 (emit_diagnostic): Pass context to permissive_error_kind.
15097 (permerror): Pass context to permissive_error_kind.
15098 * diagnostic.h (struct diagnostic_context): Add show_column,
15099 pedantic_errors, permissive and fatal_errors fields.
15100 (diagnostic_build_prefix): Update prototype.
15101 * langhooks.c
15102 * toplev.c (process_options): Set flags in global_dc from
15103 flag_show_column, flag_pedantic_errors, flag_permissive,
15104 flag_fatal_errors.
15105 * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
15106 to diagnostic_build_prefix.
15107 * Makefile.in (diagnostic.o): Update dependencies.
15108
15109 2010-05-24 H.J. Lu <hongjiu.lu@intel.com>
15110
15111 * config/i386/ia32intrin.h (__crc32q): Define only if
15112 __SSE4_2__ is defined.
15113
15114 2010-05-24 Iain Sandoe <iains@gcc.gnu.org>
15115
15116 PR target/44132
15117 PR middle-end/43602
15118 * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
15119 DECL_VISIBILITY_SPECIFIED.
15120 (emutls_decl): Set DECL_PRESERVE_P and copy
15121 DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
15122 (emutls_finalize_control_var): New callback.
15123 (emutls_finish): Finalize emutls control variables.
15124 * toplev.c (compile_file): Move the call to emutls_finish ()
15125 before varpool_assemble_pending_decls ().
15126
15127 2010-05-24 Daniel Gutson <dgutson@codesourcery.com>
15128
15129 * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
15130 added to the preprocessor condition.
15131
15132 2010-05-24 Paul Brook <paul@codesourcery.com>
15133
15134 * gengtype-lex.l: Add HARD_REG_SET.
15135 * expr.c (expand_expr_real_1): Record writes to hard registers.
15136 * function.c (rtl_data): Add asm_clobbers.
15137 * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
15138 (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
15139 Use crtl->asm_clobbers.
15140
15141 2010-05-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15142
15143 * doc/makefile.texi (Makefile): Mention stages 'profile'
15144 and 'feedback' for profiledbootstrap.
15145
15146 2010-05-23 H.J. Lu <hongjiu.lu@intel.com>
15147
15148 PR target/44245
15149 * config/i386/i386.c (def_builtin): Properly check
15150 OPTION_MASK_ISA_64BIT.
15151
15152 2010-05-23 Joseph Myers <joseph@codesourcery.com>
15153
15154 * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
15155 typedefs with different but compatible types. Allow duplicate
15156 typedefs with the same type except for pedantic non-C1X, but give
15157 warning for variably modified types.
15158 * c-typeck.c (tagged_types_tu_compatible_p,
15159 function_types_compatible_p, type_lists_compatible_p,
15160 comptypes_internal): Add parameter different_types_p; set
15161 *different_types_p for different but compatible types. All
15162 callers changed.
15163 (comptypes_check_different_types): New.
15164 * c-tree.h (comptypes_check_different_types): Declare.
15165
15166 2010-05-23 Steven Bosscher <steven@gcc.gnu.org>
15167
15168 * regs.h: Do not include obstack.h, basic-block.h. Include machmode.h.
15169 * jump.c: Include basic-block.h.
15170 * profile.c: Likewise.
15171 * tree-profile.c: Likewise.
15172 * coverage.c: Likewise.
15173 * basic-block.h (optimize_function_for_size_p): Move to function.h.
15174 (optimize_function_for_speed_p): Likewise.
15175 * function.h (optimize_function_for_size_p,
15176 optimize_function_for_speed_p): Moved here from basic-block.h.
15177 * Makefile.in: Update dependencies.
15178
15179 2010-05-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15180
15181 * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
15182 before calling make; allow override through $MAKE.
15183 * doc/invoke.texi (Optimize Options): Document override.
15184
15185 2010-05-23 Anatoly Sokolov <aesok@post.ru>
15186
15187 * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
15188 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
15189 (rs6000_mode_dependent_address_ptr): Make static.
15190 * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
15191 * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
15192 Remove.
15193
15194 2010-05-23 Maarten Lankhorst <mlankhorst@codeweavers.com>
15195
15196 PR target/43869
15197 * config/i386/i386.c: Make sure that the correct regparm is passed.
15198
15199 2010-05-23 Steven Bosscher <steven@gcc.gnu.org>
15200
15201 * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
15202 * sbitmap.c: ...to here to internalize sbitmap element access.
15203 Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
15204 Explain why basic-block.h is included.
15205 * function.h: Include tm.h for CUMULATIVE_ARGS.
15206 * Makefile.in: Update dependencies.
15207
15208 2010-05-22 Steven Bosscher <steven@gcc.gnu.org>
15209
15210 * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
15211 New core types.
15212 * sbitmap.h (struct sbitmap_def): Do not typedef here.
15213 * sbitmap.c: Include sbitmap.h.
15214 * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
15215 hard-reg-set.h. Split everything related to regsets out from here...
15216 * regset.h: ...to here. New file.
15217 * df.h: Include regset.h and sbitmap.h.
15218 * tree-flow.h: Likewise.
15219 * cfgloop.h: Likewise.
15220 * except.h: Do not include sbitmap.h. Include hashtab.h.
15221 * cgraph.h: Include vec.h and function.h.
15222 * reload.h (struct insn_chain): Change types of live_throughout
15223 and dead_or_set from regset_head to bitmap_head.
15224 (compute_use_by_pseudos): Be defined also if regset.h is not included.
15225 * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
15226 spilled_regs from regset_head to bitmap_head to avoid dependency
15227 in regset.h.
15228 * sel-sched-ir.h: Include regset.h.
15229 * reload.c: Include df.h before reload.h.
15230 * caller-save.c: Likewise.
15231 * reload1.c: Likewise.
15232 * ira.c: Likewise.
15233 (mark_elimination): Update type of r to bitmap, consistent with
15234 DF_LR_IN.
15235 * dominance.c: Include bitmap.h.
15236 * modulo-sched.c: Include df.h.
15237 * cfganal.c: Include bitmap.h and sbitmap.h.
15238 * cfgbuild.c: Include sbitmap.h.
15239 * lcm.c: Include sbitmap.h.
15240 * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
15241 * domwalk.c: Include sbitmap.h, exclude ggc.h.
15242 * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
15243 * cselib.c: Include bitmap.h.
15244 * tree-optimize.c: Include regset.h.
15245 * stmt.c: Include bitmap.h.
15246 * Makefile.in: Update dependencies.
15247
15248 2010-05-22 Jan Hubicka <jh@suse.cz>
15249
15250 * cgraph.h (struct varpool_node): Add same_comdat_group.
15251 * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
15252 pointer.
15253 (output_varpool): Update call of lto_output_varpool_node.
15254 (input_varpool): Read same_comdat_group pointer.
15255 (input_varpool_1): Fixup same_comdat_group pointer.
15256 * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
15257 group is needed, all are.
15258 * varpool.c (varpool_remove_node): Remove node from same comdat group
15259 linklist too.
15260 (varpool_analyze_pending_decls): Walk same comdat groups.
15261
15262 2010-05-22 Steven Bosscher <steven@gcc.gnu.org>
15263
15264 * rtl.h (union rtunion_def): Remove rt_bit member.
15265 (XBITMAP, X0BITMAP, XCBITMAP): Remove.
15266 * print-rtl (print_rtx): Do not print the member.
15267 * gengtype.c (adjust_field_rtx_def): Do not handle it.
15268 * gengenrtl.c (type_from_format): Likewise.
15269 (accessor_from_format): Likewise.
15270
15271 2010-05-22 Joseph Myers <joseph@codesourcery.com>
15272
15273 * dbgcnt.c: Include toplev.h instead of errors.h.
15274 * ira-emit.c: Don't include errors.h.
15275 * ira.c: Include toplev.h instead of errors.h.
15276 * lto-compress.c: Include toplev.h instead of errors.h.
15277 * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
15278 ira.o, dbgcnt.o): Update dependencies.
15279
15280 2010-05-22 Richard Guenther <rguenther@suse.de>
15281
15282 * gimple.c (gimple_types_compatible_p): Check type qualifications
15283 before merging pointer to complete and pointer to incomplete type.
15284 * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
15285 we use our own resolution algorithm. The gold linker plugin
15286 doesn't do the job we want it to do here.
15287
15288 2010-05-22 Anatoly Sokolov <aesok@post.ru>
15289
15290 * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
15291 * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
15292 (sparc_mode_dependent_address_p): New function.
15293
15294 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
15295
15296 * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
15297
15298 * timevar.c: Do not include any core headers.
15299 (timevar_print): De-i18n-ize.
15300 (print_time): Likewise.
15301 * timevar.h (timevar_push, timevar_pop): Make inline functions.
15302
15303 2010-05-21 Joseph Myers <joseph@codesourcery.com>
15304
15305 * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
15306 langhooks-def.h.
15307 (diagnostic_initialize): Initialize x_data not last_function.
15308 (diagnostic_report_current_function): Move to tree-diagnostic.c.
15309 (default_diagnostic_starter): Call
15310 diagnostic_report_current_module not
15311 diagnostic_report_current_function.
15312 (diagnostic_report_diagnostic): Initialize x_data not
15313 abstract_origin.
15314 (verbatim): Likewise.
15315 * diagnostic.h (struct diagnostic_info): Change abstract_origin to
15316 x_data.
15317 (struct diagnostic_context): Change last_function to x_data.
15318 (diagnostic_auxiliary_data): Replace with
15319 diagnostic_context_auxiliary_data and
15320 diagnostic_info_auxiliary_data.
15321 (diagnostic_last_function_changed, diagnostic_set_last_function,
15322 diagnostic_report_current_function): Move to tree-diagnostic.h.
15323 (print_declaration, dump_generic_node, print_generic_stmt,
15324 print_generic_stmt_indented, print_generic_expr,
15325 print_generic_decl, debug_c_tree, dump_omp_clauses,
15326 print_call_name, debug_generic_expr, debug_generic_stmt,
15327 debug_tree_chain, default_tree_printer): Move to
15328 tree-pretty-print.h.
15329 (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
15330 print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
15331 gimple-pretty-print.h.
15332 * pretty-print.c: Don't include tree.h
15333 (pp_base_format): Don't handle %K here.
15334 (pp_base_tree_identifier): Move to tree-pretty-print.c.
15335 * pretty-print.h (text_info): Change abstract_origin to x_data.
15336 (pp_tree_identifier, pp_unsupported_tree,
15337 pp_base_tree_identifier): Move to tree-pretty-print.h.
15338 * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
15339 tree-pretty-print.h: New files.
15340 * tree-pretty-print.c: Include tree-pretty-print.h.
15341 (percent_K_format): New. Moved from pretty-print.c.
15342 (pp_base_tree_identifier): Move from pretty-print.c.
15343 * c-objc-common.c: Include tree-pretty-print.h.
15344 (c_tree_printer): Handle %K here.
15345 * langhooks.c: Include tree-diagnostic.h.
15346 (lhd_print_error_function): Use diagnostic_abstract_origin macro.
15347 * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
15348 (default_tree_printer): Handle %K using percent_K_format.
15349 (general_init): Use default_tree_diagnostic_starter.
15350 * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
15351 (free_lang_data): Use default_tree_diagnostic_starter.
15352 * c-pretty-print.c: Include tree-pretty-print.h.
15353 * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
15354 * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
15355 * dwarf2out.c: Include tree-pretty-print.h.
15356 * except.c: Include tree-pretty-print.h.
15357 * gimple-pretty-print.c: Include tree-pretty-print.h and
15358 gimple-pretty-print.h.
15359 * gimplify.c: Include tree-pretty-print.h.
15360 * graphite-poly.c: Include tree-pretty-print.h and
15361 gimple-pretty-print.h.
15362 * ipa-cp.c: Include tree-pretty-print.h.
15363 * ipa-inline.c: Include gimple-pretty-print.h.
15364 * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
15365 * ipa-pure-const.c: Include gimple-pretty-print.h.
15366 * ipa-struct-reorg.c: Include tree-pretty-print.h and
15367 gimple-pretty-print.h.
15368 * ipa-type-escape.c: Include tree-pretty-print.h.
15369 * print-rtl.c: Include tree-pretty-print.h.
15370 * print-tree.c: Include gimple-pretty-print.h.
15371 * sese.c: Include tree-pretty-print.h.
15372 * tree-affine.c: Include tree-pretty-print.h.
15373 * tree-browser.c: Include tree-pretty-print.h.
15374 * tree-call-cdce.c: Include gimple-pretty-print.h.
15375 * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
15376 * tree-chrec.c: Include tree-pretty-print.h.
15377 * tree-data-ref.c: Include tree-pretty-print.h and
15378 gimple-pretty-print.h.
15379 * tree-dfa.c: Include tree-pretty-print.h.
15380 * tree-if-conv.c: Include tree-pretty-print.h and
15381 gimple-pretty-print.h.
15382 * tree-inline.c: Include tree-pretty-print.h.
15383 * tree-into-ssa.c: Include tree-pretty-print.h and
15384 gimple-pretty-print.h.
15385 * tree-nrv.c: Include tree-pretty-print.h.
15386 * tree-object-size.c: Include tree-pretty-print.h and
15387 gimple-pretty-print.h.
15388 * tree-outof-ssa.c: Include tree-pretty-print.h and
15389 gimple-pretty-print.h.
15390 * tree-parloops.c: Include tree-pretty-print.h and
15391 gimple-pretty-print.h.
15392 * tree-predcom.c: Include tree-pretty-print.h and
15393 gimple-pretty-print.h.
15394 * tree-scalar-evolution.c: Include tree-pretty-print.h and
15395 gimple-pretty-print.h.
15396 * tree-sra.c: Include tree-pretty-print.h.
15397 * tree-ssa-address.c: Include tree-pretty-print.h.
15398 * tree-ssa-alias.c: Include tree-pretty-print.h.
15399 * tree-ssa-ccp.c: Include tree-pretty-print.h and
15400 gimple-pretty-print.h.
15401 * tree-ssa-coalesce.c: Include tree-pretty-print.h.
15402 * tree-ssa-copy.c: Include tree-pretty-print.h and
15403 gimple-pretty-print.h.
15404 * tree-ssa-copyrename.c: Include tree-pretty-print.h.
15405 * tree-ssa-dce.c: Include tree-pretty-print.h and
15406 gimple-pretty-print.h.
15407 * tree-ssa-dom.c: Include tree-pretty-print.h and
15408 gimple-pretty-print.h.
15409 * tree-ssa-dse.c: Include gimple-pretty-print.h.
15410 * tree-ssa-forwprop.c: Include tree-pretty-print.h.
15411 * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
15412 * tree-ssa-live.c: Include tree-pretty-print.h and
15413 gimple-pretty-print.h.
15414 * tree-ssa-loop-im.c: Include tree-pretty-print.h and
15415 gimple-pretty-print.h.
15416 * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
15417 gimple-pretty-print.h.
15418 * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
15419 gimple-pretty-print.h.
15420 * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
15421 gimple-pretty-print.h.
15422 * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
15423 * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
15424 * tree-ssa-operands.c: Include tree-pretty-print.h and
15425 gimple-pretty-print.h.
15426 * tree-ssa-phiprop.c: Include tree-pretty-print.h and
15427 gimple-pretty-print.h.
15428 * tree-ssa-pre.c: Include tree-pretty-print.h and
15429 gimple-pretty-print.h.
15430 * tree-ssa-propagate.c: Include gimple-pretty-print.h.
15431 * tree-ssa-reassoc.c: Include tree-pretty-print.h and
15432 gimple-pretty-print.h.
15433 * tree-ssa-sccvn.c: Include tree-pretty-print.h and
15434 gimple-pretty-print.h.
15435 * tree-ssa-sink.c: Include gimple-pretty-print.h.
15436 * tree-ssa-ter.c: Include tree-pretty-print.h and
15437 gimple-pretty-print.h.
15438 * tree-ssa-uninit.c: Include gimple-pretty-print.h.
15439 * tree-ssa.c: Include tree-pretty-print.h and
15440 gimple-pretty-print.h.
15441 * tree-stdarg.c: Include gimple-pretty-print.h.
15442 * tree-switch-conversion.c: Include gimple-pretty-print.h.
15443 * tree-tailcall.c: Include tree-pretty-print.h and
15444 gimple-pretty-print.h.
15445 * tree-vect-data-refs.c: Include tree-pretty-print.h and
15446 gimple-pretty-print.h.
15447 * tree-vect-loop-manip.c: Include tree-pretty-print.h and
15448 gimple-pretty-print.h.
15449 * tree-vect-loop.c: Include tree-pretty-print.h and
15450 gimple-pretty-print.h.
15451 * tree-vect-patterns.c: Include gimple-pretty-print.h.
15452 * tree-vect-slp.c: Include tree-pretty-print.h and
15453 gimple-pretty-print.h.
15454 * tree-vect-stmts.c: Include tree-pretty-print.h and
15455 gimple-pretty-print.h.
15456 * tree-vectorizer.c: Include tree-pretty-print.h.
15457 * tree-vrp.c: Include tree-pretty-print.h and
15458 gimple-pretty-print.h.
15459 * value-prof.c: Include tree-pretty-print.h and
15460 gimple-pretty-print.h.
15461 * var-tracking.c: Include tree-pretty-print.h.
15462 * Makefile.in (OBJS-common): Add tree-diagnostic.o.
15463 (tree-diagnostic.o): New dependencies.
15464 (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
15465 tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
15466 tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
15467 tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
15468 tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
15469 tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
15470 tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
15471 tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
15472 tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
15473 tree-ssa-address.o, tree-ssa-loop-niter.o,
15474 tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
15475 tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
15476 tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
15477 gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
15478 tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
15479 tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
15480 tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
15481 tree-parloops.o, tree-stdarg.o, tree-object-size.o,
15482 gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
15483 toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
15484 ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
15485 ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
15486 tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
15487 tree-switch-conversion.o, var-tracking.o, value-prof.o,
15488 cfgexpand.o, pretty-print.o): Update dependencies.
15489
15490 2010-05-22 Andreas Tobler <andreast@fgznet.ch>
15491
15492 * tree-ssa-structalias.c: Remove tm_p.h from include.
15493
15494 2010-05-21 Jeff Law <law@redhat.com>
15495
15496 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
15497
15498 2010-05-21 Jason Merrill <jason@redhat.com>
15499
15500 * tree-eh.c (cleanup_is_dead_in): New.
15501 (lower_try_finally): Don't generate a dead cleanup region.
15502 (lower_cleanup): Likewise.
15503
15504 2010-05-21 Jakub Jelinek <jakub@redhat.com>
15505
15506 PR debug/44223
15507 * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
15508 unchain each use from the cyclic next_regno_use chain first.
15509
15510 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
15511
15512 * real: Do not include gmp.h, mpfr.h, and mpc.h.
15513 (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
15514 (real_value_negate, real_value_abs): New prototypes.
15515 (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
15516 * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
15517 new include file for interface between MPFR and REAL_VALUE_TYPE.
15518 * real.c: Include realmpfr.h.
15519 (real_arithmetic2): Remove legacy function.
15520 (real_value_negate): New.
15521 (real_value_abs): New.
15522 (mfpr_from_real, real_from_mpfr): Move from here...
15523 * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
15524 * builtins.c: Include realmpfr.h.
15525 * fold-const.c: Include realmpfr.h.
15526 (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
15527 (fold_negate_const): Likewise.
15528 (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
15529 * toplev.c: Include realmpfr.h.
15530 * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
15531 and real_value_negate.
15532 * fixed-value.c (check_real_for_fixed_mode): Likewise.
15533 * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
15534 (vfp3_const_double_index): Likewise.
15535 (arm_print_operand): Likewise.
15536 * Makefile.in: Update dependencies.
15537
15538 2010-05-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15539
15540 * config/s390/s390.c (override_options): Increase the default
15541 of max-completely-peel-times.
15542
15543 2010-05-21 Julian Brown <julian@codesourcery.com>
15544 Mark Mitchell <mark@codesourcery.com>
15545
15546 * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
15547 sibling calls for Thumb-1.
15548 * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
15549 * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
15550 Thumb-2.
15551 (*call_insn, *call_value_insn): Don't use for Thumb-2.
15552 (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
15553 for Thumb-2.
15554 (return): New expander.
15555 (*arm_return): New name for ARM return insn.
15556 * config/arm/thumb2.md (*thumb2_return): New insn pattern.
15557
15558 2010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
15559
15560 * config.gcc (sparc64-*-rtems*): New target.
15561
15562 2010-05-21 Nathan Froyd <froydnj@codesourcery.com>
15563
15564 * tree.c (build_function_decl_skip_args): Fix grammar.
15565 (build_function_type_list_1): Fix typos, adjust formatting.
15566
15567 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
15568
15569 * tree.h: Include real.h and fixed-value.h as basic datatypes.
15570 * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
15571 tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
15572 tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
15573 tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
15574 genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
15575 tree-pretty-print.c, tree-loop-distribution.c,
15576 tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
15577 tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
15578 tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
15579 tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
15580 tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
15581 tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
15582 tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
15583 tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
15584 tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
15585 tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
15586 genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
15587 tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
15588 gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
15589 tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
15590 tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
15591 store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
15592 tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
15593 tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
15594 tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
15595 tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
15596 fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
15597 tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
15598 config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
15599 config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
15600 config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
15601 config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
15602 config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
15603 config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
15604 config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
15605 config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
15606 config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
15607 config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
15608 config/score/score7.c, config/score/score.c, config/arm/arm.c,
15609 config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
15610 config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
15611 config/bfin/bfin.c: Clean up redundant includes.
15612 * Makefile.in: Update accordingly.
15613
15614 2010-05-21 Nathan Froyd <froydnj@codesourcery.com>
15615
15616 PR middle-end/44204
15617 * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
15618 statement has no arguments.
15619
15620 2010-05-21 Kai Tietz <kai.tietz@onevision.com>
15621
15622 PR/44139
15623 * varasm.c (emutls_decl): Merge attributes to new decl.
15624
15625 2010-05-21 Eric Botcazou <ebotcazou@adacore.com>
15626
15627 PR middle-end/44101
15628 * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
15629 around the uniquized constructor if its type requires a conversion.
15630
15631 2010-05-21 Jakub Jelinek <jakub@redhat.com>
15632
15633 PR debug/44205
15634 * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
15635 at -O0 goto_locus of any of the incoming edges differs from
15636 goto_locus of outgoing edge, or gimple_location of any of the
15637 labels differs.
15638
15639 2009-09-14 Vladimir Makarov <vmakarov@redhat.com>
15640
15641 * ira.c (ira_non_ordered_class_hard_regs): Define.
15642 (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
15643 * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
15644 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
15645 cost of unaligned hard regs when allocating multi-reg pseudos.
15646
15647 2010-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15648
15649 * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
15650 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
15651 for TARGET_NO_FLOAT.
15652 * config/mips/mips.c (mips_file_start): Expand conditional expression
15653 into "if" statements. Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
15654 (mips_override_options): Move -mno-float override -msoft-float and
15655 -mhard-float.
15656 * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
15657 Condition(TARGET_SUPPORTS_NO_FLOAT).
15658 * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
15659 __mips_no_float here.
15660 (SUBTARGET_OVERRIDE_OPTIONS): Delete.
15661 (TARGET_SUPPORTS_NO_FLOAT): Define.
15662 * config/mips/sdemtk.opt: Delete.
15663
15664 2010-05-20 Segher Boessenkool <segher@kernel.crashing.org>
15665
15666 * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
15667
15668 2010-05-20 Uros Bizjak <ubizjak@gmail.com>
15669
15670 PR target/43733
15671 * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
15672 * configure: Regenerate.
15673 * config.in: Regenerate.
15674 * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
15675 instead of sahf only for 64bit targets.
15676
15677 2010-05-20 Jakub Jelinek <jakub@redhat.com>
15678
15679 PR debug/44178
15680 * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
15681 setup_ref_regs for DEBUG_INSNs.
15682
15683 2010-05-20 Jan Hubicka <jh@suse.cz>
15684
15685 PR middle-end/44197
15686 * varpool.c (varpool_remove_node): Handle in-varpool aliases.
15687
15688 2010-05-20 Kenneth Zadeck <zadeck@naturalbridge.com>
15689
15690 PR bootstrap/43870
15691 * df-scan.c (df_ref_compare): Stabilize sort.
15692
15693 2010-05-20 Jakub Jelinek <jakub@redhat.com>
15694
15695 * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
15696 argument. Don't use DW_OP_piece if offset is non-zero,
15697 put offset into second DW_OP_bit_piece argument.
15698 (dw_sra_loc_expr): Adjust callers. For memory expressions
15699 compute offset.
15700
15701 2010-05-20 Hans-Peter Nilsson <hp@axis.com>
15702
15703 PR target/44202
15704 * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
15705 settings for 16-bit-constant "addo" alternative.
15706
15707 2010-05-19 James E. Wilson <wilson@codesourcery.com>
15708
15709 * config/mips/mips-dsp.md (add<DSPV:mode>3,
15710 mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
15711
15712 PR target/43764
15713 * mips.c (mips_call_expr_from_insn): New arg second_call. Set it.
15714 (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
15715 Use it.
15716
15717 2010-05-19 Joseph Myers <joseph@codesourcery.com>
15718
15719 * diagnostic.c (FLOAT, FFS): Don't undefine.
15720 * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
15721 * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
15722 include ordering.
15723
15724 2010-05-19 Richard Sandiford <rdsandiford@googlemail.com>
15725
15726 * combine.c (propagate_for_debug): Call make_compound_operation
15727 on the source value.
15728 (try_combine): When implementing a split chosen by find_split_point,
15729 either copy i2src or set it to null. Assert that i2src is not null
15730 before substituting into CALL_INSN_FUNCTION_USAGE.
15731
15732 2010-05-19 Anatoly Sokolov <aesok@post.ru>
15733
15734 * double-int.h (double_int_ior): New function.
15735 * tree.h (build_int_cst_wide_type): Remove.
15736 * tree.c (build_int_cst_wide_type): Remove.
15737 * fold-const.c (native_interpret_int): Use double_int_to_tree instead
15738 of build_int_cst_wide_type.
15739 * stor-layout.c (set_sizetype): (Ditto.).
15740 * dojump.c (do_jump): Use build_int_cstu instead of
15741 build_int_cst_wide_type.
15742
15743 2010-05-19 Eric Botcazou <ebotcazou@adacore.com>
15744
15745 * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
15746 * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
15747 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
15748 * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
15749 TARGET_EXPR nodes, but only once, if instructed to do so. Do not
15750 propagate the 'data' argument to copy_tree_r.
15751 (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
15752 Propagate 'data' argument to walk_tree.
15753 (copy_if_shared): New function.
15754 (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
15755 (unmark_visited): New function.
15756 (unshare_body): Call copy_if_shared instead of doing it manually.
15757 (unvisit_body): Call unmark_visited instead of doing it manually.
15758
15759 2010-05-19 Nathan Froyd <froydnj@codesourcery.com>
15760
15761 * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
15762 (hook_tree_tree_int_treep_bool_null): ...this. Update signature.
15763 * hooks.c: Likewise.
15764 * target-def.h (TARGET_FOLD_BUILTIN): Define to
15765 hook_tree_tree_int_treep_bool_null.
15766 * target.h (struct gcc_target): Update signature of fold_builtin
15767 field.
15768 * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
15769 * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
15770 instead of the call expression.
15771 (fold_builtin_call_array): Pass n and argarray directly.
15772 (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
15773 consing a list.
15774 * config/alpha/alpha.c (alpha_fold_builtin): Update signature. Lift
15775 MAX_ARGS check out of the loop. Delete declaration of `arity', declare
15776 `i' and use it in place of `arity'.
15777 * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
15778 Dereference `args' directly.
15779 * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
15780
15781 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15782
15783 * doc/sourcebuild.texi (Effective-Target Keywords): Document
15784 3dnow, sse3, sse2.
15785 (Directives): Document optional dg-require-effective-target
15786 selector.
15787
15788 2010-05-19 Richard Guenther <rguenther@suse.de>
15789
15790 PR lto/44196
15791 * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
15792
15793 2010-05-19 Richard Guenther <rguenther@suse.de>
15794
15795 * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
15796 * common.opt (fwhopr=): New.
15797 * opts.c (common_handle_option): Handle OPT_fwhopr.
15798 * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
15799 * collect2.c (main): Match -fwhopr*.
15800 * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
15801 Execute ltrans stage in parallel when jobs is bigger than 1.
15802
15803 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15804
15805 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
15806 pentiumpro on Solaris 8/x86 with Sun as.
15807 * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
15808 hidden alias bug.
15809 (gcc_cv_as_ix86_quad): Check for .quad directive.
15810 * configure: Regenerate.
15811 * config.in: Regenerate.
15812 * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
15813
15814 2010-05-19 Martin Jambor <mjambor@suse.cz>
15815
15816 * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
15817 also for indirect edges. Actual printing moved...
15818 (ipa_print_node_jump_functions_for_edge): ...here.
15819 (ipa_compute_jump_functions): Renamed to
15820 ipa_compute_jump_functions_for_edge and made static.
15821 (ipa_compute_jump_functions): New function.
15822 (make_edge_direct_to_target): Check if the number of arguments on
15823 the newly direct edge is the same as the number of parametrs of
15824 the callee.
15825 * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
15826 ipa_compute_jump_functions. Call ipa_analyze_params_uses.
15827 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
15828 analysis functions unconditionally, call the new
15829 ipa_analyze_params_uses on the node instead of every edge.
15830
15831 2010-05-19 Christian Borntraeger <borntraeger@de.ibm.com>
15832
15833 * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
15834 to tree.
15835 (dump_mem_ref): Adopt debug code to handle a tree as step. This
15836 also checks for a constant int vs. non-constant but
15837 loop-invariant steps.
15838 (find_or_create_group): Change the sort algorithm to only consider
15839 steps that are constant ints.
15840 (idx_analyze_ref): Adopt code to handle a tree instead of a
15841 HOST_WIDE_INT for step.
15842 (gather_memory_references_ref): Handle tree instead of int and be
15843 prepared to see a NULL_TREE.
15844 (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
15845 prefetches if the step cannot be calculated at compile time.
15846 (issue_prefetch_ref): Issue prefetches for non-constant but
15847 loop-invariant steps.
15848
15849 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
15850
15851 Revert:
15852 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
15853
15854 * tree.h (build_call_list): Remove.
15855 * tree.c (build_call_list): Remove.
15856
15857 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
15858
15859 * tree.h (build_call_list): Remove.
15860 * tree.c (build_call_list): Remove.
15861
15862 2010-05-18 Jan Hubicka <jh@suse.cz>
15863
15864 * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
15865
15866 2010-05-18 Vladimir Makarov <vmakarov@redhat.com>
15867
15868 PR rtl-optimization/43332
15869 * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
15870
15871 2010-05-18 Anatoly Sokolov <aesok@post.ru>
15872
15873 * tree.h (build_int_cstu): Implement as static inline.
15874 * tree.c (build_int_cstu): Remove function.
15875 (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
15876 sign extended.
15877
15878 2010-05-18 Richard Guenther <rguenther@suse.de>
15879
15880 PR lto/44143
15881 * lto-wrapper.c (verbose): New variable. Initialize from -v.
15882 (debug): Initialize from -save-temps.
15883 (collect_execute): Print command-line when verbose.
15884 (run_gcc): Always use COLLECT_GCC_OPTIONS. Use fork_execute
15885 for ltrans invocation. Produce -dumpbase flag again.
15886 (process_args): Remove.
15887 (main): Simplify.
15888 * collect2.c (maybe_run_lto_and_relink): Only pass object
15889 files to lto-wrapper.
15890 * gcc.c (LINK_COMMAND_SPEC): Likewise.
15891
15892 2010-05-18 Jan Hubicka <jh@suse.cz>
15893
15894 * opts.c (decode_options): Do not disable whopr at ipa_cp.
15895 * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
15896
15897 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
15898
15899 PR lto/44184
15900 * lto-streamer-out.c (output_gimple_stmt): Output number of labels
15901 in a GIMPLE_ASM.
15902 * lto-streamer-in.c (input_gimple_stmt): Read number of labels
15903 in a GIMPLE_ASM.
15904
15905 2010-05-18 Jakub Jelinek <jakub@redhat.com>
15906
15907 PR debug/41371
15908 * var-tracking.c (find_loc_in_1pdv): Add a few checks from
15909 rtx_equal_p inline.
15910
15911 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
15912
15913 * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
15914 lto-macho as lto_binary_reader.
15915
15916 * darwin.c (darwin_asm_named_section): Do not add assembler comment
15917 after .section directive; just print it before the directive instead.
15918
15919 2010-05-17 Jan Hubicka <jh@suse.cz>
15920
15921 * cgraph.c (cgraph_create_virtual_clone): Only check
15922 versionable_function_p when not in wpa and checking is enabled.
15923 * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
15924 there are no more functions to materialize.
15925
15926 2010-05-17 Jan Hubicka <jh@suse.cz>
15927
15928 * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
15929 * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
15930 New functions.
15931 (output_cgraph): Call output_cgraph_opt_summary.
15932 (input_cgrpah): Call input_cgraph_opt_summary.
15933 (output_cgraph_opt_summary_p, output_node_opt_summary,
15934 input_node_opt_summary, input_cgraph_opt_section): New functions.
15935 * lto-section-in.c (lto_section_name): Add cgraphopt.
15936 * tree-inline.c (tree_function_versioning): Handle parm_num.
15937 * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
15938 * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
15939
15940 2010-05-17 Changpeng Fang <changpeng.fang@amd.com>
15941
15942 * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
15943 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
15944 the insn to prefetch ratio heuristic to loops with known trip count.
15945
15946 2010-05-17 Changpeng Fang <changpeng.fang@amd.com>
15947
15948 * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
15949 (schedule_prefetches): Do not generate a prefetch if the unroll factor
15950 is far from what is required by the prefetch.
15951
15952 2010-05-17 Jan Hubicka <jh@suse.cz>
15953
15954 * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
15955 (ipcp_estimate_growth): Likewise.
15956 (ipcp_const_param_count): Likewise.
15957 (ipcp_insert_stage): Likewise.
15958 * ipa-prop.c (visit_load_for_mod_analysis): New function.
15959 (visit_store_addr_for_mod_analysis): Set used flag.
15960 (ipa_detect_param_modifications): Set used flag for SSE params;
15961 update use of walk_stmt_load_store_addr_ops.
15962 (ipa_print_node_params): Print used flag.
15963 (ipa_write_node_info): Stream used flag.
15964 (ipa_read_node_info): Likewise.
15965 * ipa-prop.h (struct ipa_param_descriptor): Add used field.
15966 (ipa_is_param_used): New function.
15967 (lto_ipa_fixup_call_notes): Remove unused declaration.
15968
15969 2010-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15970
15971 PR target/44074
15972 * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
15973 * configure: Regenerate.
15974 * config.in: Regenerate.
15975 * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
15976 !HAVE_AS_IX86_REP_LOCK_PREFIX.
15977 Don't emit whitespace.
15978 * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
15979 (*rep_movsi): Likewise.
15980 (*rep_movsi_rex64): Likewise.
15981 (*rep_movqi): Likewise.
15982 (*rep_movqi_rex64): Likewise.
15983 (*rep_stosdi_rex64): Likewise.
15984 (*rep_stossi): Likewise.
15985 (*rep_stossi_rex64): Likewise.
15986 (*rep_stosqi): Likewise.
15987 (*rep_stosqi_rex64): Likewise.
15988 (*cmpstrnqi_nz_1): Use {%;} after repz.
15989 (*cmpstrnqi_nz_rex_1): Likewise.
15990 (*cmpstrnqi_1): Likewise.
15991 (*cmpstrnqi_rex_1): Likewise.
15992 (*strlenqi_1): Use {%;} after repnz.
15993 (*strlenqi_rex_1): Likewise.
15994 * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
15995 (*sync_compare_and_swap<mode>): Likewise.
15996 (sync_double_compare_and_swap<mode>): Likewise.
15997 (*sync_double_compare_and_swapdi_pic): Likewise.
15998 (sync_old_add<mode>): Likewise.
15999 (sync_add<mode>): Likewise.
16000 (sync_sub<mode>): Likewise.
16001 (sync_<code><mode>): Likewise.
16002
16003 2010-05-17 Martin Jambor <mjambor@suse.cz>
16004
16005 * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
16006 otr_token and polymorphic.
16007 * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
16008 (cgraph_clone_edge): Copy the above fields.
16009 * tree.c (get_binfo_at_offset): New function.
16010 * tree.h (get_binfo_at_offset): Declare.
16011 * ipa-prop.h (enum jump_func_type): Added known_type jump function
16012 type, reordered items, updated comments.
16013 (union jump_func_value): Added base_type field, reordered fields.
16014 (enum ipa_lattice_type): Moved down in the file.
16015 (struct ipa_param_descriptor): New field polymorphic.
16016 (ipa_is_param_polymorphic): New function.
16017 * ipa-prop.c: Include gimple.h and gimple-fold.h.
16018 (ipa_print_node_jump_functions): Print known type jump functions.
16019 (compute_complex_pass_through): Renamed to...
16020 (compute_complex_assign_jump_func): this.
16021 (compute_complex_ancestor_jump_func): New function.
16022 (compute_known_type_jump_func): Likewise.
16023 (compute_scalar_jump_functions): Create known type and complex ancestor
16024 jump functions.
16025 (ipa_note_param_call): New parameter polymorphic, set the corresponding
16026 flag in the call note accordingly.
16027 (ipa_analyze_call_uses): Renamed to...
16028 (ipa_analyze_indirect_call_uses): this. New parameter target, define
16029 variable var only in the block where it is used.
16030 (ipa_analyze_virtual_call_uses): New function.
16031 (ipa_analyze_call_uses): Likewise.
16032 (combine_known_type_and_ancestor_jfs): Likewise.
16033 (update_jump_functions_after_inlining): Implemented handling of a
16034 number of new jump function types combination.
16035 (print_edge_addition_message): Removed.
16036 (make_edge_direct_to_target): New function.
16037 (try_make_edge_direct_simple_call): Likewise.
16038 (try_make_edge_direct_virtual_call): Likewise.
16039 (update_call_notes_after_inlining): Renamed to...
16040 (update_indirect_edges_after_inlining): this. Moved edge creation for
16041 indirect calls to try_make_edge_direct_simple_call, also calls
16042 try_make_edge_direct_virtual_call for virtual calls.
16043 (ipa_print_node_params): Changed the header message.
16044 (ipa_write_jump_function): Stream also known type jump functions.
16045 (ipa_read_jump_function): Likewise.
16046 (ipa_write_indirect_edge_info): Stream new fields in
16047 cgraph_indirect_call_info.
16048 (ipa_read_indirect_edge_info): Likewise.
16049 * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
16050 GIMPLE_FOLD_H.
16051
16052 2010-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16053
16054 * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
16055
16056 2010-05-17 Nathan Froyd <froydnj@codesourcery.com>
16057
16058 * tree.h (CALL_EXPR_ARGS): Delete.
16059 (call_expr_arglist): Delete.
16060 * tree.c (call_expr_arglist): Delete.
16061 * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
16062 targetm.fold_builtin.
16063 * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
16064 Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
16065 * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
16066 arglist parameter. Use CALL_EXPR_ARG.
16067 (picochip_expand_builtin_3op): Likewise.
16068 (picochip_expand_builtin_2opvoid): Likewise.
16069 (picochip_expand_array_get): Likewise.
16070 (picochip_expand_array_put): Likewise.
16071 (picochip_expand_array_testport): Likewise.
16072 (picochip_expand_builtin): Don't call CALL_EXPR_ARGS. Pass exp
16073 rather than arglist.
16074 * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
16075 CALL_EXPR_ARGS.
16076 * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
16077 than TREE_VALUE and TREE_CHAIN.
16078 * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
16079 * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
16080 the arglist.
16081
16082 2010-05-17 Jakub Jelinek <jakub@redhat.com>
16083
16084 PR bootstrap/42347
16085 * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
16086 to have no fallthru edge.
16087
16088 PR middle-end/44102
16089 * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
16090 bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
16091 mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
16092 add BARRIER after previous bb if needed.
16093
16094 2010-05-17 Nathan Froyd <froydnj@codesourcery.com>
16095
16096 * tree.c (build_function_type_list_1): Remove bogus assert condition.
16097
16098 2010-05-17 Alan Modra <amodra@gmail.com>
16099
16100 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
16101 unnecessary prototype. Replace copy_r12 and copy_r11 flag params
16102 with copy_reg rtx param.
16103 (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
16104 Correct cases where code for ABI_V4 did not initialise the reg
16105 used to access frame. Also leave frame_reg_rtx as sp for large
16106 frames that save no regs.
16107
16108 2010-05-17 Martin Jambor <mjambor@suse.cz>
16109
16110 PR middle-end/44133
16111 * tree-sra.c (create_access_replacement): New parameter rename, mark
16112 the replaement for renaming only when it is true.
16113 (get_access_replacement): Pass true in the rename parameter of
16114 create_access_replacement.
16115 (get_unrenamed_access_replacement): New function.
16116 (replace_uses_with_default_def_ssa_name): New parameter racc, get the
16117 replacement declaration from it.
16118
16119 2010-05-17 Bernd Schmidt <bernds@codesourcery.com>
16120
16121 * function.c (try_fit_stack_local, add_frame_space): New static
16122 functions.
16123 (assign_stack_local_1): Use them. Look for opportunities to use
16124 space previously wasted on alignment.
16125 * function.h (struct frame_space): New.
16126 (struct rtl_data): Add FRAME_SPACE_LIST member.
16127 * reload1.c (something_was_spilled): New static variable.
16128 (alter_reg): Set it.
16129 (reload): Test it in addition to testing if the frame size changed.
16130
16131 2010-05-17 Christian Borntraeger <borntraeger@de.ibm.com>
16132
16133 * config/s390/s390.c: Define sane prefetch settings and activate
16134 flag_prefetch_loop_arrays on -O3.
16135 * config/s390/s390.h: Declare that read can use write prefetch.
16136
16137 2010-05-17 Jakub Jelinek <jakub@redhat.com>
16138
16139 * lto-streamer-out.c (lto_output): Fix --enable-checking=release
16140 build.
16141
16142 2010-05-16 Jan Hubicka <jh@suse.cz>
16143
16144 * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
16145 function body; do not check stdarg field of struct function.
16146
16147 2010-05-16 Jan Hubicka <jh@suse.cz>
16148
16149 * cgraph.c (dump_cgraph_node): Dump versionable flag.
16150 * cgraph.h (cgraph_local_info): Add versionable flag.
16151 * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
16152 (ipcp_versionable_function_p): Use it.
16153 * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
16154 versionable flag.
16155
16156 2010-05-16 Jan Hubicka <jh@suse.cz>
16157
16158 * cgraph.c (cgraph_clone_node): Take decl argument and insert
16159 clone into hash when it is different from orig.
16160 (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
16161 * cgraph.h (cgraph_clone_node): Update prototype.
16162 * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
16163 (lto_cgraph_encoder_delete): Delete body map.
16164 (lto_cgraph_encoder_size): Move to header.
16165 (lto_cgraph_encoder_encode_body_p,
16166 lto_set_cgraph_encoder_encode_body): New.
16167 (lto_output_node): Do not take written_decls argument; output clone_of
16168 pointer.
16169 (add_node_to): Add include_body_argument; call
16170 lto_set_cgraph_encoder_encode_body on master of the clone.
16171 (add_references): Update use of add_node_to.
16172 (compute_ltrans_boundary): Likewise.
16173 (output_cgraph): Do not create written_decls bitmap.
16174 (input_node): Take nodes argument; stream in clone_of correctly.
16175 (input_cgraph_1): Update use of input_node.
16176 * lto-streamer-out.c (lto_output): Use encoder info to decide
16177 what bodies to output.
16178 * ipa-inline.c (cgraph_clone_inlined_nodes,
16179 cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
16180 * lto-streamer.h (lto_cgraph_encoder_d): Add body.
16181 (lto_cgraph_encoder_size): Define here.
16182 (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
16183 Declare.
16184
16185 2010-05-16 Richard Guenther <rguenther@suse.de>
16186
16187 * doc/invoke.texi (-fipa-struct-reorg): Do not mention
16188 -fipa-type-escape.
16189 * ipa-type-escape.c (gate_type_escape_vars): Run when
16190 -fipa-struct-reorg runs.
16191 * opts.c (decode_options): Do not unset flag_ipa_type_escape.
16192 * common.opt (fipa-type-escape): Remove.
16193
16194 2010-05-16 Eric Botcazou <ebotcazou@adacore.com>
16195
16196 * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
16197 (decode_options): Likewise.
16198 * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
16199
16200 2010-05-16 Jan Hubicka <jh@suse.cz>
16201
16202 * ipa.c (function_and_variable_visibility): Also bring local all
16203 aliases.
16204
16205 2010-05-16 Richard Guenther <rguenther@suse.de>
16206
16207 * alias.c (nonoverlapping_memrefs_p): Remove use of
16208 IPA type-escape information.
16209
16210 2010-05-16 Joseph Myers <joseph@codesourcery.com>
16211
16212 * c-common.c (c_common_reswords): Add _Static_assert for C.
16213 * c-parser.c (c_token_starts_declaration,
16214 c_parser_next_token_starts_declaration,
16215 c_parser_static_assert_declaration_no_semi,
16216 c_parser_static_assert_declaration): New.
16217 (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
16218 Handle static assertions if static_assert_ok.
16219 (c_parser_external_declaration, c_parser_declaration_or_fndef,
16220 c_parser_compound_statement_nostart, c_parser_label,
16221 c_parser_for_statement, c_parser_objc_methodprotolist,
16222 c_parser_omp_for_loop): All callers of
16223 c_parser_declaration_or_fndef changed.
16224 (c_parser_struct_declaration): Handle static assertions.
16225 (c_parser_compound_statement_nostart): Use
16226 c_parser_next_token_starts_declaration and
16227 c_token_starts_declaration to detect start of declarations.
16228 (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
16229 Likewise.
16230
16231 2010-05-16 Anatoly Sokolov <aesok@post.ru>
16232
16233 * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
16234 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
16235 * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
16236 TARGET_FUNCTION_VALUE_REGNO_P): Define.
16237 (mmix_function_outgoing_value): Rename to...
16238 (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
16239 (mmix_function_value_regno_p): Make static.
16240 (mmix_libcall_value): New function.
16241 * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
16242 mmix_function_value_regno_p): Remove declaration.
16243
16244 2010-05-16 Eric Botcazou <ebotcazou@adacore.com>
16245
16246 * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
16247 BUILT_IN_ALLOCA if stack checking is enabled.
16248
16249 2010-05-16 Richard Guenther <rguenther@suse.de>
16250
16251 * var-tracking.c (vars_copy_1): Inline ...
16252 (vars_copy): ... here. Use FOR_EACH_HTAB_ELEMENT.
16253 (variable_union): Use FOR_EACH_HTAB_ELEMENT. Merge asserts.
16254 (variable_merge_over_cur): Adjust. Merge asserts.
16255 (variable_merge_over_src): Likewise.
16256 (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
16257 (variable_post_merge_new_vals): Merge asserts.
16258 (variable_post_merge_perm_vals): Likewise.
16259 (find_mem_expr_in_1pdv): Likewise.
16260 (dataflow_set_different_value): Remove.
16261 (onepart_variable_different_p): Merge asserts.
16262 (variable_different_p): Likewise.
16263 (dataflow_set_different_1): Inline ...
16264 (dataflow_set_different): ... here. Use FOR_EACH_HTAB_ELEMENT.
16265 (emit_notes_for_differences_1): Merge asserts.
16266
16267 2010-05-16 Richard Guenther <rguenther@suse.de>
16268
16269 * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
16270 * optabs.c (libfunc_decl_hash): Likewise.
16271 * varasm.c (emutls_decl): Likewise.
16272
16273 2010-05-16 Steven Bosscher <steven@gcc.gnu.org>
16274
16275 * c-decl.c: Don't include gimple.h.
16276 (merge_decls): Do not copy gimple_body.
16277
16278 2010-05-15 Jason Merrill <jason@redhat.com>
16279
16280 * c.opt: Add -fnothrow-opt.
16281
16282 2010-05-15 Jan Hubicka <jh@suse.cz>
16283
16284 * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
16285 analyzed.
16286 * passes.c (ipa_write_summaries): Write all analyzed nodes.
16287
16288 2010-05-15 Steven Bosscher <steven@gcc.gnu.org>
16289
16290 * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
16291 * Makefile.in: Add it.
16292 Fix all other Makefile dependencies for changes below.
16293 * tree.h: Include it instead of defining VEC primitives here.
16294 * gimple.h: Likewise.
16295 * rtl.h: Likewise.
16296 * tree-inline.h: Inlclude vecir.h instead of gimple.h.
16297 * except.h: Include vecir.h, break dependence on tree.h.
16298
16299 * gimplify.c (append_to_statement_list_1, append_to_statement_list):
16300 Move from here...
16301 * tree-iterator.c: ...to here.
16302 * tree-iterator.h: Fix file introduction comment. Add extern markers.
16303
16304 * c-lex.c: Include fixed-value.h instead of rtl.h. Do not include
16305 tm_p.h.
16306 * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
16307 * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
16308 integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
16309 tree-mudflap.h, and target.h.
16310 * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
16311 predict.h, tree-inline.h, gimple.h, and langhooks.h.
16312 * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
16313 Add FIXME for why gimple.h is still included (should be unnecessary
16314 since GCC 4.5 gimplification unit-at-a-time).
16315 * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
16316 * c-pragma.c: Add FIXME for why function.h needs to be included just
16317 for cfun, at front-end level.
16318 Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
16319 Do not include ggc.h, but include vecprim.h for VEC(char).
16320 * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
16321 Explain why target.h is included.
16322 * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
16323 Explain why gimple.h is included.
16324 * c-ppoutput.c: Do not include tm.h.
16325 * c-common.c: Do not include gimple.h. Explain why expr.h is included.
16326 * c-parses.c: Explain why rtl.h is included, and that this (and only
16327 this) is also why tm.h must be included.
16328 Do not include except.h.
16329 * c-lang.c: Do not include ggc.h.
16330
16331 2010-05-15 Uros Bizjak <ubizjak@gmail.com>
16332
16333 * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
16334
16335 2010-05-15 Joseph Myers <joseph@codesourcery.com>
16336
16337 * c-decl.c (grokfield): Allow typedefs for anonymous structs and
16338 unions by default if those structs and unions have no tags. Do
16339 not condition anonymous struct and unions handling on flag_iso.
16340 Allow anonymous structs and unions for C1X.
16341 (finish_struct): Do not diagnose lack of named fields when
16342 anonymous structs and unions present for C1X. Accept flexible
16343 array members in structure with anonymous structs or unions but no
16344 directly named fields.
16345 * doc/extend.texi (Unnamed Fields): Update.
16346
16347 2010-05-15 Eric Botcazou <ebotcazou@adacore.com>
16348
16349 * gimple.h (compare_field_offset): Rename into...
16350 (gimple_compare_field_offset): ...this.
16351 * gimple.c (compare_field_offset): Rename into...
16352 (gimple_compare_field_offset): ...this. Compare the full access if
16353 the offset is self-referential.
16354 (gimple_types_compatible_p): Adjust for above renaming.
16355 * lto-streamer-in.c (input_gimple_stmt): Likewise. Also compare the
16356 DECL_NONADDRESSABLE_P flag of fields before merging them.
16357
16358 2010-05-15 Nathan Froyd <froydnj@codesourcery.com>
16359
16360 * tree.h (ctor_to_list): Delete.
16361 * tree.c (ctor_to_list): Delete.
16362
16363 2010-05-15 Jan Hubicka <jh@suse.cz>
16364
16365 * ipa-reference.c: Include toplev.h
16366 (is_proper_for_analysis): Only add to all_module_statics
16367 if it is allocated.
16368 (write_node_summary_p, stream_out_bitmap,
16369 ipa_reference_write_optimization_summary,
16370 ipa_reference_read_optimization_summary): New.
16371 (struct ipa_opt_pass_d pass_ipa_reference): Add
16372 optimization summary streaming.
16373 * lto-cgraph.c (referenced_from_this_partition_p,
16374 reachable_from_this_partition_p): New functions.
16375 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
16376 call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
16377 * opts.c (decode_options): Enable ipa_reference.
16378 * Makefile.in (ipa-reference.o): Add toplev.h dependency.
16379 * lto-streamer.h (referenced_from_this_partition_p,
16380 reachable_from_this_partition_p): Declare.
16381
16382 2010-05-15 Richard Guenther <rguenther@suse.de>
16383
16384 PR tree-optimization/44038
16385 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
16386 taking the address of a V_C_E of a constant.
16387
16388 2010-05-14 Jan Hubicka <jh@suse.cz>
16389
16390 * tree.h (memory_identifier_string): Remove.
16391 * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
16392 (ipa_reference_global_vars_info_d): Remove statics_not_read and
16393 statics_not_written.
16394 (ipa_reference_optimization_summary_d): New structure.
16395 (ipa_reference_optimization_summary_t): New type and vector.
16396 (ipa_reference_vars_info_d): Embedd structures instead of using
16397 pointers.
16398 (reference_vars_to_consider): Remove out of GGC space.
16399 (module_statics_escape): Remove.
16400 (global_info_obstack): Rename to ...
16401 (optimization_summary_obstack): ... this one.
16402 (initialization_status_t): Remove.
16403 (memory_identifier_string): Remove.
16404 (get_reference_vars_info): Fix indenting.
16405 (set_reference_vars_info): Likewise.
16406 (get_reference_optimization_summary): New.
16407 (set_reference_optimization_summary): New.
16408 (get_global_reference_vars_info): Remove.
16409 (ipa_reference_get_read_global): Remove.
16410 (ipa_reference_get_written_global): Remove.
16411 (ipa_reference_get_not_read_global): Update.
16412 (ipa_reference_get_not_written_global): Update.
16413 (is_proper_for_analysis): Outlaw addressable.
16414 (propagate_bits): Update for new datastructures.
16415 (analyze_variable): Remove.
16416 (init_function_info): Update for new datastructures.
16417 (clean_function_local_data): Remove.
16418 (clean_function): Remove.
16419 (copy_global_bitmap): Use optimizations_summary_obstack.
16420 (duplicate_node_data): Duplicate optimization summary only.
16421 (remove_node_data): Remove optimization summary only.
16422 (generate_summary): Do not analyze variables; do not compute
16423 module_statics_escape; do not prune solutions by it.
16424 (read_write_all_from_decl): Fix typos in comments.
16425 (propagate): Doscover readonly and nonaddressable first;
16426 update for new datastructures; share global bitmaps.
16427 * ipa-reference.h (ipa_reference_get_read_global,
16428 ipa_reference_get_written_global): Remove.
16429 * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
16430 * Makefile.in: Remove ipa-refereference from GT files.
16431
16432 2010-05-14 Jakub Jelinek <jakub@redhat.com>
16433
16434 PR debug/44112
16435 * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
16436 for all SYMBOL_REF_DECLs.
16437
16438 2010-05-14 Jan Hubicka <jh@suse.cz>
16439
16440 * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
16441 (varpool_all_refs_explicit_p): New inline function.
16442 * ipa-reference.c: Update comment.
16443 (module_statics_written): Remove.
16444 (get_static_decl): Remove.
16445 (ipa_init): Do not initialize module_statics_written.
16446 (analyze_function): Likewise.
16447 (generate_summary): Likewise; do not compute module_statics_readonly
16448 and do not update variable flags.
16449 (propagate): Call ipa_discover_readonly_nonaddressable_vars.
16450 * ipa.c: Inlucde flags.h
16451 (cgraph_local_node_p): New.
16452 (cgraph_remove_unreachable_nodes): Return early when not optimizing;
16453 promote functions to local.
16454 (ipa_discover_readonly_nonaddressable_vars): New function.
16455 (function_and_variable_visibility): Use cgraph_local_node_p.
16456 * varpool.c (varpool_finalize_decl): Set force_output for
16457 DECL_PRESERVE_P vars.
16458
16459 2010-05-14 Jan Hubicka <jh@suse.cz>
16460
16461 * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
16462
16463 2010-05-14 Richard Guenther <rguenther@suse.de>
16464
16465 PR tree-optimization/44119
16466 * tree-ssa-pre.c (eliminate): Properly mark replacement of
16467 a PHI node necessary.
16468
16469 2010-05-14 Eric Botcazou <ebotcazou@adacore.com>
16470
16471 * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
16472
16473 2010-05-14 Jason Merrill <jason@redhat.com>
16474
16475 PR c++/44127
16476 * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
16477 (gimple_call_set_nothrow): New.
16478 * gimple.c (gimple_build_call_from_tree): Call it.
16479 (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
16480
16481 PR c++/44127
16482 * gimplify.c (gimplify_seq_add_stmt): No longer static.
16483 * gimple.h: Declare it.
16484 * gimple.c (gimple_build_eh_filter): No ops.
16485
16486 2010-05-14 Jan Hubicka <jh@suse.cz>
16487
16488 * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
16489 nodes already in queue.
16490 (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
16491 re-enqueueing node.
16492
16493 2010-05-14 Jakub Jelinek <jakub@redhat.com>
16494
16495 PR debug/44136
16496 * cfgexpand.c (expand_debug_expr): If non-memory op0
16497 has BLKmode, return NULL.
16498
16499 2010-05-14 Harsha Jagasia <harsha.jagasia@amd.com>
16500
16501 * config.gcc: Add support for --with-cpu option for bdver1.
16502 * config/i386/i386.h (TARGET_BDVER1): New macro.
16503 (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
16504 to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
16505 (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
16506 to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
16507 Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
16508 (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
16509 (processor_type): Add PROCESSOR_BDVER1.
16510 * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
16511 processor_type in config/i386/i386.h.
16512 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
16513 movaps <reg, reg> instead of movapd <reg, reg> when replacing
16514 movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
16515 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
16516 to emit packed xor instead of packed double/packed integer
16517 xor for SSE and AVX when moving a zero value.
16518 * config/i386/sse.md: Add check for
16519 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
16520 movapd/movdqa for SSE and AVX.
16521 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
16522 single logical operations i.e and, or and xor instead of packed double
16523 logical operations for SSE and AVX.
16524 * config/i386/i386-c.c (ix86_target_macros_internal):
16525 Add PROCESSOR_BDVER1.
16526 * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
16527 (has_fma4, has_xop): New.
16528 * config/i386/i386.c (bdver1_cost): New variable.
16529 (m_BDVER1): New macro.
16530 (m_AMD_MULTIPLE): Add m_BDVER1.
16531 (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
16532 x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
16533 x86_tune_use_simode_fiop, x86_tune_promote_qimode,
16534 x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
16535 x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
16536 x86_tune_sse_partial_reg_dependency,
16537 x86_tune_sse_unaligned_load_optimal,
16538 x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
16539 x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
16540 x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
16541 x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
16542 x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
16543 Enable/disable for bdver1.
16544 (processor_target_table): Add bdver1_cost.
16545 (cpu_names): Add bdver1.
16546 (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
16547 processor_alias_table.
16548 (ix86_expand_vector_move_misalign): Change.
16549 TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
16550 Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
16551 Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
16552 of movupd/movdqu for SSE and AVX.
16553 (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
16554 (ix86_tune_adjust_cost): Add code for bdver1.
16555 (standard_sse_constant_opcode): Add check for
16556 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
16557 of packed double xor for SSE and AVX.
16558
16559 2010-05-14 Pat Haugen <pthaugen@us.ibm.com>
16560
16561 * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
16562 result to unsigned.
16563
16564 2010-05-14 Tristan Gingold <gingold@adacore.com>
16565
16566 * toplev.c (default_debug_hooks): Remove this variable.
16567 (process_options): Remove assignments to default_debug_hooks.
16568
16569 2010-05-14 Martin Jambor <mjambor@suse.cz>
16570
16571 * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
16572 (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
16573 * langhooks.h (struct lang_hooks_for_decls): Removed field
16574 fold_obj_type_ref.
16575 * tree.c (free_lang_data): Remove assignment to
16576 lang_hooks.fold_obj_type_ref.
16577 * tree.def (OBJ_TYPE_REF): Update comment.
16578
16579 2010-05-14 Richard Guenther <rguenther@suse.de>
16580
16581 PR tree-optimization/44124
16582 * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
16583
16584 2010-05-14 Alan Modra <amodra@gmail.com>
16585
16586 PR target/44075
16587 * config/rs6000/rs6000.c (struct machine_function): Reorder
16588 fields for better packing. Add lr_save_state.
16589 (rs6000_ra_ever_killed): Return lr_save_state if set.
16590 (rs6000_emit_eh_reg_restore): Set lr_save_state.
16591
16592 2010-05-13 Jan Hubicka <jh@suse.cz>
16593
16594 * varpool.c (decide_is_variable_needed): Drop code checking
16595 TREE_SYMBOL_REFERENCED.
16596
16597 2010-05-13 Jan Hubicka <jh@suse.cz>
16598
16599 * final.c (output_addr_const): Do not call mark_decl_referenced.
16600 * cgraphunit.c (process_function_and_variable_attributes): Use
16601 mark_needed_node dirrectly.
16602 (assemble_thunk): Do not call mark_decl_referenced.
16603
16604 2010-05-13 Anatoly Sokolov <aesok@post.ru>
16605
16606 * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
16607
16608 2010-05-13 Jeff Law <law@redhat.com>
16609
16610 * ira-conflicts.c (print_allocno_conflicts): New function broken out
16611 from...
16612 (print_conflicts): Call print_allocno_conflicts.
16613
16614 2010-05-13 Jakub Jelinek <jakub@redhat.com>
16615
16616 PR debug/44104
16617 * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
16618 if it is NULL.
16619
16620 2010-05-13 Kai Tietz <kai.tietz@onevision.com>
16621
16622 * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
16623 t-mingw-w64 or t-mingw-w32 for multilib configuration.
16624 * config/i386/t-mingw-w32: New.
16625 * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
16626
16627 2010-05-13 Martin Jambor <mjambor@suse.cz>
16628
16629 * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
16630 gimple-fold.c).
16631 * gimple-fold.c (get_base_binfo_for_type): New function.
16632 (gimple_get_relevant_ref_binfo): Likewise.
16633 (gimple_fold_obj_type_ref_known_binfo): Likewise.
16634 (gimple_fold_obj_type_ref): Likewise.
16635 (fold_gimple_call): Simplify condition for folding virtual calls
16636 and call gimple_fold_obj_type_ref.
16637 * gimple.h (gimple_get_relevant_ref_binfo): Declare.
16638 (gimple_fold_obj_type_ref_known_binfo): Likewise.
16639
16640 2010-05-13 Andreas Schwab <schwab@linux-m68k.org>
16641
16642 * config/rs6000/rs6000-protos.h
16643 (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
16644 * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
16645 (rs6000_debug_mode_dependent_address)
16646 (rs6000_mode_dependent_address_ptr): Likewise.
16647
16648 2010-05-13 Jakub Jelinek <jakub@redhat.com>
16649
16650 PR debug/43983
16651 * var-tracking.c (track_expr_p): Allow tracking of variables optimized
16652 by SRA.
16653 * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
16654 * tree-sra.c (create_access_replacement): Call unshare_expr before
16655 passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
16656 * dwarf2out.c: Include tree-flow.h.
16657 (struct var_loc_node): Rename var_loc_note field to loc, add comment.
16658 (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
16659 Handle DW_OP_bit_piece.
16660 (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
16661 construct_piece_list, adjust_piece_list): New functions.
16662 (add_var_loc_to_decl): Handle SRA optimized variables.
16663 Adjust for var_loc_note to loc field renaming.
16664 (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
16665 in VAR_LOCATION note.
16666 (new_loc_descr_op_bit_piece): New function.
16667 (dw_sra_loc_expr): New function.
16668 (dw_loc_list): Use it. Don't handle the last range after the
16669 loop, handle it inside of the loop. Adjust for var_loc_note
16670 to loc field renaming.
16671 (add_location_or_const_value_attribute): Only special case
16672 single entry loc lists if loc is NOTE_P. Adjust for
16673 var_loc_note to loc field renaming.
16674 (dwarf2out_var_location): Don't set newloc->var_loc_note
16675 and newloc->next here.
16676
16677 2010-05-12 Jan Hubicka <jh@suse.cz>
16678
16679 * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
16680 flag.
16681 * cgraph.h (cgraph_only_called_directly_p,
16682 cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
16683 (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
16684 * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
16685 (assemble
16686 * ipa.c (cgraph_remove_unreachable_nodes): Use
16687 cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
16688 flags.
16689 * tree-inline.c (copy_bb): Check address_taken flag.
16690 * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
16691 externally_visible flag.
16692
16693 2010-05-12 Jason Merrill <jason@redhat.com>
16694
16695 PR bootstrap/44048
16696 PR target/44099
16697 * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
16698 * sdbout.c (plain_type_1): Likewise.
16699 * dwarf2out.c (is_base_type): Likewise.
16700 (gen_type_die_with_usage): Likewise. Generate
16701 DW_TAG_unspecified_type for any LANG_TYPE.
16702
16703 2010-05-12 Jan Hubicka <jh@suse.cz>
16704
16705 * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
16706 indrect edges too.
16707 * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
16708 (cgraph_clone_edge): Update.
16709 (cgraph_node_remove_callees): Remove indirect calls too.
16710 * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
16711 (cgraph_create_indirect_edge): Update prototype.
16712 * ipa-reference.c (has_proper_scope_for_analysis): Rename to
16713 is_proper_for_analysis.
16714 (add_new_function, visited_nodes, function_insertion_hook_holder,
16715 get_local_reference_vars_info, mark_address_taken, mark_address,
16716 mark_load, mark_store, check_asm_memory_clobber, check_call,
16717 scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
16718 (ipa_init): Do not initialize visited_nodes;
16719 function_insertion_hook_holder.
16720 (analyze_variable): Rewrite.
16721 (analyze_function): Rewrite.
16722 (copy_local_bitmap): Remove.
16723 (duplicate_node_dat): Do not duplicate local info.
16724 (generate_summary): Simplify to only walk cgraph.
16725 (write_node_summary_p, ipa_reference_write_summary,
16726 ipa_reference_read_summary): Remove.
16727 (propagate): Do not remove function insertion;
16728 generate summary.
16729 (pass_ipa_reference): NULLify summary handling fields.
16730 * lto-cgraph.c (lto_output_edge): Output ecf_flags.
16731 (input_edge): Input ecf_flags.
16732 * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
16733 (update_indirect_edges_after_inlining): Ignore edges with unknown
16734 param.
16735
16736 2010-05-12 Sriraman Tallam <tmsriram@google.com>
16737
16738 * implicit-zee.c: New file.
16739 * tree-pass.h (pass_implicit_zee): Declare.
16740 * passes.c (init_optimization_passes): Add zee pass.
16741 * common.opt (fzee): New flag.
16742 * timevar.def (TV_ZEE): Define.
16743 * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
16744 and beyond.
16745 * Makefile.in (implicit-zee.o): Add new build file.
16746
16747 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
16748 Nathan Froyd <froydnj@codesourcery.com>
16749
16750 * c-common.c (sync_resolve_params): Remove write-only variable.
16751
16752 2010-05-12 Anatoly Sokolov <aesok@post.ru>
16753
16754 * target.h (struct gcc_target): Add mode_dependent_address_p field.
16755 * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
16756 (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
16757 * targhooks.c (default_mode_dependent_address_p): New function.
16758 * targhooks.h (default_mode_dependent_address_p): Declare function.
16759 * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
16760 (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
16761 * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
16762 target hook. Change return type to bool.
16763 * recog.h (mode_dependent_address_p): Change return type to bool.
16764
16765 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
16766 Nathan Froyd <froydnj@codesourcery.com>
16767
16768 * tree-mudflap.c (build_function_type_0, build_function_type_1,
16769 build_function_type_2, build_function_type_3): Remove.
16770 (mudflap_init): Use build_function_type_list.
16771
16772 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
16773 Nathan Froyd <froydnj@codesourcery.com>
16774
16775 * coverage.c (build_fn_info_value): Call build_constructor instead of
16776 build_constructor_from_list.
16777 (build_ctr_info_value): Likewise.
16778 (build_gcov_info): Likewise.
16779
16780 2010-05-12 Nathan Froyd <froydnj@codesourcery.com>
16781
16782 * tree.c (build_constructor): Compute TREE_CONSTANT for the
16783 resultant constructor.
16784 (build_constructor_single): Don't set TREE_CONSTANT.
16785 (build_constructor_from_list): Don't compute TREE_CONSTANT.
16786
16787 2010-05-12 Jan Hubicka <jh@suse.cz>
16788
16789 * cgraph.h (struct varpool_node): Add aux.
16790 * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
16791 * varpool.c (varpool_remove_node): Do not remove initializer.
16792 (varpool_reset_queue): Export.
16793 (varpool_finalize_decl): Volatile vars are forced to be output.
16794 * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
16795 replaced decl.
16796 * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
16797 process_references, varpool_can_remove_if_no_refs): New functions.
16798 (cgraph_remove_unreachable_nodes): Handle variables too.
16799
16800 2010-05-12 H.J. Lu <hongjiu.lu@intel.com>
16801
16802 PR target/44088
16803 * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
16804
16805 2010-05-12 Jakub Jelinek <jakub@redhat.com>
16806
16807 PR middle-end/44085
16808 * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
16809 change value of ORT_TASK.
16810 (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
16811 (omp_notice_threadprivate_variable): New function.
16812 (omp_notice_variable): Call it for threadprivate variables.
16813 If enclosing ctx is a task, print enclosing task rather than
16814 enclosing parallel. Handle ORT_UNTIED_TASK like ORT_TASK.
16815 (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
16816 if task has untied clause.
16817
16818 PR debug/42278
16819 * dwarf2out.c (base_type_die): Don't add name attribute here.
16820 (modified_type_die): Instead of sizetype use
16821 its underlying original type. If a DW_TAG_base_type doesn't
16822 have name added, add __unknown__.
16823 (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
16824 always call force_type_die instead.
16825
16826 2010-05-12 Maxim Kuvyrkov <maxim@codesourcery.com>
16827
16828 * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
16829 for __stack_chk_guard.
16830
16831 2010-05-11 Jakub Jelinek <jakub@redhat.com>
16832
16833 * c-opts.c (c_common_parse_file): If start_end_main_source_file,
16834 don't call start_source_file debug hook here...
16835 (finish_options): ... but here, after outputting predefined and
16836 command line defines and undefs.
16837
16838 PR middle-end/44071
16839 * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
16840 no fallthru edge.
16841 * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
16842 optimizing away empty bb with no successors, move over its
16843 footer chain to fallthru predecessor.
16844 * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
16845 (rtl_split_edge): For asm goto call patch_jump_insn even if
16846 splitting fallthru edge.
16847
16848 PR c++/44059
16849 * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
16850 even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
16851 * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
16852 * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
16853 on DW.ref.* decls.
16854
16855 PR c++/44062
16856 * c-parser.c (c_parser_expression): Mark LHS of a comma
16857 expression as read if it is a decl, handled component or
16858 COMPOUND_EXPR with that on the RHS.
16859 * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
16860 if it is a decl or handled component.
16861
16862 2010-05-11 Jan Hubicka <jh@suse.cz>
16863
16864 * lto-symtab.c (lto_symtab_free): New function.
16865 * lto-streamer.h (lto_symtab_free): Declare.
16866
16867 2010-05-11 Jan Hubicka <jh@suse.cz>
16868
16869 * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
16870 that if function is needed it is reachable.
16871 (lto_output_node): See if it the function is reachable or referenced.
16872 (output_cgraph): Update call of lto_output_node.
16873 * lto-streamer.h (reachable_from_other_partition_p): Declare.
16874
16875 2010-05-11 Jan Hubicka <jh@suse.cz>
16876
16877 * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
16878 Mark as used.
16879
16880 2010-05-11 Jan Hubicka <jh@suse.cz>
16881
16882 PR tree-optimize/44063
16883 * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
16884 queue.
16885 (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
16886 limits.
16887 (estimate_function_body_sizes): Compute sizes even when disregarding.
16888
16889 2010-05-11 Kai Tietz <kai.tietz@onevision.com>
16890
16891 * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
16892
16893 2010-05-11 Jan Hubicka <jh@suse.cz>
16894
16895 * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
16896 into every boundary.
16897
16898 2010-05-11 Jan Hubicka <jh@suse.cz>
16899
16900 * matrix-reorg.c (matrix_reorg): Rebuild edges.
16901
16902 2010-05-11 Jan Hubicka <jh@suse.cz>
16903
16904 * lto-streamer.c (lto_streamer_cache_add_to_node_array,
16905 lto_streamer_cache_delete): Put nodes into heap.
16906 * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
16907 heap.
16908
16909 2010-05-11 Jan Hubicka <jh@suse.cz>
16910
16911 * cgraphbuild.c (cgraph_rebuild_references): New.
16912 * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
16913 out extern inlines.
16914 * cgraph.h (cgraph_rebuild_references): Declare.
16915 * tree-inline.c (tree_function_versioning): Use it.
16916 * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
16917
16918 2010-05-11 Jan Hubicka <jh@suse.cz>
16919
16920 * cgraph.c: Include ipa-utils.h
16921 (cgraph_create_virtual_clone): Update references.
16922 * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
16923
16924 2010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>
16925
16926 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
16927 prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
16928 cache size.
16929
16930 2010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>
16931
16932 * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
16933
16934 2010-05-11 Jakub Jelinek <jakub@redhat.com>
16935
16936 * gcc.c (execute): For -### don't quote arguments that
16937 contain just alphanumerics and _/-. characters.
16938 * doc/invoke.texi: Document that change for -###.
16939
16940 PR debug/44023
16941 * df-problems.c (struct dead_debug): Add to_rescan field.
16942 (dead_debug_init): Clear to_rescan field.
16943 (dead_debug_finish): Rescan all debug insns in to_rescan
16944 bitmap and free the bitmap.
16945 (dead_debug_insert_before): Instead of rescanning debug insns
16946 immediately queue their rescanning until dead_debug_finish.
16947 (df_note_bb_compute): After dead_debug_add do continue instead
16948 of break.
16949
16950 2010-05-10 Jakub Jelinek <jakub@redhat.com>
16951
16952 PR debug/44028
16953 * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
16954 clear also INSN_REG_USE_LIST.
16955
16956 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16957
16958 * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
16959
16960 2010-05-10 Jan Hubicka <jh@suse.cz>
16961
16962 * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
16963 commited change.
16964
16965 2010-05-10 Jan Hubicka <jh@suse.cz>
16966
16967 * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
16968 Allocate encoders.
16969 * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
16970 * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
16971 (lto_streamer_cache_create): Init alloc pool.
16972 (lto_streamer_cache_delete): Free alloc pool.
16973 * lto-streamer.h: Include alloc pool.
16974 (lto_streamer_cache_d): Use alloc pool.
16975 * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
16976
16977 2010-05-10 Jan Hubicka <jh@suse.cz>
16978
16979 * Makefile.in (cgraphbuild.o): Add dependency on except.h.
16980 * cgraphbuild.c: Include except.h
16981 (record_type_list, record_eh_tables): New function.
16982 (build_cgraph_edges, rebuild_cgraph_edges): Use it.
16983
16984 2010-05-10 Jan Hubicka <jh@suse.cz>
16985
16986 * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
16987 __frame_dummy_init_array_entry, force_to_data): Attribute as used
16988 rather than unused.
16989
16990 2010-05-10 Michael Matz <matz@suse.de>
16991
16992 * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
16993 (can_reassociate_p): Use FLOAT_TYPE_P.
16994 * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
16995 (vect_force_simple_reduction): ... this.
16996 * tree-parloops.c (gather_scalar_reductions): Use
16997 vect_force_simple_reduction.
16998 * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
16999 vect_is_simple_reduction, add modify argument, if true rewrite
17000 "a-b" into "a+(-b)".
17001 (vect_is_simple_reduction, vect_force_simple_reduction): New
17002 functions.
17003 (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
17004
17005 2010-05-10 H.J. Lu <hongjiu.lu@intel.com>
17006 Vladimir Makarov <vmakarov@redhat.com>
17007
17008 PR rtl-optimization/44012
17009 * ira-build.c (remove_unnecessary_allocnos): Nullify
17010 regno_allocno_map of the removed allocno.
17011
17012 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17013
17014 * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
17015 to /dev/null.
17016 * configure: Regenerate.
17017
17018 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17019
17020 * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
17021 unused.
17022 Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
17023 * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
17024 support in Sun ld.
17025 * configure: Regenerate.
17026
17027 2010-05-10 Richard Guenther <rguenther@suse.de>
17028
17029 * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
17030 marked if the entry identifier is marked.
17031
17032 2010-05-10 Richard Guenther <rguenther@suse.de>
17033
17034 * c-common.c (struct c_common_attributes): Add fnspec attribute.
17035 (handle_fnspec_attribute): New function.
17036 * gimple.h (gimple_call_return_flags): Declare.
17037 (gimple_call_arg_flags): Likewise.
17038 * gimple.c (gimple_call_arg_flags): New function.
17039 (gimple_call_return_flags): Likewise.
17040 * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
17041 New argument flags.
17042 (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
17043 return value flags.
17044 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
17045 * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
17046 main work to ...
17047 (make_heapvar_for): ... this new function.
17048 (handle_rhs_call): Handle fnspec attribute argument specifiers.
17049 (handle_lhs_call): Likewise.
17050 (find_func_aliases): Adjust.
17051
17052 2010-05-10 Richard Guenther <rguenther@suse.de>
17053
17054 PR tree-optimization/44050
17055 * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
17056
17057 2010-05-10 Wei Guozhi <carrot@google.com>
17058
17059 PR target/42879
17060 * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
17061
17062 2010-05-09 Joseph Myers <joseph@codesourcery.com>
17063
17064 PR c/10676
17065 * c-typeck.c (lookup_field): Take a type directly. Update
17066 recursive calls.
17067 (build_component_ref): Update call to lookup_field.
17068 (set_init_label): Use lookup_field to find initialized field.
17069 Handle returned list of fields like a sequence of designators.
17070
17071 2010-05-09 Richard Guenther <rguenther@suse.de>
17072
17073 PR middle-end/44024
17074 * fold-const.c (tree_single_nonzero_warnv_p): Properly
17075 handle &FUNCTION_DECL.
17076
17077 2010-05-09 Joseph Myers <joseph@codesourcery.com>
17078
17079 PR c/4784
17080 * c-decl.c (detect_field_duplicates_hash): New. Handle anonymous
17081 structures and unions recursively.
17082 (detect_field_duplicates): Move duplicate detection with a hash to
17083 detect_field_duplicates_hash. Always use a hash if anonymous
17084 structures or unions are present.
17085 * doc/extend.texi (Unnamed Fields): Document that duplicate fields
17086 give errors.
17087
17088 2010-05-09 H.J. Lu <hongjiu.lu@intel.com>
17089
17090 PR target/44046
17091 * config/i386/driver-i386.c (host_detect_local_cpu): Properly
17092 detect Atom, Core 2 and Core i7.
17093
17094 2010-05-09 Richard Guenther <rguenther@suse.de>
17095
17096 * gcc.c (store_arg): Handle temporary file deletion for
17097 joined arguments.
17098
17099 2010-05-09 Richard Guenther <rguenther@suse.de>
17100
17101 PR middle-end/44043
17102 * ipa-inline.c (estimate_function_body_sizes): Return after
17103 disregarding inline limits.
17104
17105 2010-05-09 Richard Guenther <rguenther@suse.de>
17106
17107 * gcc.c (store_arg): Revert last change.
17108
17109 2010-05-08 Sandra Loosemore <sandra@codesourcery.com>
17110
17111 PR middle-end/28685
17112 * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
17113 (optimize_ops_list): Call it.
17114
17115 2010-05-08 Richard Guenther <rguenther@suse.de>
17116
17117 PR tree-optimization/44030
17118 * tree-ssa-pre.c (eliminate): Copy NECESSARY flag. Set
17119 NECESSARY flag if we propagate from a inserted expression.
17120
17121 2010-05-08 Eric Botcazou <ebotcazou@adacore.com>
17122
17123 * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
17124 domain types as equal if they are both PLACEHOLDER_EXPRs.
17125
17126 2010-05-08 Richard Guenther <rguenther@suse.de>
17127
17128 * lto-wrapper.c (run_gcc): Remove linker output from
17129 command line for LTRANS invocation.
17130
17131 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
17132
17133 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
17134 lto-macho as lto_binary_reader.
17135 * target.h (struct gcc_target): New hooks lto_start and lto_end.
17136 * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
17137 * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
17138 in lto_start and lto_end calls.
17139 (is_elf_or_coff): Rename to maybe_lto_object_file. Add Mach-O
17140 magic numbers.
17141 (scan_prog_file): Update is_elf_or_coff call.
17142 * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
17143
17144 * collect2.c (main): Fix enum comparison.
17145
17146 * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
17147 Add prototypes.
17148 * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
17149 * darwin.h (LINK_COMMAND_SPEC): Likewise. Define TARGET_ASM_LTO_START
17150 and TARGET_ASM_LTO_END.
17151 * darwin.c: Include obstack.h and lto-streamer.h.
17152 (lto_section_names_offset, lto_section_names_obstack,
17153 lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
17154 global variables.
17155 (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
17156 (darwin_asm_lto_start): New function. Redirect output to asm_out_file
17157 to a temporary file.
17158 (darwin_asm_lto_end): New function. Restore asm_out_file.
17159 (darwin_asm_named_section): For LTO sections, replace the name with
17160 the offset of the section name in a string table, and build this
17161 table.
17162 (darwin_file_start): Initialize global vars for LTO support.
17163 (darwin_file_end): If output to asm_out_file was redirected, append it
17164 to the proper asm_out_file here. Add the section names section.
17165
17166 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
17167
17168 * c-pragma.c (pending_weak_d, pending_weak): New.
17169 (pending_weaks): Change the type to VEC((pending_weak,gc) *.
17170 (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
17171 handle_pragma_weak): Update the uses of pending_weaks.
17172
17173 2010-05-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
17174
17175 PR documentation/44016
17176 * doc/standards.texi (Standards): Link to unversioned
17177 cxx0x_status.html page.
17178
17179 2010-05-07 Iain Sandoe <iains@gcc.gnu.org>
17180
17181 PR target/43708
17182 * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
17183 in addition to TREE_USED, to avoid "set but unused" warnings.
17184
17185 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
17186
17187 * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
17188 (is_loop_prefetching_profitable): Do not insert prefetches
17189 when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
17190 times the prefetch ahead distance.
17191
17192 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
17193
17194 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
17195 Account for loop unrolling in the insn-to-prefetch ratio heuristic.
17196 (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
17197 the unroll_factor.
17198
17199 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
17200
17201 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
17202 a diagnostic info when the insn-to-mem ratio is too small.
17203
17204 2010-05-07 Richard Guenther <rguenther@suse.de>
17205
17206 * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
17207 the linker plugin.
17208 (store_arg): Queue temp_filename for deletion instead of
17209 the whole argument.
17210
17211 2010-05-07 Richard Guenther <rguenther@suse.de>
17212
17213 * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
17214 (run_gcc): Handle LTRANS phase invocation.
17215 * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
17216
17217 2010-05-07 Jakub Jelinek <jakub@redhat.com>
17218
17219 * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
17220 this is also meaningful on PARM_DECLs and RESULT_DECLs.
17221
17222 2010-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17223
17224 * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
17225
17226 2010-05-07 Richard Guenther <rguenther@suse.de>
17227
17228 PR tree-optimization/44020
17229 * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
17230 code when PRE is not yet initialized.
17231
17232 2010-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17233
17234 * config/mips/dbxmdebug.h: Remove.
17235 * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
17236
17237 2010-05-07 Shujing Zhao <pearly.zhao@oracle.com>
17238
17239 * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
17240 with null pointer and also warn about ordered comparison of zero with
17241 pointer if -Wextra.
17242
17243 2010-05-05 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
17244
17245 * graphite-blocking.c
17246 (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
17247 * graphite-clast-to-gimple.c
17248 (clast_to_gcc_expression): Same.
17249 (precision_for_value): Same.
17250 (precision_for_interval): Same.
17251 (gcc_type_for_interval): Same.
17252 (graphite_create_new_guard): Same.
17253 (compute_bounds_for_level): Same.
17254 (graphite_create_new_loop_guard): Same.
17255 * graphite-interchange.c
17256 (build_linearized_memory_access): Same.
17257 (pdr_stride_in_loop): Same.
17258 (memory_strides_in_loop_1): Same.
17259 (memory_strides_in_loop): Same.
17260 (extend_scattering): Same.
17261 (psct_scattering_dim_for_loop_depth): Same.
17262 (pbb_number_of_iterations): Same.
17263 * graphite-poly.h
17264 (debug_iteration_domains): Same.
17265 * graphite-ppl.c
17266 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
17267 (ppl_set_inhomogeneous_gmp): Same.
17268 (ppl_strip_loop): Same.
17269 (ppl_lexico_compare_linear_expressions): Same.
17270 (ppl_read_polyhedron_matrix): Same.
17271 (ppl_max_for_le_pointset): Same.
17272 * graphite-ppl.h
17273 (ppl_read_polyhedron_matrix): Same.
17274 (tree_int_to_gmp): Same.
17275 (gmp_cst_to_tree): Same.
17276 (ppl_set_inhomogeneous): Same.
17277 (ppl_set_inhomogeneous_tree): Same.
17278 (ppl_set_coef): Same.
17279 (ppl_set_coef_tree): Same.
17280 * graphite-sese-to-poly.c
17281 (build_pbb_scattering_polyhedrons): Same.
17282 (build_scop_scattering): Same.
17283 (scan_tree_for_params_right_scev): Same.
17284 (scan_tree_for_params): Same.
17285 (find_params_in_bb): Same.
17286 (find_scop_parameters): Same.
17287 (add_upper_bounds_from_estimated_nit): Same.
17288 (build_loop_iteration_domains): Same.
17289 (add_condition_to_domain): Same.
17290 (pdr_add_memory_accesses): Same.
17291
17292 2010-05-05 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
17293
17294 * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
17295 CLooG's value_* macros to their respective mpz_* counterparts.
17296 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
17297 (graphite_create_new_loop_guard): Same.
17298 * graphite-interchange.c (build_linearized_memory_access): Same.
17299 (pdr_stride_in_loop): Same.
17300 (memory_strides_in_loop_1): Same.
17301 (1st_interchange_profitable_p): Same.
17302 * graphite-poly.c (extend_scattering): Same.
17303 (psct_scattering_dim_for_loop_depth): Same.
17304 (pbb_number_of_iterations): Same.
17305 (pbb_number_of_iterations_at_time): Same.
17306 * graphite-poly.h (new_1st_loop): Same.
17307 * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
17308 (oppose_constraint): Same.
17309 (insert_constraint_into_matrix): Same.
17310 (ppl_set_inhomogeneous_gmp): Same.
17311 (ppl_set_coef_gmp): Same.
17312 (ppl_strip_loop): Same.
17313 (ppl_lexico_compare_linear_expressions): Same.
17314 (ppl_max_for_le_pointset): Same.
17315 (ppl_min_for_le_pointset): Same.
17316 (ppl_build_realtion): Same.
17317 * graphite-ppl.h (gmp_cst_to_tree): Same.
17318 (ppl_set_inhomogeneous): Same.
17319 (ppl_set_inhomogeneous_tree): Same.
17320 (ppl_set_coef): Same.
17321 (ppl_set_coef_tree): Same.
17322 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
17323 (build_scop_scattering): Same.
17324 (add_value_to_dim): Same.
17325 (scan_tree_for_params_right_scev): Same.
17326 (scan_tree_for_params_int): Same.
17327 (scan_tree_for_params): Same.
17328 (find_params_in_bb): Same.
17329 (find_scop_parameters): Same.
17330 (add_upper_bounds_from_estimated_nit): Same.
17331 (build_loop_iteration_domains): Same.
17332 (create_linear_expr_from_tree): Same.
17333 (add_condition_to_domain): Same.
17334 (pdr_add_memory_accesses): Same.
17335
17336 2010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
17337 Jason Merrill <jason@redhat.com>
17338
17339 * c-common.c (c_common_reswords): Add nullptr.
17340 * c-common.h: Add RID_NULLPTR. Reorganize C++0x rids.
17341 * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
17342 (gen_type_die_with_usage): Likewise.
17343 * dbxout.c (dbxout_type): Likewise.
17344 * sdbout.c (plain_type_1): Likewise.
17345
17346 2010-05-06 Jason Merrill <jason@redhat.com>
17347
17348 * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
17349 Don't change GS_OK to GS_ALL_DONE. Make sure that all cases set
17350 ret appropriately.
17351 (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
17352
17353 * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
17354 stripping WITH_SIZE_EXPR.
17355 (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
17356 change.
17357
17358 2010-05-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17359
17360 * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
17361 list of obsolete configurations.
17362 Disabled check for obsolete configurations.
17363 (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
17364 Removed support for previous versions.
17365 * config/mips/iris.h: Removed.
17366 * config/mips/iris5.h: Removed.
17367 * config/mips/iris6.h: Merged old iris.h contents.
17368 (TARGET_IRIX): Removed.
17369 (DRIVER_SELF_SPECS): Removed mabi=32.
17370 (IDENT_ASM_OP): Removed undef.
17371 (STARTFILE_SPEC): Removed mabi=32.
17372 (ENDFILE_SPEC): Likewise.
17373 (IRIX_SUBTARGET_LINK_SPEC): Likewise.
17374 (MACHINE_TYPE): Update for IRIX 6.5.
17375 * config/mips/mips.c (mips_build_builtin_va_list): Replaced
17376 TARGET_IRIX by TARGET_IRIX6.
17377 (mips_file_start): Likewise.
17378 (mips_output_external): Remove IRIX 5/6 O32 support.
17379 (mips_output_function_prologue): Likewise.
17380 * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
17381 TARGET_IRIX6.
17382 (TARGET_CPU_CPP_BUILTINS): Likewise.
17383 (TARGET_IRIX): Removed.
17384 * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
17385 (MULTILIB_DIRNAMES): Removed 32.
17386 (MULTILIB_OSDIRNAMES): Removed ../lib.
17387 * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
17388 (Specific, mips-sgi-irix5): Document removal.
17389 (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
17390 Remove references to older IRIX 6 releases and the O32 ABI.
17391
17392 2010-05-06 Jakub Jelinek <jakub@redhat.com>
17393
17394 PR bootstrap/43994
17395 * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
17396 instead of DF_REF_REAL_REG.
17397
17398 2010-05-06 Dave Korn <dave.korn.cygwin@gmail.com>
17399
17400 PR target/43888
17401 * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
17402 handling to still return true for x64 targets.
17403
17404 2010-05-06 Maxim Kuvyrkov <maxim@codesourcery.com>
17405
17406 * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
17407
17408 2010-05-06 Jan Hubicka <jh@suse.cz>
17409
17410 PR tree-optimization/43791
17411 * ipa-inline.c (update_caller_keys): Remove bogus
17412 disregard_inline_limits check.
17413
17414 2010-05-06 Michael Matz <matz@suse.de>
17415
17416 PR tree-optimization/43984
17417 * tree-ssa-pre.c (inserted_phi_names): Remove.
17418 (inserted_exprs): Change to bitmap.
17419 (create_expression_by_pieces): Set bits, don't append to vector.
17420 (insert_into_preds_of_block): Don't handle inserted_phi_names.
17421 (eliminate): Don't look at inserted_phi_names, remove deleted
17422 insns from inserted_exprs.
17423 (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
17424 (init_pre, fini_pre): Allocate and free bitmaps.
17425 (execute_pre): Insert insns on edges before elimination.
17426
17427 2010-05-06 Maxim Kuvyrkov <maxim@codesourcery.com>
17428
17429 * tree.c (initializer_zerop): Handle STRING_CST.
17430
17431 2010-05-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
17432
17433 PR 40989
17434 * doc/invoke.texi (Wimplicit): Document as C only.
17435 * opts.c (common_handle_option): Add argument kind.
17436 (handle_option): Rename as read_cmdline_option. Factor out code to...
17437 (handle_option): ... here. New.
17438 (handle_options): Rename as read_cmdline_options.
17439 (decode_options): Update call.
17440 (set_option): Use option index instead of option pointer. Classify
17441 diagnostics correctly.
17442 (enable_warning_as_error): Call handle_option.
17443 * opts.h (set_option): Update declaration.
17444 (handle_option): Declare.
17445 * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
17446 * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
17447 * c-opts.c (set_Wimplicit): Delete.
17448 (c_family_lang_mask): New static constant.
17449 (c_common_handle_option): Add argument kind. Use handle_option
17450 instead of set_Wimplicit.
17451 (c_common_post_options): warn_implicit and warn_implicit_int
17452 are disabled by default.
17453 * c-common.c (warn_implicit): Do not define here.
17454 * c-common.h (warn_implicit): Do not declare here.
17455 (c_common_handle_option): Update declaration.
17456 * lto-opts.c (lto_reissue_options): Update call to set_option.
17457
17458 2010-05-06 Richard Guenther <rguenther@suse.de>
17459
17460 PR tree-optimization/43571
17461 * domwalk.c (walk_dominator_tree): Walk the dominator
17462 sons in more optimal order.
17463
17464 2010-05-06 Richard Guenther <rguenther@suse.de>
17465
17466 PR tree-optimization/43934
17467 * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
17468 (stmt_cost): Likewise.
17469 (extract_true_false_args_from_phi): New helper.
17470 (determine_max_movement): For PHI nodes verify we can hoist them
17471 and compute their cost.
17472 (determine_invariantness_stmt): Handle PHI nodes.
17473 (move_computations_stmt): Likewise. Hoist PHI nodes in
17474 if-converted form using COND_EXPRs.
17475 (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
17476 (tree_ssa_lim): Likewise.
17477 * tree-flow.h (tree_ssa_lim): Adjust prototype.
17478 * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
17479
17480 2010-05-06 Richard Guenther <rguenther@suse.de>
17481
17482 PR tree-optimization/43987
17483 * tree-ssa-structalias.c (could_have_pointers): For possibly
17484 address-taken variables force pointers to be recorded.
17485 (create_variable_info_for_1): Likewise.
17486 (push_fields_onto_fieldstack): Pass in wheter all fields
17487 must have pointers.
17488 (find_func_aliases): Query types instead of vars whether
17489 they contain pointers where appropriate.
17490
17491 2010-05-06 Jan Hubicka <jh@suse.cz>
17492
17493 * cgraphbuild.c (record_reference_ctx): Add varpool_node.
17494 (record_reference, mark_address, mark_load, mark_store): Record
17495 references.
17496 (record_references_in_initializer): Update call of record_references.
17497 (rebuild_cgraph_edges): Remove all references before rebuiding.
17498 * cgraph.c (cgraph_create_node): Clear ref list.
17499 (cgraph_remove_node): Remove references.
17500 (dump_cgraph_node): Dump references.
17501 (cgraph_clone_node): Clone references.
17502 * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
17503 (struct cgraph_node, varpool_node): Add ref_lst.
17504 * ipa-ref.c: New file.
17505 * ipa-ref.h: New file.
17506 * ipa-ref-inline.h: New file.
17507 * lto-cgraph.c (output_varpool): Take cgrag node set argument.
17508 (referenced_from_other_partition_p): New function.
17509 (lto_output_varpool_node): Take set arugment; call
17510 referenced_from_other_partition.
17511 (lto_output_ref): New.
17512 (add_references): New.
17513 (output_refs): New.
17514 (output_cgraph): Compute boundary based on references; output refs.
17515 (output_varpool): Accept cgraph_node_set argument.
17516 (input_ref): New.
17517 (input_refs): New.
17518 (input_cgraph): Call input_refs.
17519 * lto-section-in.c (lto_section_name): Add refs.
17520 * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
17521 (ipa-ref.o): New file.
17522 * varpool.c (varpool_node): Clear ipa ref list.
17523 (varpool_remove_node): Remove references.
17524 (dump_varpool_node): Dump references.
17525 (varpool_assemble_decl): Only compile finalized ones.
17526 (varpool_extra_name_alias): Initialize ref list.
17527 * lto-streamer.c (lto-get_section_name): Add .refs section.
17528 * lto-streamer.h (lto_section_type): Add LTO_section_refs.
17529 (referenced_from_other_partition_p): Declared.
17530
17531 2010-05-06 Ira Rosen <irar@il.ibm.com>
17532
17533 PR tree-optimization/43901
17534 * tree-vect-stmts.c (vectorizable_call): Assert that vector
17535 type is not NULL if it's transformation phase, and return
17536 FALSE if it's analysis.
17537 (vectorizable_conversion, vectorizable_operation,
17538 vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
17539
17540 2010-05-05 Andrew Pinski <andrew.pinski@caviumnetworks.com>
17541
17542 * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
17543 Delete.
17544 * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
17545 New define.
17546 * config/mips/mips-protos.h
17547 (mips_small_register_classes_for_mode_p): Delete prototype.
17548
17549 2010-05-06 Bernd Schmidt <bernds@codesourcery.com>
17550
17551 * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
17552 * config/arm/arm.c (multiple_operation_profitable_p,
17553 compute_offset_order): New static functions.
17554 (load_multiple_sequence, store_multiple_sequence): Use them.
17555 Replace constant 4 with MAX_LDM_STM_OPS. Compute order[0] from
17556 memory offsets, not register numbers.
17557 (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
17558
17559 2010-05-05 Steven Bosscher <steven@gcc.gnu.org>
17560
17561 * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
17562 (get_pending_sizes, put_pending_size, put_pending_sizes):
17563 Update the uses of pending_sizes.
17564 * c-decl.c (store_parm_decls): Likewise.
17565 * c-tree.h (struct c_arg_info): Likewise.
17566 * tree.h: Update the prototype for get_pending_sizes and
17567 put_pending_sizes.
17568
17569 2010-05-05 Jason Merrill <jason@redhat.com>
17570
17571 PR debug/43370
17572 * c-common.c (handle_aligned_attribute): Respect
17573 ATTR_FLAG_TYPE_IN_PLACE.
17574
17575 PR testsuite/43758
17576 * target.h (struct gcc_target): Add attribute_takes_identifier_p.
17577 * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
17578 (TARGET_INITIALIZER): Use it.
17579 * c-common.c (attribute_takes_identifier_p): Call it.
17580 * c-common.h: Update prototype.
17581 * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
17582 (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
17583
17584 2010-05-05 Jakub Jelinek <jakub@redhat.com>
17585
17586 PR debug/43950
17587 * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
17588 DW_ID_down_case for Fortran compilation units.
17589
17590 2010-05-05 Jan Hubicka <jh@suse.cz>
17591
17592 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
17593 handle aliases.
17594
17595 2010-05-05 Eric Botcazou <ebotcazou@adacore.com>
17596
17597 * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
17598 a variable-sized RESULT_DECL.
17599
17600 2010-05-05 Maxim Kuvyrkov <maxim@codesourcery.com>
17601
17602 * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
17603
17604 2010-05-05 Jason Merrill <jason@redhat.com>
17605
17606 PR c++/43787
17607 * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
17608 returns GS_OK.
17609 (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
17610
17611 2010-05-05 Alexandre Oliva <aoliva@redhat.com>
17612 Jakub Jelinek <jakub@redhat.com>
17613
17614 PR debug/43478
17615 * df-problems.c (struct dead_debug_use, struct dead_debug): New.
17616 (dead_debug_init, dead_debug_finish): New functions.
17617 (dead_debug_add, dead_debug_insert_before): Likewise.
17618 (df_note_bb_compute): Initialize a dead_debug object, add dead
17619 debug uses to it, insert debug bind insns before death insns,
17620 reset debug insns that refer to pending uses at the end.
17621 * rtl.h (make_debug_expr_from_rtl): New prototype.
17622 * varasm.c (make_debug_expr_from_rtl): New function.
17623
17624 2010-05-05 Jan Hubicka <jh@suse.cz>
17625
17626 * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
17627 (lto_varpool_encoder_new, lto_varpool_encoder_delete,
17628 lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
17629 lto_varpool_encoder_deref, lto_varpool_encoder_size,
17630 lto_varpool_encoder_encode_initializer_p,
17631 lto_set_varpool_encoder_encode_initializer): New functions.
17632 (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
17633 call output_varpool.
17634 (input_varpool_node): Do not always set analyzed.
17635 (input_cgraph_1): Return vector of cgraph nodes.
17636 (input_varpool_1): Return vector of varpools.
17637 (input_cgraph): Free the vectors.
17638 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
17639 output only initializers needed.
17640 (lto_output): Only call output_cgraph.
17641 (produce_asm_for_decls): Call lto_varpool_encoder_delete.
17642 * lto-section-out.c (lto_new_out_decl_state): Initialize
17643 state->varpool_node_encoder.
17644 * lto-streamer.h (lto_varpool_encoder_d): New.
17645 (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
17646 (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
17647 (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
17648 lto_varpool_encoder_encode, lto_varpool_encoder_delete,
17649 lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
17650 Declare.
17651 (output_varpool, input_varpool): Remove declarations.
17652
17653 2010-05-05 Jan Hubicka <jh@suse.cz>
17654
17655 * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
17656 with body can prevail.
17657
17658 2010-05-05 Jan Hubicka <jh@suse.cz>
17659
17660 * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
17661 size.
17662
17663 2010-05-05 Laurynas Biveinis <laurynas.biveinis@gmail.com>
17664
17665 * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
17666
17667 * gengtype.h (erro_at_line): Constify pos argument.
17668
17669 * gengtype.c: Include hashtab.h.
17670 (enum gc_used): Document GC_MAYBE_POINTED_TO.
17671 (error_at_line): Constify pos argument.
17672 (do_typedef): Initialize p->opt field.
17673 (get_file_gtfilename): Fix comment typo.
17674 (struct walk_type_data): Constify line field.
17675 (get_output_file_for_structure): New function.
17676 (write_local_func_for_structure): Constify orig_s argument.
17677 Use get_output_file_for_structure.
17678 (write_func_for_structure): Use get_output_file_for_structure.
17679 (INDENT): New define.
17680 (dump_pair, dump_type, dump_type_list, dump_typekind)
17681 (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
17682 (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
17683 functions.
17684 (seen_types): New variable.
17685 (main): New variable do_dump. Process "-d" command line option.
17686 Call dump_everything if dump requested.
17687
17688 2010-05-05 Jakub Jelinek <jakub@redhat.com>
17689
17690 * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
17691 in a temporary instead of invoking the macro multiple times.
17692 (track_expr_p): Likewise.
17693
17694 2010-05-04 Neil Vachharajani <nvachhar@google.com>
17695
17696 * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
17697 per new semantics.
17698 * opts.c (decode_options): Enable -Werror=coverage-mismatch.
17699 * coverage.c (get_coverage_counts): Always emit a warning. Adjust
17700 conditions for printing notes.
17701 * common.opt (-Wcoverage-mismatch): Allow negative, default to
17702 true, update documentation.
17703 * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
17704
17705 2010-05-04 Jakub Jelinek <jakub@redhat.com>
17706
17707 PR c/43981
17708 * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
17709 on dimen.
17710
17711 2010-05-04 H.J. Lu <hongjiu.lu@intel.com>
17712
17713 PR target/43799
17714 * config/i386/i386.md (sse_prologue_save): Clobber CC register.
17715 (*sse_prologue_save_insn1): Likewise.
17716 (SSE prologue save splitter): Likewise.
17717
17718 2010-05-04 Eric Botcazou <ebotcazou@adacore.com>
17719
17720 * tree.c (free_lang_data_in_one_sizepos): New inline function.
17721 (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
17722 types. Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
17723 (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
17724 all decls. Call it on DECL_FIELD_OFFSET of fields.
17725 (find_decls_types_r): Follow DECL_VALUE_EXPR.
17726 (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
17727
17728 2010-05-04 Martin Jambor <mjambor@suse.cz>
17729
17730 * tree-sra.c (build_access_from_expr_1): The first parameter type
17731 changed to simple tree.
17732 (build_access_from_expr): Likewise, gsi parameter was eliminated.
17733 (scan_assign_result): Renamed to assignment_mod_result, enum elements
17734 renamed as well.
17735 (build_accesses_from_assign): Removed all parameters except for a
17736 simple gimple statement. Now returns a simple bool.
17737 (scan_function): All non-analysis parts moved to separate functions
17738 sra_modify_function_body and ipa_sra_modify_function_body. Removed all
17739 parameters and updated both callers.
17740 (sra_modify_expr): Removed parameter data.
17741 (sra_modify_function_body): New function.
17742 (perform_intra_sra): Call sra_modify_function_body to modify the
17743 function body.
17744 (replace_removed_params_ssa_names): Parameter data changed into
17745 adjustments vector.
17746 (sra_ipa_modify_expr): Likewise. Also removed unused parameter gsi and
17747 changed the parameter dont_convert to convert with the opposite
17748 meaning.
17749 (sra_ipa_modify_assign): Parameter data changed into adjustments
17750 vector, return value changed to bool.
17751 (ipa_sra_modify_function_body): New function.
17752 (sra_ipa_reset_debug_stmts): Updated a comment.
17753 (modify_function): Use ipa_sra_modify_function_body to modify function
17754 body.
17755
17756 2010-05-04 H.J. Lu <hongjiu.lu@intel.com>
17757
17758 PR middle-end/43671
17759 * alias.c (true_dependence): Handle the same VALUE in x and mem.
17760 (canon_true_dependence): Likewise.
17761 (write_dependence_p): Likewise.
17762
17763 2010-05-04 Jan Hubicka <jh@suse.cz>
17764
17765 * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
17766 * cgraphbuild.c: Include ipa-utils.h
17767 (record_reference_ctx): New struct.
17768 (record_reference): Simplify to work on initializers; not statements.
17769 (mark_address, mark_load, mark_store): New.
17770 (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
17771 walk PHI nodes too.
17772 (record_references_in_initializer): Update use of record_reference.
17773 (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
17774 walk PHI nodes too.
17775
17776 2010-05-04 Jan Hubicka <jh@suse.cz>
17777
17778 * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
17779 node will be removed anyway.
17780 (lto_varpool_replace_node): Allow also unanalyzed nodes;
17781 relink aliases of node into prevailing node.
17782 * varpool.c (varpool_remove_node): Remove aliases properly;
17783 when removing node, remove all its aliases too; remove DECL_INITIAL
17784 of removed node; ggc_free the varpool node.
17785
17786 2010-05-04 Richard Guenther <rguenther@suse.de>
17787
17788 PR tree-optimization/43879
17789 * tree-ssa-structalias.c (alias_get_name): Use
17790 DECL_ASSEMBLER_NAME if available.
17791 (create_function_info_for): Return the varinfo node.
17792 (ipa_pta_execute): Associate same-body aliases and extra names
17793 with their origin nodes varinfo. Dump DECL_ASSEMBLER_NAME.
17794
17795 2010-05-04 Kaz Kojima <kkojima@gcc.gnu.org>
17796
17797 * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
17798
17799 2010-05-04 Mikael Pettersson <mikpe@it.uu.se>
17800
17801 PR bootstrap/43964
17802 * ira-color.c (assign_hard_reg): Declare rclass and add_cost
17803 only if HONOR_REG_ALLOC_ORDER is not defined.
17804
17805 2010-05-04 Richard Guenther <rguenther@suse.de>
17806
17807 PR tree-optimization/43949
17808 * tree-vrp.c (extract_range_from_binary_expr): Only handle
17809 TRUNC_MOD_EXPR.
17810
17811 2010-04-26 Jason Merrill <jason@redhat.com>
17812
17813 * c.opt (-fstrict-enums): New.
17814 * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
17815
17816 2010-05-03 David Ung <davidu@mips.com>
17817 James E. Wilson <wilson@codesourcery.com>
17818
17819 * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
17820 emit the trap instruction before the divide for TUNE_74K.
17821
17822 2010-05-03 Steven Bosscher <steven@gcc.gnu.org>
17823
17824 * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
17825 (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
17826 based on the above, for new target hook.
17827
17828 * hooks.c (hook_bool_mode_true): New generic hook.
17829 * hooks.h (hook_bool_mode_true): Add prototype.
17830
17831 * target.h (struct gcc_target): Add small_register_classes_for_mode_p
17832 target hook.
17833 * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
17834 target hook, set to hook_bool_mode_false.
17835 * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
17836 * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
17837 with targetm.small_register_classes_for_mode_p.
17838 (find_reusable_reload): Likewise.
17839 (combine_reloads): Likewise.
17840 * reload1.c (reload_as_needed): Likewise.
17841 * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
17842 * ifcvt.c (noce_process_if_block, check_cond_move_block,
17843 dead_or_predicable): Likewise.
17844 * regmove.c (optimize_reg_copy_1): Likewise.
17845 * calls.c (prepare_call_address): Likewise.
17846 (precompute_register_parameters): Likewise.
17847
17848 * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
17849 hook definition.
17850 * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
17851 implementation of the hook that considers all register classes
17852 small except for SH64.
17853 (sh_override_options): Use the new hook.
17854 * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
17855 Add prototype.
17856
17857 * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
17858 hook definition.
17859 * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
17860 implementation of the hook that considers all register classes
17861 small for THUMB1.
17862 * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
17863 Add prototype.
17864
17865 * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
17866 hook definition.
17867 * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
17868 implementation of the hook that considers all register classes
17869 small for MIPS16.
17870 * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
17871 Add prototype.
17872
17873 * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
17874 hook definition.
17875 * config/m32c/m32c.h: Likewise.
17876 * config/pdp11/pdp11.h: Likewise.
17877 * config/avr/avr.h: Likewise.
17878 * config/xtensa/xtensa.h: Likewise.
17879 * config/m68hc11/m68hc11.h: Likewise.
17880 * config/mn10300/mn10300.h: Likewise.
17881 * config/mcore/mcore.h: Likewise.
17882 * config/h8300/h8300.h: Likewise.
17883 * config/bfin/bfin.h: Likewise.
17884
17885 * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
17886 * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
17887
17888 2010-05-03 Anatoly Sokolov <aesok@post.ru>
17889
17890 * double-int.h (tree_to_double_int): Remove macro.
17891 (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
17892 * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
17893 (tree_to_double_int): New function.
17894 * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
17895 Move ...
17896 * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
17897
17898 2010-05-03 Richard Guenther <rguenther@suse.de>
17899
17900 PR tree-optimization/43971
17901 * tree-ssa-structalias.c (get_constraint_for_1): Fix
17902 constraints in the !flag_delete_null_pointer_checks case.
17903
17904 2010-05-03 Jakub Jelinek <jakub@redhat.com>
17905
17906 PR debug/43972
17907 * config/i386/i386.c (ix86_delegitimize_address): Make sure the
17908 result mode matches original rtl mode.
17909
17910 2010-05-03 Dave Korn <dave.korn.cygwin@gmail.com>
17911
17912 PR target/43888
17913 * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
17914
17915 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
17916
17917 * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
17918 when processing flag options.
17919
17920 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
17921
17922 * gcov-iov.c (main): Change format string placeholder
17923 from %#08x to 0x%08x.
17924 * genchecksum.c (dosum): Change format string placeholder
17925 from %#02x to 0x%02x.
17926
17927 2010-05-02 Richard Guenther <rguenther@suse.de>
17928
17929 PR tree-optimization/43879
17930 * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
17931
17932 2010-05-02 Bruno Haible <bruno@clisp.org>
17933
17934 * doc/extend.texi (Function Attributes): Fix a typo.
17935
17936 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
17937
17938 Revert:
17939 * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
17940 placeholder from 0x%x to %#x.
17941 (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
17942 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
17943 * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
17944 * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
17945 * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
17946 * config/i386/i386.c (ix86_target_string): Ditto.
17947 * config/i386/i386.c (output_pic_addr_const): Ditto.
17948 (print_operand): Ditto.
17949
17950 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
17951
17952 * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
17953 placeholder from 0x%x to %#x.
17954 (ASM_OUTPUT_DEBUG_DATA1): Ditto.
17955 (ASM_OUTPUT_DEBUG_DATA4): Ditto.
17956 (ASM_OUTPUT_DEBUG_DATA): Ditto.
17957 (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
17958 (ASM_OUTPUT_DEBUG_DATA8): Ditto.
17959 * optc-gen.awk: Ditto.
17960 * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
17961 (HOST_WIDE_INT_PRINT_HEX): Ditto.
17962 (HOST_WIDEST_INT_PRINT_HEX): Ditto.
17963 (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
17964
17965 2010-05-01 Anatoly Sokolov <aesok@post.ru>
17966
17967 * target.h (struct calls): Add function_value_regno_p field.
17968 * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
17969 (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
17970 * targhooks.c (default_function_value_regno_p): New function.
17971 * targhooks.h (default_function_value_regno_p): Declare function.
17972 * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
17973 * builtins.c. (apply_result_size): (Ditto.).
17974 * combine.c. (likely_spilled_retval_p): (Ditto.).
17975 * mode-switching.c. Include 'target.h'.
17976 (create_pre_exit): Use function_value_regno_p hook.
17977 * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
17978 * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
17979 TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
17980
17981 * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
17982 * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
17983 (ix86_function_value_regno_p): Declare as static, change argument
17984 type to const unsigned int.
17985 * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
17986
17987 2010-05-01 Richard Guenther <rguenther@suse.de>
17988
17989 PR tree-optimization/43949
17990 * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
17991 types.
17992 (extract_range_from_binary_expr): Handle *_MOD_EXPR.
17993
17994 2010-05-01 Anatoly Sokolov <aesok@post.ru>
17995
17996 * rtl.h (CONST_DOUBLE_P): Define.
17997 (rtx_to_double_int): Declare.
17998 * emit-rtl.c (rtx_to_double_int): New function.
17999 * dwarf2out.c (insert_double): New function.
18000 (loc_descriptor, add_const_value_attribute): Clean up, use
18001 rtx_to_double_int and insert_double functions.
18002
18003 2010-05-01 Jonathan Wakely <jwakely.gcc@gmail.com>
18004
18005 * doc/extend.texi (Inline): Add missing return keyword to examples.
18006 (Function Attributes, Variable Attributes, Pragmas): Hyphenate
18007 "command-line".
18008
18009 2010-04-30 Eric Botcazou <ebotcazou@adacore.com>
18010
18011 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
18012 the variable part of the offset as well. Use highest_pow2_factor for
18013 all alignment checks.
18014
18015 2010-04-30 Richard Guenther <rguenther@suse.de>
18016
18017 PR tree-optimization/43879
18018 * tree-ssa-structalias.c (type_could_have_pointers): Functions
18019 can have pointers.
18020
18021 2010-04-30 Jan Hubicka <jh@suse.cz>
18022
18023 * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
18024 varpool.
18025 (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
18026
18027 2010-04-30 Jan Hubicka <jh@suse.cz>
18028
18029 * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
18030 New.
18031 * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
18032 * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
18033 (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
18034 cgraph_node_set_needs_ltrans_p): Remove.
18035
18036 2010-04-30 Steven Bosscher <steven@gcc.gnu.org>
18037
18038 * sdbout.c: Include vec.h, do not include varray.h.
18039 (deferred_global_decls, sdbout_global_decl,
18040 sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
18041 * toplev.c: Do not include varray.h.
18042 (dump_memory_report): Do not dump VARRAY statistics.
18043 * gengtype.c (open_base_file): Ignore varray.h.
18044 * Makefile.in: Update for abovementioned changes.
18045 Remove all traces of varray.c and varray.h.
18046 * varray.c: Remove file.
18047 * varray.h: Remove file.
18048
18049 2010-04-30 Jan Hubicka <jh@suse.cz>
18050
18051 * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
18052 references.
18053
18054 2010-04-30 Jan Hubicka <jh@suse.cz>
18055
18056 * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
18057 needed.
18058
18059 2010-04-30 Richard Guenther <rguenther@suse.de>
18060
18061 * tree-ssa-structalias.c (get_constraint_for_1): Generate
18062 constraints for CONSTRUCTOR.
18063
18064 2010-04-30 Richard Guenther <rguenther@suse.de>
18065
18066 PR lto/43946
18067 * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
18068 first after all lowering passes.
18069
18070 2010-04-30 Steven Bosscher <steven@gcc.gnu.org>
18071
18072 * toplev.c: Include varray.h for statistics dumping.
18073 * tree.h: Do not declare varray_head_tag.
18074 * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
18075 regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
18076 c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
18077 gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
18078 lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
18079 tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
18080 c-common.c, c-common.h, reg-stack.c, basic-block.h,
18081 tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
18082 include varray.h.
18083 * Makefile.in: Update for abovementioned changes.
18084
18085 2010-04-30 Jakub Jelinek <jakub@redhat.com>
18086
18087 PR debug/43942
18088 * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
18089
18090 2010-04-30 Hariharan Sandanagobalane <hariharan@picochip.com>
18091
18092 * config/picochip/picochip.c (picochip_legitimize_address): Define.
18093 Use this function to do machine-specific conversion.
18094 (picochip_legitimize_reload_address): Likewise.
18095 (picochip_legitimate_address_p): Check valid base register only if
18096 strict.
18097 (picochip_check_conditional_copy): Check for modw only if opnd is
18098 register.
18099 * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
18100 to call the function in c.
18101 * config/picochip/picochip-protos.h
18102 (picochip_legitimize_reload_address): Define.
18103 * config/picochip/picochip.md (supported_compare1): Define.
18104
18105 2010-04-30 Jan Hubicka <jh@suse.cz>
18106
18107 * cgraph.h (cgraph_local_info): Remove for_functions_valid.
18108 (cgraph_global_info): Remove inlined.
18109 (LTO_cgraph_tag_names): Remove.
18110 (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
18111 * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
18112 simplify cgraph tags and document.
18113 (lto_output_node): Use only LTO_cgraph_unavail_node and
18114 LTO_cgraph_analyzed_node; Do not save analzed, reachable,
18115 for_functions_valid, global info, process and output flags.
18116 (input_overwrite_node): Initialize estimated stack size and
18117 estimated growth. Do not read flags we no longer store.
18118 (input_node): Likewise do not read info no longer stored.
18119 * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
18120 flag.
18121
18122 2010-04-30 Richard Guenther <rguenther@suse.de>
18123
18124 PR tree-optimization/43879
18125 * tree-ssa-structalias.c (get_constraint_for_1): Properly
18126 handle non-zero initializers.
18127
18128 2010-04-30 Richard Guenther <rguenther@suse.de>
18129
18130 * builtins.c (fold_builtin_1): Delete free (0).
18131
18132 2010-04-29 Jan Hubicka <jh@suse.cz>
18133
18134 * gengtype.c (open_base_files): Add lto-streamer.h
18135 * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
18136 (pass_ipa_cp): GGC collect.
18137 * toplev. (compile_file): Do not output symbols.
18138 * ipa-inline.c (pass_ipa_inline): Add ggc collect.
18139 * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
18140 TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
18141 * lto-section-in.c: Include ggc.h
18142 (lto_new_in_decl_state): Alloc in GGC.
18143 (lto_delete_in_decl_state): Likewise.
18144 * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
18145 Collect.
18146
18147 2010-04-29 Bernd Schmidt <bernds@codesourcery.com>
18148
18149 PR target/42895
18150 * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
18151 ORDER_REGS_FOR_LOCAL_ALLOC. All instances of this macro changed.
18152 (HONOR_REG_ALLOC_ORDER): Describe new macro.
18153 * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
18154 * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
18155 account only if HONOR_REG_ALLOC_ORDER is not defined.
18156 * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
18157 * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
18158
18159 2010-04-29 Jon Grant <04@jguk.org>
18160
18161 * collect2.c (vflag): Change type from int to bool.
18162 (debug): Likewise.
18163 (helpflag): New global bool.
18164 (main): Set vflag and debug with boolean, not integer truth values.
18165 Accept new "--help" option and output usage text if found.
18166 * collect2.h (vflag): Update prototype.
18167 (debug): Likewise.
18168
18169 2010-04-29 H.J. Lu <hongjiu.lu@intel.com>
18170
18171 PR bootstrap/43936
18172 * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
18173
18174 2010-04-29 Richard Guenther <rguenther@suse.de>
18175
18176 PR bootstrap/43935
18177 * plugin.h (invoke_plugin_callbacks): Annotate arguments
18178 with ATTRIBUTE_UNUSED.
18179
18180 2010-04-29 H.J. Lu <hongjiu.lu@intel.com>
18181
18182 PR target/43921
18183 * config/i386/i386.c (get_some_local_dynamic_name): Replace
18184 INSN_P with NONDEBUG_INSN_P.
18185 (distance_non_agu_define): Likewise.
18186 (distance_agu_use): Likewise.
18187
18188 2010-04-29 Bernd Schmidt <bernds@codesourcery.com>
18189
18190 From Dominique d'Humieres <dominiq@lps.ens.fr>
18191 PR bootstrap/43858
18192 * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
18193 test_set.
18194
18195 2010-04-29 Brian Hackett <bhackett1024@gmail.com>
18196
18197 * plugin.h (invoke_plugin_callbacks): New inline function.
18198 * plugin.c (flag_plugin_added): New global flag.
18199 (add_new_plugin): Initialize above flag.
18200 (invoke_plugin_callbacks): Rename to ...
18201 (invoke_plugin_callbacks_full): ... this.
18202
18203 2010-04-28 Jan Hubicka <jh@suse.cz>
18204
18205 * lto-symtab.c (lto_symtab_entry_def) Add vnode.
18206 (lto_varpool_replace_node): New.
18207 (lto_symtab_resolve_symbols): Resolve varpool nodes.
18208 (lto_symtab_merge_decls_1): Prefer decls with varpool node.
18209 (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
18210 * cgraph.h (varpool_node_ptr): New type.
18211 (varpool_node_ptr): New vector.
18212 (varpool_node_set_def): New structure.
18213 (varpool_node_set): New type.
18214 (varpool_node_set): New vector.
18215 (varpool_node_set_element_def): New structure.
18216 (varpool_node_set_element, const_varpool_node_set_element): New types.
18217 (varpool_node_set_iterator): New type.
18218 (varpool_node): Add prev pointers, add used_from_other_partition,
18219 in_other_partition.
18220 (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
18221 varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
18222 varpool_get_node, varpool_remove_node): Declare.
18223 (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
18224 varpool_node_set_size): New inlines.
18225 * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
18226 * tree-pass.h (varpool_node_set_def): Forward declare.
18227 (ipa_opt_pass_d): Summary writting takes vnode sets too.
18228 (ipa_write_optimization_summaries): Update prototype.
18229 * ipa-cp.c (ipcp_write_summary): Update.
18230 * ipa-reference.c (ipa_reference_write_summary): Update.
18231 * lto-cgraph.c (lto_output_varpool_node): New static function.
18232 (output_varpool): New function.
18233 (input_varpool_node): New static function.
18234 (input_varpool_1): New function.
18235 (input_cgraph): Input varpool.
18236 * ipa-pure-const.c (pure_const_write_summary): Update.
18237 * lto-streamer-out.c (lto_output): Update, output varpool too.
18238 (write_global_stream): Kill WPA hack.
18239 (produce_asm_for_decls): Update.
18240 (output_alias_pair_p): Handle variables.
18241 (output_unreferenced_globals): Output only needed partition of varpool.
18242 * ipa-inline.c (inline_write_summary): Update.
18243 * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
18244 cgraph.
18245 * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
18246 * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
18247 varpool_node_set_new, varpool_node_set_add,
18248 varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
18249 debug_varpool_node_set): New functions.
18250 * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
18251 (execute_one_pass): Process new decls too.
18252 (ipa_write_summaries_2): Pass around vsets.
18253 (ipa_write_summaries_1): Likewise.
18254 (ipa_write_summaries): Build vset; be more selective about cgraph nodes
18255 to add.
18256 (ipa_write_optimization_summaries_1): Pass around vsets.
18257 (ipa_write_optimization_summaries): Likewise.
18258 * varpool.c (varpool_get_node): New.
18259 (varpool_node): Update doubly linked lists.
18260 (varpool_remove_node): New.
18261 (dump_varpool_node): More dumping.
18262 (varpool_enqueue_needed_node): Update doubly linked lists.
18263 (decide_is_variable_needed): Kill ltrans hack.
18264 (varpool_finalize_decl): Kill lto hack.
18265 (varpool_assemble_decl): Skip decls in other partitions.
18266 (varpool_assemble_pending_decls): Update doubly linkes lists.
18267 (varpool_empty_needed_queue): Likewise.
18268 (varpool_extra_name_alias): Likewise.
18269 * lto-streamer.c (lto_get_section_name): Add vars section.
18270 * lto-streamer.h (lto_section_type): Update.
18271 (output_varpool, input_varpool): Declare.
18272
18273 2010-04-28 Mike Stump <mikestump@comcast.net>
18274
18275 * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
18276
18277 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
18278
18279 * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
18280 record or union type with RECORD_OR_UNION_TYPE_P predicate.
18281 (lto_input_ts_type_tree_pointers): Likewise.
18282 * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
18283 (lto_output_ts_type_tree_pointers): Likewise.
18284
18285 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
18286
18287 Uniquization of constants at the Tree level
18288 * tree.h (DECL_IN_CONSTANT_POOL): New macro.
18289 (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
18290 bit to the end.
18291 (tree_output_constant_def): Declare.
18292 * gimplify.c (gimplify_init_constructor): When using block copy, first
18293 uniquize the constant constructor on the RHS.
18294 * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
18295 DECL_IN_CONSTANT_POOL flag.
18296 * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
18297 * varasm.c (make_decl_rtl): Deal with variables belonging to the global
18298 constant pool.
18299 (assemble_variable): Deal with symbols belonging to the tree constant
18300 pool.
18301 (get_constant_section): Add ALIGN parameter and simplify.
18302 (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
18303 (assemble_constant_contents): Use the expression of the VAR_DECL.
18304 (output_constant_def_contents): Use the alignment of the VAR_DECL.
18305 (tree_output_constant_def): New global function.
18306 (mark_constant): Use the expression of the VAR_DECL.
18307 (place_block_symbol): Use the alignment of the VAR_DECL and the size of
18308 its expression.
18309 (output_object_block): Likewise and assemble the expression.
18310
18311 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
18312
18313 * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
18314 hash_tree, eq_tree): New tree hash table.
18315 (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
18316 [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
18317 lto_orig_address_remove): Reimplement.
18318
18319 2010-04-28 Xinliang David Li <davidxl@google.com>
18320
18321 PR c/42643
18322 * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
18323 (compute_uninit_opnds_pos): New function.
18324 (is_non_loop_exit_postdominating): New function.
18325 (compute_control_dep_chain): New function.
18326 (find_pdom): New function.
18327 (convert_control_dep_chain_into_preds): New function.
18328 (find_predicates): New function.
18329 (find_control_equiv_block): New function.
18330 (collect_phi_def_edges): New function.
18331 (find_def_preds): New function.
18332 (find_dom): New function.
18333 (dump_predicates): New function.
18334 (get_cmp_code): New function.
18335 (is_value_included_in): New function.
18336 (find_matching_predicate_in_rest_chains): New function.
18337 (use_pred_not_overlap_with_undef_path_pred): New function.
18338 (is_use_properly_guarded): New function.
18339 (normalize_cond_1): New function.
18340 (is_and_or_or): New function.
18341 (normalize_cond): New function.
18342 (is_gcond_subset_of): New function.
18343 (is_subset_of_any): New function.
18344 (is_or_set_subset_of): New function.
18345 (is_and_set_subset_of): New function.
18346 (is_norm_cond_subset_of): New function.
18347 (is_pred_expr_subset_of): New function.
18348 (is_pred_chain_subset_of): New function.
18349 (is_included_in): New function.
18350 (is_superset_of): New function.
18351 (find_uninit_use): New function.
18352 (warn_uninitialized_phi): New function.
18353 (compute_possibly_undefined_names): New function.
18354 (ssa_undefined_value_p): New function.
18355 (execute_late_warn_uninitialized): New function.
18356 * tree-ssa.c (ssa_undefined_value_p): Removed.
18357 (warn_uninit): Changed to extern.
18358 (warn_uninitialized_phi): Removed.
18359 (warn_uninitialized_vars): Changed to extern.
18360 (execute_late_warn_uninitialized): Removed
18361 * tree-flow.h: Add new prototypes.
18362 * timevar.def: Add new time variable.
18363 * Makefile.in: Add new build file.
18364
18365 2010-04-28 Uros Bizjak <ubizjak@gmail.com>
18366
18367 * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
18368 type if available.
18369
18370 2010-04-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18371
18372 PR target/22224
18373 * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
18374
18375 2010-04-28 Martin Jambor <mjambor@suse.cz>
18376
18377 * cgraph.h (struct cgraph_node): New field indirect_calls.
18378 (struct cgraph_indirect_call_info): New type.
18379 (struct cgraph_edge): Removed field indirect_call. New fields
18380 indirect_info, indirect_inlining_edge and indirect_unknown_callee.
18381 (cgraph_create_indirect_edge): Declare.
18382 (cgraph_make_edge_direct): Likewise.
18383 (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
18384 * ipa-prop.h (struct ipa_param_call_note): Removed.
18385 (struct ipa_node_params): Removed field param_calls.
18386 (ipa_create_all_structures_for_iinln): Declare.
18387 * cgraph.c: Described indirect edges and uids in initial comment.
18388 (cgraph_add_edge_to_call_site_hash): New function.
18389 (cgraph_edge): Search also among the indirect edges, use
18390 cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
18391 (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
18392 one, use cgraph_add_edge_to_call_site_hash to add edges to the call
18393 site hash.
18394 (initialize_inline_failed): Assign a reason to indirect edges.
18395 (cgraph_create_edge_1): New function.
18396 (cgraph_create_edge): Moved some functionality to
18397 cgraph_create_edge_1.
18398 (cgraph_create_indirect_edge): New function.
18399 (cgraph_edge_remove_callee): Add an assert checking for
18400 non-indirectness.
18401 (cgraph_edge_remove_caller): Special-case indirect edges.
18402 (cgraph_remove_edge): Likewise.
18403 (cgraph_set_edge_callee): New function.
18404 (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
18405 (cgraph_make_edge_direct): New function.
18406 (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
18407 the declaration of the call statement matches.
18408 (cgraph_node_remove_callees): Special-case indirect edges.
18409 (cgraph_clone_edge): Likewise.
18410 (cgraph_clone_node): Clone also the indirect edges.
18411 (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
18412 indirect_call, dump count of indirect_calls edges.
18413 * ipa-prop.c (iinlining_processed_edges): New variable.
18414 (ipa_note_param_call): Create indirect edges instead of
18415 creating notes. New parameter node.
18416 (ipa_analyze_call_uses): New parameter node, pass it on to
18417 ipa_note_param_call.
18418 (ipa_analyze_stmt_uses): Likewise.
18419 (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
18420 (print_edge_addition_message): Work on edges rather than on notes.
18421 (update_call_notes_after_inlining): Likewise, renamed to
18422 update_indirect_edges_after_inlining.
18423 (ipa_create_all_structures_for_iinln): New function.
18424 (ipa_free_node_params_substructures): Do not free notes.
18425 (ipa_edge_duplication_hook): Propagate bits within
18426 iinlining_processed_edges bitmap.
18427 (ipa_node_duplication_hook): Do not duplicate notes.
18428 (free_all_ipa_structures_after_ipa_cp): Renamed to
18429 ipa_free_all_structures_after_ipa_cp.
18430 (free_all_ipa_structures_after_iinln): Renamed to
18431 ipa_free_all_structures_after_iinln.
18432 (ipa_write_param_call_note): Removed.
18433 (ipa_read_param_call_note): Removed.
18434 (ipa_write_indirect_edge_info): New function.
18435 (ipa_read_indirect_edge_info): Likewise.
18436 (ipa_write_node_info): Do not stream notes, do stream information
18437 in indirect edges.
18438 (ipa_read_node_info): Likewise.
18439 (lto_ipa_fixup_call_notes): Removed.
18440 * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
18441 * ipa-inline.c (pass_ipa_inline): Likewise.
18442 * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
18443 * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
18444 * tree-inline.c (copy_bb): Removed an unnecessary double check for
18445 is_gimple_call.
18446 * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
18447 edges.
18448 * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
18449 (output_cgraph): Stream also indirect edges.
18450 (lto_output_edge): Added capability to stream indirect edges.
18451 (input_edge): Likewise.
18452 (input_cgraph_1): Likewise.
18453 * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
18454 of indirect edges.
18455
18456 2010-04-28 Richard Guenther <rguenther@suse.de>
18457
18458 PR tree-optimization/43879
18459 PR tree-optimization/43909
18460 * tree-ssa-structalias.c (struct variable_info): Add
18461 only_restrict_pointers flag.
18462 (new_var_info): Initialize it. Increment stats.total_vars here.
18463 (create_function_info_for): Do not increment stats.total_vars here.
18464 (get_function_part_constraint): Fix build with C++.
18465 (insert_into_field_list): Remove.
18466 (push_fields_onto_fieldstack): Properly merge fields.
18467 (create_variable_info_for): Split and simplify.
18468 (create_variable_info_for_1): New piece.
18469 (intra_create_variable_infos): Properly make restrict constraints
18470 from parameters.
18471
18472 2010-04-28 Richard Guenther <rguenther@suse.de>
18473
18474 PR c++/43880
18475 * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
18476
18477 2010-04-27 Manuel López-Ibáñez <manu@gcc.gnu.org>
18478 Jan Hubicka <hubicka@ucw.cz>
18479
18480 * doc/invoke.texi (-Wsuggest-attribute=const,
18481 -Wsuggest-attribute=pure): Document.
18482 * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
18483 (function_always_visible_to_compiler_p,
18484 suggest_attribute, warn_function_pure, warn_function_const):
18485 New functions.
18486 (check_call): Improve debug info.
18487 (analyze_function): Do not check availability.
18488 (add_new_function): Check availability.
18489 (propagate): Output warnings.
18490 (skip_function_for_local_pure_const): New function.
18491 (local_pure_const): Use it; output warnings.
18492 * common.opt (Wsuggest-attribute=const,
18493 Wsuggest-attribute=pure): New.
18494
18495 2010-04-27 Jakub Jelinek <jakub@redhat.com>
18496
18497 * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
18498 force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
18499 or DW_CFA_def_cfa_offset{,_sf}.
18500
18501 2010-04-27 Eric Botcazou <ebotcazou@adacore.com>
18502
18503 * tree.h: Fix truncated long macros.
18504
18505 2010-04-27 Kai Tietz <kai.tietz@onevision.com>
18506
18507 * collect2.c (TARGET_64BIT): Redefine to target's default.
18508 * tlink.c: Likewise.
18509 * config/i386/cygming.h (USER_LABEL_PREFIX): Define
18510 dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
18511 * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
18512 for underscoring __USER_LABEL_PREFIX__.
18513 * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
18514 (SUB_LINK_ENTRY32): New.
18515 (SUB_LINK_ENTRY64): New.
18516 (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
18517 * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
18518 (SUB_LINK_ENTRY64): New.
18519 (SUB_LINK_ENTRY): New.
18520 (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
18521 (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
18522 x64 target is choosen.
18523 * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
18524 * configure: Regenerated.
18525 * configure.ac (leading-mingw64-underscores): Option added.
18526
18527 2010-04-27 Jan Hubicka <jh@suse.cz>
18528
18529 * doc/invoke.texi (-fipa-profile): Document.
18530 * opts.c (decode_options): Enable ipa-profile at -O1.
18531 * timevar.def (TV_IPA_PROFILE): Define.
18532 * common.opt (fipa-profile): Add.
18533 * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
18534 flag for clones.
18535 (cgraph_propagate_frequency): Handle only local ones.
18536 * tree-pass.h (pass_ipa_profile): Declare.
18537 * ipa-profile.c (gate_profile): Use flag_ipa_profile.
18538 (pass_ipa_profile): Use TV_IPA_PROFILE.
18539 * ipa.c (ipa_profile): New function.
18540 (gate_ipa_profile): Likewise.
18541 (pass_ipa_profile): New global variable.
18542 * passes.c (pass_ipa_profile): New.
18543
18544 2010-04-27 Nathan Froyd <froydnj@codesourcery.com>
18545
18546 * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
18547
18548 2010-04-27 Martin Jambor <mjambor@suse.cz>
18549
18550 PR middle-end/43812
18551 * ipa.c (dissolve_same_comdat_group_list): New function.
18552 (function_and_variable_visibility): Call
18553 dissolve_same_comdat_group_list when comdat group contains external or
18554 newly local nodes.
18555 * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
18556 lists are circular and that they contain only DECL_ONE_ONLY nodes.
18557
18558 2010-04-27 Eric Botcazou <ebotcazou@adacore.com>
18559
18560 * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
18561 (const_hash_1) <VECTOR_CST>: New case.
18562 (compare_constant) <VECTOR_CST>: Likewise.
18563 <ADDR_EXPR>: Deal with LABEL_REFs.
18564 (copy_constant) <VECTOR_CST>: New case.
18565
18566 2010-04-27 Jan Hubicka <jh@suse.cz>
18567
18568 * cgraph.c (cgraph_propagate_frequency): New function.
18569 * cgraph.h (cgraph_propagate_frequency): Declare.
18570 * ipa-inline.c (cgraph_clone_inlined_nodes): Call
18571 cgraph_propagate_frequency.
18572
18573 2010-04-27 Jakub Jelinek <jakub@redhat.com>
18574
18575 * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
18576
18577 2010-04-27 Bernd Schmidt <bernds@codesourcery.com>
18578
18579 PR target/40657
18580 * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
18581 (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
18582 here to determine which regs to push and how much stack to reserve.
18583
18584 2010-04-27 Jie Zhang <jie@codesourcery.com>
18585
18586 * doc/gimple.texi (gimple_statement_with_ops): Remove
18587 addresses_taken field.
18588 (gimple_statement_with_memory_ops): Likewise.
18589
18590 2010-04-27 Jan Hubicka <jh@suse.cz>
18591
18592 * tree-inline.c (eni_inlining_weights): Remove.
18593 (estimate_num_insns): Special case more builtins.
18594
18595 2010-04-27 Shujing Zhao <pearly.zhao@oracle.com>
18596
18597 PR c/32207
18598 * c-typeck.c (build_binary_op): Move forward check for comparison
18599 pointer with null pointer constant and adjust the diagnostic message.
18600
18601 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
18602
18603 PR lto/42776
18604 * configure.ac (gcc_cv_as_section_has_align): Set if installed
18605 binutils supports extended .section directive needed by LTO, or
18606 warn if older binutils found.
18607 (LTO_BINARY_READER): New AC_SUBST'd variable.
18608 (LTO_USE_LIBELF): Likewise.
18609 * gcc/config.gcc (lto_binary_reader): New target-specific configure
18610 variable.
18611 * gcc/Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
18612 (LTO_USE_LIBELF): Likewise.
18613 * configure: Regenerate.
18614
18615 * collect2.c (is_elf): Rename from this ...
18616 (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
18617 object files in addition to ELF-formatted ones.
18618 (scan_prog_file): Caller updated. Also allow for LTO info marker
18619 symbol to be prefixed or not by an extra underscore.
18620
18621 * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
18622 * config/i386/winnt.c: Also #include lto-streamer.h
18623 (i386_pe_asm_named_section): Specify 1-byte section alignment for
18624 LTO named sections.
18625 (i386_pe_asm_output_aligned_decl_common): Add comment.
18626 (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
18627
18628 2010-04-27 Hans-Peter Nilsson <hp@bitrange.com>
18629
18630 PR target/43889
18631 * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
18632 Add missing earlyclobber for second alternative.
18633
18634 2010-04-26 Bernd Schmidt <bernds@codesourcery.com>
18635
18636 * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
18637 bits for artificial defs at the top of the block.
18638 * fwprop.c (single_def_use_enter_block): Don't call it.
18639
18640 2010-04-26 Jack Howarth <howarth@bromo.med.uc.edu>
18641
18642 PR 43715
18643 * gcc/configure.ac: Use "$gcc_cv_nm -g" on darwin
18644 instead of "$gcc_cv_objdump -T".
18645 Use "-undefined dynamic_lookup" on darwin.
18646 * gcc/configure: Regenerate.
18647
18648 2010-04-26 Jakub Jelinek <jakub@redhat.com>
18649
18650 PR c/43893
18651 * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
18652
18653 2010-04-26 Nathan Froyd <froydnj@codesourcery.com>
18654
18655 * c-parser.c (struct c_token): Move location field up.
18656 * c-tree.h (struct c_typespec): Move expr_const_operands field up.
18657 (struct c_declspecs): Convert typespec_word, storage_class, and
18658 default_int_p into bitfields.
18659 (struct c_declarator): Move loc field up.
18660
18661 2010-04-26 Nathan Froyd <froydnj@codesourcery.com>
18662
18663 * cfgloop.h (struct loop): Move can_be_parallel field up.
18664 * ipa-prop.h (struct ip_node_params): Move bitfields up.
18665 * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
18666 down.
18667 (struct iv_cand): Convert pos field into a bitfield.
18668 * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
18669 field up.
18670 (struct _stmt_vec_info): Shuffle fields for better packing.
18671
18672 2010-04-26 Eric Botcazou <ebotcazou@adacore.com>
18673
18674 * varasm.c (IN_NAMED_SECTION): Remove guard.
18675 * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
18676 (IN_NAMED_SECTION_P): ...this.
18677 (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
18678 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
18679
18680 2010-04-26 Eric Botcazou <ebotcazou@adacore.com>
18681
18682 * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
18683 Use VOID_TYPE_P for all void type tests. Adjust TYPE variable instead
18684 of shadowing it. Fix comments.
18685
18686 2010-04-26 Jan Hubicka <jh@suse.cz>
18687
18688 * cgraph.c (cgraph_create_node): Set node frequency to normal.
18689 (cgraph_clone_node): Copy function frequency.
18690 * cgraph.h (node_frequency): New enum
18691 (struct cgraph_node): Add.
18692 * final.c (rest_of_clean_state): Update.
18693 * lto-cgraph.c (lto_output_node): Output node frequency.
18694 (input_overwrite_node): Input node frequency.
18695 * tre-ssa-loop-ivopts (computation_cost): Update.
18696 * lto-streamer-out.c (output_function): Do not output function
18697 frequency.
18698 * predict.c (maybe_hot_frequency_p): Update and handle functions
18699 executed once.
18700 (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
18701 attribute lookup.
18702 (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
18703 (compute_function_frequency): Set noreturn functions to be executed
18704 once.
18705 (choose_function_section): Update.
18706 * lto-streamer-in.c (input_function): Do not input function frequency.
18707 * function.c (allocate_struct_function): Do not initialize function
18708 frequency.
18709 * function.h (function_frequency): Remove.
18710 (struct function): Remove function frequency.
18711 * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
18712 (try_update): Update.
18713 * tree-inline.c (initialize_cfun): Do not update function frequency.
18714 * passes.c (pass_init_dump_file): Update.
18715 * i386.c (ix86_compute_frame_layout): Update.
18716 (ix86_pad_returns): Update.
18717
18718 2010-04-26 Jie Zhang <jie@codesourcery.com>
18719
18720 PR tree-optimization/43833
18721 * tree-vrp.c (range_int_cst_p): New.
18722 (range_int_cst_singleton_p): New.
18723 (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
18724 when both operands are constants. Use range_int_cst_p in
18725 BIT_IOR_EXPR case.
18726
18727 2010-04-26 Jan Hubicka <jh@suse.cz>
18728
18729 * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
18730
18731 2010-04-26 Richard Guenther <rguenther@suse.de>
18732
18733 PR lto/43080
18734 * gimple.c (gimple_decl_printable_name): Deal gracefully
18735 with a NULL DECL_NAME.
18736
18737 2010-04-26 Richard Guenther <rguenther@suse.de>
18738
18739 PR lto/42425
18740 * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
18741 if emitting debug information and it is either a function
18742 or a namespace decl.
18743
18744 2010-04-26 Ira Rosen <irar@il.ibm.com>
18745
18746 * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
18747 determine if the statement is vectorizable, and a macro to access it.
18748 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
18749 Skip statements that can't be vectorized. If the analysis fails,
18750 mark the statement as unvectorizable if vectorizing basic block.
18751 (vect_compute_data_refs_alignment): Likewise.
18752 (vect_verify_datarefs_alignment): Skip statements marked as
18753 unvectorizable. Add print.
18754 (vect_analyze_group_access): Skip statements that can't be
18755 vectorized. If the analysis fails, mark the statement as
18756 unvectorizable if vectorizing basic block.
18757 (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
18758 * tree-vect-stmts.c (vectorizable_store): Fix the number of
18759 generated stmts for SLP.
18760 (new_stmt_vec_info): Initialize the new field.
18761 * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
18762 statements marked as unvectorizable.
18763
18764 2010-04-25 Joseph Myers <joseph@codesourcery.com>
18765
18766 * c-common.c (flag_isoc1x): New.
18767 (flag_isoc99): Update comment.
18768 * c-common.h (flag_isoc1x): New.
18769 (flag_isoc99): Update comment.
18770 * c-cppbuiltin.c (builtin_define_float_constants): Also define
18771 __<type>_DECIMAL_DIG__.
18772 * c-opts.c (set_std_c1x): New.
18773 (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
18774 (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
18775 * c.opt (-std=c1x, -std=gnu1x): New options.
18776 * doc/cpp.texi: Mention -std=c1x.
18777 * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
18778 * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
18779 * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
18780 * doc/standards.texi: Mention C1X.
18781 * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
18782 LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
18783 LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
18784 Define for C1X.
18785
18786 2010-04-25 Uros Bizjak <ubizjak@gmail.com>
18787
18788 * config/i386/gmon-sol2.c (_mcleanup): Change format string
18789 placeholder from 0x%x to %#x.
18790 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
18791 * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
18792 * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
18793 * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
18794 * config/i386/i386.c (ix86_target_string): Ditto.
18795 (output_pic_addr_const): Ditto.
18796 (print_operand): Ditto.
18797
18798 2010-04-25 Paolo Bonzini <bonzini@gnu.org>
18799
18800 * combine.c (find_split_point): Add third argument. Use it
18801 to find nested multiply-accumulate instructions. Adjust calls.
18802 (try_combine): Adjust call to find_split_point.
18803
18804 2010-04-24 Gerald Pfeifer <gerald@pfeifer.com>
18805
18806 * doc/contrib.texi (Contributors): Add Dodji Seketeli.
18807
18808 2010-04-24 Bernd Schmidt <bernds@codesourcery.com>
18809
18810 PR tree-optimization/41442
18811 * fold-const.c (merge_truthop_with_opposite_arm): New function.
18812 (fold_binary_loc): Call it.
18813
18814 2010-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
18815
18816 * toplev.c (general_init): Set default for fdiagnostics-show-option.
18817 * opts.c (common_handle_option): Allow disabling it.
18818 * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
18819
18820 2010-04-23 Eric Botcazou <ebotcazou@adacore.com>
18821
18822 * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
18823 between modes if both types are integral.
18824
18825 2010-04-23 Richard Guenther <rguenther@suse.de>
18826
18827 PR tree-optimization/43572
18828 * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
18829
18830 2010-04-23 Richard Guenther <rguenther@suse.de>
18831
18832 PR lto/43455
18833 * tree-inline.c (tree_can_inline_p): Also check compatibility
18834 of return types.
18835
18836 2010-04-23 Martin Jambor <mjambor@suse.cz>
18837
18838 PR tree-optimization/43846
18839 * tree-sra.c (struct access): New flag grp_assignment_read.
18840 (build_accesses_from_assign): Set grp_assignment_read.
18841 (sort_and_splice_var_accesses): Propagate grp_assignment_read.
18842 (enum mark_read_status): New type.
18843 (analyze_access_subtree): Propagate grp_assignment_read, create
18844 accesses also if both direct_read and root->grp_assignment_read.
18845
18846 2010-04-23 Martin Jambor <mjambor@suse.cz>
18847
18848 PR middle-end/43835
18849 * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
18850 function does not have type attributes.
18851
18852 2010-04-23 Richard Guenther <rguenther@suse.de>
18853
18854 PR lto/42653
18855 * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
18856 of FUNCTION_DECLs.
18857
18858 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
18859
18860 * sese.h (create_if_region_on_edge): Remove.
18861
18862 * sese.c (create_if_region_on_edge): Make static.
18863
18864 * tree-inline.c: Do not include ggc.h.
18865
18866 * expr.c: Do not include ggc.h.
18867
18868 * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
18869 dependencies.
18870
18871 2010-04-22 Kaz Kojima <kkojima@gcc.gnu.org>
18872
18873 PR target/43744
18874 * config/sh/sh.c (find_barrier): Don't emit a constant pool
18875 in the middle of insns for casesi_worker_2.
18876
18877 2010-04-22 David Edelsohn <edelsohn@gnu.org>
18878
18879 * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
18880
18881 2010-04-22 Ira Rosen <irar@il.ibm.com>
18882
18883 PR tree-optimization/43842
18884 * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
18885 loop unrolling in update of exit phis. Fix comment.
18886 * tree-vect-slp.c (vect_analyze_slp): Check that there are at
18887 least two reduction statements in the loop before starting SLP
18888 analysis.
18889
18890 2010-04-22 Nick Clifton <nickc@redhat.com>
18891
18892 * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
18893
18894 2010-04-22 Alexander Monakov <amonakov@ispras.ru>
18895
18896 * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
18897 to simplify a + ~a.
18898
18899 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
18900
18901 * tree-parloops.c (loop_parallel_p): New argument
18902 parloop_obstack. Pass it down.
18903 (parallelize_loops): New variable parloop_obstack. Initialize it,
18904 pass it down, free it.
18905
18906 * tree-loop-linear.c (linear_transform_loops): Pass down
18907 lambda_obstack.
18908
18909 * tree-data-ref.h (lambda_compute_access_matrices): New argument
18910 of type struct obstack *.
18911
18912 * tree-data-ref.c (analyze_subscript_affine_affine): New variable
18913 scratch_obstack. Initialize it, pass down, free it.
18914
18915 * lambda.h (lambda_loop_new): Remove.
18916 (lambda_matrix_new, lambda_matrix_inverse)
18917 (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
18918 argument of type struct obstack *.
18919
18920 * lambda-trans.c (lambda_trans_matrix_new): New argument
18921 lambda_obstack. Pass it down, use obstack allocation for ret.
18922 (lambda_trans_matrix_inverse): New argument lambda_obstack. Pass
18923 it down.
18924
18925 * lambda-mat.c (lambda_matrix_get_column)
18926 (lambda_matrix_project_to_null): Remove.
18927 (lambda_matrix_new): New argument lambda_obstack. Use obstack
18928 allocation for mat.
18929 (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
18930 lambda_obstack.
18931
18932 * lambda-code.c (lambda_loop_new): New function.
18933 (lambda_lattice_new, compute_nest_using_fourier_motzkin)
18934 (lambda_compute_auxillary_space, lambda_compute_target_space)
18935 (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
18936 (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
18937 (build_access_matrix): New argument lambda_obstack. Use obstack
18938 allocation for am.
18939 (lambda_compute_step_signs, lambda_compute_access_matrices): New
18940 argument lambda_obstack. Pass it down.
18941
18942 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
18943
18944 * optabs.h (expand_widening_mult): Declare.
18945
18946 2010-04-22 Richard Guenther <rguenther@suse.de>
18947
18948 PR tree-optimization/43845
18949 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
18950 lookup the CALL_EXPR function and arguments.
18951
18952 2010-04-22 Nick Clifton <nickc@redhat.com>
18953
18954 * config/stormy16/stormy16.c
18955 (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
18956 * config/stormy16/stormy16.h: Tidy up formatting.
18957 (DONT_USE_BUILTIN_SETJMP): Remove definition.
18958 * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
18959 (ineqbranchsi): Delete pattern.
18960 * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
18961 * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
18962 * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
18963 stormy16-lib2-ucmpsi2.c.
18964
18965 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
18966
18967 * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
18968 df_simulate_find_noclobber_defs as appropriate. Keep track of an
18969 extra set merge_set_noclobber, and use it to relax the final test
18970 slightly.
18971 * df.h (df_simulate_find_noclobber_defs): Declare.
18972 * df-problems.c (df_simulate_find_defs): Don't ignore partial or
18973 conditional defs.
18974 (df_simulate_find_noclobber_defs): New function.
18975
18976 2010-04-22 Uros Bizjak <ubizjak@gmail.com>
18977
18978 * config/i386/i386.md: Use {} around multi-line preparation statements.
18979
18980 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
18981
18982 * c-tree.h (push_init_level, pop_init_level, set_init_index)
18983 (process_init_element): New argument of type struct obstack *.
18984
18985 * c-typeck.c (push_init_level, pop_init_level, set_designator)
18986 (set_init_index, set_init_label, set_nonincremental_init)
18987 (set_nonincremental_init_from_string, find_init_member)
18988 (output_init_element, output_pending_init_elements)
18989 (process_init_element): New argument braced_init_obstack. Pass it
18990 down.
18991 (push_range_stack, add_pending_init): New argument
18992 braced_init_obstack. Use obstack allocation.
18993
18994 * c-parser.c (c_parser_initelt, c_parser_initval): New argument
18995 braced_init_obstack. Pass it down.
18996 (c_parser_braced_init): New variables ret, braced_init_obstack.
18997 Initialize obstack, pass it down and finally free it.
18998
18999 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
19000
19001 PR middle-end/29274
19002 * tree-pass.h (pass_optimize_widening_mul): Declare.
19003 * tree-ssa-math-opts.c (execute_optimize_widening_mul,
19004 gate_optimize_widening_mul): New static functions.
19005 (pass_optimize_widening_mul): New.
19006 * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
19007 <case MULT_EXPR>: Remove support for widening multiplies.
19008 * tree.def (WIDEN_MULT_EXPR): Tweak comment.
19009 * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
19010 simplify_gen_unary rather than directly building extensions.
19011 * tree-cfg.c (verify_gimple_assign_binary): Add tests for
19012 WIDEN_MULT_EXPR.
19013 * expmed.c (expand_widening_mult): New function.
19014 * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
19015
19016 2010-04-21 Jan Hubicka <jh@suse.cz>
19017
19018 * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
19019 * lto-section-in.c (lto_section_name): Remove wpa_fixup.
19020 * lto-wpa-fixup.c: Remove.
19021 * Makefile.in (lto-wpa-fixup.o): Remove.
19022 * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
19023 (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
19024 * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
19025
19026 2010-04-21 Jan Hubicka <jh@suse.cz>
19027
19028 * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
19029 add write_optimization_summary, read_optimization_summary.
19030 (ipa_write_summaries_of_cgraph_node_set): Remove.
19031 (ipa_write_optimization_summaries): Declare.
19032 (ipa_read_optimization_summaries): Declare.
19033 * ipa-cp.c (pass_ipa_cp): Update.
19034 * ipa-reference.c (pass_ipa_reference): Update.
19035 * ipa-pure-const.c (pass_ipa_pure_const): Update.
19036 * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
19037 Update.
19038 * ipa-inline.c (pass_ipa_inline): Update.
19039 * ipa.c (pass_ipa_whole_program): Update.
19040 * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
19041 * passes.c (ipa_write_summaries_1): Do not test wpa.
19042 (ipa_write_optimization_summaries_1): New.
19043 (ipa_write_optimization_summaries): New.
19044 (ipa_read_summaries): Do not test ltrans.
19045 (ipa_read_optimization_summaries_1): New.
19046 (ipa_read_optimization_summaries): New.
19047
19048 2010-04-21 Jan Hubicka <jh@suse.cz>
19049
19050 * lto-cgraph.c (lto_output_node): Do not output comdat groups
19051 for boundary nodes.
19052 (output_cgraph): Do not arrange comdat groups for boundary nodes.
19053
19054 2010-04-21 Jakub Jelinek <jakub@redhat.com>
19055
19056 PR debug/40040
19057 * dwarf2out.c (add_name_and_src_coords_attributes): Add
19058 DW_AT_{,MIPS_}linkage_name even for Fortran decls.
19059
19060 2010-04-21 Jan Hubicka <jh@suse.cz>
19061
19062 * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
19063
19064 2010-04-21 Jan Hubicka <jh@suse.cz>
19065
19066 * varpool.c (decide_is_variable_needed): Variable is always needed
19067 during ltrans.
19068
19069 2010-04-21 Jan Hubicka <jh@suse.cz>
19070
19071 * opts.c (decode_options): Enable pure-const pass for whopr.
19072
19073 2010-04-21 Jan Hubicka <jh@suse.cz>
19074
19075 * cgraph.c (dump_cgraph_node): Dump also assembler name.
19076 * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
19077 at WPA dumping.
19078 (cgraph_decide_inlining): Do not expect callee to be removed in all
19079 cases.
19080
19081 2010-04-21 Eric B. Weddington <eric.weddington@atmel.com>
19082
19083 * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
19084
19085 2010-04-21 Uros Bizjak <ubizjak@gmail.com>
19086
19087 * config/i386/i386.md (x86_shrd): Add athlon_decode and
19088 amdfam10_decode attributes.
19089
19090 2010-04-21 Jakub Jelinek <jakub@redhat.com>
19091
19092 PR middle-end/43570
19093 * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
19094 OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
19095 (lower_copyprivate_clauses): Use private var in outer
19096 context instead of original var. Make sure the types
19097 are correct for VLAs.
19098
19099 2010-04-21 Richard Guenther <rguenther@suse.de>
19100
19101 * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
19102 to non-pointer objects.
19103
19104 2010-04-21 Jakub Jelinek <jakub@redhat.com>
19105
19106 * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument. Drop
19107 last chain entry if it starts with the still current label.
19108 (add_location_or_const_value_attribute): Check that
19109 loc_list->first->next is NULL instead of comparing ->first with ->last.
19110 (dwarf2out_var_location): Pass last_label resp. last_postcall_label
19111 to add_var_loc_to_decl.
19112
19113 * dwarf2out.c (output_call_frame_info): For dw_cie_version
19114 >= 4 add also address size and segment size fields into CIE header.
19115
19116 * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
19117 long as address size is the same as sizeof (void *) and
19118 segment size is 0.
19119 * unwind-dw2-fde.c (get_cie_encoding): Likewise. If
19120 address size or segment size is unexpected, return DW_EH_PE_omit.
19121 (classify_object_over_fdes): If get_cie_encoding returned
19122 DW_EH_PE_omit, return -1.
19123 (init_object): If classify_object_over_fdes returned -1,
19124 pretend there were no FDEs at all.
19125
19126 2010-04-21 Uros Bizjak <ubizjak@gmail.com>
19127
19128 * config/i386/i386.md (bswap<mode>2): Macroize expander from
19129 bswap{si,di}2 using SWI48 mode iterator.
19130 (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
19131 SWI48 mode iterator. Set type attribute of bswap insn to bitmanip,
19132 set modrm attribute of bswap insn to 0 and remove length attribute.
19133 (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
19134 iterator. Set type attribute to bitmanip, set modrm attribute to 0,
19135 set mode attribute to <MODE> and remove length attribute.
19136
19137 2010-04-20 James E. Wilson <wilson@codesourcery.com>
19138
19139 PR rtl-optimization/43520
19140 * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
19141 zero available registers.
19142
19143 2010-04-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19144
19145 * builtins.c (fold_builtin_cproj): Fold more cases.
19146
19147 2010-04-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19148
19149 * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
19150 (fold_builtin_1): Fold builtin cproj.
19151 * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
19152 Use ATTR_CONST_NOTHROW_LIST.
19153
19154 2010-04-20 Uros Bizjak <ubizjak@gmail.com>
19155
19156 * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
19157 and ffsdi2 using SWI48 mode iterator. Expand SImode insn through
19158 ffsi2_no_cmove for !TARGET_CMOVE.
19159 (ffssi2_no_cmove): Rename from *ffs_no_cmove. Make public.
19160 (ffssi2): Remove expander.
19161 (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
19162 mode iterator.
19163 (ctz<mode>2): Ditto from ctz{si,di}2.
19164 (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
19165 mode iterator.
19166 (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
19167 mode iterator.
19168
19169 2010-04-20 Jakub Jelinek <jakub@redhat.com>
19170
19171 * dwarf2out.c (AT_linkage_name): Define.
19172 (clone_as_declaration): Handle DW_AT_linkage_name.
19173 (add_name_and_src_coords_attributes): Use AT_linkage_name instead
19174 of DW_AT_MIPS_linkage_name.
19175 (move_linkage_attr): Likewise.
19176 (dwarf2out_finish): Likewise.
19177
19178 2010-04-20 Xinliang David Li <davidxl@gcc.gnu.org>
19179
19180 PR middle-end/41952
19181 * fold-const.c (fold_comparison): New folding rule.
19182
19183 2010-04-20 Anatoly Sokolov <aesok@post.ru>
19184
19185 * double-int.h (double_int_setbit): Declare.
19186 * double-int.c (double_int_setbit): New function.
19187 * rtl.h (immed_double_int_const): Declare.
19188 * emit-rtl.c (immed_double_int_const): New function.
19189 * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
19190 and immed_double_int_const functions.
19191 * optabs.c (expand_absneg_bit, expand_copysign_absneg,
19192 expand_copysign_bit): (Ditto.).
19193 * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
19194 * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
19195 * dojump.c (prefer_and_bit_test): (Ditto.).
19196 * expr.c (convert_modes, reduce_to_bit_field_precision,
19197 const_vector_from_tree): (Ditto.).
19198 * expmed.c (mask_rtx, lshift_value): (Ditto.).
19199
19200 2010-04-20 Jan Hubicka <jh@suse.cz>
19201
19202 * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
19203 (dump_cgraph_node): Dump new flags.
19204 * cgraph.h (struct cgraph_node): Add flags
19205 reachable_from_other_partition and in_other_partition.
19206 (cgraph_can_remove_if_no_direct_calls_p): Functions used by
19207 other partition can not be removed.
19208 * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
19209 the other partition must be output; silence sanity checking on
19210 leaking functions bodies from other paritition.
19211 * lto-cgraph.c (reachable_from_other_partition_p): New function.
19212 (lto_output_node): Output new flags; do not sanity check that inline
19213 clones are output; drop lto_forced_extern_inline_p code; do not mock
19214 visibility flags at partition boundaries.
19215 (add_node_to): New function.
19216 (output_cgraph): Use it to sort functions so masters appear before
19217 clones.
19218 (input_overwrite_node): Input new flags.
19219 * passes.c (ipa_write_summaries): Do not call
19220 lto_new_extern_inline_states.
19221 * lto-section-out.c (forced_extern_inline,
19222 lto_new_extern_inline_states lto_delete_extern_inline_states,
19223 lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
19224 * lto-streamer.h (lto_new_extern_inline_states,
19225 * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
19226 lto_forced_extern_inline_p): Kill.
19227
19228 2010-04-20 Richard Guenther <rguenther@suse.de>
19229
19230 * tree-ssa-structalias.c (do_sd_constraint): Add edges only
19231 from vars that can have pointers.
19232 (process_constraint): Dump useless constraints.
19233
19234 2010-04-20 Richard Guenther <rguenther@suse.de>
19235
19236 * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
19237 (dump_sa_points_to_info): Remove asserts.
19238 (init_base_vars): nothing_id isn't an escape point nor does it
19239 have pointers.
19240
19241 2010-04-20 Jakub Jelinek <jakub@redhat.com>
19242
19243 * tree.h (TYPE_REF_IS_RVALUE): Define.
19244 * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
19245 should_move_die_to_comdat, prune_unused_types_walk): Handle
19246 DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
19247 (modified_type_die, gen_reference_type_die): Emit
19248 DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
19249 if TYPE_REF_IS_RVALUE and -gdwarf-4.
19250
19251 2010-04-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19252
19253 PR target/43635
19254 * config/s390/s390.c (s390_emit_call): Turn direct into indirect
19255 calls for -fpic -m31 if they have been sibcall optimized.
19256
19257 2010-04-19 James E. Wilson <wilson@codesourcery.com>
19258
19259 * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
19260 ar.lc fixed and call-used.
19261
19262 * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
19263
19264 2010-04-19 Jan Hubicka <jh@suse.cz>
19265
19266 * opts.c (decode_options): Disable whpr incompatible passes.
19267 * lto/lto.c (lto_1_to_1_map): Skip clones.
19268 (read_cgraph_and_symbols): Do not mark everything as needed.
19269 (do_whole_program_analysis): Do map only after optimizing;
19270 set proper cgraph_state; use passmanager.
19271
19272 2010-04-19 DJ Delorie <dj@redhat.com>
19273
19274 * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
19275 POINTER_PLUS_EXPR and fix them.
19276
19277 2010-04-19 Eric B. Weddington <eric.weddington@atmel.com>
19278
19279 * config/avr/avr-devices.c (avr_mcu_types): Add support for new
19280 devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
19281 attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
19282 atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
19283 atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
19284 atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
19285 atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
19286 atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
19287 m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
19288 atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
19289 * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
19290
19291 2010-04-19 Eric Botcazou <ebotcazou@adacore.com>
19292
19293 * ifcvt.c (noce_try_cmove_arith): Fix long lines.
19294 (check_cond_move_block): Likewise.
19295 (cond_move_process_if_block): Likewise.
19296 (noce_find_if_block): Improve formatting.
19297 (find_if_header): Pass 0 to memset and tweak conditions.
19298 (cond_exec_find_if_block): Fix long lines and tweak conditions.
19299
19300 2010-04-19 Jakub Jelinek <jakub@redhat.com>
19301
19302 * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
19303 for -gdwarf-4.
19304
19305 PR middle-end/43337
19306 * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
19307 with non-local decl doesn't need chain.
19308
19309 2010-04-19 Vladimir Makarov <vmakarov@redhat.com>
19310
19311 * ira-color.c (allocno_reload_assign): Avoid accumulating
19312 reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
19313
19314 2010-04-19 Martin Jambor <mjambor@suse.cz>
19315
19316 * gimple.h (create_tmp_reg): Declare.
19317 * gimplify.c (create_tmp_reg): New function.
19318 (gimplify_return_expr): Use create_tmp_reg.
19319 (gimplify_omp_atomic): Likewise.
19320 (gimple_regimplify_operands): Likewise.
19321 * tree-dfa.c (make_rename_temp): Likewise.
19322 * tree-predcom.c (predcom_tmp_var): Likewise.
19323 (reassociate_to_the_same_stmt): Likewise.
19324 * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
19325 (get_replaced_param_substitute): Likewise.
19326 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
19327 * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
19328 * tree-ssa-pre.c (get_representative_for): Likewise.
19329 (create_expression_by_pieces): Likewise.
19330 * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
19331 (create_tailcall_accumulator): Likewise.
19332
19333 2010-04-19 Martin Jambor <mjambor@suse.cz>
19334
19335 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
19336 new_stmt.
19337 (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
19338
19339 2010-04-19 Richard Guenther <rguenther@suse.de>
19340
19341 PR tree-optimization/43796
19342 * tree-vrp.c (adjust_range_with_scev): Lookup init and step
19343 from SCEV in the lattice.
19344 (vrp_visit_phi_node): Dump change.
19345
19346 2010-04-19 Richard Guenther <rguenther@suse.de>
19347
19348 * configure.ac: Fix quoting around elf_getshstrndx ABI check.
19349 * configure: Re-generated.
19350
19351 2010-04-19 Richard Guenther <rguenther@suse.de>
19352
19353 PR tree-optimization/43783
19354 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
19355 constant ARRAY_REF operands two and three if possible.
19356
19357 2010-04-19 Uros Bizjak <ubizjak@gmail.com>
19358
19359 PR target/43766
19360 * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
19361
19362 2010-04-19 Jie Zhang <jie@codesourcery.com>
19363
19364 PR target/43662
19365 * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
19366
19367 2010-04-19 Ira Rosen <irar@il.ibm.com>
19368
19369 PR tree-optimization/37027
19370 * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
19371 and macro to access it.
19372 (vectorizable_reduction): Add argument.
19373 (vect_get_slp_defs): Likewise.
19374 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
19375 statements for possible use in SLP.
19376 (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
19377 (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
19378 (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
19379 add new argument.
19380 (vectorizable_reduction): Likewise.
19381 * tree-vect-stmts.c (vect_get_vec_defs): Update call to
19382 vect_get_slp_defs.
19383 (vectorizable_type_demotion, vectorizable_type_promotion,
19384 vectorizable_store): Likewise.
19385 (vect_analyze_stmt): Update call to vectorizable_reduction.
19386 (vect_transform_stmt): Likewise.
19387 * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
19388 (vect_build_slp_tree): Fix indentation. Check that there are no loads
19389 from different interleaving chains in same node.
19390 (vect_slp_rearrange_stmts): New function.
19391 (vect_supported_load_permutation_p): Allow load permutations for
19392 reductions. Call vect_slp_rearrange_stmts() to rearrange statements
19393 inside SLP nodes if necessary.
19394 (vect_analyze_slp_instance): Handle reductions.
19395 (vect_analyze_slp): Try to build SLP instances originating from groups
19396 of reductions.
19397 (vect_detect_hybrid_slp_stmts): Skip reduction statements.
19398 (vect_get_constant_vectors): Create initial vectors for reductions
19399 according to reduction code. Add new argument.
19400 (vect_get_slp_defs): Add new argument, pass it to
19401 vect_get_constant_vectors.
19402 (vect_schedule_slp_instance): Remove SLP tree root statements.
19403
19404 2010-04-19 Jakub Jelinek <jakub@redhat.com>
19405
19406 * tree.h (ENUM_IS_SCOPED): Define.
19407 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
19408 for ENUM_IS_SCOPED enums.
19409
19410 2010-04-18 Eric Botcazou <ebotcazou@adacore.com>
19411
19412 * fold-const.c (fold_comparison): Use ssizetype.
19413 * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
19414 * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
19415 * tree-loop-distribution.c (build_size_arg_loc): Likewise.
19416 * tree-object-size.c (compute_object_sizes): Use size_type_node.
19417
19418 * tree.h (initialize_sizetypes): Remove parameter.
19419 (build_common_tree_nodes): Remove second parameter.
19420 * stor-layout.c (initialize_sizetypes): Remove parameter.
19421 Always create an unsigned type.
19422 (set_sizetype): Assert that the passed type is unsigned and simplify.
19423 * tree.c (build_common_tree_nodes): Remove second parameter.
19424 Adjust call to initialize_sizetypes.
19425 * c-decl.c (c_init_decl_processing): Remove second argument in call to
19426 build_common_tree_nodes.
19427
19428 2010-04-18 Matthias Klose <doko@ubuntu.com>
19429
19430 * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
19431
19432 2010-04-18 Ira Rosen <irar@il.ibm.com>
19433
19434 PR tree-optimization/43771
19435 * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
19436 load permutation doesn't have gaps.
19437
19438 2010-04-18 Jan Hubicka <jh@suse.cz>
19439
19440 * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
19441 (sse_prologue_save_insn expander): Use new pattern.
19442 (sse_prologue_save_insn1): New pattern and splitter.
19443 (sse_prologue_save_insn): Update to deal also with 64bit aligned
19444 blocks.
19445 * i386.c (setup_incoming_varargs_64): Do not compute jump
19446 destination here.
19447 (ix86_gimplify_va_arg): Update alignment needed.
19448 (ix86_local_alignment): Do not align all local arrays to 128bit.
19449
19450 2010-04-17 Jan Hubicka <jh@suse.cz>
19451
19452 * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
19453
19454 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
19455
19456 * arm.md (negdi2): Remove redundant code to force values into a
19457 register.
19458
19459 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
19460
19461 * arm/bpabi.S: Add EABI alignment attributes to objects.
19462 * arm/bpabi-v6m.S: Likewise.
19463 * arm/crti.asm: Likewise.
19464 * arm/crtn.asm: Likewise.
19465 * arm/lib1funcs.asm: Likewise.
19466 * arm/libunwind.S: Likewise.
19467
19468 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
19469
19470 * arm-protos.h (tune_params): New structure.
19471 * arm.c (current_tune): New variable.
19472 (arm_constant_limit): Delete.
19473 (struct processors): Add pointer to the tune parameters.
19474 (arm_slowmul_tune): New tuning option.
19475 (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
19476 (all_cores): Adjust to pick up the tuning model.
19477 (arm_constant_limit): New function.
19478 (arm_override_options): Select the appropriate tuning model. Delete
19479 initialization of arm_const_limit.
19480 (arm_split_constant): Use the new constant-limit model.
19481 (arm_rtx_costs): Pick up the current tuning model.
19482 * arm.md (is_strongarm, is_xscale): Delete.
19483 * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
19484 for Xscale variant architectures.
19485 (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
19486
19487 2010-04-17 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
19488
19489 * config/arm/arm.c (arm_gen_constant): Remove unused variable
19490 can_shift.
19491 (arm_rtx_costs_1): Remove unused variable extra_cost.
19492 (arm_unwind_emit_set): Use variable offset.
19493 (thumb1_output_casesi): Remove unused variable flags.
19494
19495 2010-04-16 Jeff Law <law@redhat.com>
19496
19497 * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
19498 needing assignment rather than doing a two-phase assignment. Remove
19499 unused variable 'm'.
19500
19501 2010-04-16 Jakub Jelinek <jakub@redhat.com>
19502
19503 PR bootstrap/43767
19504 * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
19505
19506 2010-04-16 Doug Kwan <dougkwan@google.com>
19507
19508 * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
19509 (next_operand_entry_id): New static variable.
19510 (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
19511 (add_to_ops_vec): Assigned unique ID to operand entry.
19512 (struct oecount_s): New field ID.
19513 (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
19514 (undistribute_ops_list): Assign unique IDs to oecounts.
19515 (init_reassoc): reset next_operand_entry_id.
19516
19517 2010-04-16 Doug Kwan <dougkwan@google.com>
19518
19519 * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
19520 missing left parenthesis.
19521
19522 2010-04-16 Uros Bizjak <ubizjak@gmail.com>
19523
19524 * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
19525 *btdi_rex64 using SWI48 mode iterator.
19526 (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
19527 (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
19528 *jcc_btdi_mask_rex64.
19529
19530 2010-04-16 Anatoly Sokolov <aesok@post.ru>
19531
19532 * double-int.h (tree_to_double_int): Convert to macro.
19533 * double-int.c (tree_to_double_int): Remove.
19534
19535 2010-04-16 Jakub Jelinek <jakub@redhat.com>
19536
19537 PR debug/43762
19538 * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
19539 with want_address 2 and in case a single element list might be
19540 possible, call it again with want_address 0.
19541
19542 2010-04-12 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
19543
19544 * config/h8300/h8300.c (print_operand) : Modify case 'V' and
19545 case 'W' print operands for HI mode.
19546 * config/h8300/h8300.h (Y0, Y2) : New constraints.
19547 * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
19548 (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
19549 * config/h8300/predicate.md (bit_register_indirect_operand): New.
19550
19551 * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
19552
19553 * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
19554 cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
19555 #xx:3 and #xx:4 mode.
19556
19557 * config/h8300/h8300.md (inverted load with HImode dest): Add
19558 support for H8300SX.
19559
19560 * config/h8300/predicate.md (bit_operand): Allow immediate values that
19561 satisfy 'U' constraint.
19562
19563 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19564
19565 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
19566 * configure: Regenerate.
19567 * config.in: Regenerate.
19568 * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
19569 works.
19570
19571 2010-04-16 Richard Guenther <rguenther@suse.de>
19572
19573 * tree.h (struct tree_decl_minimal): Move pt_uid ...
19574 (struct tree_decl_common): ... here.
19575 (DECL_PT_UID): Adjust.
19576 (SET_DECL_PT_UID): Likewise.
19577 (DECL_PT_UID_SET_P): Likewise.
19578
19579 2010-04-16 Richard Guenther <rguenther@suse.de>
19580
19581 PR tree-optimization/43572
19582 * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
19583 * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
19584 * tree-flow.h (is_call_clobbered): Remove.
19585 * tree-flow-inline.h (is_call_clobbered): Likewise.
19586 * tree-dfa.c (dump_variable): Do not dump call clobber state.
19587 * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
19588 (execute_return_slot_opt): Adjust.
19589 * tree-tailcall.c (suitable_for_tail_opt_p): Remove
19590 check for call clobbered vars here.
19591 (find_tail_calls): Move tailcall verification to the
19592 proper place.
19593
19594 2010-04-16 Diego Novillo <dnovillo@google.com>
19595
19596 * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
19597
19598 2010-04-16 Bernd Schmidt <bernds@codesourcery.com>
19599
19600 PR target/40603
19601 * config/arm/arm.md (cbranchqi4): New pattern.
19602 * config/arm/predicates.md (const0_operand,
19603 cbranchqi4_comparison_operator): New predicates.
19604
19605 2010-04-16 Richard Guenther <rguenther@suse.de>
19606
19607 * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
19608 (dump_gimple_stmt): Likewise.
19609
19610 2010-04-16 Bernd Schmidt <bernds@codesourcery.com>
19611
19612 * recog.h (struct recog_data): New field is_operator.
19613 (struct insn_operand_data): New field is_operator.
19614 * recog.c (extract_insn): Set recog_data.is_operator.
19615 * genoutput.c (output_operand_data): Emit code to set the
19616 is_operator field.
19617 * reload.c (find_reloads): Use it rather than testing for an
19618 empty constraint string.
19619
19620 PR target/41514
19621 * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
19622 If the previous insn is a cbranchsi4_insn with the same arguments,
19623 omit the compare instruction.
19624
19625 * config/arm/arm.md (addsi3_cbranch): If destination is a high
19626 register, inputs must be low registers and we need a low register
19627 scratch. Handle alternative 2 like alternative 3.
19628
19629 2010-04-16 Jakub Jelinek <jakub@redhat.com>
19630
19631 * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
19632 don't call get_addr on both. If one expression is a VALUE and
19633 the other a REG, check VALUE's locs if the REG isn't among them.
19634
19635 2010-04-16 Christian Bruel <christian.bruel@st.com>
19636
19637 * config/sh/sh.h (sh_frame_pointer_required): New function.
19638 * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
19639 (flag_omit_frame_pointer) Set.
19640 (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
19641 (rounded_frame_size): Adjust size with outgoing_args_size.
19642 (sh_set_return_address): Must return from stack pointer.
19643 * gcc/config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
19644 (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
19645 (ACCUMULATE_OUTGOING_ARGS): Define.
19646 * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
19647 * gcc/config/sh/sh.opt (maccumulate-outgoing-args): New option.
19648
19649 2010-04-15 Kaz Kojima <kkojima@gcc.gnu.org>
19650
19651 PR target/43471
19652 * config/sh/sh.c (sh_legitimize_reload_address): Use
19653 MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
19654 Remove a unneeded check for offset_base.
19655
19656 2010-04-15 H.J. Lu <hongjiu.lu@intel.com>
19657
19658 * configure: Regenerated.
19659
19660 2010-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19661
19662 * config/s390/s390.c (s390_call_save_register_used): Switch back
19663 to HARD_REGNO_NREGS.
19664
19665 2010-04-15 Richard Guenther <rguenther@suse.de>
19666
19667 * alias.c (alias_set_subset_of): Handle alias-set zero
19668 child properly.
19669
19670 2010-04-15 Mark Shinwell <shinwell@codesourcery.com>
19671 Julian Brown <julian@codesourcery.com>
19672
19673 * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
19674 alternatives according to use of high and low regs.
19675 * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
19676 * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
19677 optimizing for size on Thumb-2.
19678
19679 2010-04-15 Thomas Schwinge <tschwinge@gnu.org>
19680
19681 * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
19682
19683 2010-04-15 Richard Guenther <rguenther@suse.de>
19684
19685 * tree-ssa-structalias.c (struct variable_info): Add
19686 is_fn_info flag.
19687 (new_var_info): Initialize it.
19688 (dump_constraints): Support printing last added constraints.
19689 (debug_constraints): Adjust.
19690 (dump_constraint_graph): Likewise.
19691 (make_heapvar_for): Check for NULL cfun.
19692 (get_function_part_constraint): New function.
19693 (get_fi_for_callee): Likewise.
19694 (find_func_aliases): Properly implement IPA PTA constraints.
19695 (process_ipa_clobber): New function.
19696 (find_func_clobbers): Likewise.
19697 (insert_into_field_list_sorted): Remove.
19698 (create_function_info_for): Properly allocate vars for IPA mode.
19699 Do not use insert_into_field_list_sorted.
19700 (create_variable_info_for): Properly generate constraints for
19701 global vars in IPA mode.
19702 (dump_solution_for_var): Always dump the solution.
19703 (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
19704 (find_what_var_points_to): Adjust.
19705 (pt_solution_set): Change.
19706 (pt_solution_ior_into): New function.
19707 (pt_solution_empty_p): Export.
19708 (pt_solution_includes_global): Adjust.
19709 (pt_solution_includes_1): Likewise.
19710 (pt_solutions_intersect_1): Likewise.
19711 (dump_sa_points_to_info): Check some invariants.
19712 (solve_constraints): Move constraint dumping ...
19713 (compute_points_to_sets): ... here.
19714 (ipa_pta_execute): ... and here.
19715 (compute_may_aliases): Do not re-compute points-to info
19716 locally if IPA info is available.
19717 (ipa_escaped_pt): New global var.
19718 (ipa_pta_execute): Properly implement IPA PTA.
19719 * tree-into-ssa.c (dump_decl_set): Support dumping
19720 decls not in referenced-vars.
19721 * tree-flow.h (struct gimple_df): Add ipa_pta flag.
19722 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
19723 (dump_points_to_solution): Likewise.
19724 * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
19725 * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
19726 (remap_gimple_stmt): Reset call clobber/use information if necessary.
19727 (copy_decl_to_var): Copy DECL_PT_UID.
19728 (copy_result_decl_to_var): Likewise.
19729 * tree.c (make_node_stat): Initialize DECL_PT_UID.
19730 (copy_node_stat): Copy it.
19731 * tree.h (DECL_PT_UID): New macro.
19732 (SET_DECL_PT_UID): Likewise.
19733 (DECL_PT_UID_SET_P): Likewise.
19734 (struct tree_decl_minimal): Add pt_uid member.
19735 * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
19736 (pt_solution_empty_p): Declare.
19737 (pt_solution_set): Adjust.
19738 (ipa_escaped_pt): Declare.
19739 * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
19740 * gimple-pretty-print.c (pp_points_to_solution): New function.
19741 (dump_gimple_call): Dump call clobber/use information.
19742 * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
19743 * tree-pass.h (TDF_ALIAS): New dump option.
19744 * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
19745 * doc/invoke.texi (-fipa-pta): Update documentation.
19746
19747 2010-04-15 Richard Guenther <rguenther@suse.de>
19748
19749 * Makefile.in (OBJS-common): Add gimple-fold.o.
19750 (gimple-fold.o): New rule.
19751 * tree.h (maybe_fold_offset_to_reference,
19752 maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
19753 prototypes ...
19754 * gimple.h: ... here.
19755 * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
19756 may_propagate_address_into_dereference): Move prototypes ...
19757 * gimple.h: ... here.
19758 * tree-ssa-ccp.c (get_symbol_constant_value,
19759 may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
19760 maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
19761 maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
19762 maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
19763 ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
19764 fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
19765 gimplify_and_update_call_from_tree): Move ...
19766 * gimple-fold.c: ... here. New file.
19767 (ccp_fold_builtin): Rename to ...
19768 (gimple_fold_builtin): ... this.
19769 * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
19770
19771 2010-04-15 Richard Guenther <rguenther@suse.de>
19772
19773 * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
19774 fit_double_type, force_fit_type_double, add_double_with_sign,
19775 neg_double, mul_double_with_sign, lshift_double, rshift_double,
19776 lrotate_double, rrotate_double, div_and_round_double): Move ...
19777 * double-int.c: ... here.
19778 * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
19779 add_double, neg_double, mul_double_with_sign, mul_double,
19780 lshift_double, rshift_double, lrotate_double, rrotate_double,
19781 div_and_round_double): Move prototypes ...
19782 * double-int.h: ... here.
19783
19784 2010-04-15 Bernd Schmidt <bernds@codesourcery.com>
19785
19786 PR target/43742
19787 * config/sh/sh.md (doloop_end_split, dect): Undo previous patch. Use
19788 matching constraints to ensure inputs match the output.
19789
19790 2010-04-15 Kaz Kojima <kkojima@gcc.gnu.org>
19791
19792 PR target/43742
19793 * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
19794 in an input-only operand.
19795
19796 2010-04-15 Anatoly Sokolov <aesok@post.ru>
19797
19798 * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
19799 (double_int_not, double_int_lshift, double_int_rshift): Declare.
19800 (double_int_negative_p): Convert to static inline function.
19801 * double-int.c (double_int_lshift, double_int_lshift): New functions.
19802 (double_int_negative_p): Remove.
19803 * tree.h (lshift_double, rshift_double):
19804 * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
19805 * fold-const.c (fold_convert_const_int_from_real,
19806 fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
19807 (lshift_double): Change type of arith argument to bool.
19808 (rshift_double): Change type of arith argument to bool. Correct
19809 comment.
19810 * expmed.c (mask_rtx, lshift_value): (Ditto.).
19811
19812 2010-04-14 Bernd Schmidt <bernds@codesourcery.com>
19813
19814 PR target/21803
19815 * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
19816 at the start and end of the then/else blocks, and omit them from the
19817 conversion.
19818 * cfgcleanup.c (flow_find_cross_jump): No longer static. Remove MODE
19819 argument; all callers changed. Pass zero to old_insns_match_p instead.
19820 (flow_find_head_matching_sequence): New function.
19821 (old_insns_match_p): Check REG_EH_REGION notes for calls.
19822 * basic-block.h (flow_find_cross_jump,
19823 flow_find_head_matching_sequence): Declare functions.
19824
19825 2010-04-14 Jason Merrill <jason@redhat.com>
19826
19827 PR c++/36625
19828 * c-common.c (attribute_takes_identifier_p): New fn.
19829 * c-common.h: Declare it.
19830
19831 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
19832
19833 * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
19834 splitter condition.
19835 (*udivmod<mode>4): Ditto.
19836
19837 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
19838
19839 * config/i386/i386.md (maxmin_int): Rename code attribute from
19840 maxminiprefix and update all users.
19841 (maxmin_float): Ditto from maxminfprefix.
19842 (logic): Ditto from logicprefix.
19843 (absneg_mnemonic): Ditto from absnegprefix.
19844 * config/i386/mmx.md: Update all users of maxminiprefix,
19845 maxminfprefix and logicprefix for rename.
19846 * config/i386/sse.md: Ditto.
19847 * config/i386/sync.md (sync_<code><mode>): Update for
19848 logicprefix rename.
19849
19850 2010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
19851
19852 PR 42966
19853 * diagnostics.c (diagnostic_report_diagnostic): Mark specially
19854 warnings converted to errors.
19855
19856 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
19857
19858 * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
19859 used insn_type variable.
19860 (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
19861 to avoid set-but-not-used warning.
19862
19863 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
19864
19865 * df-core.c (df_ref_debug): Change format string placeholder
19866 from 0x%x to %#x.
19867 * dwarf2asm.c (dw2_asm_output_data_raw,
19868 dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
19869 dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
19870 * dwarf2out.c (output_cfi, output_cfi_directive,
19871 dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
19872 output_cfa_loc_raw, output_die, output_ranges, output_file_names):
19873 Ditto.
19874 * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
19875 * print-rtl.c (print_rtx): Ditto.
19876
19877 2010-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
19878
19879 PR middle-end/42694
19880 * builtins.c (expand_builtin_pow_root): New function to expand pow
19881 calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
19882 series of sqrt and cbrt calls under -ffast-math.
19883 (expand_builtin_pow): Call it.
19884
19885 2010-04-14 Michael Matz <matz@suse.de>
19886
19887 PR tree-optimization/42963
19888 * tree-cfg.c (touched_switch_bbs): New static variable.
19889 (group_case_labels_stmt): New function broken out from ...
19890 (group_case_labels): ... here, use the above.
19891 (start_recording_case_labels): Allocate touched_switch_bbs.
19892 (end_recording_case_labels): Deallocate it, call
19893 group_case_labels_stmt.
19894 (gimple_redirect_edge_and_branch): Remember index of affected BB.
19895
19896 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
19897
19898 * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
19899 from insn template.
19900
19901 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
19902
19903 * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
19904
19905 2010-04-13 Jan Hubicka <jh@suse.cz>
19906
19907 * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
19908 of optimized out static functions.
19909 (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
19910 cost computation. Also sanity check for overflows.
19911 (update_caller_keys): Update cgraph_edge_badness call; properly
19912 update fibheap and sanity check that it is up to date.
19913 (add_new_edges_to_heap): Update cgraph_edge_badness.
19914 (cgraph_decide_inlining_of_small_function): Likewise;
19915 add sanity checking that badness in heap is up to date;
19916 improve dumping of reason; Update badness of calls to the
19917 offline copy of function currently inlined; dump badness
19918 of functions not inlined because of unit growth limits.
19919
19920 2010-04-13 Eric Botcazou <ebotcazou@adacore.com>
19921
19922 PR middle-end/32628
19923 * c-common.c (pointer_int_sum): Disregard overflow that occured only
19924 because of sign-extension change when converting to sizetype here...
19925 * fold-const.c (fold_convert_const_int_from_int): ...and not here.
19926
19927 * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
19928 the folding to constants. Remove redundant final conversion.
19929 (fold_binary) <associate>: Do not associate if the re-association of
19930 constants alone overflows.
19931 (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
19932 to the end of the list.
19933 (multiple_of_p) <COND_EXPR>: New case.
19934
19935 2010-04-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
19936
19937 * opt-functions.awk (opt_sanitized_name): New.
19938 (opt_enum): New.
19939 * optc-gen.awk: Use it
19940 * opth-gen.awk: Use it.
19941
19942 2010-04-13 Martin Jambor <mjambor@suse.cz>
19943
19944 * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
19945 (sra_modify_assign): Delete stmts loading dead data even if racc has no
19946 children. Call replace_uses_with_default_def_ssa_name to handle
19947 SSA_NAES on lhs.
19948
19949 2010-04-13 Michael Matz <matz@suse.de>
19950
19951 PR middle-end/43730
19952 * builtins.c (expand_builtin_interclass_mathfn): Also create
19953 a register if the predicate doesn't match.
19954
19955 2010-04-13 Diego Novillo <dnovillo@google.com>
19956
19957 * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
19958 * c-pch.c: Include timevar.h.
19959 (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
19960 (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
19961 * ggc-common.c: Include timevar.h.
19962 (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
19963 * timevar.def (TV_PCH_SAVE): Define.
19964 (TV_PCH_CPP_SAVE): Define.
19965 (TV_PCH_PTR_REALLOC): Define.
19966 (TV_PCH_PTR_SORT): Define.
19967 (TV_PCH_RESTORE): Define.
19968 (TV_PCH_CPP_RESTORE): Define.
19969
19970 2010-04-13 Michael Matz <matz@suse.de>
19971
19972 * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
19973 into MINUS_EXPRs.
19974 (can_reassociate_p): New function.
19975 (break_up_subtract_bb, reassociate_bb): Use it.
19976
19977 2010-04-13 Richard Guenther <rguenther@suse.de>
19978
19979 PR bootstrap/43737
19980 * builtins.c (c_readstr): Fix assert.
19981
19982 2010-04-13 Uros Bizjak <ubizjak@gmail.com>
19983
19984 * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
19985 when generating cltd insn.
19986
19987 (*ashl<mode>3_1): Remove special handling for register operand 2.
19988 (*ashlsi3_1_zext): Ditto.
19989 (*ashlhi3_1): Ditto.
19990 (*ashlhi3_1_lea): Ditto.
19991 (*ashlqi3_1): Ditto.
19992 (*ashlqi3_1_lea): Ditto.
19993 (*<shiftrt_insn><mode>3_1): Ditto.
19994 (*<shiftrt_insn>si3_1_zext): Ditto.
19995 (*<shiftrt_insn>qi3_1_slp): Ditto.
19996 (*<rotate_insn><mode>3_1): Ditto.
19997 (*<rotate_insn>si3_1_zext): Ditto.
19998 (*<rotate_insn>qi3_1_slp): Ditto.
19999
20000 2010-04-13 Richard Guenther <rguenther@suse.de>
20001
20002 * tree-ssa-structalias.c (callused_id): Remove.
20003 (call_stmt_vars): New.
20004 (get_call_vi): Likewise.
20005 (lookup_call_use_vi): Likewise.
20006 (lookup_call_clobber_vi): Likewise.
20007 (get_call_use_vi): Likewise.
20008 (get_call_clobber_vi): Likewise.
20009 (make_transitive_closure_constraints): Likewise.
20010 (handle_const_call): Adjust to do per-call call-used handling.
20011 (handle_pure_call): Likewise.
20012 (find_what_var_points_to): Remove general callused handling.
20013 (init_base_vars): Likewise.
20014 (init_alias_vars): Initialize call_stmt_vars.
20015 (compute_points_to_sets): Process call-used and call-clobbered
20016 vars for call statements.
20017 (delete_points_to_sets): Free call_stmt_vars.
20018
20019 2010-04-13 Richard Guenther <rguenther@suse.de>
20020
20021 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
20022 Only add RW dependence for dependence distance zero.
20023 Adjust maximal vectorization factor according to dependences.
20024 Move alignment handling ...
20025 (vect_find_same_alignment_drs): ... here. New function.
20026 (vect_analyze_data_ref_dependences): Adjust.
20027 (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
20028 (vect_analyze_data_refs): Adjust minimal vectorization factor
20029 according to data references.
20030 * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
20031 dependences before determining the vectorization factor.
20032 Analyze alignment after determining the vectorization factor.
20033 * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
20034 dependences before alignment.
20035 * tree-vectorizer.h (vect_analyze_data_ref_dependences):
20036 Adjust prototype.
20037 (vect_analyze_data_refs): Likewise.
20038 (MAX_VECTORIZATION_FACTOR): New define.
20039
20040 2010-04-13 Duncan Sands <baldrick@free.fr>
20041
20042 * except.h (lang_eh_type_covers): Remove.
20043 * except.c (lang_eh_type_covers): Likewise.
20044
20045 2010-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20046 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20047
20048 * gcc/config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
20049 * gcc/config/s390/s390.c: Replace UNTIS_PER_WORD with
20050 UNITS_PER_LONG where it is ABI relevant.
20051 (s390_return_addr_rtx): Likewise.
20052 (s390_back_chain_rtx): Likewise.
20053 (s390_frame_area): Likewise.
20054 (s390_frame_info): Likewise.
20055 (s390_initial_elimination_offset): Likewise.
20056 (save_gprs): Likewise.
20057 (s390_emit_prologue): Likewise.
20058 (s390_emit_epilogue): Likewise.
20059 (s390_function_arg_advance): Likewise.
20060 (s390_function_arg): Likewise.
20061 (s390_va_start): Likewise.
20062 (s390_gimplify_va_arg): Likewise.
20063 (s390_function_profiler): Likewise.
20064 (s390_optimize_prologue): Likewise.
20065 (s390_rtx_costs): Likewise.
20066 (s390_secondary_reload): Likewise.
20067 (s390_promote_function_mode): Likewise.
20068 (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
20069 (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
20070 registers available.
20071 (s390_unwind_word_mode): New function.
20072 (s390_function_value): Split 64 bit values into register pair if
20073 used as return value.
20074 (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
20075 function call parameters. Handle parallels.
20076 (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
20077 (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
20078 (DWARF_CIE_DATA_ALIGNMENT): New macro.
20079 (s390_expand_setmem): Remove unused variable src_addr.
20080 * gcc/longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
20081 deal with 64 bit registers.
20082 * gcc/config/s390/s390.h: Define __zarch__ predefined macro.
20083 Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
20084 (UNITS_PER_LONG): New macro.
20085 * libjava/include/s390-signal.h: Define extended ucontext
20086 structure containing the upper halfs of the 64 bit registers.
20087
20088 2010-04-13 Simon Baldwin <simonb@google.com>
20089
20090 * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
20091
20092 2010-04-13 Eric Botcazou <ebotcazou@adacore.com>
20093
20094 * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
20095 rvalue on the RHS if the LHS is of a non-renamable type.
20096 * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
20097
20098 2010-04-13 Matthias Klose <doko@ubuntu.com>
20099
20100 * gcc.c (cc1_options): Handle -iplugindir before processing
20101 the cc1 spec. Only add -iplugindir once.
20102 (cpp_unique_options): Add -iplugindir option if -fplugin* options
20103 found.
20104 * common.opt (iplugindir): Remove `Separate' property, initialize.
20105 * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
20106 option.
20107 * Makefile.in (check-%, check-parallel-%): Create plugin dir.
20108 (distclean): Remove plugin dir.
20109 * doc/invoke.texi: Document -iplugindir.
20110
20111 2010-04-13 Basile Starynkevitch <basile@starynkevitch.net>
20112
20113 * doc/plugins.texi (Loading Plugins): Document short
20114 -fplugin=foo option.
20115 (Plugin API): Mention default_plugin_dir_name function.
20116
20117 * gcc.c (find_file_spec_function): Add new declaration.
20118 (static_spec_func): Use it for "find-file".
20119 (find_file_spec_function): Add new function.
20120 (cc1_options): Add -iplugindir option if -fplugin* options found.
20121
20122 * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
20123
20124 * plugin.c (add_new_plugin): Updated comment, and handle short
20125 plugin name.
20126 (default_plugin_dir_name): Added new function.
20127
20128 * common.opt (iplugindir): New option to set the plugin directory.
20129
20130 2010-04-12 Uros Bizjak <ubizjak@gmail.com>
20131
20132 * config/i386/i386.md (any_rotate): New code iterator.
20133 (rotate_insn): New code attribute.
20134 (rotate): Ditto.
20135 (SWIM124): New mode iterator.
20136 (<rotate_insn>ti3): New expander.
20137 (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
20138 any_rotate code iterator.
20139 (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
20140 using any_rotate code iterator and SWIM124 mode iterator.
20141 (ix86_rotlti3): New insn_and_split pattern.
20142 (ix86_rotrti3): Ditto.
20143 (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
20144 ix86_rotl{di,ti}3 patterns.
20145 (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
20146 (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
20147 and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
20148 *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
20149 code iterator and SWI mode iterator.
20150 (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
20151 Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
20152 code iterator.
20153 (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
20154 Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
20155 (bswap rotatert splitter): Add splitter.
20156 (bswap splitter): Macroize splitter using any_rotate code iterator.
20157 Add insn predicate to split only for TARGET_USE_XCHGB or when
20158 optimizing function for size.
20159
20160 2010-04-12 Steve Ellcey <sje@cup.hp.com>
20161
20162 * config/pa/pa.c (emit_move_sequence): Remove use of
20163 deleted variable flag_argument_noalias.
20164
20165 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20166
20167 * config.gcc: Removed *-*-solaris2.7* from list of obsolete
20168 configurations.
20169 Add to unsupported targets list.
20170 * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
20171 sparc*-sun-solaris2.[567]* from target lists.
20172 * configure: Regenerate.
20173 * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
20174 removal.
20175 Remove Solaris 7 patch references.
20176 (Specific, sparc-sun-solaris2.7): Removed.
20177 (sparc-sun-solaris2*): Update Solaris 7 example.
20178 (sparc64-*-solaris2*): Likewise.
20179
20180 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20181
20182 * config.build (alpha*-dec-osf4*): Remove.
20183 * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
20184 of obsolete configurations.
20185 (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
20186 support.
20187 * config/alpha/t-osf4: Renamed to ...
20188 * config/alpha/t-osf5: ... this.
20189 * config/alpha/osf.h: Renamed to ...
20190 * config/alpha/osf5.h: ... this.
20191 Merged old osf5.h contents.
20192 Update comments.
20193 (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
20194 (EXTRA_SPECS): Removed.
20195 * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
20196 reflect removal of Tru64 UNIX V4.0/V5.0 support.
20197 Document that.
20198
20199 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20200
20201 * doc/contrib.texi (Contributors, Rainer Orth): Update.
20202
20203 2010-04-12 Kai Tietz <kai.tietz@onevision.com>
20204
20205 PR/43702
20206 * config/i386/i386.c (x86_this_parameter): Handle aggregate for
20207 __thiscall convention.
20208
20209 2010-04-12 Steve Ellcey <sje@cup.hp.com>
20210
20211 * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
20212 orig_base.
20213 * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
20214
20215 2010-04-12 Steve Ellcey <sje@cup.hp.com>
20216
20217 * function.c (assign_parms_initialize_all): Add unused attribute
20218 to fntype.
20219
20220 2010-04-12 Richard Guenther <rguenther@suse.de>
20221
20222 * gsstruct.def (GSS_CALL): New.
20223 * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
20224 * gimple.h: Include tree-ssa-alias.h.
20225 (struct gimple_statement_call): New.
20226 (union gimple_statement_struct_d): Add gimple_call member.
20227 (gimple_call_reset_alias_info): Declare.
20228 (gimple_call_use_set): New function.
20229 (gimple_call_clobber_set): Likewise.
20230 * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
20231 * gimple.c (gimple_call_reset_alias_info): New function.
20232 (gimple_build_call_1): Call it.
20233 * lto-streamer-in.c (input_gimple_stmt): Likewise.
20234 * tree-inline.c (remap_gimple_stmt): Likewise.
20235 (expand_call_inline): Remove callused handling.
20236 * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
20237 * tree-dfa.c (dump_variable): Likewise.
20238 * tree-parloops.c (parallelize_loops): Likewise.
20239 * tree-ssa.c (init_tree_ssa): Likewise.
20240 (delete_tree_ssa): Likewise.
20241 * tree-flow-inline.h (is_call_used): Remove.
20242 * tree-flow.h (struct gimple_df): Remove callused member.
20243 * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
20244 * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
20245 (ref_maybe_used_by_call_p_1): Simplify.
20246 (call_may_clobber_ref_p_1): Likewise.
20247 * tree-ssa-structalias.c (compute_points_to_sets): Set
20248 the call stmt used and clobbered sets.
20249 * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
20250 (find_tail_calls): Verify the tail call.
20251
20252 2010-04-12 Richard Guenther <rguenther@suse.de>
20253
20254 * ipa.c (cgraph_postorder): Adjust postorder to guarantee
20255 single-iteration always-inline inlining.
20256 * ipa-inline.c (cgraph_mark_inline): Do not return anything.
20257 (cgraph_decide_inlining): Do not handle always-inline specially.
20258 (try_inline): Remove always-inline cycle detection special case.
20259 Do not recurse on always-inlines.
20260 (cgraph_early_inlining): Do not iterate if not optimizing.
20261 (cgraph_gate_early_inlining): remove.
20262 (pass_early_inline): Run unconditionally.
20263 (gate_cgraph_decide_inlining): New function.
20264 (pass_ipa_inline): Use it. Do not run the IPA inliner if
20265 not inlining or optimizing.
20266 (cgraph_decide_inlining_of_small_functions): Also consider
20267 always-inline functions.
20268 (cgraph_default_inline_p): Return true for nodes which should
20269 disregard inline limits.
20270 (estimate_function_body_sizes): Assume zero size and time for
20271 nodes which are marked as disregarding inline limits.
20272 (cgraph_decide_recursive_inlining): Do not perform recursive
20273 inlining on always-inline nodes.
20274
20275 2010-04-12 Jakub Jelinek <jakub@redhat.com>
20276
20277 PR bootstrap/43699
20278 * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
20279 for exprs satisfying handled_component_p.
20280
20281 2010-04-12 Eric Botcazou <ebotcazou@adacore.com>
20282
20283 * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
20284 non-constant aggregate elements.
20285
20286 * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
20287 is a real initialization.
20288
20289 2010-04-12 Shujing Zhao <pearly.zhao@oracle.com>
20290
20291 PR c/36774
20292 * c-decl.c (start_function): Move forward check for nested function.
20293
20294 2010-04-11 Kaz Kojima <kkojima@gcc.gnu.org>
20295
20296 * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
20297 * config/sh/sh.c: Include reload.h.
20298 (sh_legitimize_reload_address): New.
20299 * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
20300 sh_legitimize_reload_address.
20301
20302 2010-04-11 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
20303
20304 * config/sh/sh.md (*movqi_pop): New insn pattern.
20305 * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
20306
20307 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
20308
20309 * config/i386/i386.md (any_shiftrt): New code iterator.
20310 (shiftrt_insn): New code attribute.
20311 (shiftrt): Ditto.
20312 (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
20313 using any_shiftrt code iterator.
20314 (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
20315 *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
20316 (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
20317 pattern from corresponding peephole2 patterns.
20318 (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
20319 using any_shiftrt code iterator.
20320 (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
20321 (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
20322 (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
20323 (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
20324 *{ashr,lshr}<mode>3_cmp_zext.
20325 (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
20326
20327 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
20328
20329 * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
20330 scratch register.
20331 (*lshr<mode>3_cconly): Ditto.
20332
20333 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
20334
20335 * config/i386/i386.md (lshr<mode>3): Macroize expander from
20336 lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
20337 (*lshr<mode>3_doubleword): New insn_and_split_pattern. Macroize
20338 pattern from *lshr{di,ti}3_1 and corresponding splitters using
20339 DWI mode iterator.
20340 (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
20341 from corresponding peephole2 patterns.
20342 (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
20343 *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
20344 and *lshrdi3_1_rex64 using SWI mode iterator.
20345 (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
20346 (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
20347 (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
20348 *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
20349 and *lshrdi3_cmp_rex64 using SWI mode iterator.
20350 (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
20351 (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
20352 *lshrdi3_one_bit_cconly_rex64. Macroize insn from
20353 *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
20354 SWI mode iterator.
20355
20356 2010-04-10 Uros Bizjak <ubizjak@gmail.com>
20357
20358 * config/i386/i386.md (ashr<mode>3): Macroize expander from
20359 ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
20360 (*ashr<mode>3_doubleword): New insn_and_split_pattern. Macroize
20361 pattern from *ashr{di,ti}3_1 and corresponding splitters using
20362 DWI mode iterator.
20363 (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
20364 from corresponding peephole2 patterns.
20365 (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
20366 (ashrsi3_cvt): Rename from ashrsi3_31.
20367 (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
20368 (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
20369 and x86_64_shift_adj_3 using SWI48 mode iterator.
20370 (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
20371 *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
20372 and *ashrdi3_1_rex64 using SWI mode iterator.
20373 (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
20374 (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
20375 (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
20376 *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
20377 and *ashrdi3_cmp_rex64 using SWI mode iterator.
20378 (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
20379 (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
20380 *ashrdi3_one_bit_cconly_rex64. Macroize insn from
20381 *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
20382 SWI mode iterator.
20383 (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
20384 * config/i386/i386.c (ix86_split_ashr): Update for renamed
20385 x86_shift<mode>_adj_3 expanders.
20386
20387 2010-04-10 Wei Guozhi <carrot@google.com>
20388
20389 PR target/42601
20390 * config/arm/arm.c (arm_pic_static_addr): New function.
20391 (legitimize_pic_address): Call arm_pic_static_addr when it detects
20392 a static symbol.
20393 (arm_output_addr_const_extra): Output expression for new pattern.
20394 * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
20395
20396 2010-04-10 Bernd Schmidt <bernds@codesourcery.com>
20397
20398 * ira-costs.c (record_reg_classes): Ignore alternatives that are
20399 not enabled.
20400
20401 * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
20402 * web.c: Include "insn-config.h" and "recog.h".
20403 (union_match_dups): New function.
20404 (web_main): Call it.
20405 (union_defs): Don't try to recognize match_dups.
20406
20407 * reload1.c (eliminate_regs_in_insn): Don't restore an operand
20408 if doing so would replace the entire pattern.
20409
20410 2010-04-09 Uros Bizjak <ubizjak@gmail.com>
20411
20412 PR target/43707
20413 PR target/43709
20414 * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
20415 and splitter pattern. Change splitter operand 1 predicate to
20416 nonmemory_operand.
20417
20418 2010-04-09 Martin Jambor <mjambor@suse.cz>
20419
20420 * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
20421 lattices are addresses of CONST_DECLs with the same initial value.
20422 (ipcp_print_all_lattices): Print values of CONST_DECLs.
20423 * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
20424
20425 2010-04-09 Eric Botcazou <ebotcazou@adacore.com>
20426 Bernd Schmidt <bernds@codesourcery.com>
20427
20428 * loop-invariant.c (replace_uses): New static function.
20429 (move_invariant_reg): Use it to ensure we can replace the uses.
20430
20431 2010-04-09 Hariharan Sandanagobalane <hariharan@picochip.com>
20432
20433 * config/picochip/picochip.c (picochip_rtx_costs): Use correct
20434 function template.
20435 (picochip_override_options): Enable section anchors only above -O1.
20436 (picochip_reorg): Fixed a couple of build warnings.
20437
20438 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20439
20440 * configure.ac (plugin -rdynamic test): Log result.
20441 * configure: Regenerate.
20442 * config/sol2.h (LINK_SPEC): Handle -rdynamic.
20443 (RDYNAMIC_SPEC): Define.
20444 * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
20445
20446 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20447
20448 * configure.ac: Determine Sun ld version numbers.
20449 (comdat_group): Restrict GNU ld version checks to gld.
20450 (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
20451 (enable_comdat): Support --enable-comdat.
20452 * configure: Regenerate.
20453 * doc/install.texi (Configuration): Document --enable-comdat.
20454
20455 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20456
20457 * config/sparc/sol2-gld.h: Remove SPARC reference. Rename ...
20458 * config/sol2-gld.h: ... here.
20459 * config.gcc (sparc*-*-solaris2*): Reflect this.
20460 (i[34567]86-*-solaris2*): Use it.
20461
20462 2010-04-09 Steve Ellcey <sje@cup.hp.com>
20463
20464 * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
20465 setup_clocks_p.
20466 (final_emit_insn_group_barriers): Remove unused variable prev_insn.
20467
20468 2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
20469
20470 PR 42965
20471 * diagnostic.c (diagnostic_initialize): Initialize
20472 some_warnings_are_errors.
20473 (diagnostic_finish): New.
20474 (diagnostic_action_after_output): Call it before exiting.
20475 (diagnostic_report_diagnostic): Do not print message here. Set
20476 some_warnings_are_errors.
20477 * diagnostic.h (diagnostic_context): Delete
20478 issue_warnings_are_errors_message. Add some_warnings_are_errors.
20479 (diagnostic_finish): Declare.
20480 * toplev.c (toplev_main): Call it before exit.
20481
20482 2010-04-09 Jason Merrill <jason@redhat.com>
20483
20484 PR c++/42623
20485 * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
20486 for incomplete type.
20487
20488 PR c++/41788
20489 * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
20490 based on a warning flag.
20491
20492 2010-04-09 Richard Guenther <rguenther@suse.de>
20493
20494 * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
20495
20496 2010-04-09 Iain Sandoe <iains@gcc.gnu.org>
20497
20498 PR bootstrap/43684
20499 * varasm.c (default_assemble_visibility): Wrap vars that are
20500 set, but unused, by targets without GAS.
20501 * config/rs6000/rs6000.c (paired_emit_vector_compare):
20502 Remove set, but unused, vars.
20503 (rs6000_legitimize_tls_address): Likewise.
20504 (altivec_expand_dst_builtin): Likewise.
20505 * config/darwin.c (machopic_classify_symbol): Likewise.
20506 (machopic_indirection_name): Likewise.
20507
20508 2010-04-09 Uros Bizjak <ubizjak@gmail.com>
20509
20510 * config/i386/i386.md (DWI): New mode iterator.
20511 (S): New mode attribute.
20512 (shift_operand): Ditto.
20513 (shift_immediate_operand): Ditto.
20514 (ashl_input_operand): Ditto.
20515 (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
20516 using SDWIM mode iterator.
20517 (*ashl<mode>3_doubleword): New insn_and_split_pattern. Macroize
20518 pattern from *ashl{di,ti}3_1 and corresponding splitters using
20519 DWI mode iterator.
20520 (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
20521 from corresponding peephole2 patterns.
20522 (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
20523 and x86_64_shift_adj_1 using SWI48 mode iterator.
20524 (x86_shift<mode>_adj_2): Ditto.
20525 (*ashldi3_1_rex64): Split TYPE_LEA pattern.
20526 (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
20527 using SWI48 mode iterator.
20528 (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
20529 *ashldi3_cmp_rex64 using SWI mode iterator.
20530 (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
20531 *ashldi3_cconly_rex64 using SWI mode iterator.
20532 * config/i386/i386.c (ix86_split_ashl): Update for renamed
20533 x86_shift<mode>_adj_{1,2}.
20534 (ix86_split_ashr): Ditto.
20535 (ix86_split_lshr): Ditto.
20536
20537 2010-04-09 Richard Guenther <rguenther@suse.de>
20538
20539 * target.h (builtin_conversion): Pass in input and output types.
20540 * targhooks.c (default_builtin_vectorized_conversion): Adjust.
20541 * targhooks.h (default_builtin_vectorized_conversion): Likewise.
20542 * tree-vect-stmts.c (vectorizable_conversion): Adjust.
20543 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
20544
20545 * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
20546 Handle AVX modes.
20547 * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
20548
20549 2010-04-09 Richard Guenther <rguenther@suse.de>
20550
20551 PR target/43152
20552 * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
20553
20554 2010-04-09 Richard Guenther <rguenther@suse.de>
20555
20556 * tree-vectorizer.h (struct _stmt_vec_info): Document
20557 that vectype is the type of the LHS.
20558 (supportable_widening_operation, supportable_narrowing_operation):
20559 Get both input and output vector types as arguments.
20560 (vect_is_simple_use_1): Declare.
20561 (get_same_sized_vectype): Likewise.
20562 * tree-vect-loop.c (vect_determine_vectorization_factor):
20563 Set STMT_VINFO_VECTYPE to the vector type of the def.
20564 (vectorizable_reduction): Adjust.
20565 * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
20566 Adjust. Specify the output vector type.
20567 (vect_pattern_recog_1): Adjust.
20568 * tree-vect-stmts.c (get_same_sized_vectype): New function.
20569 (vectorizable_call): Adjust.
20570 (vectorizable_conversion): Likewise.
20571 (vectorizable_operation): Likewise.
20572 (vectorizable_type_demotion): Likewise.
20573 (vectorizable_type_promotion): Likewise.
20574 (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
20575 the def.
20576 (vect_is_simple_use_1): New function.
20577 (supportable_widening_operation): Get both input and output
20578 vector types.
20579 (supportable_narrowing_operation): Likewise.
20580 * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
20581
20582 2010-04-09 Kai Tietz <kai.tietz@onevision.com>
20583
20584 * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
20585 __thiscall and _thiscall as predefined macros.
20586 * config/i386/i386.c (ix86_handle_cconv_attribute): Add
20587 thiscall attribute handling.
20588 (ix86_comp_type_attributes): Likewise.
20589 (ix86_function_regparm): Likewise.
20590 (ix86_return_pops_args): Likewise.
20591 (init_cumulative_args): Likewise.
20592 (find_drap_reg): Likewise.
20593 (ix86_static_chain): Likewise.
20594 (x86_this_parameter): Likewise.
20595 (x86_output_mi_thunk): Likewise.
20596 (ix86_attribute_table): Add description for thiscall attribute.
20597 * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
20598 * doc/extend.texi: Add documentation for thiscall.
20599
20600 2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
20601
20602 PR c++/28584
20603 * c.opt (Wint-to-pointer-cast): Available in C++.
20604 * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
20605
20606 2010-04-08 Eric Botcazou <ebotcazou@adacore.com>
20607
20608 * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
20609 * calls.c (expand_call): Pass the function type to aggregate_value_p.
20610 * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
20611 the target function of a CALL_EXPR. Honor TREE_ADDRESSABLE on the
20612 function type instead. Reorder and simplify checks.
20613
20614 * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
20615
20616 2010-04-08 Jing Yu <jingyu@google.com>
20617 Zdenek Dvorak <ook@ucw.cz>
20618
20619 PR tree-optimization/42720
20620 * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
20621 loop unswitch conditions here from ...
20622 (tree_unswitch_single_loop): ... here.
20623
20624 2010-04-08 Sebastian Pop <sebastian.pop@amd.com>
20625
20626 * tree-if-conv.c: Fix comments and simplify logic.
20627
20628 2010-04-08 Sebastian Pop <sebastian.pop@amd.com>
20629
20630 * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
20631 (tree_if_conversion): Same. Update call to if_convertible_loop_p.
20632 (main_tree_if_conversion): Update call to tree_if_conversion.
20633
20634 2010-04-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
20635
20636 PR 42485
20637 * doc/invoke.texi (-b,-V): Delete.
20638 * doc/tm.texi: Do not mention -b.
20639 * gcc.c (display_help): Delete -b and -V.
20640 (process_command): Delete -b and -V.
20641 * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
20642
20643 2010-04-08 Christian Borntraeger <borntraeger@de.ibm.com>
20644 Wolfgang Gellerich <gellerich@de.ibm.com>
20645
20646 Implement target hook for loop unrolling
20647 * target.h (loop_unroll_adjust): Add a new target hook function.
20648 * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
20649 * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
20650 * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
20651 (s390_loop_unroll_adjust): Implement the new target hook for s390.
20652 * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
20653 target hook.
20654 (decide_unroll_stupid): Likewise.
20655
20656 2010-04-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20657
20658 PR target/43643
20659 * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
20660
20661 2010-04-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20662
20663 * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
20664 (Specific, *-*-solaris2*): Likewise.
20665 Don't prefer Sun as over GNU as.
20666
20667 2010-04-08 Wolfgang Gellerich <gellerich@de.ibm.com>
20668
20669 * config/s390/s390.c (override_options): Adjust the z10 defaults
20670 for max-unroll-times, max-completely-peeled-insns
20671 and max-completely-peel-times.
20672
20673 2010-04-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20674
20675 * config/s390/s390.c (s390_expand_movmem): Issue prefetch
20676 instructions for z10.
20677 (s390_expand_setmem): Likewise.
20678 (s390_expand_cmpmem): Likewise.
20679
20680 2010-04-08 Richard Guenther <rguenther@suse.de>
20681
20682 PR tree-optimization/43679
20683 * tree-ssa-pre.c (eliminate): Only propagate copies.
20684
20685 2010-04-08 Jakub Jelinek <jakub@redhat.com>
20686
20687 PR bootstrap/43681
20688 * expr.c (block_move_libcall_safe_for_call_parm): Avoid
20689 set but not used variable warning.
20690
20691 2010-04-08 Wei Guozhi <carrot@google.com>
20692
20693 PR target/41653
20694 * config/arm/arm.c (thumb1_size_rtx_costs): New function.
20695 (arm_size_rtx_costs): Call the new function when optimized for size.
20696
20697 2010-04-08 Jakub Jelinek <jakub@redhat.com>
20698
20699 PR debug/43670
20700 * cfgexpand.c (expand_debug_expr): If for non-NULL offset
20701 op0 is not a MEM, just return NULL instead of assertion
20702 failure.
20703 (discover_nonconstant_array_refs): Don't walk debug stmts.
20704
20705 2010-04-08 Doug Kwan <dougkwan@google.com>
20706
20707 * configure.ac: Recognize gold and do not use its version number
20708 to test ld features.
20709 * configure: Regenerate.
20710
20711 2010-04-08 Maxim Kuvyrkov <maxim@codesourcery.com>
20712
20713 PR middle-end/40815
20714 * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
20715 (negate_value): Move code to push elements to broken_up_substracts ...
20716 (eliminate_plus_minus_pair): ... here. Push operands that have no
20717 negative pair to plus_negates.
20718 (repropagate_negates, init_reassoc, fini_reassoc): Update.
20719
20720 2010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20721
20722 * doc/install.texi (Configuration): Move description of
20723 --enable-lto, --with-libelf*, --enable-gold from Java section to
20724 general section.
20725
20726 * doc/generic.texi (Working with declarations)
20727 (Function Properties, C and C++ Trees): Fix typos.
20728 * doc/sourcebuild.texi (Top Level): Likewise.
20729
20730 2010-04-07 Jakub Jelinek <jakub@redhat.com>
20731
20732 PR c/18624
20733 * tree.h (DECL_READ_P): Define.
20734 (struct tree_decl_common): Add decl_read_flag.
20735 * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
20736 a set but not used warning.
20737 (merge_decls): Merge DECL_READ_P flag.
20738 (finish_decl, build_compound_literal): Set DECL_READ_P flag.
20739 (finish_function): Issue -Wunused-but-set-parameter diagnostics.
20740 * c-common.c (handle_used_attribute, handle_unused_attribute):
20741 Likewise.
20742 * c-tree.h (default_function_array_read_conversion, mark_exp_read):
20743 New prototypes.
20744 * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
20745 New functions.
20746 (default_conversion, c_process_expr_stmt): Call mark_exp_read.
20747 * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
20748 c_parser_binary_expression, c_parser_cast_expression,
20749 c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
20750 Call default_function_array_read_conversion instead of
20751 default_function_array_conversion where needed.
20752 (c_parser_unary_expression, c_parser_conditional_expression,
20753 c_parser_postfix_expression_after_primary, c_parser_initelt):
20754 Likewise. Call mark_exp_read where needed.
20755 (c_parser_statement_after_labels, c_parser_asm_operands,
20756 c_parser_typeof_specifier, c_parser_sizeof_expression,
20757 c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
20758 where needed.
20759 * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
20760 New.
20761 * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
20762 (warn_unused_but_set_parameter): Default to warn_unused
20763 && extra_warnings.
20764 * doc/invoke.texi: Document -Wunused-but-set-variable and
20765 -Wunused-but-set-parameter.
20766
20767 * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
20768 used count variable.
20769 * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
20770 when operandN variables aren't used in the body of the expander
20771 or splitter.
20772 * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
20773 FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
20774 * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
20775 * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
20776 FOR_EACH_IMM_USE_ON_STMT): Likewise.
20777 * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
20778 * tree.c (PROCESS_ARG): Likewise.
20779
20780 2010-04-07 Simon Baldwin <simonb@google.com>
20781
20782 * diagnostic.h (diagnostic_override_option_index): New macro to
20783 set a diagnostic's option_index.
20784 * c-tree.h (c_cpp_error): Add warning reason argument.
20785 * opts.c (_warning_as_error_callback): New.
20786 (register_warning_as_error_callback): Store callback for
20787 warnings enabled via enable_warning_as_error.
20788 (enable_warning_as_error): Call callback, minor code tidy.
20789 * opts.h (register_warning_as_error_callback): Declare.
20790 * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
20791 response to -Werror=.
20792 (c_common_init_options): Register warning_as_error_callback in opts.c.
20793 * common.opt: Add -Wno-cpp option.
20794 * c-common.c (struct reason_option_codes_t): Map cpp warning
20795 reason codes to gcc option indexes.
20796 * (c_option_controlling_cpp_error): New function, lookup the gcc
20797 option index for a cpp warning reason code.
20798 * (c_cpp_error): Add warning reason argument, call
20799 c_option_controlling_cpp_error for diagnostic_override_option_index.
20800 * doc/invoke.texi: Document -Wno-cpp.
20801
20802 2010-04-07 Richard Guenther <rguenther@suse.de>
20803
20804 * ipa-reference.c (mark_load): Use get_base_address.
20805 (mark_store): Likewise.
20806
20807 * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
20808 inserting GIMPLE_NOPs into the IL.
20809 * tree-ssa-structalias.c (get_constraint_for_component_ref):
20810 Explicitly strip handled components and indirect references.
20811
20812 * fold-const.c (fold_unary_loc): Do not strip qualifiers when
20813 folding address expressions.
20814 * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
20815 * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
20816 operand_equal_p to compare decls.
20817 (ptr_deref_may_alias_decl_p): Likewise.
20818 * tree-ssa-operands.c (get_asm_expr_operands): Simplify
20819 * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
20820 Handle reversed comparison ops.
20821 * tree-sra.c (asm_visit_addr): Use get_base_address.
20822 * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
20823 * ipa-reference.c (mark_address): Use get_base_address.
20824
20825 2010-04-07 Richard Guenther <rguenther@suse.de>
20826
20827 * tree-ssa-forwprop.c (forward_propagate_addr_expr):
20828 Propagate constants everywhere.
20829
20830 2010-04-07 Jakub Jelinek <jakub@redhat.com>
20831
20832 PR debug/43516
20833 * tree.c (MAX_INT_CACHED_PREC): Define.
20834 (nonstandard_integer_type_cache): New array.
20835 (build_nonstandard_integer_type): Cache results for precision
20836 <= MAX_INT_CACHED_PREC.
20837
20838 2010-04-07 Richard Guenther <rguenther@suse.de>
20839
20840 * doc/invoke.texi (-fargument-alias, -fargument-noalias,
20841 -fargument-noalias-global, -fargument-noalias-anything): Remove.
20842 * common.opt: Likewise.
20843 * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
20844 * alias.c (base_alias_check): Remove flag_argument_noalias handling.
20845 (nonoverlapping_memrefs_p): Likewise.
20846 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
20847 * opts.c (common_handle_option): Handle OPT_fargument_alias,
20848 OPT_fargument_noalias, OPT_fargument_noalias_anything and
20849 OPT_fargument_noalias_global for backward compatibility.
20850
20851 2010-04-07 Richard Guenther <rguenther@suse.de>
20852
20853 PR tree-optimization/43270
20854 * tree-vrp.c (check_array_ref): Fix flexible array member detection.
20855 * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
20856 * tree-ssa-pre.c (phi_translate_1): Adjust.
20857 (fully_constant_expression): Split out vn_reference handling to ...
20858 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
20859 Fold reads from constant strings.
20860 (vn_reference_lookup): Handle fully constant references.
20861 (vn_reference_lookup_pieces): Likewise.
20862 * Makefile.in (expmed.o-warn): Add -Wno-error.
20863
20864 2010-04-07 Martin Jambor <mjambor@suse.cz>
20865
20866 * tree-sra.c (find_param_candidates): Allow scalar va_list types.
20867
20868 2010-04-07 Iain Sandoe <iains@gcc.gnu.org>
20869
20870 PR driver/41594
20871 * gcc.c: Add -static-libstdc++ to list of recognized options.
20872
20873 2010-04-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20874
20875 * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
20876
20877 2010-04-07 Richard Guenther <rguenther@suse.de>
20878
20879 PR middle-end/42617
20880 * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
20881 bases build simple mem attributes to retain points-to information.
20882
20883 2010-04-07 Richard Guenther <rguenther@suse.de>
20884
20885 PR middle-end/42617
20886 * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
20887 preserve points-to related information.
20888
20889 2010-04-07 Richard Guenther <rguenther@suse.de>
20890
20891 PR middle-end/42617
20892 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
20893 discard plain indirect references.
20894 * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
20895 * tree.c (tree_nop_conversion): Likewise.
20896
20897 2010-04-07 Dodji Seketeli <dodji@redhat.com>
20898
20899 PR debug/43628
20900 * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
20901
20902 2010-04-06 Kai Tietz <kai.tietz@onevision.com>
20903
20904 * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
20905 calling convention attributes on METHOD_TYPEs for w64 ABI, too.
20906
20907 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
20908
20909 * tree-if-conv.c: Fix indentation and comments.
20910
20911 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
20912
20913 * tree-if-conv.c: Sort static functions in topological order.
20914
20915 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
20916
20917 * tree-if-conv.c: Fix indentation and comments.
20918
20919 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
20920
20921 PR middle-end/43519
20922 * graphite-clast-to-gimple.c (max_signed_precision_type): Use
20923 lang_hooks.types.type_for_size instead of
20924 build_nonstandard_integer_type.
20925 When converting an unsigned type to signed, double its precision.
20926 (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
20927 (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
20928 (graphite_create_new_loop_guard): When ub + 1 wraps around,
20929 use lb <= ub.
20930
20931 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
20932
20933 PR middle-end/43519
20934 * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
20935 POINTER_PLUS_EXPR for pointer types.
20936
20937 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
20938
20939 PR middle-end/43519
20940 * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
20941 * graphite-clast-to-gimple.c: Include langhooks.h.
20942 (max_signed_precision_type): New.
20943 (max_precision_type): Takes two types as arguments.
20944 (precision_for_value): New.
20945 (precision_for_interval): New.
20946 (gcc_type_for_interval): New.
20947 (gcc_type_for_value): New.
20948 (gcc_type_for_clast_term): New.
20949 (gcc_type_for_clast_red): New.
20950 (gcc_type_for_clast_bin): New.
20951 (gcc_type_for_clast_expr): Split up into several functions.
20952 (gcc_type_for_clast_eq): Rewritten.
20953 (compute_bounds_for_level): New.
20954 (compute_type_for_level_1): New.
20955 (compute_type_for_level): New.
20956 (gcc_type_for_cloog_iv): Removed.
20957 (gcc_type_for_iv_of_clast_loop): Rewritten.
20958 (graphite_create_new_loop): Compute the lower and upper bound types
20959 with gcc_type_for_clast_expr.
20960 (graphite_create_new_loop_guard): Same.
20961 (find_cloog_iv_in_expr): Removed.
20962 (compute_cloog_iv_types_1): Removed.
20963 (compute_cloog_iv_types): Removed.
20964 (gloog): Do not call compute_cloog_iv_types.
20965 * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
20966 GBB_CLOOG_IV_TYPES.
20967 (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
20968 * sese.h (struct gimple_bb): Removed field cloog_iv_types.
20969 (GBB_CLOOG_IV_TYPES): Removed.
20970
20971 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
20972
20973 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
20974 gimple_phi_num_args of the loop close SSA phi node is equal to 1.
20975 (detect_commutative_reduction): Same.
20976
20977 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
20978
20979 * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
20980 call to verify_ssa. Invoke verify_loop_closed_ssa with an extra
20981 argument.
20982 * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
20983 * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
20984 (rewrite_commutative_reductions_out_of_ssa): Same.
20985 * passes.c (execute_function_todo): Call verify_ssa for every pass
20986 in the LNO. Invoke verify_loop_closed_ssa with an extra argument.
20987 * tree-flow.h (verify_loop_closed_ssa): Update declaration.
20988 * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
20989 with an extra argument.
20990 * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same. Call
20991 verify_ssa only when the extra argument is true.
20992 (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
20993 with an extra argument.
20994 (tree_transform_and_unroll_loop): Same.
20995
20996 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
20997
20998 * passes.c (execute_function_todo): Call verify_loop_closed_ssa
20999 for all the passes of the LNO having LOOP_CLOSED_SSA.
21000 * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
21001 * tree-loop-distribution.c (pass_loop_distribution): Same.
21002 * tree-pass.h (TODO_verify_loops): Removed.
21003 * tree-ssa-loop.c (pass_tree_loop_init): Same.
21004 (pass_lim): Same.
21005 (pass_tree_unswitch): Same.
21006 (pass_predcom): Same.
21007 (pass_vectorize): Same.
21008 (pass_linear_transform): Same.
21009 (pass_graphite_transforms): Same.
21010 (pass_iv_canon): Same.
21011 (pass_complete_unroll): Same.
21012 (pass_complete_unrolli): Same.
21013 (pass_parallelize_loops): Same.
21014 (pass_loop_prefetch): Same.
21015 (pass_iv_optimize): Same.
21016
21017 2010-04-06 Changpeng Fang <changpeng.fang@amd.com>
21018
21019 PR middle-end/32824
21020 * passes.c (init_optimization_passes): Move pass_lim before
21021 pass_copy_prop and pass_dce_loop.
21022
21023 2010-04-06 Jakub Jelinek <jakub@redhat.com>
21024
21025 PR target/43667
21026 * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
21027 instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
21028 (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
21029 MULTI_* defines for 4 argument vpermil2p* builtins.
21030
21031 2010-04-06 Uros Bizjak <ubizjak@gmail.com>
21032
21033 * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
21034 * config/i386/i386.c (x86_maybe_negate_const_int): New.
21035 (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
21036 * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
21037 *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
21038 *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
21039 *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
21040 Use x86_maybe_negate_const_int to output insn mnemonic.
21041 (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto. Remove overflow
21042 check from instruction predicate. Update comments.
21043 * config/i386/sync.md (sync_add<mode>): Use
21044 x86_maybe_negate_const_int to output insn mnemonic.
21045
21046 2010-04-06 Jan Hubicka <jh@suse.cz>
21047
21048 PR tree-optimization/42906
21049 * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
21050 IGNORE_SELF argument. Set visited_control_parents for fully
21051 processed BBs.
21052 (find_obviously_necessary_stmts): Update call of
21053 mark_control_dependent_edges_necessary.
21054 (propagate_necessity): Likewise. Handle PHI edges more curefully.
21055
21056 2010-04-06 Uros Bizjak <ubizjak@gmail.com>
21057
21058 * config/i386/i386.md: Remove comment about 'e' and 'E'
21059 operand modifier.
21060
21061 2010-04-06 Richard Guenther <rguenther@suse.de>
21062
21063 PR tree-optimization/43627
21064 * tree-vrp.c (extract_range_from_unary_expr): Widenings
21065 of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
21066 not varying.
21067
21068 2010-04-06 Jakub Jelinek <jakub@redhat.com>
21069
21070 * BASE-VER: Change to 4.6.0.
21071
21072 PR target/43638
21073 * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
21074 handling.
21075
21076 2010-04-06 Richard Guenther <rguenther@suse.de>
21077
21078 PR middle-end/43661
21079 * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
21080
21081 2010-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21082
21083 * doc/invoke.texi (Optimize Options): Document that LTO
21084 won't remove object access purely due to incompatible
21085 declarations.
21086
21087 2010-04-04 Matthias Klose <doko@ubuntu.com>
21088
21089 * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
21090 Initialize variable.
21091
21092 2010-04-03 Richard Guenther <rguenther@suse.de>
21093
21094 PR middle-end/42509
21095 * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
21096 require a non-NULL MEM_OFFSET.
21097
21098 2010-04-02 Steven Bosscher <steven@gcc.gnu.org>
21099
21100 * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
21101 basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
21102 collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
21103 config/alpha/predicates.md, config/arm/arm.md,
21104 config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
21105 config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
21106 config/darwin9.h, config/darwin.c, config/darwin.h,
21107 config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
21108 config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
21109 config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
21110 config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
21111 config/mips/mips.md, config/mn10300/mn10300.c,
21112 config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
21113 config/rs6000/aix.h, config/rs6000/dfp.md,
21114 config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
21115 config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
21116 config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
21117 config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
21118 config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
21119 config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
21120 c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
21121 diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
21122 doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
21123 doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
21124 fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
21125 gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
21126 graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
21127 graphite-dependences.c, graphite-poly.c, graphite-poly.h,
21128 graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
21129 graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
21130 intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
21131 ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
21132 ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
21133 loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
21134 objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
21135 opt-functions.awk, opth-gen.awk, params.def, passes.c,
21136 postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
21137 rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
21138 store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
21139 tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
21140 tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
21141 tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
21142 tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
21143 tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
21144 tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
21145 tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
21146 tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
21147 tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
21148 tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
21149 unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
21150
21151 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21152
21153 PR other/43620
21154 * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
21155 * aclocal.m4: Regenerate.
21156
21157 2010-04-02 Richard Guenther <rguenther@suse.de>
21158
21159 PR tree-optimization/43629
21160 * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
21161 if we have seen a constant value.
21162
21163 2010-04-02 Joseph Myers <joseph@codesourcery.com>
21164
21165 * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
21166
21167 2010-04-02 Richard Earnshaw <rearnsha@arm.com>
21168
21169 PR target/43469
21170 * arm.c (legitimize_tls_address): Adjust call to
21171 gen_tls_load_dot_plus_four.
21172 (arm_note_pic_base): New function.
21173 (arm_cannot_copy_insn_p): Use it.
21174 * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
21175 constraint.
21176
21177 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21178
21179 PR bootstrap/43531
21180
21181 Revert:
21182 2009-09-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21183
21184 * Makefile.in ($(out_object_file)): Depend on
21185 gt-$(basename $(notdir $(out_file))).h.
21186
21187 2010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
21188
21189 * config.gcc (lm32-*-rtems*): Add t-lm32.
21190
21191 2010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
21192
21193 * config.gcc: Add lm32-*-rtems*.
21194 * config/lm32/rtems.h: New file.
21195
21196 2010-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
21197
21198 PR target/42609
21199 * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
21200
21201 2010-04-01 Jakub Jelinek <jakub@redhat.com>
21202
21203 * dwarf2out.c (output_compilation_unit_header): For
21204 -gdwarf-4 use version 4 instead of version 3.
21205 (output_line_info): For version 4 and above emit additional
21206 maximum ops per insn header field.
21207 (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
21208
21209 * dwarf2out.c (is_c_family, is_java): Remove.
21210 (lower_bound_default): New function.
21211 (add_bound_info, gen_descr_array_type_die): Use it.
21212
21213 2010-04-01 Dodji Seketeli <dodji@redhat.com>
21214
21215 PR debug/43325
21216 * dwarf2out.c (gen_variable_die): Allow debug info for variable
21217 re-declaration when it happens in a function.
21218
21219 2010-04-01 Aldy Hernandez <aldyh@redhat.com>
21220
21221 * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
21222 (cgraph_remove_function_insertion_hook): Same.
21223 (cgraph_call_function_insertion_hooks): Same.
21224
21225 2010-04-01 Richard Guenther <rguenther@suse.de>
21226
21227 PR middle-end/43614
21228 * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
21229 and TREE_THIS_VOLATILE.
21230 (copy_ref_info): Likewise.
21231 * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
21232 * tree.c (build6_stat): Ignore side-effects of all but arg5
21233 for TARGET_MEM_REF. Set TREE_THIS_VOLATILE from arg5 of
21234 TARGET_MEM_REF.
21235
21236 2010-04-01 Richard Guenther <rguenther@suse.de>
21237
21238 PR tree-optimization/43607
21239 * ipa-type-escape.c (check_call): Do not access non-existing
21240 arguments.
21241
21242 2010-04-01 Richard Guenther <rguenther@suse.de>
21243
21244 PR middle-end/43602
21245 Revert
21246 2010-03-30 Seongbae Park <seongbae.park@gmail.com>
21247 Jack Howarth <howarth@bromo.med.uc.edu>
21248
21249 * tree-profile.c (tree_init_ic_make_global_vars): Make static
21250 variables TLS.
21251
21252 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21253
21254 * doc/install.texi (Prerequisites): Document libelf usability on
21255 IRIX 5/6 and Solaris 2.
21256 (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
21257 Update GNU as, GNU ld requirements.
21258 (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
21259 Document Sun Studio compiler download.
21260 Update and simplify as, ld recommendations.
21261 (Specific, *-*-solaris2.7): Note obsoletion, removal.
21262
21263 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21264
21265 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
21266 with_tune_32 to pentium4.
21267
21268 2010-04-01 Uros Bizjak <ubizjak@gmail.com>
21269
21270 * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
21271
21272 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21273
21274 * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
21275 obsoletion, removal.
21276 Update IDO URL.
21277 Document GNU as requirement.
21278 Update configure requirements.
21279 (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
21280 Recomment IRIX 6.5.18+.
21281 Document IDF/IDL requirement.
21282 Document GNU as requirement.
21283 Document GNU ld bootstrap failure.
21284 Remove freeware.sgi.com reference.
21285
21286 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21287
21288 * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
21289 UNIX V4.0, V5.0 obsoletion, removal.
21290 Remove --with-gc=simple reference.
21291 Update VM requirements during bootstrap.
21292 Remove -oldas bootstrap description.
21293 Update binutils reference.
21294 Remove comparison failure note.
21295
21296 2010-03-31 Richard Guenther <rguenther@suse.de>
21297 Zdenek Dvorak <ook@ucw.cz>
21298 Sebastian Pop <sebastian.pop@amd.com>
21299
21300 PR middle-end/43464
21301 * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
21302 with multiple arguments.
21303 (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
21304
21305 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
21306
21307 * graphite-dependences.c (print_pddr): Call print_pdr with an
21308 extra argument.
21309 * graphite-poly.c (debug_pdr): Add an extra argument for the
21310 verbosity level.
21311 (print_pdr): Same.
21312 (print_pbb_domain): Same.
21313 (print_pbb): Same.
21314 (print_scop_context): Same.
21315 (print_scop): Same.
21316 (print_cloog): Same.
21317 (debug_pbb_domain): Same.
21318 (debug_pbb): Same.
21319 (print_pdrs): Same.
21320 (debug_pdrs): Same.
21321 (debug_scop_context): Same.
21322 (debug_scop): Same.
21323 (debug_cloog): Same.
21324 (print_scop_params): Same.
21325 (debug_scop_params): Same.
21326 (print_iteration_domain): Same.
21327 (print_iteration_domains): Same.
21328 (debug_iteration_domain): Same.
21329 (debug_iteration_domains): Same.
21330 (print_scattering_function): Same.
21331 (print_scattering_functions): Same.
21332 (debug_scattering_function): Same.
21333 (debug_scattering_functions): Same.
21334 * graphite-poly.h (debug_pdr): Update declaration.
21335 (print_pdr): Same.
21336 (print_pbb_domain): Same.
21337 (print_pbb): Same.
21338 (print_scop_context): Same.
21339 (print_scop): Same.
21340 (print_cloog): Same.
21341 (debug_pbb_domain): Same.
21342 (debug_pbb): Same.
21343 (print_pdrs): Same.
21344 (debug_pdrs): Same.
21345 (debug_scop_context): Same.
21346 (debug_scop): Same.
21347 (debug_cloog): Same.
21348 (print_scop_params): Same.
21349 (debug_scop_params): Same.
21350 (print_iteration_domain): Same.
21351 (print_iteration_domains): Same.
21352 (debug_iteration_domain): Same.
21353 (debug_iteration_domains): Same.
21354 (print_scattering_function): Same.
21355 (print_scattering_functions): Same.
21356 (debug_scattering_function): Same.
21357 (debug_scattering_functions): Same.
21358
21359 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
21360
21361 * graphite-poly.c (print_scattering_function_1): New.
21362 (print_scattering_function): Call it.
21363 (print_scop_params): Remove spaces at the end of lines.
21364 (print_cloog): New.
21365 (debug_cloog): New.
21366 * graphite-poly.h (print_cloog): Declared.
21367 (debug_cloog): Declared.
21368
21369 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
21370
21371 * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
21372 in loop->header.
21373 * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
21374 * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
21375 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
21376 to switch between adding the IV bump in loop->latch or in loop->header.
21377
21378 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
21379
21380 * graphite-poly.c (print_scattering_function): Pretty print following
21381 the scoplib format.
21382 (print_pdr): Same.
21383 (print_pbb_domain): Same.
21384 (dump_gbb_cases): Same.
21385 (dump_gbb_conditions): Same.
21386 (print_pdrs): Same.
21387 (print_pbb): Same.
21388 (print_scop_params): Same.
21389 (print_scop_context): Same.
21390 (print_scop): Same.
21391 (print_pbb_body): New.
21392 (lst_indent_to): New.
21393 (print_lst): Start new lines with a #.
21394 * graphite-poly.h (pbb_bb): New.
21395 (pbb_index): Use pbb_bb.
21396 * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
21397 disjuncts.
21398 * tree-data-ref.c (dump_data_reference): Start new lines with a #.
21399
21400 2010-03-31 Jakub Jelinek <jakub@redhat.com>
21401
21402 * dwarf2out.c (size_of_die): For -gdwarf-4 use
21403 uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
21404 and 0 instead of 1 for dw_val_class_flag.
21405 (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
21406 dw_val_class_range_list, dw_val_class_loc_list,
21407 dw_val_class_lineptr and dw_val_class_macptr, use
21408 DW_FORM_flag_present for dw_val_class_flag and
21409 DW_FORM_exprloc for dw_val_class_loc.
21410 (output_die): For -gdwarf-4 print dw_val_class_loc
21411 size as uleb128 instead of 1 or 2 bytes and don't print
21412 anything for dw_val_class_flag.
21413
21414 * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
21415 instead of cselib_lookup following by tweaking locs->setting_insn.
21416
21417 PR bootstrap/43596
21418 * cselib.c (cselib_process_insn): Clear cselib_current_insn
21419 even before returning from label, setjmp call or volatile asm
21420 handling.
21421
21422 2010-03-31 Richard Guenther <rguenther@suse.de>
21423
21424 PR middle-end/43600
21425 * cgraphunit.c (cgraph_output_in_order): Do not allocate
21426 temporary data on stack.
21427
21428 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21429
21430 * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
21431 (PUSHSECTION_ASM_OP): Remove.
21432 (POPSECTION_ASM_OP): Remove.
21433 (PUSHSECTION_FORMAT): Remove.
21434 * config/sol2.h (PUSHSECTION_FORMAT): Define.
21435 * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
21436 * config/sol2.c (solaris_output_init_fini): Use it.
21437
21438 2010-03-31 Jie Zhang <jie@codesourcery.com>
21439
21440 PR 43574
21441 * opt-functions.awk (var_type_struct): Use signed char type
21442 for simple variables.
21443
21444 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21445
21446 * config/sol2.c: Include output.h.
21447 (solaris_assemble_visibility): New function.
21448 * config/t-sol2 (sol2.o): Add output.h dependency.
21449 * config/sol2-protos.h (solaris_assemble_visibility): Declare.
21450 * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
21451 Redefine.
21452
21453 2010-03-31 Jakub Jelinek <jakub@redhat.com>
21454
21455 PR target/43580
21456 * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
21457 V2SImode or XFmode on PRE_DEC.
21458
21459 PR debug/43557
21460 * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
21461 BLKmode.
21462
21463 2010-03-31 Jie Zhang <jie@codesourcery.com>
21464
21465 PR 43562
21466 * reload.h (caller_save_initialized_p): Declare.
21467 * toplev.c (backend_init_target): Don't call
21468 init_caller_save but set caller_save_initialized_p to false.
21469 * caller-save.c (caller_save_initialized_p): Define.
21470 (init_caller_save): Check caller_save_initialized_p.
21471 * ira.c (ira): Call init_caller_save if flag_caller_saves.
21472
21473 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21474
21475 PR target/39048
21476 * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
21477 and soft-fp/t-softfp to tmake_file.
21478 * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
21479 (LIBGCC2_TF_CEXT): Define.
21480 (TF_SIZE): Define.
21481
21482 2010-03-30 Alexandre Oliva <aoliva@redhat.com>
21483
21484 PR debug/42977
21485 * cselib.c (n_useless_values): Document handling of debug locs.
21486 (n_useless_debug_values, n_debug_values): New variables.
21487 (new_elt_loc_list): Don't add to debug values, keep count.
21488 (promote_debug_loc): New.
21489 (cselib_reset_table): Zero new variables.
21490 (entry_and_rtx_equal_p): Promote debug locs.
21491 (discard_useless_locs): Increment n_useless_debug_values for
21492 debug values.
21493 (remove_useless_values): Adjust n_useless_values and n_debug_values
21494 with n_useless_debug_values.
21495 (add_mem_for_addr): Promote debug locs.
21496 (cselib_lookup_mem): Likewise.
21497 (cselib_lookup_addr): Renamed to...
21498 (cselib_lookup_addr_1): ... this. Promote debug locs. Don't call...
21499 (cselib_log_lookup): ... this. Turn into...
21500 (cselib_lookup_addr): ... new wrapper.
21501 (cselib_lookup_from_insn): New.
21502 (cselib_invalidate_regno): Increment n_useless_debug_values for
21503 debug values.
21504 (cselib_invalidate_mem): Likewise.
21505 (cselib_process_insn): Take n_deleted and n_debug_values into
21506 account to guard remove_useless_value call.
21507 (cselib_finish): Zero n_useless_debug_values.
21508 * cselib.h (cselib_lookup_from_insn): Declare.
21509 * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
21510 (sched_analyze_2): Likewise.
21511
21512 2010-03-30 Jakub Jelinek <jakub@redhat.com>
21513
21514 * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
21515 functions.
21516 (adjust_mems): Replace narrowing SUBREG of expression containing
21517 just PLUS, MINUS, MULT and ASHIFT of registers and constants
21518 with operations in the narrower mode.
21519
21520 PR debug/43593
21521 * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
21522 regs_invalidated_by_call instead all call_used_reg_set registers.
21523
21524 2010-03-30 Sebastian Pop <sebastian.pop@amd.com>
21525
21526 PR middle-end/43430
21527 * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
21528 pointer comparisons with types_compatible_p.
21529 * tree-vect-stmts.c (vectorizable_call): Same.
21530 (vectorizable_condition): Same.
21531
21532 2010-03-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21533
21534 * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
21535 stack check if the mask would be zero.
21536
21537 2010-03-30 Seongbae Park <seongbae.park@gmail.com>
21538 Jack Howarth <howarth@bromo.med.uc.edu>
21539
21540 * tree-profile.c (tree_init_ic_make_global_vars): Make static
21541 variables TLS.
21542
21543 2010-03-30 Joseph Myers <joseph@codesourcery.com>
21544
21545 PR other/25232
21546 * libgcc-std.ver (GCC_4.5.0): Define version. Include __unordxf2
21547 and __unordtf2.
21548 * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
21549 Include ___unordxf2 and ___unordtf2.
21550 * config/i386/libgcc-glibc.ver: Do not define inheritance from
21551 GCC_4.4.0 here.
21552
21553 2010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
21554
21555 * config/lm32/t-lm32: New file.
21556 * config.gcc: Use the above file when targetting lm32.
21557
21558 2010-03-28 Duncan Sands <baldrick@free.fr>
21559
21560 * Makefile.in (PLUGIN_HEADERS): Add except.h.
21561
21562 2010-03-29 Sebastian Pop <sebastian.pop@amd.com>
21563
21564 PR middle-end/43431
21565 * tree-vect-loop.c (vect_estimate_min_profitable_iters):
21566 Improve vectorization cost model diagnostic.
21567
21568 2010-03-29 Sebastian Pop <sebastian.pop@amd.com>
21569
21570 PR middle-end/43436
21571 * tree-vect-data-refs.c (vect_analyze_data_refs): When
21572 compute_data_dependences_for_loop returns false, early exit
21573 and output an extra diagnostic for the failed data reference
21574 analysis.
21575
21576 2010-03-29 Richard Guenther <rguenther@suse.de>
21577
21578 PR tree-optimization/43560
21579 * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
21580 (can_sm_ref_p): Treat stores to readonly locations as trapping.
21581
21582 2010-03-29 Jie Zhang <jie@codesourcery.com>
21583
21584 PR 43564
21585 * toplev.c (process_options): Set optimization_default_node
21586 and optimization_current_node.
21587 * opts.c (decode_options): Don't set optimization_default_node
21588 and optimization_current_node.
21589
21590 2010-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
21591
21592 * config/rtems.h: Abandon -qrtems_debug.
21593
21594 2010-03-28 Jan Hubicka <jh@suse.cz>
21595
21596 PR tree-optimization/43505
21597 * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
21598 map should not be copied.
21599
21600 2010-03-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21601
21602 PR middle-end/41674
21603 * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
21604 cdtors, set DECL_PRESERVE_P.
21605 * ipa.c (cgraph_externally_visible_p): Return true if declaration
21606 should be preseved.
21607
21608 2010-03-27 Uros Bizjak <ubizjak@gmail.com>
21609
21610 PR tree-optimization/43528
21611 * stor-layout.c (place_field): Check that constant fits into
21612 unsigned HWI when skipping calculation of MS bitfield layout.
21613
21614 2010-03-27 Jan Hubicka <jh@suse.cz>
21615
21616 PR middle-end/43391
21617 * varasm.c (make_decl_rtl): Deal with COMMON flag to make
21618 notice_global_symbol work.
21619
21620 2010-03-27 Jakub Jelinek <jakub@redhat.com>
21621
21622 * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
21623 instead of dwarf2out_decl.
21624 (struct var_loc_node): Remove section_label field.
21625 (dwarf2out_function_decl): New function.
21626 (dwarf2out_var_location): Don't set section_label field.
21627 (dwarf2out_begin_function): Don't empty decl_loc_table here.
21628
21629 2010-03-26 Michael Meissner <meissner@linux.vnet.ibm.com>
21630
21631 PR tree-optimization/43544
21632 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
21633 First argument for builtin vectorized function hook is now a
21634 tree to be able to distinguish between machine specific and
21635 standard builtins.
21636 * targhooks.c (default_builtin_vectorized_function): Ditto.
21637 * targhooks.h (default_builtin_vectorized_function): Ditto.
21638 * target.h (struct gcc_target): Ditto.
21639 * tree-vect-stmts.c (vectorizable_function): Ditto.
21640 * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
21641 * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
21642 Ditto.
21643
21644 2010-03-26 Joseph Myers <joseph@codesourcery.com>
21645
21646 PR c/43381
21647 * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
21648 nested binding iff it is a FUNCTION_DECL.
21649 (store_parm_decls_newstyle): Pass nested=true to bind for
21650 FUNCTION_DECLs amongst parameters.
21651
21652 2010-03-26 Jakub Jelinek <jakub@redhat.com>
21653
21654 * var-tracking.c (vt_expand_loc_callback): Don't run
21655 cselib_expand_value_rtx_cb in dummy mode if
21656 cselib_dummy_expand_value_rtx_cb returned false.
21657
21658 * var-tracking.c (emit_note_insn_var_location): For one part
21659 notes with offset 0, don't add EXPR_LIST around the location.
21660 * dwarf2out.c (loc_descriptor, dw_loc_list_1,
21661 add_location_or_const_value_attribute): Adjust for that change.
21662
21663 PR debug/43540
21664 * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
21665 into first operand and location into second.
21666 (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
21667 dw_cfi_oprnd_loc for DW_CFA_expression.
21668 (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
21669 (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
21670 assume first argument is regnum and second argument is location.
21671
21672 2010-03-26 Uros Bizjak <ubizjak@gmail.com>
21673
21674 PR target/42113
21675 * config/alpha/alpha.md (*cmp_sadd_si): Change mode
21676 of scratch register to DImode. Split to DImode comparison operator.
21677 Use SImode subreg of scratch register in the multiplication.
21678 (*cmp_sadd_sidi): Ditto.
21679 (*cmp_ssub_si): Ditto.
21680 (*cmp_ssub_sidi): Ditto.
21681
21682 2010-03-26 Uros Bizjak <ubizjak@gmail.com>
21683
21684 PR target/43524
21685 * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
21686 Remove invalid assert and wrong comment.
21687
21688 2010-03-26 Jakub Jelinek <jakub@redhat.com>
21689
21690 PR debug/43516
21691 * flags.h (final_insns_dump_p): New extern.
21692 * final.c (final_insns_dump_p): New variable.
21693 (rest_of_clean_state): Set it before -fdump-final-insns=
21694 dumping, clear afterwards.
21695 * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
21696 MEM_ALIAS_SET on MEMs.
21697
21698 2010-03-26 David S. Miller <davem@davemloft.net>
21699
21700 * configure.ac: Fix sparc GOTDATA_OP bug check.
21701 * configure: Rebuild.
21702
21703 2010-03-26 Alan Modra <amodra@gmail.com>
21704
21705 * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
21706
21707 2010-03-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21708
21709 * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
21710 TLS_SECTION_ASM_FLAG.
21711
21712 2010-03-25 Jakub Jelinek <jakub@redhat.com>
21713
21714 PR bootstrap/43511
21715 * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
21716 Clear first_function_block_is_cold.
21717
21718 PR c/43385
21719 * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
21720 argument if the argument is truth_value_p.
21721
21722 2010-03-24 Michael Meissner <meissner@linux.vnet.ibm.com>
21723
21724 * config/rs6000/constraints.md: Update copyright year for my changes.
21725
21726 PR target/43484
21727 * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
21728 used in reg+reg addressing, swap registers.
21729
21730 2010-03-24 Jakub Jelinek <jakub@redhat.com>
21731
21732 PR debug/43293
21733 * target.h (struct gcc_target): Add code_end hook.
21734 * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
21735 if not yet defined.
21736 (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
21737 * toplev.c (compile_file): Call targetm.asm_out.code_end
21738 hook before unwind info/debug info output.
21739 * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
21740 * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
21741 (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
21742 * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
21743 (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
21744 * config/i386/i386.c (ix86_file_end): Renamed to...
21745 (ix86_code_end): ... this. Make static. Don't call
21746 file_end_indicate_exec_stack. Emit unwind info using
21747 final_start_function/final_end_function.
21748 (darwin_x86_file_end): Remove.
21749 (TARGET_ASM_CODE_END): Define.
21750 * config/i386/i386.h (TARGET_ASM_FILE_END,
21751 NEED_INDICATE_EXEC_STACK): Don't define.
21752 * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
21753 (TARGET_ASM_FILE_END): Define to darwin_file_end.
21754 * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
21755 * doc/tm.texi (TARGET_ASM_CODE_END): Document.
21756
21757 PR target/43498
21758 * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
21759 at the beginning and final_end_function at the end.
21760 * config/s390/s390.c (s390_output_mi_thunk): Likewise.
21761
21762 2010-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21763
21764 * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
21765 and Sun as TLS syntax.
21766 (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
21767 * configure: Regenerate.
21768 * config.in: Regenerate.
21769 * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
21770 (default_elf_asm_named_section): Use it.
21771 * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
21772 (i386_output_dwarf_dtprel): Likewise.
21773 (output_addr_const_extra): Likewise.
21774 (output_pic_addr_const): Lowercase @GOTTPOFF.
21775 (output_addr_const_extra): Likewise.
21776 (output_pic_addr_const): Lowercase @GOTNTPOFF.
21777 (output_addr_const_extra): Likewise.
21778 (output_pic_addr_const): Lowercase @INDNTPOFF.
21779 (output_addr_const_extra): Likewise.
21780 (output_pic_addr_const): Lowercase @NTPOFF.
21781 (output_addr_const_extra): Likewise.
21782 (output_pic_addr_const): Lowercase @TPOFF.
21783 (output_addr_const_extra): Likewise.
21784 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
21785 (*tls_global_dynamic_64): Likewise.
21786 (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
21787 (*tls_local_dynamic_base_64): Lowercase @TLSLD.
21788
21789 * defaults.h (TLS_COMMON_ASM_OP): Provide default.
21790 (ASM_OUTPUT_TLS_COMMON): Use it.
21791 * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
21792
21793 PR target/38118
21794 * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
21795 * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
21796 * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
21797 * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
21798 * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
21799 (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
21800
21801 2010-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21802
21803 * config/i386/i386.c (override_options): Don't accept
21804 -mtls-dialect=sun any longer.
21805 * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
21806 * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
21807 (*tls_local_dynamic_base_32_sun): Likewise.
21808 * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
21809
21810 2010-03-24 Jakub Jelinek <jakub@redhat.com>
21811
21812 PR debug/43508
21813 * dwarf2out.c (mem_loc_descriptor): Don't ICE on
21814 VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
21815
21816 PR debug/43479
21817 * ira.c (adjust_cleared_regs): New function.
21818 (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
21819
21820 PR debug/19192
21821 PR debug/43479
21822 * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
21823 from gimple_block.
21824 * expr.c (expand_expr_real): Restore previous
21825 curr_insn_source_location and curr_insn_block after
21826 expand_expr_real_1 call.
21827 (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
21828 instead of expand_expr_real_1.
21829
21830 2010-03-23 Vladimir Makarov <vmakarov@redhat.com>
21831
21832 PR rtl-optimization/43413
21833 * ira-color.c (setup_allocno_available_regs_num): Count prohibited
21834 hard regs too.
21835
21836 2010-03-22 James E. Wilson <wilson@codesourcery.com>
21837
21838 PR target/43348
21839 * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
21840 call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
21841
21842 2010-03-22 H.J. Lu <hongjiu.lu@intel.com>
21843
21844 * config/i386/i386.c (ix86_target_string): Add -mfma.
21845 Fix a typo in comment.
21846
21847 2010-03-22 Mike Stump <mikestump@comcast.net>
21848
21849 PR target/23071
21850 * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
21851 Don't overly align based upon packed packed fields.
21852
21853 2010-03-22 Jason Merrill <jason@redhat.com>
21854
21855 * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
21856 Use () rather than [], and move before the element type.
21857
21858 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21859
21860 * doc/configfiles.texi (Configuration Files): Removed
21861 fixinc/Makefile*, intl/Makefile.*.
21862 * doc/makefile.texi: Fixed markup. Abstract from version
21863 control system used.
21864 (Makefile): Removed obsolete gcc/java/parse.y example.
21865 * doc/sourcebuild.texi: Likewise.
21866 (Top Level): Added config, gnattools, libdecnumber, libgcc,
21867 libgomp, libssp. Removed fastjar.
21868 (Miscellaneous Docs): Clarify location.
21869 Added COPYING3, COPYING3.LIB.
21870 (Front End Directory): Moved Make-lang.in entry to new subsubsection.
21871
21872 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21873
21874 PR target/38085
21875 * config/i386/i386.c (x86_function_profiler)
21876 [!NO_PROFILE_COUNTERS]: Fix typo.
21877 * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
21878 instead of callq.
21879
21880 2010-03-22 Janis Johnson <janis187@us.ibm.com>
21881 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21882
21883 * doc/sourcebuild.texi (Test Directives): Split into six
21884 subsections, with most of the current text in new subsections
21885 Directives, Selectors, and Final Actions.
21886 (Directives): Split list of test directives into multiple
21887 subsubsections.
21888 (Selectors): Describe use and syntax of selectors.
21889 (Effective-Target Keywords): Describe all existing keywords.
21890 (Add Options): Describe features for dg-add-options.
21891 (Require Support): Describe variants of dg-require-support.
21892 (Final Actions): Describe commands to use in dg-final.
21893
21894 2010-03-22 Michael Matz <matz@suse.de>
21895
21896 PR middle-end/43475
21897 * recog.c (validate_replace_rtx_group): Replace also in
21898 REG_EQUAL and REG_EQUIV notes.
21899
21900 2010-03-22 Richard Guenther <rguenther@suse.de>
21901
21902 PR tree-optimization/43390
21903 * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
21904 sure vector extracts are type correct.
21905
21906 2010-03-22 Richard Guenther <rguenther@suse.de>
21907
21908 PR middle-end/40106
21909 * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
21910 x * sqrt (x) even when optimizing for size if the target
21911 has native support for sqrt.
21912
21913 2010-03-22 Jakub Jelinek <jakub@redhat.com>
21914
21915 * varasm.c (make_decl_rtl_for_debug): Also clear
21916 flag_mudflap for the duration of make_decl_rtl call.
21917
21918 PR debug/43443
21919 * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
21920 locs from preserved VALUEs.
21921
21922 2010-03-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21923
21924 PR middle-end/42718
21925 * pa.md (movmemsi): Set align to one if zero.
21926 (movmemdi): Likewise.
21927
21928 2010-03-21 Richard Earnshaw <rearnsha@arm.com>
21929
21930 PR target/42321
21931 * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
21932 with their corresponding prologue pushes.
21933
21934 2010-03-20 Andrew Pinski <pinskia@gmail.com>
21935
21936 PR target/43156
21937 * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
21938 at the begining or end.
21939 (spu_expand_epilogue): Likewise.
21940
21941 2010-03-20 Richard Guenther <rguenther@suse.de>
21942
21943 PR rtl-optimization/43438
21944 * combine.c (make_extraction): Properly zero-/sign-extend an
21945 extraction of the low part of a CONST_INT. Also handle
21946 CONST_DOUBLE.
21947
21948 2010-03-19 Mike Stump <mikestump@comcast.net>
21949
21950 * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
21951 * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
21952 (override_options): Use SUBTARGET32_DEFAULT_CPU.
21953
21954 2010-03-19 Andrew Pinski <andrew_pinski@caviumnetworks.com>
21955
21956 PR c/43211
21957 * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
21958 an error.
21959
21960 2010-03-19 Bernd Schmidt <bernds@codesourcery.com>
21961
21962 PR rtl-optimization/42258
21963 * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
21964 use that may match DEF.
21965
21966 PR target/40697
21967 * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
21968 the cost of loading the constant rather than assuming
21969 COSTS_N_INSNS (1).
21970 * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
21971 outer code is AND, do the same tests as the andsi3 expander and
21972 return COSTS_N_INSNS (1) if and is cheap.
21973
21974 * optabs.c (avoid_expensive_constant): Fix formatting.
21975
21976 2010-03-19 Michael Matz <matz@suse.de>
21977
21978 PR c++/43116
21979 * attribs.c (decl_attributes): When rebuilding a function pointer
21980 type use the same qualifiers as the original pointer type.
21981
21982 2010-03-19 Martin Jambor <mjambor@suse.cz>
21983
21984 * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
21985 and is_gimple_ip_invariant_address.
21986
21987 2010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
21988
21989 Revert
21990 2009-10-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
21991
21992 * config/arm/arm.c (arm_override_options): Turn off
21993 flag_dwarf2_cfi_asm for AAPCS variants.
21994
21995 2010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
21996
21997 PR target/43399
21998 * config/arm/arm.c (emit_multi_reg_push): Update comments.
21999 Use PRE_MODIFY instead of PRE_DEC.
22000 (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
22001 (vfp_emit_fstmd): Likewise.
22002
22003 2010-03-19 Michael Matz <matz@suse.de>
22004
22005 PR target/43305
22006 * builtins.c (expand_builtin_interclass_mathfn,
22007 expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
22008 if that fails.
22009
22010 2010-03-19 Richard Guenther <rguenther@suse.de>
22011
22012 PR tree-optimization/43415
22013 * tree-ssa-pre.c (phi_translate): Split out worker to ...
22014 (phi_translate_1): ... this.
22015 (phi_translate): Move all caching here. Cache all NARY
22016 and REFERENCE translations.
22017
22018 2010-03-19 David S. Miller <davem@davemloft.net>
22019
22020 With help from Eric Botcazou.
22021 * config/sparc/sparc.c: Include dwarf2out.h.
22022 (emit_pic_helper): Delete.
22023 (pic_helper_symbol_name): Delete.
22024 (pic_helper_emitted_p): Delete.
22025 (pic_helper_needed): New.
22026 (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
22027 (get_pc_thunk_name): New.
22028 (load_pic_register): Remove 'delay_pic_helper' arg. Use
22029 get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
22030 Set pic_helper_needed to true. Don't call emit_pic_helper.
22031 (sparc_expand_prologue): Update load_pic_register call.
22032 (sparc_output_mi_thunk): Likewise.
22033 (sparc_file_end): Emit a hidden comdat symbol for the PIC
22034 thunk if possible. Output CFI information as needed.
22035
22036 2010-03-18 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
22037 Jack Howarth <howarth@bromo.med.uc.edu>
22038
22039 PR target/36399
22040 * config/i386/i386.h: Fix ABI on darwin x86-32.
22041
22042 2010-03-18 Aldy Hernandez <aldyh@redhat.com>
22043
22044 * tree.h: Declare make_decl_rtl_for_debug.
22045 * varasm.c (make_decl_rtl_for_debug): New.
22046 * dwarf2out.c (rtl_for_decl_location): Call it.
22047 * cfgexpand.c (expand_debug_expr): Call it.
22048
22049 2010-03-18 Jakub Jelinek <jakub@redhat.com>
22050
22051 PR bootstrap/43399
22052 * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
22053 mem_mode.
22054
22055 PR bootstrap/43403
22056 * var-tracking.c (vt_init_cfa_base): Do nothing if
22057 cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
22058
22059 2010-03-18 Alexandre Oliva <aoliva@redhat.com>
22060
22061 PR debug/42873
22062 * var-tracking.c (canonicalize_vars_star): New.
22063 (dataflow_post_merge_adjust): Use it.
22064
22065 2010-03-18 Jakub Jelinek <jakub@redhat.com>
22066
22067 PR debug/43058
22068 * var-tracking.c (non_suitable_const): New function.
22069 (add_uses): For DEBUG_INSNs with constants, don't record any
22070 value, instead just the constant value itself.
22071 (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
22072 is not VAR_LOC_UNKNOWN_P, set var to the constant.
22073 (emit_notes_in_bb): Likewise.
22074 (emit_note_insn_var_location): For onepart variables if
22075 cur_loc is a VOIDmode constant, use DECL_MODE.
22076
22077 2010-03-18 Martin Jambor <mjambor@suse.cz>
22078
22079 PR middle-end/42450
22080 * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
22081 * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
22082 all non-clones. Moved call redirection...
22083 (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
22084 (cgraph_materialize_all_clones): Dispose of all
22085 combined_args_to_skip bitmaps.
22086 (verify_cgraph_node): Do not check for edges pointing to wrong
22087 nodes in inline clones.
22088 * tree-inline.c (copy_bb): Call
22089 cgraph_redirect_edge_call_stmt_to_callee.
22090 * ipa.c (cgraph_remove_unreachable_nodes): Call
22091 cgraph_node_remove_callees even when there are used clones.
22092
22093 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
22094
22095 * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
22096
22097 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
22098
22099 PR target/43383
22100 * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
22101 for 32bit.
22102
22103 2010-03-18 Michael Matz <matz@suse.de>
22104
22105 PR middle-end/43419
22106 * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
22107 into sqrt(x) if we need to preserve signed zeros.
22108
22109 2010-03-18 Steven Bosscher <steven@gcc.gnu.org>
22110 Eric Botcazou <ebotcazou@adacore.com>
22111
22112 PR rtl-optimization/43360
22113 * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
22114 note if we don't know its invariant status.
22115
22116 2010-03-18 Michael Matz <matz@suse.de>
22117
22118 PR tree-optimization/43402
22119 * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
22120 PHI chains of ssa names registered for update.
22121
22122 2010-03-17 Peter Bergner <bergner@vnet.ibm.com>
22123
22124 PR target/42427
22125 * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
22126 non-offsettable and pre_modify update addressing.
22127 * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
22128 and "2" alternatives "#".
22129 (*movdd_softfloat32): Make all alternatives "#";
22130 * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
22131 (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
22132 (*movdf_softfloat32): Make all alternatives "#";
22133 (movdi): Use the new DIFD mode iterator to create a common splitter
22134 for movdi, movdf and movdd patterns.
22135
22136 2010-03-18 Shujing Zhao <pearly.zhao@oracle.com>
22137
22138 * common.opt (dumpdir): Remove redundant tab.
22139
22140 2010-03-17 Martin Jambor <mjambor@suse.cz>
22141
22142 PR tree-optimization/43347
22143 * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
22144 original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
22145
22146 2010-03-17 Bernd Schmidt <bernd.schmidt@analog.com>
22147
22148 PR rtl-optimization/42216
22149 * regrename.c (create_new_chain): New function, broken out from...
22150 (scan_rtx_reg): ... here. Call it. Handle the case where we are
22151 appending a use to an empty chain.
22152 (build_def_use): Remove previous changes that convert OP_INOUT to
22153 OP_OUT operands; instead detect the case where an OP_INOUT operand
22154 uses a previously untracked register and create an empty chain for it.
22155
22156 2010-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22157
22158 * doc/extend.texi (Function Attributes): Rewrite unfinished
22159 sentence in ms_abi documentation.
22160
22161 2010-03-17 Alan Modra <amodra@gmail.com>
22162
22163 * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
22164 * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
22165 (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
22166 * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
22167
22168 2010-03-16 Richard Henderson <rth@redhat.com>
22169
22170 PR middle-end/43365
22171 * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
22172 (lower_try_finally): Save and restore eh_seq around the expansion
22173 of the try-finally.
22174
22175 2010-03-16 Aldy Hernandez <aldyh@redhat.com>
22176
22177 * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
22178 statements before splitting block.
22179
22180 2010-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22181
22182 * doc/sourcebuild.texi (Testsuites): Fix markup.
22183 Use pathnames relative to gcc/testsuite.
22184 (Test Directives): Move description of how timeout is determined.
22185 (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
22186 (C Tests): Correct gcc.misc-tests directory.
22187 Framework tests now live in gcc.test-framework.
22188
22189 2010-03-16 Richard Guenther <rguenther@suse.de>
22190
22191 PR middle-end/43379
22192 * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
22193 operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
22194
22195 2010-03-16 Aldy Hernandez <aldyh@redhat.com>
22196 Alexandre Oliva <aoliva@redhat.com>
22197
22198 PR tree-optimization/42917
22199 * lambda-code.c (remove_iv): Skip debug statements.
22200 (lambda_loopnest_to_gcc_loopnest): Likewise.
22201 (not_interesting_stmt): Debug statements are not interesting.
22202
22203 2010-03-16 Jakub Jelinek <jakub@redhat.com>
22204
22205 PR debug/43051
22206 PR debug/43092
22207 * cselib.c (cselib_preserve_constants,
22208 cfa_base_preserved_val): New static variables.
22209 (preserve_only_constants): New function.
22210 (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
22211 clear its REG_VALUES. If cselib_preserve_constants, don't
22212 empty the whole hash table, but preserve there VALUEs with constants,
22213 cfa_base_preserved_val and cfa_base_preserved_val plus constant.
22214 (cselib_preserve_cfa_base_value): New function.
22215 (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
22216 (cselib_init): Change argument to int bitfield. Set
22217 cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
22218 is in it.
22219 (cselib_finish): Clear cselib_preserve_constants and
22220 cfa_base_preserved_val.
22221 * cselib.h (enum cselib_record_what): New enum.
22222 (cselib_init): Change argument to int.
22223 (cselib_preserve_cfa_base_value): New prototype.
22224 * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
22225 * dse.c (dse_step1): Likewise.
22226 * cfgcleanup.c (thread_jump): Likewise.
22227 * sched-deps.c (sched_analyze): Likewise.
22228 * gcse.c (local_cprop_pass): Likewise.
22229 * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
22230 If FN is non-NULL, call the callback always and whenever it returns
22231 non-NULL just return that. Only do rtx_equal_p if FN is NULL.
22232 * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
22233 * combine.c (propagate_for_debug_subst): Add old_rtx argument,
22234 compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
22235 * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
22236 * var-tracking.c: Include recog.h.
22237 (bb_stack_adjust_offset): Remove.
22238 (vt_stack_adjustments): Don't call it, instead just gather the
22239 adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
22240 (adjust_stack_reference): Remove.
22241 (compute_cfa_pointer): New function.
22242 (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
22243 (struct adjust_mem_data): New type.
22244 (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
22245 functions.
22246 (get_address_mode): New function.
22247 (replace_expr_with_values): Use it.
22248 (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
22249 Use get_address_mode. For cfa_base_rtx return MO_CLOBBER.
22250 (adjust_sets): Remove.
22251 (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
22252 Use get_address_mode.
22253 (get_adjusted_src): Remove.
22254 (add_stores): Don't call it. Never reuse expr SET. Don't add extra
22255 MO_VAL_USE for cfa_base_rtx plus constant. Use get_address_mode.
22256 (add_with_sets): Don't call adjust_sets.
22257 (fp_setter, vt_init_cfa_base): New functions.
22258 (vt_initialize): Change return type to bool. Move most of pool etc.
22259 initialization to the beginning of the function from end. Pass
22260 CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
22261 If !frame_pointer_needed, call vt_stack_adjustment before mos
22262 vector is filled, call vt_init_cfa_base if argp/framep has been
22263 eliminated to sp. If frame_pointer_needed and argp/framep has
22264 been eliminated to hard frame pointer, set
22265 hard_frame_pointer_adjustment and call vt_init_cfa_base after
22266 encountering fp setter in the prologue. For MO_ADJUST, call
22267 log_op_type before pusing the op into mos vector, not afterwards.
22268 Call adjust_insn before cselib_process_insn/add_with_sets,
22269 call cancel_changes (0) afterwards.
22270 (variable_tracking_main_1): Adjust for vt_initialize calling
22271 vt_stack_adjustments and returning whether it succeeded or not.
22272
22273 2010-03-15 Aldy Hernandez <aldyh@redhat.com>
22274
22275 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
22276 debug statements.
22277
22278 2010-03-15 Jakub Jelinek <jakub@redhat.com>
22279
22280 * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
22281 has been set.
22282 (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
22283 drap_reg has not been set.
22284
22285 2010-03-15 Michael Matz <matz@suse.de>
22286
22287 PR middle-end/43300
22288 * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
22289 use it to expand block copies.
22290 (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
22291 insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
22292 (insert_value_copy_on_edge): Use store_expr for BLKmode values.
22293
22294 2010-03-15 Richard Guenther <rguenther@suse.de>
22295
22296 PR tree-optimization/43367
22297 * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
22298 elimination check.
22299
22300 2010-03-15 Richard Guenther <rguenther@suse.de>
22301
22302 PR tree-optimization/43317
22303 * ipa-struct-reorg.c (create_new_general_access): Update stmt.
22304
22305 2010-03-15 Martin Jambor <mjambor@suse.cz>
22306
22307 PR tree-optimization/43141
22308 * tree-sra.c (create_abstract_origin): New function.
22309 (modify_function): Call create_abstract_origin.
22310
22311 2010-03-15 Chris Demetriou <cgd@google.com>
22312
22313 * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
22314 wasn't copied.
22315
22316 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22317
22318 PR middle-end/43354
22319 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
22320 call insert_out_of_ssa_copy for default definitions.
22321
22322 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22323
22324 * graphite-clast-to-gimple.c (my_long_long): Defined.
22325 (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
22326 * graphite-sese-to-poly.c (my_long_long): Defined.
22327 (scop_ivs_can_be_represented): Use it.
22328
22329 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22330
22331 * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
22332 graphite-max-bbs-per-function, and loop-block-tile-size.
22333 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
22334 with "maximum".
22335 (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
22336
22337 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22338
22339 * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
22340 forward declaration.
22341 * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
22342 (add_upper_bounds_from_estimated_nit): New.
22343 (build_loop_iteration_domains): Use it.
22344
22345 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22346
22347 * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
22348
22349 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22350
22351 PR middle-end/43306
22352 * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
22353 should be an INTEGER_CST. Also handle CASE_CONVERT.
22354
22355 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22356
22357 * graphite.c (graphite_initialize): To bound the number of bbs per
22358 function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
22359 * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
22360 * doc/invoke.texi: Document it.
22361
22362 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22363
22364 * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
22365 * graphite-sese-to-poly.h (build_poly_scop): Same.
22366
22367 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
22368
22369 * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
22370 the number of parameters in the scop. Use as an upper bound
22371 PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
22372 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
22373 * doc/invoke.texi: Document it.
22374
22375 2010-03-13 Jerry Quinn <jlquinn@optonline.net>
22376
22377 * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
22378 * doc/c-tree.texi: Remove.
22379 * doc/generic.texi: Merge c-tree.texi here.
22380 * doc/gccint.texi (Trees): Remove menu entry.
22381 (c-tree.texi): Remove @include.
22382 * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
22383 * doc/languages.texi (Reading RTL): Ditto.
22384
22385 2010-03-12 Steve Ellcey <sje@cup.hp.com>
22386
22387 PR target/42869
22388 * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
22389
22390 2010-03-12 Michael Meissner <meissner@linux.vnet.ibm.com>
22391
22392 PR middle-end/42431
22393 * gcc/config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
22394 code added to work around reload clobbering CONST insns.
22395
22396 2010-03-12 Jakub Jelinek <jakub@redhat.com>
22397
22398 * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
22399 (cselib_preserve_definitely, cselib_clear_preserve): Remove.
22400 (cselib_preserve_only_values): Remove retain argument, don't
22401 traverse hash table with cselib_{preserve_definitely,clear_preserve}.
22402 * cselib.h (cselib_preserve_only_values): Remove retain argument.
22403 * var-tracking.c (micro_operation): Move insn field before union.
22404 Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
22405 (struct variable_tracking_info_def): Remove n_mos field, change
22406 mos into a vector of micro_operations.
22407 (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
22408 (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
22409 compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
22410 changing into a vector.
22411 (add_with_sets): Likewise. Ensure MO_VAL_USE uops from add_stores
22412 come before all other uops generated by add_stores.
22413 (vt_add_function_parameters): Adjust for cselib_preserve_only_values
22414 argument removal.
22415 (vt_initialize): Likewise. Adjust for VTI (bb)->mos changing into
22416 a vector. Run just one pass over the bbs instead of separate counting
22417 and computation phase.
22418 (vt_finalize): Free VTI (bb)->mos vector instead of array.
22419
22420 PR debug/43329
22421 * tree-inline.c (remap_decls): Put old_var rather than origin_var
22422 into *nonlocalized_list vector.
22423 * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
22424 even if origin is non-NULL.
22425 (gen_variable_die): Likewise.
22426 (process_scope_var): Don't change origin.
22427 (gen_decl_die): Likewise.
22428 * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
22429 before adding new edges instead of after it, fix moving over
22430 debug stmts.
22431
22432 2010-03-11 David S. Miller <davem@davemloft.net>
22433
22434 * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
22435 of four.
22436 * configure: Rebuild.
22437
22438 2010-03-11 Martin Jambor <mjambor@suse.cz>
22439
22440 PR tree-optimization/43257
22441 * tree.c (assign_assembler_name_if_neeeded): New function.
22442 (free_lang_data_in_cgraph): Assembler name assignment moved to the
22443 above new function.
22444 * tree.h (assign_assembler_name_if_neeeded): Declare.
22445 * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
22446 the function if needed.
22447
22448 2010-03-11 Chris Demetriou <cgd@google.com>
22449
22450 * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
22451 include/stdint-gcc.h, and include/stdint.h world-readable.
22452
22453 2010-03-11 Richard Guenther <rguenther@suse.de>
22454
22455 PR tree-optimization/43255
22456 * tree-vrp.c (process_assert_insertions_for): Do not insert
22457 asserts for trivial conditions.
22458
22459 2010-03-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22460
22461 PR tree-optimization/43280
22462 * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
22463 generation. Move calculation of size out of the if branch.
22464 (find_bswap): Modify compare number generation.
22465
22466 2010-03-11 Richard Guenther <rguenther@suse.de>
22467
22468 PR lto/43200
22469 * lto-streamer-in.c (maybe_fixup_decls): Simplify.
22470 (input_gimple_stmt): Fixup handled component types during
22471 operand read. Also fix up decls in ADDR_EXPRs.
22472
22473 2010-03-10 Eric Botcazou <ebotcazou@adacore.com>
22474
22475 * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
22476 * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
22477
22478 2010-03-10 Jan Hubicka <jh@suse.cz>
22479
22480 PR c/43288
22481 * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
22482 * varasm.c (get_variable_section): Don't do that here...
22483 (make_decl_rtl): ... and here.
22484 (do_assemble_alias): Produce decl RTL.
22485 (assemble_alias): Likewise.
22486
22487 2010-03-10 Jakub Jelinek <jakub@redhat.com>
22488
22489 PR debug/43290
22490 * reg-notes.def (REG_CFA_SET_VDRAP): New note.
22491 * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
22492 of fde->vdrap_reg.
22493 (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
22494 (based_loc_descr): Only express drap or vdrap regno based expressions
22495 using DW_OP_fbreg when not optimizing.
22496 * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
22497 make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
22498 REG_CFA_SET_VDRAP note.
22499
22500 2010-03-10 Alexander Monakov <amonakov@ispras.ru>
22501
22502 PR tree-optimization/43236
22503 * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
22504 error in calculation of base address in reverse iteration case.
22505 (generate_builtin): Take number of latch executions if the statement
22506 is in the latch.
22507
22508 2010-03-10 Andrey Belevantsev <abel@ispras.ru>
22509
22510 PR middle-end/42859
22511 * tree-eh.c: Include pointer-set.h.
22512 (lower_eh_dispatch): Filter out duplicate case labels and
22513 remove the unneeded edge when the label is unused. Return
22514 true when some edges are removed.
22515 (execute_lower_eh_dispatch): When any lowering resulted in
22516 removing an edge, also delete unreachable blocks.
22517
22518 2010-03-10 Jakub Jelinek <jakub@redhat.com>
22519
22520 PR bootstrap/43287
22521 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
22522 UNSPEC_MACHOPIC_OFFSET.
22523
22524 2010-03-09 Andreas Schwab <schwab@linux-m68k.org>
22525
22526 PR target/43294
22527 * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
22528 (m68k_delegitimize_address): New function.
22529
22530 2010-03-09 Jakub Jelinek <jakub@redhat.com>
22531
22532 PR debug/43299
22533 * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
22534
22535 PR debug/43299
22536 * var-tracking.c (adjust_sets): New function.
22537 (count_with_sets, add_with_sets): Use it.
22538 (get_adjusted_src): New inline function.
22539 (add_stores): Use it.
22540
22541 PR debug/43304
22542 * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
22543 call cselib_dummy_expand_value_rtx_cb instead of
22544 cselib_expand_value_rtx_cb.
22545
22546 PR debug/43293
22547 * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
22548 * config/i386/i386.c: Include debug.h and dwarf2out.h.
22549 (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
22550 and .cfi_endproc around the pic thunks.
22551 (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
22552 all queued unwind info register saves are saved before the call.
22553 For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
22554 considered as sp-=4 for unwind info and the pop as sp+=4 which
22555 also clobbers dest, but doesn't actually restore it.
22556
22557 PR debug/43290
22558 * config/i386/i386.c (ix86_get_drap_rtx): Don't set
22559 RTX_FRAME_RELATED_P.
22560
22561 2010-03-09 Jie Zhang <jie@codesourcery.com>
22562
22563 * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
22564 whitespaces in output template.
22565
22566 2010-03-09 Jie Zhang <jie@codesourcery.com>
22567
22568 * ira-lives.c (check_and_make_def_use_conflict): Don't fall
22569 out array boundary.
22570
22571 2010-03-08 Jakub Jelinek <jakub@redhat.com>
22572
22573 * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
22574 builtins.exp in a separate job.
22575
22576 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22577
22578 * graphite-sese-to-poly.c (add_param_constraints): Use
22579 lower_bound_in_type and upper_bound_in_type.
22580
22581 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22582
22583 * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
22584 instead of unsigned_type_node.
22585
22586 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22587 Reza Yazdani <reza.yazdani@amd.com>
22588
22589 PR middle-end/43065
22590 * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
22591 on pointer type parameters.
22592
22593 2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
22594
22595 PR middle-end/42644
22596 PR middle-end/42130
22597 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
22598 handle conversions from pointer to integers.
22599 (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
22600 induction variable, to be able to work with code generated by CLooG.
22601 * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
22602 (build_poly_scop): Bail out if we cannot codegen a loop.
22603
22604 2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
22605
22606 * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
22607 code generation with gloog_error.
22608
22609 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22610
22611 * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
22612 Call fold_convert on all the returned values.
22613 (expand_scalar_variables_expr): Pass to
22614 expand_scalar_variables_ssa_name the type of the resulting expression.
22615
22616 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22617
22618 * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
22619 ppl_min_for_le_pointset.
22620 Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
22621 * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
22622
22623 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22624
22625 * graphite-dependences.c (map_into_dep_poly): Removed.
22626 (dependence_polyhedron_1): Use combine_context_id_scat.
22627
22628 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22629
22630 * graphite-poly.h (struct poly_scattering): Add layout documentation.
22631 (struct poly_bb): Same.
22632 (combine_context_id_scat): New.
22633
22634 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22635
22636 PR middle-end/42326
22637 * sese.c (name_defined_in_loop_p): Return false for default
22638 definitions.
22639
22640 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22641
22642 * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
22643 and clean up the logic.
22644
22645 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
22646
22647 * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
22648 early return.
22649
22650 2010-03-08 Jakub Jelinek <jakub@redhat.com>
22651
22652 * var-tracking.c (remove_cselib_value_chains): Define only for
22653 ENABLE_CHECKING.
22654 (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
22655 delete_slot_part, emit_notes_for_differences_1): Don't call
22656 remove_cselib_value_chains here.
22657 (set_slot_part, emit_notes_for_differences_2): Don't call
22658 add_cselib_value_chains here.
22659 (preserved_values): New vector.
22660 (preserve_value): New function.
22661 (add_uses, add_stores, vt_add_function_parameters): Use it
22662 instead of cselib_preserve_value.
22663 (changed_values_stack): New vector.
22664 (check_changed_vars_0): New function.
22665 (check_changed_vars_1, check_changed_vars_2): Use it.
22666 (emit_notes_for_changes): Call set_dv_changed (*, false) on all
22667 changed_values_stack VALUEs.
22668 (vt_emit_notes): For all preserved_values call
22669 add_cselib_value_chains. If ENABLE_CHECKING call
22670 remove_cselib_value_chains before verifying value_chains is empty.
22671 Initialize and free changed_values_stack.
22672 (vt_initialize): Initialize preserved_values.
22673 (vt_finalize): Free preserved_values.
22674
22675 2010-03-08 Richard Guenther <rguenther@suse.de>
22676
22677 PR tree-optimization/43269
22678 * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
22679 region detection.
22680
22681 2010-03-08 Martin Jambor <mjambor@suse.cz>
22682
22683 * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
22684 (ipa_is_param_called): Removed.
22685 * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
22686 (ipa_print_node_params): Do not print the called flag.
22687 (ipa_write_node_info): Do not stream the called flag.
22688 (ipa_read_node_info): Likewise.
22689
22690 2010-03-07 Jakub Jelinek <jakub@redhat.com>
22691
22692 PR debug/43176
22693 * Makefile.in (var-tracking.o): Depend on pointer-set.h.
22694 * cselib.c (struct expand_value_data): Add dummy field.
22695 (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
22696 dummy to false.
22697 (cselib_dummy_expand_value_rtx_cb): New function.
22698 (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
22699 any rtl.
22700 * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
22701 * var-tracking.c: Include pointer-set.h.
22702 (variable): Change n_var_parts to char from int. Add
22703 cur_loc_changed and in_changed_variables fields.
22704 (variable_canonicalize): Remove.
22705 (shared_var_p): New inline function.
22706 (unshare_variable): Maintain cur_loc_changed and
22707 in_changed_variables fields. If var was in changed_variables,
22708 replace it there with new_var. Just copy cur_loc instead of
22709 resetting it to something else.
22710 (variable_union): Don't recompute cur_loc. Use shared_var_p.
22711 (dataflow_set_union): Don't call variable_canonicalize.
22712 (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
22713 of their DEBUG_EXPR_TREE_DECLs.
22714 (canonicalize_loc_order_check): Verify that cur_loc is NULL
22715 and in_changed_variables and cur_loc_changed is false.
22716 (variable_merge_over_cur): Clear cur_loc, in_changed_variables
22717 and cur_loc_changed. Don't update cur_loc here.
22718 (variable_merge_over_src): Don't call variable_canonicalize.
22719 (dataflow_set_preserve_mem_locs): Use shared_var_p. When
22720 removing loc that is equal to cur_loc, clear cur_loc,
22721 set cur_loc_changed and ensure variable_was_changed is called.
22722 (dataflow_set_remove_mem_locs): Use shared_var_p. Only
22723 compare pointers in cur_loc check, if it is equal to loc,
22724 clear cur_loc and set cur_loc_changed. Don't recompute cur_loc here.
22725 (variable_different_p): Remove compare_current_location argument,
22726 don't compare cur_loc.
22727 (dataflow_set_different_1): Adjust variable_different_p caller.
22728 (variable_was_changed): If dv had some var in changed_variables
22729 already, reset in_changed_variables flag for it and propagate
22730 cur_loc_changed over to the new variable. On empty var
22731 always set cur_loc_changed. Set in_changed_variables on whatever
22732 var is added to changed_variables.
22733 (set_slot_part): Clear cur_loc_changed and in_changed_variables.
22734 Use shared_var_p. When removing loc that is equal to cur_loc,
22735 clear cur_loc and set cur_loc_changed. If cur_loc is NULL at the
22736 end, don't set it to something else, just call variable_was_changed.
22737 (delete_slot_part): Use shared_var_p. When cur_loc equals to
22738 loc being removed, clear cur_loc and set cur_loc_changed.
22739 Set cur_loc_changed if all locations have been removed.
22740 (struct expand_loc_callback_data): New type.
22741 (vt_expand_loc_callback): Add dummy mode in which no rtxes are
22742 allocated. Always create SUBREGs if simplify_subreg failed.
22743 Prefer to use cur_loc, when that fails and still in
22744 changed_variables (and seen first time) recompute it. Set
22745 cur_loc_changed of variables which had to change cur_loc and
22746 compute elcd->cur_loc_changed if any of the subexpressions used
22747 had to change cur_loc.
22748 (vt_expand_loc): Adjust to pass arguments in
22749 expand_loc_callback_data structure.
22750 (vt_expand_loc_dummy): New function.
22751 (emitted_notes): New variable.
22752 (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
22753 that weren't used for any other decl in current
22754 emit_notes_for_changes call call vt_expand_loc_dummy to update
22755 cur_loc. For -fno-var-tracking-assignments, set cur_loc to
22756 first loc_chain location if NULL before. Always use just
22757 cur_loc instead of first loc_chain location. When cur_loc_changed
22758 is false, when not --enable-checking=rtl just don't emit any note.
22759 When rtl checking, compute the note and assert it is the same
22760 as previous note. Clear cur_loc_changed and in_changed_variables
22761 at the end before removing from changed_variables.
22762 (check_changed_vars_3): New function.
22763 (emit_notes_for_changes): Traverse changed_vars to call
22764 check_changed_vars_3 on each changed var.
22765 (emit_notes_for_differences_1): Clear cur_loc_changed and
22766 in_changed_variables. Recompute cur_loc of new_var.
22767 (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
22768 (vt_emit_notes): Initialize and destroy emitted_notes.
22769
22770 2010-03-07 Bernd Schmidt <bernd.schmidt@analog.com>
22771
22772 PR rtl-optimization/42220
22773 * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
22774 Use verify_reg_tracked to determine if we should use OP_OUT rather
22775 than OP_INOUT.
22776 (build_def_use): If we see an in-out operand for a register that we
22777 know nothing about, treat is an output if possible, fail the block if
22778 not.
22779
22780 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
22781
22782 PR debug/42897
22783 * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
22784 permanently.
22785
22786 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
22787
22788 PR debug/42897
22789 * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
22790 uses of relevant DEFs that are dead outside the loop too.
22791
22792 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
22793
22794 * var-tracking.c (dataflow_set_merge): Swap src and src2.
22795 Reverted:
22796 2010-01-13 Jakub Jelinek <jakub@redhat.com>
22797 PR debug/41371
22798 * var-tracking.c (values_to_unmark): New variable.
22799 (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
22800 values_to_unmark vector. Moved body to...
22801 (find_loc_in_1pdv_1): ... this. Don't clear VALUE_RECURSED_INTO,
22802 instead queue it into values_to_unmark vector.
22803 (vt_find_locations): Free values_to_unmark vector.
22804
22805 2010-03-05 Eric Botcazou <ebotcazou@adacore.com>
22806
22807 * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
22808 (site.exp): Export them when plugins are enabled.
22809
22810 2010-03-05 Sebastian Pop <sebastian.pop@amd.com>
22811
22812 PR middle-end/42326
22813 * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
22814 that contain scevs.
22815 (chrec_fold_multiply): Same.
22816
22817 2010-03-04 Andrew Pinski <andrew_pinski@caviumnetworks.com>
22818
22819 PR c/43248
22820 * c-decl.c (build_compound_literal): Return early if init is
22821 an error_mark_node.
22822
22823 2010-03-04 Martin Jambor <mjambor@suse.cz>
22824
22825 PR tree-optimization/43164
22826 PR tree-optimization/43191
22827 * tree-sra.c (type_consists_of_records_p): Reject records with
22828 zero-size bit-fields at the end.
22829
22830 2010-03-04 Mike Stump <mikestump@comcast.net>
22831
22832 * Makefile.in (TAGS): Remove *.y.
22833
22834 2010-03-04 Richard Guenther <rguenther@suse.de>
22835
22836 PR tree-optimization/40761
22837 * tree-ssa-pre.c (compute_antic): Walk reverse postorder
22838 in reverse order.
22839 (my_rev_post_order_compute): New function.
22840 (init_pre): Call it.
22841
22842 2010-03-04 Changpeng Fang <changpeng.fang@amd.com>
22843
22844 PR middle-end/43209
22845 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
22846 decrease the cost of an IV candidate when the cost is infinite.
22847
22848 2010-03-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22849
22850 * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
22851 Use '3DNow!' for the extension of that name, ensure normal space
22852 after the string.
22853 * doc/invoke.texi (i386 and x86-64 Options): Likewise.
22854
22855 2010-03-03 Jeff Law <law@redhat.com>
22856
22857 * PR middle-end/32693
22858 * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
22859 than gen_rtx_SUBREG.
22860 (extract_bit_field_1): Likewise.
22861
22862 2010-03-03 Janis Johnson <janis187@us.ibm.com>
22863
22864 * doc/sourcebuild.texi (Test directives): Document that arguments
22865 include-opts and exclude-opts are now optional for dg-skip-if,
22866 dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
22867
22868 2010-03-03 Jason Merrill <jason@redhat.com>
22869
22870 PR c++/12909
22871 * cgraph.h (varpool_node): Add extra_name field.
22872 * varpool.c (varpool_extra_name_alias): New.
22873 (varpool_assemble_decl): Emit extra name aliases.
22874 (varpool_mark_needed_node): Look past an extra name alias.
22875 * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
22876 * lto-streamer-in.c (lto_input_tree): Read it.
22877 * lto-streamer-out.c (output_unreferenced_globals): Write it.
22878
22879 2010-03-03 Eric Botcazou <ebotcazou@adacore.com>
22880
22881 * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
22882 (sparc*-*-solaris2*): ...this.
22883
22884 2010-03-03 Jakub Jelinek <jakub@redhat.com>
22885
22886 PR debug/43229
22887 * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
22888 WIDEN_MULT_EXPR and WIDEN_SUM_EXPR. Return NULL without
22889 ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
22890 FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
22891
22892 PR debug/43237
22893 * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
22894 fallthrough to default handling, just with want_address 0 instead of 2.
22895 For single element lists, add_AT_loc directly, otherwise create an
22896 artificial variable DIE and stick location list to it.
22897
22898 PR debug/43177
22899 * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
22900 (VAL_EXPR_HAS_REVERSE): Define.
22901 (reverse_op): New function.
22902 (add_stores): For reversible operations add an extra MO_VAL_USE.
22903
22904 2010-03-02 Jason Merrill <jason@redhat.com>
22905
22906 * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
22907
22908 2010-03-02 Eric Botcazou <ebotcazou@adacore.com>
22909
22910 * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
22911 (sparc64-*-linux*): Likewise.
22912 (sparc64-*-solaris2*): Include assembler files before linker ones.
22913 (sparc-*-solaris2*): Simplify and reorder to match previous case.
22914 * config/sparc/gas.h: Delete.
22915 * config/sparc/sol2-64.h: Add copyright notice.
22916 * config/sparc/sol2-gas-bi.h: Likewise.
22917 * config/sparc/sol2-gld.h: Likewise.
22918 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
22919 * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
22920 * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
22921 * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
22922 (sparc_elf_asm_named_section): Rename into...
22923 (sparc_solaris_elf_asm_named_section): ...this. Always define.
22924
22925 2010-03-02 Uros Bizjak <ubizjak@gmail.com>
22926
22927 * config/alpha/alpha.c (override_options): Fix -mtune error message.
22928
22929 2010-03-02 Jeff Law <law@redhat.com>
22930
22931 PR middle-end/42431
22932 * reload1.c (rtx_p, substitute_stack): Declare.
22933 (substitute): Record addresses of changed rtxs.
22934 (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
22935 Restore the original rtx when complete.
22936 (reload): Free subsitute_stack when complete.
22937
22938 2010-03-02 Janis Johnson <janis187@us.ibm.com>
22939
22940 * doc/gccint.texi (menu): Add Testsuites as a chapter.
22941 * doc/sourcebuild.texi (Testsuites): Move up a level to be a
22942 new chapter.
22943 (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
22944 LTO Testing, gcov Testing, profopt Testing, compat Testing,
22945 Torture Tests): Change from subsection to section.
22946
22947 2010-03-02 Jakub Jelinek <jakub@redhat.com>
22948 Steven Bosscher <steven@gcc.gnu.org>
22949
22950 * var-tracking.c (vt_initialize): Scan insns in ebb chunks
22951 instead of bb.
22952
22953 2010-03-02 Reza Yazdani <reza.yazdani@amd.com>
22954
22955 PR middle-end/42640
22956 * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
22957 the assignment from the new induction variable to the assignment
22958 of the value from the original loop PHI function.
22959
22960 2010-03-01 Janis Johnson <janis187@us.ibm.com>
22961 Daniel Jacobowitz <dan@codesourcery.com>
22962
22963 * doc/sourcebuild.texi (Test directives): Clarify options to
22964 dg-skip-if.
22965
22966 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22967
22968 * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
22969 Disable cfi directives unless GCC and gas agree on using read-only
22970 .eh_frame sections for 64-bit.
22971 * configure: Regenerate.
22972
22973 2010-03-01 Richard Guenther <rguenther@suse.de>
22974
22975 PR tree-optimization/43220
22976 * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
22977 BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
22978
22979 2010-03-01 Richard Guenther <rguenther@suse.de>
22980 Martin Jambor <mjambor@suse.cz>
22981
22982 PR middle-end/41250
22983 * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
22984 gimplified parameters.
22985
22986 2010-03-01 Christian Bruel <christian.bruel@st.com>
22987
22988 * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
22989
22990 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
22991
22992 * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
22993
22994 2010-03-01 Richard Guenther <rguenther@suse.de>
22995
22996 PR middle-end/43213
22997 * expr.c (expand_assignment): Use the alias-oracle to tell
22998 if the rhs aliases the result decl.
22999
23000 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23001
23002 PR pch/14940
23003 * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
23004 to sol_gt_pch_get_address.
23005 (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
23006 64-bit, SPARC and x86.
23007 (sol_gt_pch_get_address): New function.
23008
23009 2010-03-01 Marco Poletti <poletti.marco@gmail.com>
23010
23011 * toplev.h (inform_n, error_n): Declare.
23012 * diagnostic.c (inform_n, error_n): New function.
23013
23014 2010-03-01 Jakub Jelinek <jakub@redhat.com>
23015
23016 * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
23017 has no rtl yet when processing local_decls, queue it and recheck
23018 if deferred stack allocation hasn't assigned it rtl.
23019
23020 2010-02-28 Kaz Kojima <kkojima@gcc.gnu.org>
23021
23022 * config/sh/sh.c (unspec_bbr_uid): New.
23023 (gen_block_redirect): Use it instead of INSN_UID.
23024 (gen_far_branch): Likewise.
23025
23026 2010-02-28 H.J. Lu <hongjiu.lu@intel.com>
23027
23028 * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
23029 it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
23030
23031 2010-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23032
23033 * doc/invoke.texi (Warning Options, RX Options): Fix typos.
23034 (Warning Options): -Wno-conversion-null is valid for
23035 Objective-C++ as well.
23036 * doc/tm.texi (Named Address Spaces): Likewise.
23037 * doc/plugins.texi (Plugins): Replace TABs with spaces.
23038 * doc/tree-ssa.texi (Tree SSA): Likewise.
23039
23040 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
23041
23042 PR bootstrap/43202
23043 * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
23044 by default. Don't set the default arch for
23045 i[34567]86-*-darwin*|x86_64-*-darwin*.
23046
23047 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
23048
23049 PR bootstrap/43202
23050 * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
23051 default. Set the default 32bit/64bit archs with $with_arch
23052 instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
23053
23054 2010-02-27 Richard Guenther <rguenther@suse.de>
23055
23056 PR tree-optimization/43186
23057 * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
23058 * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
23059 * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
23060 unroller iterations.
23061
23062 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
23063
23064 * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
23065 required and i[34567]86-*-* targets don't support 64bit ISA.
23066
23067 2010-02-26 Eric Botcazou <ebotcazou@adacore.com>
23068
23069 PR ada/43096
23070 * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
23071 the same alias set.
23072
23073 2010-02-26 H.J. Lu <hongjiu.lu@intel.com>
23074
23075 * config.gcc: Set the default arch at least to Prescott for
23076 i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
23077 if SSE math is enabled.
23078
23079 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
23080
23081 * diagnostic.c (diagnostic_initialize): Update.
23082 (diagnostic_report_diagnostic): Test inhibit_notes_p for
23083 informative notes.
23084 * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
23085 (diagnostic_inhibit_notes): New.
23086 * toplev.c (process_options): inhibit notes with -fcompare-debug.
23087
23088 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
23089
23090 PR c/20631
23091 * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
23092 * doc/standards.texi: Likewise.
23093 * doc/extend.texi: Likewise.
23094 * doc/trouble.texi: Likewise.
23095 * doc/cppopts.texi: Likewise.
23096 * doc/install.texi: Likewise.
23097 * c.opt (std=c90,std=gnu90): New options.
23098 * c-opts.c (c_common_handle_option): Handle them.
23099
23100 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
23101
23102 PR c/24577
23103 * c-decl.c (undeclared_variable): Use an informative note.
23104
23105 2010-02-26 Richard Guenther <rguenther@suse.de>
23106
23107 PR tree-optimization/43186
23108 * gimple.h (gimple_fold): Remove.
23109 * gimple.c (gimple_fold): Remove. Inline into single user ...
23110 * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
23111 Try harder for conditions.
23112
23113 2010-02-26 Jakub Jelinek <jakub@redhat.com>
23114
23115 PR debug/43190
23116 * function.c (used_types_insert): Don't skip through named pointer
23117 types. Don't use TYPE_MAIN_VARIANT if the original type has a name
23118 and it is different from the main variant's type.
23119
23120 2010-02-26 Nick Clifton <nickc@redhat.com>
23121
23122 * config/rx/rx.md (sminsi3): Remove bogus alternative.
23123
23124 2010-02-26 H.J. Lu <hongjiu.lu@intel.com>
23125
23126 * config.gcc: Support --with-fpmath=sse for x86.
23127
23128 * config/i386/ssemath.h: New.
23129
23130 * doc/install.texi (--with-fpmath=sse): Documented.
23131
23132 2010-02-26 Richard Guenther <rguenther@suse.de>
23133
23134 PR tree-optimization/43188
23135 * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
23136 vector types of over-aligned element type.
23137
23138 2010-02-26 Uros Bizjak <ubizjak@gmail.com>
23139
23140 PR target/43175
23141 * config/i386/i386.c (expand_vec_perm_blend): Use correct
23142 operands in V8HImode subregs. Fix operand order in VEC_MERGE rtx.
23143
23144 2010-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
23145
23146 * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
23147
23148 2010-02-26 Jakub Jelinek <jakub@redhat.com>
23149
23150 * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
23151 * var-tracking.c: Include diagnostic.h.
23152 (debug_dv): New function.
23153 (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
23154
23155 PR debug/43160
23156 * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
23157 (add_value_chain, add_value_chains, remove_value_chain,
23158 remove_value_chains): Handle DEBUG_EXPRs.
23159 (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
23160
23161 PR debug/43161
23162 * regcprop.c (struct queued_debug_insn_change): New type.
23163 (struct value_data_entry): Add debug_insn_changes field.
23164 (struct value_data): Add n_debug_insn_changes field.
23165 (debug_insn_changes_pool): New variable.
23166 (free_debug_insn_changes, apply_debug_insn_changes,
23167 cprop_find_used_regs_1, cprop_find_used_regs): New functions.
23168 (kill_value_one_regno): Call free_debug_insn_changes if needed.
23169 (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
23170 fields.
23171 (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
23172 changes for them.
23173 (copyprop_hardreg_forward_1): Don't call apply_change_group for
23174 DEBUG_INSNs. For a real insn, if there are queued DEBUG_INSN
23175 changes, call cprop_find_used_regs via note_stores.
23176 (copyprop_hardreg_forward): When copying vd from predecessor
23177 which has any queued DEBUG_INSN changes, make sure the pointers are
23178 cleared. At the end call df_analyze and then if there are any
23179 DEBUG_INSN changes queued at the end of some basic block for still
23180 live registers, apply them.
23181 (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
23182
23183 2010-02-25 Uros Bizjak <ubizjak@gmail.com>
23184
23185 * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
23186 (arm*-*-*): Ditto.
23187
23188 2010-02-25 H.J. Lu <hongjiu.lu@intel.com>
23189
23190 * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
23191 targets. Set the default with_cpu/with_arch from arch/cpu.
23192 Allow x86-64 and native for with_cpu/with_arch.
23193
23194 2010-02-25 Nicolas Benoit <nbenoit@tuxfamily.org>
23195
23196 * ebitmap.c: Change calls to verify_popcount with calls to
23197 sbitmap_verify_popcount.
23198 (ebitmap_clear_bit): Fixed map->cacheindex test and
23199 map>cache update when bit clearing results in an empty
23200 element.
23201
23202 2010-02-25 Michael Meissner <meissner@linux.vnet.ibm.com>
23203
23204 PR target/43154
23205 * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
23206 (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
23207 and support both V2DF and V2DI modes.
23208 (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
23209 support both V2DF and V2DI modes.
23210 (general): Delete trailing whitespace from a few patterns.
23211
23212 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
23213 V2DF/V2DI interleave high/low builtins.
23214
23215 * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
23216 new VSX builtins.
23217
23218 * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
23219 interleave high/low functions.
23220
23221 2010-02-25 Gerald Pfeifer <gerald@pfeifer.com>
23222
23223 * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
23224 #pragma extern_prefix.
23225
23226 2010-02-25 Jakub Jelinek <jakub@redhat.com>
23227
23228 PR debug/43166
23229 * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
23230 BLKmode, assert op0 is a MEM and just adjust its mode.
23231
23232 PR debug/43165
23233 * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
23234 if bitpos isn't multiple of mode's bitsize.
23235
23236 2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
23237
23238 * c.opt (-ftemplate-depth=): New.
23239 (-ftemplate-depth-): Deprecate.
23240 * optc-gen.awk: Handle -ftemplate-depth=.
23241 * opth-gen.awk: Likewise.
23242 * c-opts.c (c_common_handle_option): Likewise.
23243 * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
23244
23245 2010-02-24 Jason Merrill <jason@redhat.com>
23246
23247 * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
23248
23249 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23250
23251 * cfg.c (alloc_aux_for_block): Remove inline.
23252 (alloc_aux_for_edge): Likewise.
23253
23254 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23255
23256 * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
23257
23258 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23259
23260 * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
23261 * config/i386/sol2-gas.h: New file.
23262 * config.gcc (i[34567]86-*-solaris2*): Use it.
23263
23264 2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
23265
23266 PR c/43128
23267 * c-typeck.c (ep_convert_and_check): New.
23268 (build_conditional_expr): Use it.
23269 (build_binary_op): Likewise.
23270
23271 2010-02-24 Jakub Jelinek <jakub@redhat.com>
23272
23273 * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
23274
23275 PR debug/43150
23276 * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
23277 bounds even for -O+.
23278 * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
23279 expr needs to have DECL_NAME set.
23280
23281 2010-02-24 Nick Clifton <nickc@redhat.com>
23282
23283 * config/mep/mep.c: Include gimple.h.
23284 (mep_function_uses_sp): Delete unused function.
23285 (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
23286 parameters. Use unsigned integers to count args. Return a
23287 NULL_RTX instead of an error_mark_node. Toidy up formatting.
23288
23289 2010-02-23 Jakub Jelinek <jakub@redhat.com>
23290
23291 PR target/43107
23292 * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
23293 greater or equal to nelt instead of 2 * nelt.
23294 (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
23295 with nelt - 1.
23296
23297 2010-02-23 Jason Merrill <jason@redhat.com>
23298
23299 PR debug/42800
23300 * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
23301 in cfun->local_decls even if they have register types.
23302
23303 PR c++/42837
23304 * stor-layout.c (place_field): Don't warn about unnecessary
23305 DECL_PACKED if the type is packed.
23306
23307 2010-02-23 Jakub Jelinek <jakub@redhat.com>
23308
23309 PR target/43139
23310 * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
23311 GOTOFF relocs, even when the base reg isn't pic pointer.
23312
23313 2010-02-23 Michael Matz <matz@suse.de>
23314
23315 PR debug/43077
23316 * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
23317 (expand_gimple_basic_block): Generate and use debug temps if there
23318 are debug uses left after the last real use of TERed ssa names.
23319 Unlink debug immediate uses when they are expanded.
23320
23321 2010-02-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
23322
23323 PR 43123
23324 * config/i386/i386.c (override_options): Reorganise to provide
23325 better error messages.
23326
23327 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
23328
23329 PR middle-end/43083
23330 * graphite-scop-detection.c (create_single_exit_edge): Move
23331 the call to find_single_exit_edge to....
23332 (create_sese_edges): ...here. Don't handle multiple edges
23333 exiting the function.
23334 (build_graphite_scops): Don't handle multiple edges
23335 exiting the function.
23336
23337 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
23338
23339 PR middle-end/43097
23340 * sese.c (get_rename): Assert that old_name is an SSA_NAME.
23341 (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
23342
23343 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
23344
23345 PR middle-end/43026
23346 * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
23347
23348 2010-02-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
23349
23350 PR c++/43126
23351 * c-typeck.c (convert_arguments): Print declaration location.
23352 * c-common.c (validate_nargs): Rename as
23353 builtin_function_validate_nargs.
23354 (check_builtin_function_arguments): Update.
23355
23356 2010-02-22 Richard Guenther <rguenther@suse.de>
23357
23358 PR lto/43045
23359 * tree-inline.c (declare_return_variable): Use the type of
23360 the call stmt lhs if available.
23361
23362 2010-02-22 Duncan Sands <baldrick@free.fr>
23363
23364 * passes.c (register_pass): Always consider all pass lists when
23365 ref_pass_instance_number is zero.
23366
23367 2010-02-22 Richard Guenther <rguenther@suse.de>
23368
23369 PR tree-optimization/42749
23370 * tree-tailcall.c (adjust_return_value_with_ops): Drop update
23371 parameter. Do arithmetic in the original type.
23372 (update_accumulator_with_ops): Likewise.
23373 (adjust_accumulator_values): Adjust.
23374
23375 2010-02-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23376
23377 * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
23378 (QI to BLKmode splitter): New splitter.
23379
23380 2010-02-22 H.J. Lu <hongjiu.lu@intel.com>
23381
23382 * config/i386/i386.c (initial_ix86_tune_features): Turn on
23383 X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
23384
23385 2010-02-22 Richard Guenther <rguenther@suse.de>
23386
23387 * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
23388
23389 2010-02-22 Hans-Peter Nilsson <hp@bitrange.com>
23390
23391 Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
23392 * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
23393 ($(T)crti.o, $(T)crtn.o): Remove rules.
23394
23395 2010-02-21 Tobias Burnus <burnus@net-b.de>
23396
23397 PR fortran/35259
23398 * doc/invoke.texi (-fassociative-math): Document that this
23399 option is automatically enabled for Fortran.
23400
23401 2010-02-20 David S. Miller <davem@davemloft.net>
23402
23403 * configure.ac: Test if linker and assembler properly support
23404 GOTDATA_OP relocations.
23405 * configure: Rebuild.
23406 * config.in: Likewise.
23407 * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
23408 (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
23409 (movsi_high_pic): Likewise.
23410 (movdi_lo_sum_pic): Likewise.
23411 (movdi_high_pic): Likewise.
23412 (movsi_pic_gotdata_op): New pattern.
23413 (movdi_pic_gotdata_op): Likewise.
23414 * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
23415 emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
23416
23417 2010-02-20 Uros Bizjak <ubizjak@gmail.com>
23418
23419 PR target/43067
23420 * config/i386/sse.md (xop_mulv2div2di3_low): Change type
23421 attribute to ssemul.
23422 (xop_mulv2div2di3_high): Ditto.
23423
23424 2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
23425
23426 PR c++/35669
23427 * c.opt (Wconversion-null): New option.
23428 * doc/invoke.texi (Wconversion-null): Document.
23429
23430 2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
23431
23432 * common.opt (Wlarger-than-): Add Undocumented.
23433
23434 2010-02-19 Mike Stump <mikestump@comcast.net>
23435
23436 * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
23437
23438 2010-02-19 Jason Merrill <jason@redhat.com>
23439
23440 PR target/40332
23441 * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
23442 * configure: Likewise.
23443
23444 2010-02-20 Alan Modra <amodra@gmail.com>
23445
23446 PR middle-end/42344
23447 * cgraph.h (cgraph_make_decl_local): Declare.
23448 * cgraph.c (cgraph_make_decl_local): New function.
23449 (cgraph_make_node_local): Use it.
23450 * cgraphunit.c (cgraph_function_versioning): Likewise.
23451 * ipa.c (function_and_variable_visibility): Likewise.
23452
23453 2010-02-19 Jakub Jelinek <jakub@redhat.com>
23454
23455 PR bootstrap/43121
23456 * except.c (sjlj_emit_function_enter): Don't call
23457 add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
23458 directly.
23459 * rtl.h (add_reg_br_prob_note): Remove prototype.
23460
23461 2010-02-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
23462
23463 PR 41779
23464 * c-common.c (conversion_warning): Remove widening conversions
23465 before checking the conversion of integers to reals.
23466
23467 2010-02-19 Mike Stump <mikestump@comcast.net>
23468
23469 PR middle-end/43125
23470 * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
23471
23472 PR objc/43061
23473 * cgraphunit.c (process_function_and_variable_attributes): Check
23474 DECL_PRESERVE_P instead of looking up attribute "used".
23475 * ipa-pure-const.c (check_decl): Likewise.
23476 * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
23477 * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
23478 * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
23479 instead of attribute "used".
23480 * config/sol2-c.c (solaris_pragma_init): Likewise.
23481 (solaris_pragma_fini): Likewise.
23482
23483 2010-02-19 Jakub Jelinek <jakub@redhat.com>
23484
23485 * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
23486 Use XCNEW instead of xcalloc.
23487 (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
23488 XNEW instead of xmalloc.
23489 (get_fields): Use XNEWVEC instead of xmalloc.
23490
23491 PR debug/43084
23492 * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
23493 populate vars array.
23494 (create_new_general_access): For debug stmts just reset value.
23495 (get_stmt_accesses): For accesses within debug stmts just record them
23496 using add_access_to_acc_sites instead of preventing the peeling or
23497 counting them as accesses.
23498
23499 PR middle-end/42233
23500 * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
23501
23502 2010-02-19 Richard Guenther <rguenther@suse.de>
23503
23504 PR tree-optimization/42916
23505 * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
23506 instructions.
23507
23508 2010-02-19 Andreas Schwab <schwab@linux-m68k.org>
23509
23510 * configure.ac: Replace all uses of changequote in macro arguments
23511 with proper quoting.
23512
23513 2010-02-19 Jakub Jelinek <jakub@redhat.com>
23514
23515 PR middle-end/42233
23516 * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
23517
23518 2010-02-19 Richard Guenther <rguenther@suse.de>
23519
23520 PR tree-optimization/42944
23521 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
23522 test for aliasing with errno.
23523
23524 2010-02-19 Jakub Jelinek <jakub@redhat.com>
23525
23526 PR middle-end/42233
23527 * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
23528 do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
23529 * dojump.c: Include output.h.
23530 (inv): New inline function.
23531 (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
23532 do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
23533 do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
23534 do_jump_by_parts_equality, do_compare_and_jump): Add PROB
23535 argument, pass it down to other calls.
23536 (do_compare_rtx_and_jump): Likewise. If PROB is not -1,
23537 add REG_BR_PROB note to the conditional jump.
23538 * cfgexpand.c (add_reg_br_prob_note): Removed.
23539 (expand_gimple_cond): Don't call it, add the probability
23540 as last argument to jumpif_1/jumpifnot_1.
23541 * Makefile.in (dojump.o): Depend on output.h.
23542 * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
23543 callers.
23544 * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
23545 * stmt.c (do_jump_if_equal): Likewise.
23546 * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
23547 * loop-unswitch.c (compare_and_jump_seq): Likewise.
23548 * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
23549 Likewise.
23550 * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
23551 * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
23552 jumpifnot_1 callers.
23553 (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
23554 callers.
23555 (store_expr): Adjust jumpifnot caller.
23556 (store_constructor): Adjust jumpif caller.
23557
23558 PR middle-end/42233
23559 * gimplify.c (gimple_boolify): For __builtin_expect call
23560 gimple_boolify also on its first argument.
23561
23562 2010-02-18 Uros Bizjak <ubizjak@gmail.com>
23563
23564 * configure.ac (gnu-unique-object): Wrap regexps using [] in
23565 changequote block.
23566 (__stack_chk_fail): Ditto. Remove quadrigraphs.
23567 * configure: Regenerated.
23568
23569 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
23570
23571 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
23572 lang_hooks.types_compatible_p instead of comptypes.
23573
23574 2010-02-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
23575
23576 * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
23577 (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
23578 if __prefer_thumb__ is defined.
23579
23580 2010-02-18 Martin Jambor <mjambor@suse.cz>
23581
23582 PR tree-optimization/43066
23583 * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
23584 array with zero-sized element type.
23585
23586 2010-02-18 Jakub Jelinek <jakub@redhat.com>
23587
23588 * dwarf2out.c (add_var_loc_to_decl): Change last argument to
23589 rtx, allocate struct var_loc_node here and return it to the
23590 caller, and only if it is actually needed.
23591 (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
23592 move it earlier and return immediately if it returns NULL.
23593
23594 2010-02-17 Mikael Pettersson <mikpe@it.uu.se>
23595
23596 * config/sparc/gas.h: New file. Restore
23597 TARGET_ASM_NAMED_SECTION to its ELF default.
23598 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
23599 check !HAVE_GNU_AS.
23600 * config/sparc/sparc.c (sparc_elf_asm_named_section):
23601 Likewise. Add ATTRIBUTE_UNUSED to prototype.
23602 * config.gcc (sparc*-*-linux*): Include sparc/gas.h
23603 after sparc/sysv4.h.
23604
23605 2010-02-17 Dave Korn <dave.korn.cygwin@gmail.com>
23606
23607 * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
23608
23609 2010-02-17 Steven Bosscher <steven@gcc.gnu.org>
23610
23611 * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
23612 patterns from predicated pattern.
23613
23614 2010-02-17 Uros Bizjak <ubizjak@gmail.com>
23615
23616 PR target/43103
23617 * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
23618 for insn mnemonic suffix.
23619
23620 2010-02-17 Richard Guenther <rguenther@suse.de>
23621
23622 * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
23623 to loop PHI nodes.
23624
23625 2010-02-17 Jakub Jelinek <jakub@redhat.com>
23626
23627 PR debug/42918
23628 * caller-save.c (save_call_clobbered_regs): If BB ends with
23629 a DEBUG_INSN, move any notes in between last real insn and the last
23630 DEBUG_INSN after the last DEBUG_INSN.
23631
23632 2010-02-16 Joern Rennecke <joern.rennecke@embecosm.com>
23633
23634 * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
23635 Fix return type. Fix argument type. Explain meaning of return value.
23636
23637 2010-02-16 Richard Guenther <rguenther@suse.de>
23638
23639 PR tree-optimization/41043
23640 * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
23641 (vrp_visit_assignment_or_call): Do not ask SCEV for regular
23642 statements ...
23643 (vrp_visit_phi_node): ... but only for loop PHI nodes.
23644
23645 2010-02-16 Ira Rosen <irar@il.ibm.com>
23646
23647 PR tree-optimization/43074
23648 * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
23649 * tree-vect-loop.c (vect_analyze_loop_operations): Add
23650 vectorizable cycles in hybrid SLP check.
23651 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
23652
23653 2010-02-16 Richard Guenther <rguenther@suse.de>
23654
23655 * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
23656 (true_dependence): If memrefs_conflict_p computes must-alias
23657 trust it. Move TBAA check after offset-based disambiguation.
23658 (canon_true_dependence): Likewise.
23659
23660 2010-02-16 Alexandre Oliva <aoliva@redhat.com>
23661
23662 * params.def (PARAM_MAX_VARTRACK_SIZE): New.
23663 * doc/invoke.texi: Document it.
23664 * var-tracking.c: Include toplev.h and params.h.
23665 (vt_find_locations): Return bool indicating success. Compute
23666 hash sizes unconditionally. Check new parameter, report.
23667 (variable_tracking_main_1): Check vt_find_locations results and
23668 retry. Renamed from...
23669 (variable_tracking_main): ... this. New wrapper to preserve
23670 flag_var_tracking_assignments.
23671 * Makefile.in (var-tracking.o): Adjust dependencies.
23672
23673 2010-02-16 Jack Howarth <howarth@bromo.med.uc.edu>
23674 Jakub Jelinek <jakub@redhat.com>
23675
23676 PR target/42854
23677 * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
23678 if weak_import attribute is present.
23679 * config/darwin.c (machopic_select_section): Likewise.
23680
23681 2010-02-15 Joern Rennecke <joern.rennecke@embecosm.com>
23682
23683 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
23684 (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
23685 (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
23686 (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
23687
23688 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
23689 types.
23690
23691 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
23692 Fix argument types.
23693
23694 * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
23695 Rewrite text to refer to the names.
23696
23697 2010-02-15 Sebastian Pop <sebastian.pop@amd.com>
23698
23699 * config/i386/i386-builtin-types.def
23700 (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
23701 (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
23702 (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
23703 (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
23704 * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
23705 IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
23706 IX86_BUILTIN_VPERMIL2PS256.
23707 (MULTI_ARG_4_DF2_DI_I): Defined.
23708 (MULTI_ARG_4_DF2_DI_I1): Defined.
23709 (MULTI_ARG_4_SF2_SI_I): Defined.
23710 (MULTI_ARG_4_SF2_SI_I1): Defined.
23711 (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
23712 __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
23713 __builtin_ia32_vpermil2ps256.
23714 (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
23715 MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
23716 MULTI_ARG_4_SF2_SI_I1. Handle builtins with 4 arguments.
23717 (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
23718 MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
23719 MULTI_ARG_4_SF2_SI_I1. Handle CODE_FOR_xop_vpermil2v2df3,
23720 CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
23721 CODE_FOR_xop_vpermil2v8sf3.
23722 * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
23723 * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
23724 * config/i386/xopintrin.h (_mm_permute2_pd): New.
23725 (_mm256_permute2_pd): New.
23726 (_mm_permute2_ps): New.
23727 (_mm256_permute2_ps): New.
23728
23729 2010-02-15 Nick Clifton <nickc@redhat.com>
23730
23731 * config/h8300/h8300.c (h8300_push_pop): Use bool type for
23732 boolean parameters. Use emit_jump_insn when emitting a pop
23733 instruction containing a return insn.
23734 (push): Use 'true' rather than '1' as second parameter to F.
23735 (h8300_expand_prologue): Likewise.
23736 Use 'true' and 'false' for boolean parameters to h8300_push_pop.
23737 (h8300_expand_epilogue): Likewise.
23738
23739 2010-02-15 Richard Guenther <rguenther@suse.de>
23740
23741 PR middle-end/43068
23742 * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
23743 if that is zero.
23744
23745 2010-02-15 Nick Clifton <nickc@redhat.com>
23746
23747 * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
23748 delta.
23749
23750 2010-02-14 Marco Poletti <poletti.marco@gmail.com>
23751
23752 * intl.c (fake_ngettext): New function.
23753 * intl.h (fake_ngettext): Declare.
23754 (ngettext): Define macro.
23755 * collect2.c (notice_translated): New function.
23756 (main): Use notice_translated and ngettext.
23757 * collect2.h (notice_translated): Declare.
23758
23759 2010-02-14 Steven Bosscher <steven@gcc.gnu.org>
23760
23761 * reorg.c (delete_computation): Comment fixes.
23762 * caller-save.c (setup_save_areas): Idem.
23763 * sel-sched-dump.c (dump_lv_set): Idem.
23764 * rtl.def: Idem.
23765
23766 2010-02-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23767
23768 * config/s390/s390.c (s390_sched_init): New function.
23769 (TARGET_SCHED_INIT): Target hook defined.
23770
23771 2010-02-12 Dave Korn <dave.korn.cygwin@gmail.com>
23772 Jack Howarth <howarth@bromo.med.uc.edu>
23773 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
23774
23775 PR target/42982
23776 Partial revert of unintended change in fix for PR41605.
23777 * config/darwin.h: Fix typo.
23778 * config/darwin9.h: Same.
23779
23780 2010-02-11 Jakub Jelinek <jakub@redhat.com>
23781
23782 * c-pch.c (pch_init): Clear v.
23783
23784 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
23785
23786 PR middle-end/42930
23787 * graphite-scop-detection.c (graphite_can_represent_scev): Call
23788 graphite_can_represent_init for MULT_EXPR.
23789
23790 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
23791
23792 PR middle-end/42914
23793 PR middle-end/42530
23794 * graphite-sese-to-poly.c (remove_phi): New.
23795 (translate_scalar_reduction_to_array): Call remove_phi.
23796
23797 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
23798
23799 PR middle-end/42771
23800 * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
23801 * graphite-clast-to-gimple.h (gloog): Update declaration.
23802 * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
23803 * graphite-poly.h (struct poly_bb): Add missing comments.
23804 (struct scop): Add poly_scop_p field.
23805 (POLY_SCOP_P): New.
23806 * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
23807 * graphite.c (graphite_transform_loops): Build the polyhedral
23808 representation for each scop before code generation.
23809 * sese.c (rename_variables_in_operand): Removed.
23810 (rename_variables_in_expr): Return the renamed expression.
23811 (rename_sese_parameters): New.
23812 * sese.h (rename_sese_parameters): Declared.
23813
23814 2010-02-11 Richard Guenther <rguenther@suse.de>
23815
23816 PR tree-optimization/42998
23817 * tree-ssa-pre.c (create_expression_by_pieces): Treat
23818 POINTER_PLUS_EXPR properly.
23819
23820 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
23821 Changpeng Fang <changpeng.fang@amd.com>
23822
23823 PR middle-end/40886
23824 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
23825 the cost of an IV candidate when the IV is used in a test against zero.
23826
23827 * gcc.dg/tree-ssa/ivopts-3.c: New.
23828
23829 2010-02-11 Richard Guenther <rguenther@suse.de>
23830
23831 PR lto/41664
23832 * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
23833 pointer-vs-decl case by swapping refs. Handle some cases
23834 of pointer-vs-decl disambiguations more conservatively.
23835 * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
23836 to false after expanding.
23837
23838 2010-02-11 Richard Guenther <rguenther@suse.de>
23839
23840 PR driver/43021
23841 * gcc.c (process_command): Handle LTO file@offset case more
23842 appropriately.
23843
23844 2010-02-11 Jakub Jelinek <jakub@redhat.com>
23845
23846 * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
23847 modifications outside of the DEBUG_INSN. Accept CLOBBERs inside
23848 of DEBUG_INSNs.
23849 (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
23850
23851 * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
23852 if MEM's mode size isn't DWARF2_ADDR_SIZE.
23853 (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
23854 Optimize eq/ne comparisons when both arguments are known to be
23855 zero-extended.
23856 (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
23857 Don't mask operands unnecessarily if they are known to be already
23858 zero-extended.
23859
23860 2010-02-10 Vladimir Makarov <vmakarov@redhat.com>
23861
23862 * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
23863 instead of loop.
23864
23865 2010-02-10 Richard Guenther <rguenther@suse.de>
23866
23867 PR tree-optimization/43017
23868 * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
23869 for wrapping signed arithmetic.
23870
23871 2010-02-10 Jakub Jelinek <jakub@redhat.com>
23872
23873 PR debug/43010
23874 * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
23875 if no debug info should be emitted for it.
23876
23877 2010-02-10 Kaz Kojima <kkojima@gcc.gnu.org>
23878
23879 * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
23880 note when flag_exceptions is set.
23881
23882 2010-02-10 Duncan Sands <baldrick@free.fr>
23883
23884 * Makefile.in (PLUGIN_HEADERS): Add debug.h.
23885
23886 2010-02-10 Richard Guenther <rguenther@suse.de>
23887
23888 PR c/43007
23889 * tree.c (get_unwidened): Handle constants.
23890 * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
23891
23892 2010-02-10 Martin Jambor <mjambor@suse.cz>
23893
23894 PR lto/42985
23895 * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
23896 check for variable argument counts independently.
23897
23898 2010-02-10 Christian Bruel <christian.bruel@st.com>
23899
23900 PR target/42841
23901 * config/sh/sh.c (find_barrier): Increase length for non delayed
23902 conditional branches.
23903
23904 2010-02-10 Christian Bruel <christian.bruel@st.com>
23905
23906 * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
23907
23908 2010-02-10 Jakub Jelinek <jakub@redhat.com>
23909
23910 * builtins.c (set_builtin_user_assembler_name): Also handle
23911 ffs if int is smaller than word.
23912
23913 2010-02-09 Vladimir Makarov <vmakarov@redhat.com>
23914
23915 PR middle-end/42973
23916 * ira-conflicts.c (get_dup): Remove.
23917 (process_reg_shuffles): Add new parameter. Use it as an
23918 additional guard for copy generation.
23919 (add_insn_allocno_copies): Rewrite.
23920
23921 2010-02-09 Alexander Monakov <amonakov@ispras.ru>
23922
23923 * common.opt (fsched2-use-traces): Preserved for backward
23924 compatibility.
23925 * doc/invoke.texi: Remove the documentation about option
23926 -fsched2-use-traces.
23927 * sched-rgn.c (rest_of_handle_sched2): Remove usage of
23928 flag_sched2_use_traces.
23929 * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
23930 the backward compatibility flag section.
23931
23932 2010-02-09 Richard Guenther <rguenther@suse.de>
23933
23934 PR tree-optimization/43008
23935 * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
23936 make HEAP variables initialized from global memory if they
23937 are not known builtin functions.
23938 (find_func_aliases): Adjust.
23939
23940 2010-02-09 Richard Guenther <rguenther@suse.de>
23941
23942 PR tree-optimization/43000
23943 * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
23944 arithmetic manually.
23945
23946 2010-02-08 Jakub Jelinek <jakub@redhat.com>
23947
23948 PR tree-optimization/42931
23949 * tree-loop-linear.c (try_interchange_loops): Don't call
23950 double_int_mul if estimated_loop_iterations failed.
23951
23952 2010-02-08 Martin Jambor <mjambor@suse.cz>
23953
23954 PR middle-end/42898
23955 * tree-sra.c (build_accesses_from_assign): Do not mark in
23956 should_scalarize_away_bitmap if stmt has volatile ops.
23957 (sra_modify_assign): Do not process assigns piecemeal if if stmt
23958 has volatile ops.
23959
23960 2010-02-08 Joern Rennecke <joern.rennecke@embecosm.com>
23961
23962 * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
23963
23964 2010-02-07 Adam Nemet <adambnmet@gmail.com>
23965
23966 * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
23967 before the pattern.
23968
23969 2010-02-07 Andrew Pinski <pinskia@gmail.com>
23970
23971 PR middle-end/42946
23972 * df-core.c (df_finish_pass): Change type of saved_flags to int.
23973
23974 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
23975
23976 PR middle-end/42988
23977 * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
23978 to unknown_dependence.
23979 (graphite_legal_transform_dr): Handle the unknown_dependence.
23980 (graphite_carried_dependence_level_k): Same.
23981
23982 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
23983
23984 * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
23985
23986 2010-02-07 Richard Guenther <rguenther@suse.de>
23987
23988 PR middle-end/42991
23989 * expr.c (get_inner_reference): Always initialize *pbitsize.
23990
23991 2010-02-07 Richard Guenther <rguenther@suse.de>
23992
23993 PR middle-end/42956
23994 * gimplify.c (gimple_fold_indirect_ref): Avoid generating
23995 new ARRAY_REFs on variable size element or minimal index arrays.
23996 Complete.
23997 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
23998 gimple_fold_indirect_ref.
23999
24000 2010-02-06 Richard Earnshaw <rearnsha@arm.com>
24001
24002 PR target/42957
24003 * arm.c (arm_override_options): Just return if the user has specified
24004 an invalid fpu name.
24005
24006 2010-02-03 Jason Merrill <jason@redhat.com>
24007
24008 PR c++/42870
24009 * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
24010 i386_pe_maybe_record_exported_symbol.
24011
24012 2010-02-05 Steve Ellcey <sje@cup.hp.com>
24013
24014 PR target/42924
24015 * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
24016 (pa_delegitimize_address): New function.
24017
24018 2010-02-05 Ozkan Sezer <sezeroz@gmail.com>
24019
24020 * config/i386/msformat-c.c (ms_printf_length_specs): Set the
24021 scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
24022
24023 2010-02-05 Richard Guenther <rguenther@suse.de>
24024
24025 PR lto/42762
24026 * lto-streamer-in.c (get_resolution): Deal with references
24027 to undefined functions.
24028
24029 2010-02-05 Richard Guenther <rguenther@suse.de>
24030
24031 * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
24032 (fold_const_aggregate_ref): Likewise.
24033 (ccp_fold_stmt): Substitute loads.
24034 (maybe_fold_reference): Verify types before substituting.
24035 Unshare properly.
24036 (fold_gimple_assign): Unshare properly.
24037 (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
24038
24039 2010-02-05 Nathan Froyd <froydnj@codesourcery.com>
24040
24041 * config/rs6000/rs6000.c (rs6000_override_options): Invert check
24042 for rs6000_gen_cell_microcode.
24043
24044 2010-02-04 Richard Guenther <rguenther@suse.de>
24045
24046 PR rtl-optimization/42952
24047 * dse.c (const_or_frame_p): Remove MEM handling.
24048
24049 2010-02-04 Nick Clifton <nickc@redhat.com>
24050
24051 * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
24052 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
24053 (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
24054 (mn10300_asm_output_mi_thunk): New function.
24055 (mn10300_can_output_mu_thunk): New function.
24056 * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
24057 (FUNCTION_ARG_REGNO_P): Fix comment. Accept d0 and d1.
24058 (FUNCTION_ARG): Delete incorrect comment.
24059
24060 2010-02-03 Jason Merrill <jason@redhat.com>
24061
24062 PR c++/40138
24063 * fold-const.c (operand_equal_p): Handle erroneous types.
24064
24065 2010-02-03 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
24066
24067 * config/h8300/h8300.md (can_delay): Fix attibute condition.
24068
24069 2010-02-03 Vladimir Makarov <vmakarov@redhat.com>
24070
24071 PR rtl-optimization/42941
24072 * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
24073 of xmalloc.
24074
24075 2010-02-03 Jason Merrill <jason@redhat.com>
24076
24077 PR c++/35652
24078 * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
24079
24080 2010-02-03 Alexandre Oliva <aoliva@redhat.com>
24081
24082 PR debug/42896
24083 * cselib.h (struct cselib_val_struct): Add uid. Rename value to hash.
24084 (cselib_reset_table): Renamed from...
24085 (cselib_reset_table_with_next_value): ... this.
24086 (cselib_get_next_uid): Renamed from...
24087 (cselib_get_next_unknown_value): ... this.
24088 * cselib.c (next_uid): Renamed from...
24089 (next_unknown_value): ... this.
24090 (cselib_clear_table): Adjust.
24091 (cselib_reset_table): Adjust. Renamed from...
24092 (cselib_reset_table_with_next_value): ... this.
24093 (cselib_get_next_uid): Adjust. Renamed from...
24094 (cselib_get_next_unknown_value): ... this.
24095 (get_value_hash): Use hash.
24096 (cselib_hash_rtx): Likewise.
24097 (new_cselib_val): Adjust. Set and dump uid.
24098 (cselib_lookup_mem): Pass next_uid as hash.
24099 (cselib_subst_to_values): Likewise.
24100 (cselib_log_lookup): Dump uid.
24101 (cselib_lookup): Pass next_uid as hash. Adjust.
24102 (cselib_process_insn): Adjust.
24103 (cselib_init): Initialize next_uid.
24104 (cselib_finish): Adjust.
24105 (dump_cselib_table): Likewise.
24106 * dse.c (canon_address): Dump value uid.
24107 * print-rtl.c (print_rtx): Print value uid.
24108 * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
24109 (dvuid): New type.
24110 (dv_uid): New function, sort of renamed from...
24111 (dv_htab_hash): ... this, reimplemented in terms of it and...
24112 (dv_uid2hash): ... this. New.
24113 (variable_htab_eq): Drop excess assertions.
24114 (tie_break_pointers): Removed.
24115 (canon_value_cmp): Compare uids.
24116 (variable_post_merge_New_vals): Print uids.
24117 (vt_add_function_parameters): Adjust.
24118 (vt_initialize): Reset table. Adjust.
24119
24120 2010-02-03 Richard Guenther <rguenther@suse.de>
24121
24122 PR tree-optimization/42944
24123 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
24124 (call_may_clobber_ref_p_1): Likewise. Properly handle
24125 malloc and calloc clobbering errno.
24126
24127 2010-02-03 Steven Bosscher <steven@gcc.gnu.org>
24128
24129 * doc/invoke.texi: Fix name of sched1 dump.
24130
24131 * opts.c (decode_options): Set flag_tree_switch_conversion
24132 only conditionally on optimize >= 2.
24133
24134 * gcse.c: Assorted comment fixes in pass description.
24135
24136 2010-02-03 Anthony Green <green@moxielogic.com>
24137
24138 * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
24139 nop padding in order to maintain alignment of storage location of
24140 target function address.
24141 (moxie_trampoline_init): Store target function address at newly
24142 aligned location.
24143 * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
24144 to 32.
24145 (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
24146
24147 2010-02-03 Richard Guenther <rguenther@suse.de>
24148
24149 PR middle-end/42927
24150 * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
24151
24152 2010-02-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24153
24154 * config.gcc: Reenable check for obsolete targets.
24155 Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
24156 mips-sgi-irix6.[0-4]*.
24157
24158 2010-02-02 Nick Clifton <nickc@redhat.com>
24159
24160 * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
24161 constant size of 4 as being the same as 0.
24162 * doc/invoke.texi (RX Options): Document that -mmax-constant-size
24163 can take values in the range 0..4.
24164
24165 2010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
24166
24167 PR java/41991
24168 * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
24169 as _darwin10_Unwind_FindEnclosingFunction().
24170 * libgcc-libsystem.ver: New.
24171
24172 2010-02-01 Vladimir Makarov <vmakarov@redhat.com>
24173
24174 PR target/41399
24175 * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
24176 implicitly set registers.
24177
24178 2010-02-01 Richard Earnshaw <rearnsha@arm.com>
24179
24180 * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
24181 (arm_override_options): Allow automatic selection of the thread
24182 pointer register if thumb2.
24183 (legitimize_pic_address): Improve code sequences for Thumb2.
24184 (arm_call_tls_get_addr): Likewise.
24185 (legitimize_tls_address): Likewise.
24186 * arm.md (pic_load_addr_arm): Delete. Replace with ...
24187 (pic_load_addr_32bit): ... this. New named pattern.
24188 * thumb2.md (pic_load_addr_thumb2): Delete.
24189 (pic_load_dot_plus_four): Delete.
24190 (tls_load_dot_plus_four): New named pattern.
24191
24192 2010-02-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24193
24194 PR libgomp/29986
24195 * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
24196 Document fix for TLS bug.
24197
24198 2010-01-31 Richard Guenther <rguenther@suse.de>
24199
24200 * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
24201 conservatively correct.
24202
24203 2010-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
24204
24205 PR target/42850
24206 Revert:
24207 2010-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
24208
24209 * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
24210
24211 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24212
24213 * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
24214
24215 2010-01-31 Kai Tietz <kai.tietz@onevision.com>
24216
24217 * config.gcc: Adjust order of makefile fragments for mingw targets.
24218
24219 2010-01-31 Richard Guenther <rguenther@suse.de>
24220
24221 PR middle-end/42898
24222 * gimplify.c (gimplify_init_constructor): For volatile LHS
24223 initialize a temporary.
24224
24225 2010-01-31 Matthias Klose <doko@ubuntu.com>
24226
24227 * configure.ac: Fix __stack_chk_fail check for cross builds configured
24228 --with-headers
24229 * configure: Regenerate.
24230
24231 2010-01-29 Eric Botcazou <ebotcazou@adacore.com>
24232
24233 * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
24234 the same alias set and their sizes different constantness.
24235 (aliasing_component_refs_p): Revert 2009-10-24 change.
24236
24237 2010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24238
24239 * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
24240 unused.
24241
24242 2010-01-29 Richard Guenther <rguenther@suse.de>
24243
24244 * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
24245 Assert we successfully updated the call.
24246
24247 2010-01-29 Jakub Jelinek <jakub@redhat.com>
24248
24249 PR rtl-optimization/42889
24250 * df.h (df_set_bb_dirty_nonlr): New prototype.
24251 * df-core.c (df_set_bb_dirty_nonlr): New function.
24252 * df-scan.c (df_insn_rescan): Call it instead of
24253 df_set_bb_dirty for DEBUG_INSNs.
24254
24255 2010-01-29 Richard Guenther <rguenther@suse.de>
24256
24257 PR middle-end/37448
24258 * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
24259 quadratic behavior in most cases.
24260
24261 2010-01-28 Uros Bizjak <ubizjak@gmail.com>
24262
24263 PR target/42891
24264 * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
24265 in the call to gen_x86_movsicc_0_m1.
24266
24267 2010-01-28 Richard Guenther <rguenther@suse.de>
24268
24269 PR tree-optimization/42871
24270 * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
24271
24272 2010-01-28 Richard Guenther <rguenther@suse.de>
24273
24274 * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
24275 into call arguments.
24276
24277 2010-01-28 Richard Guenther <rguenther@suse.de>
24278
24279 PR middle-end/42883
24280 * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
24281 the forwarder if the destination is an EH landing pad.
24282
24283 2010-01-28 Razya Ladelsky <razya@il.ibm.com>
24284
24285 * tree-parloops.c (transform_to_exit_first_loop): Update the basic
24286 block list passed to gimple_duplicate_sese_tail.
24287 (parallelize_loops): Avoid parallelization when the function
24288 has_nonlocal_label.
24289 Avoid parallelization when the preheader is IRREDUCIBLE.
24290 Try to optimize when estimated_loop_iterations_int is unresolved.
24291 Add the loop's location to the dump file.
24292 * tree-cfg.c (add_phi_args_after_redirect): Remove.
24293 (gimple_duplicate_sese_tail): Remove the check for the latch.
24294 Redirect nexits to the exit block.
24295 Remove handling of the incoming edges to the latch.
24296 Redirect the backedge from the copied latch to the exit bb.
24297
24298 2010-01-28 Michael Matz <matz@suse.de>
24299
24300 PR target/42881
24301 * config/i386/i386.c (ix86_expand_vector_init_duplicate):
24302 Wrap force_reg into a sequence, emit it before user.
24303
24304 2010-01-28 Stephen Thomas <stephen.thomas@arm.com>
24305
24306 * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
24307 (arm_rev): New.
24308 (arm_legacy_rev): Likewise.
24309 (thumb_legacy_rev): Likewise.
24310
24311 2010-01-27 Jakub Jelinek <jakub@redhat.com>
24312
24313 * dwarf2out.c (mem_loc_descriptor): Remove special casing of
24314 CONSTANT_POOL_ADDRESS_P SYMBOL_REFs. If for MEM recursive call
24315 on MEM's address failed, try avoid_constant_pool_reference and
24316 recurse if it returned something different.
24317 (loc_descriptor): If for MEM mem_loc_descriptor failed on the
24318 address, try avoid_constant_pool_reference and recurse if it
24319 returned something different.
24320 (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
24321 address and avoid_constant_pool_reference returned something
24322 different, don't set have_address.
24323
24324 2010-01-27 Alexandre Oliva <aoliva@redhat.com>
24325
24326 PR debug/42861
24327 * var-tracking.c (val_store): Add modified argument, obey it.
24328 Adjust callers.
24329 (count_uses): Move down logging of main.
24330 (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
24331 don't need resolution.
24332 (emit_notes_in_bb): Likewise.
24333
24334 2010-01-27 Richard Guenther <rguenther@suse.de>
24335
24336 PR middle-end/42878
24337 * tree-inline.c (remap_decl): Delay remapping of SSA name
24338 default definitions until we need them.
24339
24340 2010-01-27 Jakub Jelinek <jakub@redhat.com>
24341
24342 * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
24343 (rs6000_delegitimize_address): New function.
24344
24345 * config/s390/s390.c (s390_delegitimize_address): Call
24346 delegitimize_mem_from_attrs.
24347
24348 PR middle-end/42874
24349 * tree-inline.c (cannot_copy_type_1): Removed.
24350 (copy_forbidden): Don't forbid copying of functions containing
24351 records/unions with variable length fields.
24352
24353 2010-01-27 Christian Bruel <christian.bruel@st.com>
24354
24355 Revert:
24356 PR target/42841
24357 * config/sh/sh.c (find_barrier): Increase length for non delayed
24358 conditional branches.
24359
24360 2010-01-27 Matthias Klose <doko@ubuntu.com>
24361
24362 * configure.ac (gnu-unique-object): Fix ldd version check.
24363 * configure: Regenerate.
24364
24365 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24366
24367 * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
24368 HAVE_GNU_AS value.
24369 * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
24370 Test for HAVE_GNU_AS value.
24371
24372 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24373
24374 * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
24375 * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
24376 INT64_TYPE): Define.
24377 (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
24378 (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
24379 INT_LEAST64_TYPE): Define.
24380 (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
24381 UINT_LEAST64_TYPE): Define.
24382 (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
24383 INT_FAST64_TYPE): Define.
24384 (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
24385 UINT_FAST64_TYPE): Define.
24386 (INTMAX_TYPE, UINTMAX_TYPE): Define.
24387 (INTPTR_TYPE, UINTPTR_TYPE): Define.
24388 (SIG_ATOMIC_TYPE): Define.
24389
24390 2010-01-26 Richard Guenther <rguenther@suse.de>
24391
24392 * df-scan.c (df_scan_set_bb_info): Remove assert.
24393 (df_insn_rescan_debug_internal): Merge asserts.
24394 (df_install_ref): Likewise.
24395 (df_mark_reg): Use bitmap_set_range.
24396 (df_hard_reg_used_p): Remove assert.
24397 (df_hard_reg_used_count): Likewise.
24398
24399 2010-01-26 Richard Guenther <rguenther@suse.de>
24400
24401 PR rtl-optimization/42685
24402 * web.c (web_main): Ignore DEBUG_INSNs.
24403
24404 2010-01-26 Joern Rennecke <amylaar@spamcop.net>
24405
24406 * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
24407
24408 (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
24409 Fix types of fndecl and arglist parameters.
24410
24411 2010-01-26 Richard Guenther <rguenther@suse.de>
24412
24413 PR middle-end/42806
24414 * tree-eh.c (unsplit_eh): Skip debug insns.
24415
24416 2010-01-26 Richard Guenther <rguenther@suse.de>
24417
24418 PR tree-optimization/42250
24419 * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
24420
24421 2010-01-26 Jakub Jelinek <jakub@redhat.com>
24422
24423 PR fortran/42866
24424 * omp-low.c (expand_omp_sections): Only use single_pred if
24425 l2_bb is single_pred_p.
24426
24427 2010-01-25 Christian Bruel <christian.bruel@st.com>
24428
24429 PR target/42841
24430 * config/sh/sh.c (find_barrier): Increase length for non delayed
24431 conditional branches.
24432 (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
24433
24434 2010-01-24 David S. Miller <davem@davemloft.net>
24435
24436 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
24437 define if not using GAS.
24438 * config/sparc/sparc.c (sparc_elf_asm_named_section):
24439 Likewise. Delete SECTION_MERGE code, which is only applicable
24440 when using GAS.
24441
24442 2010-01-24 Mark Mitchell <mark@codesourcery.com>
24443
24444 PR c++/42748
24445 * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
24446 mangling of va_list in system headers.
24447
24448 2010-01-23 Toon Moene <toon@moene.org>
24449
24450 * tree-predcom.c (combine_chains): Return NULL, not false.
24451
24452 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
24453
24454 * tree-loop-distribution.c (distribute_loop): Fix declaration and
24455 initialization of variable res to agree with return type.
24456
24457 2010-01-22 Steve Ellcey <sje@cup.hp.com>
24458
24459 * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
24460 * tree-sra.c: Add include of expr.h.
24461
24462 2010-01-22 Jakub Jelinek <jakub@redhat.com>
24463
24464 * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
24465 insert the debug stmt on the single non-EH edge from the stmt.
24466
24467 2010-01-22 Richard Henderson <rth@redhat.com>
24468
24469 PR tree-opt/42833
24470 * tree-sra.c (sra_modify_assign): Delay re-gimplification of
24471 the RHS until after generate_subtree_copies has insertted its
24472 code before the current statement.
24473
24474 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
24475
24476 * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
24477
24478 * gcc-plugin.h (plugin_init): Use "C" likage for c++.
24479
24480 2010-01-21 Martin Jambor <mjambor@suse.cz>
24481
24482 PR tree-optimization/42585
24483 * tree-sra.c (struct access): New field grp_total_scalarization.
24484 (dump_access): Dump the new field.
24485 (should_scalarize_away_bitmap): New variable.
24486 (cannot_scalarize_away_bitmap): Likewise.
24487 (sra_initialize): Allocate new bitmaps.
24488 (sra_deinitialize): Free new bitmaps.
24489 (create_access_1): New function.
24490 (create_access): Parts moved to create_access_1.
24491 (type_consists_of_records_p): New function.
24492 (completely_scalarize_record): Likewise.
24493 (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
24494 (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
24495 (sort_and_splice_var_accesses): Hint groups with a total_scalarization
24496 access.
24497 (analyze_all_variable_accesses): Completely scalarize small eligible
24498 records.
24499
24500 2010-01-21 Martin Jambor <mjambor@suse.cz>
24501
24502 * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
24503
24504 2010-01-21 Andrew Haley <aph@redhat.com>
24505
24506 * gcc.c (process_command): Move lang_specific_driver before
24507 setting cc_libexec_prefix.
24508
24509 2010-01-21 Richard Guenther <rguenther@suse.de>
24510
24511 PR middle-end/19988
24512 * fold-const.c (negate_expr_p): Pretend only negative
24513 real constants are easily negatable.
24514
24515 2010-01-20 Janis Johnson <janis187@us.ibm.com>
24516 Jason Merrill <jason@redhat.com>
24517
24518 * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
24519 (TYPE_TRANSPARENT_AGGR): this, for union and record.
24520 * calls.c (initialize argument_information): Handle it.
24521 * c-common.c (handle_transparent_union_attribute): Use new name.
24522 * c-decl.c (finish_struct): Ditto.
24523 * c-typeck.c (type_lists_compatible_p): Ditto.
24524 (convert_for_assignment): Use new name and also handle record.
24525 * function.c (aggregate_value_p): Handle it.
24526 (pass_by_reference): Ditto.
24527 (assign_parm_data_types): Ditto.
24528 * print-tree.c (print_node): Ditto.
24529 * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
24530 * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
24531 * tree.c (first_field): New fn.
24532
24533 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
24534
24535 PR target/42818
24536 * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
24537 even when linking statically, for now.
24538
24539 2010-01-20 Alexandre Oliva <aoliva@redhat.com>
24540
24541 PR debug/42715
24542 * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
24543 without a cselib val.
24544 (count_uses): Accept MO_VAL_SET with no val on stores.
24545 (add_stores): Likewise.
24546
24547 2010-01-20 Jakub Jelinek <jakub@redhat.com>
24548
24549 * var-tracking.c (check_value_val): Add a compile time assertion.
24550 (dv_is_decl_p): Simplify.
24551 (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
24552 gcc_assert if ENABLE_CHECKING.
24553
24554 2010-01-20 Alexandre Oliva <aoliva@redhat.com>
24555
24556 PR debug/42782
24557 * var-tracking.c: Include tree-flow.h.
24558 (mem_dies_at_call): New.
24559 (dataflow_set_preserve_mem_locs): Use it.
24560 (dataflow_set_remove_mem_locs): Likewise.
24561 (dump_var): Renamed from dump_variable. Adjust all callers.
24562 (dump_var_slot): Renamed from dump_variable_slot. Likewise.
24563 * Makefile.in (var-tracking.o): Adjust deps.
24564
24565 2010-01-20 Joern Rennecke <amylaar@spamcop.net>
24566
24567 * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
24568
24569 2010-01-20 Richard Guenther <rguenther@suse.de>
24570
24571 PR tree-optimization/42717
24572 * tree-ssa-dce.c (get_live_post_dom): Remove.
24573 (forward_edge_to_pdom): Take an arbitrary edge to copy
24574 degenerate PHI args from.
24575 (remove_dead_stmt): Use the first post-dominator even if it
24576 does not contain live statements as redirection destination.
24577
24578 2010-01-20 Richard Guenther <rguenther@suse.de>
24579
24580 * tree-inline.c (estimate_num_insns): Handle EH builtins.
24581
24582 2010-01-20 Jakub Jelinek <jakub@redhat.com>
24583
24584 * sel-sched.c (create_speculation_check): Remove set but not used
24585 variable twin.
24586 (try_transformation_cache): Remove set but not used variable ds.
24587 (calculate_privileged_insns): Remove set but not used variables
24588 cur_insn and min_spec_insn.
24589 (find_best_expr): Remove set but not used variable avail_n.
24590 * tree-predcom.c (base_names_in_chain_on): Remove set but not used
24591 variable e.
24592 * cgraphunit.c (assemble_thunk): Remove set but not used variable
24593 false_label.
24594 * haifa-sched.c (remove_notes): Remove set but not used variable prev.
24595 * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
24596 new_scop_exit_edge.
24597
24598 2010-01-20 Felyza Wishbringer <fwishbringer@gmail.com>
24599
24600 PR bootstrap/42786
24601 * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
24602 cpu types. Add support for *-sse3 cpu types.
24603 (x86_64-*-*): Ditto.
24604
24605 2010-01-20 Jakub Jelinek <jakub@redhat.com>
24606
24607 PR middle-end/42803
24608 * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
24609 argument, call initializer_constant_valid_p_1 instead of
24610 initializer_constant_valid_p, pass CACHE to it, return NULL
24611 immediately if first call returns NULL.
24612 (initializer_constant_valid_p_1): New function.
24613 (initializer_constant_valid_p): Use it.
24614
24615 2010-01-20 Thomas Quinot <quinot@adacore.com>
24616
24617 * tree.def (PLACEHOLDER_EXPR): Fix comment.
24618
24619 2010-01-20 Jakub Jelinek <jakub@redhat.com>
24620
24621 * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
24622 of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
24623 (loc_list_from_tree): Don't handle unsigned division. Handle
24624 signed modulo using DW_OP_{over,over,div,mul,minus}.
24625 * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
24626 modulo instead of signed.
24627
24628 2010-01-20 DJ Delorie <dj@redhat.com>
24629
24630 * config/h8300/h8300.c (F): Add "in_epilogue" flag.
24631 (Fpa): Pass it
24632 (h8300_emit_stack_adjustment): Propogate it.
24633 (push): Pass it.
24634 (h8300_expand_prologue): Likewise.
24635 (h8300_expand_epilogue): Likewise.
24636
24637 2010-01-19 Michael Matz <matz@suse.de>
24638
24639 PR tree-optimization/41783
24640 * tree-data-ref.c (toplevel): Include flags.h.
24641 (dump_data_dependence_relation): Also dump the inputs if the
24642 result will be unknown.
24643 (split_constant_offset_1): Look through some conversions.
24644 * tree-predcom.c (determine_roots_comp): Restart a new chain if
24645 the offset from last element is too large.
24646 (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
24647 (reassociate_to_the_same_stmt): Handle vector registers.
24648 * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
24649 (e.g. conversions).
24650 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
24651 wide_prolog_niters argument, emit widening instructions.
24652 (vect_do_peeling_for_alignment): Adjust caller, use widened
24653 variant of the iteration cound.
24654 * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
24655
24656 2010-01-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
24657
24658 PR target/38697
24659 * config/arm/neon-testgen.m (emit_automatics): New parameter
24660 features. Adjust for Fixed_return_reg feature.
24661 (test_intrinsic): Call emit_automatics with new feature.
24662 * config/arm/neon.ml: Update copyright years.
24663 (features): New Fixed_return_reg feature.
24664 (ops): Update feature for Vget_low.
24665
24666 2010-01-19 Jakub Jelinek <jakub@redhat.com>
24667
24668 PR tree-optimization/42719
24669 * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
24670 stmt uses.
24671
24672 PR debug/42728
24673 * fwprop.c (all_uses_available_at): Return false if def_set dest
24674 is a REG that is used in def_insn.
24675
24676 2010-01-19 Joern Rennecke <amylaar@spamcop.net>
24677
24678 * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
24679
24680 (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
24681 Add argument names.
24682
24683 (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
24684
24685 * target.h (struct gcc_target) <secondary_reload>: Change type
24686 of last argument to secondary_reload_info *.
24687
24688 2010-01-18 Uros Bizjak <ubizjak@gmail.com>
24689
24690 PR target/42774
24691 * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
24692 memory references with unaligned offsets. Remove CQImode handling.
24693 (unaligned_memory_operand): Return 1 for memory references with
24694 unaligned offsets. Remove CQImode handling.
24695
24696 2010-01-18 Richard Guenther <rguenther@suse.de>
24697
24698 PR middle-end/39954
24699 * cfgexpand.c (expand_call_stmt): TER pointer arguments in
24700 builtin calls.
24701
24702 2010-01-18 Richard Guenther <rguenther@suse.de>
24703
24704 PR tree-optimization/42781
24705 * tree-ssa-structalias.c (find_what_var_points_to): Skip
24706 restrict processing only if the original variable was artificial.
24707
24708 2010-01-18 Joern Rennecke <amylaar@spamcop.net>
24709
24710 * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
24711 find number of popped argument bytes.
24712
24713 (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
24714 Fix the text that describes the return value for invalid insns.
24715
24716 (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type. Fix argument list.
24717
24718 (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
24719 Clarify what 'cost of the -dependence' is. Fix quoting.
24720
24721 * toplev.c (default_get_pch_validity): Rename argument to "sz".
24722 * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
24723
24724 2010-01-17 Jakub Jelinek <jakub@redhat.com>
24725
24726 * dwarf2out.c (mem_loc_descriptor): Don't ICE on
24727 {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
24728
24729 2010-01-17 Richard Guenther <rguenther@suse.de>
24730
24731 PR middle-end/42248
24732 * function.c (split_complex_args): Take a VEC to modify.
24733 (assign_parms_augmented_arg_list): Build a VEC instead of
24734 a chain of PARM_DECLs.
24735 (assign_parms_unsplit_complex): Take a VEC of arguments.
24736 Do not fixup unmodified parms.
24737 (assign_parms): Deal with the VEC.
24738 (gimplify_parameters): Likewise.
24739
24740 2010-01-17 Richard Guenther <rguenther@suse.de>
24741
24742 * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
24743 node existence check.
24744 * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
24745 * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
24746 * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
24747 * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
24748 (gimple_execute_on_growing_pred): Likewise.
24749
24750 2010-01-17 Richard Guenther <rguenther@suse.de>
24751
24752 PR tree-optimization/42773
24753 * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
24754 (compute_antic_aux): Likewise.
24755 (compute_partial_antic_aux): Likewise.
24756
24757 2010-01-17 Jie Zhang <jie.zhang@analog.com>
24758
24759 PR debug/42767
24760 * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
24761 and US_TRUNCATE.
24762
24763 2010-01-17 Joern Rennecke <amylaar@spamcop.net>
24764
24765 * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
24766 appearance.
24767
24768 (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
24769 Fix markup for strict argument.
24770
24771 (TARGET_SCHED_REORDER2): Fix argument types.
24772
24773 (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
24774 (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
24775
24776 (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
24777 (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
24778
24779 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
24780 Add argument name.
24781
24782 (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
24783 (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
24784 (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
24785 (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
24786 (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
24787
24788 (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
24789
24790 (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
24791
24792 (TARGET_ASM_RELOC_RW_MASK): Add return type.
24793 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
24794
24795 (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
24796
24797 (TARGET_ASM_FILE_START): Put @findex before paragraph start.
24798 Use prototype.
24799
24800 (TARGET_ASM_NAMED_SECTION): Fix argument list.
24801
24802 (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
24803 (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
24804
24805 (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
24806
24807 (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
24808
24809 (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
24810 referring to it. Fix language.
24811
24812 (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
24813
24814 (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
24815
24816 (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
24817
24818 (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
24819
24820 (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
24821 '@var{stream}. Remove stray 'and'.
24822
24823 (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
24824
24825 (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
24826
24827 (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
24828
24829 (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
24830 misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
24831
24832 (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
24833 Fix description of return value.
24834 Rename argument "sz" to "len."
24835
24836 (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
24837 Clarify meaning of 'true' return value.
24838
24839 (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
24840
24841 (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
24842 rep_mode versus mode_rep.
24843
24844 (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
24845
24846 (TARGET_BUILTIN_DECL): Fix name.
24847
24848 (TARGET_COMMUTATIVE_P): Fix type of first argument.
24849
24850 (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
24851
24852 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
24853
24854 (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
24855
24856 (TARGET_RELAXED_ORDERING): Use @deftypevr.
24857
24858 (TARGET_GET_DRAP_RTX): Note that this is a hook.
24859 Clarify language.
24860
24861 (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
24862 Rename argument tm_fn to md_fn.
24863
24864 (TARGET_OPTION_PRINT): Fix argument list.
24865
24866 2010-01-16 Harsha Jagasia <harsha.jagasia@amd.com>
24867
24868 PR target/42664
24869 * config/i386/i386.c (ix86_fixup_binary_operands):
24870 Revert FMA4 fixup of operands.
24871
24872 2010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24873
24874 PR gcc/42525
24875 * Makefile.in (write_entries_to_file, install-plugin):
24876 Use \012 instead of \n with tr.
24877
24878 2010-01-16 Richard Sandiford <r.sandiford@uk.ibm.com>
24879
24880 * configure.ac (HAVE_AS_REF): New C macro.
24881 * configure: Regenerate.
24882 * config.in: Likewise.
24883 * collect2.c (main): Only postpone SCAN_DWEH to the second pass
24884 if HAVE_AS_REF.
24885 * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
24886 if HAVE_AS_REF.
24887
24888 2010-01-16 Joern Rennecke <amylaar@spamcop.net>
24889
24890 * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
24891
24892 (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
24893
24894 (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
24895
24896 (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
24897
24898 (TARGET_IN_SMALL_DATA_P): Fix argument type.
24899
24900 (TARGET_BINDS_LOCAL_P): Fix argument type.
24901
24902 (TARGET_ASM_FILE_END): Use prototype.
24903
24904 (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
24905
24906 (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
24907
24908 (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
24909
24910 (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
24911
24912 (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
24913 (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
24914
24915 (TARGET_PCH_VALID_P): Put 'const char *' in braces.
24916 (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
24917
24918 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
24919 (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
24920 (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
24921 (TARGET_ADDR_SPACE_CONVERT): Likewise.
24922
24923 (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
24924
24925 (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
24926
24927 (TARGET_INIT_BUILTINS): Use prototype.
24928
24929 (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
24930 Put 'const char *' in braces. Fix parameter types.
24931 (TARGET_INVALID_CONVERSION): Fix parameter types.
24932 (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
24933 (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
24934
24935 (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
24936 Fix argument type.
24937
24938 (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
24939
24940 (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
24941
24942 2010-01-15 Joern Rennecke <amylaar@spamcop.net>
24943
24944 * doc/tm.texi (TARGET_HELP): Fix return type.
24945
24946 (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
24947 in braces. Fix argument types.
24948
24949 (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
24950
24951 (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
24952
24953 (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
24954
24955 (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
24956 (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
24957
24958 (TARGET_MANGLE_TYPE): Fix argument types.
24959
24960 (TARGET_IRA_COVER_CLASSES): Use prototype.
24961
24962 (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type. Use prototype.
24963
24964 (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
24965
24966 (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
24967
24968 (TARGET_MUST_PASS_IN_STACK): Fix argument type.
24969
24970 (TARGET_CALLEE_COPIES): Fix argument types.
24971
24972 (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
24973
24974 (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
24975
24976 (TARGET_FUNCTION_VALUE): Fix argument types.
24977
24978 (TARGET_RETURN_IN_MSB): Fix argument type.
24979
24980 (TARGET_RETURN_IN_MEMORY): Fix argument types.
24981
24982 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
24983
24984 (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
24985
24986 (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
24987 agree with return type.
24988
24989 (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
24990
24991 2010-01-15 Jing Yu <jingyu@google.com>
24992
24993 PR rtl-optimization/42691
24994 * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
24995 a pseudo to a constant and are merged, and adjust comments.
24996
24997 2010-01-15 Eric Botcazou <ebotcazou@adacore.com>
24998
24999 * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
25000
25001 2010-01-15 Richard Guenther <rguenther@suse.de>
25002
25003 PR middle-end/42739
25004 * tree-cfgcleanup.c (remove_forwarder_block): Move destination
25005 labels of computed or non-local gotos to the destination.
25006 * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
25007 landing pad label is the first label.
25008
25009 2010-01-15 Richard Guenther <rguenther@suse.de>
25010
25011 * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
25012
25013 2010-01-14 Michael Meissner <meissner@linux.vnet.ibm.com>
25014
25015 PR target/42747
25016 * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
25017 to allow generation of the xssqrtdp instruction on power7.
25018 (sqrtdf2_fpr): Ditto.
25019
25020 2010-01-14 Jakub Jelinek <jakub@redhat.com>
25021
25022 PR middle-end/42674
25023 * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
25024 functions with noreturn attribute.
25025
25026 PR c++/42608
25027 * varasm.c (declare_weak): Add weak attribute to decl if it
25028 doesn't have one already.
25029 (assemble_external): Only add decls to weak_decls if they also
25030 have weak attribute.
25031
25032 2010-01-14 Alexandre Oliva <aoliva@redhat.com>
25033
25034 * var-tracking.c (var_reg_delete): Don't delete the association
25035 between REGs and values or one-part variables if the register
25036 isn't clobbered.
25037
25038 2010-01-14 Jakub Jelinek <jakub@redhat.com>
25039
25040 PR debug/42657
25041 * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
25042 because its first operand is a non-localized variable.
25043
25044 2010-01-14 Martin Jambor <mjambor@suse.cz>
25045
25046 PR tree-optimization/42706
25047 * tree-sra.c (encountered_recursive_call): New variable.
25048 (encountered_unchangable_recursive_call): Likewise.
25049 (sra_initialize): Initialize both new variables.
25050 (callsite_has_enough_arguments_p): New function.
25051 (scan_function): Call decl and flags check only for IPA-SRA, check
25052 whether there is a recursive call and whether it has enough arguments.
25053 (all_callers_have_enough_arguments_p): New function.
25054 (convert_callers): Look for recursive calls only when
25055 encountered_recursive_call is set.
25056 (ipa_early_sra): Bail out either if
25057 !all_callers_have_enough_arguments_p or
25058 encountered_unchangable_recursive_call.
25059
25060 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
25061
25062 * sel-sched.c: Add 2010 to copyright years.
25063 * sel-sched-ir.c: Likewise.
25064 * sel-sched-ir.h: Likewise.
25065
25066 2010-01-14 Martin Jambor <mjambor@suse.cz>
25067
25068 PR tree-optimization/42714
25069 * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
25070 constructors specially.
25071
25072 2010-01-14 Andi Kleen <ak@linux.intel.com>
25073
25074 * config/i386/drivers-i386.c (detect_caches_intel):
25075 Add l2sizekb parameter and fill in.
25076 (host_detect_local_cpu): Add l2sizekb, fill in.
25077 Add Atom small cache heuristic.
25078
25079 2010-01-14 Andi Kleen <ak@linux.intel.com>
25080
25081 * config/i386/drivers-i386.c (detect_caches_cpuid4):
25082 Add level3 parameter and fill in.
25083 (detect_caches_intel): Handle level3 cache.
25084
25085 2010-01-14 Andi Kleen <ak@linux.intel.com>
25086
25087 * config/i386/drivers-i386.c (host_detect_local_cpu):
25088 Fix core duo detection.
25089
25090 2010-01-14 Andi Kleen <ak@linux.intel.com>
25091
25092 * config/i386/drivers-i386.c (host_detect_local_cpu):
25093 Fix Atom detection.
25094
25095 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
25096
25097 * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
25098 (rs6000_variable_issue_1): this. Use...
25099 (rs6000_variable_issue): here. Reimplement. Print debug info.
25100
25101 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
25102
25103 * sel-sched-ir.c (sel_restore_other_notes): Rename to
25104 sel_restore_notes. Update all callers. Call reemit_notes
25105 for all insns.
25106
25107 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
25108
25109 PR rtl-optimization/42246
25110 * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
25111 loops.
25112
25113 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
25114
25115 * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
25116 all successors is the same as number of successors in current region.
25117
25118 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
25119
25120 * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
25121 to rename is not separable. Otherwise check that its LHS is not NULL.
25122
25123 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
25124
25125 * sel-sched.c (choose_best_reg_1): Loop over all regs for mode.
25126
25127 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
25128
25129 * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
25130 available registers when failed to discover LHS register class.
25131 Fix indentation. Update comment.
25132
25133 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
25134 Alexander Monakov <amonakov@ispras.ru>
25135
25136 PR rtl-optimization/42389
25137 * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
25138 to can_issue_more.
25139 (advance_state_on_fence): Likewise.
25140 (sel_target_adjust_priority): Print debug output only when
25141 sched_verbose >= 4, not 2.
25142 (get_expr_cost): Do not issue all unique insns on the next cycle.
25143 (fill_insns): Initialize can_issue_more from the value saved
25144 with the fence.
25145 * sel-sched-ir.c (flist_add): New parameter issue_more.
25146 Init FENCE_ISSUE_MORE with it.
25147 (merge_fences): Likewise.
25148 (init_fences): Update call to flist_add.
25149 (add_to_fences, add_clean_fence_to_fences)
25150 (add_dirty_fence_to_fences): Likewise.
25151 (move_fence_to_fences): Update call to merge_fences.
25152 (invoke_reorder_hooks): Do not reset can_issue_more on insns from
25153 sched groups.
25154 * sel-sched-ir.h (struct _fence): New field issue_more.
25155 (FENCE_ISSUE_MORE): New accessor macro.
25156
25157 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
25158
25159 PR rtl-optimization/42388
25160 * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
25161 that have no predecessors nor successors. Do not call move_bb_info
25162 for empty blocks outside of current region.
25163
25164 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
25165
25166 PR rtl-optimization/42294
25167 * sel-sched-ir.h (struct _sel_insn_data): Update comment.
25168 * sel-sched.c (move_exprs_to_boundary): Transitively add all
25169 originators' originators.
25170
25171 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
25172
25173 PR rtl-optimization/39453
25174 PR rtl-optimization/42246
25175 * sel-sched-ir.c (considered_for_pipelining_p): Do not test
25176 for pipelining_p.
25177 (sel_add_loop_preheaders): Add preheader to last_added_blocks.
25178
25179 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
25180 Alexander Monakov <amonakov@ispras.ru>
25181
25182 PR middle-end/42245
25183 * sel-sched-ir.c (sel_recompute_toporder): New. Use it...
25184 (maybe_tidy_empty_bb): ... here. Make static. Add new
25185 argument. Update all callers.
25186 (tidy_control_flow): ... and here. Recompute topological order
25187 of basic blocks in region if necessary.
25188 (sel_redirect_edge_and_branch): Change return type. Return true
25189 if topological order might have been invalidated.
25190 (purge_empty_blocks): Export and move from...
25191 * sel-sched.c (purge_empty_blocks): ... here.
25192 * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
25193 (maybe_tidy_empty_bb): Delete prototype.
25194 (purge_empty_blocks): Declare.
25195
25196 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
25197
25198 PR rtl-optimization/42249
25199 * sel-sched.c (try_replace_dest_reg): When chosen register
25200 and original register is the same, do not bail out early, but
25201 still check all original insns for validity of replacing destination
25202 register. Set EXPR_TARGET_AVAILABLE to 1 before leaving function
25203 in this case.
25204
25205 2010-01-14 Jakub Jelinek <jakub@redhat.com>
25206
25207 PR c/42721
25208 Port from no-undefined-overflow branch:
25209 2009-03-09 Richard Guenther <rguenther@suse.de>
25210
25211 * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
25212
25213 2010-01-14 Richard Guenther <rguenther@suse.de>
25214
25215 PR lto/42665
25216 * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
25217
25218 2010-01-14 Ira Rosen <irar@il.ibm.com>
25219
25220 PR tree-optimization/42709
25221 * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
25222 as scalar type in creation of constant vector operand.
25223
25224 2010-01-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25225
25226 PR testsuite/42414
25227 * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
25228 (check-parallel-%): Match `testsuite' directory component only
25229 at the end.
25230
25231 2010-01-14 Shujing Zhao <pearly.zhao@oracle.com>
25232
25233 PR translation/39521
25234 * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
25235 strings with _().
25236
25237 2010-01-13 Richard Guenther <rguenther@suse.de>
25238
25239 PR tree-optimization/42730
25240 * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
25241 offset zero.
25242
25243 2010-01-13 Steve Ellcey <sje@cup.hp.com>
25244
25245 PR target/pr42542
25246 * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
25247 for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
25248 them signed.
25249
25250 2010-01-13 Bernd Schmidt <bernd.schmidt@analog.com>
25251
25252 * config/bfin/libgcc-bfin.ver: Regenerate based on current
25253 libgcc-std.ver. Add entries for ___smulsi3_highpart and
25254 ___umulsi3_highpart.
25255
25256 * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
25257 rather than schedule_insns if the pass is enabled.
25258
25259 2010-01-13 Martin Jambor <mjambor@suse.cz>
25260
25261 PR tree-optimization/42704
25262 * tree-sra.c (sra_modify_assign): Do not delete assignments to
25263 SSA_NAMEs.
25264
25265 2010-01-13 Martin Jambor <mjambor@suse.cz>
25266
25267 PR tree-optimization/42703
25268 * tree-sra.c (analyze_access_subtree): Check that we can build a
25269 reference to the original data within the aggregate.
25270
25271 2010-01-13 Richard Guenther <rguenther@suse.de>
25272
25273 PR tree-optimization/42705
25274 * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
25275
25276 2010-01-13 Richard Guenther <rguenther@suse.de>
25277
25278 PR middle-end/42716
25279 * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
25280
25281 2010-01-13 Jakub Jelinek <jakub@redhat.com>
25282
25283 PR debug/41371
25284 * var-tracking.c (values_to_unmark): New variable.
25285 (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
25286 values_to_unmark vector. Moved body to...
25287 (find_loc_in_1pdv_1): ... this. Don't clear VALUE_RECURSED_INTO,
25288 instead queue it into values_to_unmark vector.
25289 (vt_find_locations): Free values_to_unmark vector.
25290
25291 2010-01-13 Wolfgang Gellerich <gellerich@de.ibm.com>
25292
25293 * config/s390/s390.c (override_options): Set
25294 default of max-pending-list-length to 256
25295
25296 2010-01-13 Richard Guenther <rguenther@suse.de>
25297
25298 PR lto/42678
25299 * tree-pass.h (PROP_gimple_lcx): New.
25300 * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
25301 * passes.c (init_optimization_passes): Move pass_lower_complex_O0
25302 before the final cleanup_eh.
25303 (dump_properties): Dump PROP_gimple_lcx.
25304 * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
25305 (tree_lower_complex_O0): Remove.
25306 (gate_no_optimization): Run if PROP_gimple_lcx is not set.
25307 (pass_lower_complex_O0): Provide PROP_gimple_lcx. Run
25308 tree_lower_complex, schedule TODO_update_ssa.
25309 * lto-streamer-out.c (output_function): Stream the functions
25310 properties.
25311 * lto-streamer-in.c (input_function): Likewise.
25312 (lto_read_body): Do not override them here.
25313
25314 2010-01-12 Joseph Myers <joseph@codesourcery.com>
25315
25316 PR c/42708
25317 * c-typeck.c (build_c_cast): Fold value cast to union type before
25318 wrapping it in a CONSTRUCTOR.
25319
25320 2010-01-12 Jakub Jelinek <jakub@redhat.com>
25321
25322 PR rtl-optimization/42699
25323 * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
25324 involved.
25325
25326 2010-01-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25327
25328 * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
25329 SUBTARGET_WARN_UNUSED_SPEC): Move ...
25330 config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
25331 SUBTARGET_WARN_UNUSED_SPEC): ... here
25332 * config/mips/iris5.h (LIBGCC_SPEC): Define.
25333
25334 2010-01-12 Julian Brown <julian@codesourcery.com>
25335
25336 * config/arm/neon-schedgen.ml (Utils): Don't try to
25337 open missing module.
25338 (find_with_result): New.
25339
25340 2010-01-12 Jakub Jelinek <jakub@redhat.com>
25341
25342 PR debug/42662
25343 * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
25344 sharing when canonicalizing ({lt,ge}u (plus a b) b).
25345
25346 PR tree-optimization/42645
25347 * tree-inline.c (processing_debug_stmt): Move earlier. Make static.
25348 (remap_ssa_name): If processing_debug_stmt and name wasn't found in
25349 decl_map, set processing_debug_stmt to -1 and return name without
25350 any remapping.
25351
25352 2010-01-11 Dave Korn <dave.korn.cygwin@gmail.com>
25353
25354 * doc/install.texi (Specific#x-x-cygwin): Document minimum required
25355 binutils version, and reword target configuration description.
25356
25357 2010-01-11 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
25358
25359 * config/avr/avr.h (LINKER_NAME): Remove.
25360
25361 2010-01-11 Janis Johnson <janis187@us.ibm.com>
25362
25363 PR target/42416
25364 * config/rs6000/rs6000.c (rs6000_override_options): On targets
25365 that support VSX, warn for -mno-altivec if vsx is not disabled,
25366 and disable vsx.
25367
25368 2010-01-11 Joseph Myers <joseph@codesourcery.com>
25369 Shujing Zhao <pearly.zhao@oracle.com>
25370
25371 PR translation/42469
25372 * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
25373 fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
25374 character between option name and help text.
25375 * c.opt (imultilib): Likewise.
25376
25377 2010-01-10 Rafael Avila de Espindola <espindola@google.com>
25378
25379 * lto-streamer-out.c (output_unreferenced_globals): Output static
25380 variables.
25381
25382 2010-01-10 Steven Bosscher <steven@gcc.gnu.org>
25383
25384 PR rtl-optimization/42621
25385 * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
25386 optimizing for size.
25387 (duplicate_computed_gotos): Remove now-redundant check.
25388
25389 2010-01-10 Steve Ellcey <sje@cup.hp.com>
25390
25391 PR target/37454
25392 * configure.ac: Save and restore LDFLAGS and LIBS
25393 * configure: Regenerate.
25394
25395 2010-01-10 Richard Guenther <rguenther@suse.de>
25396
25397 PR middle-end/42667
25398 * builtins.c (fold_builtin_strlen): Add type argument and
25399 convert the resulting length to it.
25400 (fold_builtin_1): Adjust.
25401
25402 2010-01-09 Jakub Jelinek <jakub@redhat.com>
25403
25404 * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
25405 sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
25406 1 insn.
25407 (num_insns_constant_wide): Adjust for that change.
25408
25409 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
25410
25411 PR debug/42631
25412 * web.c (union_defs): Add used argument, to combine uses of
25413 uninitialized regs.
25414 (entry_register): Adjust type and tests of used argument.
25415 (web_main): Widen used for new use. Pass it to union_defs.
25416 * df.h (union_defs): Adjust prototype.
25417
25418 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
25419
25420 PR debug/42630
25421 * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
25422 uses in new incoming argument. Free body.
25423 (reset_debug_uses_in_loop): New.
25424 (analyze_insn_to_expand_var): Call the latter if the former found
25425 anything. Fix whitespace. Reject invalid dest overlaps before
25426 going through all insns in the loop.
25427
25428 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
25429
25430 PR debug/42629
25431 * haifa-sched.c (dying_use_p): Debug insns don't count.
25432
25433 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
25434
25435 PR middle-end/42363
25436 * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
25437 * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
25438 (verify_gimple_call): Reject LHS in noreturn calls.
25439
25440 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
25441
25442 PR debug/42604
25443 PR debug/42395
25444 * tree-vect-loop-manip.c (adjust_info): New type.
25445 (adjust_vec): New pointer to vector.
25446 (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
25447 (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
25448 (slpeel_update_phis_for_duplicate_loop): Use them.
25449 (slpeel_update_phi_nodes_for_guard1): Likewise.
25450 (slpeel_update_phi_nodes_for_guard2): Likewise.
25451 (slpeel_tree_peel_loop_to_edge): Likewise.
25452 (vect_update_ivs_after_vectorizer): Likewise.
25453
25454 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
25455
25456 * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
25457 (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
25458
25459 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
25460
25461 * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
25462 bogus uninitialized warning.
25463
25464 2010-01-09 Richard Guenther <rguenther@suse.de>
25465
25466 PR middle-end/42512
25467 * tree-scalar-evolution.c (interpret_loop_phi): Make sure
25468 the evolution is compatible with the initial condition.
25469
25470 2010-01-09 Jakub Jelinek <jakub@redhat.com>
25471
25472 * gcc.c (process_command): Update copyright notice dates.
25473 * gcov.c (print_version): Likewise.
25474 * gcov-dump.c (print_version): Likewise.
25475 * mips-tfile.c (main): Likewise.
25476 * mips-tdump.c (main): Likewise.
25477
25478 2010-01-08 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
25479
25480 PR target/41885
25481 * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
25482 (rotlhi3): Delete.
25483 (rotlhi3_8): Delete.
25484 (rotlsi3): Delete.
25485 (rotlsi3_8): Delete.
25486 (rotlsi3_16): Delete.
25487 (rotlsi3_24): Delete.
25488 (rotl<mode>3): New.
25489 (*rotw<mode>3): New.
25490 (*rotb<mode>3): New.
25491 * config/avr/avr.c (avr_rotate_bytes): New function.
25492 * config/avr/avr-proto.h (avr_rotate_bytes): New function.
25493
25494 2010-01-08 Steve Ellcey <sje@cup.hp.com>
25495
25496 PR target/37454
25497 * configure.ac: Modify -rdynamic check.
25498 * configure: Regenerate.
25499
25500 2010-01-08 DJ Delorie <dj@redhat.com>
25501
25502 * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
25503 register popping order.
25504
25505 2010-01-08 Richard Guenther <rguenther@suse.de>
25506
25507 PR lto/42528
25508 * c.opt (fsigned-char): Also let LTO handle this option.
25509 (funsigned-char): Likewise.
25510
25511 2010-01-07 Richard Guenther <rguenther@suse.de>
25512
25513 * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
25514 (gimple_op): Likewise.
25515 (gimple_op_ptr): Likewise.
25516 (gimple_assign_set_lhs): Remove gcc_assert.
25517 (gimple_assign_set_rhs1): Likewise.
25518 (gimple_assign_set_rhs2): Likewise.
25519 (gimple_call_set_lhs): Likewise.
25520 (gimple_call_set_fn): Likewise.
25521 (gimple_call_set_fndecl): Likewise.
25522 (gimple_call_fndecl): Likewise.
25523 (gimple_call_return_type): Likewise.
25524 (gimple_call_set_chain): Likewise.
25525 (gimple_call_num_args): Likewise.
25526 (gimple_call_set_arg): Likewise.
25527 (gimple_cond_set_code): Likewise.
25528 (gimple_cond_set_lhs): Likewise.
25529 (gimple_cond_set_rhs): Likewise.
25530 (gimple_cond_set_true_label): Likewise.
25531 (gimple_cond_set_false_label): Likewise.
25532 (gimple_label_set_label): Likewise.
25533 (gimple_goto_set_dest): Likewise.
25534 (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
25535 (gimple_debug_bind_get_value): Likewise.
25536 (gimple_debug_bind_get_value_ptr): Likewise.
25537 (gimple_debug_bind_set_var): Likewise.
25538 (gimple_debug_bind_set_value): Likewise.
25539 (gimple_debug_bind_reset_value): Likewise.
25540 (gimple_debug_bind_has_value_p): Likewise.
25541 (gimple_return_retval_ptr): Remove gcc_assert.
25542 (gimple_return_retval): Likewise.
25543 (gimple_return_set_retval): Likewise.
25544 * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
25545 (safe_referenced_var_iterator): Remove.
25546 (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
25547 * tree-flow-inline.h (gimple_nonlocal_all): Remove.
25548 (fill_referenced_var_vec): Remove.
25549 (first_readonly_imm_use): Remove redundant gcc_assert.
25550 (phi_arg_index_from_use): Combine gcc_asserts.
25551 (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
25552 (first_imm_use_stmt): Remove redundant gcc_assert.
25553 * tree-cfg.c (verify_gimple_call): Verify function and chain
25554 operands. Verify arguments.
25555 (verify_types_in_gimple_stmt): Verify condition code and labels.
25556
25557 2010-01-07 Richard Guenther <rguenther@suse.de>
25558
25559 PR tree-optimization/42641
25560 * sese.c (rename_map_elt_info): Use the SSA name version, do
25561 not hash pointers.
25562
25563 2010-01-07 Jakub Jelinek <jakub@redhat.com>
25564
25565 PR tree-optimization/42625
25566 * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
25567 TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
25568
25569 2010-01-07 Duncan Sands <baldrick@free.fr>
25570
25571 * Makefile.in (PLUGIN_HEADERS): Add version.h.
25572
25573 2010-01-07 Uros Bizjak <ubizjak@gmail.com>
25574
25575 PR target/42511
25576 * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
25577 note itself is not function_invariant_p.
25578
25579 2009-01-07 Steven Bosscher <steven@gcc.gnu.org>
25580
25581 * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
25582 Do not add the DF_NOTE problem.
25583 * store-motion.c (execute_rtl_store_motion): Likewise.
25584
25585 2010-01-07 Martin Jambor <mjambor@suse.cz>
25586
25587 PR tree-optimization/42157
25588 * tree-sra.c (compare_access_positions): Stabilize sort if both
25589 accesses have integer types, return zero immediately if they are the
25590 same.
25591
25592 2010-01-06 Richard Henderson <rth@redhat.com>
25593
25594 PR middle-end/41883
25595 * haifa-sched.c (add_to_note_list): Merge into ...
25596 (concat_note_lists): ... here, and ...
25597 (unlink_other_notes, rm_other_notes): Merge into...
25598 (remove_notes): ... here. Create REG_SAVE_NOTEs for
25599 NOTE_INSN_EPILOGUE_BEG.
25600
25601 2010-01-06 Richard Guenther <rguenther@suse.de>
25602
25603 * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
25604 not inline regular functions into always-inline functions.
25605
25606 2010-01-06 Nick Clifton <nickc@redhat.com>
25607
25608 * config/rx/rx.h (enum rx_cpu_type): Add RX200.
25609 (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
25610 used together.
25611 (OVERRIDE_OPTIONS): Delete.
25612 (OPTIMIZATION_OPTIONS): Define.
25613 (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
25614 * config/rx/rx.c (rx_handle_option): Issue an error message if
25615 -mcpu=rx200 and -fpu are used together.
25616 (rx_set_optimization_options): New function. Issue an error
25617 message if an optimization attribute attempts to reset the FPU/
25618 math optimization pairing.
25619 * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
25620 * config/rx/rx.opt: Set the default to 32-bit doubles.
25621 * config/rx/t-rx: Add multilibs for -nofpu option.
25622 * doc/invoke.texi: Update documentation of RX options.
25623
25624 2010-01-06 Richard Guenther <rguenther@suse.de>
25625
25626 * tree-ssa-pre.c (name_to_id): New global.
25627 (alloc_expression_id): Simplify SSA name handling.
25628 (lookup_expression_id): Likewise.
25629 (init_pre): Zero name_to_id.
25630 (fini_pre): Free it.
25631
25632 2010-01-06 Uros Bizjak <ubizjak@gmail.com>
25633
25634 * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
25635
25636 2010-01-05 H.J. Lu <hongjiu.lu@intel.com>
25637
25638 PR target/42542
25639 * config/i386/sse.md (smaxv2di3): New.
25640 (umaxv2di3): Likewise.
25641 (sminv2di3): Likewise.
25642 (uminv2di3): Likewise.
25643
25644 2010-01-05 Eric Botcazou <ebotcazou@adacore.com>
25645
25646 PR target/42564
25647 * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
25648 * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
25649 (legitimize_tls_address): Likewise.
25650 (sparc_tls_referenced_p): Likewise.
25651 * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
25652 and adjust calls to legitimize_pic_address.
25653 (legitimate_constant_p) Use sparc_tls_referenced_p.
25654 (legitimate_pic_operand_p): Likewise.
25655 (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
25656 (sparc_tls_symbol_ref_1): Delete.
25657 (sparc_tls_referenced_p): Make static, recognize specific patterns.
25658 (legitimize_tls_address): Make static, handle CONST patterns.
25659 (legitimize_pic_address): Make static, remove unused parameter and
25660 adjust recursive calls.
25661 (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
25662 and adjust call to legitimize_pic_address.
25663 (sparc_output_mi_thunk): Likewise.
25664
25665 2010-01-05 Paolo Bonzini <bonzini@gnu.rg>
25666 H.J. Lu <hongjiu.lu@intel.com>
25667
25668 PR target/42542
25669 * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
25670 for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
25671 operands to make them signed.
25672
25673 Revert:
25674 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
25675
25676 PR target/42542
25677 * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
25678 GTU to GT for V4SI and V2DI.
25679
25680 * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
25681 (umin<mode>3): Removed.
25682 (uminv8hi3): New.
25683 (uminv4si3): Likewise.
25684
25685 2010-01-05 Martin Jambor <mjambor@suse.cz>
25686
25687 PR tree-optimization/42462
25688 * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
25689 current_function_decl to helper functions and macros.
25690
25691 2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25692
25693 PR bootstrap/41771
25694 * flags.h: Don't include real.h.
25695 (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
25696 HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
25697 * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
25698 HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
25699 * dominance.c: Update copyright.
25700 * gimple.c (walk_gimple_op): Remove inline.
25701 * tree-ssa-reassoc.c: Include real.h.
25702 * Makefile.in (FLAGS_H): Remove $(REAL_H).
25703 (tree-ssa-reassoc.o): Depend on $(REAL_H).
25704
25705 2010-01-05 Nick Clifton <nickc@redhat.com>
25706
25707 * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
25708 register to push into the stack frame when the accumulator has to
25709 be saved during interrupts.
25710
25711 2010-01-05 Eric Fisher <joefoxreal@gmail.com>
25712
25713 * doc/invoke.texi: Remove the documentation about option
25714 -Wunreachable-code.
25715 * common.opt (Wunreachable-code): Preserved for backward
25716 compatibility.
25717 * tree-cfg.c: Remove the implementation of -Wunreachable-code.
25718 * opts.c (common_handle_option): Add OPT_Wunreachable_code to
25719 the backward compatibility flag section.
25720
25721 2010-01-05 Richard Guenther <rguenther@suse.de>
25722
25723 * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
25724
25725 2010-01-05 Jakub Jelinek <jakub@redhat.com>
25726
25727 PR other/42611
25728 * cfgexpand.c (expand_one_var): Diagnose too large variables.
25729
25730 PR tree-optimization/42508
25731 * tree-sra.c (convert_callers): Check for recursive call
25732 by comparing cgraph nodes instead of decls.
25733 (modify_function): Call ipa_modify_formal_parameters also
25734 on all same_body aliases.
25735
25736 * cgraphunit.c (cgraph_materialize_all_clones): Compare
25737 cgraph nodes when checking for same_body aliases.
25738
25739 2010-01-05 Richard Guenther <rguenther@suse.de>
25740
25741 * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
25742 allocation and lookup.
25743 (get_or_alloc_expr_for_constant): Likewise.
25744 (phi_translate): Sink allocation.
25745
25746 2010-01-04 Richard Guenther <rguenther@suse.de>
25747
25748 * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
25749 a new entry only if needed.
25750 * tree-ssa-dom.c (lookup_avail_expr): Likewise.
25751 * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
25752 hashtable lookup.
25753 * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
25754 the result array.
25755 (phi_translate): Handle CONSTANTs early.
25756
25757 2010-01-04 Martin Jambor <mjambor@suse.cz>
25758
25759 PR tree-optimization/42398
25760 * tree-sra.c (struct access): Removed flag grp_different_types.
25761 (dump_access): Do not dump the removed flag.
25762 (sort_and_splice_var_accesses): Do not set the removed flag.
25763 (sra_modify_expr): Check for type compatibility directly.
25764
25765 2010-01-04 Martin Jambor <mjambor@suse.cz>
25766
25767 PR tree-optimization/42366
25768 * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
25769 edges with variable number of parameters.
25770 * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
25771 flag instead of asserting it.
25772 (ipa_read_node_info): Read uses_analysis_done flag.
25773
25774 2010-01-04 Richard Guenther <rguenther@suse.de>
25775
25776 * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
25777 iterative_hash_* as intended.
25778 (vn_reference_compute_hash): Likewise. Simplify hashing
25779 SSA names.
25780 (vn_reference_lookup_2): Likewise.
25781 (vn_nary_op_compute_hash): Likewise.
25782 (vn_phi_compute_hash): Likewise.
25783 (expressions_equal_p): Remove strange code.
25784 * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
25785 (pre_expr_hash): Likewise. Simplify hashing SSA names.
25786 (bitmap_insert_into_set_1): Take value-id as parameter.
25787 (add_to_value): Pass it.
25788 (bitmap_insert_into_set): Likewise.
25789 (bitmap_value_insert_into_set): Likewise. Remove redundant check.
25790
25791 2010-01-04 Jakub Jelinek <jakub@redhat.com>
25792
25793 PR driver/42442
25794 * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
25795 (do_self_spec): For switches with SWITCH_IGNORE set set also
25796 SWITCH_IGNORE_PERMANENTLY.
25797 (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
25798 of SWITCH_IGNORE.
25799
25800 2010-01-04 Rafael Avila de Espindola <espindola@google.com>
25801
25802 * lto-streamer-out.c (output_unreferenced_globals): Output the full
25803 tree of an unreferenced global var.
25804
25805 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
25806
25807 PR target/42542
25808 * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
25809 GTU to GT for V4SI and V2DI.
25810
25811 * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
25812 (umin<mode>3): Removed.
25813 (uminv8hi3): New.
25814 (uminv4si3): Likewise.
25815
25816 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
25817
25818 PR lto/42581
25819 * collect2.c (main): Turn on trace in collect2 if -v is passed
25820 to gcc with LTO.
25821
25822 2010-01-03 Jerry Quinn <jlquinn@optonline.net>
25823
25824 * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR. Update
25825 description of expression operand.
25826
25827 2010-01-03 Andrew Jenner <andrew@codesourcery.com>
25828
25829 * configure.ac: Add install-html to target_list for Make-hooks.
25830 * configure: Regenerate.
25831 * fortran/Make-lang.in (F95_HTMLFILES): New.
25832 (fortran.html): Use it.
25833 (fortran.install-html): New.
25834 * Makefile.in (install-html): Add lang.install-html.
25835 * java/Make-lang.in (JAVA_HTMLFILES): New.
25836 (java.html): Use it.
25837 (java.install-html): New.
25838 * objc/Make-lang.in (objc.install-html): New.
25839 * objcp/Make-lang.in (obj-c++.install-html): New.
25840 * cp/Make-lang.in (c++.install-html): New.
25841 * ada/gcc-interface/Make-lang.in (ada.install-html): New.
25842 * lto/Make-lang.in (lto.install-html): New.
25843
25844 2010-01-03 H.J. Lu <hongjiu.lu@intel.com>
25845
25846 PR lto/42520
25847 * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
25848
25849 2009-01-03 Steven Bosscher <steven@gcc.gnu.org>
25850
25851 PR rtl-optimization/41862
25852 * store-motion.c (store_killed_in_insn, compute_store_table,
25853 remove_reachable_equiv_notes, replace_store_insn,
25854 build_store_vectors): Ignore all DEBUG_INSNs.
25855
25856 2010-01-03 H.J. Lu <hongjiu.lu@intel.com>
25857
25858 PR lto/41564
25859 * common.opt: Add dumpdir.
25860
25861 * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
25862 isn't specified.
25863 (option_map): Add --dumpdir.
25864
25865 * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
25866
25867 * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
25868
25869 * opts.c (decode_options): Try dump_dir_name first if
25870 dump_base_name isn't an absolute path.
25871 (common_handle_option): Handle OPT_dumpdir.
25872
25873 * toplev.c (dump_dir_name): New.
25874 (print_switch_values): Also ignore -dumpdir.
25875
25876 * toplev.h (dump_dir_name): New.
25877
25878 2010-01-03 Richard Guenther <rguenther@suse.de>
25879
25880 PR tree-optimization/42589
25881 * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
25882 double-word expansion of bswap32.
25883
25884 2010-01-03 Steven Bosscher <steven@gcc.gnu.org>
25885
25886 * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
25887 with BLOCK_FOR_INSN.
25888 * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
25889 * ifcvt.c (noce_get_alt_condition, noce_try_abs,
25890 noce_process_if_block): Likewise.
25891 * gcse.c (compute_local_properties, insert_expr_in_table,
25892 insert_set_in_table, canon_list_insert, find_avail_set,
25893 pre_insert_copy_insn): Likewise.
25894
25895 * basic-block.h (BLOCK_NUM): Move from here...
25896 * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
25897
25898 2010-01-03 Richard Guenther <rguenther@suse.de>
25899
25900 PR tree-optimization/42438
25901 * tree-ssa-pre.c (struct bb_bitmap_sets): Add
25902 contains_may_not_return_call flag.
25903 (BB_MAY_NOTRETURN): New.
25904 (valid_in_sets): Trapping nary operations are not valid
25905 in blocks that may not return.
25906 (insert_into_preds_of_block): Remove check for trapping expressions.
25907 (compute_avail): Compute also BB_MAY_NOTRETURN.
25908
25909 2010-01-03 Gerald Pfeifer <gerald@pfeifer.com>
25910
25911 * doc/invoke.texi: Add 2010 to copyright years.
25912
25913 2010-01-03 Eric Botcazou <ebotcazou@adacore.com>
25914
25915 * config/sparc/sparc.c: Fix formatting nits.
25916
25917 2010-01-02 Gerald Pfeifer <gerald@pfeifer.com>
25918 Alexander Monakov <amonakov@ispras.ru>
25919
25920 * doc/invoke.texi (Optimize Options): Reword introduction a bit.
25921
25922 2010-01-02 Richard Guenther <rguenther@suse.de>
25923
25924 PR middle-end/42577
25925 * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
25926 (simplify_switch_using_ranges): Mark to be removed edges
25927 as non-executable.
25928
25929 2010-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
25930
25931 * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
25932
25933 * collect2.c (scan_libraries): Add missing argument in call to
25934 scan_prog_file.
25935
25936 2010-01-02 Uros Bizjak <ubizjak@gmail.com>
25937
25938 PR target/42448
25939 * config/alpha/predicates.md (aligned_memory_operand): Return false
25940 for CQImode.
25941 (unaligned_memory_operand): Return true for CQImode.
25942 * config/alpha/alpha.c (get_aligned_mem): Assert that location
25943 doesn not cross aligned SImode word boundary.
25944
25945 2010-01-02 Anatoly Sokolov <aesok@post.ru>
25946
25947 * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
25948 Remove.
25949 * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
25950 avr_change_section, avr_reg_class_from_letter) : Remove declaration.
25951
25952 2010-01-02 Richard Guenther <rguenther@suse.de>
25953
25954 PR lto/41597
25955 * toplev.c (compile_file): Emit LTO marker properly. Change
25956 it to __gnu_lto_v1.
25957 * collect2.c (scan_prog_file): Adjust for changed LTO marker.
25958
25959 2010-01-01 Richard Guenther <rguenther@suse.de>
25960
25961 PR debug/42455
25962 * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
25963
25964 2010-01-01 Richard Guenther <rguenther@suse.de>
25965
25966 PR c/42570
25967 * c-decl.c (grokdeclarator): For zero-size arrays force
25968 structural equality checks as layout_type does.
25969
25970 2010-01-01 H.J. Lu <hongjiu.lu@intel.com>
25971
25972 * builtins.c: Update copyright to 2010.
25973
25974 2010-01-01 H.J. Lu <hongjiu.lu@intel.com>
25975
25976 PR lto/42531
25977 * lto-streamer-out.c (produce_asm): Revert the last change.
25978 (copy_function): Likewise.
25979
25980 * lto-streamer.c (lto_get_section_name): Skip any leading
25981 asterisk in name.
25982
25983 2010-01-01 Richard Guenther <rguenther@suse.de>
25984
25985 PR middle-end/42559
25986 * builtins.c (get_object_alignment): Do not use DECL_ALIGN
25987 for LABEL_DECLs.
25988
25989 \f
25990 Copyright (C) 2010 Free Software Foundation, Inc.
25991
25992 Copying and distribution of this file, with or without modification,
25993 are permitted in any medium without royalty provided the copyright
25994 notice and this notice are preserved.