re PR target/45800 ([M32C] compile error on increment volatile long var)
[official-gcc.git] / gcc / ChangeLog
blob0fe8fbb20a7e53d4c973a32abb516f5cce2a07b1
1 2010-09-28  DJ Delorie  <dj@redhat.com>
3         PR target/45800
4         * config/m32c/m32c.c (m32c_subreg): Force adjustment of subregs of
5         volatile MEMs.
7 2010-09-28  Iain Sandoe  <iains@gcc.gnu.org>
9         * c-parser.c (c_parser_declaration_or_fndef): Diagnose incorrect prefix
10         attributes on methods.
11          (c_parser_objc_method_definition): Handle attributes.
12         (c_parser_objc_methodproto): Likewise.
13         (c_parser_objc_maybe_method_attributes): New.
14         (c_parser_objc_method_decl): Handle attributes, add a diagnostic for a
15         missing definition, similar to that in ObjC++.
17 2010-09-28  Richard Henderson  <rth@redhat.com>
19         * defaults.h (DWARF2_UNWIND_INFO): Don't depend on TARGET_UNWIND_INFO.
20         (MUST_USE_SJLJ_EXCEPTIONS): Remove.
21         (CONFIG_SJLJ_EXCEPTIONS): Remove.
22         (STACK_OLD_CHECK_PROTECT): Use targetm.except_unwind_info.
23         (STACK_CHECK_PROTECT): Likewise.
24         * dwarf2out.c (DWARF2_UNWIND_INFO, DWARF2_FRAME_INFO): Poison.
25         (dwarf2out_do_frame): Use debug_unwind_info and except_unwind_info.
26         (dwarf2out_do_cfi_asm, dwarf2out_begin_prologue): Likewise.
27         (dwarf2out_frame_init, dwarf2out_frame_finish): Likewise.
28         (dwarf2out_assembly_start): Likewise.
29         * except.c (init_eh): Use targetm.except_unwind_info.
30         (finish_eh_generation, gate_convert_to_eh_region_ranges): Likewise.
31         (output_one_function_exception_table): Likewise.
32         * final.c: Unconditionally include dwarf2out.h.
33         (final_start_function): Unconditionally call dwarf2out routines.
34         (final_end_function, final_scan_insn): Likewise.
35         * function.c (expand_function_end): Use targetm.except_unwind_info.
36         * opts.c (decode_options): Use targetm.except_unwind_info.
37         * system.h (USING_SJLJ_EXCEPTIONS, TARGET_UNWIND_INFO): Poison.
38         * target.def (debug_unwind_info, except_unwind_info): New.
39         * target.h (enum unwind_info_type): New.
40         * targhooks.c (default_debug_unwind_info): New.
41         (default_except_unwind_info): New.
42         (dwarf2_except_unwind_info, sjlj_except_unwind_info): New.
43         * targhooks.h: Declare them.
44         * tree-tailcall.c: Include "target.h"
45         (suitable_for_tail_call_opt_p): Use targetm.except_unwind_info.
46         * Makefile.in (tree-tailcall.o): Update.
47         * tree.c (build_common_builtin_nodes): Use targetm.except_unwind_info.
48         (lhd_gcc_personality): Likewise.
50         * doc/tm.texi.in (TARGET_UNWIND_INFO): Remove.
51         (TARGET_EXCEPT_UNWIND_INFO): New.
52         (DWARF2_UNWIND_INFO): Update.
53         (TARGET_DEBUG_UNWIND_INFO): New.
54         * doc/tm.texi: Rebuild.
56         * c-family/c-cppbuiltin.c (c_cpp_builtins): Use
57         targetm.except_unwind_info.
59         * config/arm/arm.c (TARGET_EXCEPT_UNWIND_INFO): New.
60         (arm_except_unwind_info): New.
61         (arm_compute_func_type): Use it.
62         (arm_expand_prologue, thumb_pushpop): Likewise.
63         (thumb1_expand_prologue, thumb1_output_function_prologue): Likewise.
64         (arm_unwind_emit, arm_output_fn_unwind): Likewise.
65         * config/arm/bpabi.h (ARM_UNWIND_INFO): Rename from TARGET_UNWIND_INFO.
66         * config/arm/arm.h (ARM_UNWIND_INFO): Likewise.
67         (DWARF2_UNWIND_INFO): Remove.
68         (MUST_USE_SJLJ_EXCEPTIONS): Remove.
69         (ARM_EABI_UNWIND_TABLES): Remove.
71         * config/ia64/ia64.c (ia64_debug_unwind_info): New.
72         (TARGET_DEBUG_UNWIND_INFO, TARGET_EXCEPT_UNWIND_INFO): New.
73         (ia64_except_unwind_info): New.
74         (ia64_output_function_prologue): Use it.
75         (ia64_add_bundle_selector_before): Likewise.
76         (ia64_reorg, ia64_asm_unwind_emit): Likewise.
77         * config/ia64/ia64.h (DWARF2_FRAME_INFO): Remove.
78         (TARGET_UNWIND_INFO): Remove.
80         * config/pa/pa.c (pa_option_override): Use targetm.except_unwind_info.
81         
82 2010-09-28  Iain Sandoe  <iains@gcc.gnu.org>
84         * c-parser.c (c_parser_objc_class_definition): Adjust prototype.
85         (c_parser_objc_protocol_definition): Likewise.
86         (c_parser_external_declaration): Provide dummy attribute arguments.
87         (c_parser_declaration_or_fndef): Parse prefix attributes for ObjC.
88         (c_parser_objc_class_definition): Handle attributes.
89         (c_parser_objc_protocol_definition): Likewise.
91 2010-09-28  Tobias Burnus  <burnus@net-b.de>
93         PR fortran/40569
94         PR fortran/40568
95         * toplev.h (save_decoded_options, save_decoded_options_count):
96         New global variables.
97         * toplev.c (save_decoded_options, save_decoded_options_count):
98         export variables.
100 2010-09-28  Ian Lance Taylor  <iant@google.com>
102         * config/i386/i386.c (ix86_supports_split_stack): Test
103         HAVE_GAS_CFI_PERSONALITY_DIRECTIVE rather than
104         dwarf2out_do_cfi_asm.
106 2010-09-28  Ian Lance Taylor  <iant@google.com>
108         PR target/45815
109         * opts.c (decode_options): Don't test whether the target supports
110         split stack if flag_split_stack == 0.
112 2010-09-28  Jan Hubicka  <jh@suse.cz>
114         * builtin-attrs.def (ATTR_LEAF): New attribute.
115         (ATTR_NOVOPS_LEAF_LIST, ATTR_LEAF_LIST, ATTR_NOTHROW_LEAF_LIST,
116         ATTR_CONST_NOTHROW_LEAF_LIST, ATTR_PURE_NOTHROW_LEAF_LIST,
117         ATTR_PURE_NOTHROW_NOVOPS_LEAF_LIST, ATTR_NORETURN_NOTHROW_LEAF_LIST,
118         ATTR_MALLOC_NOTHROW_LEAF_LIST, ATTR_SENTINEL_NOTHROW_LEAF_LIST,
119         ATTR_NOTHROW_NONNULL_LEAF, ATTR_CONST_NOTHROW_NONNULL_LEAF,
120         ATTR_CONST_NOTHROW_TYPEGENERIC_LEAF, ATTR_PURE_NOTHROW_NONNULL_LEAF,
121         ATTR_MALLOC_NOTHROW_NONNULL_LEAF): New attribute lists.
122         * sync-builtins.def: Annotate all builtins by leaf.
123         * omp-builtins.def: Annotate all builtins by leaf.
124         * builtins.def: Annotate relevant builtins with leaf attribute.
125         (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
126         ATTR_MATHFN_FPROUNDING_ERRNO, ATTR_MATHFN_FPROUNDING_STORE): Make
127         leaf.
129 2010-09-28  Jan Hubicka  <jh@suse.cz>
131         * tree-ssa-ccp.c (fold_ctor_reference): New function.
132         (fold_const_aggregate_ref): Use it.
133         * fold-const.c (canonicalize_constructor_val): Check that we don't fold
134         into external static.
136 2010-09-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
138         PR target/44452
139         * config/i386/i386.opt (mvect8-ret-in-mem): Define.
140         * config/i386/i386.c (ix86_target_string): Handle -mvect8-ret-in-mem.
141         (ix86_solaris_return_in_memory): Remove.
142         * config/i386/i386-protos.h (ix86_solaris_return_in_memory): Remove.
143         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
144         (TARGET_SUBTARGET_DEFAULT): Redefine.
145         * config/i386/sol2-10.h (TARGET_SUBTARGET_DEFAULT): Update comment.
146         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
147         (TARGET_SUBTARGET_DEFAULT): Redefine.
148         * doc/invoke.texi (Option Summary, i386 and x86-64 Options): Add
149         -mvect8-ret-in-mem.
150         (i386 and x86-64 Options): Document -mvect8-ret-in-mem.
152 2010-09-29  Alan Modra  <amodra@gmail.com>
154         PR target/45807
155         * config/rs6000/aix.h (SETUP_FRAME_ADDRESSES): Delete.
156         * config/rs6000/linux64.h (SETUP_FRAME_ADDRESSES): Delete.
157         * config/rs6000/rs6000-protos.h (rs6000_aix_emit_builtin_unwind_init):
158         Delete.
159         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init): Delete.
160         (rs6000_emit_prologue): Don't just create frame save info for r2,
161         actually save r2.
163 2010-09-28  Richard Henderson  <rth@redhat.com>
165         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Output 8 bytes
166         when 8 bytes are requested.
168 2010-09-28  Tristan Gingold  <gingold@adacore.com>
170         * config/avr/avr.c (expand_prologue): Set
171         current_function_static_stack_size.
173 2010-09-28  Tristan Gingold  <gingold@adacore.com>
175         * config/alpha/alpha.md: Change the initial condition of the
176         probing loop.
178 2010-09-28  Uros Bizjak  <ubizjak@gmail.com>
180         * config/i386/sse.md (*avx_<umaxmin:code><mode>3):
181         Split from *avx_<maxmin:code><mode>3.
182         (*avx_<smaxmin:code><mode>3): Ditto.
183         * config/i386/i386.md (maxmin): Remove code iterator.
185 2010-09-27  Ian Lance Taylor  <iant@google.com>
187         * config/i386/i386.c (ix86_supports_split_stack): -fsplit-stack
188         requires assembler support for CFI directives.
190 2010-09-27  Richard Henderson  <rth@redhat.com>
192         * dwarf2out.c (dwarf2out_cfi_label): Use ASM_OUTPUT_DEBUG_LABEL.
194 2010-09-27  Hans-Peter Nilsson  <hp@axis.com>
196         * emit-rtl.c (reorder_insns_nobb) [ENABLE_CHECKING]: Sanity-check
197         that AFTER is not in the range FROM..TO, inclusive.
199 2010-09-27  Hans-Peter Nilsson  <hp@axis.com>
200             Bernd Schmidt  <bernds@codesourcery.com>
202         PR rtl-optimization/45792
203         * cfgcleanup.c (try_head_merge_bb): New rtx vector nextptr.
204         If not all insns are to be merged, for each edge, stash the
205         next candidate after the to-be-merged insns before doing the
206         merge, and use them for the retry at the new insertion point.
207         Handle CC0 targets when retrying.
209 2010-09-27  Ian Lance Taylor  <iant@google.com>
211         * common.opt (fsplit-stack): New option.
212         * opts.c (decode_options): Set flag_split_stack to final value.
213         * target.def (supports_split_stack): New hook.
214         * gcc.c (STACK_SPLIT_SPEC): Define.
215         (LINK_COMMAND_SPEC): Use STACK_SPLIT_SPEC.
216         * doc/invoke.texi (Option Summary): Mention -fsplit-stack.
217         (Code Gen Options): Document -fsplit-stack.
218         * doc/extend.texi (Function Attributes): Mention no_split_stack.
219         (Function Attributes): Document no_split_stack.
220         * doc/tm.texi.in (Stack Smashing Protection): Add @hook
221         TARGET_SUPPORTS_SPLIT_STACK.
222         * doc/tm.texi: Rebuild.
223         * function.c (thread_prologue_and_epilogue_insns): If
224         flag_split_stack, add split stack prologue.
225         * explow.c (allocate_dynamic_stack_space): Support -fsplit-stack.
226         * varasm.c (saw_no_split_stack): New static variable.
227         (assemble_start_function): Set saw_no_split_stack if the function
228         has the no_split_stack attribute.
229         (file_end_indicate_split_stack): New function.
230         * output.h (file_end_indicate_split_stack): Declare.
231         * libgcc-std.ver (GCC_4.6.0): Add -fsplit-stack support variables
232         and function.
233         * doc/libgcc.texi (Miscellaneous routines): Document -fsplit-stack
234         routines.
235         * config/i386/i386.c (ix86_option_override_internal): Don't set
236         expand_builtin_va_start to NULL if -fsplit-stack.
237         (ix86_function_regparm): Reduce local regparm by 1 for 32-bit
238         -fsplit-stack.
239         (ix86_va_start): If -fsplit-stack, get overflow pointer from
240         scratch register set by prologue.
241         (ix86_code_end): If -fsplit-stack, call
242         file_end_indicate_split_stack.
243         (ix86_supports_split_stack): New static function.
244         (SPLIT_STACK_AVAILABLE): Define.
245         (split_stack_prologue_scratch_regno): New static function.
246         (split_stack_fn): New static variable.
247         (ix86_expand_split_stack_prologue): New function.
248         (ix86_live_on_entry): New static function.
249         (ix86_legitimate_address_p): Handle UNSPEC_STACK_CHECK.
250         (output_pic_addr_const): Likewise.
251         (i386_asm_output_addr_const_extra): Likewise.
252         (ix86_expand_call): Change return type to rtx.  Return the new
253         call instruction.
254         (TARGET_SUPPORTS_SPLIT_STACK): Define.
255         (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
256         * config/i386/i386.md (UNSPEC_STACK_CHECK): Define.
257         (split_stack_prologue, split_stack_return): New insns.
258         (split_stack_space_check): New insn.
259         * config/i386/i386.h (struct machine_function): Add
260         split_stack_varargs_pointer field.
261         * config/i386/linux.h (TARGET_CAN_SPLIT_STACK): Define.
262         (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
263         * config/i386/linux64.h (TARGET_CAN_SPLIT_STACK): Define.
264         (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
265         * config/i386/i386-protos.h (ix86_expand_split_stack_prologue):
266         Declare.
267         (ix86_expand_call): Update declaration.
269 2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>
271         * doc/objc.texi (Type encoding): Added the new 'long double' (D)
272         code.  Added byref, which was missing in the list of codes.
273         Explain that enumeration values are encoded as the integer type
274         that the compiler uses to store them.  Explain and make examples
275         of how 'const' interacts with pointers, and the complication of
276         the encoding of 'const char *'.
277         (Legacy type encoding): New subsection, explaining that GCC emits
278         incorrect type encodings for the NeXT runtime for compatibility
279         reasons.
280         (@@encode): New subsection, explaining @encode and particularly
281         that protocol qualifiers are not recognized inside an @encode()
282         expression.
283         (Method signatures): New subsection, explaining how method
284         signatures are encoded.
286 2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>
288         Merge from 'apple/trunk' branch on FSF servers.  Removed small
289         change in build_conditional_expr that had been added when fixing
290         PR objc/27377 and which did the same check in a less complete way.
292         2005-12-15  Fariborz Jahanian <fjahanian@apple.com>
294         Radar 4229905
295         * c-typeck.c (build_conditional_expr): Call objc_have_common_type when
296         looking for objective-c common pointer types.
297         
298         2005-06-22  Ziemowit Laski  <zlaski@apple.com>
300         Radar 4154928
301         * c-typeck.c (build_conditional_expr): For two ObjC pointer types,
302         use their ObjC common type.
304 2010-09-27  Richard Guenther  <rguenther@suse.de>
306         * dbxout.c (dbxout_symbol): Use DECL_FILE_SCOPE_P.
308 2010-09-27  Jie Zhang  <jie@codesourcery.com>
310         * print-tree.c (print_node): Print in-constant-pool.
312 2010-09-27  Uros Bizjak  <ubizjak@gmail.com>
314         * config/i386/i386.h (CLASS_MAX_NREGS): Also handle XCmode.
315         (UNITS_PER_WORD): Define only when IN_LIBGCC2 is undefined.
316         (MOVE_MAX_PIECES): Redefine using UNITS_PER_WORD.
317         (ASM_OUTPUT_AVX_PREFIX): Simplify pointer addition.
319 2010-09-26  Uros Bizjak  <ubizjak@gmail.com>
321         * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_add): Merge
322         from pro_epilogue_adjust_stack_<mode>_{1,2}.
323         (pro_epilogue_adjust_stack_<mode>_add): Rename from
324         pro_epilogue_adjust_stack_<mode>_3.
325         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for
326         renamed pro_epilogue_adjust_stack_{si,di}_add.
327         (ix86_expand_prologue): Use indirect functions.  Update for renamed
328         pro_epilogue_adjust_stack_{si,di}_sub.
330 2010-09-26  Uros Bizjak  <ubizjak@gmail.com>
332         * config/i386/i386.md (movmsk_df): New insn.
333         (signbitdf): Split out of signbit<mode>2.  Generate movmsk_df
334         sequence for TARGET_SSE_MATH.
336 2010-09-26  Richard Sandiford  <rdsandiford@googlemail.com>
338         * config/mips/mips.c (mips_builtin_decls): Declare.
339         (mips_init_builtins): Store function declarations in
340         mips_builtin_decls.
341         (mips_builtin_decl): New function.
342         (TARGET_BUILTIN_DECL): Define.
344 2010-09-25  Kai Tietz  <kai.tietz@onevision.com>
345             Richard Henderson  <rth@redhat.com>
347         * config/i386/cygwin.asm: Include auto-host.h.
348         (cfi_startproc, cfi_endproc, cfi_adjust_cfa_offset,
349         cfi_def_cfa_register, cfi_register, cfi_push, cfi_pop): New macros.
350         (__chkstk, __alloca): Annotate for dwarf2 unwind info.  Drop
351         alignment code from the 64-bit path.  Use gas local labels.
352         * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_2): Macroize
353         from _di_2.  Remove the useless constant integer argument.
354         (pro_epilogue_adjust_stack_<mode>_3): New.
355         (allocate_stack_worker_probe_<mode>): Macroize from
356         allocate_stack_worker_{32,64}.  Use __chkstk_ms.  Update all users.
357         * config/i386/i386.c (ix86_expand_prologue): Use __chkstk_ms;
358         use gen_pro_epilogue_adjust_stack_*_3 and annotate it.
359         (__chkstk_ms): New function.
360         * config/i386/t-cygming (LIB1ASMFUNCS): Add _chkstk_ms.
361         * gcc/config/i386/t-interix: Likewise.
362         * configure.ac (HAVE_GAS_CFI_DIRECTIVE): Export for target.
363         (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): Likewise.
364         (HAVE_GAS_CFI_SECTIONS_DIRECTIVE): Likewise.
365         * configure, config.in: Rebuild.
367 2010-09-25  Eric Botcazou  <ebotcazou@adacore.com>
369         * tree-inline.c (copy_bb): Use GSI_CONTINUE_LINKING when inserting new
370         statements because of the return slot optimization.
372 2010-09-25  Anatoly Sokolov  <aesok@post.ru>
374         * config/avr/avr.h (CLASS_LIKELY_SPILLED_P): Remove.
375         * config/avr/avr-protos.h (class_likely_spilled_p): Remove.
376         * config/avr/avr.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
377         (class_likely_spilled_p): Rename to...
378         (avr_class_likely_spilled_p): ...this. Make static. Change argument
379         type to reg_class_t.
381 2010-09-24  Jan Hubicka  <jh@suse.cz>
383         * lto-symtab.c (lto_symtab_entry_def): Add guessed field.
384         (lto_symtab_resolve_symbols): Set it.
385         (lto_symtab_merge_decls_1): Do not compute used_from_object_file;
386         store resolution field in cgraph/varpool.
387         * cgraph.c (cgraph_same_body_alias, cgraph_add_thunk): Return node.
388         (cgraph_get_node_or_alias, cgraph_get_node_or_alias): Constify.
389         (cgraph_dump_node): Drop used_from_object_file.
390         (cgraph_clone_node, cgraph_create_virtual_clone): Likewise.
391         (cgraph_function_body_availability): Use decl_replaceable_p.
392         (cgraph_make_node_local): Set resolution to LDPR_PREVAILING_DEF_IRONLY.
393         (cgraph_can_remove_if_no_direct_calls_and_refs): Use
394         cgraph_used_from_object_file_p.
395         (cgraph_will_be_removed_from_program_if_no_direct_calls): Use
396         cgraph_used_from_object_file_p.
397         (resolution_used_from_other_file_p): New functoin.
398         (cgraph_used_from_object_file_p): New predicate.
399         * cgraph.h: Include plugin-api.h
400         (struct cgraph_local_info): Remove used_from_object_file.
401         (struct cgraph_node): Add resolution field.
402         (struct varpool_node): Likewise; remove used_from_object_file;
403         reove const_value_known.
404         (cgraph_get_node, cgraph_get_node_or_alias, cgraph_node,
405         cgraph_same_body_alias, cgraph_add_thunk): Update prototypes.
406         (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
407         varpool_used_from_object_file_p): Declare.
408         (varpool_get_node, varpool_extra_name_alias): Update prototype.
409         * tree.h (DECL_REPLACEABLE_P): Remove.
410         (decl_replaceable_p, decl_binds_to_current_def_p): Declare.
411         * final.c (rest_of_clean_state): Use decl_binds_to_current_def_p.
412         * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
413         input_overwrite_node, input_node, input_varpool_node): Stream
414         resolution.
415         * expr.c (expand_expr_real_1): Use const_value_known_p
416         * ipa.c (ipa_discover_readonly_nonaddressable_var): Do not set
417         const_value_known.
418         (cgraph_externally_visible_p): Use cgraph_used_from_object_file_p.
419         (function_and_variable_visibility): Set resolution for local vars
420         and functions; use varpool_used_from_object_file_p.
421         * varasm.c (resolution_to_local_definition_p, resolution_local_p): New
422         static functions.
423         (default_binds_local_p_1): Use resolutoin info.
424         (decl_binds_to_current_def_p, decl_replaceable_p): New functions.
425         * varpool.c (varpool_get_node): Constify.
426         (const_value_known_p): Do not use vnode->const_value_known;
427         use decl_replaceable_p.
428         (varpool_finalize_decl): Do not set const_value_known.
429         (cgraph_variable_initializer_availability): Use decl_replaceable_p
430         (varpool_extra_name_alias): Return new node.
431         (varpool_used_from_object_file_p): New function.
433 2010-09-24  Richard Henderson  <rth@redhat.com>
435         * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): New.
436         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): New.
437         (do_spill): Use REG_CFA_OFFSET.
438         (ia64_expand_prologue): Use REG_CFA_ADJUST_CFA and REG_CFA_REGISTER
439         as appropriate.
440         (ia64_expand_epilogue): Likewise.
441         (process_set): Split into ...
442         (process_cfa_adjust_cfa): this,
443         (process_cfa_register): this,
444         (process_cfa_offset): and this new function.
445         (ia64_asm_unwind_emit): Use them.  Expect REG_CFA_* notes
446         instead of REG_FRAME_RELATED_EXPR.
448 2010-09-24  Olivier Hainque  <hainque@adacore.com>
450         * config/i386/vx-common.h (DBX_REGISTER_NUMBER): Reinstate.
452 2010-09-24  Jan Hubicka  <jh@suse.cz>
454         * doc/extend.texi: (attribute leaf): Document.
455         * tree.c (local_define_builtin): Handle ECF_LEAF.
456         (build_common_builtin_nodes): Set ECF_LEAF where needed.
457         * tree.h (ECF_LEAF): New.
458         * ipa-reference.c (propagate_bits): For leaf calls propagate ever
459         overwrittable and unavailable functions.
460         (ipa_init): Put all_module_statics into optimization_summary_obstack.
461         (copy_global_bitmap): Do not copy all_module_statics.
462         (read_write_all_from_decl): Use cgraph_node argument; handle ECF_LEAF.
463         (propagate): Handle overwritable and unavailable leaf functions;
464         initialize global info for overwritable and unavailable leaf functions;
465         do not free all module statics.
466         (ipa_reference_get_not_{read,written}_global): Leaf calls don't clobber
467         local statics.
468         * calls.c (flags_from_decl_or_type): Handle leaf.
469         * tree-cfg.c (stmt_can_make_abnormal_goto): Leaf functions can't do
470         abnormal gotos.
472 2010-09-24  Basile Starynkevitch  <basile@starynkevitch.net>
474         * gengtype.c: Reindented.
475         * gengtype.h: Reindented.
476         * gengtype-parse.c: Reindented.
478 2010-09-24  Jan Hubicka  <jh@suse.cz>
480         PR tree-optimization/45738
481         PR tree-optimization/45741
482         * expr.c (string_constant): Allow CONST_DECL too;
483         check that DECL_INITIAL is set.
484         * varpool.c (const_value_known_p): Only look into VAR_DECL
485         and CONST_DECL.
487 2010-09-24  Joseph Myers  <joseph@codesourcery.com>
489         * common.opt (undef): New.
491 2010-09-24  Jakub Jelinek  <jakub@redhat.com>
493         PR middle-end/45234
494         * rtl.h (enum global_rtl_index): Add
495         GR_VIRTUAL_PREFERRED_STACK_BOUNDARY.
496         (LAST_VIRTUAL_POINTER_REGISTER): Define.
497         (virtual_preferred_stack_boundary_rtx,
498         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM): Define.
499         (LAST_VIRTUAL_REGISTER): Increase by one.
500         (REGNO_PTR_FRAME_P): Use LAST_VIRTUAL_POINTER_REGISTER
501         instead of LAST_VIRTUAL_REGISTER.
502         * function.c (instantiate_new_reg): Handle
503         virtual_preferred_stack_boundary_rtx.
504         * emit-rtl.c (init_virtual_regs): Handle
505         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
506         (init_emit_regs): Initialize virtual_preferred_stack_boundary_rtx.
507         * explow.c (round_push): If crtl->preferred_stack_boundary
508         is smaller than MAX_SUPPORTED_STACK_ALIGNMENT, use
509         virtual_preferred_stack_boundary_rtx alignment instead of
510         crtl->preferred_stack_boundary alignment.
511         (allocate_dynamic_stack_space): Use CONST_INT_P and REG_P
512         macros.  Never decrease crtl->preferred_stack_boundary,
513         use crtl->preferred_stack_boundary or MAX_SUPPORTED_STACK_ALIGNMENT
514         instead of PREFERRED_STACK_BOUNDARY.  Don't modify
515         stack_pointer_delta in dynamic allocation, even when size
516         is constant.
517         (probe_stack_range, anti_adjust_stack_and_probe): Use CONST_INT_P
518         macro.
519         * print-rtl.c (print_rtx): Handle
520         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
521         * config/alpha/alpha.h (NONSTRICT_REG_OK_FP_BASE_P): Use
522         LAST_VIRTUAL_POINTER_REGISTER instead of LAST_VIRTUAL_REGISTER.
523         * config/frv/frv.c (frv_emit_movsi): Likewise.
524         * config/arm/arm.c (thumb1_legitimate_address_p): Likewise.
525         * config/rs6000/rs6000.c (virtual_stack_registers_memory_p):
526         Likewise.
528         Revert:
529         2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
531         PR middle-end/45234
532         * calls.c (expand_call): Make sure that all variable sized
533         adjustments are multiple of preferred stack boundary after
534         stack alignment.
536 2010-09-24  Iain Sandoe  <iains@gcc.gnu.org>
537             Dominique Dhumieres  <dominiq@lps.ens.fr>
539         PR bootstrap/45751
540         * gcc/config/darwin-driver.c (darwin_default_min_version):
541         Adjust size passed to memcpy in two places.
543 2010-09-24  Richard Guenther  <rguenther@suse.de>
545         * c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.
546         Make sure to not call set_type_context with error_mark_node.
547         * langhooks.c (lhd_set_decl_assembler_name): Use DECL_FILE_SCOPE_P.
549 2010-09-24  Richard Guenther  <rguenther@suse.de>
551         * Makefile.in (OBJS-onestep): Remove.
552         (ALL_HOST_BACKEND_OBJS): Remove libbackend.o.
553         (libbackend.a): Remove onestep support.
554         (libbackend.o): Remove.
555         * configure.ac (--enable-intermodule): Remove.
556         * configure: Regenerate.
558 2010-09-24  Bernd Schmidt  <bernds@codesourcery.com>
560         * cfgcleanup.c (flow_find_head_matching_sequence): Terminate when
561         reaching the end of a block if it occurs at a DEBUG_INSN.
563 2010-09-09  Tristan Gingold  <gingold@adacore.com>
565         PR target/44242
566         * config/vms/vms-crt0-64.c: Removed.
567         * config/vms/vms-crt0.c: Removed.
568         * config/vms/vms-psxcrt0-64.c: Removed.
569         * config/vms/vms-psxcrt0.c: Removed.
570         * config/vms/vms-ucrt0.c: New file.
571         * config/vms/t-vms64: Removed.
572         * config/vms/t-vms (VMS_EXTRA_PARTS): Uncomment it.  Remove DECC.
573         Use $(GCC_FOR_TARGET) to build pcrt0.o and vcrt0.o
574         * config.gcc (alpha-dec-vms): Use t-vms.
576 2010-09-24  Nicola Pero  <nicola.pero@meta-innovation.com>
578         * doc/invoke.texi (-fno-nil-receivers): Tidied up line to remove
579         underfull hbox in DVI output.
580         (-fobjc-class-cxx-cdtors): Same change.
581         (-fobjc-exceptions): Tidied up documentation.  Explain what the
582         option does, but moved the (lenghty) description of the exception
583         syntax into objc.texi.
584         (-fobjc-gc): Explain that the option is not useful with the GNU
585         runtime.
586         (-fzero-link): Explain that the GNU runtime always works in
587         "zero-link" mode.
588         * doc/objc.texi: All sections: simplified @node declarations
589         removing specification of next, previous, up node.
590         (Objective-C): Updated introduction.
591         (Garbage Collection): Updated.  The bohem-gc library is now
592         included in gcc itself.  Mention that this section only applies to
593         the GNU Objective-C runtime.
594         (compatibility_alias): Small tidy up.
595         (Exceptions): New section mostly containing text previously in the
596         description of the -fobjc-exception command-line option.
597         (Synchronization): Same.
599 2010-09-24  Uros Bizjak  <ubizjak@gmail.com>
601         * config/i386/i386.md (ix86_code_end): Move the initialization of
602         xops array near the consumer.  Use AX_REG and SP_REG instead of
603         numerical constants.
605 2010-09-24  Nicola Pero  <nicola.pero@meta-innovation.com>
607         * c-typeck.c (convert_arguments): Use warning 'too many arguments to
608         method [methodname]' for an Objective-C method instead of the less
609         satisfactory 'too many arguments to function' (with no method name).
611 2010-09-23  Eric Botcazou  <ebotcazou@adacore.com>
613         * tree-flow.h (execute_update_addresses_taken): Remove parameter.
614         * tree-ssa.c (maybe_optimize_var): Tweak comment and dump messages.
615         (execute_update_addresses_taken): Remove parameter.  Execute the
616         optimization unconditionally.
617         * passes.c (execute_function_todo): Call execute_update_addresses_taken
618         unconditionally if TODO_rebuild_alias is set, else only when optimizing
619         if TODO_update_address_taken is set.
621 2010-09-23  Anatoly Sokolov  <aesok@post.ru>
623         * config/arm/arm.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
624         * config/arm/arm-protos.h (arm_output_addr_const_extra): Remove.
625         * config/arm/arm.c (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
626         (arm_output_addr_const_extra): Make static.
628 2010-09-23  Uros Bizjak  <ubizjak@gmail.com>
630         * config/i386/i386.md (UNSPECV_NOPS): Rename from UNSPEC_NOPS and
631         define as unspec_volatile.
632         ("nops"): Define as unspec_volatile. Use fputs to write to
633         asm_out_file directly.  Output NOPs on separate lines using while loop.
634         * config/i386/i386.c (ix86_code_end): Use fputs to write to
635         asm_out_file directly.  Output NOPs on separate lines using while loop.
637 2010-09-23  Richard Guenther  <rguenther@suse.de>
639         PR tree-optimization/45565
640         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee):
641         Make sure to adjust the fndecl before replacing the stmt.
643 2010-09-23  Richard Guenther  <rguenther@suse.de>
645         PR middle-end/45750
646         * gimplify.c (gimplify_expr): Properly pass on GS_ERROR when
647         gimplifying MEM_REF.
649 2010-09-23  Alan Modra  <amodra@gmail.com>
651         * config/rs6000/rs6000.c (toc_relative_ok): Delete.
652         (rs6000_emit_move): Use SYMBOL_REF_LOCAL_P instead.
654 2010-09-23  Bernd Schmidt  <bernds@codesourcery.com>
656         PR rtl-optimization/44374
657         * basic-block.h (enum bb_flags): Add BB_MODIFIED.
658         * df-core.c (df_set_bb_dirty): Set it.
659         * ifcvt.c (find_memory): Remove function.
660         (dead_or_predicable): Use can_move_insns_across.
661         * df.h (can_move_insns_across): Declare function.
662         * cfgcleanup.c (block_was_dirty): New static variable.
663         (try_crossjump_bb, try_forward_edges): Test BB_MODIFIED flag rather
664         than df_get_bb_dirty.
665         (try_head_merge_bb): New static function.
666         (try_optimize_cfg): Call it.  Call df_analyze if block_was_dirty
667         is set.
668         * df-problems.c: Include "target.h"
669         (df_simulate_find_uses): New static function.
670         (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
671         (find_memory, find_memory_store): New static functions.
672         (can_move_insns_across): New function.
673         * Makefile.in (df-problems.o): Update dependencies.
675 2010-09-22  Eric Botcazou  <ebotcazou@adacore.com>
677         PR java/44095
678         * config/sparc/linux.h (ASM_SPEC): Pass -K PIC if -findirect-dispatch
679         is specified and the suffix of the file isn't ".c".
680         * config/sparc/linux64.h (ASM_SPEC): Likewise.
682 2010-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
684         * doc/contrib.texi (Contributors): Allow URL to wrap in PDF output.
685         * doc/cppopts.texi: Fix markup of index entry.
686         * doc/extend.texi (Constructing Calls): Fix markup of
687         __builtin_va_arg_pack and __builtin_va_arg_pack_len definition.
688         (Conditionals, C++ Comments, Pragmas, Unnamed Fields, Thread-Local)
689         (Vague Linkage, C++ Attributes): Fix markup of index entries and
690         keywords.
691         * doc/invoke.texi (Option Summary): Fix spacing.  Rewrap to
692         avoid long lines.
693         (C Dialect Options, C++ Dialect Options, Warning Options)
694         (Debugging Options, Spec Files, Darwin Options)
695         (i386 and x86-64 Options, MIPS Options)
696         (RS/6000 and PowerPC Options, Code Gen Options): Fix markup of
697         index entries, avoid abbreviations, allow URLs to wrap, avoid
698         long lines, avoid overlong pages from long @itemx lists.
699         * doc/objc.texi (Garbage Collection): Allow URLs to wrap.
700         * doc/standards.texi (Standards): Likewise.
701         * doc/trouble.texi (Incompatibilities): Fix markup of index entry.
703 2010-09-22  Joseph Myers  <joseph@codesourcery.com>
705         * opts-common.c (prune_options): Make static.  Work with decoded
706         options.
707         (decode_cmdline_options_to_array): Call prune_options.  Don't
708         resize option array here.
709         * opts.h (prune_options): Remove prototype.
710         * gcc.c (process_command): Take decoded options; don't call
711         decode_cmdline_options_to_array here.  Use decoded options for argv[0].
712         (main): Call decode_cmdline_options_to_array here instead of
713         prune_options.  Update call to process_command.
714         * config/darwin-driver.c: Include opts.h.
715         (darwin_default_min_version): Work with decoded options.  Don't
716         handle -b or -V here.
717         * config/darwin.h (darwin_default_min_version): Update prototype.
718         (GCC_DRIVER_HOST_INITIALIZATION): Update call to
719         darwin_default_min_version.
720         * config/i386/cygwin.h (mingw_scan): Update prototype.
721         (GCC_DRIVER_HOST_INITIALIZATION): Update call to mingw_scan.
722         * config/i386/cygwin1.c: Include opts.h.
723         (mingw_scan): Work with decoded options.
724         * config/i386/t-cygwin (cygwin1.o): Update dependencies.
725         * config/t-darwin (darwin-driver.o): Update dependencies.
727 2010-09-22  Joseph Myers  <joseph@codesourcery.com>
729         * common.opt (-assemble, -compile, -coverage, -debug, -dump,
730         -dump=, -dumpbase, -dumpdir, -entry, -entry=, -extra-warnings,
731         -for-assembler, -for-assembler=, -for-linker, -for-linker=,
732         -force-link, -force-link=, -language, -language=,
733         -library-directory, -library-directory=, -no-canonical-prefixes,
734         -no-standard-libraries, -no-warnings, -optimize, -output,
735         -output=, -pass-exit-codes, -pedantic, -pedantic-errors, -pie,
736         -pipe, -prefix, -prefix=, -preprocess, -print-file-name,
737         -print-file-name=, -print-libgcc-file-name,
738         -print-multi-directory, -print-multi-lib,
739         -print-multi-os-directory, -print-prog-name, -print-prog-name=,
740         -print-search-dirs, -print-sysroot, -print-sysroot-headers-suffix,
741         -profile, -save-temps, -shared, -specs, -specs=, -static,
742         -symbolic, -time, -verbose, -param=, -sysroot, coverage, e, u,
743         symbolic): New.
744         (fhelp, fhelp=, ftarget-help, fversion): Make into aliases.
745         * gcc.c (A Short Introduction to Adding a Command-Line Option):
746         Remove comment.
747         (cc1_options): Correct specs for passing down --help,
748         --target-help and --help=*.  Add spec for passing down --version.
749         (struct option_map, option_map, target_option_translations,
750         translate_options): Remove.
751         (driver_handle_option): Handle OPT__version, OPT__help, OPT__help_
752         and OPT__target_help instead of OPT_fversion, OPT_fhelp,
753         OPT_fhelp_ and OPT_ftarget_help.
754         (process_command): Don't call translate_options.  Call
755         decode_cmdline_options_to_array before checking for
756         -no-canonical-prefixes using decoded options.
757         * opts-common.c (tm.h): Update comment on #include.
758         (find_opt): Allow abbreviations of long options.
759         (struct option_map, option_map): New.
760         (decode_cmdline_option): Use them instead of hardcoding -Wno, -fno
761         and -mno handling.
762         (target_option_translations): New.
763         (decode_cmdline_options_to_array): Handle
764         TARGET_OPTION_TRANSLATE_TABLE in driver.
765         * opts.c (common_handle_option): Don't handle OPT_fhelp,
766         OPT_ftarget_help, OPT_fhelp_ or OPT_fversion.
768 2010-09-22  Richard Guenther  <rguenther@suse.de>
770         * tree-inline.c (optimize_inline_calls): Schedule cleanups
771         only if we inlined something.  Block compaction and conditional
772         folding are done by cfg cleanup.  Schedule update-address-taken.
773         (tree_function_versioning): Remove redundant call to number_blocks.
774         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Conditional
775         folding is done by cfg cleanup.
776         * passes.c (init_optimization_passes): Remove update-address-taken
777         pass after IPA inlining.
779 2010-09-22  Chung-Lin Tang  <cltang@codesourcery.com>
781         * postreload.c (move2add_note_store): Add reg_symbol_ref[] checks
782         to update conditions. Fix reg_mode[] check.
784 2010-09-22  Hariharan Sandanagobalane  <hariharan@picochip.com>
786         * config/picochip/picochip.md (movhicc): Use expand to check whether
787         movhicc is available and split it after reload.
789 2010-09-22  Richard Guenther  <rguenther@suse.de>
791         * tree-ssanames.c (release_dead_ssa_names): Do not remove
792         callee edges here.
793         * passes.c (init_optimization_passes): Remove early CFG cleanup.
794         * tree-optimize.c (execute_cleanup_cfg_pre_ipa): Remove.
795         (pass_cleanup_cfg): Likewise.
796         (execute_fixup_cfg): Cleanup.
797         * tree-pass.h (pass_cleanup_cfg): Remove.
799 2010-09-22  Martin Jambor  <mjambor@suse.cz>
801         * gimple-fold.c (fold_gimple_call): New parameter inplace, do not fold
802         builtins if it is true.
803         (fold_stmt_1): Call, fold_gimple_call always, pass inplace as a
804         parameter.
806 2010-09-22  Martin Jambor  <mjambor@suse.cz>
808         * tree-sra.c (struct access): New field grp_no_warning.
809         (create_access_replacement): Set TREE_NO_WARNING according to
810          grp_no_warning.
811         (create_artificial_child_access): Use build_ref_for_model and set
812         grp_no_warning if build_user_friendly_ref_for_offset fails.
813         (propagate_subaccesses_across_link): Likewise.
815 2010-09-22  Eric Botcazou  <ebotcazou@adacore.com>
817         PR target/35664
818         * config/sparc/constraints.md ('e'): Return NO_REGS if !TARGET_FPU.
819         ('f'): Likewise.
821 2010-09-22  Tristan Gingold  <gingold@adacore.com>
823         * config/alpha/alpha.c (alpha_use_linkage): Initialize target field.
825 2010-09-22  Uros Bizjak  <ubizjak@gmail.com>
827         * config/i386/i386.h (MAX_STRINGOP_ALGS): Fix typo in the name.
828         * config/i386/i386.c (decide_alg): Update for rename.
830 2010-09-22  Jakub Jelinek  <jakub@redhat.com>
832         PR rtl-optimization/45739
833         * simplify-rtx.c (simplify_binary_operation_1): Optimize even
834         vector mode | CONST0_RTX (mode) and ^ CONST0_RTX (mode).
836 2010-09-21  Anatoly Sokolov  <aesok@post.ru>
838         * config/rs6000/rs6000.h (OUTPUT_ADDR_CONST_EXTRA): Remove macros.
839         * config/rs6000/rs6000-protos.h (rs6000_output_addr_const_extra):
840         Remove.
841         * config/rs6000/rs6000.c (rs6000_output_addr_const_extra): Make static.
842         (TTARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
844 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
846         PR objc/23710
847         * c-parser.c (c_parser_objc_method_definition): Check the return
848         value of objc_start_method_definition and if false is returned,
849         parse the method definition but emit no code.
851 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
853         PR objc/25965
854         * c-decl.c (detect_field_duplicates): If compiling Objective-C,
855         call objc_get_interface_ivars ().
857 2010-09-21  Kai Tietz  <kai.tietz@onevision.com>
859         PR target/45694
860         * config/i386/i386.c (ix86_expand_prologue): Save r10 in case that
861         static chain-register is used for 64-bit.
863 2010-09-21  Richard Guenther  <rguenther@suse.de>
865         * dwarf2out.c (is_cu_die): New function.
866         (add_pubtype): Use it.
867         (gen_subprogram_die): Likewise.
868         (gen_struct_or_union_type_die): Likewise.
869         (dwarf2out_finish): Likewise.
870         (comp_unit_die): Rename to ...
871         (single_comp_unit_die): ... this.
872         (comp_unit_die): New function lazily constructing and
873         returning single_comp_unit_die.
874         (is_cxx, is_fortran, is_ada, debug_dwarf, break_out_comdat_types,
875         base_type_die, subrange_type_die, modified_type_die,
876         lower_bound_default, add_bound_info, add_prototyped_attribute,
877         dwarf2out_vms_debug_main_pointer, scope_die_for, retry_incomplete_types,
878         dwarf2out_abstract_function, gen_type_die_with_usage, get_context_die,
879         force_decl_die, gen_namespace_die, dwarf2out_decl,
880         dwarf2out_start_source_file, dwarf2out_end_source_file,
881         prune_unused_types, dwarf2out_finish): Use it.
882         (gen_compile_unit_die): For GNU GIMPLE derive DW_AT_language from
883         the global list of translation-unit decls.
884         (dwarf2out_init): Do not create single_comp_unit_die here.
885         (force_decl_die): Handle TRANSLATION_UNIT_DECL.
887 2010-09-21  Richard Guenther  <rguenther@suse.de>
889         * dwarf2out.c (dwarf2out_decl): Do not always generate a DIE
890         for bool for C++.
892 2010-09-21  Bernd Schmidt  <bernds@codesourcery.com>
894         * config/arm/iterators.md (qhs_extenddi_op): New mode_attr.
895         (qhs_extenddi_cstr): Likewise.
896         * config/arm/arm.md (zero_extend<mode>di2, extend<mode>di2): Use
897         them for the source operand.
899 2010-09-21  Uros Bizjak  <ubizjak@gmail.com>
901         * config/i386/i386.c (ix86_split_ashl): Rename single_width variable
902         to half_width.  Use GET_MODE_BITSIZE to calculate mode size.
903         (ix86_split_ashr): Ditto.
904         (ix86_split_lshr): Ditto.
906 2010-09-21  Richard Guenther  <rguenther@suse.de>
908         PR tree-optimization/45580
909         * tree-ssa-propagate.c (substitute_and_fold): Always replace
910         regular uses.
911         * gimple-fold.c (gimple_fold_obj_type_ref): For a BINFO without
912         virtuals fold the call into a regular indirect one.
914 2010-09-20  Eric Botcazou  <ebotcazou@adacore.com>
916         PR rtl-optimization/42775
917         * cfgrtl.c (rest_of_pass_free_cfg): Recompute notes if delay slot
918         scheduling is enabled.
920 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
922         PR rtl-optimization/45728
923         * expr.c (expand_expr_real_1): If op0 isn't REG or MEM, try
924         gen_lowpart_common first and if that fails, force_reg first
925         before calling gen_lowpart.
927         PR middle-end/45678
928         * cfgexpand.c (expand_one_stack_var_at): Use
929         crtl->max_used_stack_slot_alignment as max_align, instead
930         of maximum of that and PREFERRED_STACK_BOUNDARY.
931         Don't call update_stack_alignment.
933 2010-09-20  Eric Botcazou  <ebotcazou@adacore.com>
935         * langhooks.h (struct lang_hooks_for_types): Remove hash_types field.
936         * langhooks-def.h (LANG_HOOKS_HASH_TYPES): Delete.
937         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Remove LANG_HOOKS_HASH_TYPES.
938         * system.h (LANG_HOOKS_HASH_TYPES): Poison.
939         * tree.c (type_hash_canon): Do not test lang_hooks.types.hash_types.
940         (build_nonstandard_integer_type): Likewise.
941         (build_range_type_1): New function, built from...
942         (build_range_type): ...this.  Call build_range_type_1.
943         (build_nonshared_range_type): New function.
944         (build_array_type_1): New function, built from...
945         (build_array_type: ...this.  Call build_array_type_1.
946         (build_nonshared_array_type): New function.
947         * tree.h (build_nonshared_range_type): Declare.
948         (build_nonshared_array_type): Likewise.
950 2010-09-20  Anatoly Sokolov  <aesok@post.ru>
952         * config/arm/arm.h (CLASS_LIKELY_SPILLED_P): Remove.
953         * config/arm/arm.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
954         (arm_class_likely_spilled_p): New function.
956 2010-09-20  Uros Bizjak  <ubizjak@gmail.com>
958         * config/i386/i386.c (ix86_expand_ashl_const): Rewrite using
959         indirect functions.
960         (ix86_split_ashl): Ditto.
961         (ix86_split_ashr): Ditto.
962         (ix86_split_lshr): Ditto.
963         (ix86_adjust_counter): Ditto.
965 2010-09-20  Nicola Pero  <nicola.pero@meta-innovation.com>
967         * c-family/c-common.h (constant_string_class): Documented with
968         comment identical to the one already in c-common.c.
970 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
972         * dwarf2out.c (any_cfis_emitted): New static variable.
973         (add_fde_cfi): Set it.
974         (dwarf2out_frame_debug): Clear it before processing,
975         if it is set afterwards, flush any queued reg saves.
977         PR debug/45124
978         * dwarf2out.c (add_accessibility_attribute): Assume
979         DW_ACCESS_private as the default for dwarf_version > 2
980         and DW_TAG_class_type parent.
981         (gen_inheritance_die): Assume DW_ACCESS_public as the default
982         for dwarf_version > 2 and parent other than DW_TAG_class_type.
984 2010-09-20  Rafael Carre  <rafael.carre@gmail.com>
986         PR target/45726
987         * arm.md (arm_movt): Only enable on machines with MOVT.
989 2010-09-20  Jie Zhang  <jie@codesourcery.com>
991         * config/arm/arm.c (arm_address_offset_is_imm): New.
992         (arm_early_store_addr_dep): New.
993         (arm_early_load_addr_dep): New.
994         * config/arm/arm-protos.h (arm_early_store_addr_dep): Declare.
995         (arm_early_load_addr_dep): Declare.
996         (arm_address_offset_is_imm): Declare.
997         * config/arm/cortex-m4.md: New file.
998         * config/arm/cortex-m4-fpu.md: New file.
999         * config/arm/arm.md: Include cortex-m4.md and cortex-m4-fpu.md.
1000         (attr generic_sched): Exclude cortexm4.
1001         (attr generic_vfp): Exclude cortexm4.
1003 2010-09-20  Richard Guenther  <rguenther@suse.de>
1005         PR middle-end/45704
1006         * gimplify.c (gimplify_modify_expr_rhs): Preserve volatileness.
1008 2010-09-20  Jan Hubicka  <jh@suse.cz>
1010         PR tree-optimize/45605
1011         * cgraph.h (const_value_known_p): Declare.
1012         (varpool_decide_const_value_known): Remove.
1013         * tree-ssa-ccp.c (get_base_constructor): Use it.
1014         * lto-cgraph.c (compute_ltrans_boundary): Likewise.
1015         * expr.c (string_constant): Likewise.
1016         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Likewise.
1017         * ipa.c (ipa_discover_readonly_nonaddressable_var,
1018         function_and_variable_visibility): Likewise.
1019         * gimplify.c (gimplify_call_expr): Likewise.
1020         * gimple-fold.c (get_symbol_constant_value): Likewise.
1021         * varpool.c (varpool_decide_const_value_known): Replace by...
1022         (const_value_known_p): ... this one; handle other kinds of DECLs
1023         too and work for automatic vars.
1024         (varpool_finalize_decl): Use const_value_known_p.
1026 2010-09-20  Rafael Carre  <rafael.carre@gmail.com>
1028         PR target/45726
1029         * arm.md (arm_movtas_ze): Only enable on machine with MOVT.
1031 2010-09-20  Richard Guenther  <rguenther@suse.de>
1033         PR tree-optimization/45705
1034         * tree-ssa-dom.c (optimize_stmt): Perform redundant store elimination.
1036 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
1038         PR rtl-optimization/45695
1039         * combine.c (try_combine): When splitting a two set pattern,
1040         make sure the pattern which will be put into i2 doesn't use REGs
1041         or MEMs set by insns in between i2 and i3.
1043 2010-09-19  Jan Hubicka  <jh@suse.cz>
1045         PR lto/44246
1046         * lto-cgraph.c (input_cgraph_1, input_varpool_1): Avoid
1047         processing same node twice.
1049 2010-09-19  Anatoly Sokolov  <aesok@post.ru>
1051         * config/bfin/bfin.h (CLASS_LIKELY_SPILLED_P): Remove.
1052         * config/bfin/bfin.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
1053         (bfin_class_likely_spilled_p): New function
1055 2010-09-19  Ira Rosen  <irar@il.ibm.com>
1057         PR tree-optimization/45714
1058         * tree-vect-stmts.c (vect_transform_stmt): Use a dummy statement
1059         created in vectorizable_call instead of the original statement in
1060         def stmt updates.
1062 2010-09-19  Uros Bizjak  <ubizjak@gmail.com>
1064         * config/i386/i386-protos.h (split_double_mode): New prototype.
1065         (split_di, split_ti): Remove prototypes.
1066         * config/i386/i386.c (split_double_mode): New function.
1067         (split_di, split_ti): Remove.
1068         (ix86_expand_branch): Use split_double_mode.
1069         (ix86_split_to_parts): Ditto.
1070         (ix86_split_ashl): Ditto.
1071         (ix86_split_ashr): Ditto.
1072         (ix86_split_lshr): Ditto.
1073         (ix86_force_to_memory): Ditto.
1074         * config/i386/i386.md: Use split_double_mode in double-mode splitters.
1076 2010-09-18  Jan Hubicka  <jh@suse.cz>
1078         PR tree-optimization/45453
1079         * cgraphunit.c (cgraph_finalize_function): Consider comdat & external
1080         virtual functions are reachable.
1081         * ipa-inline.c (cgraph_clone_inlined_nodes): Likewise.
1082         * ipa.c (cgraph_remove_unreachable_nodes): Likewise.
1083         * ipa-prop.c (ipa_modify_formal_parameters): Clear DECL_VIRTUAL_P
1084         when modifying function.
1086 2010-09-18  Jan Hubicka  <jh@suse.cz>
1088         PR tree-optimization/45605
1089         * cgraphunit.c (cgraph_analyze_functions): Allocate bitmap obstack.
1090         * gimple-fold.c (static_object_in_other_unit_p): New function.
1091         (canonicalize_constructor_val): Use it.
1092         (get_symbol_constant_value): Be reaqdy for canonicalize_constructor_val
1093         returning NULL.
1094         (gimple_fold_obj_type_ref_known_binfo): Use
1095         static_object_in_other_unit_p.
1097 2010-09-18  Richard Guenther  <rguenther@suse.de>
1099         PR tree-optimization/45709
1100         * tree-inline.c (copy_phis_for_bb): Delay commit of edge
1101         insertions until after all PHI nodes of the block are processed.
1103 2010-09-18  Tijl Coosemans  <tijl@coosemans.org>
1105         * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Add.
1107 2010-09-18  Kai Tietz  <kai.tietz@onevision.com>
1109         * config.gcc (*-w64-mingw*): Correct typo about t-dfprules.
1111 2010-09-18  Richard Guenther  <rguenther@suse.de>
1113         PR tree-optimization/45709
1114         * tree-inline.c (copy_phis_for_bb): Fixup new_edge when we splitted it.
1116 2010-09-17  Sebastian Pop  <sebastian.pop@amd.com>
1118         * graphite-dependences.c (dot_deps): Add DEBUG_FUNCTION.
1119         (dot_deps_stmt): Same.
1120         * graphite-poly.c (dot_lst): Same.
1121         * graphite-scop-detection.c (dot_all_scops): Same.
1122         (dot_scop): Same.
1124 2010-09-17  Sebastian Pop  <sebastian.pop@amd.com>
1126         Revert:
1127         2009-12-16  Ben Elliston  <bje@au.ibm.com>
1129         * tree-data-ref.c (dot_rdg_1): Added back.
1130         (dot_rdg): Same.  Added "#if 0" around system call.
1132 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
1133             Richard Henderson  <rth@redhat.com>
1135         * config/i386/i386.c (initial_ix86_tune_features): Add
1136         X86_TUNE_PAD_SHORT_FUNCTION.
1137         (ix86_code_end): Pad with 8 NOPs for TARGET_PAD_SHORT_FUNCTION.
1138         (ix86_count_insn): New.
1139         (ix86_pad_short_function): Likewise.
1140         (ix86_reorg): Support TARGET_PAD_SHORT_FUNCTION.
1142         * config/i386/i386.h (ix86_tune_indices): Add
1143         X86_TUNE_PAD_SHORT_FUNCTION.
1144         (TARGET_PAD_SHORT_FUNCTION): New.
1146         * config/i386/i386.md (UNSPEC_NOPS): New.
1147         (nops): Likewise.
1149 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
1151         PR middle-end/45234
1152         * calls.c (expand_call): Make sure that all variable sized
1153         adjustments are multiple of preferred stack boundary after
1154         stack alignment.
1156 2010-09-17  DJ Delorie  <dj@redhat.com>
1158         * config/rx/rx.c (rx_print_operand): If __builtin_rx_setpsw() is
1159         passed an invalid value, print an error instead of ICEing.
1160         (valid_psw_flag): New.
1161         (rx_expand_builtin): Call it for setpsw/clrpsw.
1162         (rx_expand_builtin_mvtipl): Pass an integer to IN_RANGE, not an RTX.
1164         * config/rx/rx.md (bitclr): Don't mark the output as early-clobber.
1165         (bitclr_in_memory): Likewise.
1166         (clrspw, setpsw, mvfc, mvtc, mvtipl): Make volatile.
1168 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
1170         PR middle-end/45678
1171         * cfgexpand.c (update_stack_alignment): New.
1172         (get_decl_align_unit): Use it.
1173         (expand_one_stack_var_at): Call update_stack_alignment.
1175 2010-09-17  Richard Guenther  <rguenther@suse.de>
1177         * lto-streamer-in.c (lto_input_ts_translation_unit_decl_tree_pointers):
1178         Properly copy the read string.
1180 2010-09-17  Joseph Myers  <joseph@codesourcery.com>
1182         * doc/options.texi (Variable): Document.
1183         * optc-gen.awk, opth-gen.awk: Handle Variable records.  Don't
1184         generate target_flags declarations explicitly.  Don't define
1185         VarExists variables for the driver.
1186         * common.opt (target_flags): New Variable record.
1187         (flag_dump_unnumbered, flag_dump_unnumbered_links,
1188         flag_var_tracking, flag_var_tracking_assignments,
1189         flag_var_tracking_assignments_toggle): Don't mark variables with
1190         VarExists.
1191         * config/i386/i386.c (ix86_isa_flags): Don't define here.
1192         * config/i386/i386.opt (ix86_isa_flags): Define here.
1193         * config/mcore/mcore.c (mcore_stack_increment): Don't define here.
1194         * config/mcore/mcore.opt (mcore_stack_increment): Don't mark with
1195         VarExists.
1196         * flags.h (flag_dump_unnumbered, flag_var_tracking): Remove.
1197         * print-rtl.c (flag_dump_unnumbered, flag_dump_unnumbered_links):
1198         Only define for generator programs.
1199         * rtlanal.c (target_flags): Remove.
1200         * toplev.c (flag_var_tracking, flag_var_tracking_assignments,
1201         flag_var_tracking_assignments_toggle): Remove.
1203 2010-09-17  Michael Matz  <matz@suse.de>
1205         PR tree-optimization/43432
1206         * tree-vect-data-refs.c (vect_analyze_data_ref_access):
1207         Accept backwards consecutive accesses.
1208         (vect_create_data_ref_ptr): If step is negative generate
1209         decreasing IVs.
1210         * tree-vect-stmts.c (vectorizable_store): Reject negative steps.
1211         (perm_mask_for_reverse, reverse_vec_elements): New functions.
1212         (vectorizable_load): Handle loads with negative steps when easily
1213         possible.
1215 2010-09-03  Jan Hubicka  <jh@suse.cz>
1217         * lto-cgraph.c (compute_ltrans_boundary): Use const_value_known.
1219 2010-09-03  Naveen H.S  <naveen.S@kpitcummins.com>
1221         * config/v850/v850.c (v850_function_value_regno_p): Make static.
1222         Adjust comments. Declare.
1223         (TARGET_FUNCTION_VALUE_REGNO_P): Define.
1224         * config/v850/v850.h (FUNCTION_VALUE_REGNO_P): Delete.
1226 2010-09-17  Richard Guenther  <rguenther@suse.de>
1228         * common.opt (combine): Remove.
1229         * gcc.c (default_compilers): Remove specs testing combine.
1230         The C compilers no longer can combine.
1231         (option_map): Remove -combine.
1232         (display_help): Remove -combine.
1233         (driver_handle_option): Remove OPT_combine handling.
1234         (compile_input_file_p): Remove.
1235         (do_spec): Remove code concerning combine.
1236         (main): Likewise.
1237         * doc/invoke.texi: Remove traces of -combine.
1238         * lto-wrapper.c (run_gcc): Do not pass -combine to the compiler driver.
1240 2010-09-17  Richard Guenther  <rguenther@suse.de>
1242         PR middle-end/45678
1243         * builtins.c (fold_builtin_memory_op): Always properly adjust
1244         alignment of memory accesses.
1246 2010-09-16  Jan Hubicka  <jh@suse.cz>
1248         * lto-cgraph.c (input_overwrite_node): Do not set DECL_EXTERNAL when
1249         processing clone.
1251 2010-09-16  H.J. Lu  <hongjiu.lu@intel.com>
1253         * config/i386/i386-protos.h (ix86_split_idivmod): New prototype.
1255         * config/i386/i386.c (predict_jump): Add prototype.
1256         (flag_opts): Add -m8bit-idiv.
1257         (ix86_split_idivmod): New.
1259         * config/i386/i386.md (UNSPEC_DIV_ALREADY_SPLIT): New.
1260         Add 2 splitters for SI/DI mode divide.
1261         (divmod<mode>4_1): New pattern.
1262         (udivmod<mode>4_1): Likewise.
1263         (testdi_ccno_1): Likewise.
1265         * config/i386/i386.opt (m8bit-idiv): New.
1267         * doc/invoke.texi: Document -m8bit-idiv.
1269 2010-09-16  Reza Yazdani  <reza.yazdani@amd.com>
1271         PR bootstrap/45680
1272         * config/i386/i386.c (min_insn_size): Moved out of the
1273         ASM_OUTPUT_MAX_SKIP_PAD ifdef.
1275 2010-09-16  Jan Hubicka  <jh@suse.cz>
1277         * lto-cgraph.c (lto_output_node): Fix handling of clones.
1278         * ipa.c (cgraph_remove_unreachabloe_nodes): Fix handling of
1279         unreachable clones with reachable clones.
1280         * tree-inline.c (copy_bb): Fix sanity checking when producing
1281         unreachable clone.
1283 2010-09-16  Anatoly Sokolov  <aesok@post.ru>
1285         * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Remove.
1286         (TARGET_MEMORY_MOVE_COST): Define.
1287         (m32r_function_arg): Annotate argument 'type' with ATTRIBUTE_UNUSED.
1289 2010-09-16  Alexander Monakov  <amonakov@ispras.ru>
1291         * sel-sched.c (move_cond_jump): Use tidy_control_flow instead of
1292         maybe_tidy_empty_bb.
1294         Revert:
1295         2010-09-06  Alexander Monakov  <amonakov@ispras.ru>
1296         * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
1298 2010-09-16  Joseph Myers  <joseph@codesourcery.com>
1300         * target.def (target_option.optimization): New hook.
1301         * doc/tm.texi.in (OPTIMIZATION_OPTIONS): Change to
1302         TARGET_OPTION_OPTIMIZATION hook.
1303         * doc/tm.texi: Regenerate.
1304         * hooks.c (hook_void_int_int): New.
1305         * hooks.h (hook_void_int_int): Declare.
1306         * opts.c: Don't include tm_p.h.
1307         (decode_options): Use targetm.target_option.optimization instead
1308         of OPTIMIZATION_OPTIONS.
1309         * system.h (OPTIMIZATION_OPTIONS): Poison.
1310         * config/arm/arm-protos.h (arm_optimization_options): Remove.
1311         * config/arm/arm.c (TARGET_OPTION_OPTIMIZATION): Define.
1312         (arm_optimization_options): Rename to arm_option_optimization.
1313         Make static.
1314         * config/arm/arm.h (OPTIMIZATION_OPTIONS): Remove.
1315         * config/cris/cris.c (TARGET_OPTION_OPTIMIZATION): Define.
1316         (cris_option_optimization): New.
1317         * config/cris/cris.h (OPTIMIZATION_OPTIONS): Remove.
1318         * config/crx/crx.c (TARGET_OPTION_OPTIMIZATION): Define.
1319         (crx_option_optimization): New.
1320         * config/crx/crx.h (OPTIMIZATION_OPTIONS): Remove.
1321         * config/frv/frv-protos.h (frv_optimization_options): Remove.
1322         * config/frv/frv.c (TARGET_OPTION_OPTIMIZATION): Define.
1323         (frv_optimization_options): Rename to frv_option_optimization.
1324         Make static.
1325         * config/frv/frv.h (OPTIMIZATION_OPTIONS): Remove.
1326         * config/h8300/h8300.c (h8300_option_optimization): New.
1327         (TARGET_OPTION_OPTIMIZATION): Define.
1328         * config/h8300/h8300.h (OPTIMIZATION_OPTIONS): Remove.
1329         * config/i386/i386-protos.h (optimization_options): Remove.
1330         * config/i386/i386.c (optimization_options): Rename to
1331         ix86_option_optimization.  Make static.
1332         (TARGET_OPTION_OPTIMIZATION): Define.
1333         * config/i386/i386.h (OPTIMIZATION_OPTIONS): Remove.
1334         * config/ia64/ia64-protos.h (ia64_optimization_options): Remove.
1335         * config/ia64/ia64.c (TARGET_OPTION_OPTIMIZATION): Define.
1336         (ia64_optimization_options): Rename to ia64_option_optimization.
1337         Make static.  Call SUBTARGET_OPTIMIZATION_OPTIONS.
1338         * config/ia64/ia64.h (OPTIMIZATION_OPTIONS): Remove.  Remove
1339         commented-out definition.
1340         * config/ia64/vms.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define
1341         instead of OPTIMIZATION_OPTIONS.
1342         * config/m32r/m32r.c (TARGET_OPTION_OPTIMIZATION): Define.
1343         (m32r_option_optimization): New.
1344         * config/m32r/m32r.h (OPTIMIZATION_OPTIONS): Remove.
1345         * config/m68hc11/m68hc11-protos.h (m68hc11_optimization_options):
1346         Remove.
1347         * config/mcore/mcore.c (TARGET_OPTION_OPTIMIZATION): Define.
1348         (mcore_option_optimization): New.
1349         * config/mcore/mcore.h (OPTIMIZATION_OPTIONS): Remove.
1350         * config/mep/mep-protos.h (mep_optimization_options): Remove.
1351         * config/mep/mep.c (TARGET_OPTION_OPTIMIZATION): Define.
1352         (mep_optimization_options): Rename to mep_option_optimization.
1353         Make static.  Take unused level and size parameters.
1354         * config/mep/mep.h (OPTIMIZATION_OPTIONS): Remove.
1355         * config/mmix/mmix.c (TARGET_OPTION_OPTIMIZATION): Define.
1356         (mmix_option_optimization): New.
1357         * config/mmix/mmix.h (OPTIMIZATION_OPTIONS): Remove.
1358         * config/pdp11/pdp11.c (TARGET_OPTION_OPTIMIZATION): Define.
1359         (pdp11_option_optimization): New.
1360         * config/pdp11/pdp11.h (OPTIMIZATION_OPTIONS): Remove.
1361         * config/rs6000/rs6000-protos.h (optimization_options): Remove.
1362         * config/rs6000/rs6000.c (TARGET_OPTION_OPTIMIZATION): Define.
1363         (optimization_options): Rename to rs6000_option_optimization.
1364         Make static.
1365         * config/rs6000/rs6000.h (OPTIMIZATION_OPTIONS): Remove.
1366         * config/rx/rx-protos.h (rx_set_optimization_options): Remove.
1367         * config/rx/rx.c (rx_set_optimization_options): Rename to
1368         rx_option_optimization.  Make static.  Take unused level and size
1369         parameters.
1370         (TARGET_OPTION_OPTIMIZATION): Define.
1371         * config/rx/rx.h (OPTIMIZATION_OPTIONS): Remove.
1372         * config/s390/s390-protos.h (optimization_options): Remove.
1373         * config/s390/s390.c (optimization_options): Rename to
1374         s390_option_optimization.  Make static.  Don't mark size parameter
1375         unused.
1376         (TARGET_OPTION_OPTIMIZATION): Define.
1377         * config/s390/s390.h (OPTIMIZATION_OPTIONS): Remove.
1378         * config/sh/sh-protos.h (sh_optimization_options): Remove.
1379         * config/sh/sh.c (TARGET_OPTION_OPTIMIZATION): Define.
1380         (sh_optimization_options): Rename to sh_option_optimization.  Make
1381         static.  Don't mark parameters unused.
1382         * config/sh/sh.h (OPTIMIZATION_OPTIONS): Remove.
1383         * config/spu/spu-protos.h (spu_optimization_options): Remove.
1384         * config/spu/spu.c (TARGET_OPTION_OPTIMIZATION): Define.
1385         (spu_optimization_options): Rename to spu_option_optimization.
1386         Make static.
1387         * config/spu/spu.h (OPTIMIZATION_OPTIONS): Remove.
1388         * config/v850/v850.c (TARGET_OPTION_OPTIMIZATION): Define.
1389         (v850_option_optimization): New.
1390         * config/v850/v850.h (OPTIMIZATION_OPTIONS): Remove.
1391         * config/xtensa/xtensa.c (TARGET_OPTION_OPTIMIZATION): Define.
1392         (xtensa_option_optimization): New.
1393         * config/xtensa/xtensa.h (OPTIMIZATION_OPTIONS): Remove.
1395 2010-09-16  Joseph Myers  <joseph@codesourcery.com>
1397         * doc/tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.
1398         (C_COMMON_OVERRIDE_OPTIONS): Don't refer to OVERRIDE_OPTIONS.
1399         * doc/tm.texi: Regenerate.
1400         * system.h (OVERRIDE_OPTIONS): Poison.
1401         * target.def (override): Default to hook_void_void.
1402         * targhooks.c (default_target_option_override): Remove.
1403         * genmodes.c, machmode.def: Update comments mentioning
1404         OVERRIDE_OPTIONS.
1405         * config/alpha/alpha-modes.def: Update comment mentioning
1406         alpha_override_options.
1407         * config/alpha/alpha-protos.h (override_options): Remove.
1408         * config/alpha/alpha.c (override_options): Rename to
1409         alpha_option_override.  Call SUBTARGET_OVERRIDE_OPTIONS.  Make static.
1410         (TARGET_OPTION_OVERRIDE): Define.
1411         * config/alpha/alpha.h (OVERRIDE_OPTIONS): Remove.
1412         * config/alpha/vms.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead
1413         of OVERRIDE_OPTIONS.
1414         * config/arc/arc-protos.h (arc_init): Remove.
1415         * config/arc/arc.c (TARGET_OPTION_OVERRIDE): Define.
1416         (arc_init): Rename to arc_option_override.  Make static.
1417         * config/arc/arc.h (ARC_EXTENSION_CPU): Correct comment.
1418         (OVERRIDE_OPTIONS): Remove.
1419         * config/arm/arm-protos.h (arm_override_options): Remove.
1420         * config/arm/arm.c (TARGET_OPTION_OVERRIDE): Define.
1421         (arm_override_options): Rename to arm_option_override.  Make
1422         static.  Call SUBTARGET_OVERRIDE_OPTIONS.
1423         * config/arm/arm.h (OVERRIDE_OPTIONS): Remove.
1424         * config/arm/arm.md: Update comment referring to arm_override_options.
1425         * config/arm/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
1426         instead of OVERRIDE_OPTIONS.
1427         * config/avr/avr-protos.h (avr_override_options): Remove.
1428         * config/avr/avr.c (TARGET_OPTION_OVERRIDE): Define.
1429         (avr_override_options): Rename to avr_option_override.  Make static.
1430         * config/avr/avr.h (OVERRIDE_OPTIONS): Remove.
1431         * config/bfin/bfin-protos.h (override_options): Remove (twice).
1432         * config/bfin/bfin.c (override_options): Rename to
1433         bfin_option_override.  Make static.
1434         (TARGET_OPTION_OVERRIDE): Define.
1435         * config/bfin/bfin.h (OVERRIDE_OPTIONS): Remove.
1436         * config/cris/cris-protos.h (cris_override_options): Remove.
1437         * config/cris/cris.c (TARGET_OPTION_OVERRIDE): Define.
1438         (cris_override_options): Rename to cris_option_override.  Make static.
1439         * config/cris/cris.h (OVERRIDE_OPTIONS): Remove.
1440         * config/frv/frv-protos.h (frv_override_options): Remove.
1441         * config/frv/frv.c (TARGET_OPTION_OVERRIDE): Define.
1442         (frv_override_options): Rename to frv_option_override.  Make static.
1443         * config/frv/frv.h (OVERRIDE_OPTIONS): Remove.
1444         * config/h8300/h8300-protos.h (h8300_init_once): Remove.
1445         * config/h8300/h8300.c (h8300_init_once): Rename to
1446         h8300_option_override.  Make static.
1447         (TARGET_OPTION_OVERRIDE): Define.
1448         * config/h8300/h8300.h (OVERRIDE_OPTIONS): Remove.
1449         * config/i386/i386-protos.h (override_options): Remove.
1450         * config/i386/i386.c (override_options): Rename to
1451         ix86_option_override_internal.  Make static.  Comments referring
1452         to this function and callers changed.
1453         (ix86_option_override): New.
1454         (TARGET_OPTION_OVERRIDE): Define.
1455         * config/i386/i386.h (OVERRIDE_OPTION): Remove.
1456         * config/i386/linux64.h (DEFAULT_PCC_STRUCT_RETURN): Update comment.
1457         * config/ia64/ia64.c (ia64_file_start): Update comment referring
1458         to ia64_override_options.
1459         * config/iq2000/iq2000-protos.h (override_options): Remove.
1460         * config/iq2000/iq2000.c (TARGET_OPTION_OVERRIDE): Define.
1461         (override_options): Rename to iq2000_option_override.  Make static.
1462         * config/iq2000/iq2000.h (OVERRIDE_OPTIONS): Remove.
1463         * config/lm32/lm32-protos.h (lm32_override_options): Remove.
1464         * config/lm32/lm32.c (TARGET_OPTION_OVERRIDE): Define.
1465         (lm32_override_options): Rename to lm32_option_override.  Make static.
1466         * config/lm32/lm32.h (OVERRIDE_OPTIONS): Remove.
1467         * config/m32r/m32r.c (TARGET_OPTION_OVERRIDE): Define.
1468         (m32r_option_override): New.
1469         (m32r_init): Update comment.
1470         * config/m32r/m32r.h (OVERRIDE_OPTIONS): Remove.
1471         * config/m68hc11/m68hc11-protos.h (m68hc11_override_options): Remove.
1472         * config/m68hc11/m68hc11.c (TARGET_OPTION_OVERRIDE): Define.
1473         (m68hc11_override_options): Rename to m68hc11_option_override.
1474         Make static.  Return void.
1475         * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove.
1476         * config/m68k/m68k-protos.h (override_options): Remove.
1477         * config/m68k/m68k.c (TARGET_OPTION_OVERRIDE): Define.
1478         (override_options): Rename to m68k_option_override.  Make static.
1479         * config/m68k/m68k.h (OVERRIDE_OPTIONS): Remove.
1480         * config/mcore/mcore-protos.h (mcore_override_options): Remove.
1481         * config/mcore/mcore.c (TARGET_OPTION_OVERRIDE): Define.
1482         (mcore_override_options): Rename to mcore_option_override.  Make
1483         static.
1484         * config/mcore/mcore.h (OVERRIDE_OPTIONS): Remove.
1485         * config/mep/mep-protos.h (mep_override_options): Remove.
1486         * config/mep/mep.c (TARGET_OPTION_OVERRIDE): Define.
1487         (mep_override_options): Rename to mep_option_override.  Make static.
1488         * config/mep/mep.h (OVERRIDE_OPTIONS): Remove.
1489         * config/mmix/mmix-protos.h (mmix_override_options): Remove.
1490         * config/mmix/mmix.c (TARGET_OPTION_OVERRIDE): Define.
1491         (mmix_override_options): Rename to mmix_option_override.  Make static.
1492         * config/mmix/mmix.h (OVERRIDE_OPTIONS): Remove.
1493         * config/mn10300/mn10300-protos.h (mn10300_override_options): Remove.
1494         * config/mn10300/mn10300.c (TARGET_OPTION_OVERRIDE): Define.
1495         (mn10300_override_options): Rename to mn10300_option_override.
1496         Make static.
1497         * config/mn10300/mn10300.h (OVERRIDE_OPTIONS): Remove.
1498         * config/moxie/moxie-protos.h (moxie_override_options): Remove.
1499         * config/moxie/moxie.c (moxie_override_options): Rename to
1500         moxie_option_override.  Make static.
1501         (TARGET_OPTION_OVERRIDE): Define.
1502         * config/moxie/moxie.h (OVERRIDE_OPTIONS): Remove.
1503         * config/picochip/picochip-protos.h (picochip_override_options):
1504         Remove.  Update comment referring to picochip_override_options.
1505         * config/picochip/picochip.c (TARGET_OPTION_OVERRIDE): Define.
1506         (picochip_override_options): Rename to picochip_option_override.
1507         Make static.  Update comment and definition of
1508         TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE.
1509         * config/picochip/picochip.h (OVERRIDE_OPTIONS): Remove.
1510         * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
1511         * config/rs6000/aix51.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
1512         * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
1513         * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
1514         * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
1515         * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Define
1516         instead of OVERRIDE_OPTIONS.
1517         * config/rs6000/rs6000-modes.def: Update comment referring to
1518         rs6000_override_options.
1519         * config/rs6000/rs6000-protos.h (rs6000_override_options): Remove.
1520         * config/rs6000/rs6000.c (TARGET_OPTION_OVERRIDE): Define.
1521         (rs6000_override_options): Rename to
1522         rs6000_option_override_internal.  Make static.  Commented
1523         referring to rs6000_override_options and OVERRIDE_OPTIONS updated.
1524         (rs6000_option_override): New.
1525         * config/rs6000/rs6000.h (OPTION_TARGET_CPU_DEFAULT): Define
1526         instead of OVERRIDE_OPTIONS.
1527         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
1528         * config/s390/s390-protos.h (override_options): Remove.
1529         * config/s390/s390.c (override_options): Rename to
1530         s390_option_override.  Make static.
1531         (TARGET_OPTION_OVERRIDE): Define.
1532         * config/s390/s390.h (OVERRIDE_OPTIONS): Remove.
1533         * config/score/score-protos.h (score_override_options): Remove.
1534         * config/score/score.c (TARGET_OPTION_OVERRIDE): Define.
1535         (score_override_options): Rename to score_option_override.  Make
1536         static.
1537         * config/score/score.h (OVERRIDE_OPTIONS): Remove.
1538         Update comment referring to override_options.
1539         * config/score/score3.c (score3_override_options): Rename to
1540         score3_option_override.
1541         * config/score/score3.h (score3_override_options): Rename to
1542         score3_option_override.
1543         * config/score/score7.c (score7_override_options): Rename to
1544         score7_option_override.
1545         * config/score/score7.h (score7_override_options): Rename to
1546         score7_option_override.
1547         * config/sh/sh.c: Update comments referring to OVERRIDE_OPTIONS.
1548         * config/sparc/sparc.c (TARGET_OPTION_OVERRIDE): Define.
1549         (sparc_override_options): Rename to sparc_option_override.  Make
1550         static.  Call SUBTARGET_OVERRIDE_OPTIONS.
1551         * config/sparc/sparc.h (OVERRIDE_OPTIONS): Remove.
1552         * config/sparc/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
1553         instead of OVERRIDE_OPTIONS.
1554         * config/spu/spu-protos.h (spu_override_options): Remove.
1555         * config/spu/spu.c (TARGET_OPTION_OVERRIDE): Define.
1556         (spu_override_options): Rename to spu_option_override.  Make
1557         static.
1558         * config/spu/spu.h (OVERRIDE_OPTIONS): Remove.
1559         * config/vax/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead of
1560         OVERRIDE_OPTIONS.
1561         * config/vax/vax-protos.h (override_options): Remove.
1562         * config/vax/vax.c (TARGET_OPTION_OVERRIDE): Define.
1563         (override_options): Rename to vax_option_override.  Make static.
1564         Call SUBTARGET_OVERRIDE_OPTIONS.
1565         * config/vax/vax.h (OVERRIDE_OPTIONS): Remove.
1566         * config/vxworks.c: Update comment referring to OVERRIDE_OPTIONS.
1567         * config/vxworks.h: Update comment referring to OVERRIDE_OPTIONS.
1568         * config/xtensa/xtensa-protos.h (override_options): Remove.
1569         * config/xtensa/xtensa.c (TARGET_OPTION_OVERRIDE): Define.
1570         (override_options): Rename to xtensa_option_override.  Make static.
1571         * config/xtensa/xtensa.h (OVERRIDE_OPTIONS): Remove.
1573 2010-09-16  Richard Guenther  <rguenther@suse.de>
1575         PR tree-optimization/45623
1576         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Adjust.
1577         (get_constraint_for_component_ref): If computing a constraint
1578         for the rhs handle type punning through unions.
1579         (get_constraint_for_address_of): Adjust.
1580         (get_constraint_for_1): Likewise.
1581         (get_constraint_for): Likewise.
1582         (get_constraint_for_rhs): New function.
1583         (do_structure_copy): Adjust.
1584         (make_constraint_to): Likewise.
1585         (handle_const_call): Likewise.
1586         (find_func_aliases): Likewise.
1587         (process_ipa_clobber): Likewise.
1588         (create_variable_info_for): Likewise.
1590 2010-09-16  Ira Rosen  <irar@il.ibm.com>
1592         * tree-vectorizer.c: Fix documentation.
1593         * tree-vectorizer.h (vinfo_for_stmt): Add documentation.
1594         (set_vinfo_for_stmt, get_earlier_stmt, get_later_stmt,
1595         is_pattern_stmt_p, is_loop_header_bb_p,
1596         stmt_vinfo_set_inside_of_loop_cost,
1597         stmt_vinfo_set_outside_of_loop_cost, vect_pow2, aligned_access_p,
1598         known_alignment_for_access_p): Likewise.
1599         * tree-vect-loop.c: Fix documentation.
1600         (vect_get_cost): Start function name from new line.
1601         * tree-vect-data-refs.c: Fix documentation.
1602         * tree-vect_stmts.c: Likewise.
1603         (vect_create_vectorized_promotion_stmts): Always free vec_tmp.
1604         (vectorizable_store): Free vec_oprnds if allocated.
1605         (vectorizable_condition): Initialize several variables to avoid
1606         warnings.
1607         * tree-vect-slp.c: Fix documentation.
1609 2010-09-16  Richard Guenther  <rguenther@suse.de>
1611         * tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL
1612         is TS_TRANSLATION_UNIT_DECL.
1613         (initialize_tree_contains_struct): Adjust.
1614         (all_translation_units): New global vector.
1615         (build_translation_unit_decl): New function.
1616         * tree.h (TRANSLATION_UNIT_LANGUAGE): New macro.
1617         (struct tree_translation_unit_decl): New.
1618         (all_translation_units): Declare.
1619         (union tree_node): Add translation_unit_decl member.
1620         (build_translation_unit_decl): Declare.
1621         * treestruct.def (TS_TRANSLATION_UNIT_DECL): New.
1622         * lto-streamer-out.c (pack_ts_translation_unit_decl_value_fields):
1623         New function.
1624         (pack_value_fields): Call it.
1625         (lto_output_tree_ref): Handle references to TRANSLATION_UNIT_DECL.
1626         (lto_output_ts_translation_unit_decl_tree_pointers): New function.
1627         (lto_output_tree_pointers): Call it.
1628         * lto-streamer-in.c (lto_input_tree_ref): Handle references
1629         to TRANSLATION_UNIT_DECL.
1630         (unpack_ts_translation_unit_decl_value_fields): New function.
1631         (unpack_value_fields): Call it.
1632         (lto_input_ts_translation_unit_decl_tree_pointers): New function.
1633         (lto_input_tree_pointers): Call it.
1634         * lto-streamer.c (check_handled_ts_structures): Adjust.
1635         * lto-streamer.h (enum LTO_tags): Add LTO_translation_unit_decl_ref.
1636         * c-decl.c (all_translation_units): Remove.
1637         (pop_scope): Use build_translation_unit_decl.
1638         (collect_all_refs): Adjust.
1639         (for_each_global_decl): Likewise.
1640         (c_write_global_declarations): Likewise.
1642 2010-09-16  Jakub Jelinek  <jakub@redhat.com>
1644         PR bootstrap/45686
1645         * fold-const.c (fold_checksum_tree): Change slot from const void **
1646         to void **, use CONST_CAST_TREE to store into *slot.
1648 2010-09-16  Uros Bizjak  <ubizjak@gmail.com>
1650         * config/i386/i386.md: Remove unneeded empty conditions and
1651         preparation statements from expanders.
1652         * config/i386/mmx.md: Ditto.
1653         * config/i386/sse.md: Ditto.
1655 2010-09-16  Uros Bizjak  <ubizjak@gmail.com>
1657         * config/i386/i386.h (PUSH_ROUNDING): Redefine using UNITS_PER_WORD.
1659 2010-09-15  Eric Botcazou  <ebotcazou@adacore.com>
1661         PR rtl-optimization/45593
1662         * reorg.c (relax_delay_slots): Use emit_copy_of_insn_after to re-emit
1663         insns that were in delay slots as stand-alone insns.
1665 2010-09-15  Ian Lance Taylor  <iant@google.com>
1667         * incpath.c (remove_duplicates): If name is not a directory, issue
1668         a warning rather than an error.
1670 2010-09-15  Martin Jambor  <mjambor@suse.cz>
1672         PR middle-end/45644
1673         * tree-sra.c (create_access): Check for bit-fields directly.
1675 2010-09-15  Jakub Jelinek  <jakub@redhat.com>
1677         PR tree-optimization/45633
1678         * tree-cfg.c (verify_gimple_assign_binary): Allow
1679         MINUS_EXPR with lhs and rhs1 pointer vector and
1680         rhs2 sizetype vector.
1681         * expr.c (expand_expr_real_2) <case PLUS_EXPR>: For pointer
1682         or vector pointer use TER to optimize pointer subtraction.
1684 2010-09-15  Jie Zhang  <jie@codesourcery.com>
1686         * config/arm/vfp.md (cmpsf_trap_vfp): Change type from
1687         fcmpd to fcmps.
1689 2010-09-15  Ian Lance Taylor  <iant@google.com>
1691         * config/i386/i386.md (truncxf<mode>2): Fix indentation.
1693 2010-09-15  Ian Lance Taylor  <iant@google.com>
1695         * function.c (get_arg_pointer_save_area): Set
1696         arg_pointer_save_area_init to true.
1698 2010-09-15  Martin Jambor  <mjambor@suse.cz>
1700         * tree-sra.c (generate_subtree_copies): Updated comment.
1701         (handle_unscalarized_data_in_subtree): Removed parameter lhs which is
1702         obtained from the statement iterator instead.
1703         (load_assign_lhs_subreplacements): Removed parameters lhs and
1704         right_offset, which is obtained from top_racc instead.  Parameter lacc
1705         is now expected to be the root of the processed tree rather than root's
1706         first child.  Updated all callers.
1708 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
1710         * config/pdp11/pdp11.c (register_move_cost): Rename to
1711         pdp11_register_move_cost.
1712         * config/pdp11/pdp11-protos.h (register_move_cost): Rename to
1713         pdp11_register_move_cost.
1714         * config/pdp11/pdp11.h (REGISTER_MOVE_COST): Call
1715         pdp11_register_move_cost instead of register_move_cost.
1717 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1719         * config/arm/neon.md (vec_pack_trunc_<mode>): Instruction
1720         pattern for vmovn. Expansion in case of non
1721         -mvectorize-with-neon-quad.
1722         (neon_vec_pack_trunc_<mode>): Instruction pattern for vmovn for
1723         non- -mvectorize-with-neon-quad case.
1724         (move_lo_quad_<mode>): New expansion to vmov into low part.
1725         (move_hi_quad_<mode>): New expansion to vmov into high part.
1726         (move_lo_quad_v4si): Refactor to move_lo_quad_<mode> expansion.
1727         (move_lo_quad_v4sf): Likewise.
1728         (move_lo_quad_v8hi): Likewise.
1729         (neon_move_lo_quad_<mode>): Instruction pattern for vmov into
1730         low part.
1731         (neon_move_hi_quad_<mode>): Instruction pattern for vmov into
1732         high part.
1733         * config/arm/iterators.md (ANY128): New mode iterator.
1734         (V_narrow_pack): New mode attribute.
1735         (V_HALF): Add attribute.
1736         (V_DOUBLE): Add attribute.
1737         (V_mode_nunits): Add attribute.
1739 2010-09-15  Eric Botcazou  <ebotcazou@adacore.com>
1741         * config/alpha/alpha.c (alpha_expand_prologue): If stack checking
1742         is enabled, probe up to frame_size + STACK_CHECK_PROTECT bytes.
1744 2010-09-15  Olivier Hainque  <hainque@adacore.com>
1745             Jose Ruiz  <ruiz@adacore.com>
1747         * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Define.
1748         * config/alpha/osf5-unwind.h: New file.
1750 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
1752         PR bootstrap/45672
1753         * config/mips/mips.c (mips_units_per_simd_word): Correct return type.
1754         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
1755         * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
1757 2010-09-15  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1759         * c-lang.h (struct lang_type): Add variable_size GTY option.
1761 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
1763         PR bootstrap/45672
1764         * config/rs6000/rs6000.c (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
1766 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
1768         * config/i386/i386.c (ix86_lea_for_add_ok): Return false if
1769         result isn't used in memory address.
1771 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
1773         * defaults.h (UNITS_PER_SIMD_WORD): Removed.
1774         * config/arm/arm.h (UNITS_PER_SIMD_WORD): Likewise.
1775         * config/i386/i386.h (UNITS_PER_SIMD_WORD): Likewise.
1776         * config/mips/mips.h (UNITS_PER_SIMD_WORD): Likewise.
1777         * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Likewise.
1778         * config/sparc/sparc.h (UNITS_PER_SIMD_WORD): Likewise.
1780         * target.def: Add units_per_simd_word to vectorize.
1782         * targhooks.c (default_units_per_simd_word): New.
1783         * targhooks.h (default_units_per_simd_word): Likewise.
1784         * config/arm/arm.c (arm_units_per_simd_word): Likewise.
1785         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
1786         * config/mips/mips.c (mips_units_per_simd_word): Likewise.
1787         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
1788         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
1789         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
1790         * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
1791         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
1793         * tree-vect-loop.c: Replace UNITS_PER_SIMD_WORD with
1794         TARGET_VECTORIZE_UNITS_PER_SIMD_WORD in comments.
1796         * tree-vect-stmts.c: Don't include "tm_p.h".
1797         (get_vectype_for_scalar_type): Replace UNITS_PER_SIMD_WORD
1798         with targetm.vectorize.units_per_simd_word.
1800         * system.h (UNITS_PER_SIMD_WORD): Poisoned.
1802         * config/i386/i386-protos.h (ix86_units_per_simd_word): Removed.
1804         * config/i386/i386.c (ix86_units_per_simd_word): Make it static.
1805         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
1807         * doc/tm.texi.in: Remove UNITS_PER_SIMD_WORD.  Add
1808         TARGET_VECTORIZE_UNITS_PER_SIMD_WORD.
1810         * doc/tm.texi: Regenerated.
1812 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
1814         * tree-vect-stmts.c: Include "tm_p.h".
1816         * config/i386/i386-protos.h (ix86_units_per_simd_word): Moved
1817         out of RTX_CODE.
1819 2010-09-14  Martin Jambor  <mjambor@suse.cz>
1821         * tree-sra.c (build_ref_for_offset): Loc made a parameter.  Set the
1822         location of generated statement.  Changed all callers.
1823         (build_ref_for_model): New parameter loc which used to set location of
1824         all generated expressions.  Changed all callers.
1825         (generate_subtree_copies): Likewise.
1826         (init_subtree_with_zero): Likewise.
1827         (sra_modify_expr): Set locations of all generated statements and
1828         expressions to the location the original statement.
1829         (handle_unscalarized_data_in_subtree): Likewise.
1830         (load_assign_lhs_subreplacements): Likewise.
1831         (sra_modify_constructor_assign): Likewise.
1832         (sra_modify_assign): Likewise.
1834 2010-09-14  Eric Botcazou  <ebotcazou@adacore.com>
1836         PR target/45277
1837         PR target/45363
1838         PR target/45407
1839         * doc/install.texi (sparc*-*-*): New section.
1840         (sparc-sun-solaris2*): Mention MPC alongside GMP and MPFR.
1842 2010-09-14  Jakub Jelinek  <jakub@redhat.com>
1844         PR middle-end/45567
1845         * builtins.c (expand_builtin_interclass_mathfn, expand_builtin_cexpi,
1846         expand_builtin_powi): Remove subtarget argument, pass NULL_RTX instead.
1847         (expand_builtin): Adjust caller.
1848         (expand_builtin_unop): Only use subtarget if it has the right mode.
1850 2010-09-14  Tristan Gingold  <gingold@adacore.com>
1852         * configure.ac (plugins): Fix typos.
1853         * configure: Regenerate.
1855 2010-09-14  Jakub Jelinek  <jakub@redhat.com>
1857         PR debug/45660
1858         * dwarf2out.c (gen_decl_die): Call gen_type_die for origin before
1859         gen_type_die for function/method return type.
1861 2010-09-14  Ira Rosen  <irar@il.ibm.com>
1863         PR tree-optimization/45470
1864         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
1865         can throw an exception.
1866         * tree-vect-stmts.c (vectorizable_call): Likewise.
1868 2010-09-14  DJ Delorie  <dj@redhat.com>
1870         PR target/44749
1871         * config/mep/mep-protos.h (mep_save_register_info,
1872         mep_reinit_regs, mep_init_regs): Declare.
1874         * config/mep/mep.c: Move all target definitions to the end of the
1875         file to avoid the need for duplicate declarations.
1876         (mep_save_register_info, mep_reinit_regs, mep_init_regs): New.
1877         (mep_reorg_erepeat): Remove unused variables.
1878         (mep_expand_builtin): Likewise.
1880         * config/mep/mep-pragma.c: Don't include rtl.h.
1881         (INVALID_REGNUM): New.
1882         (mep_pragma_coprocessor_which): Call mep-specific rtl-layer bridge
1883         functions.
1884         (mep_pragma_coprocessor_subclass): Rename "class" to "rclass".
1885         Avoid enum/integer math.
1887 2010-09-13  Joseph Myers  <joseph@codesourcery.com>
1889         PR target/44749
1890         * config/mep/t-mep (GTM_H): Add insn-constants.h.
1891         * config/mep/mep.c (mep_conditional_register_usage): Take no
1892         parameters.
1893         * config/mep/mep-protos.h (mep_conditional_register_usage): Update
1894         prototype.
1895         * config/mep/mep-pragma.c (CONDITIONAL_REGISTER_USAGE): Update
1896         call to mep_conditional_register_usage.
1898 2010-09-13  Eric Botcazou  <ebotcazou@adacore.com>
1900         PR debug/43937
1901         * varasm.c (output_constant_def_contents): Set TREE_ASM_WRITTEN on
1902         the DECL as well.
1904 2010-09-13  Jakub Jelinek  <jakub@redhat.com>
1906         PR rtl-optimization/45617
1907         * combine.c (simplify_comparison): Optimize (X >> N) {>,>=,<,<=} C
1908         even if low N bits of X aren't known to be zero.
1910 2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>
1912         * config/i386/i386-protos.h (ix86_units_per_simd_word): New.
1914         * config/i386/i386.c (initial_ix86_tune_features): Add
1915         X86_TUNE_VECTORIZE_DOUBLE.
1916         (ix86_units_per_simd_word): New.
1918         * config/i386/i386.h (ix86_tune_indices): Add
1919         X86_TUNE_VECTORIZE_DOUBLE.
1920         (TARGET_VECTORIZE_DOUBLE): New.
1921         (UNITS_PER_SIMD_WORD): Defined with ix86_units_per_simd_word.
1923 2010-09-13  Pat Haugen  <pthaugen@us.ibm.com>
1925         * tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.
1926         (new_temp_expr_table): Allocate call_cnt vector.
1927         (free_temp_expr_table): Free it.
1928         (process_replaceable): Add call_cnt parm and set in vector.
1929         (find_replaceable_in_bb): Skip replacement if def/use span a call.
1930         (debug_ter): Dump call_cnt value, remove stderr uses.
1932 2010-09-13  Jan Hubicka  <jh@suse.cz>
1934         * tree.c (build_zero_cst): New.
1935         * tree.h (build_zero_cst): Declare.
1936         * tree-ssa-ccp.c (get_constant_value): Accept general operands.
1937         (get_base_constructor): Break out from ...
1938         (fold_const_aggregate_ref): Here; handle empty constructors.
1940 2010-09-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1942         * config/arm/arm.md: (define_attr "conds"): Update comment.
1943         * config/arm/sync.md (arm_sync_compare_and_swapsi): Change
1944         conds attribute to clob.
1945         (arm_sync_compare_and_swapsi): Likewise.
1946         (arm_sync_compare_and_swap<mode>): Likewise.
1947         (arm_sync_lock_test_and_setsi): Likewise.
1948         (arm_sync_lock_test_and_set<mode>): Likewise.
1949         (arm_sync_new_<sync_optab>si): Likewise.
1950         (arm_sync_new_nandsi): Likewise.
1951         (arm_sync_new_<sync_optab><mode>): Likewise.
1952         (arm_sync_new_nand<mode>): Likewise.
1953         (arm_sync_old_<sync_optab>si): Likewise.
1954         (arm_sync_old_nandsi): Likewise.
1955         (arm_sync_old_<sync_optab><mode>): Likewise.
1956         (arm_sync_old_nand<mode>): Likewise.
1958 2010-09-13  Olivier Hainque  <hainque@adacore.com>
1960         * fwprop.c (forward_propagate_and_simplify): Only attach a
1961         REG_EQUAL note to an insn if the destination is a register.
1962         * gcse.c (try_replace_reg): Likewise.
1964 2010-09-13  Richard Guenther  <rguenther@suse.de>
1966         PR tree-optimization/45611
1967         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Fix typo.
1968         (copy_ref_info): Likewise.
1970 2010-09-13  Alexandre Oliva  <aoliva@redhat.com>
1972         PR debug/45604
1973         PR debug/45419
1974         PR debug/45408
1975         * tree-pretty-print.c (dump_generic_node): Disregard top-level
1976         types of MEM_REF pointer types to the same type.
1978 2010-09-13  Hans-Peter Nilsson  <hp@axis.com>
1980         PR rtl-optimization/41087
1981         * ifcvt.c (noce_get_condition): Don't allow conditions with
1982         side-effects.
1984 2010-09-12  Anatoly Sokolov  <aesok@post.ru>
1986         * config/frv/frv.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
1987         * config/frv/frv-protos.h (frv_register_move_cost): Remove.
1988         * config/frv/frv.c (frv_register_move_cost): Make static. Change
1989         arguments type to reg_class_t. Add mode argument.
1990         (frv_memory_move_cost): New.
1991         (TARGET_REGISTER_MOVE_COSTS, TARGET_MEMORY_MOVE_COSTS): Define.
1993 2010-09-12  Bernd Schmidt  <bernds@codesourcery.com>
1995         * config/arm/arm.md (arm_ashldi3_1bit, arm_ashrdi3_1bit,
1996         arm_lshrdi3_1bit): Put earlyclobber on the right alternative.
1998 2010-09-10  Jan Hubicka  <jh@suse.cz>
2000         * tree-ssa-ccp.c (fold_const_aggregate_ref): Do not check STATIC flag.
2002 2010-09-10  Richard Guenther  <rguenther@suse.de>
2004         * tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.
2005         * tree.h (TYPE_DEBUG_REPRESENTATION_TYPE): Remove.
2006         * lto-streamer-out.c (lto_output_ts_type_tree_pointers): Do
2007         not stream TYPE_DEBUG_REPRESENTATION_TYPE.
2008         * lto-streamer-in.c (lto_input_ts_type_tree_pointers): Likewise.
2010 2010-09-10  Richard Guenther  <rguenther@suse.de>
2012         * dwarf2out.c (gen_array_type_die): Output DW_TAG_subrange_type
2013         for VECTOR_TYPEs using TYPE_VECTOR_SUBPARTS.
2014         * dbxout.c (dbxout_type): Manually deal with VECTOR_TYPE
2015         using TYPE_VECTOR_SUBPARTS, not TYPE_DEBUG_REPRESENTATION_TYPE.
2017 2010-09-10  H.J. Lu  <hongjiu.lu@intel.com>
2019         PR middle-end/45634
2020         * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result
2021         of string folding is of integral type.
2023 2010-09-10  Ryan Mansfield  <rmansfield@qnx.com>
2025         * doc/invoke.texi (-x): Fix typo.
2027 2010-09-10  Richard Guenther  <rguenther@suse.de>
2029         PR debug/44115
2030         * tree.c (free_lang_data_in_decl): Do not clear DECL_DEBUG_EXPR.
2031         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
2032         Output DECL_DEBUG_EXPR.
2033         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
2034         Input DECL_DEBUG_EXPR.
2036 2010-09-10  Richard Guenther  <rguenther@suse.de>
2038         * tree.c (type_hash_eq): For ARRAY_TYPEs also compare TYPE_SIZE.
2039         (build_index_type): Implement in terms of build_range_type.
2040         (build_range_type): Do not allow NULL_TREE type, improve
2041         hashing to cover more cases.  Set TYPE_STRUCTURAL_EQUALITY_P
2042         if we didn't hash.
2043         * c-decl.c (grokdeclarator): When modifying TYPE_SIZE manually
2044         create a distinct copy of the type.
2046 2010-09-10  Kai Tietz  <kai.tietz@onevision.com>
2048         * configure: Regenerated.
2049         * config.gcc: Add for x86_64 and i?86 mingw t-dfprule.
2051 2010-09-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2053         * config/arm/neon-schedgen.ml (allCores): Add support for Cortex-A9.
2054         * config/arm/cortex-a9-neon.md: New and partially generated.
2055         * config/arm/cortex-a9.md (cortex_a9_dp): Adjust for Neon.
2057 2010-09-10  Richard Guenther  <rguenther@suse.de>
2059         * tree.h (build_index_2_type): Remove.
2060         * tree.c (build_index_2_type): Remove.
2062 2010-09-10  Jakub Jelinek  <jakub@redhat.com>
2064         PR bootstrap/45630
2065         * dwarf2out.c (get_ref_die_offset_label): Use %ld instead of
2066         HOST_WIDE_INT_PRINT_DEC to print ref->die_offset.
2067         (implicit_ptr_descriptor): Return NULL if dwarf_strict.
2069 2010-09-10  Martin Jambor  <mjambor@suse.cz>
2071         PR tree-optimization/44972
2072         * tree-sra.c: Include toplev.h.
2073         (build_ref_for_offset): Entirely reimplemented.
2074         (build_ref_for_model): New function.
2075         (build_user_friendly_ref_for_offset): New function.
2076         (analyze_access_subtree): Removed build_ref_for_offset check.
2077         (propagate_subaccesses_across_link): Likewise.
2078         (create_artificial_child_access): Use
2079         build_user_friendly_ref_for_offset.
2080         (propagate_subaccesses_across_link): Likewise.
2081         (ref_expr_for_all_replacements_p): Removed.
2082         (generate_subtree_copies): Updated comment.  Use build_ref_for_model.
2083         (sra_modify_expr): Use build_ref_for_model.
2084         (load_assign_lhs_subreplacements): Likewise.
2085         (sra_modify_assign): Removed ref_expr_for_all_replacements_p checks,
2086         checks for return values of build_ref_for_offset.
2087         * ipa-cp.c (ipcp_lattice_from_jfunc): No need to check return value of
2088         build_ref_for_offset.
2089         * ipa-prop.h: Include gimple.h
2090         * ipa-prop.c (ipa_compute_jump_functions): Update to look for MEM_REFs.
2091         (ipa_analyze_indirect_call_uses): Update comment.
2092         * Makefile.in (tree-sra.o): Add $(GIMPLE_H) to dependencies.
2093         (IPA_PROP_H): Likewise.
2095 2010-09-10  Martin Jambor  <mjambor@suse.cz>
2097         PR tree-optimization/44972
2098         * ipa-prop.c (ipa_modify_call_arguments): Build MEM_REF instead of
2099         calling build_ref_for_offset.
2101 2010-09-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2103         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle Cortex-a15.
2104         * config/arm/arm-cores.def (cortex-a15): New core. Treat it as a v7-a.
2105         * config/arm/arm-tune.md: Regenerate.
2106         * doc/invoke.texi (ARM Options): Document it.
2108 2010-09-09  Reza Yazdani  <reza.yazdani@amd.com>
2110         * config/i386/i386.c: Include sched-int.h.
2111         (TARGET_SCHED_DISPATCH): Defined.
2112         (TARGET_SCHED_DISPATCH_DO): Defined.
2113         (DISPATCH_WINDOW_SIZE): Defined.
2114         (MAX_DISPATCH_WINDOWS): Defined.
2115         (MAX_INSN): Defined.
2116         (MAX_IMM): Defined.
2117         (MAX_IMM_SIZE): Defined.
2118         (MAX_IMM_32): Defined.
2119         (MAX_IMM_64): Defined.
2120         (MAX_LOAD): Defined.
2121         (MAX_STORE): Defined.
2122         (BIG): Defined.
2123         (dispatch_group): New.
2124         (num_allowable_groups): New.
2125         (group_name): New.
2126         (sched_insn_info_s): New.
2127         (dispatch_windows_s): New.
2128         (imm_info_s): New.
2129         (dispatch_window_list): New.
2130         (dispatch_window_list1): New.
2131         (get_mem_group): New.
2132         (is_cmp): New.
2133         (dispatch_violation): New.
2134         (is_branch): New.
2135         (is_prefetch): New.
2136         (init_window): New.
2137         (allocate_window): New.
2138         (init_dispatch_sched): New.
2139         (is_end_basic_block): New.
2140         (process_end_window): New.
2141         (allocate_next_window): New.
2142         (find_constant_1): New.
2143         (find_constant): New.
2144         (get_num_immediates): New.
2145         (has_immediate): New.
2146         (get_insn_path): New.
2147         (get_insn_group): New.
2148         (count_num_restricted): New.
2149         (fits_dispatch_window): New.
2150         (add_insn_window): New.
2151         (add_to_dispatch_window): New.
2152         (debug_dispatch_window_file): New.
2153         (debug_dispatch_window): New.
2154         (debug_insn_dispatch_info_file): New.
2155         (debug_ready_dispatch): New.
2156         (do_dispatch): New.
2157         (has_dispatch): New.
2158         * config/i386/i386.h (debug_ready_dispatch): Declared.
2159         (debug_dispatch_window): Declared.
2160         * config/i386/i386.opt (mdispatch-scheduler): New flag.
2161         * doc/tm.texi.in (TARGET_SCHED_DISPATCH): New.
2162         (TARGET_SCHED_DISPATCH_DO): New.
2163         * doc/tm.texi: Regererated.
2164         * haifa-sched.c (choose_ready): Call targetm.sched.dispatch and
2165         ready_remove_first_dispatch
2166         (schedule_block): Call targetm.sched.dispatch and
2167         targetm.sched.dispatch_do.
2168         (sched_init): Call targetm.sched.dispatch and
2169         targetm.sched.dispatch_do.
2170         (ready_remove_first_dispatch): New.
2171         (number_in_ready): New.
2172         (get_ready_element): New.
2173         * hooks.c (hook_bool_rtx_int_false): New.
2174         (hook_void_rtx_int): New.
2175         * hooks.h (hook_bool_rtx_int_false): Declared.
2176         (hook_void_rtx_int): Declared.
2177         * sched-int.h (IS_DISPATCH_ON): Defined.
2178         (IS_CMP): Defined.
2179         (DISPATCH_VIOLATION): Defined.
2180         (FITS_DISPATCH_WINDOW): Defined.
2181         (DISPATCH_INIT): Defined.
2182         (ADD_TO_DISPATCH_WINDOW): Defined.
2183         (get_ready_element): Declared.
2184         (number_in_ready): Declared.
2185         * target.def (dispatch): Defined.
2186         (dispatch_do): Defined.
2188 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
2190         PR middle-end/45312
2191         * reload1.c (merge_assigned_reloads): Remove.
2192         (reload_as_needed): Don't call it.
2194 2010-09-09  Anatoly Sokolov  <aesok@post.ru>
2196         * config/m32r/m32r.c (m32r_mode_dependent_address_p): New functions.
2197         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
2198         * config/m32r/m32r.h: (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
2200 2010-09-09  Matthias Klose  <doko@ubuntu.com>
2202         PR bootstrap/43847
2203         * configure.ac (--enable-plugin): Enhance for cross builds.
2204         * configure: Regenerate.
2206 2010-09-09  Jan Hubicka  <jh@suse.cz>
2208         PR tree-optimization/45598
2209         * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result of
2210         string folding is of integral type.
2212 2010-09-09  Nathan Sidwell  <nathan@codesourcery.com>
2214         * configure.ac (gnu_indirect_function): New test.
2215         * configure: Rebuilt.
2216         * config.in (HAVE_GAS_INDIRECT_FUNCTION): New.
2217         * defaults.h (IFUNC_ASM_TYPE): Provide default.
2219         * doc/extend.texi (Function Attributes): Document ifunc.
2220         * varasm.c (do_assemble_alias): Deal with ifuncs too.
2222 2010-09-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
2224         * config/picochip/picochip.c (picochip_reorg): Check for note_p for
2225         epilogue instruction move.
2227 2010-09-09  Jan Hubicka  <jh@suse.cz>
2229         * collect2.c (maybe_run_lto_and_relink): Rewrite code producing ld
2230         command line to allow more partitions than input files.
2232 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
2234         PR middle-end/44554
2235         * ira.c (ira): Switch off sharing spill slots if setjmp is called.
2237 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
2239         PR middle-end/40386
2240         * ira.c (pseudo_for_reload_consideration_p): Don't use
2241         flag_ira_share_spill_slots.
2243 2010-09-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2245         * config/s390/s390.c (legitimate_reload_constant_p): Accept floating-
2246         point zero operands that fit into a single GPR.
2247         (s390_preferred_reload_class): Ensure we only return general-purpose
2248         register classes.
2249         * config/s390/s390.md ("*mov<mode>_64dfp"): Use lghi to load
2250         floating-point zero operands into GPRs.
2251         ("*mov<mode>_64"): Likewise.
2252         ("mov<mode>"): Likewise using lhi.
2254 2010-09-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2256         * config/s390/s390.c (s390_symref_operand_p): Return false for
2257         literal pool references.
2258         (s390_check_qrst_address): Update caller.
2260 2010-09-09  Uros Bizjak  <ubizjak@gmail.com>
2262         * config/i386/predicates.md (ext_register_operand): Check that
2263         SUBREG_REG is really a register before looking for REGNO.
2264         (reg_not_xmm0_operand): Handle SUBREGs correctly.
2265         (nonimm_not_xmm0_operand): Call reg_not_xmm0_operand.
2267 2010-09-09  Jakub Jelinek  <jakub@redhat.com>
2269         * rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.
2270         * rtl.h (DEBUG_IMPLICIT_PTR_DECL): Define.
2271         * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle DEBUG_IMPLICIT_PTR.
2272         * print-rtl.c (print_rtx): Likewise.
2273         * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
2274         * cfgexpand.c (expand_debug_expr): Generate DEBUG_IMPLICIT_PTR
2275         for ADDR_EXPR with non-addressable object.
2276         * dwarf2out.c (enum dw_val_class): Add dw_val_class_decl_ref.
2277         (struct dw_val_struct): Add v.val_decl_ref.
2278         (dwarf_stack_op_name, output_loc_operands, output_loc_operands_raw):
2279         Handle DW_OP_GNU_implicit_pointer.
2280         (size_of_loc_descr): Likewise.  Fix up DW_OP_call_ref size.
2281         (get_ref_die_offset_label): New function.
2282         (implicit_ptr_descriptor): New function.
2283         (mem_loc_descriptor): Handle DEBUG_IMPLICIT_PTR.
2284         (loc_descriptor): Likewise.
2285         (gen_variable_die): Put even definitions into decl_die_table.
2286         (resolve_addr_in_expr): Resolve still unresolved
2287         DW_OP_GNU_implicit_pointer operands, if it can't be resolved
2288         return false.
2289         (dwarf2out_finish): Call output_location_lists after outputting
2290         .debug_info and .debug_abbrev instead of before.
2292 2010-09-09  Roland McGrath  <roland@redhat.com>
2294         * dwarf2out.c (DWARF_REF_SIZE): Define.
2295         (size_of_loc_descr): Use it for DW_OP_call_ref.
2297 2010-09-09  Alan Modra  <amodra@gmail.com>
2299         * doc/invoke.text: Reinstate mcmodel=medium.
2300         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
2301         CMODEL_MEDIUM as default.
2302         * config/rs6000/rs6000.h (enum rs6000_cmodel): Add CMODEL_MEDIUM.
2303         * config/rs6000/rs6000.c (rs6000_handle_option): Add mcmodel=medium.
2304         (toc_relative_ok, offsettable_ok_by_alignment): New functions.
2305         (rs6000_emit_move): Reinstate mcmodel=medium optimization.
2307 2010-09-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2309         PR target/45250
2310         * config/pa/pa.md (nonlocal_goto): Restore hard frame pointer using
2311         hard_frame_pointer_rtx instead of virtual_stack_vars_rtx.
2312         (builtin_longjmp): Likewise.
2313         (allocate_stack): Use hard_frame_pointer_rtx instead of
2314         frame_pointer_rtx.
2315         * config/pa/pa-protos.h (pa_initial_elimination_offset): Declare.
2316         * config/pa/pa.c (pa_internal_arg_pointer): Declare.
2317         (pa_can_eliminate): Likewise.
2318         (TARGET_INTERNAL_ARG_POINTER): Define.
2319         (TARGET_CAN_ELIMINATE): Define.
2320         (hppa_expand_prologue): Use hard frame pointer instead of soft frame
2321         pointer.
2322         (hppa_expand_epilogue, pa_eh_return_handler_rtx): Likewise.
2323         (pa_internal_arg_pointer, pa_can_eliminate,
2324         pa_initial_elimination_offset): New.
2325         * config/pa/pa.h (FRAME_POINTER_REGNUM): Set to new general register.
2326         (HARD_FRAME_POINTER_REGNUM): Set to register three.
2327         (INITIAL_FRAME_POINTER_OFFSET): Delete.
2328         (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET, DWARF_FRAME_REGISTERS):
2329         Define.
2330         (DWARF_ALT_FRAME_RETURN_COLUMN, REGNO_OK_FOR_INDEX_P,
2331         REGNO_OK_FOR_BASE_P): Update to include soft frame pointer.
2332         * config/pa/pa32-regs.h (FIRST_PSEUDO_REGISTER): Increase by one.
2333         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
2334         REG_CLASS_CONTENTS, REGNO_REG_CLASS, REGISTER_NAMES): Update to include
2335         new soft frame pointer.
2336         * config/pa/pa64-regs.h: Likewise.
2338 2010-09-08  Uros Bizjak  <ubizjak@gmail.com>
2340         * config/i386/i386.h (EH_RETURN_DATA_REGNO) Use DX_REG instead of
2341         numerical constant.
2342         (EH_RETURN_STACKADJ_RTX): Use CX_REG insted of numerical constant.
2344 2010-09-08  Alexandre Oliva  <aoliva@redhat.com>
2346         PR debug/45531
2347         * cfglayout.c (fixup_reorder_chain): Skip debug insns.
2349 2010-09-08  Alexandre Oliva  <aoliva@redhat.com>
2351         PR debug/45419
2352         PR debug/45408
2353         * tree-pretty-print.c (dump_generic_node): Disregard top-level
2354         qualifiers in otherwise equal MEM_REF pointer types.
2355         * fold-const.c (operand_equal_p): Compare pointer type of MEM_REFs.
2356         * tree.c (iterative_hash_expr): Hash the pointer type of MEM_REFs.
2358 2010-09-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2360         PR target/44392
2361         * config/arm/arm.md (bswapsi2): Handle condition correctly
2362         for armv6 and optimize_size.
2364 2010-09-08  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2366         PR other/18555
2367         * doc/cppopts.texi (-isysroot): Document Darwin behaviour.
2369 2010-09-08  Uros Bizjak  <ubizjak@gmail.com>
2371         * config/i386/i386-protos.h (ix86_can_use_return_insn_p,
2372         symbolic_reference_mentioned_p, ix86_expand_movmem, ix86_expand_setmem,
2373         ix86_expand_strlen, legitimate_pic_address_disp_p,
2374         ix86_binary_operator_ok, ix86_unary_operator_ok, ix86_match_ccmode,
2375         ix86_expand_int_movcc, ix86_expand_fp_movcc, ix86_expand_int_addcc,
2376         ix86_check_movabs, ix86_secondary_memory_needed): Change function
2377         prototype to bool.
2378         * config/i386/i386.c (return_in_memory_32, return_in_memory_64,
2379         return_in_memory_ms_64, ix86_check_movabs,
2380         symbolic_reference_mentioned_p, ix86_can_use_return_insn_p,
2381         legitimate_pic_address_disp_p, ix86_binary_operator_ok,
2382         ix86_unary_operator_ok, ix86_match_ccmode, ix86_expand_int_movcc,
2383         ix86_expand_fp_movcc, ix86_expand_int_addcc, ix86_expand_movmem,
2384         ix86_expand_setmem, ix86_expand_strlen, inline_secondary_memory_needed,
2385         ix86_secondary_memory_needed): Change to bool.  Return
2386         "true" and "false" values.
2387         * config/i386/i386.md: Return "true" and "false" values.
2389 2010-09-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2391         * doc/sourcebuild.texi (Effective-Target Keywords): Document
2392         run_expensive_tests.
2394 2010-09-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2396         * toplev.c (output_stack_usage): Use lbasename instead of basename.
2398 2010-09-08  Martin Jambor  <mjambor@suse.cz>
2400         PR other/45443
2401         * doc/invoke.texi: Add -fipa-cp-clone to list of switches turned on
2402         at -O3.
2404 2010-09-08  Richard Guenther  <rguenther@suse.de>
2406         * gimple.c (gimple_types, type_hash_cache): Move to GC memory.
2407         (visit): Adjust.
2408         (iterative_hash_gimple_type): Likewise.
2409         (gimple_type_hash): Likewise.
2410         (gimple_register_type): Likewise.
2411         (print_gimple_types_stats): Likewise.
2412         (free_gimple_type_tables): Likewise.
2414 2010-09-08  Michael Matz  <matz@suse.de>
2416         PR tree-optimization/43430
2417         * tree-vect-stmts.c (vectorizable_condition): Support multiple
2418         copies for conditional statements if it's not part of a reduction.
2420 2010-09-08  Michael Matz  <matz@suse.de>
2422         PR tree-optimization/33244
2423         * tree-ssa-sink.c (statement_sink_location): Don't sink into
2424         empty loop latches.
2426 2010-09-08  Richard Guenther  <rguenther@suse.de>
2428         PR tree-optimization/45578
2429         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr):
2430         Be more careful when transfering alignment information to
2431         the new induction variable.
2432         (copy_ref_info): Likewise.
2434 2010-09-08  Richard Guenther  <rguenther@suse.de>
2436         * tree.h (TYPE_ORIG_SIZE_TYPE): Remove.
2437         * c-typeck.c (comptypes_internal): Remove TYPE_ORIG_SIZE_TYPE checks.
2439 2010-09-08  Arnaud Charlet  <charlet@adacore.com>
2441         * c-tree.h, c-decl.c (build_enumerator): Add location parameter.
2442         * c-parser.c (c_parser_enum_specifier): Adjust call to build_enumerator.
2444 2010-09-08  Kenneth Zadeck  <zadeck@naturalbridge.com>
2446         PR doc/45587
2447         * doc/md.texi: Fixed modes on several standard pattern names.
2449 2010-09-08  Mingjie Xing  <mingjie.xing@gmail.com>
2451         * config/mips/loongson.md (loongson_psll<V_suffix>): Rename to...
2452         (ashl<mode>3): ...this.
2453         (loongson_psra<V_suffix>): Rename to...
2454         (ashr<mode>3): ...this.
2455         (loongson_psrl<V_suffix>): Rename to...
2456         (lshr<mode>3): ...this.
2457         * config/mips/mips.c (CODE_FOR_loongson_psllh): Define.
2458         (CODE_FOR_loongson_psllw): Define.
2459         (CODE_FOR_loongson_psrlh): Define.
2460         (CODE_FOR_loongson_psrlw): Define.
2461         (CODE_FOR_loongson_psrah): Define.
2462         (CODE_FOR_loongson_psraw): Define.
2464 2010-09-07  Richard Henderson  <rth@redhat.com>
2466         * tree-vect-data-refs.c: Include tm_p.h.
2467         * Makefile.in (tree-vect-data-refs.o): Update deps.
2468         * config/i386/i386-protos.h (ix86_cfun_abi, ix86_function_type_abi):
2469         Move delarations outside #ifdef RTX_CODE.
2471 2010-09-07  Richard Henderson  <rth@redhat.com>
2473         * final.c (rest_of_handle_final): Unconditionally do
2474         output_function_exception_table before assemble_end_function.
2476 2010-09-07  Jan Hubicka  <jh@suse.cz>
2478         * tree-inline.c (tree_inlinable_function_p): Do not test
2479         DECL_REPLACEABLE_P.
2480         * ipa-inline.c (cgraph_default_inline_p, update_caller_keys,
2481         update_callee_keys, cgraph_decide_inlining): Test function availability.
2482         * cif-code.def (OVERWRITABLE): New code.
2484 2010-09-07  H.J. Lu  <hjl.tools@gmail.com>
2485             Jack Howarth  <howarth@bromo.med.uc.edu>
2487         PR target/36502
2488         PR target/42313
2489         PR target/44651
2490         * config/i386/darwin.h (STACK_BOUNDARY): Redefine as 128 for
2491         profiling or 64-bit MS_ABI and as BITS_PER_WORD otherwise.
2492         (PREFERRED_STACK_BOUNDARY): Replace STACK_BOUNDARY with 128 in
2493         MAX macro.
2495 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
2497         * unwind-dw2-fde-glibc.c: Include <elf.h> for DT_CONFIG.
2498         Include <link.h> only if USE_PT_GNU_EH_FRAME is defined.
2500 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
2502         * config.gcc: Don't append t-android for Android targets.
2504         * config/t-android: Removed.
2506 2010-09-07  Richard Henderson  <rth@redhat.com>
2508         * target.def (TARGET_ASM_EMIT_EXCEPT_PERSONALITY): New hook.
2509         * doc/tm.texi.in: Add doc marker.
2510         * doc/tm.texi: Rebuild.
2511         * except.c (switch_to_exception_section): Always build.
2512         (output_one_function_exception_table): Move section switch,
2513         personality output, and label output ...
2514         (output_function_exception_table): ... here.  Use the new
2515         personality hook.
2517         * config/ia64/ia64.c (ia64_asm_emit_except_personality,
2518         ia64_asm_init_sections, TARGET_ASM_EMIT_EXCEPT_PERSONALITY,
2519         TARGET_ASM_INIT_SECTIONS): New.
2520         (ia64_asm_unwind_emit): Rename from process_for_unwind_directive,
2521         make static.
2522         (TARGET_ASM_UNWIND_EMIT): Update to match.
2523         * config/ia64/ia64-protos.h (process_for_unwind_directive): Remove.
2525         * config/arm/arm.c (arm_asm_emit_except_personality): New.
2526         (arm_asm_init_sections): New.
2527         (TARGET_ASM_EMIT_EXCEPT_PERSONALITY, TARGET_ASM_INIT_SECTIONS): New.
2529 2010-09-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2531         * config/arm/arm.md: Remove unused variable.
2533 2010-09-07  Anatoly Sokolov  <aesok@post.ru>
2535         * config/m32r/m32r.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
2536         * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Define.
2537         (m32r_memory_move_cost): New function.
2539 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
2541         * config.gcc: Append t-android for Android targets.
2543         * config/t-android: New.
2545 2010-09-07  Richard Henderson  <rth@redhat.com>
2547         * target.def (unwind_emit_before_insn): New hook.
2548         * doc/tm.texi.in: Add @hook marker for it.
2549         * doc/tm.texi: Rebuild.
2550         * final.c (final_scan_insn): Respect unwind_emit_before_insn.
2552 2010-09-07  Martin Jambor  <mjambor@suse.cz>
2554         PR fortran/43665
2555         * ipa-cp.c (ipcp_versionable_function_p): Return false if there
2556         are any type attributes.
2558 2010-09-07  Jan Hubicka  <jh@suse.cz>
2560         * tree-ssa-ccp.c (fold_const_aggregate_ref): Fix handling of
2561         array_ref_low_bound in string access folding.
2563 2010-09-07  Uros Bizjak  <ubizjak@gmail.com>
2565         PR target/45206
2566         * config/i386/i386.c (ix86_expand_epilogue): Mark SP as valid after
2567         eh_return fixup sequence.
2569 2010-09-07  Jan Hubicka  <jh@suse.cz>
2571         * gimple-fold.c (maybe_fold_reference): Verify that operand is
2572         gimple_min_invariant.
2574 2010-09-07  Richard Guenther  <rguenther@suse.de>
2576         PR middle-end/45569
2577         * tree-eh.c (operation_could_trap_helper_p): Neither COMPLEX_EXPR
2578         nor CONSTRUCTOR can trap.
2579         * tree-complex.c (update_complex_assignment): Update EH info.
2581 2010-09-07  Richard Guenther  <rguenther@suse.de>
2583         PR middle-end/45569
2584         * tree-cfg.c (build_gimple_cfg): Remove redundant stmt verification.
2585         * passes.c (execute_function_todo): Do not verify anything if
2586         we saw errors.
2588 2010-09-07  Richard Guenther  <rguenther@suse.de>
2590         * tree-pretty-print.c (dump_generic_node): Dump void types as void.
2592 2010-09-07  Bernd Schmidt  <bernds@codesourcery.com>
2594         PR target/43137
2595         * config/arm/iterators.md (qhs_zextenddi_cond, qhs_sextenddi_cond):
2596         New define_mode_attrs.
2597         * config/arm/arm.md (zero_extendsidi2, arm_zero_extendsidi2,
2598         arm_exxtendsidi2, arm_extendsidi2): Delete patterns.
2599         (zero_extend<mode>di2, extend<mode>di2 and related splits): New.
2600         (thumb1_zero_extendhisi2): Remove code to handle LABEL_REFs.
2601         Remove pool_range attribute.
2602         (arm_zero_extendhisi2, arm_zero_extendhisi2_v6, arm_zero_extendqisi2,
2603         arm_zero_extendqisi2_v6, thumb1_zero_extendqisi2_v6): Remove
2604         pool_range and neg_pool_range attributes.
2605         * config/arm/thumb2.md (thumb2_zero_extendsidi2,
2606         thumb2_zero_extendhidi2, thumb2_zero_extendqidi2, thumb2_extendsidi2,
2607         thumb2_extendhidi2, thumb2_extendqidi2): Delete.
2609 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
2611         * config/i386/linux-unwind.h (x86_fallback_frame_state): Properly
2612         check glibc.
2614 2010-09-06  Uros Bizjak  <ubizjak@gmail.com>
2616         PR target/22152
2617         * config/i386/mmx.md (*mov<mode>_internal_rex64,
2618         *mov<mode>_internal_avx, *mov<mode>_internal,
2619         *movv2sf_internal_rex64_avx, *movv2sf_internal_rex64,
2620         *movv2sf_internal_avx, *movv2sf_internal): Split out !y-!y alternative.
2622 2010-09-06  Mark Mitchell  <mark@codesourcery.com>
2624         * c-typeck.c (do_warn_double_promotion): Remove.
2625         * doc/invoke.texi (-Wdouble-promotion): Note available for C++ and
2626         Objective-C++ too.
2628 2010-09-06  Anatoly Sokolov  <aesok@post.ru>
2630         * config/frv/frv.h (CLASS_LIKELY_SPILLED_P): Remove.
2631         * config/frv/frv-protos.h (frv_class_likely_spilled_p): Remove.
2632         * config/frv/frv.c (frv_class_likely_spilled_p): Make static. Change
2633         argument type to reg_class_t. Change result type to bool.
2634         (TARGET_CLASS_LIKELY_SPILLED_P): Define.
2636 2010-09-06  Nicola Pero  <nicola.pero@meta-innovation.com>
2638         PR libobjc/19850
2639         * gthr-posix.h (__gthread_objc_thread_detach): Use
2640         _objc_thread_attribs when detaching a thread.
2641         * gthr-posix95.h (__gthread_objc_thread_detach): Same change.
2643 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
2645         PR target/45524
2646         * configure.ac (enable_decimal_float): Set to $default_decimal_float.
2647         * configure: Regenerated.
2649 2010-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2651         * combine.c (try_combine): Set subst_low_luid to i0.
2653 2010-09-06  Richard Guenther  <rguenther@suse.de>
2655         * tree.def (MISALIGNED_INDIRECT_REF): Remove.
2656         * tree.h (INDIRECT_REF_P): Only check for INDIRECT_REF.
2657         (build_aligned_type): Declare.
2658         * tree.c (check_qualified_type): Also compare TYPE_ALIGN.
2659         (check_aligned_type): New function.
2660         (build_aligned_type): Likewise.
2661         * expr.c (expand_assignment): Handle misaligned stores via
2662         TARGET_MEM_REF and MEM_REF using movmisalign_optab.
2663         (expand_expr_real_1): Likewise.
2664         (safe_from_p): Remove MISALIGNED_INDIRECT_REF handling.
2665         * tree-vect-stmts.c (vectorizable_store): Do not build
2666         MISALIGNED_INDIRECT_REF but initialize alignment information.
2667         (vectorizable_load): Likewise.
2668         * builtins.c (get_object_alignment): Remove MISALIGNED_INDIRECT_REF
2669         handling.
2670         * cfgexpand.c (expand_debug_expr): Likewise.
2671         * dwarf2out.c (loc_list_from_tree): Likewise.
2672         * fold-const.c (maybe_lvalue_p): Likewise.
2673         (operand_equal_p): Likewise.
2674         (build_fold_addr_expr_with_type_loc): Likewise.
2675         * gimplify.c (gimplify_addr_expr): Likewise.
2676         (gimplify_expr): Likewise.
2677         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
2678         (verify_gimple_assign_single): Likewise.
2679         * tree-dump.c (dequeue_and_dump): Likewise.
2680         (tree_could_trap_p): Likewise.
2681         * tree-predcom.c (ref_at_iteration): Likewise.
2682         * tree-pretty-print.c (dump_generic_node): Likewise.
2683         (op_code_prio): Likewise.
2684         (op_symbol_code): Likewise.
2685         * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
2686         * tree-ssa-loop-im.c (for_each_index): Likewise.
2687         (gen_lsm_tmp_name): Likewise.
2688         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
2689         (find_interesting_uses_address): Likewise.
2690         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
2691         * tree-ssa-operands.c (get_expr_operands): Likewise.
2692         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
2693         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
2694         (ao_ref_init_from_vn_reference): Likewise.
2695         * tree.c (staticp): Likewise.
2696         (build1_stat): Likewise.
2697         (reference_alias_ptr_type): Likewise.
2698         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
2699         * config/rs6000/rs6000.c (rs6000_check_sdmode): Remove
2700         MISALIGNED_INDIRECT_REF handling.
2702 2010-09-06  Richard Guenther  <rguenther@suse.de>
2704         PR tree-optimization/45534
2705         * tree-ssa-address.c (create_mem_ref_raw): Add verify parameter.
2706         (create_mem_ref): Do verify the created TARGET_MEM_REF is valid
2707         on the target.
2708         (maybe_fold_tmr): Do not verify the created TARGET_MEM_REF is
2709         valid on the target.
2711 2010-09-06  Andreas Schwab  <schwab@redhat.com>
2713         * configure.ac: Quote argument of AC_MSG_WARN.
2714         * configure: Regenerate.
2716 2010-09-06  Alexander Monakov  <amonakov@ispras.ru>
2718         * sel-sched.c (move_cond_jump): Correct arguments to
2719         maybe_tidy_empty_bb.
2720         * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
2722 2010-09-06  Andrey Belevantsev  <abel@ispras.ru>
2724         PR rtl-optimization/44919
2725         * sel-sched.c (move_cond_jump): Remove assert, check that
2726         the several blocks case can only happen with mutually exclusive
2727         insns instead.  Rewrite the movement code to support moving through
2728         several basic blocks.
2730 2010-09-06  Uros Bizjak  <ubizjak@gmail.com>
2732         * config/i386/i386.md (iptrsize): New mode attribute.
2733         (tp_seg): Ditto.
2734         (*load_tp_<mode>): Macroize insn from *load_tp_{si,di} using P
2735         mode iterator.
2736         (*add_tp_<mode>): Ditto from *add_tp_{si,di}.
2737         (stack_protect_set_<mode>): Ditto from stack_protect_set_{si,di}.
2738         (stack_protect_test_<mode>): Ditto from stack_protect_test_{si,di}.
2739         (stack_tls_protect_set_<mode>): Ditto from
2740         stack_tls_protect_set_{si,di}.  Use %@ to output segment register
2741         of thread base pointer load.
2742         (stack_tls_protect_test_<mode>): Ditto from
2743         stack_tls_protect_test_{si,di}.  Use %@ to output segment register
2744         of thread base pointer load.
2745         (stack_protect_set): Rewrite using indirect functions.
2746         (stack_protect_test): Ditto.
2747         * config/i386/i386.c (ix86_print_operand_punct_valid): Add '@'.
2748         (ix86_print_operand): Handle '@'.
2750 2010-09-05  Giuseppe Scrivano  <gscrivano@gnu.org>
2752         * tree-tailcall.c (process_assignment): Handle NEGATE_EXPR and
2753         MINUS_EXPR.
2755 2010-09-05  Mark Mitchell  <mark@codesourcery.com>
2757         * doc/invoke.texi: Document -Wdouble-promotion.
2758         * c-typeck.c (convert_arguments): Check for implicit conversions
2759         from float to double.
2760         (do_warn_double_promotion): New function.
2761         (build_conditional_expr): Use it.
2762         (build_binary_op): Likewise.
2764 2010-09-05  Richard Guenther  <rguenther@suse.de>
2766         PR tree-optimization/45535
2767         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
2768         handle TMR_INDEX2.  Make sure TMR_INDEX is not NULL before
2769         dereferencing it.
2770         (indirect_refs_may_alias_p): Likewise.
2772 2010-09-05  Naveen H.S  <naveen.S@kpitcummins.com>
2774         * config/sh/sh.c (sh_option_override): Make static.
2775         Adjust comments.  Declare.
2776         (sh_function_value_regno_p): Likewise.
2777         (sh_register_move_cost): Modify the arguments, make static.
2778         Adjust comments.  Declare.
2779         (TARGET_OPTION_OVERRIDE, TARGET_REGISTER_MOVE_COST
2780         TARGET_FUNCTION_VALUE_REGNO_P): Define.
2781         * config/sh/sh.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P
2782         REGISTER_MOVE_COST): Delete.
2783         * config/sh/sh-protos.h (sh_override_options): Delete.
2784         (sh_register_move_cost): Delete.
2785         (sh_function_value_regno_p): Delete.
2787 2010-09-04  Anatoly Sokolov  <aesok@post.ru>
2789         * config/m32r/m32r.c (m32r_function_value, m32r_libcall_value,
2790         m32r_function_value_regno_p): New functions.
2791         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
2792         TARGET_FUNCTION_VALUE_REGNO_P): Declare.
2793         * config/m32r/m32r.h: (FUNCTION_VALUE, LIBCALL_VALUE,
2794         FUNCTION_VALUE_REGNO_P): Remove.
2796 2010-09-04  Jan Hubicka  <jh@suse.cz>
2798         * gimple-fold.c (maybe_fold_reference): Use fold_const_aggregate_ref.
2799         * tree-ssa-ccp.c (fold_const_aggregate_ref): Use
2800         fold_read_from_constant_string.
2802         * gimple.h (canonicalize_constructor_val): Declare.
2803         * gimple-fold.c (canonicalize_constructor_val): New function.
2804         (get_symbol_constant_value):Use it.
2805         * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
2807 2010-09-04  Jan Hubicka  <jh@suse.cz>
2809         * tree-switch-conversion.c (build_one_array): Set constructor to be
2810         static.
2811         * varpool.c (varpool_finalize_decl): Compute const_value_known.
2813 2010-09-04  Richard Guenther  <rguenther@suse.de>
2815         PR bootstrap/45519
2816         * tree-flow.h (force_gimple_operand_1): Declare.
2817         (force_gimple_operand_gsi_1): Likewise.
2818         * gimplify.c (force_gimple_operand_1): New worker taking a
2819         gimple predicate for ...
2820         (force_gimple_operand): ... which now wraps it.
2821         (force_gimple_operand_gsi_1, force_gimple_operand_gsi): Likewise.
2822         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Revert
2823         last change.
2824         * tree-ssa-address.c (gimplify_mem_ref_parts): Use
2825         force_gimple_operand_gsi_1 with is_gimple_mem_ref_addr.
2826         (create_mem_ref): Likewise.
2828 2010-09-04  Uros Bizjak  <ubizjak@gmail.com>
2830         * config/i386/predicates.md (sse_reg_operand): New predicate.
2831         * config/i386/i386.md (TFmode push splitter): Use sse_reg_operand
2832         predicate for operand 1.
2833         (XFmode push splitter): Use fp_register_operand predicate
2834         for operand 1.
2835         (*dummy_extendsfdf2, *dummy_extendsfxf2): Remove disabled patterns.
2836         (SF-DF float_extend push splitter): Add reload_completed insn
2837         predicate.
2838         ({SF,DF}-XF float_extend_push splitter): Macroize splitter using
2839         MODEF mode macro.  Add reload_completed insn predicate.
2841 2010-09-04  Paolo Bonzini  <bonzini@gnu.org>
2843         * df.h (enum df_ref_class): Remove DF_REF_EXTRACT.
2844         (struct df_extract_ref): Remove.
2845         (union df_ref_d): Remove extract_ref member.
2846         (df_ref_create): Remove last three arguments.
2847         (DF_REF_LOC): Remove DF_REF_EXTRACT case.
2848         * df-scan.c (df_ref_record): Remove last three arguments, do not
2849         pass them to df_ref_create_structure.
2850         (df_uses_record): Remove first and last three arguments.  Replace
2851         first argument with DF_REF_REGULAR, adjust calls to remove the
2852         width, offset and mode.  Always call recursively on the second
2853         and third argument of ZERO_EXTRACT and SIGN_EXTRACT.
2854         (df_ref_create_structure): Remove first argument.
2855         (struct df_scan_problem_data): Remove ref_extract_pool.
2856         (df_scan_free_internal): Do not free it.
2857         (df_scan_alloc): Do not allocate it.
2858         (df_ref_create): Remove last three arguments, do not pass them to
2859         df_ref_create_structure.
2860         (df_free_ref): Remove DF_REF_EXTRACT case.
2861         (df_notes_rescan): Adjust call to df_uses_record.
2862         (df_ref_equal_p, df_ref_compare, df_ref_create_structure):
2863         Remove DF_REF_EXTRACT case.
2864         (df_def_record_1): Do not special case class for a ZERO_EXTRACT lhs.
2865         Adjust calls to df_ref_record, using DF_REF_REGULAR for all REG
2866         and SUBREG definitions.
2867         (df_get_conditional_uses): Remove references to width/offset/mode,
2868         adjust call to df_ref_create_structure.
2869         (df_get_call_refs, df_insn_refs_collect, df_bb_refs_collect,
2870         df_entry_block_defs_collect, df_exit_block_uses_collect): Adjust
2871         calls to df_uses_record and df_ref_record.
2872         * fwprop.c (update_df): Remove references to width/offset/mode,
2873         adjust call to df_ref_create.
2875 2010-09-03  Jan Hubicka  <jh@suse.cz>
2877         * ipa.c (build_cdtor): Take VECtor as argument; fix array walk.
2878         (build_cdtor_fns): Update use of build_cdtor.
2880 2010-09-03  Joseph Myers  <joseph@codesourcery.com>
2882         * doc/options.texi (SeparateAlias): Document.
2883         * opt-functions.awk (switch_flags): Handle SeparateAlias.
2884         * opth-gen.awk: Generate enumeration names for options marked
2885         SeparateAlias, but not for those marked Ignore.
2886         * opts-common.c (generate_canonical_option): Don't output separate
2887         argument for options marked CL_SEPARATE_ALIAS.
2888         (decode_cmdline_option): Handle CL_SEPARATE_ALIAS.
2889         * opts.h (CL_SEPARATE_ALIAS): New.
2890         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
2891         CL_COMMON): Adjust definitions.
2892         * config/i386/darwin.opt, config/mips/sde.opt: New.
2893         * common.opt (fdump-final-insns): New.
2894         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
2895         i386/darwin.opt.
2896         (mips*-sde-elf*): Add mips/sde.opt.
2897         * config/mips/sde.h (DRIVER_SELF_SPECS): Don't handle
2898         -mno-data-in-code and -mcode-xonly here.
2899         * defaults.h (DEFAULT_SWITCH_TAKES_ARG): Add 'd'.
2900         * gcc.c (option_map): Add "j" to --dump entry.
2901         (translate_options): Don't translate -d to -foutput-class-dir= here.
2903 2010-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2905         * tree-data-ref.c (dr_may_alias_p): Replace !DR_IS_READ with
2906         DR_IS_WRITE.
2907         (compute_all_dependences): Same.
2908         (create_rdg_edge_for_ddr): Same.
2909         * tree-data-ref.h (DR_IS_WRITE): New.
2910         (ddr_is_anti_dependent): Replace !DR_IS_READ with DR_IS_WRITE.
2911         * tree-if-conv.c (write_memrefs_written_at_least_once): Same.
2912         (write_memrefs_written_at_least_once): Same.
2913         * tree-predcom.c (suitable_component_p): Same.
2914         (determine_roots_comp): Same.
2915         (execute_load_motion): Same.
2916         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Same.
2917         (vect_enhance_data_refs_alignment): Same.
2918         (vect_analyze_group_access): Same.
2920 2010-09-03  Joern Rennecke  <joern.rennecke@embecosm.com>
2922         PR testsuite/42843
2923         * Makefile.in (PLUGINCC): Define in terms of @CC@ / @CXX@
2924         (PLUGINCFLAGS): Define in terms of @CFLAGS@ / @CXXFLAGS@
2926 2010-09-03  Marcin Baczynski  <marbacz@gmail.com>
2928         * dwarf2out.c (file scope): Remove #if0'd code.
2929         (gen_subprogram_die): Same.
2931 2010-09-03  Jakub Jelinek  <jakub@redhat.com>
2933         PR middle-end/45484
2934         * dwarf2out.c (flush_queued_reg_saves): Rename to...
2935         (dwarf2out_flush_queued_reg_saves): ... this.  No longer static.
2936         (dwarf2out_frame_debug_expr, dwarf2out_frame_debug): Adjust callers.
2937         * dwarf2out.h (dwarf2out_flush_queued_reg_saves): New prototype.
2938         * config/i386/i386.c (output_set_got): Call it.
2940 2010-09-03  Michael Matz  <matz@suse.de>
2942         PR middle-end/45415
2943         * tree-sra.c (sra_modify_assign): If we modify the statement,
2944         say so.
2946         * tree-ssa.c (verify_ssa): Check number of operands and links
2947         per statement to agree.
2949 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
2950             Iain Sandoe  <iains@gcc.gnu.org>
2952         PR target/45476
2953         * config/i386/t-darwin (LIB2FUNCS_EXCLUDE): New.
2954         * config/i386/darwin.h (LIBGCC2_HAS_TF_MODE,
2955         LIBGCC2_TF_CEXT, TF_SIZE): New defines.
2957 2010-09-03  Richard Guenther  <rguenther@suse.de>
2959         * lto-streamer-out.c (output_function): Output function
2960         start and end loci.
2961         * lto-streamer-in.c (input_function): Input function start
2962         and end loci.
2964 2010-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2966         * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
2967         * Makefile.in: Add aclocal.m4 dependency to dfp.m4.
2968         * configure: Regenerate.
2969         * aclocal.m4: Regenerate.
2971 2010-09-03  Jan Hubicka  <jh@suse.cz>
2973         PR lto/44812
2974         * lto-cgraph.c (intput_node, input_varpool_node): Set DECL_EXTERNAL
2975         on functions/variables in other partition.
2977 2010-09-03  Jan Hubicka  <jh@suse.cz>
2979         * cgraph.h (struct varpool_node): Add const_value_known.
2980         (varpool_decide_const_value_known): Declare.
2981         * tree-ssa-ccp.c (fold_const_aggregate_ref): Update initializer folding.
2982         * lto-cgraph.c (lto_output_varpool_node): Store const_value_known.
2983         (input_varpool_node): Restore const_value_known.
2984         * tree-ssa-loop-ivcanon (constant_after_peeling): Check varpool for
2985         initializer folding.
2986         * ipa.c (ipa_discover_readonly_nonaddressable_var,
2987         function_and_variable_visibility): Compute const_value_known.
2988         * gimple-fold.c (get_symbol_constant_value): Use varpool for
2989         initializer folding.
2990         * varpool.c (varpool_decide_const_value_known): New function.
2992 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
2994         * config/i386/i386.md: Remove empty preparation statements
2995         from splitters.
2997 2010-09-03  Jan Hubicka  <jh@suse.cz>
2999         * passes.c (rest_of_decl_compilation): Do not add local vars into
3000         varpool.
3001         * varpool.c (varpool_get_node, varpool_node): Sanity check that only
3002         static or extern vars are in varpool.
3003         (varpool_finalize_decl): Sanity check that only static vars are
3004         finalized.
3006 2010-09-03  Jakub Jelinek  <jakub@redhat.com>
3008         PR debug/45500
3009         * dwarf2out.c (rtl_for_decl_init): Give up for all generic vectors,
3010         not just generic vectors with BLKmode.
3012 2010-09-03  Richard Guenther  <rguenther@suse.de>
3014         * tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
3015         Move TMR_OFFSET to second operand.  Add TMR_INDEX2.
3016         * tree.h (TMR_SYMBOL): Remove.
3017         (TMR_BASE, TMR_OFFSET): Adjust.
3018         (TMR_INDEX2): New.
3019         * alias.c (ao_ref_from_mem): Use TMR_BASE.
3020         * builtins.c (get_object_alignment): Merge TMR_BASE and
3021         TMR_SYMBOL handling.
3022         * cfgexpand.c (expand_debug_expr): Use TMR_BASE.
3023         * gimple.c (get_base_address): Merge MEM_REF and TARGET_MEM_REF
3024         handling.  Also allow TARGET_MEM_REF as base address.
3025         (walk_stmt_load_store_addr_ops): TMR_BASE is always non-NULL.
3026         * gimplify.c (gimplify_expr): Gimplify TMR_BASE like MEM_REF
3027         base.  Gimplify TMR_INDEX2.
3028         * tree-cfg.c (verify_types_in_gimple_reference): Adjust.
3029         * tree-dfa.c (get_ref_base_and_extent): Likewise.
3030         (get_addr_base_and_unit_offset): Likewise.
3031         * tree-eh.c (tree_could_trap_p): Likewise.
3032         * tree-pretty-print.c (dump_generic_node): Likewise.
3033         * tree-ssa-address.c (tree_mem_ref_addr): Simplify.  Handle TMR_INDEX2.
3034         (create_mem_ref_raw): Merge symbol and base.  Move 2ndary
3035         base to index2.
3036         (get_address_description): Reconstruct addres description
3037         from merged TMR_BASE and TMR_INDEX2.
3038         (maybe_fold_tmr): Fold propagated addresses.
3039         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Merge
3040         MEM_REF and TARGET_MEM_REF paths.
3041         (indirect_refs_may_alias_p): Likewise.
3042         * tree-ssa-live.c (mark_all_vars_used_1): Handle TMR_INDEX2
3043         instead of TMR_SYMBOL.
3044         * tree-ssa-operands.c (get_tmr_operands): Simplify.
3045         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Adjust
3046         according to changes ...
3047         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): ... here.
3048         Split TARGET_MEM_REF into two fields plus the base.
3049         * tree.c (mem_ref_offset): Simplify.
3050         * tree-ssa-loop-im.c (for_each_index): Handle TMR_INDEX2.
3051         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Likewise.
3052         Strip NOPs when folding MEM_REF addresses.
3053         * tree-ssa-sink.c (is_hidden_global_store): Handle TARGET_MEM_REF.
3054         * gimple-fold.c (maybe_fold_reference): Fold TARGET_MEM_REF here ...
3055         (fold_gimple_assign): ... not here.
3057 2010-09-03  Mingjie Xing  <mingjie.xing@gmail.com>
3059         * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change the definition.
3060         * config/mips/mips.c (mips_shift_truncation_mask): New function.
3061         (TARGET_SHIFT_TRUNCATION_MASK): Define.
3063 2010-09-02  Richard Henderson  <rth@redhat.com>
3065         * configure.ac (gcc_cv_as_cfi_advance_working): Use objdump
3066         instead of readelf in the test.
3067         (gcc_cv_as_cfi_sections_directive): Check for correct relocation
3068         in the .debug_frame section for coff targets.
3069         * configure: Rebuild.
3071 2010-09-02  Anatoly Sokolov  <aesok@post.ru>
3073         * config/m32c/m32c.h (CLASS_LIKELY_SPILLED_P): Remove.
3074         * config/m32c/m32c-protos.h (m32c_class_likely_spilled_p): Remove.
3075         * config/m32c/m32c.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
3076         (m32c_class_likely_spilled_p): Make static. Change argument type to
3077         reg_class_t. Change result type to bool.
3079 2010-09-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
3081         * config/rs6000/rs6000.opt (-mfriz): New switch to control whether
3082         to convert (double)(long) into a single FRIZ instruction or not
3083         when -ffast-math is used.
3085         * config/rs6000/vsx.md (VSX_DF): New iterator for DF/V2DF modes.
3086         (vsx_float_fix_<mode>2): Optimize (double)(long) into X{S,V}RDPIZ
3087         or FRIZ instruction if -ffast-math.
3088         * config/rs6000/rs6000.md (friz): Ditto.
3090         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mfriz.
3092 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
3094         * opth-gen.awk (quote, comma): Remove unused variables.
3096 2010-09-02  Ryan Mansfield  <rmansfield@qnx.com>
3098         * arm.c (arm_override_options): Correct fall-back code to use
3099         SUBTARGET_CPU_DEFAULT.
3101 2010-09-02  Julian Brown  <julian@codesourcery.com>
3103         * config/arm/neon.md (UNSPEC_VCLE, UNSPEC_VCLT): New constants for
3104         unspecs.
3105         (vcond<mode>, vcondu<mode>): New expanders.
3106         (neon_vceq<mode>, neon_vcge<mode>, neon_vcgt<mode>): Support
3107         comparisons with zero.
3108         (neon_vcle<mode>, neon_vclt<mode>): New patterns.
3109         * config/arm/constraints.md (Dz): New constraint.
3111 2010-09-02  Anatoly Sokolov  <aesok@post.ru>
3113         * target.def (class_likely_spilled_p): New hook.
3114         * doc/tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Document.
3115         * doc/tm.texi: Regenerate.
3116         * targhooks.c (default_class_likely_spilled_p): New function.
3117         * targhooks.h (default_class_likely_spilled_p): Declare.
3118         * regs.h (CLASS_LIKELY_SPILLED_P): Remove.
3119         * combine.c (cant_combine_insn_p, likely_spilled_retval_p): Use
3120         TARGET_CLASS_LIKELY_SPILLED_P target hook. Use HARD_REGISTER_P macro.
3121         Use fixed_reg_set instead of fixed_regs.
3122         * cse.c (hash_rtx_cb): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
3123         * calls.c (avoid_likely_spilled_reg): Ditto.
3124         * ira-conflicts.c (ira_build_conflicts): Ditto.
3125         * ira.c (update_equiv_regs): Ditto.
3126         * mode-switching.c (create_pre_exit): Ditto.
3127         * regmove.c (find_matches): Ditto.
3128         (regclass_compatible_p): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
3129         * reload.c (SMALL_REGISTER_CLASS_P): Remove macro.
3130         (small_register_class_p): New inline function.
3131         (push_secondary_reload, find_reusable_reload, find_reloads): Use
3132         small_register_class_p instead of SMALL_REGISTER_CLASS_P.
3134         * config/i386/i386.h (CLASS_LIKELY_SPILLED_P): Remove.
3135         * config/i386/i386.c (ix86_class_likely_spilled_p): New.
3136         (TARGET_CLASS_LIKELY_SPILLED_P): Define.
3138 2010-09-02  Richard Guenther  <rguenther@suse.de>
3140         PR tree-optimization/44937
3141         PR tree-optimization/45412
3142         * ipa-split.c (split_function): Properly remove PHI nodes.
3144 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
3146         * opts.h (struct cl_option): Add warn_message field.
3147         (struct cl_decoded_option): Add warn_message field.
3148         * doc/options.texi (Ignore, Warn): Document.
3149         * opt-functions.awk (needs_state_p): Don't consider aliases or
3150         ignored options to need state saved.
3151         * optc-gen.awk: Handle Warn and Ignore.
3152         * opth-gen.awk: Output OPT_SPECIAL_ignore.
3153         * opts-common.c (decode_cmdline_option): Set warn_message field.
3154         Handle ignored options.
3155         (decode_cmdline_options_to_array, generate_option,
3156         generate_option_input_file): Set warn_message field.
3157         (read_cmdline_option): Generate warnings from warn_message field.
3158         Handle ignored options.
3159         * common.opt (Wunreachable-code, fargument-alias,
3160         fargument-noalias, fargument-noalias-global,
3161         fargument-noalias-anything, fcse-skip-blocks, fforce-addr,
3162         floop-optimize, frerun-loop-opt, fsched2-use-traces, fsee,
3163         fstrength-reduce, ftree-store-ccp, ftree-store-copy-prop,
3164         ftree-salias): Mark Ignore.
3165         * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -mcpu,
3166         -mintel-syntax and -mno-intel-syntax here.
3167         * config/i386/i386.opt (mcpu=, mintel-syntax): Define as aliases
3168         using Warn.
3169         * opts.c (common_handle_option): Don't handle options marked as
3170         ignored.
3171         (enable_warning_as_error): Handle ignored options.
3173 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
3175         PR driver/44076
3176         * opts.h (struct cl_option): Add alias_arg, neg_alias_arg and
3177         alias_target fields.
3178         * opt-functions.awk (opt_sanitized_name): Don't handle
3179         finline-limit=, Wlarger-than= and ftemplate-depth= specially.
3180         * optc-gen.awk: Generate alias fields.
3181         * opth-gen.awk: Explicitly give values for OPT_* enum constants.
3182         Don't generate such constants for aliases.
3183         * opts-common.c (generate_canonical_option): New.
3184         (decode_cmdline_option): Handle aliases.  Use
3185         generate_canonical_option for known options instead of copying the
3186         input option text.
3187         * doc/options.texi (Alias): Document.
3188         * common.opt (W, Wlarger-than-, aux-info=, finline-limit-,
3189         fstack-check, specs): Mark as aliases.
3190         * gcc.c (driver_handle_option): Canonicalize -L options to joined
3191         arguments.
3192         (driver_handle_option): Don't handle OPT_specs.
3193         * opts.c (common_handle_option): Don't handle options marked as
3194         aliases.
3195         (enable_warning_as_error): Handle aliases.
3196         * stor-layout.c (layout_decl): Use OPT_Wlarger_than_ instead of
3197         OPT_Wlarger_than_eq.
3198         * tree-optimize.c (tree_rest_of_compilation): Use
3199         OPT_Wlarger_than_ instead of OPT_Wlarger_than_eq.
3201 2010-09-02  Uros Bizjak  <ubizjak@gmail.com>
3203         * config/i386/i386.md (nonmemory_operand): New mode attribute.
3204         (push memory peephole2): Macroize peepholes using SWI mode iterator.
3205         (move immediate to memory peephole2): Macroize peepholes using
3206         SWI124 mode iterator.
3207         (non-pairable NOT peephole2): Macroize peepholes using SWI124
3208         mode iterator.
3209         (simple lea add peephole2): Macroize peepholes using SWI48
3210         mode iterator.
3211         (simple lea mult peephole2): Ditto.
3212         (imul by 3,5,9 to lea peephole2): Ditto.
3213         (mov $-1, reg peephole2): Macroize peepholes using SWI248
3214         mode iterator.
3215         (imul $32bit_imm,mem,reg peephole2): Ditto.
3216         (imul $8/16bit_imm,regmem,reg peephole2): Ditto.
3218 2010-09-02  Ian Bolton  <ian.bolton@arm.com>
3220         * tree-ssa-loop-prefetch.c: Fix comment at head of file.
3222 2010-09-02  Olivier Hainque  <hainque@adacore.com>
3224         PR middle-end/44763
3225         * ira-color.c (SORTGT): New macro, helper for qsort callbacks.
3226         (allocno_priority_compare_func): Use it instead of a straight
3227         difference computation over priorities.
3229 2010-09-02  Andi Kleen  <ak@linux.intel.com>
3231         * opts.c (common_handle_option): Fix OPT_fwhopr/fwhopr_ handling.
3233 2010-09-02  Ira Rosen  <irar@il.ibm.com>
3235         * tree-vectorizer.h (get_later_stmt): New function.
3236         (vect_analyze_data_ref_dependences): Add argument.
3237         * tree-vect-loop.c (vect_analyze_loop): Update call to
3238         vect_analyze_data_ref_dependences.
3239         * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block):
3240         New function.
3241         (vect_analyze_data_ref_dependence): Add argument for basic block
3242         dependencies. Check dependencies in basic block vectorization.
3243         (vect_analyze_data_ref_dependences): Add argument and update call to
3244         vect_analyze_data_ref_dependences.
3245         * tree-vect-slp.c (vect_find_last_store_in_slp_instance): New.
3246         (vect_bb_vectorizable_with_dependencies): New.
3247         (vect_slp_analyze_bb): Check dependencies in basic block.
3248         (vect_schedule_slp_instance): Insert stores before the last store in
3249         SLP instance.
3251 2010-09-02  Uros Bizjak  <ubizjak@gmail.com>
3253         PR target/45476
3254         * config/i386/freebsd.h (LIBGCC2_HAS_TF_MODE,
3255         LIBGCC2_TF_CEXT, TF_SIZE): New defines.
3257 2010-09-01  Jakub Jelinek  <jakub@redhat.com>
3259         PR middle-end/45458
3260         * bb-reorder.c (add_labels_and_missing_jumps): Treat
3261         bbs ending with throwing insns like blocks ending with a call.
3262         (fix_up_fall_thru_edges): Likewise.
3264 2010-09-01  Nathan Froyd  <froydnj@codesourcery.com>
3266         * config/m32c/m32c-protos.h (m32c_function_arg): Delete.
3267         (m32c_function_arg_advance): Delete.
3268         * config/m32c/m32c.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3269         * config/m32c/m32c.c (m32c_function_arg): Make static.  Adjust
3270         comments.  Take a const_tree and a bool.  Declare.
3271         (m32c_function_arg_advance): Likewise.
3272         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3274 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
3276         PR target/45476
3277         * config/i386/cygming.h (LIBGCC2_HAS_TF_MODE,
3278         LIBGCC2_TF_CEXT, TF_SIZE): Move from ...
3279         * config/i386/mingw32.h: ... here.
3281 2010-09-01  Andi Kleen  <ak@linux.intel.com>
3283         PR lto/45475
3284         * lto-streamer-in.c (lto_input_ts_target_option): Add.
3285         (lto_input_tree_pointers): Call lto_input_ts_target_option.
3286         * lto-streamer-out (lto_output_ts_target_option): Add.
3287         (lto_output_tree_pointers): Call lto_output_ts_target_option.
3289 2010-09-01  Kai Tietz  <kai.tietz@onevision.com>
3291         PR/target 45452
3292         * config/i386/cygwin.h: Change order of specified import libraries.
3293         * config/i386/mingw32.h: Likewise.
3294         * config/i386/t-cygwin: Likewise.
3295         * config/i386/t-mingw32: Likewise.
3296         * config/i386/t-mingw-w32: Likewise.
3297         * config/i386/t-mingw-w64: Likewise.
3299 2010-09-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3301         * config/arm/neon-schedgen.ml (core): New type.
3302         (allCores): List of supported cores.
3303         (availability_table): Add supported cores.
3304         (collate_bypasses): Accept core as a parameter.
3305         (worst_case_latencies_and_bypasses): Accept core as a parameter.
3306         (emit_insn_reservations): Accept core as a parameter.  Use tuneStr
3307         and coreStr to get tune attribute and prefix for functional units.
3308         (emit_bypasses): Accept core name and use it.
3309         (calculate_per_core_availability_table): New.
3310         (filter_core): New.
3311         (calculate_core_availability_table): New.
3312         (main): Use calculate_core_availablity_table.
3313         * config/arm/cortex-a8-neon.md: Update copyright year.
3314         Regenerated from ml file and merged in.
3315         (neon_mrrc, neon_mrc): Rename to cortex_a8_neon_mrrc and
3316         cortex_a8_neon_mrc.
3318 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
3320         * Makefile.in (tree-switch-conversion.o): Update dependencies.
3322 2010-09-01  Richard Guenther  <rguenther@suse.de>
3324         * alias.c (ao_ref_from_mem): Adjust.
3325         * builtins.c (get_object_alignment): Likewise.
3326         * cfgexpand.c (expand_debug_expr): Likewise.
3327         * gimple.c (get_base_address): Likewise.
3328         * tree-dfa.c (get_ref_base_and_extent): Likewise.
3329         (get_addr_base_and_unit_offset): Likewise.  Fix for
3330         both TMR_SYMBOL and TMR_BASE being set.
3331         * tree-eh.c (tree_could_trap_p): Likewise.
3332         * gimplify.c (gimplify_expr): Do not attempt to gimplify
3333         TMR_SYMBOL.  Always gimplify TMR_BASE.
3334         * tree-cfg.c (verify_types_in_gimple_reference): Verify
3335         TMR_BASE if there is a TMR_SYMBOL.
3336         * tree-pretty-print.c (dump_generic_node): Adjust.
3337         * tree-ssa-address.c (addr_for_mem_ref): Likewise.
3338         (tree_mem_ref_addr): Likewise.
3339         (create_mem_ref_raw): Likewise.
3340         (move_fixed_address_to_symbol): Likewise.
3341         (create_mem_ref): Likewise.
3342         (dump_mem_address): Likewise.
3343         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Adjust.
3344         Fix for both TMR_SYMBOL and TMR_BASE being set.
3345         (indirect_refs_may_alias_p): Likewise.
3346         * tree-ssa-operands.c (get_tmr_operands): Adjust.
3347         * tree.def (TARGET_MEM_REF): Adjust documentation.
3349 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
3351         * config/i386/i386.h (enum ix86_tune_indices) <X86_TUNE_SINGLE_POP>:
3352         Rename from X86_TUNE_ADD_ESP_4.
3353         <IX86_TUNE_DOUBLE_POP>: Rename from X86_TUNE_ADD_ESP_8.
3354         <IX86_TUNE_SINGLE_PUSH>: Rename from X86_TUNE_SUB_ESP_4.
3355         <IX86_TUNE_DOUBLE_PUSH>: Rename from X86_TUNE_SUB_ESP_8.
3356         (TARGET_SINGLE_POP): Rename from TARGET_ADD_ESP_4.
3357         (TARGET_DOUBLE_POP): Rename from TARGET_ADD_ESP_8.
3358         (TARGET_SINGLE_PUSH): Rename from TARGET_SUB_ESP_4.
3359         (TARGET_DOUBLE_POP): Rename from TARGET_SUB_ESP_8.
3360         * config/i386/i386.c (initial_ix86_tune_features)
3361         <X86_TUNE_SINGLE_POP>: Invert members.
3362         <X86_TUNE_DOUBLE_POP>: Ditto.
3363         <X86_TUNE_SINGLE_PUSH>: Ditto.
3364         <X86_TUNE_DOUBLE_PUSH>: Ditto.
3365         * config/i386/i386.md (*pop<mode>1): Rename from pop<mode>1.
3366         No longer exported.
3367         (push peephole2 patterns): Macroize peepholes using P mode iterator.
3368         Adjust for renamed TARGET_{SINGLE,DOUBLE}_PUSH defines.
3369         (pop peephole2 patterns): Macroize peepholes using P mode iterator.
3370         Adjust for renamed TARGET_{SINGLE,DOUBLE}_POP defines.
3372 2010-09-01  Eric Botcazou  <ebotcazou@adacore.com>
3374         * gimplify.c (gimplify_init_constructor): Do not create a temporary for
3375         a volatile LHS if the constructor has only one element.
3377 2010-09-01  Mikael Pettersson  <mikpe@it.uu.se>
3379         PR bootstrap/45321
3380         * tree.c (stdarg_p): Make fntype parameter const.
3381         * tree.h (stdarg_p): Likewise.
3382         (function_args_iterator): Remove unused fntype field.
3383         (function_args_iter_init): Do not initialize fntype
3384         field.  Make fntype parameter const.
3386 2010-09-01  Richard Guenther  <rguenther@suse.de>
3388         * tree-vrp.c (adjust_range_with_scev): Use number of iteration
3389         estimate.
3390         (vrp_visit_phi_node): Delay using SCEV till we balloon the range.
3391         (execute_vrp): Compute number of iteration estimates.
3392         * cfgloop.h (estimate_numbers_of_iterations_loop): Adjust prototype.
3393         * tree-flow.h (estimate_numbers_of_iterations): Likewise.
3394         * tree-data-ref.c (estimated_loop_iterations): Adjust.
3395         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
3396         Infer loop bounds from undefined behavior based on a new parameter.
3397         (estimate_numbers_of_iterations): Likewise.
3398         (scev_probably_wraps_p): Adjust.
3399         * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
3401 2010-09-01  Nick Clifton  <nickc@redhat.com>
3403         * config/stormy16/stormy16.c: Use REG_P, MEM_P and CONST_INT_P
3404         where appropriate.
3405         (xstormy16_legitimate_address_p): Use true and false instead of 1
3406         and 0.
3407         (xstormy16_expand_prologue): Delete unused local variable 'insn'.
3408         (xstormy16_function_arg): Use FIRST_ARGUMENT_REGNUM in place of
3409         magic constant 2.
3410         (xstormy16_expand_call): Fix comment at start of function.
3412 2010-09-01  Nick Clifton  <nickc@redhat.com>
3414         * config/rx/rx.c (rx_expand_prologue): Do not adjust frame size
3415         when pushing accumulator register.
3416         (rx_get_stack_layout): Always save call clobbered registers inside
3417         interrupt handlers.
3418         * config/rx/rx-modes.def: Fix descriptive comment at start of file.
3420 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
3422         * config.gcc (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
3423         i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file.
3425         * libgcc-std.ver (GCC_4.6.0): Define version.
3427 2010-08-31  Eric Botcazou  <ebotcazou@adacore.com>
3429         * tree-nested.c (convert_all_function_calls): Iterate until after the
3430         sum of static chains in the nest doesn't change.
3432 2010-08-31  Anatoly Sokolov  <aesok@post.ru>
3434         * config/m32c/m32c.c (classes_intersect): Remove.
3435         (m32c_preferred_reload_class, m32c_secondary_reload_class): Use
3436         reg_classes_intersect_p instead of classes_intersect.
3437         (class_can_hold_mode): Change arguments type from enum reg_class to
3438         reg_class_t.  Use reg_class_contents instead of class_contents.
3439         (m32c_register_move_cost): Make static. Change arguments type from
3440         enum reg_class to reg_class_t. Use reg_classes_intersect_p instead of
3441         classes_intersect. Use reg_class_contents instead of class_contents.
3442         (m32c_memory_move_cost): Make static. Change arguments type from
3443         enum reg_class to reg_class_t.
3444         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
3445         * config/m32c/m32c.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
3446         * config/m32c/m32c-protos.h (m32c_register_move_cost,
3447         m32c_memory_move_cost): Remove.
3449 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
3451         * config/arm/arm-protos.h (arm_function_arg_advance): Delete.
3452         (arm_function_arg): Delete.
3453         (arm_needs_doubleword_align): Take a const_tree.
3454         * config/arm/arm.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3455         * config/arm/arm.c (aapcs_select_call_coproc): Take a const_tree.
3456         (aapcs_layout_arg, arm_needs_doubleword_align): Likewise.
3457         (arm_function_arg): Make static.  Take a const_tree and a bool.
3458         (arm_function_arg_advance): Likewise.
3459         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3461 2010-08-31  Andi Kleen  <ak@linux.intel.com>
3463         * common.opt (fwhopr=): Update for -fwhopr=jobserver
3464         * doc/invoke.texi (fwhopr): Document -fwhopr=jobserver.
3465         * lto-wrapper.c (run_gcc): Add jobserver mode.
3466         * opts.c (common_handle_option): Fix OPT_fwhopr for non numeric
3467         argument.
3469 2010-08-31  Uros Bizjak  <ubizjak@gmail.com>
3471         * config/i386/i386.md (popdi1): Rewrite using POST_INC memory operand.
3472         (popsi1): Ditto.
3473         (*popdi1_epilogue): Ditto.
3474         (*popsi1_epilogue): Ditto.
3475         (popsi, popdi peephole2 patterns): Update peepholes for changed
3476         pop{si,di}1 and *pop{si,di}1_epilogue patterns.
3478         (pop<mode>1): Macroize insn from pop{si,di}1 using P code iterator.
3479         (*pop<mode>1_epilogue): Ditto from *pop{si,di}1_epilogue.
3481         * config/i386/i386.c (*ix86_gen_pop1): Remove indirect function.
3482         (override_options): Do not initialize removed ix86_gen_pop1.
3483         (gen_pop): New static function.
3484         (ix86_expand_prologue): Use gen_pop instead of ix86_gen_pop1.
3485         (release_scratch_register_on_entry): Ditto.
3486         (ix86_restore_reg_using_pop): Ditto.
3487         (ix86_expand_epilogue): Ditto.
3489 2010-08-31  Jakub Jelinek  <jakub@redhat.com>
3491         PR middle-end/45461
3492         * builtins.c (dummy_object): Return a MEM_REF instead of INDIRECT_REF.
3494 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
3496         * config/fr30/fr30.c (fr30_move_double): Delete `dregno' and extra
3497         semicolons.
3499 2010-08-31  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3501         * doc/extend.texi: Fix documentation of the return value of
3502         __builtin_choose_expr.
3504 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
3506         * config/v850/v850-protos.h (function_arg): Delete.
3507         * config/v850/v850.h (FUNCTION_ARG): Delete.
3508         (FUNCTION_ARG_ADVANCE): Move code to...
3509         * config/v850/v850.c (v850_function_arg_advance): ...here.
3510         (v850_function_arg): Make static.  Take a const_tree and a bool.
3511         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3513 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
3515         * config/m32r/m32r.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move
3516         these...
3517         (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
3518         ...and these...
3519         * config/m32r/m32r.c (m32r_function_arg, m32r_function_arg_advance):
3520         ..to here..
3521         (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
3522         ...and here.
3523         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3525 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
3527         * config/rx/rx-protos.h (rx_function_arg, rx_function_arg_size):
3528         Delete.
3529         * config/rx/rx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3530         * config/rx/rx.c (rx_function_arg_size): Make static.
3531         (rx_function_arg): Likewise.
3532         (rx_function_arg_advance): New function.
3533         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3535 2010-08-31  John Tytgat  <John.Tytgat@aaug.net>
3537         * config/arm/arm.c (arm_override_options): Remove superfluous test.
3538         Fix indentation.
3540 2010-08-31  Eric Botcazou  <ebotcazou@adacore.com>
3542         * dwarf2out.c (gen_decl_die) <CONST_DECL>: Do not skip in Ada.
3543         (dwarf2out_decl) <CONST_DECL>: Likewise.
3545 2010-08-30  Eric Botcazou  <ebotcazou@adacore.com>
3547         Stack usage support
3548         * common.opt (-fstack-usage): New option.
3549         * doc/invoke.texi (Debugging options): Document it.
3550         * builtins.c (expand_builtin_apply): Pass TRUE as 4th argument to
3551         allocate_dynamic_stack_space.
3552         (expand_builtin_alloca): Add 4th bool parameter CANNOT_ACCUMULATE
3553         and propagate it to allocate_dynamic_stack_space.
3554         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust for above change.
3555         * calls.c (initialize_argument_information): Pass TRUE as 4th
3556         argument to allocate_dynamic_stack_space.
3557         (expand_call): Set current_function_has_unbounded_dynamic_stack_size
3558         to 1 when pushing a variable-sized argument onto the stack.  Pass
3559         TRUE as 4th argument to allocate_dynamic_stack_space.
3560         Update current_function_pushed_stack_size.
3561         (emit_library_call_value_1): Likewise.
3562         * explow.c (allocate_dynamic_stack_space): Add 4th bool parameter
3563         CANNOT_ACCUMULATE.  If flag_stack_usage, look into the size and
3564         attempt to find an upper bound.  Remove redundant code for the
3565         SETJMP_VIA_SAVE_AREA case.
3566         * expr.h (allocate_dynamic_stack_space): Add 4th bool parameter.
3567         * function.h (struct stack_usage): New structure.
3568         (current_function_static_stack_size): New macro.
3569         (current_function_dynamic_stack_size): Likewise.
3570         (current_function_pushed_stack_size): Likewise.
3571         (current_function_dynamic_alloc_count): Likewise.
3572         (current_function_has_unbounded_dynamic_stack_size): Likewise.
3573         (current_function_allocates_dynamic_stack_space): Likewise.
3574         (struct function): Add new field 'su'.
3575         * function.c (instantiate_virtual_regs): If SETJMP_VIA_SAVE_AREA,
3576         add the value of the dynamic offset to the dynamic stack usage.
3577         (gimplify_parameters): Set ALLOCA_FOR_VAR_P on call to BUILT_IN_ALLOCA
3578         for variable-sized objects.
3579         (prepare_function_start): Allocate cfun->su if flag_stack_usage.
3580         (rest_of_handle_thread_prologue_and_epilogue): Call output_stack_usage.
3581         * gimplify.c (gimplify_decl_expr): Set ALLOCA_FOR_VAR_P on call to
3582         BUILT_IN_ALLOCA for variable-sized objects.
3583         * output.h (output_stack_usage): Declare.
3584         * toplev.c (stack_usage_file): New file pointer.
3585         (output_stack_usage): New function.
3586         (open_auxiliary_file): Likewise.
3587         (lang_dependent_init): Open file if flag_stack_usage is set.
3588         (finalize): Close file if stack_usage_file is not null.
3589         * tree.h (ALLOCA_FOR_VAR_P): New macro.
3590         * config/alpha/alpha.c (compute_frame_size): New function.
3591         (alpha_expand_prologue): Use it.
3592         (alpha_start_function): Likewise.
3593         (alpha_expand_epilogue): Likewise.  Set stack usage info.
3594         * config/i386/i386.c (ix86_expand_prologue): Likewise.
3595         * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
3596         * config/mips/mips.c (mips_expand_prologue): Likewise.
3597         * config/pa/pa.c (hppa_expand_prologue): Likewise.
3598         * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
3599         * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
3601 2010-08-30  Zdenek Dvorak  <ook@ucw.cz>
3603         PR tree-optimization/45427
3604         * tree-ssa-loop-niter.c (number_of_iterations_ne_max): Rewritten.
3605         Handle the case that the exit is never taken correctly.
3606         (number_of_iterations_ne): Pass exit_must_be_taken to
3607         number_of_iterations_ne_max.
3609 2010-08-30  Catherine Moore  <clm@codesourcery.com>
3611         * config/mips/mips.h (BASE_DRIVER_SELF_SPECS):
3612         Infer -mdspr2 for the the 74K.
3614 2010-08-30  Jakub Jelinek  <jakub@redhat.com>
3616         PR debug/45419
3617         * tree-ssa-live.c (dump_enumerated_decls): Clear the whole wi variable.
3619         PR middle-end/45423
3620         * gimplify.c (goa_stabilize_expr): Handle TRUTH_NOT_EXPR
3621         and TRUTH_{AND,OR,XOR}_EXPR.
3622         * c-parser.c (c_parser_omp_atomic): Handle boolean
3623         {PRE,POST}_{INC,DEC}REMENT.
3625 2010-08-30  Nathan Froyd  <froydnj@codesourcery.com>
3627         * config/xtensa/xtensa-protos.h (function_arg_advance): Delete.
3628         (function_arg): Delete.
3629         * config/xtensa/xtensa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3630         (FUNCTION_INCOMING_ARG): Delete.
3631         * config/xtensa/xtensa.c (function_arg_advance): Rename to...
3632         (xtensa_function_arg_advance): ...this.  Make static. Take a const_tree
3633         and a bool.
3634         (function_arg): Rename to...
3635         (xtensa_function_arg_1): ...this.  Make static.  Take a const_tree and
3636         a bool.
3637         (xtensa_function_arg, xtensa_function_incoming_arg): Nex functions.
3638         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3639         (TARGET_FUNCTION_INCOMING_ARG): Define.
3641 2010-08-30  Richard Guenther  <rguenther@suse.de>
3643         PR tree-optimization/21602
3644         * builtins.c (fold_builtin_memory_op): Fold memmove to memcpy
3645         using points-to information.
3647 2010-08-30  H.J. Lu  <hongjiu.lu@intel.com>
3649         * config/linux.h (TARGET_HAS_SINCOS): Replace | with ||.
3651 2010-08-30  Richard Guenther  <rguenther@suse.de>
3653         PR tree-optimization/45449
3654         * tree-ssa-live.c (remove_unused_locals): Also remove address-taken
3655         variables.
3657 2010-08-30  Joseph Myers  <joseph@codesourcery.com>
3659         * opts.h (CL_ERR_NEGATIVE): Define.
3660         * opts.c (unknown_option_callback): Don't postpone warnings for
3661         options marked with CL_ERR_NEGATIVE.
3662         * opts-common.c (decode_cmdline_option): Set CL_ERR_NEGATIVE error
3663         for negative versions of CL_REJECT_NEGATIVE options.
3665 2010-08-30  Uros Bizjak  <ubizjak@gmail.com>
3667         * config/i386/i386.md (zero_extendsidi2_1): Rename from
3668         zero_extendsidi2_32.
3669         (zero_extend<mode>di2): Macroize insn from zero_extend{qi,hi}di2
3670         using SWI12 mode iterator.
3671         (zero_extendhisi2_and): Merge insn pattern and corresponding spliter
3672         to define_insn_and_split pattern.
3673         (zero_extendqi<mode>2): Macroize expander from zero_extendqi{hi,si}2
3674         using SWI24 mode iterator.
3675         (*zero_extendqi<mode>2_and): Macroize insn from
3676         *zero_extendqi{hi,si}2_and using SWI24 mode iterator.
3677         (*zero_extendqi<mode>2_movzbl_and): Macroize insn from
3678         *zero_extendqihi2_movzbw_and and *zero_extendqisi2_movzbl_and using
3679         SWI24 mode iterator.
3680         (*zero_extendqi<mode>2_movzbl): Ditto from
3681         *zero_extendqi{hi,si}2_movzbl.
3682         (extendsidi2_1): Rename from extendsidi2_32.
3683         (extend<mode>di2): Macroize insn from extend{qi,hi}di2 using
3684         SWI12 mode iterator.
3686 2010-08-29  Eric Botcazou  <ebotcazou@adacore.com>
3688         * config/ia64/ia64.h (HARD_REGNO_NREGS): Return 1 for CCImode in
3689         general purpose registers.
3690         (HARD_REGNO_MODE_OK): Accept CCImode in general purpose registers.
3691         * config/ia64/ia64.md (*movcci): Change to named pattern.  Deal
3692         with general purpose registers and memory operands.  Add associated
3693         CCImode post-reload splitter.
3694         * config/ia64/div.md: Change BImode to CCImode throughout.
3696 2010-08-28  Eric Botcazou  <ebotcazou@adacore.com>
3698         * config/ia64/ia64.md (cstorebi4): Fix thinko.
3700 2010-08-28  Hariharan Sandanagobalane  <hariharan@picochip.com>
3702         * config/picochip/picochip.c (reorder_var_tracking_notes): This
3703         function was dropping debug insns which caused PR45299.
3705 2010-08-28  Uros Bizjak  <ubizjak@gmail.com>
3707         * config/i386/sse.md (extsuffix): New code attribute.
3708         (sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
3709         and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
3710         (sse4_1_<code>v4qiv4si2): Ditto from sse4_1_extendv4qiv4si2
3711         and sse4_1_zero_extendv4qiv4si2.
3712         (sse4_1_<code>v2qiv2di2): Ditto from sse4_1_extendv2qiv2di2
3713         and sse4_1_zero_extendv2qiv2di2.
3714         (sse4_1_<code>v4hiv4si2): Ditto from sse4_1_extendv4hiv4si2
3715         and sse4_1_zero_extendv4hiv4si2.
3716         (sse4_1_<code>v2hiv2di2): Ditto from sse4_1_extendv2hiv2di2
3717         and sse4_1_zero_extendv2hiv2di2.
3718         (sse4_1_extendv2siv2di2): Ditto from sse4_1_extendv2siv2di2
3719         and sse4_1_zero_extendv2siv2di2
3721         (<s>mulv8hi3_highpart): Macroize expander from {u,s}mulv8hi3_highpart
3722         using any_extend code iterator.
3723         (*avx_<s>mulv8hi3_highpart): Macroize insn from
3724         *avx_{u,s}mulv8hi3_highpart using any_extend code iterator.
3725         (*<s>mulv8hi3_highpart): Ditto from *{u,s}mulv8hi3_highpart.
3727         * config/i386/i386.c (ix86_expand_sse4_unpack): Update for renamed
3728         gen_sse4_1_sign_extend* functions.
3729         (struct builtin_description bdesc_args): Ditto.
3731 2010-08-27  Xinliang David Li  <davidxl@google.com>
3733         PR/45422
3734         * tree-ssa-loop-ivopts.c (iv_ca_get_num_inv_exprs): Remove.
3735         (iv_ca_set_no_cp): Update used inv expr count.
3736         (iv_ca_set_cp): Ditto.
3737         (iv_ca_new): Initialize new member.
3738         (iv_ca_free): Free memory.
3740 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
3742         * config/sh/sh-protos.h (sh_function_arg): Delete.
3743         (sh_function_arg_advance): Delete.
3744         * config/sh/sh.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3745         (PASS_IN_REG_P): Eliminate cast.
3746         * config/sh/sh.c (sh_function_arg_advance): Make static.  Take a
3747         const_tree and a bool.
3748         (sh_function_arg): Likewise.
3749         (sh_output_mi_thunk): Call sh_function_arg_advance) and
3750         sh_function_arg.
3751         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3753 2010-08-27  Naveen H.S  <naveen.S@kpitcummins.com>
3754             Kaz Kojima  <kkojima@gcc.gnu.org>
3756         * config/sh/sh.c (push_regs): Emit movml for interrupt handler
3757         when possible.
3758         (sh_expand_epilogue): Likewise.
3759         * config/sh/sh.md (movml_push_banked): New insn.
3760         (movml_pop_banked): Likewise.
3762 2010-08-28  Bernd Schmidt  <bernds@codesourcery.com>
3764         * genautomata.c (gen_regexp_repeat, gen_regexp_allof,
3765         gen_regexp_oneof, gen_regexp_sequence): Use the string found
3766         in vector element 0 rather than the original string when there's
3767         only one element.
3768         (gen_regexp): Remove extra semicolon.
3770         * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp, movsf_vfp,
3771         thumb2_movsf_vfp): Set attribute "insn".
3772         * config/arm/arm.md (arm_ashrdi3_1bit, arm_lshrdi3_1bit, not_shiftsi,
3773         not_shiftsi_compare0, not_shiftsi_compare0_scratch, arm_one_cmplsi2,
3774         thumb1_one_cmplsi2, notsi_compare0, notsi_compare0_scratch,
3775         arm_zero_extendsidi2, arm_extendsidi2, thumb1_movdi_insn,
3776         arm_movsi_insn, movhi_insn_arch4, movhi_bytes, arm_movqi_insn,
3777         thumb1_movqi_insn arm32_movhf, thumb1_movhf, arm_movsf_soft_insn,
3778         thumb1_movsf_insn, thumb_movdf_insn, mov_scc, mov_negscc, mov_notscc,
3779         movsicc_insn, movsfcc_soft_insn, and_scc, cond_move, if_move_not,
3780         if_not_move, if_shift_move, if_move_shift, if_shift_shift,
3781         if_not_arith, if_arith_not, cond_move_not): Likewise.
3783 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
3785         * config/rs6000/rs6000-protos.h (rs6000_address_for_fpconvert):
3786         New declaration.
3787         (rs6000_allocate_stack_temp): Ditto.
3788         (rs6000_expand_convert_si_to_sfdf): Ditto.
3790         * config/rs6000/rs6000.c (rs6000_override_options): Adjust long
3791         line.  Update the options set if power6 or power7 server/embedded
3792         type options are used.  If we give a warning for no vsx under
3793         -mcpu=power7 -mno-altivec, mark -mvsx as an explicit option.
3794         (rs6000_allocate_stack_temp): New function to allocate a stack
3795         tempoary and adjust the address so it meets either REG+OFFSET or
3796         REG+REG addressing requirements.
3797         (rs6000_address_for_fpconvert): Adjust REG+OFFSET addresses so
3798         that they can be used with the LFIWAX/LFIWZX instrucitons.
3799         (rs6000_expand_convert_si_to_sfdf): New helper funciton for
3800         converting signed/unsigned SImode to either SFmode/DFmode.
3802         * config/rs6000/rs6000.h (TARGET_FCFID): New macros to determine
3803         whether certain instructions can be generated.
3804         (TARGET_FCTIDZ): Ditto.
3805         (TARGET_STFIWX): Ditto.
3806         (TARGET_LFIWAX): Ditto.
3807         (TARGET_LFIWZX): Ditto.
3808         (TARGET_FCFIDS): Ditto.
3809         (TARGET_FCFIDU): Ditto.
3810         (TARGET_FCFIDUS): Ditto.
3811         (TARGET_FCTIDUZ): Ditto.
3812         (TARGET_FCTIWUZ): Ditto.
3814         * config/rs6000/rs6000.md (UNSPEC_FCTIW): New unspec constants.
3815         (UNSPEC_FCTID): Ditto.
3816         (UNSPEC_LFIWAX): Ditto.
3817         (UNSPEC_LFIWZX): Ditto.
3818         (UNSPEC_FCTIWUZ): Ditto.
3819         (rreg): Use correct constraints.
3820         (SI_CONVERT_FP): New mode attribute for floating point conversion
3821         tests.
3822         (E500_CONVERT): Ditto.
3823         (lfiwax): New insns for converting from integer to floating point
3824         utilizing newer instructions.  Attempt to optimize conversions
3825         that come from memory so that we don't load the value into a GPR,
3826         spill it to the stack and reload it into a FPR.
3827         (floatsi<mode>2_lfiwax): Ditto.
3828         (floatsi<mode>2_lfiwax_mem): Ditto.
3829         (floatsi<mode>2_lfiwax_mem2): Ditto.
3830         (lfiwzx): Ditto.
3831         (floatunssi<mode>2_lfiwzx): Ditto.
3832         (floatunssi<mode>2_lfiwzx_mem): Ditto.
3833         (floatunssi<mode>2_lfiwzx_mem2): Ditto.
3834         (floatdidf2_mem): Ditto.
3835         (floatunsdidf2_fcfidu): Ditto.
3836         (floatunsdidf2_mem): Ditto.
3837         (floatunsdisf2): Ditto.
3838         (floatunsdisf2_fcfidus): Ditto.
3839         (floatunsdisf2_mem): Ditto.
3840         (floatsidf2): Add support for LFIWAX/LFIWZX/FCFIDS/FCFIDU/FCFIDUS.
3841         Use FCFID on 32-bit hosts that support it.
3842         (floatsidf2_internal): Ditto.
3843         (floatunssisf2): Ditto.
3844         (floatunssidf2): Ditto.
3845         (floatunssidf2_internal): Ditto.
3846         (floatsisf2): Ditto.
3847         (floatdidf2): Ditto.
3848         (floatdidf2_fpr): Ditto.
3849         (floatunsdidf2): Ditto.
3850         (floatdisf2): Ditto.
3851         (floatdisf2_fcfids): Ditto.
3852         (floatdisf2_internal1): Ditto.
3853         (fixuns_truncsfsi2): Delete, merge into common pattern for both
3854         SF/DF.  Add power7 support.
3855         (fix_truncsfsi2): Ditto.
3856         (fixuns_truncdfsi2): Ditto.
3857         (fixuns_truncdfdi2): Ditto.
3858         (fix_truncdfsi2): Ditto.
3859         (fix_truncdfsi2_internal): Ditto.
3860         (fix_truncdfsi2_internal_gfxopt): Ditto.
3861         (fix_truncdfsi2_mfpgpr): Ditto.
3862         (fctiwz): Ditto.
3863         (btruncdf2): Ditto.
3864         (btruncdf2_fpr): Ditto.
3865         (btructsf2): Ditto.
3866         (ceildf2): Ditto.
3867         (ceildf2_fpr): Ditto.
3868         (ceilsf2): Ditto.
3869         (floordf2): Ditto.
3870         (floordf2_fpr): Ditto.
3871         (floorsf2): Ditto.
3872         (rounddf2): Ditto.
3873         (rounddf2_fpr): Ditto.
3874         (roundsf2): Ditto.
3875         (fix_trunc<mode>si2): Combine SF/DF conversion into one insn.
3876         (fix_trunc<mode>di2): Ditto.
3877         (fixuns_trunc<mode>si2): Ditto.
3878         (fixuns_trunc<mode>di2): Ditto.
3879         (fctiwz_<mode>): Ditto.
3880         (btrunc<mode>2): Ditto.
3881         (btrunc<mode>2_fpr): Ditto.
3882         (ceil<mode>2): Ditto.
3883         (ceil<mode>2_fpr): Ditto.
3884         (floor<mode>2): Ditto.
3885         (float<mode>2_fpr): Ditto.
3886         (round<mode>2): Ditto.
3887         (round<mode>2_fpr): Ditto.
3888         (fix_trunc<mode>si2_stfiwx): New insn for machines with STFIWX.
3889         (fixuns_trunc<mode>si2_stfiwx): Ditto.
3890         (fix_truncdfsi2_internal): Ditto.
3891         (fix_trunc<mode>si2_mem): Combiner pattern to eliminate storing
3892         converted value on stack, loaded into GPR, and then stored into
3893         the final destination.
3894         (fix_trunc<mode>di2_fctidz): New pattern for targets supporting
3895         FCTIDZ.
3896         (lrint<mode>di2): New insn, provide the lrint builtin functions.
3897         (ftruncdf2): Delete, unused.
3898         (fix_trunctfsi2_internal): Use gen_fctiwz_df, not gen_fctiwz.
3900         * config/rs6000/vsx.md (toplevel): Update copyright year.
3901         (VSr2): Use "ws" contraint for DFmode, not "!r#r".
3902         (VSr3): Ditto.
3904 2010-08-27  Basile Starynkevitch  <basile@starynkevitch.net>
3905             Jeremie Salvucci  <jeremie.salvucci@free.fr>
3907         * gengtype.c (output_type_enum): Test the right union member.
3909 2010-08-27  Uros Bizjak  <ubizjak@gmail.com>
3911         PR target/41484
3912         * config/i386/sse.md (sse4_1_extendv8qiv8hi2): Also accept memory
3913         operands for operand 1.
3914         (sse4_1_extendv4qiv4si2): Ditto.
3915         (sse4_1_extendv2qiv2di2): Ditto.
3916         (sse4_1_extendv4hiv4si2): Ditto.
3917         (sse4_1_extendv2hiv2di2): Ditto.
3918         (sse4_1_extendv2siv2di2): Ditto.
3919         (sse4_1_zero_extendv8qiv8hi2): Ditto.
3920         (sse4_1_zero_extendv4qiv4si2): Ditto.
3921         (sse4_1_zero_extendv2qiv2di2): Ditto.
3922         (sse4_1_zero_extendv4hiv4si2): Ditto.
3923         (sse4_1_zero_extendv2hiv2di2): Ditto.
3924         (sse4_1_zero_extendv2siv2di2): Ditto.
3925         (*sse4_1_extendv8qiv8hi2): Remove insn pattern.
3926         (*sse4_1_extendv4qiv4si2): Ditto.
3927         (*sse4_1_extendv2qiv2di2): Ditto.
3928         (*sse4_1_extendv4hiv4si2): Ditto.
3929         (*sse4_1_extendv2hiv2di2): Ditto.
3930         (*sse4_1_extendv2siv2di2): Ditto.
3931         (*sse4_1_zero_extendv8qiv8hi2): Ditto.
3932         (*sse4_1_zero_extendv4qiv4si2): Ditto.
3933         (*sse4_1_zero_extendv2qiv2di2): Ditto.
3934         (*sse4_1_zero_extendv4hiv4si2): Ditto.
3935         (*sse4_1_zero_extendv2hiv2di2): Ditto.
3936         (*sse4_1_zero_extendv2siv2di2): Ditto.
3938 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
3940         * config/mips/mips-protos.h (mips_function_arg_advance): Delete
3941         (mips_function_arg): Delete.
3942         (mips_function_arg_boundary): Take a const_tree.
3943         * config/mips/mips.c (mips_function_arg_boundary): Likewise.
3944         (mips_arg_info): Likewise.
3945         (mips_setup_incoming_varargs): Call mips_function_arg_advance
3946         instead of FUNCTION_ARG_ADVANCE.
3947         (mips_function_arg_advance): Adjust prototype.  Make static.
3948         (mips_function_arg): Likewise.
3949         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3950         * config/mips/mips.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
3952 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
3954         * config/rs6000/rs6000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3955         * config/rs6000/rs6000-protos.h (function_arg_advance): Delete.
3956         (function_arg): Delete.
3957         (function_arg_boundary): Take a const_tree.
3958         * config/rs6000/rs6000.c (function_arg_boundary): Likewise.
3959         (rs6000_spe_function_arg): Likewise.
3960         (rs6000_parm_start): Likewise.
3961         (rs6000_arg_size): Likewise.
3962         (rs6000_darwin64_record_arg_advance_recurse): Likewise.
3963         (rs6000_darwin64_record_arg): Likewise.  Take a bool instead of an int.
3964         (rs6000_mixed_function_arg): Likewise.
3965         (function_arg): Rename to...
3966         (rs6000_function_arg): ...this.
3967         (function_arg_advance): Rename to...
3968         (rs6000_function_arg_advance_1): ...this
3969         (rs6000_function_arg_advance): New function.  Call it.
3970         (setup_incoming_varargs): Call rs6000_function_arg_advance_1.
3971         (rs6000_return_in_memory): Adjust call to rs6000_darwin64_record_arg.
3972         (rs6000_function_value): Likewise.
3973         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3975 2010-08-27  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3977         * config/arm/arm.md (enabled): Test the value of arch_enabled
3978         rather than just using it.
3980 2010-08-27  Olivier Hainque  <hainque@adacore.com>
3981             Eric Botcazou  <ebotcazou@adacore.com>
3983         * dse.c (group_info.base_mem, get_group_info): Use BLKmode to
3984         cover all the possible offsets from this base.
3985         (scan_reads_nospill): Pass base_mem's mode to canon_true_dependence.
3987 2010-08-26  Jakub Jelinek  <jakub@redhat.com>
3989         PR tree-optimization/44485
3990         * calls.c (flags_from_decl_or_type): For const or pure
3991         noreturn functions return ECF_LOOPING_CONST_OR_PURE|ECF_NORETURN
3992         together with ECF_CONST resp. ECF_PURE.
3993         * builtins.c (expand_builtin): Use flags_from_decl_or_type
3994         instead of querying flags directly.
3995         * tree-ssa-loop-niter.c (finite_loop_p): Likewise.
3996         * tree-ssa-dce.c (find_obviously_necessary_stmts): Likewise.
3998 2010-08-26  Richard Guenther  <rguenther@suse.de>
4000         PR tree-optimization/45255
4001         * tree.c (decl_address_invariant_p): DECL_DLLIMPORT_P statics
4002         and externals are also invariant.
4004 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
4006         PR rtl-optimization/44858
4007         * combine.c (try_combine): If recog_for_combine added CLOBBERs to
4008         newi2pat, make sure they don't affect newpat.
4010         PR rtl-optimization/45400
4011         * combine.c (simplify_shift_const_1) <case SUBREG>: Only use
4012         SUBREG_REG if both modes are of MODE_INT class.
4014 2010-08-25  Julian Brown  <julian@codesourcery.com>
4016         * config/arm/arm.c (arm_issue_rate): Return 2 for Cortex-A5.
4017         * config/arm/arm.md (generic_sched): No for Cortex-A5.
4018         (generic_vfp): Likewise.
4019         (cortex-a5.md): Include.
4020         * config/arm/cortex-a5.md: New.
4022 2010-08-25  Richard Guenther  <rguenther@suse.de>
4024         * alias.c (get_alias_set): Assign a single alias-set to all pointers.
4025         * gimple.c (gimple_get_alias_set): Remove special handling
4026         for pointers.
4028 2010-08-25  Bernd Schmidt  <bernds@codesourcery.com>
4030         PR middle-end/45355
4031         * combine.c (try_combine): Use reg_overlap_mentioned_p rather than
4032         dead_or_set_p when computing i0_feeds_i2_n.
4034         * combine.c (find_split_point): Undo canonicalization of multiply-add
4035         to (minus x (mult)) when it seems likely that this will increase the
4036         chances of a split.
4038 2010-08-25  Richard Guenther  <rguenther@suse.de>
4040         PR lto/44562
4041         * lto-streamer.c (lto_record_common_node): Do not mess with
4042         TYPE_CANONICAL when not in lto.
4043         * gimple.c (gimple_register_type): Likewise.
4045 2010-08-25  Richard Guenther  <rguenther@suse.de>
4047         PR tree-optimization/45316
4048         * tree-ssa-pre.c (eliminate): Properly clean EH info.
4050 2010-08-25  Richard Guenther  <rguenther@suse.de>
4052         PR tree-optimization/45393
4053         * tree-ssa-math-opts.c (execute_cse_sincos_1): Properly transfer
4054         and clean EH info.  Avoid SSA update.
4055         (execute_cse_sincos): Cleanup the CFG if it has changed.
4057 2010-08-25  Richard Guenther  <rguenther@suse.de>
4059         PR middle-end/45379
4060         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle
4061         TARGET_MEM_REF in alignment computation.
4063 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
4065         PR tree-optimization/45059
4066         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Strip useless
4067         type conversions from newop{1,2}.  Assert t is a comparison and
4068         newop{1,2} after the stripping are gimple vals.
4070 2010-08-25  Tejas Belagod  <tejas.belagod@arm.com>
4072         * config/arm/iterators.md (VU, SE, V_widen_l): New.
4073         (V_unpack, US): New.
4074         * config/arm/neon.md (vec_unpack<US>_hi_<mode>): Expansion for vmovl.
4075         (vec_unpack<US>_lo_<mode>): Likewise.
4076         (neon_vec_unpack<US>_hi_<mode>): Instruction pattern for vmovl.
4077         (neon_vec_unpack<US>_lo_<mode>): Likewise.
4078         (vec_widen_<US>mult_lo_<mode>): Expansion for vmull.
4079         (vec_widen_<US>mult_hi_<mode>): Likewise.
4080         (neon_vec_<US>mult_lo_<mode>"): Instruction pattern for vmull.
4081         (neon_vec_<US>mult_hi_<mode>"): Likewise.
4082         (neon_unpack<US>_<mode>): Widening move intermediate step for
4083         vectorizing without -mvectorize-with-neon-quad.
4084         (neon_vec_<US>mult_<mode>): Widening multiply intermediate step
4085         for vectorizing without -mvectorize-with-neon-quad.
4086         * config/arm/predicates.md (vect_par_constant_high): Check for
4087         high-half lanes of a vector.
4088         (vect_par_constant_low): Check for low-half lanes of a vector.
4090 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
4092         * tree-if-conv.c (struct ifc_dr): New.
4093         (IFC_DR): New.
4094         (DR_WRITTEN_AT_LEAST_ONCE): New.
4095         (DR_RW_UNCONDITIONALLY): New.
4096         (memref_read_or_written_unconditionally): Use the cached values
4097         when possible.
4098         (write_memref_written_at_least_once): Same.
4099         (if_convertible_loop_p): Initialize and free DR->aux fields.
4101 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
4103         * gimple.c (gimple_could_trap_p_1): Not static anymore.
4104         Pass an extra bool parameter include_mem.
4105         (gimple_could_trap_p): Adjust call to gimple_could_trap_p_1.
4106         (gimple_assign_rhs_could_trap_p): Same.
4107         * gimple.h (gimple_could_trap_p_1): Declared.
4108         * tree-data-ref.h (same_data_refs_base_objects): New.
4109         (same_data_refs): New.
4110         * tree-if-conv.c (memrefs_read_or_written_unconditionally): New.
4111         (write_memrefs_written_at_least_once): New.
4112         (ifcvt_memrefs_wont_trap): New.
4113         (operations_could_trap): New.
4114         (ifcvt_could_trap_p): New.
4115         (if_convertible_gimple_assign_stmt_p): Call ifcvt_could_trap_p.
4116         Gets a vector of data refs.
4117         (if_convertible_stmt_p): Same.
4118         (if_convertible_loop_p_1): New.
4119         (if_convertible_loop_p): Call if_convertible_loop_p_1.
4121 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
4123         * common.opt (ftree-loop-if-convert-stores): New flag.
4124         * doc/invoke.texi (ftree-loop-if-convert-stores): Documented.
4125         * tree-if-conv.c (ifc_temp_var): Pass an extra parameter GSI.  Insert
4126         the created statement before GSI.
4127         (if_convertible_phi_p): Allow virtual phi nodes when
4128         flag_loop_if_convert_stores is set.
4129         (if_convertible_gimple_assign_stmt_p): Allow memory reads and writes
4130         Do not handle types that do not match is_gimple_reg_type.
4131         Remove loop and bb parameters.  Call gimple_could_trap_p instead of
4132         when flag_loop_if_convert_stores is set, as LHS can contain
4133         memory refs.
4134         (if_convertible_stmt_p): Remove loop and bb parameters.  Update calls
4135         to if_convertible_gimple_assign_stmt_p.
4136         (if_convertible_loop_p): Update call to if_convertible_stmt_p.
4137         (replace_phi_with_cond_gimple_assign_stmt): Renamed
4138         predicate_scalar_phi.  Do not handle virtual phi nodes.
4139         (ifconvert_phi_nodes): Renamed predicate_all_scalar_phis.
4140         Call predicate_scalar_phi.
4141         (insert_gimplified_predicates): Insert the gimplified predicate of a BB
4142         just after the labels for flag_loop_if_convert_stores, otherwise
4143         insert the predicate in the end of the BB.
4144         (predicate_mem_writes): New.
4145         (combine_blocks): Call predicate_all_scalar_phis.  When
4146         flag_loop_if_convert_stores is set, call predicate_mem_writes.
4147         (tree_if_conversion): Call mark_sym_for_renaming when
4148         flag_loop_if_convert_stores is set.
4149         (main_tree_if_conversion): Return TODO_update_ssa_only_virtuals when
4150         flag_loop_if_convert_stores is set.
4152 2010-08-24  Anatoly Sokolov  <aesok@post.ru>
4154         * config/pa/pa.c (hppa_register_move_cost, pa_libcall_value,
4155         pa_function_value_regno_p, pa_print_operand_punct_valid_p): New.
4156         (pa_function_value): Make static.
4157         (override_options): Rename to...
4158         (pa_option_override): ...this. Make static.
4159         (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_REGISTER_MOVE_COST,
4160         TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P,
4161         TARGET_OPTION_OVERRIDE): Define.
4162         * config/pa/pa.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P,
4163         LIBCALL_VALUE, REGISTER_MOVE_COST, PRINT_OPERAND_PUNCT_VALID_P):
4164         Remove.
4165         * config/pa/pa-protos.h (override_options): Remove.
4167 2010-08-24  Richard Guenther  <rguenther@suse.de>
4169         PR middle-end/45379
4170         * tree-ssa-address.c (create_mem_ref_raw): Drop to MEM_REF
4171         if addr->index is NULL or zero.
4172         * tree-ssa-alias.c (indirect_refs_may_alias_p): Handle
4173         TARGET_MEM_REF more properly.
4174         (indirect_ref_may_alias_decl_p): Likewise.
4175         * emit-rtl.c (set_mem_attributes_minus_bitpos): Keep TARGET_MEM_REFs.
4176         * alias.c (ao_ref_from_mem): Handle TARGET_MEM_REF more properly.
4178 2010-08-23  Anatoly Sokolov  <aesok@post.ru>
4180         * config/m32c/m32c.c (m32c_function_value_regno_p): Make static.
4181         (m32c_override_options): Rename to...
4182         (m32c_option_override): ...this. Make static.
4183         (TARGET_FUNCTION_VALUE_REGNO_P, TARGET_OPTION_OVERRIDE): Define.
4184         * config/m32c/m32c.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P):
4185         Remove.
4186         * config/m32c/m32c-protos.h (m32c_override_options,
4187         m32c_function_value_regno_p): Remove.
4189 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
4191         * tree-ssa-loop-prefetch.c (gather_memory_references_ref) :
4192         Fix a typo in a previous commit.
4194 2010-08-23  Kai Tietz  <kai.tietz@onevision.com>
4196         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
4197         Pre-initialize innerloop_iters to one.
4199 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
4201         * tree-flow.h (may_be_nonaddressable_p): New definition. Make the
4202         existing static function global.
4204         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): This function
4205         is changed to global.
4207         * tree-ssa-loop-prefetch.c (gather_memory_references_ref): Call
4208         may_be_nonaddressable_p on base, and don't collect this reference
4209         if the address of the base could not be taken.
4211 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
4213         * config/rs6000/rs6000.opt (-mveclibabi=mass): New option to
4214         enable the compiler to autovectorize mathmetical functions for
4215         power7 using the Mathematical Acceleration Subsystem library.
4217         * config/rs6000/rs6000.c (rs6000_veclib_handler): New variable to
4218         handle which vector math library we have.
4219         (rs6000_override_options): Add -mveclibabi=mass support.
4220         (rs6000_builtin_vectorized_libmass): New function to handle auto
4221         vectorizing math functions that are in the MASS library.
4222         (rs6000_builtin_vectorized_function): Call it.
4224         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
4225         -mveclibabi=mass.
4227 2010-08-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4229         PR boehm-gc/34544
4230         * gthr-posix.h (__gthread_active_init): Delete.
4231         (__gthread_active_p): Do activity check here.
4232         Don't include errno.h on hppa-hpux.  Update comment.
4233         * gthr-posix95.h (__gthread_active_init): Delete.
4234         (__gthread_active_p): Do activity check here.
4235         Don't include errno.h on hppa-hpux.  Update comment.
4236         * config.gcc (hppa[12]*-*-hpux11*): Define extra_parts.
4237         * config/pa/pa64-hpux.h (LIB_SPEC): When -static is specified, only
4238         add -lpthread when -mt or -pthread is specified.
4239         * config/pa/pa-hpux11.h (LIB_SPEC): likewise.
4240         (LINK_GCC_C_SEQUENCE_SPEC): Define.
4241         * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS): Define.
4242         (stublib.c, pthread_default_stacksize_np-stub.o,
4243         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o,
4244         $(T)libgcc_stub.a): Add methods.
4245         * config/pa/t-pa64 (LIBGCCSTUB_OBJS): Add pthread stubs.
4246         (stublib.c, pthread_default_stacksize_np-stub.o,
4247         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o): Add methods.
4248         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
4249         pthread_mutex_unlock): New stubs.
4251 2010-08-22  Joseph Myers  <joseph@codesourcery.com>
4253         * Makefile.in (gccspec.o, cppspec.o): Update dependencies.
4254         * common.opt (L, nodefaultlibs, nostdlib, pg, static): New
4255         options.
4256         * config/avr/avr.h (LIBSTDCXX): Remove initial "-l".
4257         * config/freebsd.h (MATH_LIBRARY_PROFILE): Remove initial "-l".
4258         * config/i386/djgpp.h (LIBSTDCXX): Remove initial "-l".
4259         * config/rs6000/aix.h (LIBSTDCXX_STATIC): Remove initial "-l".
4260         * config/s390/tpf.h (MATH_LIBRARY, LIBSTDCXX): Remove initial
4261         "-l".
4262         * cppspec.c: Include opts.h.
4263         (lang_specific_driver): Use cl_decoded_option structures.
4264         * doc/tm.texi.in (MATH_LIBRARY): Update documentation.
4265         * doc/tm.texi: Regenerate.
4266         * gcc.c (translate_options): Translate -d to -foutput-class-dir=.
4267         (driver_handle_option): Allow driver options needing no special
4268         processing.
4269         (process_command): Decode options before call to
4270         lang_specific_driver.  Pass decoded options to
4271         lang_specific_driver.
4272         * gcc.h (lang_specific_driver): Update prototype.
4273         * gccspec.c: Include opts.h.
4274         (lang_specific_driver): Use cl_decoded_option structures.
4275         * opts-common.c (option_ok_for_language, generate_option,
4276         generate_option_input_file): New.
4277         (decode_cmdline_option): Use option_ok_for_language.
4278         (decode_cmdline_options_to_array): Use generate_option_input_file.
4279         (handle_generated_option): Use generate_option.
4280         * opts.h (generate_option, generate_option_input_file): Declare.
4282 2010-08-22  Anatoly Sokolov  <aesok@post.ru>
4284         * config/mips/mips.c (mips_override_options): Rename to...
4285         (mips_option_override): ...this. Make static.
4286         (TARGET_OPTION_OVERRIDE): Define.
4287         (mips_in_small_data_p): Update comment.
4288         * config/mips/mips.h (OVERRIDE_OPTIONS): Remove.
4289         (FIXED_REGISTERS): Update comment.
4290         * config/mips/mips-protos.h (mips_override_options): Remove.
4292 2010-08-21  Olivier Hainque  <hainque@adacore.com>
4294         * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
4296 2010-08-21  Olivier Hainque  <hainque@adacore.com>
4298         * config/rs6000/vxworks.h (PREFERRED_STACK_BOUNDARY,
4299         ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI.
4301 2010-08-20  Jan Hubicka  <jh@suse.cz>
4303         * tree-pass.h (pass_ipa_cdtor_merge): New function.
4304         * cgraphunit.c (static_ctors, static_dtors): Move to ipa.c; make
4305         heap allocated.
4306         (record_cdtor_fn): Move to ipa.c; do not test for
4307         have_ctors_dtors.
4308         (build_cdtor): Move to ipa.c; add code avoiding construction
4309         when target have ctors/dtors and there is only one ctor/dtor at given
4310         priority.
4311         (compare_ctor, compare_dtor): Move to ipa.c; use DECL_UID to stabilize
4312         sort; reverse order of constructors.
4313         (cgraph_build_cdtor_fns): Move to ipa.c; rename to build_cdtor_fns.
4314         (cgraph_finalize_function): Do not call record_cdtor_fn.
4315         (cgraph_finalize_compilation_unit): Do not call cgraph_build_cdtor_fns.
4316         (cgraph_build_static_cdtor): Move to ipa.c.
4317         * ipa.c: Include target.h and tree-iterator.h.
4318         (cgraph_build_static_cdtor, static_ctors, static_dtors,
4319         record_cdtor_fn, build_cdtor, compare_ctor, compare_dtor,
4320         build_cdtor_fns, ipa_cdtor_merge, gate_ipa_cdtor_merge,
4321         pass_ipa_cdtor_merge): New.
4322         * passes.c (init_optimization_passes): Enqueue pass_ipa_cdtor_merge.
4323         * ipa-prop.c (update_indirect_edges_after_inlining): Avoid out of
4324         bounds access.
4326 2010-08-20  Jan Hubicka  <jh@suse.cz>
4328         PR c++/45307
4329         PR c++/17736
4330         * cgraph.h (cgraph_only_called_directly_p,
4331         cgraph_can_remove_if_no_direct_calls_and_refs_p): Handle
4332         static cdtors.
4333         * cgraphunit.c (cgraph_decide_is_function_needed): Static cdtors
4334         are not needed.
4335         (cgraph_finalize_function): Static cdtors are reachable.
4336         (cgraph_mark_functions_to_output): Use cgraph_only_called_directly_p.
4338 2010-08-20  Jan Hubicka  <jh@suse.cz>
4340         * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of
4341         flag_wpa.
4342         * lto-streamer-out.c (lto_output): Likewise.
4343         * passes.c (ipa_write_optimization_summaries): Initialize statement
4344         uids.
4346 2010-08-20  Olivier Hainque  <hainque@adacore.com>
4348         * tree.h (alias_diag_flags): New enum.
4349         (alias_pair): Add an 'emitted_diags' field.
4350         * varasm.c (finish_aliases_1): Honor and update p->emitted_diags.
4351         (assemble_alias): Initialize emitted_diags of new pairs.
4353 2010-08-20  Eric Botcazou  <ebotcazou@adacore.com>
4355         * config/rs6000/aix.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
4356         * config/rs6000/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
4357         * config/rs6000/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
4358         (STACK_CHECK_PROTECT): Define.
4359         * config/rs6000/rs6000.c (rs6000_emit_probe_stack_range): New function.
4360         (output_probe_stack_range): Likewise.
4361         (rs6000_emit_prologue): Invoke rs6000_emit_probe_stack_range if static
4362         builtin stack checking is enabled.
4363         * config/rs6000/rs6000-protos.h (output_probe_stack_range): Declare.
4364         * config/rs6000/rs6000.md (UNSPECV_PROBE_STACK_RANGE): New constant.
4365         (probe_stack_range): New insn.
4367 2010-08-20  H.J. Lu  <hongjiu.lu@intel.com>
4369         PR target/45336
4370         * config/i386/emmintrin.h (_mm_extract_epi16): Cast to unsigned
4371         short first.
4373         * config/i386/smmintrin.h (_mm_extract_epi8): Cast to unsigned
4374         char first.
4376 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
4378         PR target/45336
4379         * config/i386/sse.md (*sse4_1_pextrb): Add SWI48 mode iterator
4380         to cover zero extension into 64-bit register.
4381         (*sse2_pextrw): Likewise.
4382         (*sse4_1_pextrd_zext): New insn.
4384 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
4386         revert r163410, partially revert r163267.
4387         * config/rs6000/darwin.h (LIB_SPEC): Remove.
4388         * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all
4389         Darwin versions.
4391 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
4393         PR middle-end/44974
4394         * builtins.c (expand_builtin): Don't optimize away
4395         calls to DECL_LOOPING_CONST_OR_PURE_P builtins.
4397 2010-08-20  Uros Bizjak  <ubizjak@gmail.com>
4399         * config/i386/i386.md (ashift %rsp splitter): Remove splitter.
4400         (pro_epilogue_adjust_stack_di_2): Use "l" constraint for
4401         alternative 1 of operand 2.
4403 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
4404             Paolo Bonzini  <bonzini@gnu.org>
4406         * simplify-rtx.c (simplify_unary_operation_1): Optimize
4407         (sign_extend (zero_extend (...)) and
4408         ({sign,zero}_extend (lshiftrt (ashift X (const_int I)) (const_int I))).
4410 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
4412         PR rtl-optimization/45353
4413         * sel-sched-ir.c (sel_bb_head): Return NULL even if next_nonnote_insn
4414         after bb_note is a BARRIER.
4416 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
4418         * config/rs6000/darwin.h (LIB_SPEC): New. Provide saveFP/restFP by
4419         linking libgcc.a.
4421 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
4422             Michael Matz  <matz@suse.de>
4424         * tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.
4426 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
4428         * ggc-common.c (ggc_mark_root_tab): New function, split out from...
4429         (ggc_mark_roots): ...here.
4431 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
4433         * vec.h (FOR_EACH_VEC_ELT): Define.
4434         * c-decl.c: Use it.
4435         * cfgloop.c: Likewise.
4436         * cfgloopmanip.c: Likewise.
4437         * cgraph.c: Likewise.
4438         * cgraphunit.c: Likewise.
4439         * combine.c: Likewise.
4440         * config/bfin/bfin.c: Likewise.
4441         * config/mips/mips.c: Likewise.
4442         * config/rs6000/rs6000.c: Likewise.
4443         * dbxout.c: Likewise.
4444         * df-scan.c: Likewise.
4445         * dominance.c: Likewise.
4446         * dse.c: Likewise.
4447         * dwarf2out.c: Likewise.
4448         * except.c: Likewise.
4449         * expr.c: Likewise.
4450         * function.c: Likewise.
4451         * gcse.c: Likewise.
4452         * genattr.c: Likewise.
4453         * ggc-common.c: Likewise.
4454         * gimplify.c: Likewise.
4455         * graphite-blocking.c: Likewise.
4456         * graphite-clast-to-gimple.c: Likewise.
4457         * graphite-dependences.c: Likewise.
4458         * graphite-interchange.c: Likewise.
4459         * graphite-poly.c: Likewise.
4460         * graphite-scop-detection.c: Likewise.
4461         * graphite-sese-to-poly.c: Likewise.
4462         * graphite.c: Likewise.
4463         * haifa-sched.c: Likewise.
4464         * ifcvt.c: Likewise.
4465         * implicit-zee.c: Likewise.
4466         * ipa-prop.c: Likewise.
4467         * ipa-struct-reorg.c: Likewise.
4468         * ipa.c: Likewise.
4469         * ira-build.c: Likewise.
4470         * ira-color.c: Likewise.
4471         * ira-emit.c: Likewise.
4472         * lambda-code.c: Likewise.
4473         * loop-invariant.c: Likewise.
4474         * loop-unroll.c: Likewise.
4475         * lower-subreg.c: Likewise.
4476         * lto-cgraph.c: Likewise.
4477         * lto-opts.c: Likewise.
4478         * lto-streamer-in.c: Likewise.
4479         * lto-streamer-out.c: Likewise.
4480         * lto-streamer.c: Likewise.
4481         * lto-symtab.c: Likewise.
4482         * matrix-reorg.c: Likewise.
4483         * opts.c: Likewise.
4484         * predict.c: Likewise.
4485         * print-tree.c: Likewise.
4486         * sdbout.c: Likewise.
4487         * sel-sched-dump.c: Likewise.
4488         * sel-sched-ir.c: Likewise.
4489         * sel-sched.c: Likewise.
4490         * sese.c: Likewise.
4491         * stor-layout.c: Likewise.
4492         * tree-cfg.c: Likewise.
4493         * tree-cfgcleanup.c: Likewise.
4494         * tree-chrec.c: Likewise.
4495         * tree-data-ref.c: Likewise.
4496         * tree-emutls.c: Likewise.
4497         * tree-inline.c: Likewise.
4498         * tree-into-ssa.c: Likewise.
4499         * tree-loop-distribution.c: Likewise.
4500         * tree-loop-linear.c: Likewise.
4501         * tree-mudflap.c: Likewise.
4502         * tree-outof-ssa.c: Likewise.
4503         * tree-parloops.c: Likewise.
4504         * tree-predcom.c: Likewise.
4505         * tree-pretty-print.c: Likewise.
4506         * tree-scalar-evolution.c: Likewise.
4507         * tree-ssa-live.c: Likewise.
4508         * tree-ssa-loop-im.c: Likewise.
4509         * tree-ssa-loop-ivcanon.c: Likewise.
4510         * tree-ssa-loop-ivopts.c: Likewise.
4511         * tree-ssa-loop-manip.c: Likewise.
4512         * tree-ssa-loop-niter.c: Likewise.
4513         * tree-ssa-loop-prefetch.c: Likewise.
4514         * tree-ssa-phiprop.c: Likewise.
4515         * tree-ssa-pre.c: Likewise.
4516         * tree-ssa-reassoc.c: Likewise.
4517         * tree-ssa-sccvn.c: Likewise.
4518         * tree-ssa-structalias.c: Likewise.
4519         * tree-ssa.c: Likewise.
4520         * tree-vect-data-refs.c: Likewise.
4521         * tree-vect-loop-manip.c: Likewise.
4522         * tree-vect-loop.c: Likewise.
4523         * tree-vect-patterns.c: Likewise.
4524         * tree-vect-slp.c: Likewise.
4525         * tree-vect-stmts.c: Likewise.
4526         * tree-vrp.c: Likewise.
4527         * tree.c: Likewise.
4528         * value-prof.c: Likewise.
4529         * var-tracking.c: Likewise.
4530         * varasm.c: Likewise.
4531         * vmsdbgout.c: Likewise.
4533 2010-08-19  Nathan Sidwell  <nathan@codesourcery.com>
4534             Richard Guenther  <richard.guenther@gmail.com>
4536         * gimplify.c (gimplify_modify_expr): When assigning to volatiles,
4537         copy the src value and return a copy.
4538         * doc/extend.texi (Volatiles): Move from C++ to C and expand.
4539         (C++ Volatiles): Adjust to describe C++ semantics only.
4541 2010-08-20  Joseph Myers  <joseph@codesourcery.com>
4543         * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to
4544         be zero or nonzero.
4545         * doc/tm.texi: Regenerate.
4546         * defaults.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define.
4547         * df-scan.c (df_get_exit_block_use_set), reginfo.c
4548         (init_reg_sets_1), rtlanal.c (rtx_unstable_p, rtx_varies_p):
4549         Handle new PIC_OFFSET_TABLE_REG_CALL_CLOBBERED semantics.
4550         * config/ia64/ia64.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define
4551         to 1.
4553 2010-08-20  Olivier Hainque  <hainque@adacore.com>
4555         * config/sparc/sparc.c (sparc_asm_function_epilogue): Don't output
4556         an extra nop past a sibling call at the very end.
4558 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
4560         PR bootstrap/45350
4561         * combine.c (try_combine): Initialize i1_is_used and i2_is_used.  Fix
4562         a comment.
4564 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
4566         * target.def (function_arg, function_incoming_arg): Remove const
4567         qualifier on CUMULATIVE_ARGS parameter.
4568         * targhooks.h (default_function_arg, default_function_incoming_arg):
4569         Likewise.
4570         * targhooks.c (default_function_arg, default_function_incoming_arg):
4571         Likewise.
4572         * config/i386/i386.c (ix86_function_arg): Likewise.
4574 2010-08-19  Jakub Jelinek  <jakub@redhat.com>
4576         PR target/45336
4577         * simplify-rtx.c (simplify_unary_operation_1): Optimize nested
4578         SIGN_EXTENDs or ZERO_EXTENDs.
4580 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
4582         PR target/42172
4583         * combine.c (combine_validate_cost): New arg I0.  All callers changed.
4584         Take its cost into account if nonnull.
4585         (insn_a_feeds_b): New static function.
4586         (combine_instructions): Look for four-insn combinations.
4587         (can_combine_p): New args PRED2, SUCC2.  All callers changed.  Take
4588         them into account when computing all_adjacent and looking for other
4589         uses.
4590         (combinable_i3pat): New args I0DEST, I0_NOT_IN_SRC.  All callers
4591         changed.  Treat them like I1DEST and I1_NOT_IN_SRC.
4592         (try_combine): New arg I0.  Handle four-insn combinations.
4593         (distribute_notes): New arg ELIM_I0.  All callers changed.  Treat it
4594         like ELIM_I1.
4596 2010-08-19  Jason Merrill  <jason@redhat.com>
4598         PR c++/45307
4599         * gimplify.c (gimplify_init_constructor): Just return GS_UNHANDLED
4600         if ctor is empty.
4601         (gimplify_modify_expr_rhs): Adjust.
4603 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
4605         * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to
4606         bitmap_bit_p.
4607         * config/bfin/bifn.c (bfin_discover_loop): Likewise.
4608         * dominance.c (iterate_fix_dominators): Likewise.
4609         * dse.c (set_usage_bits): Likewise.
4610         (set_position_unneeded, record_store): Likewise.
4611         * gimple-fold.c (get_maxval_strlen): Likewise.
4612         * haifa-sched.c (fix_inter_tick, fix_recovery_deps): Likewise.
4613         * ipa-inline.c (update_caller_keys): Likewise.
4614         * ipa-split.c (verify_non_ssa_vars): Likewise.
4615         * ipa-type-escape.c (mark_type, close_type_seen): Likewise.
4616         (close_type_exposed_parameter, close_type_full_escape): Likewise.
4617         (close_addressof_down): Likewise.
4618         * ira-color.c (assign_hard_reg, push_allocno_to_stack): Likewise.
4619         (setup_allocno_left_conflicts_size): Likewise.
4620         (ira_reassign_conflict_allocnos): Likewise.
4621         (ira_reassign_pseudos): Likewise.
4622         * ira-emit.c (change_loop): Likewise.
4623         * loop-invariant.c (mark_regno_live, mark_regno_death): Likewise.
4624         * lto-streamer-out.c (write_symbol): Likewise.
4625         * predict.c (expr_expected_value_1): Likewise.
4626         * regstat.c (regstat_bb_compute_ri): Likewise.
4627         * sel-sched.c (create_block_for_bookkeeping): Likewise.
4628         (track_scheduled_insns_and_blocks, sel_sched_region_1): Likewise.
4629         * stmt.c (expand_case): Likewise.
4630         * tree-eh.c (emit_eh_dispatch): Likewise.
4631         * tree-into-ssa.c (prune_unused_phi_nodes): Likewise.
4632         * tree-loop-distribution.c (make_nodes_having_upstream_mem_writes):
4633         Likewise.
4634         (rdg_flag_vertex, rdg_flag_loop_exits): Likewise.
4635         (rdg_build_components): Likewise.
4636         * tree-object-size.c (collect_object_sizes_for): Likewise.
4637         * tree-sra.c (convert_callers): Likewise.
4638         * tree-ssa-coalesce.c (live_track_add_partition): Likewise.
4639         * tree-ssa-live.c (mark_all_vars_used_1): Likewise.
4640         * tree-ssa-pre.c (bitmap_set_replace_value): Likewise.
4642 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
4644         * config/i386/i386.md (*lea_1): Use P mode iterator.
4645         (lea add splitter): Also handle DImode operands.
4646         (DImode lea add splitter): Use x86_64_immediate_operand for operand 2
4647         predicate.  Do not use ix86_lea_for_add_ok.
4648         (zext DImode lea add splitter): Use ix86_lea_for_add_ok.
4649         (lea ashift splitter): Also handle DImode operands.
4650         (DImode lea ashift splitter): Remove splitter.
4652 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
4654         * config/i386/i386.md (*add<SWI:mode>3_cconly_overflow): Do not use
4655         ix86_binary_operator_ok.
4657 2010-08-19  Andrey Belevantsev  <abel@ispras.ru>
4659         PR rtl-optimization/44691
4660         * sel-sched.c (count_occurrences_1): Also punt when SUBREG_REG
4661         is not a register.
4663 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
4665         PR target/45070
4666         * config/arm/arm.c (arm_output_epilogue): Ensure that return
4667          value of size 1-3 is handled correctly.
4669 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
4671         * tree-switch-conversion.c (gen_inbound_check): Ensure that the
4672         type for the conditional has wide enough range.
4674 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
4676         PR target/45327
4677         * config/i386/i386.md (<any_or:code><SWI:mode>_3): Do not use
4678         ix86_binary_operator_ok.
4680 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
4682         * config/i386/i386.md (*add<mode>_1) <TYPE_LEA>: Split insn to lea.
4683         <default>:  Swap operands 1 and 2 for alternative 2 to use existing
4684         code to output insn mnemonic.  Fix comment.
4685         (*addsi_1_zext): Add r-r-0 alternative 1.
4686         <TYPE_LEA>: Split insn to lea.
4687         <default>: Handle alternative 1.
4688         (*addhi_1_lea): Add r-r-0 alternative 2.  Use cond RTX instead of
4689         multi-level if_then_else RTX to set "type" attribute.
4690         <default>: Handle alternative 2.
4691         (*addqi_1_lea): Add q-q-0 alternative 2 and r-r-0 alternative 4.
4692         Use cond RTX instead of multi-level if_then_else RTX to set
4693         "type" attribute.
4694         <default>: Handle alternatives 2 and 4.
4695         (lea splitters): Update calls to ix86_lea_for_add_ok.
4697         * config/i386/i386.c (ix86_lea_for_add_ok): Remove unused "code"
4698         argument.
4699         * config/i386/i386-protos.h (ix86_lea_for_add_ok): Update prototype.
4701 2010-08-18  Richard Guenther  <rguenther@suse.de>
4703         * tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts,
4704         use operand helpers.
4706 2010-08-18  Paolo Bonzini  <bonzini@gnu.org>
4708         PR middle-end/45292
4709         * optabs.c (expand_bool_compare_and_swap): Expand pending
4710         pops before trying the optab.
4712 2010-08-18  Yao Qi  <yao@codesourcery.com>
4714         PR target/45094
4715         * config/arm/arm.c (output_move_double): Fix typo generating
4716         instructions ('ldr'->'str').
4718 2010-08-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
4720         PR rtl-optimization/42575
4721         * optabs.c (expand_doubleword_mult): Generate new pseudos to shorten
4722         live ranges.
4724 2010-08-18  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4726         * config/arm/arm-protos.h (arm_expand_sync): New.
4727         (arm_output_memory_barrier, arm_output_sync_insn): New.
4728         (arm_sync_loop_insns): New.
4729         * config/arm/arm.c (FL_ARCH7): New.
4730         (FL_FOR_ARCH7): Include FL_ARCH7.
4731         (arm_arch7): New.
4732         (arm_print_operand): Support %C markup.
4733         (arm_legitimize_sync_memory): New.
4734         (arm_emit, arm_insn_count, arm_count, arm_output_asm_insn): New.
4735         (arm_process_output_memory_barrier, arm_output_memory_barrier): New.
4736         (arm_ldrex_suffix, arm_output_ldrex, arm_output_strex): New.
4737         (arm_output_op2, arm_output_op3, arm_output_sync_loop): New.
4738         (arm_get_sync_operand, FETCH_SYNC_OPERAND): New.
4739         (arm_process_output_sync_insn, arm_output_sync_insn): New.
4740         (arm_sync_loop_insns,arm_call_generator, arm_expand_sync): New.
4741         * config/arm/arm.h (struct arm_sync_generator): New.
4742         (TARGET_HAVE_DMB, TARGET_HAVE_DMB_MCR): New.
4743         (TARGET_HAVE_MEMORY_BARRIER): New.
4744         (TARGET_HAVE_LDREX, TARGET_HAVE_LDREXBHD): New.
4745         * config/arm/arm.md: Include sync.md.
4746         (UNSPEC_MEMORY_BARRIER): New.
4747         (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK): New.
4748         (VUNSPEC_SYNC_OP):New.
4749         (VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): New.
4750         (sync_result, sync_memory, sync_required_value): New attributes.
4751         (sync_new_value, sync_t1, sync_t2): Likewise.
4752         (sync_release_barrier, sync_op): Likewise.
4753         (length): Add logic to length attribute defintion to call
4754         arm_sync_loop_insns when appropriate.
4755         * config/arm/sync.md: New file.
4757 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
4759         * tree.h (host_integerp): Add ATTRIBUTE_PURE when not
4760         ENABLE_TREE_CHECKING.
4761         (tree_low_cst): Add inline version for !ENABLE_TREE_CHECKING
4762         and GCC >= 4.3.
4764 2010-08-17  H.J. Lu  <hongjiu.lu@intel.com>
4766         * config/i386/i386.c (ix86_lea_for_add_ok): For !TARGET_OPT_AGU
4767         or optimizing for size, always avoid lea if possible.
4769         * config/i386/i386.md (*add<mode>_1): Always avoid lea if possible.
4771 2010-08-17  Iain Sandoe  <iains@gcc.gnu.org>
4773         * unwind-dw2-fde-darwin.c (_darwin10_Unwind_FindEnclosingFunction):
4774         Dunmmy function with NULL return unless the target is
4775         OSX >= 10.6 (Darwin10).
4777 2010-08-17  Jack Howarth  <howarth@bromo.med.uc.edu>
4779         * gcc.c (spec_function): Add remove-outfile.
4780         (remove_outfile_spec_function): New function.
4781         * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread.
4782         * invoke.texi (replace-outfile): Document.
4784 2010-08-17  Uros Bizjak  <ubizjak@gmail.com>
4786         PR target/45296
4787         * reginfo.c (globalize_reg): Reject stack registers.
4789 2010-08-17  Richard Guenther  <rguenther@suse.de>
4791         * tree-ssa-dom.c (struct edge_info): Use a VEC for the
4792         list of conditional equivalences.
4793         (free_all_edge_infos): Adjust.
4794         (record_equivalences_from_incoming_edge): Likewise.
4795         (record_cond): Likewise.
4796         (build_and_record_new_cond): Likewise.
4797         (record_conditions): Likewise.
4798         (dom_opt_leave_block): Likewise.
4800 2010-08-17  Kai Tietz  <kai.tietz@onevision.com>
4802         * doc/invoke.texi (ms-extension): Add documentation.
4804 2010-08-17  Richard Guenther  <rguenther@suse.de>
4806         * fold-const.c (fold_comparison): Strip nops inside POINTER_PLUS_EXPR.
4808 2010-08-17  Shujing Zhao  <pearly.zhao@oracle.com>
4810         PR c/40563
4811         * c-decl.c (diagnose_uninitialized_cst_member): New function.
4812         (finish_decl): Use it to issue a -Wc++-compat warning about
4813         uninitialized const field in struct or union.
4815         (finish_struct): Use strip_array_types.
4817 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
4819         * function.c (block_fragments_nreverse, blocks_nreverse_all): New
4820         functions.
4821         (reorder_blocks): Use blocks_nreverse_all instead of blocks_nreverse.
4822         (reorder_blocks_1): Assert BLOCK_FRAGMENT_ORIGIN is NULL.  Don't
4823         call block_nreverse here.
4824         (blocks_nreverse): Rename decl temporary to block.
4826 2010-08-16  Bernd Schmidt  <bernds@codesourcery.com>
4828         * config/arm/thumb2.md (thumb2_notsi_shiftsi,
4829         thumbsi_notsi_shiftsi_compare0, thumb2_not_shiftsi_compare0_scratch,
4830         thumb2_cmpsi_shiftsi, thumb2_cmpsi_shiftsi_swp, thumb2_arith_shiftsi,
4831         thumb2_arith_shiftsi splitter, thumb2_arith_shiftsi_compare0,
4832         thumb2_arith_shiftsi_compare0_scratch, thumb2_sub_shiftsi,
4833         thumb2_sub_shiftsi_compare0, thumb2_sub_shiftsi_compare0_scratch,
4834         thumb2_iorsi3): Delete.
4835         (orsi_notsi_si): No longer a named pattern.
4836         (orsi_not_shiftsi_si): Renamed from thumb_orsi_not_shiftsi_si.
4837         * config/arm/predicates.md (shift_amount_operand): New.
4838         (mult_operator): New.
4839         * config/arm/arm.md (attr arch, attr arch_enabled, attr insn_enabled,
4840         attr enabled): New.
4841         (iorsi3_insn): Renamed from arm_iorsi3.  Handle a new alternative if
4842         arch matches t2.
4843         (not_shiftsi): Renamed from arm_notsi_shiftsi.  Handle Thumb2 variant.
4844         (not_shiftsi_compare0): Likewise, renamed from
4845         arm_notsi_shiftsi_compare0.
4846         (not_shiftsi_compare0_scratch): Likweise, renamed from
4847         arm_notsi_shiftsi_compare0_scratch.
4848         (cmpsi_shiftsi): Likewise, renamed from arm_cmpsi_shiftsi.
4849         (cmpsi_shiftsi_swp): Likewise, renamed from arm_cmpsi_shiftsi_swp.
4850         (arith_shiftsi): Handle Thumb2 variant.  Set insn_enabled attribute
4851         so that the register alternative is disabled when the shift_operator
4852         is MULT.  Use "M" as the constraint for constants.
4853         (arith_shiftsi splitter): Enable for TARGET_32BIT.
4854         (arith_shiftsi_compare0): Handle Thumb2 variant.  Use "M" as the
4855         constraint for constants.
4856         (arith_shiftsi_compare0_scratch): Likewise.
4857         (sub_shiftsi, sub_shiftsi_compare0, sub_shiftsi_compare0_scratch):
4858         Handle Thumb2 alternative.
4860 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
4862         * doc/options.texi (NoDriverArg): Document.
4863         * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of
4864         -MDX and -MMDX.
4865         * opt-functions.awk (switch_flags): Handle NoDriverArg.
4866         * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE
4867         marking for CL_NO_DRIVER_ARG options when in the driver.
4868         * opts.h (CL_NO_DRIVER_ARG): Define.
4869         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
4870         CL_COMMON): Update values.
4872 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
4874         * common.opt: Add driver options.
4875         (auxbase, auxbase-strip, quiet, version): Mark RejectDriver.
4876         * doc/options.texi (Driver, RejectDriver): Document.
4877         * gcc.c (pass_exit_codes, print_search_dirs, print_file_name,
4878         print_prog_name, print_multi_directory, print_sysroot,
4879         print_multi_os_directory, print_multi_lib,
4880         print_sysroot_headers_suffix, report_times, combine_flag,
4881         use_pipes, wrapper_string): Remove.
4882         (save_switch, driver_unknown_option_callback,
4883         driver_wrong_lang_callback, driver_post_handling_callback,
4884         driver_handle_option): New.
4885         (spec_lang, last_language_n_infiles): Make file-scope static
4886         instead of local to process_command.
4887         (process_command): Use decode_cmdline_options_to_array and
4888         read_cmdline_option for option processing.  Compute have_c in
4889         prescan of decoded options.
4890         * opt-functions.awk (switch_flags): Handle Driver and
4891         RejectDriver.
4892         (var_type, var_type_struct): Handle Separate options as generating
4893         const char * variables.
4894         * opts-common.c (decode_cmdline_option): Expect CL_COMMON and
4895         CL_TARGET to be passed by caller if required.
4896         (decode_cmdline_options_to_array): Update comment.
4897         * opts.c (complain_wrong_lang): Handle options only valid for the
4898         driver.
4899         (decode_options): Update call to decode_cmdline_options_to_array.
4900         (print_filtered_help): Ignore driver-only options.
4901         (print_specific_help): Ignore CL_DRIVER.
4902         (common_handle_option): Don't call print_specific_help for CL_DRIVER.
4903         * opts.h (CL_DRIVER, CL_REJECT_DRIVER): Define.
4904         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET, CL_COMMON):
4905         Update values.
4907 2010-08-16  Richard Guenther  <rguenther@suse.de>
4909         * tree-cfg.c (verify_types_in_gimple_reference): Verify
4910         TARGET_MEM_REF a bit.
4911         * tree-ssa-address.c (addr_for_mem_ref): Adjust.
4912         (create_mem_ref_raw): Always create TMR_OFFSET, store the
4913         alias pointer type via it.
4914         (copy_mem_ref_info): Adjust.
4915         (maybe_fold_tmr): Likewise.
4916         * tree.c (mem_ref_offset): Also handle TARGET_MEM_REF.
4917         (reference_alias_ptr_type): Likewise.
4918         * tree.def (TARGET_MEM_REF): Remove TMR_ORIGINAL operand,
4919         adjust documentation of TMR_OFFSET operand.
4920         * alias.c (get_alias_set): Do not look at TMR_ORIGINAL but
4921         use the alias pointer type.
4922         * expr.c (expand_expr_real_1): Do not use TMR_ORIGINAL to
4923         initialize mem attrs but the TMR itself.
4924         * tree-eh.c (tree_could_trap_p): Handle TARGET_MEM_REF
4925         similar to MEM_REF.
4926         * tree-pretty-print.c (dump_generic_node): Do not dump TMR_ORIGINAL.
4927         * tree-ssa-loop-ivopts.c (idx_remove_ssa_names): Remove.
4928         (unshare_and_remove_ssa_names): Likewise.
4929         (copy_ref_info): Adjust.
4930         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Simplify
4931         TARGET_MEM_REF case.
4932         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Do not look
4933         at TMR_ORIGINAL.
4934         * tree.h (TMR_ORIGINAL): Remove.
4935         * gimple.c (get_base_address): For TARGET_MEM_REF with a
4936         symbol return that.
4937         * tree-dfa.c (get_ref_base_and_extent): Handle TARGET_MEM_REF
4938         with a symbol.
4939         (get_addr_base_and_unit_offset): Likewise.
4940         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Handle
4941         TARGET_MEM_REFs.
4942         (indirect_ref_may_alias_decl_p): Likewise.
4943         (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
4945 2010-08-15  Uros Bizjak  <ubizjak@gmail.com>
4947         * doc/invoke.texi (-fomit-frame-pointer): Document that starting
4948         with GCC version 4.6, the default setting (when not optimizing
4949         for size) for 32-bit Linux x86 and 32-bit Darwin x86 targets has
4950         been changed to -fomit-frame-pointer.
4952 2010-08-15  Iain Sandoe  <iains@gcc.gnu.org>
4954         * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
4955         Darwin10.  Do not link libgcc.a for Darwin >= 9.
4957 2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
4959         * doc/invoke.texi (Warning Options): Fix terminology and markup
4960         in the description of how unknown warning options are handled.
4962 2010-08-15  Ira Rosen  <irar@il.ibm.com>
4964         * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
4965         in basic blocks.
4966         (vect_supportable_dr_alignment): Check alignment for basic blocks.
4967         * tree-vect-slp.c (vect_build_slp_tree): Allow different codes for
4968         data references.
4969         (vect_bb_vectorization_profitable_p): New function.
4970         (vect_slp_analyze_bb): Call vect_bb_vectorization_profitable_p() to
4971         check if it's worthwhile to vectorize the basic block.
4973 2010-08-14  Anatoly Sokolov  <aesok@post.ru>
4975         * reload.h (register_move_cost, memory_move_secondary_cost,
4976         secondary_reload_class): Adjust prototype.
4977         * rtl.h (reg_class_subset_p): Adjust prototype.
4978         * reload.c (secondary_reload_class): Change arguments type from
4979         enum reg_class to reg_class_t. Change result type to reg_class_t.
4980         * reginfo.c (register_move_cost, reg_class_subset_p): Change
4981         arguments type from enum reg_class to reg_class_t.
4982         (memory_move_secondary_cost): Change arguments type from
4983         enum reg_class to reg_class_t. Change type of saved_flags to
4984         reg_class_t.
4986         * config/mips/mips.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
4987         Remove macros.
4988         (mips_cost): Remove.
4989         (struct mips_rtx_cost_data): Moved to mips.c.
4990         * config/mips/mips-protos.h (mips_register_move_cost): Remove.
4991         * config/mips/mips.c (struct mips_rtx_cost_data): Moved from mips.h.
4992         (mips_cost): Make static.
4993         (mips_canonicalize_move_class): Change argument type to reg_class_t.
4994         Change result type to reg_class_t.
4995         (mips_move_to_gpr_cost, mips_move_from_gpr_cost): Change arguments
4996         type from enum reg_class to reg_class_t.
4997         (mips_register_move_cost): Make static. Change arguments
4998         type from enum reg_class to reg_class_t.
4999         (mips_memory_move_cost): New function.
5000         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
5002 2010-08-14  Richard Sandiford  <rdsandiford@googlemail.com>
5004         PR rtl-optimization/43358
5005         * ira-lives.c (process_single_reg_class_operands): Adjust the costs
5006         of a single hard register, using simplify_subreg_regno to decide
5007         what that register should be.
5009 2010-08-14  Mingjie Xing  <mingjie.xing@gmail.com>
5011         * config/mips/mips.c (CODE_FOR_loongson_pmullh): Define.
5012         * config/mips/loongson.md (UNSPEC_LOONGSON_PMULL): Delete.
5013         (loongson_pmull<V_suffix>): Rename to...
5014         (mul<mode>3): ...this and use MULT instead of an UNSPEC.
5016 2010-08-13  Jack Howarth  <howarth@bromo.med.uc.edu>
5018         * configure.ac: Enable -fomit-frame-pointer on darwin
5019         which support dwarf2.
5020         * config/i386/i386.c (override_options): Same.
5022 2010-08-13  Jie Zhang  <jie@codesourcery.com>
5024         * config/arm/arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.
5026 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
5028         * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
5029         -MMD.
5031 2010-08-12  Changpeng Fang  <changpeng.fang@amd.com>
5033         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Give
5034         up dot_prod pattern searching if a stmt is outside the loop.
5036 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
5037             Uros Bizjak  <ubizjak@gmail.com>
5039         * config.gcc: Handle --enable-frame-pointer.
5041         * configure.ac: Add --enable-frame-pointer.
5042         * configure: Regenerated.
5044         * config/i386/i386.c (USE_IX86_FRAME_POINTER): Default to 0.
5045         (override_options): If not configured with --enable-frame-pointer,
5046         enable -fomit-frame-pointer (but not for TARGET_MACHO or when
5047         optimizing for size), -fasynchronous-unwind-tables and
5048         -maccumulate-outgoing-args by default.
5050 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
5052         * builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.
5054         PR middle-end/45262
5055         * fold-const.c (make_range) <case NEGATE_EXPR>: Punt if
5056         -a overflows.  Normalize the range.
5058 2010-08-12  Richard Guenther  <rguenther@suse.de>
5060         PR tree-optimization/45232
5061         * tree-ssa-reassoc.c (can_reassociate_p): Disable re-association
5062         for types with undefined overflow.
5063         (reassociate_bb): Allow re-associating of bit and min/max
5064         operations for types with undefined overflow.
5065         * tree-ssa-forwprop.c (associate_plusminus): New function.
5066         (tree_ssa_forward_propagate_single_use_vars): Call it.
5068 2010-08-12  Richard Guenther  <rguenther@suse.de>
5070         * tree-flow.h (struct ptr_info_def): Add align and misalign fields.
5071         * tree-ssa-alias.c (get_ptr_info): Move ...
5072         * tree-ssanames.c (get_ptr_info): ... here.  Initialize
5073         align and misalign fields conservatively.
5074         * tree-ssa-ccp.c (ccp_finalize): From partially constant pointers
5075         derive alignment information.
5076         (evaluate_stmt): Derive alignment information from memory
5077         allocation functions.
5078         * tree.h (get_pointer_alignment): Make unsigned.
5079         * builtins.c (get_object_alignment): Use alignment information we
5080         have computed for pointers.
5081         (get_pointer_alignment): Likewise.  Make conservative, return
5082         and unsigned value.
5083         (expand_builtin_strlen): Adjust.
5084         (expand_builtin_memcmp): Likewise.
5085         (expand_builtin_strcmp): Likewise.
5086         (expand_builtin_strncmp): Likewise.
5087         (get_builtin_sync_mem): Use at least mode alignment.
5088         (fold_builtin_memset): Adjust.
5089         (fold_builtin_memory_op): Likewise.
5090         * gimple-pretty-print.c (dump_gimple_phi): Alongside alias
5091         information also dump pointer alignment knowledge.
5092         (dump_gimple_stmt): Likewise.
5094 2010-08-12  Uros Bizjak  <ubizjak@gmail.com>
5096         * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
5097         (EMPTY_FIELD_BOUNDARY): Remove.
5098         * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
5100 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
5102         PR debug/45259
5103         * caller-save.c (save_call_clobbered_regs): Only swap notes with
5104         DEBUG_INSNs if n_regs_saved.
5106 2010-08-12  Wei Guozhi  <carrot@google.com>
5108         PR target/44999
5109         * config/arm/arm.md (andsi3): Change to zero extension if possible.
5110         * config/arm/thumb2.md (thumb2_zero_extendqisi2_v6): Change the name.
5112 2010-08-11  Vladimir Makarov  <vmakarov@redhat.com>
5114         * ira-int.h (ira_remove_allocno_copy_from_list): Remove.
5116         * ira-build.c (ira_remove_allocno_copy_from_list): Remove.
5118 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5120         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add back
5121         the case removed in the previous patch, when the only phi argument
5122         is defined in the same loop as the phi node itself.  Handle it
5123         separately from the invariant case by both propagating it outside
5124         the region and replacing the phi node with an assign.
5126 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5128         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
5129         constant phi nodes with one argument are is_gimple_min_invariant
5130         and SSA_NAME_IS_DEFAULT_DEF.
5132 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5134         * graphite-cloog-util.c (oppose_constraint):
5135         Extend loop counter's value range (CLOOG_ORG).
5136         (cloog_matrix_to_ppl_constraint): Same.
5137         (new_Constraint_System_from_Cloog_matrix): Same.
5138         * graphite-cloog-compat.h (matrix_num_type): New.
5140 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5142         * graphite.c (graphite_initialize): Do not initialize
5143         CLooG and initialize the Parma Polyhedra Library
5144         manually when using CLOOG_ORG.
5145         (graphite_finalize): Do not finalize CLooG and finalize
5146         the Parma Polyhedra Library manually when using CLOOG_ORG.
5147         * graphite-cloog-compat.h (cloog_initialize): Hide function
5148         when using CLOOG_ORG.
5149         (cloog_finalize): Same.
5151 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5153         * graphite-clast-to-gimple.c (free_scattering): Change
5154         CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
5155         (CLOOG_ORG).
5156         (build_cloog_prog): Same.
5157         * graphite-cloog-compat.h (cloog_domain): Removed.
5158         (cloog_scattering): New.
5159         (cloog_set_domain): Removed.
5160         (cloog_set_scattering): New.
5161         (cloog_next_domain): Removed.
5162         (cloog_next_scattering): New.
5163         (cloog_set_next_domain): Removed.
5164         (cloog_set_next_scattering): New.
5165         (CloogScatteringList): New.
5166         (CloogScattering): New.
5167         (cloog_scattering_free): New.
5168         (new_Cloog_Scattering_from_ppl_Polyhedron): New.
5169         * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
5170         New.
5172 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5174         * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
5175         CloogState.
5176         (set_cloog_options): Same.
5177         (print_clast_stmt): Same.
5178         (scop_to_clast): Same.
5179         (print_generated_program): Same.
5180         (gloog): Same.
5181         * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
5182         (scop_to_clast): Extend with CloogState.
5183         * graphite-cloog-util.c: Include graphite-cloog-compat.h
5184         (new_Cloog_Domain_from_ppl_Polyhedron):
5185         Extend with CloogState.  Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
5186         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
5187         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
5188         * graphite-cloog-util.h (build_cloog_prog): Same.
5189         * graphite-cloog-copat.h (build_cloog_prog): New.
5190         (CloogState): New.
5191         (cloog_state_malloc): New.
5192         (cloog_state_free): New.
5193         (cloog_loop_malloc): New.
5194         (cloog_options_malloc): New.
5195         (cloog_statement_alloc): New.
5196         (cloog_domain_from_cloog_matrix): New.
5197         (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
5198         (new_Cloog_Domain_from_ppl_Polyhedron): New.
5200 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5202         * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
5203         type of NAME now depends on used CLooG version.
5204         (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
5205         (gcc_type_for_clast_expr): Same.
5206         (print_clast_stmt): Replace pprint with clast_pprint.
5207         * graphite-cloog-compat.h: Provide compatibility macros for
5208         CLooG Legacy.
5209         (clast_name_p): New.
5210         (clast_expr_term): New.
5211         (clast_expr_red): New.
5212         (clast_expr_bin): New.
5213         (clast_pprint): New.
5215 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5217         * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
5218         compatible to newer CLooG releases (CLOOG_ORG).
5219         (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
5220         (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
5221         * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
5222         (build_cloog_prog) : New.
5223         (cloog_program_extract_scalars): New.
5224         (cloog_program_scatter): New.
5226 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5228         * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
5229         conditionally (CLOOG_ORG).
5230         * graphite-cloog-compat.h: New.  Include graphite-cloog-compat.h.
5231         (cloog_statement_usr): New.
5232         (cloog_domain): Same.
5233         (cloog_set_domain): Same.
5234         (cloog_next_domain): Same.
5235         (cloog_set_next_domain): Same.
5236         (cloog_program_nb_scattdims): Same.
5237         (cloog_program_set_nb_scattdims): Same.
5238         (cloog_program_names): Same.
5239         (cloog_program_set_names): Same.
5240         (cloog_program_set_context): Same.
5241         (cloog_program_set_loop): Same.
5242         (cloog_program_blocklist): Same.
5243         (cloog_program_set_blocklist): Same.
5244         (cloog_program_scaldims): Same.
5245         (cloog_program_set_scaldims): Same.
5246         (cloog_names_nb_parameters): Same.
5247         (cloog_names_set_nb_parameters): Same.
5248         (cloog_names_parameters): Same.
5249         (cloog_names_set_parameters): Same.
5250         (cloog_names_set_nb_iterators): Same.
5251         (cloog_names_set_iterators): Same.
5252         (cloog_names_set_nb_scattering): Same.
5253         (cloog_names_set_scattering): Same.
5254         (cloog_statement_set_usr): Same.
5255         (cloog_loop_set_next): Same.
5256         (cloog_loop_set_domain): Same.
5257         (cloog_loop_set_block): Same.
5258         (cloog_block_list_next): Same.
5259         (cloog_block_list_set_next):
5260         (cloog_block_list_set_block): Same.
5262 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5264         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
5265         a bool.
5266         (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
5267         (rewrite_commutative_reductions_out_of_ssa_loop): Same.
5268         (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
5269         when something has been changed.
5270         (rewrite_commutative_reductions_out_of_ssa): Same.
5272 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5274         * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
5275         handle the case when def is in the sese region.
5276         (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
5277         for invariant expressions.
5278         (rewrite_cross_bb_phi_deps): Removed.
5279         (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
5280         (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
5281         rewrite_cross_bb_phi_deps.
5283 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5285         * graphite-sese-to-poly.c
5286         (rewrite_commutative_reductions_out_of_ssa_loop): Call
5287         scev_analyzable_p only on is_gimple_reg
5289 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5291         * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
5292         (rewrite_close_phi_out_of_ssa): Propagate constant values or
5293         parametric expressions outside the scop region.
5294         (rewrite_cross_bb_scalar_deps): Same.
5295         * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
5297 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5299         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
5300         SSA_NAME_DEF_STMT only on SSA_NAMEs.
5302 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5304         * tree-scalar-evolution.c (instantiate_scev_name): Do not
5305         instantiate default definitions.
5307 2010-08-11  Vladimir Kargov  <kargov@gmail.com>
5308             Sebastian Pop  <sebastian.pop@amd.com>
5310         * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
5311         (loop_exits_from_bb_p): New.
5312         * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
5313         (loop_exits_from_bb_p): Declared.
5314         * graphite-scop-detection.c (scopdet_basic_block_info): Call
5315         loop_exits_to_bb_p.
5317 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5319         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
5320         extra parameter for the region.  Call scev_analyzable_p.
5321         (rewrite_reductions_out_of_ssa): Update call to
5322         rewrite_close_phi_out_of_ssa.
5323         (rewrite_cross_bb_phi_deps): Same.
5324         (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
5325         parameter for the region.  Call scev_analyzable_p.
5326         (rewrite_commutative_reductions_out_of_ssa): Update call to
5327         rewrite_commutative_reductions_out_of_ssa_loop.
5329 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5331         * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
5333 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5335         * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
5336         SSA scalar phi nodes that can be scev_analyzable_p.
5338 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5340         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
5341         handle SSA_NAME_IS_DEFAULT_DEF.
5343 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5345         * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
5347 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5349         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
5350         case non close-phi nodes with one argument.
5352 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5354         * sese.h (scev_analyzable_p): Scevs could be expressions without
5355         chrecs and still be scev_analyzable_p.
5357 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5359         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
5361 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5363         * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
5364         * cfgloop.h (struct loop): Remove single_iv field.
5365         * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
5366         (scop_canonicalize_loops): Removed.
5367         (scop_ivs_can_be_represented): Do not use loop->single_iv.  Iterate
5368         over all the loop phi nodes in loop->header.
5369         (build_poly_scop): Remove use of scop_canonicalize_loops.
5371 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5373         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
5374         handle GIMPLE_CALL.
5376 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5378         * tree-chrec.c (chrec_apply): Should only apply to the specified
5379         variable.  Also handle multivariate chains of recurrences that
5380         satisfy evolution_function_is_affine_p.  Also handle CASE_CONVERT.
5382 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5384         * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
5385         (debug_clast_name_indexes_1): Removed.
5386         (debug_clast_name_indexes): Removed.
5387         (pbb_to_depth_to_oldiv): Removed.
5388         (build_iv_mapping): Replace the use of rename_map with iv_map.
5389         (translate_clast_user): Remove uses of rename_map.  Allocate and
5390         free iv_map.
5391         (translate_clast_for_loop): Remove uses of rename_map.
5392         (translate_clast_for): Same.
5393         (translate_clast_guard): Same.
5394         (translate_clast): Same.
5395         (gloog): Same.
5396         * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
5397         * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
5398         * sese.c (set_rename): Now static.
5399         (rename_variables_in_stmt): Removed.
5400         (rename_uses): New.
5401         (is_parameter): Removed.
5402         (is_iv): Removed.
5403         (expand_scalar_variables_call): Removed.
5404         (expand_scalar_variables_ssa_name): Removed.
5405         (expand_scalar_variables_expr): Removed.
5406         (expand_scalar_variables_stmt): Removed.
5407         (expand_scalar_variables): Removed.
5408         (rename_variables): Removed.
5409         (remove_condition): Removed.
5410         (get_true_edge_from_guard_bb): Removed.
5411         (get_false_edge_from_guard_bb): Removed.
5412         (struct igp): Removed.
5413         (default_before_guard): Removed.
5414         (convert_for_phi_arg): Removed.
5415         (add_guard_exit_phis): Removed.
5416         (insert_guard_phis): Removed.
5417         (graphite_copy_stmts_from_block): Now also uses iv_map and a
5418         region.  Do not copy conditions.  Do not copy induction variables.
5419         Call rename_uses.
5420         (copy_bb_and_scalar_dependences): Allocate a local rename_map for
5421         the translated statement.  Use the iv_map for the induction
5422         variable renaming.
5423         * sese.h (copy_bb_and_scalar_dependences): Update declaration.
5424         (set_rename): Removed declaration.
5425         (scev_analyzable_p): ...here.
5426         * tree-chrec.c (chrec_apply_map): New.
5427         * tree-chrec.h (chrec_apply_map): Declared.
5429 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5431         * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
5432         insert_loop_close_phis.
5433         * sese.c (name_defined_in_loop_p): Removed.
5434         (expr_defined_in_loop_p): Removed.
5435         (alive_after_loop): Removed.
5436         (close_phi_not_yet_inserted_p): Removed.
5437         (struct alep): Removed.
5438         (add_loop_exit_phis): Removed.
5439         (insert_loop_close_phis): Removed.
5441 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5443         * graphite-cloog-util.c
5444         (cloog_matrix_to_ppl_constraint): Fix flipped condition.
5445         * graphite-poly.c
5446         (psct_scattering_dim_for_loop_depth): Same.
5448 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5450         * graphite-cloog-util.h: Added cloog.h.
5451         * graphite-blocking.c: Removed cloog.h.
5452         * graphite-dependences.c: Same.
5453         * graphite-interchange.c: Same.
5454         * graphite-poly.c: Same.
5455         * graphite-ppl.c: Same.
5456         * graphite-scop-detection.c: Same.
5457         * graphite-sese-to-poly.c:
5458         Removed cloog.h.
5459         Removed graphite-clast-to-gimple.h.
5460         (check_poly_representation): Removed (unused).
5461         * graphite-sese-to-poly.h
5462         (check_poly_representation): Removed (unused).
5464 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5466         * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
5467         (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
5468         (graphite-cloog-util.o): New.
5469         (graphite-ppl.o): Added graphite-cloog-util.h.
5470         * graphite-clast-to-gimple.c:
5471         Added graphite-cloog-util.h to include statements.
5472         * graphite-cloog-util.c: New.
5473         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
5474         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
5475         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
5476         (new_C_Polyhedron_from_Cloog_Matrix): Same.
5477         (insert_constraint_into_matrix): Same.
5478         (ppl_Constrain_System_number_of_constraints): Same.
5479         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
5480         (oppose_constraint): Same.
5481         (cloog_matrix_to_ppl_constraint): Same.
5482         (new_Constraint_System_from_Cloog_Matrix): Same.
5483         * graphite-cloog-util.h: New.
5484         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
5485         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
5486         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
5487         (new_C_Polyhedron_from_Cloog_Matrix): Same.
5488         (insert_constraint_into_matrix): Same.
5489         * graphite-ppl.c:
5490         Added graphite-cloog-util.h to include statements.
5491         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
5492         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
5493         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
5494         (new_C_Polyhedron_from_Cloog_Matrix): Same.
5495         (insert_constraint_into_matrix): Same.
5496         (ppl_Constrain_System_number_of_constraints): Same.
5497         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
5498         (oppose_constraint): Same.
5499         (cloog_matrix_to_ppl_constraint): Same.
5500         (new_Constraint_System_from_Cloog_Matrix): Same.
5501         * graphite-ppl.h:
5502         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
5503         graphite-cloog-util.h.
5504         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
5505         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
5506         (new_C_Polyhedron_from_Cloog_Matrix): Same.
5507         (insert_constraint_into_matrix): Same.
5509 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5511         * graphite-clast-to-gimple.c
5512         (precision_for_value): Resolve value_* calls to matching mpz_* calls.
5513         (precision_for_interval): Same.
5514         (gcc_type_for_interval): Same.
5515         (compute_type_for_level): Same.
5516         * graphite-interchange.c
5517         (lst_interchange_profitable_p): Same.
5518         * graphite-poly.c
5519         (psct_scattering_dim_for_loop_depth): Same.
5520         * graphite-ppl.c
5521         (ppl_max_for_le_pointset): Same.
5522         (ppl_min_for_le_pointset): Same.
5524 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5526         * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
5527         (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
5529 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5531         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
5532         rewrite_close_phi_out_of_ssa.
5534 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5536         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
5538 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5540         * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
5541         rename_map.
5542         * sese.c (debug_rename_map): Same.
5543         (get_rename): Same.
5544         (set_rename): Same.
5545         (rename_variables_in_stmt): Same.
5546         (expand_scalar_variables_call): Same.
5547         (expand_scalar_variables_ssa_name): Same.
5548         (expand_scalar_variables_expr): Same.
5549         (expand_scalar_variables_stmt): Same.
5550         (expand_scalar_variables): Same.
5551         (rename_variables): Same.
5552         (graphite_copy_stmts_from_block): Same.
5553         (copy_bb_and_scalar_dependences): Same.
5555 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5557         * graphite-clast-to-gimple.c (copy_renames): Removed.
5558         (translate_clast_for): Do not call copy_renames.
5559         (translate_clast_guard): Same.
5561 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5563         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
5564         (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
5565         (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
5566         before rewrite_cross_bb_scalar_deps.
5568 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5570         * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
5571         Early return in when flag_associative_math is not set.
5573 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5575         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
5576         of SSA copies on edges except for loop->latch.
5578 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5580         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
5581         Split out of rewrite_reductions_out_of_ssa.
5582         * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
5583         Declared.
5584         * graphite.c (graphite_transform_loops): Call it.
5586 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5588         * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
5590 2010-08-11  Alexander Monakov  <amonakov@ispras.ru>
5592         * dbgcnt.def (graphite_scop): New counter.
5593         * graphite.c: Include dbgcnt.h.
5594         (graphite_transform_loops): Use new counter to limit transformations.
5595         * Makefile.in (graphite.o): Depend on DBGCNT_H.
5597 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5599         * passes.c (init_optimization_passes): Add pass_graphite.
5600         Schedule a pass_copy_prop before pass_graphite_transforms.
5601         * timevar.def (TV_GRAPHITE): Declared.
5602         * tree-pass.h (pass_graphite): Declared.
5603         * tree-ssa-loop.c (pass_graphite): New.
5605 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5607         * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
5608         Remove calls to rename_nb_iterations and rename_sese_parameters.
5609         * graphite-clast-to-gimple.h (gloog): Update declaration.
5610         * graphite.c (graphite_transform_loops): Update call to gloog.
5611         * sese.c (rename_variables_in_expr): Removed.
5612         (rename_nb_iterations): Removed.
5613         (rename_sese_parameters): Removed.
5614         * sese.h (rename_nb_iterations): Removed.
5615         (rename_sese_parameters): Removed.
5617 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5619         * graphite-clast-to-gimple.c (gloog): Remove call to
5620         sese_adjust_liveout_phis.
5621         * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
5622         SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
5623         (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
5624         rewrite_phi_out_of_ssa.
5625         * sese.c (get_vdef_before_sese): Removed.
5626         (sese_adjust_vphi): Removed.
5627         (sese_adjust_liveout_phis): Removed.
5628         * sese.h (sese_adjust_liveout_phis): Removed.
5630 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5632         * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
5633         argument for the place after which to insert the out of SSA copy.
5634         (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
5635         (rewrite_phi_out_of_ssa): Same.
5636         (rewrite_cross_bb_scalar_deps): Same.
5637         (insert_copyout): Removed.
5638         (insert_copyin): Removed.
5639         (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
5640         insert_out_of_ssa_copy_on_edge instead of insert_copyout and
5641         insert_copyin.
5643 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5645         * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
5646         (rewrite_reductions_out_of_ssa): Same.
5647         (rewrite_commutative_reductions_out_of_ssa): Same.
5648         (build_poly_scop): Do not call these functions.
5649         * graphite-sese-to-poly.h (build_poly_scop): Declared.
5650         (rewrite_reductions_out_of_ssa): Declared.
5651         (rewrite_commutative_reductions_out_of_ssa): Declared.
5652         * graphite.c (graphite_transform_loops): Call on every scop
5653         rewrite_commutative_reductions_out_of_ssa before calling
5654         rewrite_reductions_out_of_ssa and build_scop_bbs.
5656 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5658         * graphite-dependences.c (dot_deps): Make system call to dotty run
5659         in background.
5660         (dot_deps_stmt): Same.
5661         * graphite-poly.c (dot_lst): Same.
5663 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5665         * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
5666         phi_arg_in_outermost_loop.
5667         (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
5668         (remove_invariant_phi): Same.
5670 2010-08-11  Anatoly Sokolov  <aesok@post.ru>
5672         * target.def (output_addr_const_extra): New hook.
5673         * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
5674         * doc/tm.texi: Regenerate.
5675         * targhooks.c (default_asm_output_addr_const_extra): New function.
5676         * targhooks.h (default_asm_output_addr_const_extra): Declare.
5677         * final.c (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
5678         target hook.
5680         * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
5681         * config/i386/i386-protos.h (output_addr_const_extra): Remove.
5682         * config/i386/i386.h (output_addr_const_extra): Rename to...
5683         (i386_asm_output_addr_const_extra): ...this. Make static.
5684         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
5686 2010-08-11  Richard Henderson  <rth@redhat.com>
5688         * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
5690 2010-08-11  Nick Clifton  <nickc@redhat.com>
5692         * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
5693         * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
5694         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
5695         stormy16-lib2-cmpsi.c.
5697         * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
5698         -O2.
5700 2010-08-11  Joseph Myers  <joseph@codesourcery.com>
5702         * opts.h (struct cl_option_handler_func): Make handler take
5703         cl_decoded_option structure as parameter, not individual elements.
5704         (struct cl_option_handlers): Make callbacks take cl_decoded_option
5705         structure as parameter, not individual elements.
5706         (handle_option): Take cl_decoded_option structure as parameter,
5707         not individual elements.
5708         (handle_generated_option): Declare.
5709         * opts-common.c (handle_option): Take cl_decoded_option structure
5710         as parameter, not individual elements.  Update calls to callback
5711         and handler functions.
5712         (handle_generated_option): New.
5713         (read_cmdline_option): Update calls to callback functions and
5714         handle_option.
5715         * opts.c (common_handle_option, complain_wrong_lang,
5716         unknown_option_callback, post_handling_callback,
5717         lang_handle_option, target_handle_option): Take cl_decoded_option
5718         structure as parameter, not individual elements.
5719         (lang_handle_option, target_handle_option, common_handle_option):
5720         Assert option has at most one argument.
5721         (enable_warning_as_error): Call handle_generated_option instead of
5722         handle_option.  Do not pass -Werror argument as argument of
5723         generated option.
5725 2010-08-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5727         * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
5728         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
5729         (SUBWORD_BOOL_CAS): Likewise.
5730         (SUBWORD_SYNC_OP): Likewise.
5731         (SUBWORD_TEST_AND_SET): Likewise.
5732         (FETCH_AND_OP_WORD): Parenthesise INF_OP
5733         (SUBWORD_SYNC_OP): Likewise.
5734         (OP_AND_FETCH_WORD): Likewise.
5736 2010-08-10  Xinliang David Li  <davidxl@google.com>
5738         * tree-ssa-loop-ivopts.c (get_address_cost): Properly
5739         compute max/min offset in address.
5741 2010-08-10  Vladimir Makarov  <vmakarov@redhat.com>
5743         * ira-live.c: Include sbitmap.h.
5744         (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
5745         Compress live ranges even more.
5747 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
5749         * coverage.c (ctr_labels): Delete.
5751 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
5753         PR bootstrap/45177
5754         * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
5755         test here from arm_gen_load_multiple_1.
5756         (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
5757         multiple_operation_profitable_p.
5759 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
5761         * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
5762         (fini_pre): Call free_aux_for_blocks.  Delete unused bb variable.
5764 2010-08-10  Richard Henderson  <rth@redhat.com>
5766         * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
5767         after saving registers.  Assert that SSE registers are only saved
5768         with a sufficiently aligned frame.
5769         (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
5770         remove stack_realign_fp handling.
5771         (ix86_expand_prologue): Save int registers before stack_realign_fp,
5772         and do not mark the stack alignment as frame related.
5773         (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
5775         * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
5776         saves when re-aligning the stack.
5778 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
5780         * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
5781         * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
5782         (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
5784 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
5786         * dwarf2out.c (struct die_struct): Move die_tag to the end.
5788 2010-08-09  Sofiane Naci  <sofiane.naci@arm.com>
5790         * config/arm/iterators.md: New file.
5791         * config/arm/arm.md: Include iterators.md.
5792         (QHSI): Move to new file.
5793         (LTUGEU, cnb, optab, ior_xor): Likewise.
5794         * config/arm/iwmmxt.md (VMMX): Move to new file.
5795         (VSHFT, MMX_char): Likewise.
5796         * config/arm/neon.md (VD): Move to new file.
5797         (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
5798         (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
5799         (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
5800         (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
5801         (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
5802         (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
5803         (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
5804         (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
5805         (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
5806         (Is_d_reg, V_mode_nunits): Likewise.
5807         * config/arm/vec-common.md (VALL): Move to new file.
5808         (VALLW, VINT, VINTW): Likewise.
5810 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
5812         PR middle-end/45182
5813         * combine.c (make_compound_operation): Don't try to convert
5814         shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
5816 2010-08-10  Richard Guenther  <rguenther@suse.de>
5818         * tree.h (get_object_alignment): Adjust prototype.
5819         * builtins.c (get_object_alignment): Return unsigned int,
5820         drop the align parameter.  Handle MEM_REF, MISALIGNED_INDIRECT_REF
5821         and TARGET_MEM_REF properly.
5822         (get_pointer_alignment): Adjust.
5823         * emit-rtl.c (get_mem_align_offset): Adjust comment.
5824         (set_mem_attributes_minus_bitpos): Adjust.
5825         * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
5827 2010-08-10  Richard Guenther  <rguenther@suse.de>
5829         * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
5830         (copy_prop_visit_assignment): Simplify.
5831         (copy_prop_visit_stmt): Also visit assignments from
5832         constants.
5833         (copy_prop_visit_phi_node): Use operand_equal_p.
5835 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
5837         * ipa-split.c (find_split_points): Free stack.
5839 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
5841         * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
5842         * tree.c (tree_node_kind): Delete corresponding entries.
5844 2010-08-09  H.J. Lu  <hongjiu.lu@intel.com>
5846         * alias.c (may_alias_p): Remove unused ret.
5848 2010-08-09  Bingfeng Mei  <bmei@broadcom.com>
5850         * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
5851         alias_sets_conflict_p.
5852         (walk_mems_1): Moved from alias.c.
5853         (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
5854         in alias.c.
5855         (add_inter_loop_mem_dep): Use insns_may_alias_p now.
5856         * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
5857         * alias.c (walk_mems_2): Moved to ddg.c.
5858         (walk_mems_1): Ditto.
5859         (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
5860         to ddg.c.
5861         (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
5862         disambiguation.
5863         *(may_alias_p): New function to check whether two memory expression
5864         may alias or not. Currently used in buidling inter-iteration memory
5865         dependence.
5866         *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
5867         (insn_alias_sets_conflict_p): Removed
5868         *rtl.h (may_alias_p): New function prototype.
5870 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
5872         * tree.c (nreverse): Assert that we don't have a BLOCK.
5874 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
5876         * builtins.c (fold_builtin_next_arg): Use stdarg_p.
5877         * config/arm/arm.c (arm_get_pcs_model): Likewise.
5878         * config/avr/avr.c (init_cumulative_args): Likewise.
5879         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
5880         * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
5881         * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
5882         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
5883         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
5884         * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
5885         * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
5886         * dwarf2out.c (gen_subprogram_die): Likewise.
5887         * function.c (allocate_struct_function): Likewise.
5888         * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
5889         (deserves_ellipsis): Delete.
5891 2010-08-09  Richard Guenther  <rguenther@suse.de>
5893         * tree-ssa-copy.c (cached_last_copy_of): Remove.
5894         (valueize_val): New function.
5895         (get_last_copy_of): Remove.
5896         (set_copy_of_val): Simplify.
5897         (dump_copy_of): Likewise.
5898         (copy_prop_visit_cond_stmt): Use valueize_val.
5899         (copy_prop_visit_phi_node): Properly handle unvisited names.
5900         Drop code managing copy-of chains.
5901         (init_copy_prop): Adjust.
5902         (fini_copy_prop): Likewise.
5903         (execute_copy_prop): Remove obsolete comment.
5905 2010-08-09  Richard Guenther  <rguenther@suse.de>
5907         PR middle-end/44632
5908         * function.c (gimplify_parameters): Do not clear addressable
5909         bit of the original parameter.
5911 2010-08-09  Richard Guenther  <rguenther@suse.de>
5913         PR middle-end/45212
5914         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
5915         alignment from MEM_REF offset only if we took it from the
5916         base object.
5918 2010-08-09  Eric Fisher  <joefoxreal@gmail.com>
5920         * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
5922 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
5924         * c-tree.h (build_arg_info): Declare.
5925         * c-decl.c (build_arg_info): Define.
5926         (get_parm_info): Call it.  Delete initialization code.
5927         * c-parser.c (c_parser_parms_declarator): Likewise.
5928         (c_parser_parms_list_declaractor): Likewise.
5930 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
5932         * c-tree.h (c_arg_tag): Define.  Define a VEC containing it.
5933         (struct c_arg_info): Change type of tags field.
5934         * c-decl.c (grokdeclarator): Update for changed type of tags field.
5935         (get_parm_info): Likewise.
5936         (store_parm_decls_newstyle): Likewise.
5938 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
5940         * config/rs6000/rs6000.c (branch_island): Define.  Define a VEC of it.
5941         (branch_island_list): Delete.
5942         (branch_islands): Declare.
5943         (add_compiler_branch_island): Adjust for branch_islands instead of
5944         branch_island_list.
5945         (macho_branch_islands): Likewise.
5946         (no_previous_def): Likewise.
5947         (get_prev_label): Likewise.
5949 2010-08-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5951         PR boehm-gc/34544
5952         * gthr-posix.h (__gthread_start): Delete.
5953         (__gthread_active_init): Use pthread_default_stacksize_np instead of
5954         pthread_create to determine if hpux pthreads are active.
5955         * gthr-posix95.h (__gthread_start): Delete.
5956         (__gthread_active_init): Likewise use pthread_default_stacksize_np.
5958 2010-08-08  Kai Tietz  <kai.tietz@onevision.com>
5960         * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
5961         _WIN64 not expanded.
5963 2010-08-07  Uros Bizjak  <ubizjak@gmail.com>
5964             H.J. Lu  <hongjiu.lu@intel.com>
5966         PR target/45213
5967         * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
5968         to output 32bit SFmode immediate as 8 byte sign extended value.
5970 2010-08-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5972         * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
5973         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
5974         (SUBWORD_BOOL_CAS): Likewise.
5975         (SUBWORD_SYNC_OP): Likewise.
5976         (SUBWORD_TEST_AND_SET): Likewise.
5977         (FETCH_AND_OP_WORD): Parenthesise INF_OP
5978         (SUBWORD_SYNC_OP): Likewise.
5979         (OP_AND_FETCH_WORD): Likewise.
5981 2010-08-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5983         * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
5984         * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
5985         (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
5986         (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
5987         generic part.
5988         (cortex_a9_sched_adjust_cost): New function.
5989         (xscale_sched_adjust_cost): New function.
5990         * config/arm/arm-protos.h (struct tune_params): New field
5991         sched_adjust_cost.
5992         * config/arm/arm-cores.def: Adjust costs for cortex-a9.
5994 2010-08-06  Eric Botcazou  <ebotcazou@adacore.com>
5996         PR target/44942
5997         * config/sparc/sparc.c (function_arg_advance): Always take into account
5998         the padding, if any.
6000 2010-08-06  Richard Guenther  <rguenther@suse.de>
6002         * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
6003         (dump_lattice_value): Dump it.
6004         (get_default_value): Adjust.
6005         (get_constant_value): Likewise.
6006         (set_value_varying): Likewise.
6007         (set_lattice_value): Make sure to not go up the lattice
6008         with bitwise constant values.
6009         (get_value_for_expr): Handle ADDR_EXPRs.
6010         (value_to_double_int): New function.
6011         (get_value_from_alignment): Likewise.
6012         (do_dbg_cnt): Adjust.
6013         (ccp_lattice_meet): Handle partially constant values.
6014         (bit_value_unop_1): New function.
6015         (bit_value_binop_1): Likewise.
6016         (bit_value_unop): Likewise.
6017         (bit_value_binop): Likewise.
6018         (evaluate_stmt): Track partially constant values if
6019         flag_tree_bit_ccp is set.
6020         (ccp_fold_stmt): Dump if we folded a predicate.
6021         (ccp_visit_stmt): Adjust.
6022         * common.opt (ftree-bit-ccp): New flag.
6023         * doc/invoke.texi (ftree-bit-ccp): Document.
6024         * opts.c (decode_options): Enable bit-CCP at -O1.
6026 2010-08-06  Alan Modra  <amodra@gmail.com>
6028         * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
6029         and -mrelocatable-lib description.
6031 2010-08-05  Bernd Schmidt  <bernds@codesourcery.com>
6033         From Martin Thuresson  <martint@google.com>
6034         * postreload.c (reload_cse_simplify_operands): Use
6035         SET_REGNO_RAW instead of SET_REGNO.
6036         * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
6037         SET_REGNO.
6038         * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
6039         instead of SET_REGNO.
6040         * rtl.h (SET_REGNO_RAW): New macro.
6042 2010-08-05  Eric Botcazou  <ebotcazou@adacore.com>
6044         * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
6045         computations.  Fix formatting issues.
6046         (num_sign_bit_copies1): Likewise.
6047         (canonicalize_condition): Likewise.
6049 2010-08-05  Richard Henderson  <rth@redhat.com>
6051         * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
6052         (floor_log2): Use clz_hwi.
6053         (exact_log2): Use ctz_hwi.
6054         * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
6055         * builtins.c (fold_builtin_bitop): Use them.
6056         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
6057         * combine.c (get_pos_from_mask): Use ctz_hwi.
6058         * double-int.c (double_int_ctz): Likewise.
6059         * explow.c (force_reg): Likewise.
6060         * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
6062 2010-08-05  Richard Henderson  <rth@redhat.com>
6064         PR target/45189
6065         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
6066         the alignment constant is properly sign-extended.
6068 2010-08-05  Richard Guenther  <rguenther@suse.de>
6070         * expr.c (store_expr): Use emit_block_move only if both
6071         source and target are MEMs.  Use store_bit_field if only
6072         the target is a MEM.
6074 2010-08-05  Richard Henderson  <rth@redhat.com>
6076         PR debug/45188
6077         * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
6078         (INCOMING_RETURN_ADDR_RTX): Likewise.
6079         (dwarf2out_do_frame): Remove conditional compilation.
6080         (dwarf2out_frame_init): Likewise.
6082 2010-08-05  Nicolas Setton  <setton@adacore.com>
6084         * gcov.c (flag_display_progress): New static variable.
6085         (main): Display progress info on standard output if requested.
6086         (options): Add -d/--display-progress.
6087         (print_usage): Print them.
6088         (process_args): Handle them.
6089         * doc/gcov.texi: Document them.
6091 2010-08-05  Martin Jambor  <mjambor@suse.cz>
6093         * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
6094         (ipcp_insert_stage): Redirect only edges not flagged with
6095         indirect_inlining_edge.  Call ipcp_discover_new_direct_edges for all
6096         discovered constants.
6098 2010-08-05  Martin Jambor  <mjambor@suse.cz>
6100         * ipa-prop.h (enum ipa_lattice_type): Changed comments.
6101         (struct ipa_param_descriptor): New fields types and
6102         cannot_devirtualize.
6103         (ipa_param_cannot_devirtualize_p): New function.
6104         (ipa_param_types_vec_empty): Likewise.
6105         (ipa_make_edge_direct_to_target): Declare.
6106         * ipa-cp.c: Fixed first stage driver name in initial comment,
6107         described devirtualization there too.
6108         (ipcp_analyze_node): Call ipa_analyze_params_uses.
6109         (ipcp_print_all_lattices): Print devirtualization info.
6110         (ipa_set_param_cannot_devirtualize): New function.
6111         (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
6112         lattice to BOTTOM.
6113         (ipcp_init_stage): Merged into...
6114         (ipcp_generate_summary): ...its caller.
6115         (ipcp_change_tops_to_bottom): Also process type lists.
6116         (ipcp_add_param_type): New function.
6117         (ipcp_copy_types): Likewise.
6118         (ipcp_propagate_types): Likewise.
6119         (ipcp_propagate_stage): Also propagate types.
6120         (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
6121         Also return true if propagated types require it.
6122         (ipcp_update_callgraph): Dump redirection info.
6123         (ipcp_process_devirtualization_opportunities): New function.
6124         (ipcp_const_param_count): Include known type information.
6125         (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
6126         on new node.  Fixed formatting.
6127         * ipa-prop.c (make_edge_direct_to_target): Renamed to
6128         ipa_make_edge_direct_to_target and changed all callers.  Made
6129         externally visible.
6130         (ipa_node_duplication_hook): Duplicate types vector.
6131         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
6132         redirect outgoing calls for which we can't get a decl from the
6133         statement.  Check that we can get a decl from the call statement.
6134         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
6135         ipa_analyze_params_uses only when ipa-cp is disabled.
6136         * tree-inline.c (get_indirect_callee_fndecl): Removed.
6137         (expand_call_inline): Do not call get_indirect_callee_fndecl.
6138         * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
6139         * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
6141 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
6143         * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
6144         temporary. Emit move from temporary to accum, so REG_EQUAL note will
6145         be attached to this insn in correct mode.
6147 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
6149         * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
6150         using REGNO of base_reg directly.
6152 2010-08-05  Jie Zhang  <jie@codesourcery.com>
6154         PR tree-optimization/45144
6155         * tree-sra.c (type_consists_of_records_p): Return false
6156         if the record contains bit-field.
6158 2010-08-04  Richard Henderson  <rth@redhat.com>
6160         * config/i386/i386.c (struct ix86_frame): Remove padding and
6161         to_allocate members.
6162         (ix86_compute_frame_layout): Don't store them.
6163         (ix86_can_use_return_insn_p): Use a more direct and more obviously
6164         correct condition for the position of the stack pointer.
6165         (ix86_expand_prologue): Compute remaining stack allocation based
6166         on the ultimate stack pointer offset.
6167         (ix86_expand_epilogue): Use more obvious expressions testing for
6168         the stack pointer already pointing to the saved registers.
6170         * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
6171         duplication deconstructing the frame pointer.  Simplify
6172         deallocation of the local stack frame.
6174         * reg-notes.def (CFA_EXPRESSION): New.
6175         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
6176         (dwarf2out_frame_debug_cfa_expression): New.
6177         (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
6179         * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
6180         * config/i386/i386.c (ix86_expand_prologue): Set it.
6181         (ix86_expand_epilogue): Clear it.
6182         (ix86_emit_save_reg_using_mov): For registers saved in a realigned
6183         context, add REG_CFA_EXPRESSION notes.
6185         * config/i386/i386.h (struct machine_frame_state): Rename from
6186         machine_cfa_state.  Add members tracking SP and FP regardless
6187         of the current CFA register.
6188         (ix86_cfa_state): Remove.
6189         * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
6190         and sse_reg_save_offset members.
6191         (ix86_compute_frame_layout): Set them.
6192         (gen_push): Increment sp_offset too.
6193         (choose_baseaddr_len, choose_baseaddr): New.
6194         (ix86_emit_save_reg_using_mov): New.
6195         (ix86_emit_save_regs_using_mov): Use it.
6196         (ix86_emit_save_sse_regs_using_mov): Likewise.
6197         (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
6198         compare vs the saved red_zone_offset.
6199         (pro_epilogue_adjust_stack): Adjust sp_offset.
6200         (ix86_adjust_stack_and_probe): Likewise.
6201         (ix86_expand_prologue): Set up, use, and validate the new
6202         frame_state_info members.  Use gen_frame_mem.
6203         (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
6204         (ix86_emit_restore_reg_using_pop): Likewise.  Use and update the
6205         new frame_state_info members.
6206         (ix86_emit_leave): Likewise.
6207         (ix86_emit_restore_regs_using_mov): Likewise.  Don't check for
6208         out-of-range stack pointer offsets here.
6209         (ix86_emit_restore_sse_regs_using_mov): Likewise.
6210         (ix86_expand_epilogue): Use and validate the new frame_state_info
6211         members.  Break up and simplify the logic selecting the
6212         restore_regs_via_mov code path.  Ensure that there will be no
6213         out-of-range stack pointer offsets.
6215         * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
6217         * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
6218         argument name to reflect the expected tree; fix indentation.
6219         (ix86_asm_output_function_label): Output the entire 32-bit
6220         ms_hook here as bytes ...
6221         (ix86_expand_prologue): ... not here as insns.  Attach the
6222         unwind info for the ms_hook to a blockage insn.
6223         (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
6224         (ix86_ms_bitfield_layout_p): Fix indentation.
6225         * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
6227         * config/i386/i386.c (ix86_using_red_zone): New.
6228         (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
6229         ix86_expand_prologue, ix86_force_to_memory): Use it.
6231         * config/i386/i386.c (ix86_expand_prologue): Simplify logic
6232         saving the int registers.
6234         * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
6235         and DWARF2_UNWIND_INFO conditional compilation.
6237 2010-08-04  Richard Henderson  <rth@redhat.com>
6239         PR debug/45171
6240         * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
6241         an is_naming_typedef_decl.
6243 2010-08-04  Bernd Schmidt  <bernds@codesourcery.com>
6245         PR rtl-optimization/45162
6246         * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
6247         * dce.c (word_dce_process_block): Likewise.
6249 2010-08-04  Steve Ellcey  <sje@cup.hp.com>
6251         PR target/44583
6252         * config/ia64/constraints.md (Z): New.
6253         * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
6254         (xfreg_or_signed_fp01_operand): New.
6255         * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
6256         with fr_reg_or_signed_fp01_operand and constraint G with Z.
6257         (subsf3): Ditto.
6258         (*maddsf4): Ditto.
6259         (*msubsf4): Ditto.
6260         (adddf3): Ditto.
6261         (adddf3_trunc): Ditto.
6262         (subdf3): Ditto.
6263         (*subdf3_trunc): Ditto.
6264         (*madddf4): Ditto.
6265         (*madddf4_trunc): Ditto.
6266         (*msubdf4): Ditto.
6267         (*msubdf4_trunc): Ditto.
6268         (addxf3): Replace xfreg_or_fp01_operand with
6269         xfreg_or_signed_fp01_operand and constraint G with Z.
6270         (*addxf3_truncsf): Ditto.
6271         (*addxf3_truncdf): Ditto.
6272         (subxf3): Ditto.
6273         (*subxf3_truncsf): Ditto.
6274         (*subxf3_truncdf): Ditto.
6275         (*maddxf4): Ditto.
6276         (*maddxf4_truncsf): Ditto.
6277         (*maddxf4_truncdf): Ditto.
6278         (*msubxf4): Ditto.
6279         (*msubxf4_truncsf): Ditto.
6280         (*msubxf4_truncdf): Ditto.
6282 2010-08-04  Richard Guenther  <rguenther@suse.de>
6284         * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
6285         if either alias-set is zero.
6287 2010-08-04  Richard Guenther  <rguenther@suse.de>
6289         * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
6290         * tree-ssa-ccp.c: ... here.
6291         * tree-ssa-copy.c: ... and here.
6292         * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
6293         value_range_t): Move ...
6294         * tree-vrp.c: ... here.
6295         * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
6296         (substitute_and_fold): Adjust prototype.
6297         * tree-ssa-propagate.c (replace_uses_in): Adjust.
6298         (replace_phi_args_in): Likewise.
6299         (substitute_and_fold): Take callback to query lattice instead
6300         of pointer to lattice.  Replace SSA name defs with lattice
6301         values first.
6302         * tree-ssa-ccp.c (ccp_finalize): Adjust.
6303         * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
6304         (get_value): New function.
6305         (fini_copy_prop): Adjust.
6306         * tree-vrp.c (vrp_finalize): Adjust.
6308 2010-08-04  Richard Guenther  <rguenther@suse.de>
6310         PR middle-end/45176
6311         * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
6312         points-to set for original MEM_REF.
6314 2010-08-04  Richard Guenther  <rguenther@suse.de>
6316         * tree-ssa-ccp.c (get_constant_value): New function.
6317         (get_rhs_assign_op_for_ccp): Remove.
6318         (valueize_op): New function.
6319         (ccp_fold): Use get_constant_value and valueize_op.
6320         (fold_const_aggregate_ref): Likewise.
6321         (ccp_fold_stmt): Likewise.
6322         (visit_assignment): Simplify.
6324 2010-08-04  Richard Guenther  <rguenther@suse.de>
6326         * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
6327         * double-int.h (double_int_ctz): Declare.
6328         * double-int.c (double_int_ctz): New function.
6330 2010-08-04  Hariharan Sandanagobalane  <hariharan@picochip.com>
6332         * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
6333         Define.
6334         picochip_expand_movmemhi : Expand movmem pattern.
6335         * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
6336         Declare.
6337         * config/picochip/picochip.md (movmemhi) : New pattern.
6339 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
6341         * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
6343 2010-08-03  Bernd Schmidt  <bernds@codesourcery.com>
6345         * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
6346         NEG as operand of a MULT by merging it with the other operand.
6347         * combine.c (make_compound_operation): Use trunc_int_for_mode when
6348         generating a MULT with constant.  Canonicalize PLUS and MINUS involving
6349         MULT.
6350         * config/arm/constraints.md (M): Examine only 32 bits of a
6351         HOST_WIDE_INT.
6352         * config/arm/predicates.md (power_of_two_operand): Likewise.
6354 2010-08-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6356         * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
6357         non-NOTE insns.
6359 2010-08-03  Jan Hubicka  <jh@suse.cz>
6361         * ipa-split.c (struct split_point): Add split_part_set_retval.
6362         (find_retval): Forward declare.
6363         (test_nonssa_use, mark_nonssa_use): Special case return by reference.
6364         (consider_split): Compute current->split_part_set_retval.
6365         (visit_bb): Do not look into return value.
6366         (split_function): Handle !split_part_set_retval
6368 2010-08-03  Martin Jambor  <mjambor@suse.cz>
6370         * tree-sra.c (completely_scalarize_record): New parameter REF, create
6371         its own access->expr intead of using build_ref_for_offset.
6373 2010-08-03  Joseph Myers  <joseph@codesourcery.com>
6375         * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
6376         * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
6377         * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
6378         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
6379         * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
6380         * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
6381         * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
6382         DEFAULT_SWITCH_TAKES_ARG.
6383         * config/rx/rx.opt (-patch=): Remove option.
6384         * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
6385         * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
6386         * doc/invoke.texi (RX Options): Remove -patch=.
6387         * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
6388         (option_map): Remove --profile-blocks, --quiet and --silent.
6390 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
6392         * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
6393         * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
6394         (ix86_expand_branch): Add op0 and op1 arguments.  Do not access
6395         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
6396         Update calls to ix86_expand_compare and ix86_expand_branch.
6397         (ix86_expand_setcc): Add op0 and op1 arguments.  Update calls to
6398         ix86_expand_compare.
6399         (ix86_expand_compare): Add op0 and op1 arguments.  Do not access
6400         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
6401         Make static.
6402         (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
6403         and ix86_compare_op1.  Update calls to ix86_expand_compare.
6404         (ix86_expand_int_movcc): Ditto.
6405         (ix86_expand_fp_movcc): Ditto.  Update calls to ix86_expand_setcc.
6406         * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
6407         (ix86_expand_setcc): Ditto.
6408         (ix86_expand_compare): Remove prototype.
6409         * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
6410         ix86_compare_op0 and ix86_compare_op1.  Update calls
6411         to ix86_expand_branch to directly pass operands[1] and operands[2].
6412         (cbranchxf4): Ditto.
6413         (cbranch<MODEF:mode>4): Ditto.
6414         (cbranchcc4): Ditto.
6415         (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
6416         Update calls to ix86_expand_setcc to directly pass operands[2] and
6417         operands[3].
6418         (cstorexf4): Ditto.
6419         (cstore<MODEF:mode>4): Ditto.
6420         (cstorecc4): Ditto.
6422 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
6424         PR target/45063
6425         * caller-save.c (save_call_clobbered_regs): Remove regs from
6426         hard_regs_saved when they are set.
6428 2010-08-02  Uros Bizjak  <ubizjak@gmail.com>
6430         PR target/41089
6431         * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
6432         as volatile.
6434 2010-08-02  Sebastian Pop  <sebastian.pop@amd.com>
6436         * common.opt (ftree-loop-distribute-patterns): New.
6437         * invoke.texi (-ftree-loop-distribute-patterns): Documented.
6438         * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
6439         at -O3.
6440         * tree-data-ref.c (stores_zero_from_loop): New.
6441         * tree-data-ref.h (stores_zero_from_loop): Declared.
6442         * tree-loop-distribution.c (tree_loop_distribution): Call
6443         stores_zero_from_loop.
6444         (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
6446 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
6448         * postreload.c (reload_cse_simplify_operands): Take attribute enabled
6449         into account.
6451         * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
6452         * config/arm/arm.c (thumb1_code): New variable.
6453         (arm_override_options): Set it.
6454         (thumb1_final_prescan_insn): Keep track of condition code status.
6455         (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
6456         jumps that depend on them.
6457         * config/arm/arm.h (thumb1_code): Declare variable.
6458         (struct machine_function): Guard with #ifndef GENERATOR_FILE.  Add
6459         members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
6460         thumb1_cc_mode.
6461         (CC_STATUS_INIT): New macro.
6462         * config/arm/constraints.md (Pd): New constraint.
6463         * config/arm/predicates.md (noov_comparison_operator): New predicate.
6464         * config/arm/arm.md (is_thumb1): New define_attr.
6465         (conds): Set default to "clob" when generating Thumb1 code.
6466         (thumb1_bicsi3): Renamed from bicsi3.  All uses changed.  Condition
6467         code are set.  Use two-operand assembly syntax.
6468         (thumb1_subsi3_insn): Condition codes are set.  Now a properly named
6469         pattern.
6470         (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
6471         codes are set.  Use two-operand assembly syntax.
6472         (zero_extendhisi splitter): Remove constraints.
6473         (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
6474         thumb1_movsf_insn): Set conds attribute as appropriate.
6475         (cbranchsi4_insn): Use condition code status from struct
6476         machine_function to determine whether the comparison can be eliminated.
6477         Discourage the alternative using high registers.
6478         (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
6479         orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
6480         bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
6481         subsi3_cbranch): Delete.
6482         (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
6483         one subtract and one cbranch insn.
6485         * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
6486         thumb2_movdf_soft_insn): Delete patterns.
6487         * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
6488         arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
6489         (pool_range, neg_pool_range): Use them to define defaults.
6490         (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
6491         and allow for TARGET_32BIT.
6493         PR target/40457
6494         * config/arm/arm.h (arm_regs_in_sequence): Declare.
6495         * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
6496         load_multiple_sequence, store_multiple_sequence): Delete
6497         declarations.
6498         (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
6499         declarations.
6500         * config/arm/ldmstm.md: New file.
6501         * config/arm/arm.c (arm_regs_in_sequence): New array.
6502         (load_multiple_sequence): Now static.  New args SAVED_ORDER,
6503         CHECK_REGS.  All callers changed.
6504         If SAVED_ORDER is nonnull, copy the computed order into it.
6505         If CHECK_REGS is false, don't sort REGS.  Handle Thumb mode.
6506         (store_multiple_sequence): Now static.  New args NOPS_TOTAL,
6507         SAVED_ORDER, REG_RTXS and CHECK_REGS.  All callers changed.
6508         If SAVED_ORDER is nonnull, copy the computed order into it.
6509         If CHECK_REGS is false, don't sort REGS.  Set up REG_RTXS just
6510         like REGS.  Handle Thumb mode.
6511         (arm_gen_load_multiple_1): New function, broken out of
6512         arm_gen_load_multiple.
6513         (arm_gen_store_multiple_1): New function, broken out of
6514         arm_gen_store_multiple.
6515         (arm_gen_multiple_op): New function, with code from
6516         arm_gen_load_multiple and arm_gen_store_multiple moved here.
6517         (arm_gen_load_multiple, arm_gen_store_multiple): Now just
6518         wrappers around arm_gen_multiple_op.  Remove argument UP, all callers
6519         changed.
6520         (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
6521         * config/arm/predicates.md (commutative_binary_operator): New.
6522         (load_multiple_operation, store_multiple_operation): Handle more
6523         variants of these patterns with different starting offsets.  Handle
6524         Thumb-1.
6525         * config/arm/arm.md: Include "ldmstm.md".
6526         (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
6527         ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
6528         stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
6529         peepholes): Delete.
6530         * config/arm/ldmstm.md: New file.
6531         * config/arm/arm-ldmstm.ml: New file.
6533         * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
6534         if statement which adds extra costs to frame-related expressions.
6536 2010-08-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6538         * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
6540 2010-08-01  Uros Bizjak  <ubizjak@gmail.com>
6542         PR target/45142
6543         * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
6544         alternative 2.
6545         (vec_set<mode>_0 splitter): Use SSEMODE4S mode iterator to also
6546         split V4SI operands.
6548 2010-08-01  Anatoly Sokolov  <aesok@post.ru>
6550         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
6551         * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
6552         * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
6553         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
6555 2010-07-31  Kai Tietz  <kai.tietz@onevision.com>
6557         * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
6558         LOCAL_INCLUDE_DIR.
6560 2010-07-31  Richard Sandiford  <rdsandiford@googlemail.com>
6562         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
6563         used in the call to optab_for_tree_code.  Fix the second
6564         is_widening_mult_p call.  Check that both unwidened operands
6565         have the same sign.
6567 2010-07-31  John Tytgat  <John.Tytgat@aaug.net>
6569         * config/arm/arm.c (arm_function_arg): Remove superfluous test.
6571 2010-07-31  Anatoly Sokolov  <aesok@post.ru>
6573         * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
6575 2010-07-30  DJ Delorie  <dj@redhat.com>
6577         * config/rx/predicates.md (rx_constshift_operand): New.
6578         * config/rx/rx.md (zs_cond): New.
6579         (cbranchsi4): Remove mode.
6580         (*cbranchsi4_<code>): Likewise.
6581         (*tstbranchsi4_<code>): New.
6582         (*tstbranchsi4r_<code>): New.
6583         (*tstbranchsi4m_eq): New.
6584         (*tstbranchsi4m_ne): New.
6585         (cbranchsf4): Remove mode.
6586         (*cbranchsf4_<code>): Likewise.
6588 2010-07-30  Bernd Schmidt  <bernds@codesourcery.com>
6590         * rtlanal.c (simplify_subreg_regno): Don't treat
6591         HARD_FRAME_POINTER_REGNUM specially.
6593 2010-07-30  Joseph Myers  <joseph@codesourcery.com>
6595         * common.opt (-G): Don't define option here.
6596         * config/g.opt: New.
6597         * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
6598         rs6000/powerpc and score targets.
6599         * opts.c (common_handle_option): Don't handle -G here.
6600         * config/alpha/alpha.c (alpha_handle_option): Handle -G.
6601         * config/frv/frv.c (frv_handle_option): Handle -G.
6602         * config/ia64/ia64.c (ia64_handle_option): Handle -G.
6603         * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
6604         * config/m32r/m32r.c (m32r_handle_option): Handle -G.
6605         * config/mips/mips.c (mips_handle_option): Handle -G.
6606         * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
6607         * config/score/score.c (score_handle_option): Handle -G.
6609 2010-07-30  Anatoly Sokolov  <aesok@post.ru>
6611         * config/mmix/mmix.c: Include basic-block.h.
6613 2010-07-30  Jakub Jelinek  <jakub@redhat.com>
6615         PR debug/45055
6616         PR rtl-optimization/45137
6617         * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
6618         prototypes.
6619         * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
6620         New functions.
6621         * combine.c (next_nonnote_nondebug_insn): Removed.
6622         * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
6623         * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
6624         * sched-deps.c (sched_analyze_insn): Likewise.
6625         (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
6626         * rtlanal.c (canonicalize_condition): Likewise.
6627         * postreload.c (reload_combine_recognize_pattern): Likewise.
6628         (reload_cse_move2add): Use next_nonnote_nondebug_insn.
6630 2010-07-29  Uros Bizjak  <ubizjak@gmail.com>
6632         * config/i386/i386.md (int_cond): Remove code iterator.
6633         (fp_cond): Ditto.
6634         (cbranch<mode>4): Use ordered_comparison_operator predicate
6635         for operator0.
6636         (cstore<mode>4): Ditto for operator1.
6637         (mov<SWIM:mode>cc and corresponding splitter): Ditto.
6638         (add<mode>cc): ditto.
6640 2010-07-30  Richard Guenther  <rguenther@suse.de>
6642         PR middle-end/45141
6643         * expr.c (expand_expr_real_1): Check for not handled base address.
6645 2010-07-30  Richard Guenther  <rguenther@suse.de>
6647         * ipa-prop.c (ipa_modify_formal_parameters): Use
6648         build_distinct_type_copy.
6650 2010-07-30  Anthony Green  <green@moxielogic.com>
6652         * config/moxie/rtems.h: New file.
6653         * config.gcc: Add moxie-rtems support.
6655 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
6657         * dce.c (run_word_dce): Take flag_dce into account.  Clear and restore
6658         df flags as in run_fast_df_dce.
6660 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
6662         Revert:
6663         2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
6665         * rtl.def (NOTE): Swap operands 4 and 5.
6666         * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
6667         NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
6668         Adjust accordingly.
6669         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
6671 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
6673         PR debug/45110
6674         * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
6675         (gen_formal_types_die): Add DW_AT_object_pointer in methods.
6676         (gen_subprogram_die): Likewise.  Remove it when removing declaration's
6677         formal parameters.
6678         (gen_decl_die): Change return type to dw_die_ref, return what
6679         gen_formal_parameter_die returned.
6681 2010-07-29  Martin Jambor  <mjambor@suse.cz>
6683         * dbgcnt.def (eipa_sra): New counter.
6684         * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
6686 2010-07-29  Xinliang David Li  <davidxl@google.com>
6688         PR bootstrap/45119
6689         * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
6690         in revision 162652.
6692 2010-07-29  Richard Guenther  <rguenther@suse.de>
6694         * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
6695         (TV_TREE_STORE_CCP): Likewise.
6696         (TV_TREE_REDPHI): Likewise.
6698 2010-07-29  Richard Guenther  <rguenther@suse.de>
6700         * double-int.h (double_int_and_not): New function.
6701         * combine.c (try_combine): Use it.
6702         * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
6704 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
6706         PR rtl-optimization/42575
6707         * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
6708         Argument AU removed.  All callers changed.  Ignore artificial refs.
6709         Use return value of df_word_lr_simulate_defs to decide whether an insn
6710         is necessary.
6711         (fast_dce): Rename arg to WORD_LEVEL.
6712         (run_word_dce): Renamed from rest_of_handle_fast_byte_dce.  No longer
6713         static.
6714         (pass_fast_rtl_byte_dce): Delete.
6715         * dce.h (run_word_dce): Declare.
6716         * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
6717         All callers changed.  Simplify code to only deal with two-word regs.
6718         * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
6719         (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
6720         (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
6721         (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
6722         (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
6723         (df_word_lr_mark_ref): Declare.
6724         (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
6725         df_word_lr_simulate_uses): Declare or rename from byte variants.
6726         (df_byte_lr_simulate_artificial_refs_at_top,
6727         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
6728         df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
6729         declarations.
6730         (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
6731         (enum df_mm): Delete.
6732         * df-byte-scan.c: Delete file.
6733         * df-problems.c (df_word_lr_problem_data): Renamed from
6734         df_byte_lr_problem_data, all members deleted except for
6735         WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS.  Uses changed.
6736         (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
6737         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
6738         df_byte_lr_get_regno_len, df_byte_lr_check_regs,
6739         df_byte_lr_confluence_0): Delete functions.
6740         (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
6741         callers changed.
6742         (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
6743         Don't initialize members that were deleted, don't try to discover data
6744         about registers.  Ignore hard regs.
6745         (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
6746         (df_word_lr_mark_ref): New function.
6747         (df_word_lr_bb_local_compute): Renamed from
6748         df_byte_bb_lr_local_compute; all callers changed.  Use
6749         df_word_lr_mark_ref.  Assert that artificial refs don't include
6750         pseudos.  Ignore hard registers.
6751         (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
6752         Assert that exit block uses don't contain pseudos.
6753         (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
6754         (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
6755         callers changed.  Ignore hard regs.
6756         (df_word_lr_transfer_function): Renamed from
6757         df_byte_lr_transfer_function; all callers changed.
6758         (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
6759         (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
6760         changed.
6761         (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
6762         callers changed.
6763         (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
6764         confluence operator 0 set to NULL.
6765         (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
6766         callers changed.
6767         (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
6768         Return bool, true if bitmap changed or insn otherwise necessary.
6769         All callers changed.  Simplify using df_word_lr_mark_ref.
6770         (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
6771         all callers changed.  Simplify using df_word_lr_mark_ref.
6772         * lower-subreg.c: Include "dce.h"
6773         (decompose_multiword_subregs): Call run_word_dce if df available.
6774         * Makefile.in (lower-subreg.o): Adjust dependencies.
6775         (df-byte-scan.o): Delete.
6776         * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
6778 2010-07-29  Richard Guenther  <rguenther@suse.de>
6780         * tree.c (build_vector): Assert that the vector constant
6781         has enough elements.
6782         (build_vector_from_ctor): Pad with trailing zeros.
6784 2010-07-29  Richard Guenther  <rguenther@suse.de>
6786         PR tree-optimization/45120
6787         * tree-ssa-structalias.c (get_constraint_for_component_ref):
6788         Handle offset in DEREFs properly.
6789         (get_constraint_for_1): Handle MEM_REF offset properly.
6791 2010-07-29  Richard Guenther  <rguenther@suse.de>
6793         PR middle-end/45034
6794         * convert.c (convert_to_integer): Always use an unsigned
6795         type for narrowed negate and bitwise not.
6797 2010-07-29  Ira Rosen  <irar@il.ibm.com>
6799         * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
6800         to outer loop when creating reduction epilogue for double reduction,
6801         and switch back to the inner loop when updating the phi nodes.
6802         Update uses of outer loop exit phi nodes in double reduction (instead
6803         of uses of reduction).
6805 2010-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
6807         * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
6808         popcount on power7 and parity on power6 systems.
6809         (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
6810         (rs6000_emit_parity): Add support for power6 prtyd/prtyw
6811         instructions.
6813         * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
6814         (UNSPEC_PARITY): Ditto.
6815         (SFDF): New iterator for SF/DF.
6816         (rreg2): New mode attribute for floating register constraint.
6817         (TARGET_FLOAT): New mode attribute for whether single/double float
6818         is supported.
6819         (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
6820         pattern.
6821         (parity<mode>2_cmpb): New insn for parity on power6 and newer
6822         machines.
6823         (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
6824         pattern.  Add support for fcpsgn instruction added in power6.
6825         (copysignsf3): Delete.
6826         (copysigndf3): Delete.
6827         (copysign<mode>3_fcpsgn): New insn to generate fcpsgn.  Use UNSPEC
6828         instead of if_then_else in RTL to avoid problems with -0.
6830         * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
6831         of if_then_else to mirror scalar code.
6832         (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
6833         rs6000.md.
6835         * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
6836         instead of if_then_else.
6838 2010-07-28  Xinliang David Li  <davidxl@google.com>
6840         * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
6841         (dump_cand): Dump var_before/after.
6842         (htab_inv_expr_eq): New function.
6843         (htab_inv_expr_hash): New function.
6844         (tree_ssa_iv_optimize_init): Support pseudo invariants.
6845         (add_candidate_1): consider base type precision.
6846         (set_use_iv_cost): New parameter.
6847         (adjust_setup_cost): Use profile information.
6848         (get_address_cost): Do not hard code width in computing address
6849         offset limits.
6850         (compare_aff_trees): New function.
6851         (get_loop_invariant_expr_id): New function.
6852         (get_computation_cost_at): New parameter and use profile information.
6853         (get_computation_cost): New parameter.
6854         (determine_use_iv_cost_generic): Pass new parameter.
6855         (determine_use_iv_cost_address): Ditto.
6856         (determine_use_iv_cost_condition): Ditto.
6857         (autoinc_possible_for_pair): Ditto.
6858         (determine_use_iv_costs): More dumps.
6859         (iv_ca_get_num_inv_exprs): New function.
6860         (iv_ca_recount_cost): Consider loop invariants in register pressure
6861         cost.
6862         (iv_ca_add_use): New parameter.
6863         (iv_ca_dump): Better dumping.
6864         (iv_ca_extend): New parameter.
6865         (try_add_cand_for): Attempt to get better partial solution.
6866         (try_improve_iv_set): Pass new parameter to iv_ca_extend.
6867         (create_new-ivs): More dumps.
6868         (rewrite_use_compare): Ditto.
6869         (free_loop_data): More cleanup.
6870         (treee_ssa_iv_optimize_finalize): Ditto.
6872 2010-07-28  Kai Tietz  <kai.tietz@onevision.com>
6874         * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
6875         * config/i386/i386.c (ix86_profile_before_prologue): New.
6876         (override_options): Add special handling for -mfentry.
6877         (ix86_function_regparm): Likewise.
6878         (ix86_function_sseregparm): Likewise.
6879         (ix86_frame_pointer_required): Likewise.
6880         (ix86_expand_prologue): Check for ms_hook_prologue.
6881         (x86_function_profiler): Adjust mcount output.
6882         (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
6883         * config/i386/i386.opt (mfentry): New.
6884         * doc/invoke.texi (mfentry): Add documentation.
6885         * doc/tm.texi: Regenerated..
6886         * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
6887         * final.c (final_start_function): Replace macro
6888         PROFILE_BEFORE_PROLOGUE by target hook.
6889         * function.c (thread_prologue_and_epilogue_insns): Likewise.
6890         * target.def (profile_before_prologue): New hook.
6891         * targhooks.c (default_profile_before_prologue): New.
6892         * targhooks.h (default_profile_before_prologue): New.
6894 2010-07-28  Jakub Jelinek  <jakub@redhat.com>
6896         PR debug/45105
6897         * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
6899         PR debug/45103
6900         * dwarf2out.c (dwarf2out_var_location): Always consider
6901         NOTE_DURING_CALL_P notes, even when not followed by real instructions.
6903 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
6905         PR rtl-optimization/45107
6906         * gcse.c (hash_scan_set): Use max_distance for gcse-las.
6908 2010-07-28  Richard Guenther  <rguenther@suse.de>
6910         * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
6911         (set_lattice_value): Do not query an old default value.
6912         (get_value_for_expr): New function.  Properly canonicalize
6913         float values.
6914         (ccp_visit_phi_node): Use it.
6916 2010-07-28  Chung-Lin Tang  <cltang@codesourcery.com>
6918         * config/arm/arm.c (arm_pcs_default): Remove static.
6919         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
6920         __ARM_PCS_VFP to indicate soft/hard-float calling convention.
6921         (arm_pcs_default): Declare.
6923 2010-07-28  Iain Sandoe  <iains@gcc.gnu.org>
6925         * config/rs6000/rs6000.c (rs6000_override_options):
6926         Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
6927         ... to darwin_rs6000_override_options.
6928         (rs6000_return_in_memory): Update preceding comment for darwin
6929         64 bit ABI.  Use TARGET_MACHO inline.
6930         (rs6000_darwin64_struct_check_p): New.
6931         (function_arg_advance): Use rs6000_darwin64_struct_check_p.
6932         (function_arg): Likewise.
6933         (rs6000_arg_partial_bytes): Likewise.
6934         (rs6000_function_value): Likewise.
6936 2010-07-28  Andi Kleen  <ak@linux.intel.com>
6938         * lto-opts.c (lto_file_read_options): Add loop over all inputs.
6940 2010-07-28  Richard Guenther  <rguenther@suse.de>
6942         PR middle-end/44903
6943         * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
6944         targets try harder to not generate unaligned accesses.
6946 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
6948         PR rtl-optimization/45101
6949         * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
6950         for gcse-las.
6952 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
6954         PR tree-optimization/44885
6955         * tree-sra.c (find_param_candidates): Skip pointer types to arrays
6956         with non-aliased component.
6958 2010-07-28  Joseph Myers  <joseph@codesourcery.com>
6960         * config/darwin-driver.c (SWITCH_TAKES_ARG,
6961         WORD_SWITCH_TAKES_ARG): Remove.
6962         * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
6963         * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
6964         DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
6965         (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
6966         definitions from gcc.c.
6967         * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
6968         defaults.h.
6969         * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
6970         Move to defaults.h.
6971         * opts-common.c: Include tm.h.
6972         (decode_cmdline_option): Use SWITCH_TAKES_ARG and
6973         WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
6974         Handle more than one argument.  Set canonical_option_num_elements.
6975         (decode_cmdline_options_to_array): Set
6976         canonical_option_num_elements and trailing elements of
6977         canonical_option.
6978         * opts.h (struct cl_decoded_option): Allow four elements in
6979         canonical_option.  Add field canonical_option_num_elements.
6980         * Makefile.in (opts-common.o): Update dependencies.
6982 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
6984         PR middle-end/44790
6985         PR middle-end/44993
6986         * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change.  Make
6987         sure the base has address_mode before adding the offset.
6989 2010-07-27  Xinliang David Li  <davidxl@google.com>
6991         * tree-flow.h (create_mem_ref): Add one new parameter.
6992         * tree-ssa-address.c (create_mem_ref): New parameter.
6993         (addr_to_parts): Ditto.
6994         (move_variant_to_index): New function.
6995         * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
6997 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
6999         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
7000         4 and 5.
7001         * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
7002         NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
7003         NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
7004         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
7005         CODE_LABELs and NOTEs.
7006         * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
7007         * combine.c (try_combine): Likewise.
7008         * ira.c (setup_prohibited_mode_move_regs): Likewise.
7009         * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
7011 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
7013         * coretypes.h (struct cl_option_handlers): Declare.
7014         * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
7015         * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
7016         * langhooks-def.h (lhd_handle_option): Declare.
7017         (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
7018         * langhooks.c (lhd_handle_option): New.
7019         * langhooks.h (struct lang_hooks): Update prototype and return
7020         value type of handle_option hook.
7021         * optc-gen.awk: Generate target_flags_explicit definition for the
7022         driver.
7023         * opts-common.c: Include diagnostic.h.
7024         (handle_option): Move from opts.c.  Update prototype and return
7025         value type.  Use handlers structure.
7026         (read_cmdline_option): Move from opts.c.  Update prototype.  Use
7027         handlers structure.
7028         (set_option): Move from opts.c.
7029         * opts.c (common_handle_option): Update prototype and return value
7030         type.  Update calls to handle_option and enable_warning_as_error.
7031         (unknown_option_callback, post_handling_callback,
7032         lang_handle_option, target_handle_option): New.
7033         (handle_option, read_cmdline_option): Move to opts-common.c.
7034         (read_cmdline_options): Update prototype.  Update call to
7035         read_cmdline_option.
7036         (decode_options): Initialize and use handlers structure.
7037         (set_option): Move to opts-common.c.
7038         (enable_warning_as_error): Update prototype.  Update call to
7039         handle_option.
7040         * opts.h (struct cl_option_handler_func, struct
7041         cl_option_handlers): New.
7042         (handle_option, enable_warning_as_error): Update prototypes.
7043         (read_cmdline_option): Declare.
7044         * Makefile.in (opts-common.o): Update dependencies.
7046 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7048         * config/arm/arm.c (params.h): Include.
7049         (arm_override_options): Tune gcse-unrestricted-cost.
7050         * config/arm/t-arm (arm.o): Define dependencies.
7052 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7054         PR target/42495
7055         PR middle-end/42574
7056         * basic-block.h (get_dominated_to_depth): Declare.
7057         * dominance.c (get_dominated_to_depth): New function, use
7058         get_all_dominated_blocks as a base.
7059         (get_all_dominated_blocks): Use get_dominated_to_depth.
7061         * gcse.c (occr_t, VEC (occr_t, heap)): Define.
7062         (hoist_exprs): Remove.
7063         (alloc_code_hoist_mem, free_code_hoist_mem): Update.
7064         (compute_code_hoist_vbeinout): Add debug print outs.
7065         (hoist_code): Partially rewrite, simplify.  Use get_dominated_to_depth.
7067         * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
7068         quadratic behavior.
7069         * params.h (MAX_HOIST_DEPTH): New macro.
7070         * doc/invoke.texi (max-hoist-depth): Document.
7072 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7074         PR rtl-optimization/40956
7075         * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
7076         constants.
7078 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7080         PR target/42495
7081         PR middle-end/42574
7082         * config/arm/arm.c (legitimize_pic_address): Use
7083         gen_calculate_pic_address pattern to emit calculation of PIC address.
7084         (will_be_in_index_register): New function.
7085         (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
7086         (thumb1_legitimate_address_p): Use it provided !strict_p.
7087         * config/arm/arm.md (calculate_pic_address): New expand and split.
7089 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7091         PR target/42495
7092         PR middle-end/42574
7093         * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
7094         * config/arm/arm.md (define_split "J", define_split "K"): Make
7095         IRA/reload friendly.
7097 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7099         * gcse.c (insert_insn_end_basic_block): Update signature, remove
7100         unused checks.
7101         (pre_edge_insert, hoist_code): Update.
7103 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7105         PR target/42495
7106         PR middle-end/42574
7107         * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
7109 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7111         * gcse.c (hoist_code): Generate new pseudo for every new set insn.
7113 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7115         PR rtl-optimization/40956
7116         PR target/42495
7117         PR middle-end/42574
7118         * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
7119         for hoisting.
7120         (hoist_code): Count occurences in current block too.
7122 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7124         * gcse.c (struct expr:max_distance): New field.
7125         (doing_code_hoisting_p): New static variable.
7126         (want_to_gcse_p): Change signature.  Allow constrained hoisting of
7127         simple expressions, don't change behavior for PRE.  Set max_distance.
7128         (insert_expr_in_table): Set new max_distance field.
7129         (hash_scan_set): Update.
7130         (hoist_expr_reaches_here_p): Stop search after max_distance
7131         instructions.
7132         (find_occr_in_bb): New static function.  Use it in ...
7133         (hoist_code): Calculate sizes of basic block before any changes are
7134         done.  Pass max_distance to hoist_expr_reaches_here_p.
7135         (one_code_hoisting_pass): Set doing_code_hoisting_p.
7137         * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
7138         (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
7139         * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
7140         macros.
7141         * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
7142         Document.
7144 2010-07-27  Jeff Law  <law@redhat.com>
7145             Maxim Kuvyrkov  <maxim@codesourcery.com>
7147         * gcse.c (compute_transpout, transpout): Remove, move logic
7148         to prune_expressions.
7149         (compute_pre_data): Move pruning of trapping expressions ...
7150         (prune_expressions): ... here.  New static function.
7151         (compute_code_hoist_data): Use it.
7152         (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
7154 2010-07-27  Xinliang David Li  <davidxl@google.com>
7156         * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
7157         (rewrite_use_address): Adjust iv update position when needed.
7159 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7161         * dbgcnt.def (hoist_insn): New debug counter.
7162         * gcse.c (hoist_code): Use it.
7164 2010-07-27  Xinliang David Li  <davidxl@google.com>
7166         * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
7167         (niter_for_single_dom_exit): Passes additional parameter.
7168         (iv_period): Fix comments.
7169         (may_eliminate_iv): Handles multiple exit loops properly.
7170         (free_tree_niter_desc): New function.
7171         (free_loop_data): Frees up loop iteration descriptors.
7173 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
7175         PR target/44542
7176         * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
7177         of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
7178         instead of MAX_SUPPORTED_STACK_ALIGNMENT.
7179         (expand_one_var): Don't consider DECL_ALIGN for variables for
7180         which expand_one_stack_var_at has been already called.
7182         PR testsuite/44701
7183         * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
7184         constraints on IA-64.
7186 2010-07-27  Jie Zhang  <jie@codesourcery.com>
7188         PR target/44290
7189         Revert:
7190         2010-07-23  Jie Zhang  <jie@codesourcery.com>
7192         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
7193         false if ! tree_versionable_function_p.
7195 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
7197         * dwarf2out.c (add_data_member_location_attribute): Use
7198         add_AT_unsigned instead of add_AT_int if offset is non-negative.
7200 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
7202         * postreload.c (try_replace_in_use): New static function.
7203         (reload_combine_recognize_const_pattern): Use it here.  Allow
7204         substituting into a final add insn, and substituting into a memory
7205         reference in an insn that sets the reg.
7207 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
7209         * common.opt (o): Add MissingArgError.
7210         * doc/options.texi (MissingArgError): Document.
7211         * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
7212         * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
7213         * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
7214         (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
7215         * langhooks.h (struct lang_hooks): Remove missing_argument.
7216         * optc-gen.awk: Handle MissingArgError and output new structure
7217         field initializers.
7218         * opts.c (read_cmdline_option): Use missing_argument_error field
7219         instead of missing_argument langhook.
7220         * opts.h (struct cl_option): Add missing_argument_error field.
7221         * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
7223 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
7225         PR target/29090
7226         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
7227         Darwin64 ABI, for zero-sized objects.
7229 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
7231         PR target/35491
7232         PR target/29090
7234         Merge from Apple local 4.2.1.
7235         2005-05-11  Stan Shebs  <shebs@apple.com>
7236         Fix 64-bit varargs for Darwin (Radar 4028089).
7237         * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
7238         * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
7239         Add argument, add case for 8-byte register half-filled with a float.
7240         (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
7241         single-precision floats specially.
7243 2010-07-27  Ira Rosen  <irar@il.ibm.com>
7245         PR tree-optimization/44152
7246         * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
7247         complex numbers for further check.
7248         (vect_supported_load_permutation_p): Check nodes with
7249         complex numbers.
7251 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
7253         * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
7254         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
7255         (LANG_HOOKS_INIT_OPTIONS): Update default definition.
7256         (LANG_HOOKS_INITIALIZER): Add new hooks.
7257         * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
7258         * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
7259         and complain_wrong_lang_p.  Update init_options prototype.
7260         * c-objc-common.c (c_initialize_diagnostics): First call
7261         c_common_initialize_diagnostics.
7262         * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
7263         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
7264         * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
7265         * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
7266         (hook_uint_void_0): New.
7267         * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
7268         (hook_uint_void_0): New.
7269         * opts-common.c (decode_cmdline_option,
7270         decode_cmdline_options_to_array): Also fill in canonical_option field.
7271         * opts.c (complain_wrong_lang): Use langhook to determine whether
7272         to complain instead of special-casing LTO.
7273         (decode_options): Separate lang_mask determination with
7274         option_lang_mask hook from call of init_options hook.
7275         * opts.h (struct cl_decoded_option): Add canonical_option.
7277 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
7279         PR tree-optimization/45083
7280         * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
7282 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
7284         * postreload.c (reload_combine_recognize_const_pattern): Move test
7285         for limiting the insn movement to the right scope.
7287         PR rtl-optimization/45051
7288         * reload1.c (delete_output_reload): Use refers_to_regno_p rather
7289         than reg_mentioned_p.
7291 2010-07-26  Richard Henderson  <rth@redhat.com>
7293         PR target/44132
7294         * tree-emutls.c: New file.
7295         * Makefile.in (OBJS-common): Add it.
7296         * tree-pass.h (pass_ipa_lower_emutls): Declare.
7297         * passes.c (init_optimization_passes): Add it.
7299         * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
7300         pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
7301         * expr.c (emutls_var_address): Delete.
7302         (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
7303         * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
7304         (emutls_finish): Delete.
7305         * toplev.c (compile_file): Don't call it.
7306         * tree.h (emutls_decl): Delete.
7307         * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
7308         (emutls_finish, emutls_finalize_control_var): Delete.
7309         (emutls_object_type): Move to tree-emutls.c.
7310         (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
7311         default_emutls_var_fields, get_emutls_object_type,
7312         get_emutls_init_templ_addr, emutls_decl, emutls_common_1
7313         default_emutls_var_init): Likewise.
7314         (get_variable_section): Don't special case emutls.
7315         (assemble_variable, do_assemble_alias, categorize_decl_for_section,
7316         default_elf_select_section, default_unique_section,
7317         default_encode_section_info): Likewise.
7318         * varpool.c (decide_is_variable_needed): Likewise.
7319         * gimple-iterator.c (update_call_edge_frequencies): New
7320         (gsi_insert_on_edge_immediate): Use it.
7321         (gsi_insert_seq_on_edge_immediate): Likewise.
7322         (gsi_commit_one_edge_insert): Likewise.
7324         * config/i386/i386.c (x86_64_elf_select_section): Don't handle
7325         SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
7326         (x86_64_elf_unique_section): Likewise.
7328 2010-07-26  Jan Hubicka  <jh@suse.cz>
7330         * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
7331         GTY((skip)).
7333 2010-07-26  Anatoly Sokolov  <aesok@post.ru>
7335         * target.def (output_source_filename): New hook.
7336         * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
7337         * doc/tm.texi: Regenerate.
7338         * toplev.c (output_file_directive) Remove function.
7339         * toplev.h (output_file_directive) Remove.
7340         * output.h (default_asm_output_source_filename,
7341         output_file_directive): Declare.
7342         * varasm.h (default_asm_output_source_filename,
7343         output_file_directive): New functions.
7345         * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
7346         * config/mips/mips-protos.h (mips_output_filename): Remove.
7347         * config/mips/mips.c (mips_output_filename): Make Static.
7348         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
7350 2010-07-26  Richard Guenther  <rguenther@suse.de>
7352         PR tree-optimization/43784
7353         * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
7354         if the destination is used by the call.
7356 2010-07-26  Richard Guenther  <rguenther@suse.de>
7358         PR middle-end/45073
7359         * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
7360         SSA updating on being in SSA form.
7362 2010-07-26  Richard Guenther  <rguenther@suse.de>
7364         PR middle-end/45056
7365         * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
7367 2010-07-26  Richard Guenther  <rguenther@suse.de>
7369         PR tree-optimization/45071
7370         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
7371         adjust op->opcode.
7373 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
7375         * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
7376         save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
7377         save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
7378         save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
7379         save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
7380         save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
7381         save_r31, return_r31, save_interrupt, return_interrupt,
7382         save_all_interrupt, return_all_interrupt, L_save_r2_r31,
7383         L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
7384         L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
7385         new ABI requirements.
7386         (save_r6_r9, L_callt_save_r6_r9): Remove.
7387         * config/v850/predicates.md (even_reg_operand, disp23_operand,
7388         const_float_1_operand const_float_0_operand): New Predicates.
7389         (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
7390         pattern_is_ok_for_epilogue): Update as per the ABI requirements.
7391         * config/v850/t-v850: Update multilibs for new target variants.
7392         (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
7393         * config/v850/t-v850e: Likewise.
7394         * config/v850/v850.c (v850_issue_rate): New.
7395         (v850_strict_argument_naming): New.
7396         (function_arg): Modify to generate a different ABI.
7397         (print_operand): Update case 'z' to support float modes.
7398         (output_move_single): Modify to generate appropriate and better
7399         assembly.
7400         (v850_float_z_comparison_operator, v850_select_cc_mode,
7401         v850_float_nz_comparison_operator,  v850_gen_float_compare,
7402         v850_gen_compare): New functions to support comparison of float values.
7403         (ep_memory_offset): Add support for V850E2 targets.
7404         (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
7405         (INTERRUPT_REGPARM_NUM): Remove.
7406         (compute_register_save_size): Add extra case to save/restore long call.
7407         (use_prolog_function): New function to support prologue.
7408         (expand_prologue): Add support for V850E2 targets and modified
7409         as per the current ABI requirements.
7410         (expand_epilogue): Likewise.
7411         (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
7412         (construct_save_jarl): Likewise.
7413         (construct_dispose_instruction): Update as per the current ABI
7414         requirements.
7415         (construct_prepare_instruction): Likewise.
7416         * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
7417         (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
7418         (CPP_SPEC): Updated to support v850e2 targets.
7419         (STRICT_ALIGNMENT): Modified.
7420         (FIRST_PSEUDO_REGISTER): Updated to add even registers.
7421         (FIXED_REGISTERS): Likewise.
7422         (CALL_USED_REGISTERS): Likewise.
7423         (CONDITIONAL_REGISTER_USAGE): Updated.
7424         (HARD_REGNO_MODE_OK): Updated.
7425         (reg_class): Updated to add even registers.
7426         (REG_CLASS_NAMES): Likewise.
7427         (REG_CLASS_CONTENTS): Likewise.
7428         (REGNO_REG_CLASS): Updated for CC registers.
7429         (REG_CLASS_FROM_LETTER): Added support for even registers.
7430         (REGNO_OK_FOR_BASE_P): Updated for CC registers.
7431         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
7432         ARG_POINTER_REGNUM): Updated.
7433         (FUNCTION_ARG_ADVANCE): Define.
7434         (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
7435         (OUTGOING_REG_PARM_STACK_SPACE): Remove.
7436         (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
7437         (GO_IF_LEGITIMATE_ADDRESS): Updated.
7438         (SELECT_CC_MODE): Define.
7439         (REGISTER_NAMES): Updated to add psw and fcc registers.
7440         (ADDITIONAL_REGISTER_NAMES): Updated.
7441         (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
7442         (JUMP_TABLES_IN_TEXT_SECTION): Updated.
7443         * config/v850/v850.md (define_constants): Define new constants.
7444         (type): Update store,bit1,macc,div,fpu and single attributes.
7445         (cpu): New attribute.
7446         (cc): Add set_z attribute.
7447         (unsign23byte_load, sign23byte_load, unsign23hword_load,
7448         sign23hword_load, 23word_load, 23byte_store, 23hword_store,
7449         23word_store): New instructions for 23-bit displacement load and store.
7450         (movqi_internal, movhi_internal): Update the attributes.
7451         (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
7452         (movsi_internal_v850e, movsi_internal, movsf_internal): Update
7453         the attributes.
7454         (v850_tst1): Modified using CC_REGNUM.
7455         (tstsi): Remove.
7456         (cmpsi): Modified as define_expand from define_insn.
7457         (cmpsi_insn, cmpsf, cmpdf): New instructions.
7458         (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
7459         udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
7460         v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
7461         one_cmplsi2): Clobber the CC_REGNUM register.
7462         (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
7463         v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
7464         v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
7465         (setf_insn, set_z_insn, set_nz_insn): New instructions for
7466         v850e2v3 target.
7467         (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
7468         (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
7469         targets.
7470         (sasf_1, sasf_2): Remove.
7471         (sasf): New instruction.
7472         (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
7473         targets. CC_REGNUM register is clobbered and attributes are
7474         updated.
7475         (branch_z_normal, branch_z_invert, branch_nz_normal,
7476         branch_nz_invert): New branch related instructions.
7477         (jump): Updated the attributes.
7478         (switch): Update to support new targets. CC_REGNUM register is
7479         clobbered and attributes are updated.
7480         (call_internal_short, call_internal_long, call_value_internal_short,
7481         call_value_internal_long): Updated the attributes.
7482         (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
7483         clobbered and attributes are updated.
7484         (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
7485         Update to support new targets. CC_REGNUM register is clobbered.
7486         (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
7487         instructions.
7488         (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
7489         are updated.
7490         (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
7491         divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
7492         negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
7493         floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
7494         rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
7495         cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
7496         cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
7497         cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
7498         movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
7499         movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
7500         point instructions defined for V850e2v3 target.
7501         (callt_save_interrupt, callt_return_interrupt, return_interrupt):
7502         Add support for V850E2 targets and CC_REGNUM register is clobbered.
7503         (callt_save_all_interrupt, callt_restore_all_interrupt): Add
7504         support for new targets.
7505         * config/v850/v850-modes.def: New file.
7506         * config/v850/v850.opt(mstrict-align): Remove.
7507         (mno-strict-align, mjump-tables-in-data-section, mv850e2,
7508         mv850e2v3): New command line options for V850.
7509         * config.gcc: Update the newly added files.
7510         * doc/invoke.texi: Update the newly added command line options for
7511         V850 target.
7513 2010-07-26  Richard Guenther  <rguenther@suse.de>
7515         PR tree-optimization/45052
7516         * ipa-pure-const.c (check_stmt): Check volatileness.
7518 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
7520         PR target/44707
7521         * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
7522         * config/sparc/sparc.c: Include reload.h.
7523         (legitimize_tls_address): Rename into...
7524         (sparc_legitimize_tls_address): ...this.
7525         (legitimize_pic_address): Rename into...
7526         (sparc_legitimize_pic_address): ...this.
7527         (sparc_expand_move): Adjust to above renaming.
7528         (sparc_tls_referenced_p): Likewise.
7529         (sparc_legitimize_tls_address): Likewise.
7530         (sparc_legitimize_pic_address): Likewise.
7531         (sparc_legitimize_address): Likewise.
7532         (sparc_output_mi_thunk): Likewise.
7533         (sparc_legitimize_reload_address): New global function.  Recognize
7534         (lo_sum (high ...) ...) patterns generated by earlier passes.
7535         * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
7537 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
7539         PR target/44484
7540         * config/sparc/predicates.md (memory_reg_operand): Delete.
7541         * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
7542         (*sync_compare_and_swap): Encode the address form in the pattern.
7543         (*sync_compare_and_swapdi_v8plus): Likewise.
7545 2010-07-24  Gerald Pfeifer  <gerald@pfeifer.com>
7547         * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
7548         Streamline paragraph on compatibility with the system compiler.
7550 2010-07-24  Steven Bosscher  <steven@gcc.gnu.org>
7552         PR middle-end/45035
7553         * alias.c (true_dependence_1): Fix thinko in merge of old
7554         true_dependence and canon_true_dependence.
7556 2010-07-23  Jan Hubicka  <jh@suse.cz>
7558         * lto-streamer-out.c (write_symbol): Fix visibilities of external
7559         references.
7561 2010-07-23  Le-Chun Wu  <lcwu@google.com>
7563         * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
7564         * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
7565         and an unnecessary assignment.
7566         * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
7567         self-assign warning.
7568         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
7569         unnecessary self-init.
7571 2010-07-23  Richard Guenther  <rguenther@suse.de>
7573         PR lto/43071
7574         * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
7575         for -flto and -fwhopr.
7577 2010-07-23  Kai Tietz  <kai.tietz@onevision.com>
7579         PR target/41943
7580         * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
7581         (stmp-int-hdrs): Prefix/postfix headers by include_next.
7582         * config.gcc (user_headers_inc_next_pre): New.
7583         (user_headers_inc_next_post): Likewise.
7584         (*-w64-mingw*): Use for float.h post-fixing, and for
7585         stddef.h/stdarg.h pre-fixing by include_next.
7586         * configure.ac (user_headers_inc_next_post): New.
7587         (user_headers_inc_next_pre): New.
7588         * configure: Regenerated.
7590 2010-07-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7592         * configure.ac: Don't disable TLS on Solaris 8/9 by default
7593         Set tga_func for Solaris 2/x86 resp. SPARC.
7594         Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
7595         (LIB_THREAD_LDFLAGS_SPEC): Define.
7596         (LIB_TLS_SPEC): Define.  Check for required Sun ld version.
7597         * configure: Regenerate.
7598         * config.in: Regenerate.
7599         * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
7600         -pthread, -threads, LIB_TLS_SPEC with -pthread.
7601         * doc/install.texi (Specific, *-*-solaris2*): Document use of
7602         alternate thread libraries on Solaris 8.
7603         Document TLS patch requirements.
7604         * doc/sourcebuild.texi (Add Options): Sort alphabetically.
7605         Document tls.
7607         PR target/18788
7608         * config/sol2.h (LIB_SPEC): Link with thread libraries even with
7609         -shared.
7611 2010-07-23  Jakub Jelinek  <jakub@redhat.com>
7613         * tree.h (struct tree_base): Add nameless_flag bitfield.
7614         (TYPE_NAMELESS, DECL_NAMELESS): Define.
7615         * omp-low.c (create_omp_child_function, scan_omp_parallel,
7616         scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
7617         DECL_ARTIFICIAL where needed.
7618         * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
7619         (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
7620         has DECL_NAMELESS set.
7622 2010-07-23  Martin Jambor  <mjambor@suse.cz>
7624         PR tree-optimization/44915
7625         * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
7626         * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
7627         (analyze_function): Likewise.
7629 2010-07-23  Martin Jambor  <mjambor@suse.cz>
7631         PR tree-optimization/44914
7632         * tree-sra.c (sra_modify_function_body): Return true if CFG was
7633         changed, add purging dead eh edges.
7634         (ipa_sra_modify_function_body): Return true if CFG was changed,
7635         simplify purging dead eh edges.
7636         (modify_function): Return true if CFG was changed.
7637         (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
7638         was changed.
7639         (ipa_early_sra): Likewise.
7641 2010-07-23  Jie Zhang  <jie@codesourcery.com>
7643         PR target/44290
7644         * attribs.c (decl_attributes): Insert "noinline" and "noclone"
7645         if "naked".
7646         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
7647         false if ! tree_versionable_function_p.
7649 2010-07-23  Nathan Froyd  <froydnj@codesourcery.com>
7651         * builtins.def (BUILT_IN_ARGS_INFO): Remove.
7652         * ipa-pure-const.c (special_builtlin_state): Remove
7653         BUILT_IN_ARGS_INFO case.
7654         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
7655         * builtins.c (expand_builtin): Likewise.
7656         (expand_builtin_args_info): Remove.
7657         * doc/tm.texi (__builtin_args_info): Remove.
7658         (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
7659         * doc/tm.text.in: Likewise.
7661 2010-07-23  Richard Guenther  <rguenther@suse.de>
7663         * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
7664         (lto_symtab_merge_decls_2): Likewise.
7665         * tree-ssa.c (useless_type_conversion_p): Likewise.
7666         * lto-streamer-in.c (input_gimple_stmt): Likewise.
7667         * gimple.c (gtc_visited2, gtc_ob2): Remove.
7668         (struct type_pair_d): Make same_p an array indexed by mode.
7669         Update comment.
7670         (lookup_type_pair): Update initialization.
7671         (struct sccs): Adjust same_p type.
7672         (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
7673         Adjust.
7674         (print_gimple_types_stats): Likewise.
7675         * gimple.h (enum gtc_mode): New.
7676         (gimple_types_compatible_p): Adjust prototype.
7678 2010-07-23  Daniel Jacobowitz  <dan@codesourcery.com>
7680         * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
7681         again after processing insn.
7683 2010-07-23  Jie Zhang  <jie@codesourcery.com>
7685         * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
7686         proper words when !tree_versionable_function_p.
7688 2010-07-23  Richard Guenther  <rguenther@suse.de>
7690         PR tree-optimization/45037
7691         * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
7693 2010-07-23  Jie Zhang  <jie@codesourcery.com>
7695         * doc/extend.texi: Remove IP2K from the description of naked attribute.
7696         Add MCORE instead.
7698 2010-07-10  Andi Kleen  <ak@linux.intel.com>
7700         PR lto/44992
7701         * lto-opts.c (lto_write_options): Add NULL file_data argument to
7702         lto_get_section_name.
7703         * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
7704         * lto-streamer-out.c (produce_asm): Likewise.
7705         (copy_function): Likewise.
7706         (produce_symtab): Likewise.
7707         (produce_asm_for_decls): Likewise.
7708         * lto-streamer.c (lto_get_section_name): Add file_data argument.
7709         Rewrite to add random postfix to LTO sections.
7710         * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
7711         (lto_get_section_name): Add file_data argument to prototype.
7713 2010-07-10  Andi Kleen  <ak@linux.intel.com>
7715         * lto-section-in.c (lto_section_name): Synchronize names
7716         with lto_get_section_name.
7718 2010-07-10  Andi Kleen  <ak@linux.intel.com>
7720         * lto-opts.c (lto_read_file_options): Check for missing section.
7722 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
7724         * ira.c (check_allocation): Correctly handle the case where an allocno
7725         with two objects was allocated to a single reg.
7727 2010-07-22  Richard Sandiford  <rdsandiford@googlemail.com>
7729         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
7730         (is_widening_mult_p): Likewise.
7731         (convert_to_widen): Use them.
7732         (convert_plusminus_to_widen): Likewise.  Handle fixed-point types as
7733         well as integer ones.
7735 2010-07-22  Steven Bosscher  <steven@gcc.gnu.org>
7737         * alias.c (true_dependence_1): New function, merged version of
7738         true_dependence and canon_true_dependence.
7739         (true_dependence): Simplify.
7740         (canon_true_dependence): Simplify.
7742 2010-07-22  Richard Henderson  <rth@redhat.com>
7744         PR target/45027
7745         * config/i386/i386.c (setup_incoming_varargs_64): Force the use
7746         of V4SFmode for the SSE saves; increase stack alignment if needed.
7747         (ix86_gimplify_va_arg): Don't increase stack alignment here.
7749 2010-07-22  Jakub Jelinek  <jakub@redhat.com>
7751         PR bootstrap/45028
7752         * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
7753         call cprop_find_used_regs again via note_uses.
7755 2010-07-22  Eric Botcazou  <ebotcazou@adacore.com>
7757         * alias.c (get_alias_set): Fix formatting issues.
7759 2010-07-22  Steve Ellcey  <sje@cup.hp.com>
7761         PR middle-end/44878
7762         * stmt.c (expand_value_return):  Call promote_function_mode with
7763         a for_return argument of 2 when returning by reference.
7765 2010-07-22  Dodji Seketeli  <dodji@redhat.com>
7767         PR debug/45024
7768         * dwarf2out.c (scope_die_for): Don't fall back to the compilation
7769         unit DIE if we can find the scope DIE.
7771 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
7773         * ira-build.c (ira_create_object): New arg SUBWORD; all callers
7774         changed.  Initialize OBJECT_SUBWORD.
7775         (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
7776         (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
7777         all callers changed.
7778         (merge_hard_reg_conflicts): Iterate over allocno subobjects.
7779         (finish_allocno): Likewise.
7780         (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
7781         (remove_low_level_allocnos): Likewise.
7782         (update_bad_spill_attribute): Likewise.
7783         (setup_min_max_allocno_live_range_point): Likewise.
7784         (sort_conflict_id_map): Likewise.
7785         (ira_flattening): Likewise.  Use ior_hard_reg_conflicts.
7786         (ior_hard_reg_conflicts): New function.
7787         (ior_allocate_object_conflicts): Renamed first argument to OBJ.
7788         (compress_conflict_vecs): Iterate over objects, not allocnos.
7789         (ira_add_live_range_to_object): New function.
7790         (object_range_compare_func): Renamed from allocno_range_compare_func.
7791         All callers changed.
7792         (setup_min_max_conflict_allocno_ids): For allocnos with multiple
7793         subobjects, widen the min/max range of the lowest-order object to
7794         potentially include all other such low-order objects.
7795         * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
7796         (check_allocation): Likewise.  Use more fine-grained tests for register
7797         conflicts.
7798         * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
7799         allocno subobjects.
7800         (assign_hard_reg): Keep multiple sets of conflicts.  Make finer-grained
7801         choices about which bits to set in each set.  Don't use
7802         ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
7803         using the multiple sets we computed.
7804         (push_allocno_to_stack): Iterate over allocno subobjects.
7805         (all_conflicting_hard_regs_coalesced): New static function.
7806         (setup_allocno_available_regs_num): Use it.
7807         (setup_allocno_left_conflicts_size): Likewise.  Iterate over allocno
7808         subobjects.
7809         (coalesced_allocno_conflict): Test subobject 0 in each allocno.
7810         (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
7811         by ALLOCNO_NUM_OBJECTS.
7812         (calculate_spill_cost): Likewise.
7813         (color_pass): Express if statement in a more normal way.
7814         (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
7815         (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
7816         (setup_slot_coalesced_allocno_live_ranges): Likewise.
7817         (allocno_reload_assign): Likewise.
7818         (ira_reassign_pseudos): Likewise.
7819         (fast_allocation): Likewise.
7820         * ira-conflicts.c (build_conflict_bit_table): Likewise.
7821         (print_allocno_conflicts): Likewise.
7822         (ira_build_conflicts): Likewise.
7823         (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p.  All
7824         callers changed.  Test subword 0 of each allocno for conflicts.
7825         (build_object_conflicts): Renamed from build_allocno_conflicts.  All
7826         callers changed.  Iterate over allocno subobjects.
7827         * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
7828         * ira-int.h (struct ira_allocno): New member: num_objects.
7829         Rename object to objects and change it into an array.
7830         (ALLOCNO_OBJECT): Add new argument N.
7831         (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
7832         (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
7833         (ior_hard_reg_conflicts): Declare.
7834         (ira_add_live_range_to_object): Declare.
7835         (ira_allocno_object_iterator): New.
7836         (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
7837         (FOR_EACH_ALLOCNO_OBJECT): New macro.
7838         * ira-lives.c (objects_live): Renamed from allocnos_live; all
7839         uses changed.
7840         (allocnos_processed): New sparseset.
7841         (make_object_born): Renamed from make_allocno_born; take an
7842         ira_object_t argument.  All callers changed.
7843         (make_object_dead): Renamed from make_allocno_dead; take an
7844         ira_object_t argument.  All callers changed.
7845         (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
7846         All callers changed.
7847         (mark_pseudo_regno_live): Iterate over allocno subobjects.
7848         (mark_pseudo_regno_dead): Likewise.
7849         (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
7850         functions.
7851         (mark_ref_live): Detect subword accesses and call
7852         mark_pseudo_regno_subword_live as appropriate.
7853         (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
7854         (process_bb_nodes_live): Deal with object-related updates first; set
7855         and test bits in allocnos_processed to avoid computing allocno
7856         statistics more than once.
7857         (create_start_finish_chains): Iterate over objects, not allocnos.
7858         (print_object_live_ranges): New function.
7859         (print_allocno_live_ranges): Use it.
7860         (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
7861         and objects_live.
7863 2010-07-22  Richard Guenther  <rguenther@suse.de>
7865         PR lto/42451
7866         * gimple.c (gtc_next_dfs_num): New global.
7867         (struct sccs): Make value a union, add integer same_p member.
7868         (gtc_visit): New function.
7869         (gimple_types_compatible_p_1): New function, split out from ...
7870         (gimple_types_compatible_p): ... here.  Start a DFS walk here.
7871         (iterative_hash_gimple_type): Adjust for sccs change.
7873 2010-07-22  Martin Jambor  <mjambor@suse.cz>
7875         PR tree-optimization/44891
7876         * tree-sra.c: Include gimple-pretty-print.h.
7877         (replace_uses_with_default_def_ssa_name): Renamed to
7878         get_repl_default_def_ssa_name, return the new SSA name instead of
7879         replacing the old one.
7880         (sra_modify_assign): Dump a message when removing a load, if the LHS
7881         is an SSA_NAME, do not do any propagation, just set the RHS to a
7882         default definition SSA NAME, type convert if necessary.
7883         * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
7885 2010-07-22  Richard Guenther  <rguenther@suse.de>
7887         PR tree-optimization/45017
7888         * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
7889         TYPE_PRECISION of integral types in addition to size.
7891 2010-07-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
7893         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
7894         when no C library is specified.
7896 2010-07-22  Martin Jambor  <mjambor@suse.cz>
7898         * ipa-prop.h (struct ipa_node_params): Updated comment.
7899         (struct ipa_edge_args): Likewise.
7900         * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
7902 2010-07-22  Martin Jambor  <mjambor@suse.cz>
7904         * cgraphunit.c (verify_edge_count_and_frequency): New function.
7905         (verify_cgraph_node): Verify frequencies of indirect edges.
7906         * tree-inline.c (tree_function_versioning): Update frequencies of
7907         indirect edges.
7909 2010-07-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7911         PR target/43698
7912         * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
7913         Set *arm_rev to be predicable.
7915 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
7917         * config/darwin.h (LINK_COMMAND_SPEC): Split into...
7918         (LINK_COMMAND_SPEC_A): New.
7919         (DSYMUTIL): New.
7920         (DSYMUTIL_SPEC): New.
7921         * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
7922         (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
7924 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
7926         * calls.c (load_register_parameters): Move check for zero
7927         sized items so that only the call to
7928         mem_overlaps_already_clobbered_arg_p () is protected.
7930 2010-07-22  Jan Hubicka  <jh@suse.cz>
7932         * ipa-pure-const.c (varying_state): Break out from ...
7933         (get_function_state): ... here; always return varying_state
7934         when state would be NULL otherwise.
7935         (remove_node_data): Do not free varying state.
7937 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
7939         PR bootstrap/44970
7940         PR middle-end/45009
7941         * postreload.c: Include "target.h".
7942         (reload_combine_closest_single_use): Don't take DEBUG_INSNs
7943         into account.
7944         (fixup_debug_insns): Don't copy the rtx.
7945         (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
7946         Don't copy when replacing.  Call fixup_debug_insns in the case where
7947         we merged one add with another.
7948         (reload_combine_recognize_pattern): Fail if there aren't any uses.
7949         Try harder to determine whether we're picking a valid index register.
7950         Don't set store_ruid for an insn we're going to scan in the
7951         next iteration.
7952         (reload_combine): Remove unused code.
7953         (reload_combine_note_use): When updating use information for
7954         an old insn, ignore a use that occurs after store_ruid.
7955         * Makefile.in (postreload.o): Update dependencies.
7957         * function.c (record_hard_reg_sets): Restrict the previous change
7958         to cases where the incoming nominal mode is the same as the
7959         incoming promoted mode and everything happens in MODE_INT.
7961 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
7963         PR debug/45015
7964         * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
7965         ASM_OPERANDS_OUTPUT_IDX.
7966         (adjust_insn): For inline asm with multiple sets ensure first
7967         ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
7968         the insn.
7970 2010-07-21  Richard Henderson  <rth@redhat.com>
7972         * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
7973         comparison for avoiding xmm register saves.  Emit the xmm register
7974         saves explicitly.
7975         * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
7976         (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
7977         (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
7978         Remove patterns and the associated splitters.
7980 2010-07-21  Changpeng Fang  <changpeng.fang@amd.com>
7982         * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
7983         and imagine parts of a complex, so that they can have the same
7984         base and fall into the same group.
7986 2010-07-21  Richard Guenther  <rguenther@suse.de>
7988         PR lto/45018
7989         * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
7990         of TYPE_DECLs.  Do not follow TYPE_NEXT_VARIANT,
7991         TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
7993 2010-07-21  Martin Jambor  <mjambor@suse.cz>
7995         PR tree-optimization/44900
7996         * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
7997         (sra_modify_assign): Move gsi to the next statmenent unconditionally.
7999 2010-07-21  Bernd Schmidt  <bernds@codesourcery.com>
8001         PR middle-end/44738
8002         * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
8004 2010-07-21  Richard Guenther  <rguenther@suse.de>
8006         PR middle-end/45013
8007         * tree-ssa.c (useless_type_conversion_p): Dispatch to
8008         gimple_types_compatible_p only when in lto.
8009         * gimple.c (gimple_types_compatible_p): Use canonical types
8010         to speed up comparison.
8012 2010-07-21  Richard Guenther  <rguenther@suse.de>
8014         * tree-flow.h (referenced_var): Move define ...
8015         * tree-flow-inline.h (referenced_var): ... here as an inline
8016         function.  Assert here ...
8017         * tree-dfa.c (referenced_var_lookup): ... instead of here.
8018         * tree-ssa.c (maybe_optimize_var): Check if the variable
8019         is in referenced vars.
8020         (execute_update_addresses_taken): Remove old broken check.
8021         * gimple-pretty-print.c (pp_points_to_solution): Use
8022         referenced_var_lookup.
8023         * tree-into-ssa.c (dump_decl_set): Likewise.
8025 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
8027         PR debug/45003
8028         * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
8029         * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
8030         ZERO_EXTEND here.
8032 2010-07-20  Richard Henderson  <rth@redhat.com>
8034         * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
8036 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
8038         * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
8039         computing the sum of the stack pointer and a large constant.
8040         * config/arm/constraints.md (M): Remove superfluous parentheses.
8041         (Pc): New constraint.
8043 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
8045         PR debug/45006
8046         * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
8047         operand's type if exp is tcc_unary class tree.
8049 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
8051         * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
8052         Reverse sense of if_then_else condition.
8054 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
8056         * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
8057         * config/rs6000/rs6000.c (rs6000_override_options): Set
8058         rs6000_block_move_inline_limit appropriately.
8059         (expand_block_move): Use rs6000_block_move_inline_limit.
8060         * doc/invoke.texi (mblock-move-inline-limit): Document.
8062 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
8064         * postreload.c (fixup_debug_insns): Remove arg REGNO.  New args
8065         FROM and TO.  All callers changed.  Don't look for tracked uses,
8066         just scan the RTL for DEBUG_INSNs and substitute.
8067         (reload_combine_recognize_pattern): Call fixup_debug_insns.
8068         (reload_combine): Ignore DEBUG_INSNs.
8070 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
8072         * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
8073         depth to 8 from 5.
8075         PR debug/45003
8076         * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
8077         or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
8078         instead of the result's type.
8080 2010-07-20  Richard Guenther  <rguenther@suse.de>
8082         PR tree-optimization/44977
8083         * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
8084         SSA form.
8086 2010-07-20  Richard Guenther  <rguenther@suse.de>
8088         * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
8089         (lto_symtab_merge_decls_2): Likewise.
8090         * gimple.h (gimple_types_compatible_p): Declare.
8091         * gimple.c (gimple_queue_type_fixup): Remove.
8092         (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
8093         (gimple_compatible_complete_and_incomplete_type_p): New function.
8094         (gimple_types_compatible_p): Adjust.
8095         (gimple_register_type): Remove type fixup code.
8096         (print_gimple_types_stats): Adjust.
8097         (free_gimple_type_tables): Likewise.
8098         * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
8099         * tree-ssa.c (useless_type_conversion_p): Likewise.
8101 2010-07-20  Richard Guenther  <rguenther@suse.de>
8103         PR middle-end/44971
8104         PR middle-end/44988
8105         * tree-ssa.c (maybe_optimize_var): New function split out from ...
8106         (execute_update_addresses_taken): ... here.
8107         (non_rewritable_mem_ref_base): Likewise.
8108         (execute_update_addresses_taken): Do not iterate over all referenced
8109         vars but just all local decls and parms.
8110         Properly check call and asm arguments and rewrite call arguments.
8112 2010-07-20  Maxim Kuvyrkov  <maxim@codesourcery.com>
8114         * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
8115         to top level.
8116         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
8117         definitions ...
8118         * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
8119         New macro.
8120         * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
8122 2010-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
8124         * gengtype.c (start_root_entry): New function, split out from
8125         write_root.  Check whether V is null and raise an error if so.
8126         (write_field_root): Check for V being null.  Don't raise an error here;
8127         set V to null instead.
8128         (write_root): Update comment above function.  Use start_root_entry.
8130 2010-07-19  Xinliang David Li  <davidxl@google.com>
8132         PR testsuite/44932
8133         * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
8134         def edges.
8135         (find_uninit_use): Add dump.
8136         (is_use_properly_guarded): Ditto.
8137         (warn_uninitialized_phi): Ditto.
8138         (execute_late_warn_uninitialized): Ditto.
8140 2010-07-19  Richard Guenther  <rguenther@suse.de>
8142         PR middle-end/44941
8143         * expr.c (emit_block_move_hints): Move zero size check first.
8144         Move asserts to more useful places.
8145         * calls.c (load_register_parameters): Check for zero size.
8147 2010-07-19  Richard Henderson  <rth@redhat.com>
8149         * tree-optimize.c (execute_all_early_local_passes): New.  Change
8150         cgraph_state here ...
8151         (execute_early_local_optimizations): ... not here.  Remove.
8152         (pass_early_local_passes, pass_all_early_optimizations): Update.
8154 2010-07-19  Bernd Schmidt  <bernds@codesourcery.com>
8156         * postreload.c (reload_combine_closest_single_use): Ignore the
8157         number of uses for DEBUG_INSNs.
8158         (fixup_debug_insns): New static function.
8159         (reload_combine_recognize_const_pattern): Use it.  Don't let the
8160         main loop be affected by DEBUG_INSNs.
8161         Really disallow moving adds past a jump insn.
8162         (reload_combine_recognize_pattern): Don't update use_ruid here.
8163         (reload_combine_note_use): Do it here.
8164         (reload_combine): Use control_flow_insn_p rather than JUMP_P.
8166 2010-07-19  Bingfeng Mei  <bmei@broadcom.com>
8168         * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
8169         of a loop.
8170         * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
8172 2010-07-19  Iain Sandoe  <iains@gcc.gnu.org>
8174         * config/i386/darwin.h: Define darwin_emit_branch_islands.
8175         (TARGET_MACHO_BRANCH_ISLANDS): New.
8176         (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
8177         * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
8178         default value.
8179         * config/i386/i386.c (output_pic_addr_const): Do not emit
8180         branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
8181         (x86_output_mi_thunk): Adjust symbol creation.
8182         * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
8183         Remove out of date comment.
8184         * config/rs6000/rs6000.c (print_operand): Adjust symbol.
8185         (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
8186         (DARWIN_GENERATE_ISLANDS): Ditto.
8187         (output_call):  Do not emit branch islands unless
8188         darwin_emit_branch_islands is set.
8189         * config/darwin.c: Declare darwin_emit_branch_islands.
8190         (machopic_indirect_data_reference): Do not emit unless
8191         darwin_emit_branch_islands is set.
8192         (darwin_override_options): Set darwin_emit_branch_islands
8193         where it is needed.
8194         * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
8196 2010-07-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8198         * doc/sourcebuild.texi (Effective-Target Keywords): Document
8199         sse_runtime, sse2_runtime.
8201 2010-07-18  Richard Sandiford  <rdsandiford@googlemail.com>
8203         * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
8204         low half of a single-register SCmode return value before ORing
8205         it with the high half.
8206         * config/mips/mips16.S (MERGE_GPRf): Likewise.
8208 2010-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8210         PR target/44805
8211         * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
8212         on all targets.
8214 2010-07-17  Bernd Schmidt  <bernds@codesourcery.com>
8216         PR target/42235
8217         * postreload.c (reload_cse_move2add): Return bool, true if anything.
8218         changed.  All callers changed.
8219         (move2add_use_add2_insn): Likewise.
8220         (move2add_use_add3_insn): Likewise.
8221         (reload_cse_regs): If reload_cse_move2add changed anything, rerun
8222         reload_combine.
8223         (RELOAD_COMBINE_MAX_USES): Bump to 16.
8224         (last_jump_ruid): New static variable.
8225         (struct reg_use): New members CONTAINING_MEM and RUID.
8226         (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
8227         (reload_combine_split_one_ruid, reload_combine_split_ruids,
8228         reload_combine_purge_insn_uses, reload_combine_closest_single_use
8229         reload_combine_purge_reg_uses_after_ruid,
8230         reload_combine_recognize_const_pattern): New static functions.
8231         (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
8232         is true for our reg and that we have available index regs.
8233         (reload_combine_note_use): New args RUID and CONTAINING_MEM.  All
8234         callers changed.  Use them to initialize fields in struct reg_use.
8235         (reload_combine): Initialize last_jump_ruid.  Be careful when to
8236         take PREV_INSN of the scanned insn.  Update REAL_STORE_RUID fields.
8237         Call reload_combine_recognize_const_pattern.
8238         (reload_combine_note_store): Update REAL_STORE_RUID field.
8240 2010-07-16  Jason Merrill  <jason@redhat.com>
8242         * Makefile.in (opts-common.o): Depend on options.h.
8244 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
8246         * tree.c (build_common_builtin_nodes): Use build_function_type_list
8247         instead of build_function_type.
8248         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
8249         * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
8251 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
8253         * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
8254         do all the work.
8255         (rs6000_emit_int_cmove): Use function pointers for insn generation.
8256         Don't force values into registers unnecessarily.
8257         (output_isel): Assert that we're not given conditions we can't handle.
8258         Delete corresponding code.
8259         * config/rs6000/rs6000.md (isel_signed_<mode>): Use
8260         scc_comparison_operator constraint.  Permit 0 for the consequent
8261         operand.  Permit any GPR for the alternative operand.
8262         (isel_unsigned_<mode>): Likewise.
8264 2010-07-16  Jakub Jelinek  <jakub@redhat.com>
8266         PR target/44942
8267         * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
8268         argument to const_tree.
8269         * config/i386/i386.c (function_arg_advance): If padding needs to be
8270         inserted before argument, increment cum->words by number of padding
8271         words as well.
8272         (contains_aligned_value_p): Change argument to const_tree.
8273         (ix86_function_arg_boundary): Change second argument to const_tree.
8275 2010-07-16  Bernd Schmidt  <bernds@codesourcery.com>
8277         PR target/42235
8278         * function.c (record_hard_reg_sets): New static function.
8279         (assign_parm_setup_reg): If an optab for extending exists and the
8280         generated code clobbbers no hard regs, emit the insn directly and
8281         create a REG_EQUIV note.
8283 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
8285         * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
8286         TREE_CHAIN.
8287         * c-typeck.c (push_init_level): Likewise.
8288         (process_init_element): Likewise.
8290 2010-07-15  Anatoly Sokolov  <aesok@post.ru>
8292         * tree.h (enum tree_index): Add TI_INTEGER_THREE.
8293         (integer_three_node): Add.
8294         * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
8295         NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
8296         * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
8297         of call build_int_cst.
8298         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
8299         * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
8300         (find_interesting_uses_address): Ditto.
8301         * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
8302         * tree-eh.c (lower_eh_constructs_2): Ditto.
8303         * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
8304         * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
8305         * expmed.c (expand_divmod): Ditto.
8306         * tree-mudflap.c (mx_register_decls): Ditto.
8307         * varasm.c (array_size_for_constructor): Ditto.
8308         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
8309         * c-parser.c (c_parser_postfix_expression): Ditto.
8311 2010-07-15  Bernd Schmidt  <bernds@codesourcery.com>
8313         * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
8314         New static variables.
8315         (reload_combine_recognize_pattern): New static function, broken out
8316         of reload_combine.
8317         (reload_combine): Use it.  Only initialize first_index_reg and
8318         last_index_reg once.
8320 2010-07-15  Richard Henderson  <rth@redhat.com>
8322         * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
8323         when done.
8325 2010-07-15  Jan Hubicka  <jh@suse.cz>
8327         * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
8328         comdats for broken gold.
8329         (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
8331 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
8333         * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
8335 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
8337         * tree.h (DECL_CHAIN): Define.
8338         * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
8339         * c-decl.c: Likewise.
8340         * c-parser.c: Likewise.
8341         * c-typeck.c: Likewise.
8342         * cfgexpand.c: Likewise.
8343         * cgraph.c: Likewise.
8344         * cgraphunit.c: Likewise.
8345         * combine.c: Likewise.
8346         * config/alpha/alpha.c: Likewise.
8347         * config/arm/arm.c: Likewise.
8348         * config/frv/frv.c: Likewise.
8349         * config/i386/i386.c: Likewise.
8350         * config/i386/winnt-cxx.c: Likewise.
8351         * config/ia64/ia64.c: Likewise.
8352         * config/iq2000/iq2000.c: Likewise.
8353         * config/mep/mep.c: Likewise.
8354         * config/mips/mips.c: Likewise.
8355         * config/pa/som.h: Likewise.
8356         * config/rs6000/rs6000.c: Likewise.
8357         * config/s390/s390.c: Likewise.
8358         * config/sh/sh.c: Likewise.
8359         * config/sh/symbian-cxx.c: Likewise.
8360         * config/sparc/sparc.c: Likewise.
8361         * config/spu/spu.c: Likewise.
8362         * config/stormy16/stormy16.c: Likewise.
8363         * config/vxworks.c: Likewise.
8364         * config/xtensa/xtensa.c: Likewise.
8365         * coverage.c: Likewise.
8366         * dbxout.c: Likewise.
8367         * dwarf2out.c: Likewise.
8368         * emit-rtl.c: Likewise.
8369         * expr.c: Likewise.
8370         * function.c: Likewise.
8371         * gimple-low.c: Likewise.
8372         * gimple-pretty-print.c: Likewise.
8373         * gimplify.c: Likewise.
8374         * integrate.c: Likewise.
8375         * ipa-inline.c: Likewise.
8376         * ipa-prop.c: Likewise.
8377         * ipa-split.c: Likewise.
8378         * ipa-struct-reorg.c: Likewise.
8379         * ipa-type-escape.c: Likewise.
8380         * langhooks.c: Likewise.
8381         * lto-cgraph.c: Likewise.
8382         * omp-low.c: Likewise.
8383         * stor-layout.c: Likewise.
8384         * tree-cfg.c: Likewise.
8385         * tree-complex.c: Likewise.
8386         * tree-dfa.c: Likewise.
8387         * tree-dump.c: Likewise.
8388         * tree-inline.c: Likewise.
8389         * tree-mudflap.c: Likewise.
8390         * tree-nested.c: Likewise.
8391         * tree-object-size.c: Likewise.
8392         * tree-pretty-print.c: Likewise.
8393         * tree-sra.c: Likewise.
8394         * tree-ssa-live.c: Likewise.
8395         * tree-ssa-loop-niter.c: Likewise.
8396         * tree-ssa-math-opts.c: Likewise.
8397         * tree-ssa-reassoc.c: Likewise.
8398         * tree-ssa-sccvn.c: Likewise.
8399         * tree-ssa-structalias.c: Likewise.
8400         * tree-tailcall.c: Likewise.
8401         * tree-vrp.c: Likewise.
8402         * tree.c: Likewise.
8403         * var-tracking.c: Likewise.
8404         * varasm.c: Likewise.
8406 2010-07-15  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8408         PR target/44877
8409         * config/spu/spu.c (spu_expand_builtin_1): Allow references
8410         (as well as pointers) as argument to mask_for_load builtins.
8412 2010-07-15  Richard Guenther  <rguenther@suse.de>
8414         PR tree-optimization/44946
8415         * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
8416         with accessing only padding properly.
8418 2010-07-15  Jan Hubicka  <jh@suse.cz>
8420         * ipa.c (function_and_variable_visibility): Variables marked as used
8421         should not be localized.
8423 2010-07-15  Jan Hubicka  <jh@suse.cz>
8425         * cgraph.c: Include lto-streamer.h
8426         (change_decl_assembler_name): Work when assembler name hash is at place.
8427         (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
8428         be sure to rename it to avoid name clash.
8429         * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
8430         Localize hidden symbols only when locally defined.
8432 2010-07-15  Uros Bizjak  <ubizjak@gmail.com>
8434         * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
8436 2010-07-15  Magnus Granberg  <zorry@gentoo.org>
8437             Kevin F. Quinn  <kevquinn@gentoo.org>
8439         * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
8440         * common.opt: Add -Wtrampolines.
8441         * doc/invoke.texi: Add -Wtrampolines.
8443 2010-07-15  Jie Zhang  <jie@codesourcery.com>
8445         * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
8446         cortex_a8_issue_ls.
8448 2010-07-15  Dave Korn  <dave.korn.cygwin@gmail.com>
8450         * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
8451         * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
8453 2010-07-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8455         * config/spu/spu.c (reg_names): Remove prototype.
8456         (call_used_regs): Likewise.
8458 2010-07-14  Dave Korn  <dave.korn.cygwin@gmail.com>
8460         * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
8461         "unused" with attribute "used".
8462         (__JCR_END__): Likewise.
8463         * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
8464         "used" attribute.
8465         (__JCR_LIST__): Replace attribute "unused" with attribute "used".
8467 2010-07-14  Richard Guenther  <rguenther@suse.de>
8469         * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
8470         (maybe_fixup_decls): Likewise.
8471         (input_gimple_stmt): Do not fixup anything.
8472         * lto-streamer-out.c (output_gimple_stmt): Make sure all
8473         non-automatic variable uses are wrapped inside a MEM_REF.
8475 2010-07-14  Richard Henderson  <rth@redhat.com>
8477         * passes.c (rest_of_decl_compilation): Do not call assemble_variable
8478         for functions.
8479         * varasm.c (assemble_variable): Remove early exit for functions;
8480         assert that we're given a variable.
8482 2010-07-14  Jie Zhang  <jie@codesourcery.com>
8484         * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
8485         cortex_a8_default when neon_type is not none.
8487 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
8489         * lower-subreg.c (subreg_context): New static bitmap.
8490         (decompose_multiword_subregs): Allocate and free it.
8491         (find_decomposable_subregs): Set a bit in it for a register that
8492         occurs in a subreg that changes mode but not size.
8493         (can_decompose_p): Test it instead of non_decomposable_context.
8495 2010-07-14  Richard Guenther  <rguenther@suse.de>
8497         PR tree-optimization/44824
8498         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
8499         is_gimple_mem_ref_addr.
8500         (tree_ssa_forward_propagate_single_use_vars): Do not propagate
8501         non-decl_address_invariant_p addresses.
8503 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
8505         * reload.c (find_reloads): Revert code to penalize small register
8506         classes that was brought in with the IRA merge.
8508 2010-07-14  Richard Guenther  <rguenther@suse.de>
8510         * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
8511         as base of ARRAY_REFs.
8513 2010-07-14  Richard Guenther  <rguenther@suse.de>
8515         PR middle-end/44930
8516         * tree-pretty-print.c (do_niy): Do not print a newline.
8518 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
8520         * ira-int.h (struct ira_object): New.
8521         (ira_object_t): New typedef.  Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
8522         (struct ira_allocno): Remove members min, max,
8523         conflict_allocno_array, conflict_id, conflict_allocno_array_size,
8524         conflict_allocnos_num and conflict_vec_p.  Add new member object.
8525         (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
8526         OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
8527         OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
8528         OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
8529         ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
8530         ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
8531         ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
8532         ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
8533         an ira_object_t rather than ira_allocno_t.  All uses changed.
8534         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
8535         contains a vector of ira_object_t; all uses changed.
8536         (ira_objects_num): Declare variable.
8537         (ira_create_allocno_object): Declare function.
8538         (ira_conflict_vector_profitable_p): Adjust prototype.
8539         (ira_allocate_conflict_vec): Renamed from
8540         ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
8541         (ira_allocate_object_conflicts): Renamed from
8542         ira_allocate_allocno_conflicts; first arg now ira_object_t.
8543         (struct ira_object_iterator): New.
8544         (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
8545         (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
8546         to conflict_vec_p.  All uses changed.
8547         (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
8548         Changed to take into account that conflicts are now tracked for
8549         objects.
8550         * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
8551         Args changed to accept ira_object_t.  All uses changed.
8552         (allocnos_conflict_p): New static function.
8553         (collected_conflict_objects): Renamed from collected_allocno_objects;
8554         now a vector of ira_object_t.  All uses changed.
8555         (build_conflict_bit_table): Changed to take into account that
8556         conflicts are now tracked for objects.
8557         (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
8558         (print_allocno_conflicts, ira_build_conflicts): Likewise.
8559         * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
8560         setup_allocno_left_conflicts_size, allocno_reload_assign,
8561         fast_allocation): Likewise.
8562         * ira-lives.c (make_hard_regno_born, make_allocno_born)
8563         process_single_reg_class_operands, process_bb_node_lives): Likewise.
8564         * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
8565         Likewise.
8566         * ira-build.c (ira_objects_num): New variable.
8567         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
8568         contains a vector of ira_object_t; all uses changed.
8569         (ira_object_id_map_vec): Corresponding change.
8570         (object_pool): New static variable.
8571         (initiate_allocnos): Initialize it.
8572         (finish_allocnos): Free it.
8573         (ira_create_object, ira_create_allocno_object, create_allocno_objects):
8574         New functions.
8575         (ira_create_allocno): Don't set members that were removed.
8576         (ira_set_allocno_cover_class): Don't change conflict hard regs.
8577         (merge_hard_reg_conflicts): Changed to take into account that
8578         conflicts are now tracked for objects.
8579         (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
8580         allocate_conflict_bit_vec, ira_allocate_object_conflicts,
8581         compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
8582         setup_min_max_allocno_live_range_point, allocno_range_compare_func,
8583         setup_min_max_conflict_allocno_ids, ):  Likewise.
8584         (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
8585         to ira_object_t; all callers changed.
8586         (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
8587         to ira_object_t, all callers changed.
8588         (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
8589         to ira_object_t, all callers changed.
8590         (conflict_check, curr_conflict_check_tick): Renamed from
8591         allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
8592         changed.
8593         (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
8594         arg changed to ira_object_t, all callers changed.
8595         (create_cap_allocno): Call ira_create_allocno_object.
8596         (finish_allocno): Free the corresponding object.
8597         (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
8598         callers changed.  Adjusted for dealing with objects.
8599         (ira_build): Call create_allocno_objects after ira_costs.  Adjusted for
8600         dealing with objects.
8601         * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
8603         * ira-int.h (struct live_range): Rename allocno member to object
8604         and change type to ira_object_t.
8605         (struct ira_object): New member live_ranges.
8606         (struct ira_allocno): Remove member live_ranges.
8607         (ALLOCNO_LIVE_RANGES): Remove.
8608         (OBJECT_LIVE_RANGES): New macro.
8609         (ira_create_live_range, ira_copy_live_range_list,
8610         ira_merge_live_range_list, ira_live_ranges_intersect_p,
8611         ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
8612         * ira-build.c (ira_create_object): Initialize live ranges here.
8613         (ira_create_allocno): Not here.
8614         (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
8615         changed to ira_object_t, all callers changed.
8616         (copy_live_range): Rename from copy_allocno_live_range, all callers
8617         changed.
8618         (ira_copy_live_range_list): Rename from
8619         ira_copy_allocno_live_range_list, all callers changed.
8620         (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
8621         all callers changed.
8622         (ira_live_ranges_intersect_p): Rename from
8623         ira_allocno_live_ranges_intersect_p, all callers changed.
8624         (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
8625         callers changed.
8626         (ira_finish_live_range_list): Rename from
8627         ira_finish_allocno_live_range_list, all callers changed.
8628         (change_object_in_range_list): Rename from change_allocno_in_range_list,
8629         last arg changed to ira_object_t, all callers changed.
8630         (finish_allocno): Changed to expect live ranges in the allocno's object.
8631         (move_allocno_live_ranges, copy_allocno_live_ranges,
8632         update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
8633         ira_flattening, ira_build): Likewise.
8634         * ira-color.c (allocnos_have_intersected_live_ranges_p,
8635         slot_coalesced_allocno_live_ranges_intersect,
8636         setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
8637         * ira-conflicts.c (build_conflict_bit_table): Likewise.
8638         * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
8639         * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
8640         make_allocno_dead, create_start_finish_chains,
8641         remove_some_program_points_and_update_live_ranges,
8642         ira_debug_live_range_list): Likewise.
8644         * ira-int.h (ira_object_conflict_iterator): Rename from
8645         ira_allocno_conflict_iterator.
8646         (ira_object_conflict_iter_init): Rename from
8647         ira_allocno_conflict_iter_init, second arg changed to
8648         * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
8649         FOR_EACH_ALLOCNO_CONFLICT.
8650         * ira-color.c (assign_hard_reg, push_allocno_to_stack)
8651         setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
8652         ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
8653         * ira-conflicts.c (print_allocno_conflicts): Likewise.
8655 2010-07-13  Joern Rennecke  <joern.rennecke@embecosm.com>
8657         PR other/44874
8658         * tree-dump.c (dump_options): Add enumerate_locals entry.
8659         Add TDF_NOID exclusion to all entry.
8660         * tree-dump.h (dump_enumerated_decls): Declare.
8661         * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
8662         Don't display type uid.
8663         (print_declaration): Don't crash on TREE_TYPE (t) == 0.
8664         * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
8665         * tree-ssa-live.c: Include gimple.h.
8666         (numbered_tree_d): New struct.
8667         (numbered_tree): New typedef.
8668         (DEF_VEC_O (numbered_tree): New.
8669         (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
8670         (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
8671         (dump_enumerated_decls): Likewise.
8672         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
8673         debug info and flag_dump_final_insns, call dump_enumerated_decls.
8674         * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
8675         * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
8677 2010-07-13  Richard Sandiford  <rdsandiford@googlemail.com>
8679         * expmed.h (MAX_BITS_PER_WORD): Move to...
8680         * defaults.h (MAX_BITS_PER_WORD): ...here.
8682 2010-07-13  DJ Delorie  <dj@redhat.com>
8684         * config/h8300/h8300.c (h8300_init_once): Default to
8685         -fstrict_volatile_bitfields.
8687         * config/sh/sh.c (sh_override_options): Default to
8688         -fstrict_volatile_bitfields.
8690         * config/rx/rx.c (rx_option_override): New.
8692         * config/m32c/m32c.c (m32c_override_options): Default to
8693         -fstrict_volatile_bitfields.
8695 2010-07-13  Nathan Froyd  <froydnj@codesourcery.com>
8697         * tree.h (build_function_call_expr): Delete.
8698         (build_call_expr_loc_array): New function.
8699         (build_call_expr_loc_vec): New function.
8700         * tree-flow.h (struct omp_region): Change type of ws_args field
8701         to a VEC.
8702         * builtins.c (build_function_call_expr): Delete.
8703         (build_call_expr_loc_array): New function.
8704         (build_call_expr_loc): Call it.  Use XALLOCAVEC.
8705         (build_call_expr): Likewise.
8706         (build_call_expr_loc_vec): New function.
8707         * cgraphunit.c (build_cdtor): Call build_call_expr instead of
8708         build_function_call_expr.
8709         * expr.c (emutls_var_address): Likewise.
8710         * varasm.c (emutls_common_1): Likewise.
8711         * omp-low.c (expand_omp_atomic_mutex): Likewise.
8712         (expand_omp_taskreg): Adjust for new type of region->ws_args.
8713         (get_ws_args_for): Return a VEC instead of a tree.
8714         (expand_parallel_call): Call build_call_expr_loc_vec instead of
8715         build_function_call_expr.
8716         * stor-layout.c (self_referential_size): Likewise.
8718 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
8720         PR testsuite/44701
8721         * recog.c (constrain_operands): Allow side-effects in memory
8722         operands if either < or > constraint is used, rather than if
8723         both < and > is used.
8725 2010-07-13  Richard Guenther  <rguenther@suse.de>
8727         PR middle-end/44911
8728         * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
8729         MEM_REF pointer type dumping.  Avoid recursing for TYPE_DECLs
8730         without name.
8732 2010-07-13  Kaz Kojima  <kkojima@gcc.gnu.org>
8734         PR target/44761
8735         * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
8736         to variable emited.
8737         * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
8738         * config/sh/sh.md (symGOT_load): Likewise.
8739         (symDTPOFF2reg): Likewise.
8740         (symTPOFF2reg): Likewise.
8742 2010-07-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8744         * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
8745         * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
8747 2010-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8749         * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
8750         explanation.
8751         Find ucontext_t * on Solaris 11.
8752         (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
8753         Handle new Solaris 11 __sighndlr patterns.
8755 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
8757         PR debug/44901
8758         * vec.h (VEC_block_remove): Fix comment.
8759         * tree-ssa-live.c (remove_unused_locals): Don't use
8760         VEC_unordered_remove on local_decls, instead replace a single
8761         vector element in each iteration if at least one element had
8762         to be removed and VEC_truncate at the end.
8763         * omp-low.c (expand_omp_taskreg): Likewise.
8765 2010-07-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8767         * c-decl.c (finish_function): Fix typo in comment.
8769 2010-07-12  H.J. Lu  <hongjiu.lu@intel.com>
8771         PR bootstrap/44921
8772         * postreload.c (move2add_use_add3_insn): Silence gcc warning
8773         on min_regno.
8775 2010-07-12  Jakub Jelinek  <jakub@redhat.com>
8777         * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
8778         (simplify_stmt_using_ranges): Use it.
8780 2010-07-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8782         * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
8783         member.  Do not mark as GTY(()).
8784         * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
8785         (spu_builtin_decls): New static variable.
8786         (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
8787         (spu_init_builtins): Likewise.
8788         (spu_builtin_mul_widen_even): Likewise.
8789         (spu_builtin_mul_widen_odd): Likewise.
8790         (spu_builtin_mask_for_load): Likewise.
8791         (spu_builtin_vec_perm): Likewise.
8792         * config/spu/spu-c.c: Include "target.h".
8793         (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
8794         of using spu_builtins[].fndecl.
8796 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8798         * config/mips/mips.c (mips_override_options): Make -mflip-mips16
8799         imply -minterlink-mips16.
8801 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8803         * config/mips/mips.h (mips16_globals): Declare.
8804         (SWITCHABLE_TARGET): Define.
8805         * config/mips/mips.c: Include target-globals.h.
8806         (mips16_globals): New variable.
8807         (mips_set_mips16_mode): Use save_target_globals and
8808         restore_target_globals instead of target_reinit.
8810 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8812         * reginfo.c (init_reg_sets): Don't zero globals here.  Update comment
8813         to say that the function can be called more than once.
8814         * target-globals.c (save_target_globals): Call init_reg_sets.
8816 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8818         * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
8819         * bb-reorder.h: New file.
8820         * bb-reorder.c (default_target_bb_reorder): New variable.
8821         (this_target_bb_reorder): New conditional variable.
8822         (uncond_jump_length): Redefine as a macro.
8823         * target-globals.h (this_target_bb_reorder): Declare.
8824         (target_globals): Add a bb_reorder field.
8825         (restore_target_globals): Copy the bb_reorder field to
8826         this_target_bb-reorder.
8827         * target-globals.c: Include bb-reorder.h.
8828         (default_target_globals): Initialize the bb_reorder field.
8829         (save_target_globals): Likewise.
8831 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8833         * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
8834         * gcse.h: New file.
8835         * gcse.c: Include gcse.h.
8836         (default_target_gcse): New variable.
8837         (this_target_gcse): New conditional variable.
8838         (can_copy): Redefine as a macro.
8839         (can_copy_init_p): New macro.
8840         (can_copy_p): Remove can_copy_init_p.
8841         * target-globals.h (this_target_gcse): Declare.
8842         (target_globals): Add a gcse field.
8843         (restore_target_globals): Copy the gcse field to this_target_gcse.
8844         * target-globals.c: Include gcse.h.
8845         (default_target_globals): Initialize the gcse field.
8846         (save_target_globals): Likewise.
8848 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8850         * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
8851         and x_ira_prohibited_mode_move_regs_initialized_p.
8852         (ira_prohibited_mode_move_regs): Redefine as a macro.
8853         * ira.c (ira_prohibited_mode_move_regs): Delete.
8854         (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
8856 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8858         * reload.h (target_reload): Add x_cached_reg_save_code and
8859         x_cached_reg_restore_code.
8860         * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
8861         Redefine as macros.
8863 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8865         * Makefile.in (target-globals.o): Depend on builtins.h.
8866         * builtins.h: New file.
8867         * builtins.c: Include builtins.h.
8868         (default_target_builtins): New variable.
8869         (this_target_builtins): New conditional variable.
8870         (apply_args_mode, apply_result_mode): Redefine as macros.
8871         * target-globals.h (this_target_builtins): Declare.
8872         (target_globals): Add a builtins field.
8873         (restore_target_globals): Copy the builtins field to
8874         this_target_builtins.
8875         * target-globals.c: Include builtins.h.
8876         (default_target_globals): Initialize the builtins field.
8877         (save_target_globals): Likewise.
8879 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8881         * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
8882         (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
8883         from expmed.c.
8884         (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
8885         (alg_hash, alg_hash_used_p): New macros.
8886         * expmed.c (init_expmed): Clear alg_hash if reinitializing.
8887         (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
8888         (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
8890 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8892         * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
8893         x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
8894         * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
8895         (this_op_costs, costs_classes): Redefine as macros.
8896         (record_reg_classes): Don't take op_costs as a parameter.
8897         (record_operand_costs): Likewise.  Update calls to record_reg_classes.
8898         (scan_one_insn): Update call to record_operand_costs.
8900 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8902         * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
8903         * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
8904         (target_ira_int): New structure.
8905         (default_target_ira_int): Declare.
8906         (this_target_ira_int): Declare as a variable or define as a macro.
8907         (ira_reg_mode_hard_regset, ira_register_move_cost)
8908         (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
8909         (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
8910         (prohibited_class_mode_regs, ira_important_classes_num)
8911         (ira_important_classes, ira_reg_class_intersect)
8912         (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
8913         (ira_reg_class_union): Redefine as macros.
8914         * ira.h (target_ira): New structure.
8915         (default_target_ira): Declare.
8916         (this_target_ira): Declare as a variable or define as a macro.
8917         (ira_available_class_regs, ira_hard_regno_cover_class)
8918         (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
8919         (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
8920         (ira_class_hard_regs_num): Redefine as macros.
8921         * ira.c (default_target_ira, default_target_ira_int): New variables.
8922         (this_target_ira, this_target_ira_int): New conditional variables.
8923         (ira_reg_mode_hard_regset, ira_memory_move_cost)
8924         (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
8925         (ira_class_subset_p): Delete.
8926         (no_unit_alloc_regs): Redefine as a macro.
8927         (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
8928         (ira_class_hard_regs_num, ira_class_hard_reg_index)
8929         (ira_available_class_regs): Delete.
8930         (alloc_reg_class_subclasses): Redefine as a macro.
8931         (ira_reg_class_cover_size, ira_reg_class_cover)
8932         (ira_important_classes_num, ira_important_classes)
8933         (ira_important_class_nums, ira_class_translate): Delete.
8934         (cover_class_order): Document the variable's lifetime.
8935         (reorder_important_classes): Don't set ira_important_class_nums.
8936         (ira_reg_class_intersect, ira_reg_classes_intersect_p)
8937         (ira_reg_class_super_classes, ira_reg_class_union)
8938         (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
8939         Delete.
8940         (setup_reg_class_nregs): Don't set ira_max_regs.
8941         (prohibited_class_mode_regs): Delete.
8942         * target-globals.h (this_target_ira, this_target_ira_int): Declare.
8943         (target_globals): Add ira and ira_int fields.
8944         (restore_target_globals): Copy the ira field to this_target_ira
8945         and the ira_int field to this_target_ira_int.
8946         * target-globals.c: Include ira-int.h.
8947         (default_target_globals): Initialize the ira and ira_int fields.
8948         (save_target_globals): Likewise.
8950 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8952         * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
8953         * cfgloop.h (target_cfgloop): New structure.
8954         (default_target_cfgloop): Declare.
8955         (this_target_cfgloop): Declare as a variable or define as a macro.
8956         (target_avail_regs, target_clobbered_regs, target_res_regs)
8957         (target_reg_cost, target_spill_cost): Redefine as macros.
8958         * cfgloopanal.c (default_target_cfgloop): New variable.
8959         (this_target_cfgloop): New conditional variable.
8960         (target_avail_regs, target_clobbered_regs, target_res_regs)
8961         (target_reg_cost, target_spill_cost): Delete.
8962         * target-globals.h (this_target_cfgloop): Declare.
8963         (target_globals): Add a cfgloop field.
8964         (restore_target_globals): Copy the cfgloop field to
8965         this_target_cfgloop.
8966         * target-globals.c: Include cfgloop.h.
8967         (default_target_globals): Initialize the cfgloop field.
8968         (save_target_globals): Likewise.
8970 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8972         * regs.h (target_regs): Add x_direct_load, x_direct_store and
8973         x_float_extend_from_mem.
8974         (direct_load, direct_store, float_extend_from_mem): New macros.
8975         * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
8977 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8979         * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
8980         (target-globals.o): Depend on $(LIBFUNCS_H).
8981         * libfuncs.h: Include hashtab.h.
8982         (libfunc_entry): Moved from optabs.c.
8983         (target_libfuncs): New structure.
8984         (default_target_libfuncs): Declare.
8985         (this_target_libfuncs): Declare as a variable or define as a macro.
8986         (libfunc_table): Redefine as a macro.
8987         * optabs.c (default_target_libfuncs): New variable.
8988         (this_target_libfuncs): New conditional variable.
8989         (libfunc_table): Delete.
8990         (libfunc_entry): Moved to optabs.h.
8991         (libfunc_hash): Redefine as a macro.
8992         (hash_libfunc, eq_libfunc): Fix comments.
8993         (init_optabs): Use libfunc_hash to detect cases where the function
8994         has already been called.  Clear the hash table instead of
8995         recreating it.
8996         * target-globals.h (this_target_libfuncs): Declare.
8997         (target_globals): Add a libfuncs field.
8998         (restore_target_globals): Copy the libfuncs field to
8999         this_target_libfuncs.
9000         * target-globals.c: Include libfuncs.h.
9001         (default_target_globals): Initialize the libfuncs field.
9002         (save_target_globals): Likewise.
9004 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9006         * Makefile.in (LIBFUNCS_H): New variable.  Use instead of libfuncs.h
9007         in all dependency lists.
9009 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9011         * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
9012         * optabs.h (target_optabs): New structure.
9013         (default_target_optabs): Declare.
9014         (this_target_optabs): Declare as a variable or define as a macro.
9015         (optab_table, convert_optab_table, direct_optab_table): Redefine
9016         as macros.
9017         * optabs.c (default_target_optabs): New variable.
9018         (this_target_optabs): New conditional variable.
9019         (optab_table, convert_optab_table, direct_optab_table): Delete.
9020         * target-globals.h (this_target_optabs): Declare.
9021         (target_globals): Add a optabs field.
9022         (restore_target_globals): Copy the optabs field to
9023         this_target_optabs.
9024         * target-globals.c: Include expr.h and optabs.h.
9025         (default_target_globals): Initialize the optabs field.
9026         (save_target_globals): Likewise.
9028 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9030         * flags.h (target_flagstate): Add x_flag_excess_precision.
9031         (flag_excess_precision): Redefine as a macro.
9032         * toplev.c (flag_excess_precision): Delete.
9034 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9036         * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
9037         * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
9038         * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
9039         (no_caller_save_reg_set): Redefine as a macro.
9040         * reload.h (target_reload): Add x_caller_save_initialized_p and
9041         x_regno_save_mode.
9042         (caller_save_initialized_p): Redefine as a macro.
9043         * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
9044         (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
9045         (regno_save_mode): Redefine as a macro.
9047 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9049         * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
9050         * expmed.h: New file.
9051         * expmed.c (default_target_costs): New variable.
9052         (this_target_costs): New conditional variable.
9053         (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
9054         (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
9055         (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
9056         * target-globals.h (this_target_expmed): Declare.
9057         (target_globals): Add a expmed field.
9058         (restore_target_globals): Copy the expmed field to
9059         this_target_expmed.
9060         * target-globals.c: Include expmed.h.
9061         (default_target_globals): Initialize the expmed field.
9062         (save_target_globals): Likewise.
9064 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9066         * Makefile.in (target-globals.o): Depend on reload.h.
9067         * reload.h (target_reload): New structure.
9068         (default_target_reload): Declare.
9069         (this_target_reload): Declare as a variable or define as a macro.
9070         (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
9071         * reload1.c (default_target_reload): New variable
9072         (this_target_reload): New conditional variable.
9073         (indirect_symref_ok, double_reg_address_ok): Delete.
9074         (spill_indirect_levels): Redefine as a macro.
9075         * target-globals.h (this_target_reload): Declare.
9076         (target_globals): Add a reload field.
9077         (restore_target_globals): Copy the reload field to
9078         this_target_reload.
9079         * target-globals.c: Include hard-reg-set.h.
9080         (default_target_globals): Initialize the reload field.
9081         (save_target_globals): Likewise.
9083 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9085         * rtl.h (target_rtl): Add x_static_reg_base_value.
9086         * alias.c (static_reg_base_value): Redefine as a macro.
9088 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9090         * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
9091         (GTFILES): Remove reginfo.c.
9092         * rtl.h (target_rtl): Add x_top_of_stack.
9093         (top_of_stack): New macro.
9094         * reginfo.c: Don't include ggc.h or gt-reginfo.h.
9095         (top_of_stack): Delete.
9097 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9099         * regs.h (target_regs): Add x_hard_regs_of_mode,
9100         x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
9101         x_may_move_out_cost and x_last_mode_for_init_move_cost.
9102         (have_regs_of_mode, contains_reg_of_mode, move_cost)
9103         (may_move_in_cost, may_move_out_cost): Redefine as macros.
9104         * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
9105         (may_move_in_cost, may_move_out_cost): Delete.
9106         (last_mode_for_init_move_cost): Redefine as a macro.
9108 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9110         * hard-reg-set.h (target_hard_regs): New structure.
9111         (default_target_hard_regs): Declare.
9112         (this_target_hard_regs): Declare as a variable or define as a macro.
9113         (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
9114         (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
9115         (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
9116         (reg_class_size, reg_class_subclasses, reg_class_subunion)
9117         (reg_class_superunion, reg_names): Redefine as macros.
9118         * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
9119         (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
9120         (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
9121         (reg_class_contents, reg_class_size, reg_class_subclasses)
9122         (reg_class_subunion, reg_class_superunion, reg_names): Delete.
9123         (default_target_hard_regs): New variable
9124         (this_target_hard_regs, initial_call_really_used_regs)
9125         (initial_reg_alloc_order): New conditional variables.
9126         (initial_reg_names): New variable.
9127         (init_reg_sets): Assert that initial_call_really_used_regs,
9128         initial_reg_alloc_order and initial_reg_names
9129         are all the same size as their variable counterparts.  Use them to
9130         initialize those counterparts.
9131         * target-globals.h (this_target_hard_regs): Declare.
9132         (target_globals): Add a hard_regs field.
9133         (restore_target_globals): Copy the hard_regs field to
9134         this_target_hard_regs.
9135         * target-globals.c: Include hard-reg-set.h.
9136         (default_target_globals): Initialize the hard_regs field.
9137         (save_target_globals): Likewise.
9139 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9141         * Makefile.in (target-globals.o): Depend on $(RTL_H).
9142         * rtl.h (target_rtl): New structure.
9143         (default_target_rtl): Declare.
9144         (this_target_rtl): Declare as a variable or define as a macro.
9145         (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
9146         Redefine as macros.
9147         * emit-rtl.c (default_target_rtl): New variable.
9148         (this_target_rtl): New conditional variable.
9149         (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
9150         (return_address_pointer_rtx): Delete.
9151         (initial_regno_reg_rtx): New macro.
9152         (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
9153         (init_emit_regs): Likewise.
9154         * target-globals.h (this_target_rtl): Declare.
9155         (target_globals): Add a rtl field.
9156         (restore_target_globals): Copy the rtl field to this_target_rtl.
9157         * target-globals.c: Include rtl.h.
9158         (default_target_globals): Initialize the rtl field.
9159         (save_target_globals): Likewise.
9161 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9163         * Makefile.in (target-globals.o): Depend on $(REGS_H).
9164         * regs.h (target_reg_modes): New structure.
9165         (default_target_reg_modes): Declare.
9166         (this_target_reg_modes): Declare as a variable or define as a macro.
9167         (hard_regno_nregs, reg_raw_mode): Redefine as macros.
9168         * reginfo.c (default_target_reg_modes): New variable.
9169         (this_target_reg_modes): New conditional variable.
9170         (hard_regno_nregs, reg_raw_mode): Delete.
9171         * target-globals.h (this_target_regs): Declare.
9172         (target_globals): Add a regs field.
9173         (restore_target_globals): Copy the regs field to this_target_regs.
9174         * target-globals.c: Include regs.h.
9175         (default_target_globals): Initialize the regs field.
9176         (save_target_globals): Likewise.
9178 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9180         * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
9181         * doc/tm.texi: Regenerate.
9182         * Makefile.in (OBJS-common): Add target-globals.o.
9183         (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
9184         and target-globals.h.
9185         (target-globals.o): New rule.
9186         (GTFILES): Include $(srcdir)/target-globals.h.
9187         * defaults.h (SWITCHABLE_TARGET): Define.
9188         * gengtype.c (open_base_files): Add target-globals.h to the
9189         list of includes.
9190         * target-globals.h: New file.
9191         * target-globals.c: Likewise.
9193         * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
9194         * flags.h (target_flag_state): New structure.
9195         (default_target_flag_state): Declare.
9196         (this_target_flag_state): Declare as a variable or define as a macro.
9197         (align_loops_log): Redefine as a macro.
9198         (align_loops_max_skip, align_jumps_log): Likewise.
9199         (align_jumps_max_skip, align_labels_log): Likewise.
9200         (align_labels_max_skip, align_functions_log): Likewise.
9201         * toplev.c (default_target_flag_state): New variable.
9202         (this_target_flag_state): New conditional variable.
9203         (align_loops_log): Delete.
9204         (align_loops_max_skip, align_jumps_log): Likewise.
9205         (align_jumps_max_skip, align_labels_log): Likewise.
9206         (align_labels_max_skip, align_functions_log): Likewise.
9207         * target-globals.h (this_target_flag_state): Declare.
9208         (target_globals): Add a flag_state field.
9209         (restore_target_globals): Copy the flag_state field to
9210         this_target_flag_state.
9211         * target-globals.c: Include flags.h.
9212         (default_target_globals): Initialize the flag_state field.
9213         (save_target_globals): Likewise.
9215 2010-07-12  Jie Zhang  <jie@codesourcery.com>
9217         * postreload.c (reg_symbol_ref[]): New.
9218         (move2add_use_add2_insn): New.
9219         (move2add_use_add3_insn): New.
9220         (reload_cse_move2add): Handle SYMBOL + OFFSET case.
9221         (move2add_note_store): Likewise.
9223 2010-07-12  Joern Rennecke  <joern.rennecke@embecosm.com>
9225         PR rtl-optimization/44752
9226         * genautomata.c (main): Don't emit an empty file even if there
9227         is no automaton.
9229 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9231         * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
9232         ix86_solaris_return_in_memory.
9233         * config/i386-protos.h: Reflect this.
9234         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
9235         * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
9236         Move ...
9237         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
9239 2010-07-12  Jie Zhang  <jie@codesourcery.com>
9241         * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
9242         align the stack when it's going to be saved.
9244 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9246         PR pch/14940
9247         * config/host-solaris.c (mmap_fixed): New function.
9248         (sol_gt_pch_get_address): Use it.
9249         (sol_gt_pch_use_address): Likewise.
9251 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9253         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
9254         pentiumpro on Solaris 8 and 9/x86.
9255         * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
9256         Document SSE/SSE2 support.
9257         * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
9259 2010-07-12  Andi Kleen  <ak@linux.intel.com>
9261         * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
9262         instead of gcc_assert to print better error message for multiple
9263         prevailing defs.
9265 2010-07-12  Uros Bizjak  <ubizjak@gmail.com>
9267         * config/i386/i386.c (ix86_asm_output_function_label): Change format
9268         string placeholder from 0x%x to %#x.
9269         (ix86_code_end): Use putc to output '\n'.
9270         (ix86_print_operand) <case ';'>: Use putc to output ';'.
9272 2010-07-11  Kai Tietz  <kai.tietz@onevision.com>
9274         * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
9275         in directive -export.
9277 2010-07-10  Anatoly Sokolov  <aesok@post.ru>
9279         * reginfo.h (reg_classes_intersect_p): Change arguments type to
9280         reg_class_t.
9281         * rtl.h (reg_classes_intersect_p): Adjust prototype.
9283         * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
9284         Remove macros.
9285         * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
9286         rs6000_memory_move_cost): Remove
9287         * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
9288         TARGET_MEMORY_MOVE_COST): Define.
9289         (rs6000_register_move_cost): Make static. Change arguments type from
9290         enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
9291         (rs6000_memory_move_cost): Make static. Change arguments type from
9292         'enum reg_class' to reg_class_t.
9294 2010-07-10  Sandra Loosemore  <sandra@codesourcery.com>
9296         PR middle-end/42505
9297         * tree-inline.c (estimate_num_insns): Refactor builtin complexity
9298         lookup code into....
9299         * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
9300         new functions.
9301         * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
9302         * cfgloopanal.c (target_clobbered_regs): Define.
9303         (init_set_costs): Initialize target_clobbered_regs.
9304         (estimate_reg_pressure_cost): Add call_p argument.  When true,
9305         adjust the number of available registers to exclude the
9306         call-clobbered registers.
9307         * cfgloop.h (target_clobbered_regs): Declare.
9308         (estimate_reg_pressure_cost): Adjust declaration.
9309         * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
9310         (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
9311         (determine_set_costs): Dump target_clobbered_regs.
9312         (loop_body_includes_call): New function.
9313         (tree_ssa_iv_optimize_loop): Use it to initialize new field.
9314         * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
9315         call_p flag through.
9316         (best_gain_for_invariant): Likewise.
9317         (find_invariants_to_move): Likewise.
9318         (move_single_loop_invariants): Likewise, using already-computed
9319         has_call field.
9321 2010-07-10  Richard Guenther  <rguenther@suse.de>
9322             Joern Rennecke  <joern.rennecke@embecosm.com>
9324         PR debug/44832
9325         * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
9326         (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
9327         unless they have DECL_IGNORED_P set.
9329 2010-07-10  Richard Guenther  <rguenther@suse.de>
9331         PR lto/44889
9332         * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
9333         helper function.
9334         (gimple_types_compatible_p): Similar to pointed-to
9335         types allow and merge a mix of complete and incomplete aggregate.
9336         Use gimple_fixup_complete_and_incomplete_subtype_p for that.
9337         (iterative_hash_gimple_type): Adjust for that.
9339 2010-07-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
9341         * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
9343 2010-07-10  Iain Sandoe  <iains@gcc.gnu.org>
9345         PR objc/44140
9346         * config/darwin.c (output_objc_section_asm_op): Save and restore
9347         section when outputting ObjC section list.
9349 2010-07-09  Jan Hubicka  <jh@suse.cz>
9351         * lto-streamer-out.c (produce_symtab): Do not write alias
9352         cgraph/varpool nodes.
9354 2010-07-09  Jan Hubicka  <jh@suse.cz>
9356         * tree-inline.c (declare_return_variable): Fix ICE while
9357         inlining DECL_BY_VALUE function not in SSA form
9359 2010-07-09  Changpeng Fang  <changpeng.fang@amd.com>
9361         PR tree-optimization/44576
9362         * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
9363         New.  Pull out from is_loop_prefetching_profitable to implement
9364         the trip count to ahead ratio heuristic.
9365         (mem_ref_count_reasonable_p): New.  Pull out from
9366         is_loop_prefetching_profitable to implement the instruction to
9367         memory reference ratio heuristic.  Also consider not reasonable if
9368         the memory reference count is above a threshold (to avoid
9369         explosive compilation time.
9370         (insn_to_prefetch_ratio_too_small_p): New.  Pull out from
9371         is_loop_prefetching_profitable to implement the instruction to
9372         prefetch ratio heuristic.
9373         (is_loop_prefetching_profitable): Removed.
9374         (loop_prefetch_arrays): Distribute the cost analysis across the
9375         function to allow early exit of the prefetch analysis.
9376         is_loop_prefetching_profitable is splitted into three functions,
9377         with each one called as early as possible.
9378         (PREFETCH_MAX_MEM_REFS_PER_LOOP): New.  Threshold above which the
9379         number of memory references in a loop is considered too many.
9381 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
9383         * reload.c (find_reloads): Don't clear badop if we have a winreg
9384         alternative, but not win, and the class only has fixed regs.
9385         * hard-reg-set.h (class_only_fixed_regs): Declare.
9386         * reginfo.c (class_only_fixed_regs): New array.
9387         (init_reg_sets_1): Initialize it.
9388         * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
9389         discourage alternatives using the stack pointer.
9391         * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
9393         * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
9395         * config/arm/arm.md (cbranchqi4): Fix array size.
9396         (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
9397         calculating length.
9399 2010-07-09  Richard Guenther  <rguenther@suse.de>
9401         * gimple.c (struct type_fixup_s): New struct and VEC type.
9402         (gimple_register_type_fixups): New static global.
9403         (gimple_queue_type_fixup): New function.
9404         (gimple_types_compatible_p): Queue type fixups instead of
9405         applying them here.
9406         (gimple_register_type): Apply queued fixups for the
9407         canonical type.  Empty the type fixup queue.
9409 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
9411         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
9412         * configure: Regenerate.
9413         * config.in: Ditto.
9415 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
9416             Denys Vlasenko  <dvlasenk@redhat.com>
9417             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
9419         PR tree-optimization/28632
9420         * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
9421         (extract_range_from_binary_expr): Further optimize
9422         BIT_AND_EXPR and BIT_IOR_EXPR.
9424 2010-07-09  Sebastian Pop  <sebastian.pop@amd.com>
9426         * tree-if-conv.c (fold_or_predicates): New.
9427         (add_to_predicate_list): Call it.
9429 2010-07-09  Richard Guenther  <rguenther@suse.de>
9431         PR middle-end/44890
9432         * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
9433         if base is a pointer.
9434         * tree-cfg.c (verify_expr): Update MEM_REF checking.
9436 2010-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
9438         PR target/44877
9439         * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
9440         POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
9441         builtin mask for load/store builtins.
9443 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
9445         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
9446         for "lock addl".
9447         * configure: Regenerate.
9448         * config/i386/i386.c (ix86_print_operand) <case ';'>:
9449         Remove TARGET_MACHO.
9451 2010-07-09  Peter Bergner  <bergner@vnet.ibm.com>
9453         * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
9454         default ISA flags.
9455         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
9457 2010-07-09  Tom de Vries  <tjvries@xs4all.nl>
9459         * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
9461 2010-07-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
9463         * config/picochip/picochip.md (commsTestPort): Emit more
9464         efficient sequence for tstport instruction.
9466 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
9468         * config/i386/i386.c (ix86_veclib_handler): Make static.
9470 2010-07-09  Richard Guenther  <rguenther@suse.de>
9472         PR tree-optimization/44852
9473         * tree-ssa-alias.c: Include toplev.h for exact_log2.
9474         (indirect_ref_may_alias_decl_p): Properly handle negative offsets
9475         in MEM_REF.
9476         (indirect_refs_may_alias_p): Likewise.
9477         * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
9479 2010-07-09  Richard Guenther  <rguenther@suse.de>
9481         PR tree-optimization/44882
9482         * tree-vect-stmts.c (vectorizable_store): Do not assert alias
9483         sets do conflict.
9484         (vectorizable_load): Likewise.
9486 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
9488         PR target/40657
9489         * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
9490         All callers changed.
9491         Handle the case when we're called for the epilogue.
9492         (thumb_unexpanded_epilogue): Use it.
9493         (thumb1_expand_epilogue): Likewise.
9495 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
9497         * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
9498         both ranges are range_int_cst_p with non-negative minimum,
9499         try harder to derive smaller range.
9501 2010-07-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
9503         * genrecog.c: Include diagnostic-core.h before toplev.h.
9504         * genoutput.c: Likewise.
9505         * genextract.c: Likewise.
9506         * genautomata.c: Likewise.
9507         * genemit.c: Likewise.
9508         * genpeep.c: Likewise.
9509         * genattrtab.c: Likewise.
9510         * genconditions.c: Likewise.
9511         * genpreds.c: Likewise.
9513 2010-07-08  Andi Kleen  <ak@linux.intel.com>
9515         * lto-section-in.c (lto_section_name): Add missing comma.
9517 2010-07-08  Anatoly Sokolov  <aesok@post.ru>
9519         * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
9520         * config/ia64/ia64-protos.h (ia64_override_options): Remove.
9521         * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
9522         (ia64_override_options): Rename to...
9523         (ia64_option_override): ... this one. Make static.
9525 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
9527         PR middle-end/44843
9528         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
9529         pointed-to type of the offset in a MEM_REF to compute the alignment.
9531 2010-07-08  Kai Tietz  <kai.tietz@onevision.com>
9533         * final.c (final_scan_insn): Replace
9534         TARGET_UNWIND_INFO macro check by unwind_emit
9535         hook NULL check.
9536         * targhooks.c (default_unwind_emit): Removed.
9537         * targhooks.h (default_unwind_emit): Likewise.
9538         * target.def (unwind_emit): Set default value to NULL.
9540         * config/i386/i386-protos.h (ix86_asm_output_function_label):
9541         New prototype.
9542         * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
9543         for NULL fntype argument and allow 64-bit targets.
9544         (ix86_asm_output_function_label): New function.
9545         (ix86_expand_prologue): Handle 64-bit ms hook prologue.
9546         (ix86_handle_fndecl_attribute): Likewise.
9547         * doc/extend.texi (ms_hook_prologue): Adjust documentation.
9548         * doc/doc/tm.texi: Regenerated.
9549         * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
9550         (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
9551         * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
9552         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
9553         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
9554         * config/elfos.h: Likewise.
9555         * config/i386/cygming.h: Likewise.
9556         * config/netbsd-aout.h: Likewise.
9557         * config/openbsd.h: Likewise.
9558         * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
9559         by ix86_asm_output_function_label function call.
9560         * varasm.c (assemble_start_function): Use
9561         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
9563 2010-07-08  Jan Hubicka  <jh@suse.cz>
9565         * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
9566         New function.
9567         * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
9568         Declare.
9569         * ipa-cp.c (ipcp_estimate_growth): Use it.
9570         * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
9571         Likewise.
9573 2010-07-08  Jan Hubicka  <jh@suse.cz>
9575         * tree-inline.c (declare_return_variable): Allocate annotation for new
9576         temporary.
9578 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
9580         PR tree-optimization/44710
9581         * tree-if-conv.c (parse_predicate): New.
9582         (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
9583         Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
9585 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
9587         * common.opt (ftree-loop-if-convert): New flag.
9588         * doc/invoke.texi (ftree-loop-if-convert): Documented.
9589         * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
9590         when flag_tree_loop_if_convert is set.
9592 2010-07-08  Uros Bizjak  <ubizjak@gmail.com>
9594         * config/i386/i386.c: Use short syntax for function calls
9595         through function pointers.
9596         * config/i386/i386.md: Ditto.
9598 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
9600         * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
9602 2010-07-08  Richard Guenther  <rguenther@suse.de>
9604         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
9605         stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
9607 2010-07-08  Jakub Jelinek  <jakub@redhat.com>
9609         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
9610         instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
9611         (loc_list_from_tree): Likewise.
9612         (output_loc_operands): Handle outputting DW_OP_const[48]u
9613         with loc->dtprel set.
9614         (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
9616 2010-07-08  Jan Hubicka  <jh@suse.cz>
9618         * ipa.c: Include pointer-set.h
9619         (cgraph_externally_visible_p): New attribute ALIASED;
9620         when in LTO, hidden symbols are local unless they are aliased.
9621         (function_and_variable_visibility): Compute aliased nodes;
9622         handle LTO and hidden symbol on functions and vars.
9623         * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
9624         for COMDAT symbols; handle COMDAT_GROUPS also at vars.
9626 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
9628         * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
9629         * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
9630         * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
9631         * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
9632         * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
9633         * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
9634         (ix86_gen_probe_stack_range): Likewise.
9635         (override_options): Set them.
9636         (ix86_target_stack_probe): New function.
9637         (ix86_compute_frame_layout): Force use of push instructions to
9638         save registers if stack checking with probes is enabled.
9639         (get_scratch_register_on_entry): New function.
9640         (release_scratch_register_on_entry): Likewise.
9641         (ix86_adjust_stack_and_probe): Likewise.
9642         (output_adjust_stack_and_probe): Likewise.
9643         (ix86_emit_probe_stack_range): Likewise.
9644         (output_probe_stack_range): Likewise.
9645         (ix86_expand_prologue): Emit stack checking code if static built-in
9646         stack checking is enabled.
9647         Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
9648         * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
9649         (output_adjust_stack_and_probe): Likewise.
9650         (output_probe_stack_range): Likewise.
9651         * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
9652         (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
9653         TARGET_STACK_PROBE.
9654         (allocate_stack_worker_64): Likewise.
9655         (allocate_stack): Likewise.
9656         (adjust_stack_and_probe): New insn.
9657         (probe_stack_range): Likewise.
9659 2010-07-08  Richard Guenther  <rguenther@suse.de>
9661         PR tree-optimization/44831
9662         * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
9663         a MEM_REF preserving TBAA info of the original dereference.
9664         Dereference the original pointer if the address is not invariant.
9665         (propagate_with_phi): Fixup type checks wrt MEM_REFs.  Require
9666         at least one invariant address that we are going to dereference.
9668 2010-07-08  Richard Guenther  <rguenther@suse.de>
9670         PR tree-optimization/44861
9671         * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
9672         information when building MEM_REFs.
9673         (vectorizable_load): Likewise.
9674         * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
9676 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
9678         * config/sol2-c.c: Do not include diagnostic-core.h.
9680 2010-07-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9682         PR bootstrap/44768
9683         * cfgexpand.c (estimated_stack_frame_size): Make self-contained
9684         with respect to current_function_decl. Pass decl of the function.
9685         * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
9686         * ipa-inline.c (compute_inline_parameters): Pass decl to
9687         estimated_stack_frame_size.
9689 2010-07-08  Richard Guenther  <rguenther@suse.de>
9691         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
9692         New function.
9693         (valueize_refs): Call it.
9695 2010-07-08  Richard Guenther  <rguenther@suse.de>
9697         PR rtl-optimization/44838
9698         * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
9699         SSA form do not use pointer equivalence.
9701 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
9703         * dwarf2out.c (AT_linkage_name): Delete.
9704         (add_linkage_attr): New function.
9705         (add_linkage_name): Call it to emit the linkage attribute.
9706         (dwarf2out_finish): Likewise.
9707         (move_linkage_attr): Explicitly accept both attribute variants.
9709 2010-07-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
9711         * toplev.h: Do not include diagnostic-core.h.
9712         Include diagnostic-core.h in every file that includes toplev.h.
9713         * c-tree.h: Do not include toplev.h.
9714         * pretty-print.h: Update comment.
9715         * Makefile.in: Update dependencies.
9716         * alias.c: Include diagnostic-core.h in every file that includes
9717         toplev.h.
9718         * attribs.c: Likewise.
9719         * auto-inc-dec.c: Likewise.
9720         * bb-reorder.c: Likewise.
9721         * bt-load.c: Likewise.
9722         * caller-save.c: Likewise.
9723         * calls.c: Likewise.
9724         * cfg.c: Likewise.
9725         * cfganal.c: Likewise.
9726         * cfgbuild.c: Likewise.
9727         * cfgcleanup.c: Likewise.
9728         * cfghooks.c: Likewise.
9729         * cfgloop.c: Likewise.
9730         * combine.c: Likewise.
9731         * config/alpha/alpha.c: Likewise.
9732         * config/arc/arc.c: Likewise.
9733         * config/arm/arm.c: Likewise.
9734         * config/arm/pe.c: Likewise.
9735         * config/avr/avr.c: Likewise.
9736         * config/bfin/bfin.c: Likewise.
9737         * config/cris/cris.c: Likewise.
9738         * config/crx/crx.c: Likewise.
9739         * config/darwin-c.c: Likewise.
9740         * config/darwin.c: Likewise.
9741         * config/fr30/fr30.c: Likewise.
9742         * config/frv/frv.c: Likewise.
9743         * config/h8300/h8300.c: Likewise.
9744         * config/host-darwin.c: Likewise.
9745         * config/i386/i386.c: Likewise.
9746         * config/i386/netware.c: Likewise.
9747         * config/i386/nwld.c: Likewise.
9748         * config/i386/winnt-cxx.c: Likewise.
9749         * config/i386/winnt-stubs.c: Likewise.
9750         * config/i386/winnt.c: Likewise.
9751         * config/ia64/ia64-c.c: Likewise.
9752         * config/ia64/ia64.c: Likewise.
9753         * config/iq2000/iq2000.c: Likewise.
9754         * config/lm32/lm32.c: Likewise.
9755         * config/m32c/m32c-pragma.c: Likewise.
9756         * config/m32c/m32c.c: Likewise.
9757         * config/m32r/m32r.c: Likewise.
9758         * config/m68hc11/m68hc11.c: Likewise.
9759         * config/m68k/m68k.c: Likewise.
9760         * config/mcore/mcore.c: Likewise.
9761         * config/mep/mep-pragma.c: Likewise.
9762         * config/mep/mep.c: Likewise.
9763         * config/mmix/mmix.c: Likewise.
9764         * config/mn10300/mn10300.c: Likewise.
9765         * config/moxie/moxie.c: Likewise.
9766         * config/pa/pa.c: Likewise.
9767         * config/pdp11/pdp11.c: Likewise.
9768         * config/picochip/picochip.c: Likewise.
9769         * config/rs6000/rs6000-c.c: Likewise.
9770         * config/rs6000/rs6000.c: Likewise.
9771         * config/rx/rx.c: Likewise.
9772         * config/s390/s390.c: Likewise.
9773         * config/score/score.c: Likewise.
9774         * config/score/score3.c: Likewise.
9775         * config/score/score7.c: Likewise.
9776         * config/sh/sh.c: Likewise.
9777         * config/sh/symbian-base.c: Likewise.
9778         * config/sh/symbian-c.c: Likewise.
9779         * config/sh/symbian-cxx.c: Likewise.
9780         * config/sol2-c.c: Likewise.
9781         * config/sol2.c: Likewise.
9782         * config/sparc/sparc.c: Likewise.
9783         * config/spu/spu.c: Likewise.
9784         * config/stormy16/stormy16.c: Likewise.
9785         * config/v850/v850-c.c: Likewise.
9786         * config/v850/v850.c: Likewise.
9787         * config/vax/vax.c: Likewise.
9788         * config/vxworks.c: Likewise.
9789         * config/xtensa/xtensa.c: Likewise.
9790         * convert.c: Likewise.
9791         * cse.c: Likewise.
9792         * cselib.c: Likewise.
9793         * dbgcnt.c: Likewise.
9794         * dbxout.c: Likewise.
9795         * ddg.c: Likewise.
9796         * dominance.c: Likewise.
9797         * emit-rtl.c: Likewise.
9798         * explow.c: Likewise.
9799         * expmed.c: Likewise.
9800         * fixed-value.c: Likewise.
9801         * fold-const.c: Likewise.
9802         * fwprop.c: Likewise.
9803         * gcse.c: Likewise.
9804         * ggc-common.c: Likewise.
9805         * ggc-page.c: Likewise.
9806         * ggc-zone.c: Likewise.
9807         * gimple-low.c: Likewise.
9808         * gimplify.c: Likewise.
9809         * graph.c: Likewise.
9810         * haifa-sched.c: Likewise.
9811         * ifcvt.c: Likewise.
9812         * implicit-zee.c: Likewise.
9813         * integrate.c: Likewise.
9814         * ira-build.c: Likewise.
9815         * ira-color.c: Likewise.
9816         * ira-conflicts.c: Likewise.
9817         * ira-costs.c: Likewise.
9818         * ira-lives.c: Likewise.
9819         * ira.c: Likewise.
9820         * lists.c: Likewise.
9821         * loop-doloop.c: Likewise.
9822         * loop-iv.c: Likewise.
9823         * lto-opts.c: Likewise.
9824         * lto-symtab.c: Likewise.
9825         * main.c: Likewise.
9826         * modulo-sched.c: Likewise.
9827         * optabs.c: Likewise.
9828         * params.c: Likewise.
9829         * plugin.c: Likewise.
9830         * postreload-gcse.c: Likewise.
9831         * postreload.c: Likewise.
9832         * predict.c: Likewise.
9833         * profile.c: Likewise.
9834         * real.c: Likewise.
9835         * regcprop.c: Likewise.
9836         * reginfo.c: Likewise.
9837         * regmove.c: Likewise.
9838         * reorg.c: Likewise.
9839         * resource.c: Likewise.
9840         * rtl.c: Likewise.
9841         * rtlanal.c: Likewise.
9842         * sched-deps.c: Likewise.
9843         * sched-ebb.c: Likewise.
9844         * sched-rgn.c: Likewise.
9845         * sdbout.c: Likewise.
9846         * sel-sched-dump.c: Likewise.
9847         * sel-sched-ir.c: Likewise.
9848         * simplify-rtx.c: Likewise.
9849         * stmt.c: Likewise.
9850         * stor-layout.c: Likewise.
9851         * store-motion.c: Likewise.
9852         * targhooks.c: Likewise.
9853         * tree-cfg.c: Likewise.
9854         * tree-cfgcleanup.c: Likewise.
9855         * tree-dump.c: Likewise.
9856         * tree-eh.c: Likewise.
9857         * tree-inline.c: Likewise.
9858         * tree-nomudflap.c: Likewise.
9859         * tree-object-size.c: Likewise.
9860         * tree-optimize.c: Likewise.
9861         * tree-outof-ssa.c: Likewise.
9862         * tree-phinodes.c: Likewise.
9863         * tree-profile.c: Likewise.
9864         * tree-ssa-ccp.c: Likewise.
9865         * tree-ssa-coalesce.c: Likewise.
9866         * tree-ssa-live.c: Likewise.
9867         * tree-ssa-loop-niter.c: Likewise.
9868         * tree-ssa-loop-prefetch.c: Likewise.
9869         * tree-ssa-loop.c: Likewise.
9870         * tree-ssa-structalias.c: Likewise.
9871         * tree-ssa-uninit.c: Likewise.
9872         * tree-ssa.c: Likewise.
9873         * tree-vect-data-refs.c: Likewise.
9874         * tree-vect-loop-manip.c: Likewise.
9875         * tree-vect-loop.c: Likewise.
9876         * tree-vect-patterns.c: Likewise.
9877         * tree-vect-stmts.c: Likewise.
9878         * tree-vrp.c: Likewise.
9879         * varasm.c: Likewise.
9880         * vec.c: Likewise.
9881         * web.c: Likewise.
9882         * xcoffout.c: Likewise.
9884 2010-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
9886         * gengtype.c (write_field_root): New function.
9887         (write_root): Use it.
9889 2010-07-07  Wei Guozhi  <carrot@google.com>
9891         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
9892         of lowest bits to lshift/compare): Add a missing line.
9894 2010-07-07  Wei Guozhi  <carrot@google.com>
9896         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
9897         of lowest bits to lshift/compare): New.
9899 2010-07-07  Tom Tromey  <tromey@redhat.com>
9901         * doc/tm.texi: Update.
9902         * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
9903         Add @hook.
9904         * target.def (want_debug_pub_sections): New hook.
9905         * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
9906         * dwarf2out.c (add_pubname_string): Check
9907         targetm.want_debug_pub_sections.
9908         (add_pubname): Likewise.
9909         (add_pubtype): Likewise.
9911 2010-07-07  Jie Zhang  <jie@codesourcery.com>
9913         * genautomata.c (output_automata_list_min_issue_delay_code):
9914         Correctly decompress min_issue_delay.
9916 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
9918         PR rtl-optimization/44404
9919         * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
9920         possible, use reg_overlap_mentioned_p instead.
9922 2010-07-07  Duncan Sands  <baldrick@free.fr>
9924         PR middle-end/41355
9925         * tree.c (build_function_type_skip_args): Copy the original type using
9926         build_distinct_type_copy rather than copy_node.
9928 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
9930         PR target/44850
9931         * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
9932         revision 161876.
9933         (ix86_expand_prologue): Likewise.
9934         (ix86_handle_fndecl_attribute): Likewise.
9935         (ix86_asm_declare_function_name): Likewise.
9936         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
9937         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
9938         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
9939         * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
9940         * doc/extend.texi: Likewise.
9942 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
9944         PR target/44844
9945         * config/i386/i386.md (rdrand<mode>): Changed to expand to
9946         retry if the carry flag isn't valid.
9947         (rdrand<mode>_1): New.
9949 2010-07-07  Richard Guenther  <rguenther@suse.de>
9951         PR middle-end/44790
9952         * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
9953         for expanding the constant offset for MEM_REFs.
9955 2010-07-07  Richard Guenther  <rguenther@suse.de>
9957         * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
9958         * tree-ssa-propagate.c (valid_gimple_call_p): Make static.  Fix.
9959         * gimple.h (is_gimple_operand): Remove.
9960         * gimple.c (is_gimple_operand): Likewise.
9961         (walk_gimple_op): Fix wi->val_only setting for calls.
9962         * tree-cfg.c (verify_gimple_call): Fix argument validation.
9963         * tree-profile.c (tree_gen_ic_func_profiler): Do not create
9964         invalid gimple calls.
9966 2010-07-06  Jan Hubicka  <jh@suse.cz>
9968         * lto-cgraph.c (output_cgraph): Add missing declaration.
9970 2010-07-06  Jan Hubicka  <jh@suse.cz>
9972         * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
9973         partition.
9975 2010-07-06  Alexandre Oliva  <aoliva@redhat.com>
9977         * doc/gimple.texi (GIMPLE_DEBUG): Document.
9978         * doc/rtl.texi (Debug Information): New node.
9979         (NOTE_INSN_VAR_LOCATION): Document.
9980         (debug_insn): Likewise.
9981         * doc/generic.texi (DEBUG_EXPR_DECL): Document.
9983 2010-07-07  Jan Hubicka  <jh@suse.cz>
9985         With parts by Richard Guenther.
9987         PR middle-end/44813
9988         * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
9989         for functions passed by reference.
9990         * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
9991         in memory when passed by reference.
9992         * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
9993         beggining.
9994         * ipa-split.c (split_function): Cleanup way return value is passed;
9995         handle SSA DECL_BY_REFERENCE retvals.
9996         * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
9997         DECL_BY_REFERENCE is set.
9998         * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
9999         find_what_p_points_to): Handle RESULT_DECL.
10000         * tree-inline.c (declare_return_variable): Get new entry_block argument;
10001         when passing by reference ensure that RESULT_DECL is gimple_val.
10002         (remap_gimple_op_r): Remap RESULT_DECL ssa name.
10003         (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
10005 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
10007         PR rtl-optimization/44787
10008         * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
10009         * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
10011 2010-07-06  Jan Hubicka  <jh@suse.cz>
10013         * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
10014         (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
10015         with body can prevail.
10016         (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
10017         (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
10018         * cgraph.c (cgraph_get_node_or_alias): New function.
10019         * cgraph.h (cgraph_get_node_or_alias): Declare.
10021 2010-07-06  Kai Tietz  <kai.tietz@onevision.com>
10023         * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
10024         support.
10025         (ix86_expand_prologue): Likewise.
10026         (ix86_handle_fndecl_attribute): Likewise.
10027         (ix86_asm_declare_function_name): New function for
10028         ASM_DECLARE_FUNCTION_NAME.
10029         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
10030         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
10031         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
10032         * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
10033         * doc/extend.texi: Adjust documentation about ms_hook_prologue
10034         attribute.
10036 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
10038         * config/i386/i386.md (immediate_operand): New mode attribute.
10040         (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
10041         pro_epilogue_adjust_stack  and pro_epilogue_adjust_stack_rex64
10042         using P mode iterator.
10043         (pro_epilogue_adjust_stack_di_2): Rename from
10044         pro_epilogue_adjust_stack_rex64_2.
10046         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
10048 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
10050         * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
10051         through gen_mov_insv_1 function pointer.
10052         (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
10053         gen_truncxf<mode>2 through gen_truncxf function pointer.
10054         (remainder<mode>3): Ditto.
10055         (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
10056         (allocate_stack): Call gen_allocate_stack_worker_64 or
10057         gen_allocate_stack_worker_32 through gen_allocate_stack_worker
10058         function pointer.
10059         (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
10060         function pointer.
10062 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
10064         * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
10065         operand constraint instead of <r><i>m.
10067 2010-07-06  Richard Guenther  <rguenther@suse.de>
10069         PR middle-end/44828
10070         * convert.c (convert_to_integer): Watch out for overflowing
10071         MULT_EXPR as well.
10073 2010-07-05  Jan Hubicka  <jh@suse.cz>
10075         * lto-streamer.c (write_symbol_vec): Rename to ...
10076         (write_symbol) ... this one; write only symbol given and when
10077         present in cache. Sanity check that what is defined is present
10078         in cgraph/varpool with body/finalized decl.
10079         (write_symbols_of_kind): Remove.
10080         (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
10081         pairs to produce symtab.
10082         (produce_asm_for_decls): Update call of produce_symtab; don't do so
10083         when doing WPA streaming.
10085 2010-07-05  Jan Hubicka  <jh@suse.cz>
10087         * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
10088         function is still available to fold into.
10090 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
10092         * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
10093         * function.h (struct_function): Change type of local_decls field
10094         to a VEC.
10095         (add_local_decl): New function.
10096         (FOR_EACH_LOCAL_DECL): New macro.
10097         * cfgexpand.c (init_vars_expansion): Adjust for new type of
10098         cfun->local_decls.
10099         (estimated_stack_frame_size): Likewise.
10100         (expand_used_vars): Likewise.
10101         * cgraphbuild.c (build_cgraph_edges): Likewise.
10102         * function.c (instantiate_decls_1): Likewise.
10103         * ipa-struct-reorg.c (build_data_structure): Likewise.
10104         * ipa-type-escape.c (analyze_function): Likewise.
10105         * lto-streamer-in.c (input_function): Likewise.
10106         * lto-streamer-out.c (output_function): Likewise.
10107         * tree-ssa-live.c (remove_unused_locals): Likewise.
10108         * tree.c (free_lang_data_in_decl): Likewise.
10109         (find_decls_types_in_node): Likewise.
10110         * omp-low.c (remove_exit_barrier): Likewise.
10111         (expand_omp_taskreg): Likewise.
10112         (list2chain): Rename to...
10113         (vec2chain): ...this.  Adjust.
10114         * cgraphunit.c (assemble_thunk): Call add_local_decl.
10115         * tree-cfg.c (replace_by_duplicate_decl): Likewise.
10116         * gimple-low.c (record_vars_into): Likewise.
10117         * tree-inline.c (remap_decls): Likewise.
10118         (declare_return_variable): Likewise.
10119         (declare_inline_vars): Likewise.
10120         (copy_forbidden): Adjust for new type of cfun->local_decls.
10121         (add_local_variables): New function.
10122         (expand_call_inline): Call it.
10123         (tree_function_versioning): Likewise.
10125 2010-07-05  H.J. Lu  <hongjiu.lu@intel.com>
10127         AVX Programming Reference (June, 2010)
10128         * config/i386/cpuid.h (bit_F16C): New.
10129         (bit_RDRND): Likewise.
10130         (bit_FSGSBASE): Likewise.
10132         * config/i386/i386-builtin-types.def: Add
10133         "DEF_FUNCTION_TYPE (UINT16)", function types for
10134         float16 <-> float conversions and
10135         "DEF_FUNCTION_TYPE (VOID, UINT64)".
10137         * config/i386/i386-c.c (ix86_target_macros_internal): Support
10138         OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
10139         OPTION_MASK_ISA_F16C.
10141         * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
10142         (OPTION_MASK_ISA_RDRND_SET): Likewise.
10143         (OPTION_MASK_ISA_F16C_SET): Likewise.
10144         (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
10145         (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
10146         (OPTION_MASK_ISA_F16C_UNSET): Likewise.
10147         (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
10148         (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
10149         (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
10150         (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
10151         (override_options): Handle them.
10152         (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
10153         (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
10154         IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
10155         IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
10156         IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
10157         IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
10158         IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
10159         IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
10160         IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
10161         (bdesc_args): Likewise.
10162         (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
10163         V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
10164         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
10165         VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
10166         Handle non-memory store.
10168         * config/i386/i386.h (TARGET_FSGSBASE): New.
10169         (TARGET_RDRND): Likewise.
10170         (TARGET_F12C): Likewise.
10172         * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
10173         (UNSPEC_VCVTPS2PH): Likewise.
10174         (UNSPECV_RDFSBASE): Likewise.
10175         (UNSPECV_RDGSBASE): Likewise.
10176         (UNSPECV_WRFSBASE): Likewise.
10177         (UNSPECV_WRGSBASE): Likewise.
10178         (UNSPECV_RDRAND): Likewise.
10179         (rdfsbase<mode>): Likewise.
10180         (rdgsbase<mode>): Likewise.
10181         (wrfsbase<mode>): Likewise.
10182         (wrgsbase<mode>): Likewise.
10183         (rdrand<mode>): Likewise.
10185         * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
10187         * config/i386/immintrin.h (_rdrand_u16): New.
10188         (_rdrand_u32): Likewise.
10189         (_readfsbase_u32): Likewise.
10190         (_readfsbase_u64): Likewise.
10191         (_readgsbase_u32): Likewise.
10192         (_readgsbase_u64): Likewise.
10193         (_writefsbase_u32): Likewise.
10194         (_writefsbase_u64): Likewise.
10195         (_writegsbase_u32): Likewise.
10196         (_writegsbase_u64): Likewise.
10197         (_rdrand_u64): Likewise.
10198         (_cvtsh_ss): Likewise.
10199         (_mm_cvtph_ps): Likewise.
10200         (_mm256_cvtph_ps): Likewise.
10201         (_cvtss_sh): Likewise.
10202         (_mm_cvtps_ph): Likewise.
10203         (_mm256_cvtps_ph): Likewise.
10205         * config/i386/sse.md (vcvtph2ps): New.
10206         (*vcvtph2ps_load): Likewise.
10207         (vcvtph2ps256): Likewise.
10208         (vcvtps2ph): Likewise.
10209         (*vcvtps2ph): Likewise.
10210         (*vcvtps2ph_store): Likewise.
10211         (vcvtps2ph256): Likewise.
10213         * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
10215         * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
10217 2010-07-05  Joern Rennecke  <joern.rennecke@embecosm.com>
10219         PR bootstrap/44512
10220         * genenums.c (main): Output include of insn-constants.h
10221         * Makefile.in (insn-enums.o): Depend on insn-constants.h.
10223 2010-07-05  Uros Bizjak  <ubizjak@gmail.com>
10225         * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
10226         (override_options): Initialize it.
10227         (ix86_expand_prologue): Use it.
10229 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
10231         * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
10233 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
10235         * double-int.h (fit_double_type): Remove declaration.
10236         * double-int.c (fit_double_type): Remove function.
10237         * tree.h (int_fits_type_p): Adjust prototype.
10238         * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
10239         instead of fit_double_type.
10240         (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
10241         instead of fit_double_type and build_int_cst_wide.
10242         * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
10243         instead of fit_double_type and build_int_cst_wide.
10244         (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
10245         of fit_double_type.
10247 2010-07-05  Jan Hubicka  <jh@suse.cz>
10249         * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
10250         in_other_partition.
10251         * lto-cgraph.c (referenced_from_other_partition_p,
10252         reachable_from_other_partition_p): Use in_other_partition flags.
10253         (output_node, output_varpool_node): COMDAT nodes always have private
10254         copies and thus are never used from other partition.
10256 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
10258         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
10259         * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
10260         * config/ia64/ia64.c Include reload.h.
10261         (ia64_memory_move_cost): New function.
10262         (TARGET_MEMORY_MOVE_COST): Define.
10263         (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
10264         memory_move_cost.
10266 2010-07-05  Sandra Loosemore  <sandra@codesourcery.com>
10268         PR middle-end/42505
10269         * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
10270         comments about cost model.
10271         (try_add_cand_for):  Add second strategy for choosing initial set
10272         based on original IVs, controlled by ORIGINALP argument.
10273         (get_initial_solution): Add ORIGINALP argument.
10274         (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
10275         (find_optimal_iv_set): Try two different strategies for choosing
10276         the IV set, and return the one with lower cost.
10278 2010-07-05  Richard Guenther  <rguenther@suse.de>
10280         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
10282 2010-07-05  Richard Guenther  <rguenther@suse.de>
10284         * tree.c (reference_alias_ptr_type): New function.
10285         * tree.h (reference_alias_ptr_type): Declare.
10286         * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
10287         allow non-TARGET_MEM_REF new refs.
10288         (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
10289         * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
10290         Build a MEM_REF instead of a TARGET_MEM_REF if possible.
10291         (create_mem_ref): Get alias pointer type.  Adjust calls to
10292         create_mem_ref_raw.
10293         (maybe_fold_tmr): Likewise.
10294         * tree-flow.h (create_mem_ref): Adjust prototype.
10296 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
10298         PR c++/44808
10299         * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
10300         *from_p is VAR_DECL.
10302 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
10304         * tree.h (build_call_list): Remove.
10305         * tree.c (build_call_list): Remove.
10307 2010-07-05  Richard Guenther  <rguenther@suse.de>
10309         * double-int.h (double_int_sub): Declare.
10310         * double-int.c (double_int_sub): New function.
10311         * dwarf2out.c (field_byte_offset): Use it.
10312         * fixed-value.c (do_fixed_add): Likewise.
10313         (do_fixed_multiply): Likewise.
10314         (do_fixed_divide): Likewise.
10315         * tree-predcom.c (add_ref_to_chain): Likewise.
10316         (determine_roots_comp): Likewise.
10317         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
10319 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
10321         * vec.h (VEC_splice, VEC_safe_splice): New macros.  Add function
10322         implementations.
10324 2010-07-05  Bernd Schmidt  <bernds@codesourcery.com>
10326         * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
10327         * arm-modes.def (CC_NOTB): Don't define.
10328         * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
10329         (adddi_sesidi_di, adddi_zesidi_di): Likewise.
10330         (LTUGEU): New code_iterator.
10331         (cnb, optab): New corresponding code_attrs.
10332         (addsi3_carryin_<optab>): Renamed from addsi3_carryin.  Change pattern
10333         to canonical form.  Operands 1 and 2 are commutative.  Parametrize
10334         using LTUGEU.
10335         (addsi3_carryin_shift_<optab>): Likewise.
10336         (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
10337         Operands 1 and 2 are commutative.  Parametrize using LTUGEU.
10338         (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
10339         (subsi3_compare): Renamed from subsi3_compare0_c.
10340         Change CC_NOTB to CC.
10341         (arm_subsi3_insn): Allow constants for operand 0.
10342         (compare_scc peephole for eq case): New.
10343         (compare_scc splitters): Change CC_NOTB to CC.
10345 2010-07-05  Richard Guenther  <rguenther@suse.de>
10347         * tree-ssa-loop-im.c (for_each_index): Do not handle
10348         ALIGN_INDIRECT_REF.
10349         (gen_lsm_tmp_name): Likewise.
10350         * tree-dump.c (dequeue_and_dump): Likewise.
10351         * tree-pretty-print.c (dump_generic_node): Likewise.
10352         (op_code_prio): Likewise.
10353         (op_symbol_code): Likewise.
10354         * tree.c (staticp): Likewise.
10355         (build1_stat): Likewise.
10356         * tree.h (INDIRECT_REF_P): Likewise.
10357         * fold-const.c (maybe_lvalue_p): Likewise.
10358         (operand_equal_p): Likewise.
10359         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
10360         (ao_ref_init_from_vn_reference): Likewise.
10361         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
10362         (find_interesting_uses_address): Likewise.
10363         * dwarf2out.c (loc_list_from_tree): Likewise.
10364         * gimplify.c (gimplify_expr): Likewise.
10365         * tree-eh.c (tree_could_trap_p): Likewise.
10366         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
10367         * cfgexpand.c (expand_debug_expr): Likewise.
10368         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
10369         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
10370         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
10371         * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
10372         * tree-ssa-operands.c (get_expr_operands): Likewise.
10373         * expr.c (safe_from_p): Likewise.
10374         (expand_expr_real_1): Likewise.  TER BIT_AND_EXPRs into MEM_REFs.
10375         * tree-vect-data-refs.c (vect_setup_realignment): Build
10376         BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
10377         * tree-vect-stmts.c (vectorizable_load): Likewise.
10378         * tree.def (ALIGN_INDIRECT_REF): Remove.
10380 2010-07-05  Richard Guenther  <rguenther@suse.de>
10382         PR tree-optimization/44784
10383         * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
10384         for inserted stmts.
10385         (find_or_generate_expression): Fix SCCVN insertion check.
10387 2010-07-05  Nathan Sidwell  <nathan@codesourcery.com>
10389         * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
10390         * config/rs6000/e500crtsav64gprctr.asm: Likewise.
10391         * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
10392         directives.
10394 2010-07-05  Ira Rosen  <irar@il.ibm.com>
10396         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
10397         statements that are not vectorized.
10398         * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
10399         in INSIDE_COST.
10401 2010-07-05  Mikael Pettersson  <mikpe@it.uu.se>
10403         PR bootstrap/44820
10404         * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
10406 2010-07-05  Richard Guenther  <rguenther@suse.de>
10408         * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
10409         RESULT_DECLs properly.
10411 2010-07-04  H.J. Lu  <hongjiu.lu@intel.com>
10413         PR rtl-optimization/44695
10414         * config/i386/i386.md (extract_code): Removed.
10415         (<u>divmodqi4): Likewise.
10416         (divmodqi4): New.
10417         (udivmodqi4): Likewise.
10418         (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
10419         (udivmodhiqi3): Likewise.
10421 2010-07-04  Jan Hubicka  <jh@suse.cz>
10423         * lto-cgraph.c (input_edge): Do not care about resolution decisions.
10425 2010-07-04  Jan Hubicka  <jh@suse.cz>
10427         * cgraphunit.c (init_cgraph): Only initialize dump file if it
10428         is not already initialized.
10430 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
10432         * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
10433         (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
10434         (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
10435         (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
10436         (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
10437         (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
10438         (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
10439         (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
10440         (sync_new_nand_optab): Redefine as macros.
10441         (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
10442         Delete.
10443         (direct_optab_index): New enum.
10444         (direct_optab_d): New structure.
10445         (direct_optab): New typedef.
10446         (direct_optab_table): Declare.
10447         (direct_optab_handler, set_direct_optab_handler): New functions.
10448         (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
10449         (sync_lock_release_optab): New macros.
10450         * optabs.c (direct_optab_table): New variable.
10451         (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
10452         (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
10453         cmpstr_optab and cmpstrn_optab.
10454         (emit_conditional_move): Likewise for movcc_optab.
10455         (can_conditionally_move_p): Likewise for movcc_gen_code.
10456         (init_insn_codes): Clear direct_optab_table.
10457         (init_optabs): Don't initialize the new "direct optabs" here.
10458         (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
10459         vcond_gen_code.
10460         (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
10461         (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
10462         (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
10463         (expand_sync_operation): Likewise other sync_*_optabs.
10464         (expand_sync_fetch_operation): Likewise.  Rename sync_compare_and_swap
10465         to sync_compare_and_swap_optab.
10466         (expand_sync_lock_test_and_set): Use direct_optab_handler for
10467         sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
10468         to the names of both.
10469         * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
10470         cmpstr_optab and cmpstrn_optab.
10471         (expand_builtin_lock_release): Likewise sync_lock_release.
10472         * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
10473         (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
10474         (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
10475         (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
10476         (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
10477         (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
10478         (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
10479         (sync_lock_test_and_set, sync_lock_release): Delete.
10480         (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
10481         (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
10482         * genopinit.c (optabs): Use set_direct_optab_handler for the new
10483         macro optabs.
10484         * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
10485         the "optab" local variable.  Use direct_optab_handler for optab and
10486         sync_compare_and_swap_optab.
10487         * reload1.c (reload_in_optab, reload_out_optab): Delete.
10488         * targhooks.c (default_secondary_reload): Use direct_optab_handler for
10489         reload_in_optab and reload_out_optab.
10490         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
10491         * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
10492         * config/pa/pa.c (pa_secondary_reload): Likewise.
10493         * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
10494         for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
10495         (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
10496         (VMSupportsCS8_builtin): Likewise.
10498 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
10500         * optabs.h (optab_handlers): Change type of insn_code to int.
10501         (optab_handler, set_optab_handler, convert_optab_handler)
10502         (set_convert_optab_handler): Treat the insn_code field as "insn_code -
10503         CODE_FOR_nothing".
10504         * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
10505         (init_insn_codes): Zero both the above arrays.
10506         (init_optabs): Never call init_insn_codes first time around.
10508 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
10510         * optabs.h (optab_handler, convert_optab_handler): Turn into
10511         inline functions that return an insn code.
10512         (set_optab_handler, set_convert_optab_handler): New functions.
10513         * builtins.c: Replace optab_handler(X)->insn_code with
10514         optab_handler or set_optab_handler thoughout.  Likewise
10515         convert_optab_handler(X)->insn_code with convert_optab_handler
10516         and set_convert_optab_handler.
10517         * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
10518         reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
10519         tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
10520         tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
10521         tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
10522         config/spu/spu.c: Likewise.
10524 2010-07-04  Kaz Kojima  <kkojima@gcc.gnu.org>
10526         PR target/44531
10527         * config.gcc (sh*-*-*): Use regular expressions instead of
10528         the 'i' modifier for sed substitutions.
10530 2010-07-04  Jeremie Salvucci  <jeremie.salvucci@free.fr>
10532         * gimple.c (gimple_body): Comments added.
10534 2010-07-04  Richard Guenther  <rguenther@suse.de>
10536         PR middle-end/44809
10537         * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
10538         of an INDIRECT_REF.
10540 2010-07-04  Richard Guenther  <rguenther@suse.de>
10542         PR tree-optimization/44479
10543         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
10544         extra SSA name copy statements which preserves points-to
10545         information.
10546         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
10547         Copy points-to information for all pointers.  Properly handle
10548         MEM_REFs.
10549         (vect_create_data_ref_ptr): Likewise.  Avoid extra SSA name
10550         copy statements.
10551         * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
10552         dependency.
10554 2010-07-04  Richard Guenther  <rguenther@suse.de>
10556         PR middle-end/44785
10557         * tree-inline.c (initialize_inlined_parameters): Do not
10558         re-use pointer-map slot over remap_type call.
10560 2010-07-04  Richard Guenther  <rguenther@suse.de>
10562         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
10564 2010-07-04  Richard Guenther  <rguenther@suse.de>
10566         PR tree-optimization/44656
10567         * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
10568         again after value-replacing in the defintions lhs.
10570 2010-07-04  Ira Rosen  <irar@il.ibm.com>
10571             Revital Eres  <eres@il.ibm.com>
10573         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
10574         Document new arguments.
10575         * doc/tm.texi: Regenerate.
10576         * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
10577         Handle unaligned store.
10578         * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
10579         * target.def (builtin_vectorization_cost): Add new arguments.
10580         * target.h (enum vect_cost_for_stmt): Add unaligned_store.
10581         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
10582         of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
10583         (vect_vfa_segment_size): Fix indentation.
10584         * tree-vectorizer.h (struct _vect_peel_info): New.
10585         (struct _vect_peel_extended_info): New.
10586         (struct _loop_vec_info): Add new field for peeling hash table and a
10587         macro for its access.
10588         (VECT_MAX_COST): Define.
10589         (vect_get_load_cost): Declare.
10590         (vect_get_store_cost, vect_get_known_peeling_cost,
10591         vect_get_single_scalar_iteraion_cost): Likewise.
10592         (vect_supportable_dr_alignment): Add new argument.
10593         * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
10594         field.
10595         (destroy_loop_vec_info): Free peeling hash table.
10596         (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
10597         (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
10598         vect_analyze_slp. Fix indentation.
10599         (vect_get_single_scalar_iteraion_cost): New function.
10600         (vect_get_known_peeling_cost): Likewise.
10601         (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
10602         Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
10603         statement. Move outside cost calculation inside unknown peeling case.
10604         Call vect_get_known_peeling_cost for known amount of peeling.
10605         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
10606         reference to the print message of forced alignment.
10607         (vect_verify_datarefs_alignment): Update call to
10608         vect_supportable_dr_alignment.
10609         (vect_get_data_access_cost): New function.
10610         (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
10611         vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
10612         vect_peeling_hash_choose_best_peeling): Likewise.
10613         (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
10614         to store all the accesses in the loop and find best possible access to
10615         align using peeling for known alignment case. For unknown alignment
10616         check if stores are preferred or if peeling is worthy.
10617         (vect_find_same_alignment_drs): Analyze pairs of loads too.
10618         (vect_supportable_dr_alignment): Add new argument and check aligned
10619         accesses according to it.
10620         * tree-vect-stmts.c (vect_get_stmt_cost): New function.
10621         (cost_for_stmt): Call vect_get_stmt_cost.
10622         (vect_model_simple_cost): Likewise.
10623         (vect_model_store_cost): Call vect_get_stmt_cost. Call
10624         vect_get_store_cost to calculate the cost of the statement.
10625         (vect_get_store_cost): New function.
10626         (vect_model_load_cost): Call vect_get_stmt_cost. Call
10627         vect_get_load_cost to calculate the cost of the statement.
10628         (vect_get_load_cost): New function.
10629         (vectorizable_store): Update call to vect_supportable_dr_alignment.
10630         (vectorizable_load): Likewise.
10631         * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
10632         * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
10633         arguments. Handle unaligned store.
10634         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
10635         (rs6000_builtin_support_vector_misalignment): Return true for word and
10636         double word alignments for VSX.
10637         * tree-vect-slp.c (vect_build_slp_tree): Update calls to
10638         vect_supportable_dr_alignment and builtin_vectorization_cost.
10640 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10642         PR target/44597
10643         * config/pa/predicates.md (prefetch_cc_operand): Remove.
10644         (prefetch_nocc_operand): Likewise.
10645         * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
10646         (prefetch_20): New insn.
10647         (prefetch_cc): Remove.
10648         (prefetch_nocc): Likewise.
10650 2010-07-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10652         * expr.c (vector_mode_valid_p): Move to c-common.c.
10653         * expr.h (vector_mode_valid_p): Do not declare here.
10654         * system.h: Poison GCC_EXPR_H in front-ends.
10655         * Makefile.in: Update dependencies.
10657 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10659         PR target/44705
10660         * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
10662 2010-07-03  Jan Hubicka  <jh@suse.cz>
10664         * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
10665         TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
10666         * cfgexpand.c (gimple_expand_cfg): Use new timevars.
10667         * var-tracking.c (vt_find_locations, variable_tracking_main_1):
10668         Likewise.
10670         * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
10671         Update timevars.V
10672         * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
10673         (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
10674         TV_IPA_LTO_DECL_OUT): New.
10675         * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
10677 2010-07-03  Jan Hubicka  <jh@suse.cz>
10679         * ipa-inline.c (update_edge_key): Break out from ...
10680         update_callers_keys): ... here;
10681         (update_callee_keys): Update only the edges from caller to callee.
10682         (update_all_calle_keys): Do what update_calle_keys did.
10683         (decide_inlining_of_small_functions): Avoid recomputing of all
10684         callees when badness increase.
10686 2010-07-03  Jie Zhang  <jie@codesourcery.com>
10688         * config/arm/arm.c (arm_attr_length_move_neon): New.
10689         * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
10690         * config/arm/neon.md (define_mode_attr V_slen): Remove.
10691         (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
10692         to compute length attribute.
10694 2010-07-03  Jie Zhang  <jie@codesourcery.com>
10696         * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
10697         as predicate for operand 1 and remove its constraint.
10698         * config/arm/predicates.md (vfp_register_operand): New.
10699         * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
10700         (*push_fp_multi): Likewise.
10702 2010-07-03  Eric Botcazou  <ebotcazou@adacore.com>
10704         * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
10706 2010-07-03  Jan Hubicka  <jh@suse.cz>
10708         * config/i386/i386.c (override_options): Revert accidental commit.
10710 2010-07-02  Le-Chun Wu  <lcwu@google.com>
10712         PR c++/44128
10713         * doc/invoke.texi: Update documentation of -Wshadow.
10715 2010-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
10716             Julian Brown  <julian@codesourcery.com>
10717             Sandra Loosemore  <sandra@codesourcery.com>
10719         * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
10720         comparisons.  Adjust to take both operands.
10721         (arm_select_cc_mode): Handle DImode comparisons.
10722         (arm_gen_compare_reg): Generate a scratch register for DImode
10723         comparisons which require one.  Use xor for Thumb equality checks.
10724         (arm_const_double_by_immediates): New.
10725         (arm_print_operand): Allow 'Q' and 'R' for constants.
10726         (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
10727         * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
10728         arm_canonicalize_comparison.
10729         * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
10730         * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
10731         prototype.
10732         (arm_const_double_by_immediates): Declare.
10733         * config/arm/constraints.md (Di): New constraint.
10734         * config/arm/predicates.md (arm_immediate_di_operand)
10735         (arm_di_operand, cmpdi_operand): New.
10736         * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
10737         (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
10738         (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
10739         (cstoredi4): Handle non-Cirrus also.
10741 2010-07-02  Julian Brown  <julian@codesourcery.com>
10742             Sandra Loosemore  <sandra@codesourcery.com>
10744         PR target/43703
10745         * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
10746         (smax<mode>3): Disable for NEON float modes when
10747         flag_unsafe_math_optimizations is false.
10748         * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
10749         (*mul<mode>3_neon)
10750         (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
10751         (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
10752         for NEON float modes when flag_unsafe_math_optimizations is false.
10753         (quad_halves_<code>v4sf): Only enable if
10754         flag_unsafe_math_optimizations is true.
10755         * doc/invoke.texi (ARM Options): Add note about floating point
10756         vectorization requiring -funsafe-math-optimizations.
10758 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
10759             Julian Brown  <julian@codesourcery.com>
10761         * config/arm/neon.md (UNSPEC_VABA): Delete.
10762         (UNSPEC_VABAL): Delete.
10763         (UNSPEC_VABS): Delete.
10764         (UNSPEC_VMUL_N): Delete.
10765         (adddi3_neon): New.
10766         (subdi3_neon): New.
10767         (mul<mode>3add<mode>_neon): Make the pattern named.
10768         (mul<mode>3neg<mode>add<mode>_neon): Likewise.
10769         (neon_vadd<mode>): Replace with define_expand, and move the remaining
10770         unspec parts...
10771         (neon_vadd<mode>_unspec): ...to this.
10772         (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
10773         (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
10774         (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
10775         (neon_vaba<mode>): Rewrite in terms of vabd.
10776         (neon_vabal<mode>): Rewrite in terms of vabdl.
10777         (neon_vabs<mode>): Rewrite without unspec.
10778         * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
10779         (*arm_subdi3): Likewise.
10780         * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
10781         No_op attribute to disable assembly output checks.
10782         * config/arm/arm_neon.h: Regenerated.
10783         * doc/arm-neon-intrinsics.texi: Regenerated.
10785 2010-07-02  Jan Hubicka  <jh@suse.cz>
10787         * ipa-split.c (split_function): For aggregate values, set the return
10788         slot optimization bit.  When passing DECL_BY_REFERENCE, produce
10789         *<retval> = fncall.part ().
10790         (execute_split_functions): Do not care about DECL_BY_REFERENCE.
10792 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
10794         * config/arm/neon.md (UNSPEC_VAND): Delete.
10795         (UNSPEC_VBIC): Delete.
10796         (UNSPEC_VCLZ): Delete.
10797         (UNSPEC_VCNT): Delete.
10798         (UNSPEC_VEOR): Delete.
10799         (UNSPEC_VORN): Delete.
10800         (UNSPEC_VORR): Delete.
10801         (iordi3_neon): Rewrite RTL without unspec.  Add alternatives to handle
10802         core registers too.
10803         (anddi3_neon): Likewise.
10804         (orndi3_neon): Likewise.
10805         (bicdi3_neon): Likewise.
10806         (xordi3_neon): Likewise.
10807         (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
10808         rid of unspec and handle unused operand.
10809         (neon_vcnt<mode>): Similarly, with popcount<mode>2.
10810         * config/arm/predicates.md (imm_for_neon_logic_operand):
10811         Require TARGET_NEON.
10812         (imm_for_neon_inv_logic_operand): Likewise.
10813         * config/arm/arm.md (define_split for logical_binary_operator):
10814         Disable for NEON registers.
10815         (anddi3): Add new define_expand, and rename the insn.  Disable
10816         this insn for NEON, where anddi3_neon now applies.
10817         (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
10818         (iordi3): As for anddi3.
10819         (xordi3): Likewise.
10820         * config/arm/neon.ml (Vand): Split DImode variants and mark them
10821         as No_op to disable testing for exact instruction match.
10822         (Vorr): Likewise.
10823         (Veor): Likewise.
10824         (Vbic): Likewise.
10825         (Vorn): Likewise.
10826         * config/arm/arm_neon.h: Regenerated.
10827         * doc/arm-neon-intrinsics.texi: Regenerated.
10829 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
10831         * expr.h (emit_stack_probe): Declare.
10832         * explow.c (emit_stack_probe): Make global.
10833         (anti_adjust_stack_and_probe): Fix comments.
10834         * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
10835         * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
10836         * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
10837         * config/sparc/sparc.c: Include except.h.
10838         (sparc_emit_probe_stack_range): New function.
10839         (output_probe_stack_range): Likewise.
10840         (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
10841         built-in stack checking is enabled.
10842         * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
10843         * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
10844         (probe_stack_range): New insn.
10846 2010-07-02  Richard Guenther  <rguenther@suse.de>
10848         PR target/43958
10849         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
10850         for argument alignment.
10852 2010-07-02  Jan Hubicka  <jh@suse.cz>
10854         * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
10855         walk backwards from entry_bb to check only those basic block of header
10856         that might lead to execution of split part.
10857         (consider_split) ... here.
10858         (find_return_bb): Allow assignment in return BB.
10859         (find_retval): New.
10860         (split_function): Fix name of cloned function; take care of updating
10861         return value in return_bb containing move.
10863 2010-07-02  Andreas Schwab  <schwab@linux-m68k.org>
10865         PR target/44771
10866         * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
10867         used variable insn.
10869 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
10871         * implicit-zee.c (combine_reaching_defs): Fix long lines.
10872         (is_set_with_extension_DI): Delete.
10873         (struct zero_extend_info): New structure.
10874         (add_removable_zero_extend): New function.
10875         (find_removable_zero_extends): Use note_stores to find SETs.
10876         (find_and_remove_ze): Fix long line, remove superfluous parentheses.
10878 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
10880         * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
10881         is_miss_rate_acceptable. Pull total_positions computation
10882         out of the loops.  Early return if miss_positions exceeds
10883         the acceptable threshold.
10884         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
10885         is_miss_rate_acceptable after renaming of compute_miss_rate.
10887 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
10889         PR middle-end/44576
10890         * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
10891         of 1000) for miss rate if the address diference is greater than or
10892         equal to the cache line size (the two reference will never hit the
10893         same cache line).
10895 2010-07-02  Bernd Schmidt  <bernds@codesourcery.com>
10897         PR target/42835
10898         * config/arm/arm-modes.def (CC_NOTB): New mode.
10899         * config/arm/arm.c (get_arm_condition_code): Handle it.
10900         * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
10901         * config/arm/arm.md (subsi3_compare0_c): New pattern.
10902         (compare_scc): Now a define_and_split.  Add a number of extra
10903         splitters before it.
10905         PR target/42172
10906         * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
10907         and ZERO_EXTEND.
10908         (arm_rtx_costs_1): Likewise.
10909         (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
10910         * config/arm/arm.md (is_arch6): New attribute.
10911         (zero_extendhisi2, zero_extendqisi2, extendhisi2,
10912         extendqisi2): Tighten the code somewhat, avoiding invalid
10913         RTL to occur in the expander patterns.
10914         (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
10915         (thumb1_zero_extendhisi2_v6): Delete.
10916         (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
10917         (thumb1_extendhisi2_v6): Delete.
10918         (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
10919         (thumb1_extendqisi2_v6): Delete.
10920         (zero_extendhisi2 for register input splitter): New.
10921         (zero_extendqisi2 for register input splitter): New.
10922         (thumb1_extendhisi2 for register input splitter): New.
10923         (extendhisi2 for register input splitter): New.
10924         (extendqisi2 for register input splitter): New.
10925         (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
10926         (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
10927         and add support for a register alternative requiring a split.
10928         (thumb1_zero_extendqisi2): Likewise.
10929         (arm_zero_extendqisi2): Likewise.
10930         (arm_extendhisi2): Likewise.
10931         (arm_extendqisi2): Likewise.
10933 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
10935         * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
10936         instead of an unspec.
10937         (neon_expand_vector_init): Likewise.
10938         * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
10939         (UNSPEC_VDUP_LANE): Delete.
10940         (UNSPEC VDUP_N): Delete.
10941         (UNSPEC_VGET_HIGH): Delete.
10942         (UNSPEC_VGET_LANE): Delete.
10943         (UNSPEC_VGET_LOW): Delete.
10944         (UNSPEC_VMVN): Delete.
10945         (UNSPEC_VSET_LANE): Delete.
10946         (V_double_vector_mode): New.
10947         (vec_set<mode>_internal): Make code emitted match that for the
10948         corresponding intrinsics.
10949         (vec_setv2di_internal): Likewise.
10950         (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
10951         (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
10952         (neon_vset_lane<mode>): Combine double and quad patterns and
10953         expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
10954         (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
10955         (neon_vdup_n<mode>): Rewrite RTL without unspec.
10956         (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
10957         (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
10958         with neon_vdup_lanev2di, adjusting the pattern from the latter
10959         to be predicable for consistency.
10960         (neon_vdup_lane<mode>_internal): New.
10961         (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
10962         to avoid using an unspec.
10963         (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
10964         (neon_vdup_lanev2di): Turn into a define_expand.
10965         (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
10966         (neon_vget_high<mode>): Replace with....
10967         (neon_vget_highv16qi): New pattern using canonical RTL.
10968         (neon_vget_highv8hi): Likewise.
10969         (neon_vget_highv4si): Likewise.
10970         (neon_vget_highv4sf): Likewise.
10971         (neon_vget_highv2di): Likewise.
10972         (neon_vget_low<mode>): Replace with....
10973         (neon_vget_lowv16qi): New pattern using canonical RTL.
10974         (neon_vget_lowv8hi): Likewise.
10975         (neon_vget_lowv4si): Likewise.
10976         (neon_vget_lowv4sf): Likewise.
10977         (neon_vget_lowv2di): Likewise.
10979         * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
10980         test for this emitting vmov.
10981         (Vset_lane): Likewise.
10982         (Vdup_n): Likewise.
10983         (Vmov_n): Likewise.
10985         * doc/arm-neon-intrinsics.texi: Regenerated.
10987 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
10989         * config/arm/neon.md (vec_extractv2di): Correct error in register
10990         numbering to reconcile with neon_vget_lanev2di.
10992 2010-07-02  Richard Guenther  <rguenther@suse.de>
10994         * tree-ssa-structalias.c (pt_solution_set_var): New function.
10995         * tree-ssa-alias.h (pt_solution_set_var): Declare.
10996         * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
10997         points-to information.
10999 2010-07-02  Christian Borntraeger  <borntraeger@de.ibm.com>
11001         * config/s390/s390.c (override_options): Adopt prefetching
11002         at -O3 to handle flag_prefetch_loop_arrays as a tristate.
11004 2010-07-02  Jan Hubicka  <jh@suse.cz>
11006         * df-problems.c (df_kill_notes): Do not collect dead  notes.
11007         (df_set_note): Just call add_reg_note.
11008         (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
11009         df_create_unused_note): Do not deal with lists of old notes.
11010         (df_note_bb_compute): Likewise.
11012 2010-07-02  Richard Guenther  <rguenther@suse.de>
11014         * tree-ssa-structalias.c (find_func_aliases): Handle
11015         pointer alignment via BIT_AND_EXPR.
11016         * tree-vrp.c (extract_range_from_binary_expr): Likewise.
11018 2010-07-02  Richard Guenther  <rguenther@suse.de>
11020         * tree-data-ref.c (initialize_data_dependence_relation): Handle
11021         mismatching number of dimensions properly.
11023 2010-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11025         PR target/44707
11026         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
11027         (lo_sum (high ...) ...) patterns generated by earlier passes.
11029 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11031         * doc/install.texi (Prerequisites): Document Perl requirement on
11032         Solaris 2.
11033         (Specific, *-*-solaris2*): Document GNU c++filt requirement.
11035 2010-07-02  Richard Guenther  <rguenther@suse.de>
11037         PR middle-end/44777
11038         * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
11040 2010-07-02  Jan Hubicka  <jh@suse.cz>
11042         PR middle-end/44706
11043         * predict.c (predict_paths_for_bb): Handle case when control dependence
11044         BB has only abnormal edges.
11046 2010-07-02  Richard Guenther  <rguenther@suse.de>
11048         PR tree-optimization/44748
11049         * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
11050         the embedded conversion in MEM_REFs.
11052 2010-07-01  López-Ibáñez  <manu@gcc.gnu.org>
11054         * reload.c: Include toplev.h.
11055         * recog.c:  Likewise.
11056         * Makefile.in: Adjust dependencies.
11058 2010-07-01  Jakub Jelinek  <jakub@redhat.com>
11060         PR debug/44694
11061         * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
11062         or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
11064 2010-07-01  Richard Guenther  <rguenther@suse.de>
11066         * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
11067         types for offsets.
11069 2010-07-01  Joern Rennecke  <joern.rennecke@embecosm.com>
11071         PR target/44732
11072         * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
11073         Fix argument types.
11075 2010-07-01  Bernd Schmidt  <bernds@codesourcery.com>
11077         PR target/44727
11078         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
11079         Make sure operand 0 dies.
11081 2010-07-01  Richard Guenther  <rguenther@suse.de>
11083         PR middle-end/42834
11084         PR middle-end/44468
11085         * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
11086         * doc/generic.texi (References to storage): Document MEM_REF.
11087         * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
11088         (print_call_name): Likewise.
11089         * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
11090         (build_simple_mem_ref_loc): New function.
11091         (mem_ref_offset): Likewise.
11092         * tree.h (build_simple_mem_ref_loc): Declare.
11093         (build_simple_mem_ref): Define.
11094         (mem_ref_offset): Declare.
11095         * fold-const.c: Include tree-flow.h.
11096         (operand_equal_p): Handle MEM_REF.
11097         (build_fold_addr_expr_with_type_loc): Likewise.
11098         (fold_comparison): Likewise.
11099         (fold_unary_loc): Fold
11100         VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
11101         (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
11102         fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
11103         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
11104         (ptr_deref_may_alias_ref_p_1): Likewise.
11105         (ao_ref_base_alias_set): Properly differentiate base object for
11106         offset and TBAA.
11107         (ao_ref_init_from_ptr_and_size): Use MEM_REF.
11108         (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
11109         (indirect_refs_may_alias_p): Likewise.
11110         (refs_may_alias_p_1): Likewise.  Remove pointer SSA name def
11111         chasing code.
11112         (ref_maybe_used_by_call_p_1): Handle MEM_REF.
11113         (call_may_clobber_ref_p_1): Likewise.
11114         * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
11115         * expr.c (expand_assignment): Handle MEM_REF.
11116         (store_expr): Handle MEM_REFs from STRING_CSTs.
11117         (store_field): If expanding a MEM_REF of a non-addressable
11118         decl use bitfield operations.
11119         (get_inner_reference): Handle MEM_REF.
11120         (expand_expr_addr_expr_1): Likewise.
11121         (expand_expr_real_1): Likewise.
11122         * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
11123         * alias.c (ao_ref_from_mem): Handle MEM_REF.
11124         (get_alias_set): Likewise.  Properly handle VIEW_CONVERT_EXPRs.
11125         * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
11126         (dr_analyze_indices): Likewise.
11127         (dr_analyze_alias): Likewise.
11128         (object_address_invariant_in_loop_p): Likewise.
11129         * gimplify.c (mark_addressable): Handle MEM_REF.
11130         (gimplify_cond_expr): Build MEM_REFs.
11131         (gimplify_modify_expr_to_memcpy): Likewise.
11132         (gimplify_init_ctor_preeval_1): Handle MEM_REF.
11133         (gimple_fold_indirect_ref): Adjust.
11134         (gimplify_expr): Handle MEM_REF.  Gimplify INDIRECT_REF to MEM_REF.
11135         * tree.def (MEM_REF): New tree code.
11136         * tree-dfa.c: Include toplev.h.
11137         (get_ref_base_and_extent): Handle MEM_REF.
11138         (get_addr_base_and_unit_offset): New function.
11139         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
11140         * gimple-fold.c (may_propagate_address_into_dereference): Handle
11141         MEM_REF.
11142         (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
11143         accesses if the array has just one dimension.  Remove always true
11144         parameter.  Do not require type compatibility here.
11145         (maybe_fold_offset_to_component_ref): Remove.
11146         (maybe_fold_stmt_indirect): Remove.
11147         (maybe_fold_reference): Remove INDIRECT_REF handling.
11148         Fold back to non-MEM_REF.
11149         (maybe_fold_offset_to_address): Simplify.  Deal with type
11150         mismatches here.
11151         (maybe_fold_reference): Likewise.
11152         (maybe_fold_stmt_addition): Likewise.  Also handle
11153         &ARRAY + I in addition to &ARRAY[0] + I.
11154         (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
11155         (gimple_get_relevant_ref_binfo): Handle MEM_REF.
11156         * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
11157         * tree-ssa.c (useless_type_conversion_p): Make most pointer
11158         conversions useless.
11159         (warn_uninitialized_var): Handle MEM_REF.
11160         (maybe_rewrite_mem_ref_base): New function.
11161         (execute_update_addresses_taken): Implement re-writing of MEM_REFs
11162         to SSA form.
11163         * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
11164         INDIRECT_REF handling.
11165         (copy_tree_body_r): Handle MEM_REF.
11166         * gimple.c (is_gimple_addressable): Adjust.
11167         (is_gimple_address): Likewise.
11168         (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
11169         invariant base are invariant.
11170         (is_gimple_min_lval): Adjust.
11171         (is_gimple_mem_ref_addr): New function.
11172         (get_base_address): Handle MEM_REF.
11173         (count_ptr_derefs): Likewise.
11174         (get_base_loadstore): Likewise.
11175         * gimple.h (is_gimple_mem_ref_addr): Declare.
11176         (gimple_call_fndecl): Handle invariant MEM_REF addresses.
11177         * tree-cfg.c (verify_address): New function, split out from ...
11178         (verify_expr): ... here.  Use for verifying ADDR_EXPRs and
11179         the address operand of MEM_REFs.  Verify MEM_REFs.  Reject
11180         INDIRECT_REFs.
11181         (verify_types_in_gimple_min_lval): Handle MEM_REF.  Disallow
11182         INDIRECT_REF.  Allow conversions.
11183         (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
11184         a register does not change its size.
11185         (verify_types_in_gimple_reference): Verify MEM_REF.
11186         (verify_gimple_assign_single): Disallow INDIRECT_REF.
11187         Handle MEM_REF.
11188         * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
11189         New.
11190         (mark_address_taken): Handle MEM_REF.
11191         (get_indirect_ref_operands): Pass through opf_not_non_addressable.
11192         (get_asm_expr_operands): Pass opf_not_non_addressable.
11193         (get_expr_operands): Handle opf_[not_]non_addressable.
11194         Handle MEM_REF.  Remove INDIRECT_REF handling.
11195         * tree-vrp.c (check_array_ref): Handle MEM_REF.
11196         (search_for_addr_array): Likewise.
11197         (check_array_bounds): Likewise.
11198         (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
11199         * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
11200         (ref_always_accessed_p): Likewise.
11201         (gen_lsm_tmp_name): Likewise.  Handle ADDR_EXPR.
11202         * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
11203         Handle MEM_REF.
11204         * cgraphbuild.c (mark_load): Properly check for NULL result
11205         from get_base_address.
11206         (mark_store): Likewise.
11207         * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
11208         * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
11209         handling for MEM_REF.
11210         * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
11211         &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
11212         * builtins.c (stabilize_va_list_loc): Use the function ABI
11213         valist type if we couldn't canonicalize the argument type.
11214         Always dereference with the canonical va-list type.
11215         (maybe_emit_free_warning): Handle MEM_REF.
11216         (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
11217         memmove to memcpy.
11218         * builtins.c (fold_builtin_memory_op): Use ref-all types
11219         for all memcpy foldings.
11220         * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
11221         (build_outer_var_ref): Likewise.
11222         (scan_omp_1_op): Likewise.
11223         (lower_rec_input_clauses): Likewise.
11224         (lower_lastprivate_clauses): Likewise.
11225         (lower_reduction_clauses): Likewise.
11226         (lower_copyprivate_clauses): Likewise.
11227         (expand_omp_atomic_pipeline): Likewise.
11228         (expand_omp_atomic_mutex): Likewise.
11229         (create_task_copyfn): Likewise.
11230         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
11231         Remove old union trick.  Initialize constant offsets.
11232         (ao_ref_init_from_vn_reference): Likewise.  Do not handle
11233         INDIRECT_REF.  Init base_alias_set properly.
11234         (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
11235         (vn_reference_fold_indirect): Adjust for MEM_REFs.
11236         (valueize_refs): Fold MEM_REFs.  Re-evaluate constant offset
11237         for ARRAY_REFs.
11238         (may_insert): Remove.
11239         (visit_reference_op_load): Do not test may_insert.
11240         (run_scc_vn): Remove parameter, do not fiddle with may_insert.
11241         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
11242         a field to store the constant offset this op applies.
11243         (run_scc_vn): Adjust prototype.
11244         * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
11245         * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
11246         MEM_REF.  Propagate &foo + CST as &MEM[&foo, CST].  Do not
11247         bother about volatile qualifiers on pointers.
11248         (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
11249         * tree-ssa-loop-ivopts.c
11250         * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
11251         (strip_offset_1): Likewise.
11252         (find_interesting_uses_address): Replace INDIRECT_REF handling with
11253         MEM_REF handling.
11254         (get_computation_cost_at): Likewise.
11255         * ipa-pure-const.c (check_op): Handle MEM_REF.
11256         * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
11257         * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
11258         and constants.
11259         * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
11260         * tree-parloops.c (take_address_of): Adjust for MEM_REF.
11261         (eliminate_local_variables_1): Likewise.
11262         (create_call_for_reduction_1): Likewise.
11263         (create_loads_for_reductions): Likewise.
11264         (create_loads_and_stores_for_name): Likewise.
11265         * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
11266         (ssa_accessed_in_tree): Handle MEM_REF.
11267         (ssa_accessed_in_assign_rhs): Likewise.
11268         (update_type_size): Likewise.
11269         (analyze_accesses_for_call_stmt): Likewise.
11270         (analyze_accesses_for_assign_stmt): Likewise.
11271         (transform_access_sites): Likewise.
11272         (transform_allocation_sites): Likewise.
11273         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
11274         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
11275         not handle INDIRECT_REF.
11276         * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
11277         (cond_store_replacement): Likewise.
11278         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
11279         MEM_REF, no not handle INDIRECT_REFs.
11280         (insert_into_preds_of_block): Properly initialize avail.
11281         (phi_translate_1): Fold MEM_REFs.  Re-evaluate constant offset
11282         for ARRAY_REFs.  Properly handle reference lookups that
11283         require a bit re-interpretation.
11284         (can_PRE_operation): Do not handle INDIRECT_REF.  Handle MEM_REF.
11285         * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
11286         (build_ref_for_offset_1): Remove.
11287         (build_ref_for_offset): Build MEM_REFs.
11288         (gate_intra_sra): Disable for now.
11289         (sra_ipa_modify_expr): Handle MEM_REF.
11290         (ipa_early_sra_gate): Disable for now.
11291         * tree-sra.c (create_access): Swap INDIRECT_REF handling for
11292         MEM_REF handling.
11293         (disqualify_base_of_expr): Likewise.
11294         (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
11295         MEM_REF handling.
11296         (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
11297         Use mem_ref_offset.  Remove bogus folding.
11298         (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
11299         (make_fancy_name_1): Add support for MEM_REF.
11300         * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
11301         * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
11302         * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
11303         (compute_complex_ancestor_jump_func): Likewise.
11304         (ipa_analyze_virtual_call_uses): Likewise.
11305         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
11306         INDIRECT_REF folding with more generalized MEM_REF folding.
11307         (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
11308         (forward_propagate_addr_into_variable_array_index): Also handle
11309         &ARRAY + I in addition to &ARRAY[0] + I.
11310         * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
11311         * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
11312         creates assignments with overlap.
11313         * tree-nested.c (get_static_chain): Adjust for MEM_REF.
11314         (get_frame_field): Likewise.
11315         (get_nonlocal_debug_decl): Likewise.
11316         (convert_nonlocal_reference_op): Likewise.
11317         (struct nesting_info): Add mem_refs pointer-set.
11318         (create_nesting_tree): Allocate it.
11319         (convert_local_reference_op): Insert to be folded mem-refs.
11320         (fold_mem_refs): New function.
11321         (finalize_nesting_tree_1): Perform defered folding of mem-refs
11322         (free_nesting_tree): Free the pointer-set.
11323         * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
11324         (vectorizable_load): Likewise.
11325         * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
11326         (propagate_with_phi): Likewise.
11327         * tree-object-size.c (addr_object_size): Handle MEM_REFs
11328         instead of INDIRECT_REFs.
11329         (compute_object_offset): Handle MEM_REF.
11330         (plus_stmt_object_size): Handle MEM_REF.
11331         (collect_object_sizes_for): Dispatch to plus_stmt_object_size
11332         for &MEM_REF.
11333         * tree-flow.h (get_addr_base_and_unit_offset): Declare.
11334         (symbol_marked_for_renaming): Likewise.
11335         * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
11336         (fold-const.o): Add $(TREE_FLOW_H).
11337         * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
11338         (find_func_clobbers): Likewise.
11339         * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
11340         (decompose_access): Likewise.
11341         (replace_field_acc): Likewise.
11342         (replace_field_access_stmt): Likewise.
11343         (insert_new_var_in_stmt): Likewise.
11344         (get_stmt_accesses): Likewise.
11345         (reorg_structs_drive): Disable.
11346         * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
11347         (ix86_canonical_va_list_type): Likewise.
11349 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
11351         PR other/44566
11352         * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
11353         * target.def (struct gcc_target): Replace enum reg_class with
11354         reg_class_t in hook argument / return types.
11355         * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
11356         (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
11357         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
11358         * targhooks.h (default_branch_target_register_class): Likewise.
11359         (default_ira_cover_classes, default_secondary_reload): Likewise.
11360         (default_memory_move_cost, default_register_move_cost): Likewise.
11361         * targhooks.c (default_branch_target_register_class): Likewise.
11362         (default_ira_cover_classes, default_secondary_reload): Likewise.
11363         (default_memory_move_cost, default_register_move_cost): Likewise.
11364         * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
11365         * bt-load.c (branch_target_load_optimize): Likewise.
11366         * ira.c (setup_cover_and_important_classes): Likewise.
11367         * ira-costs.c (copy_cost): Likewise.
11368         * reload1.c (emit_input_reload_insns): Likewise.
11369         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
11370         * config/frv/frv.c (frv_secondary_reload): Likewise.
11371         * config/s390/s390.c (s390_secondary_reload): Likewise.
11372         * config/i386/i386.c (i386_ira_cover_classes): Likewise.
11373         (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
11374         (ix86_register_move_cost): Likewise.
11375         * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
11376         * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
11377         * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
11378         * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
11379         * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
11380         (rs6000_ira_cover_classes): Likewise.
11381         * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
11382         * config/picochip/picochip-protos.h (picochip_secondary_reload):
11383         Likewise.
11384         * config/pa/pa.c (pa_secondary_reload): Likewise.
11385         * config/mips/mips.c (mips_ira_cover_classes): Likewise.
11386         * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
11387         * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
11388         * doc/tm.texi: Regenerate.
11390 2010-06-30  Sebastian Pop  <sebastian.pop@amd.com>
11392         PR bootstrrap/44726
11393         * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
11394         use.
11395         (build_alias_set_optimal_p): Likewise.
11396         (build_base_obj_set_for_drs): Likewise.
11398 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
11400         * target.def: Remove comment about licensing problems of function
11401         declarations.
11403         * target.def (declare_constant_name): Change exp to expr.  Use DEFHOOK.
11404         * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
11405         * doc/tm.texi: Regenerate.
11407         * target.def (builtin_reciprocal): Change tm_fn to md_fn.  Use DEFHOOK.
11408         * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
11410         * target.def (enum_va_list_p): Use DEFHOOK.
11411         * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
11412         Rename ptype to ptree.
11413         * doc/tm.texi: Regenerate.
11415         * target.def (fold_builtin): Rename nargs to n_args.  Use DEFHOOK.
11416         * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
11417         * doc/tm.texi: Regenerate.
11419         * target.def (memory_move_cost): Use DEFHOOK.
11420         * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
11421         Rename regclass AKA class to rclass.
11422         * doc/tm.texi: Regenerate.
11424         * target.def (pragma_parse): Use DEFHOOK.
11425         * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
11426         s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
11427         * doc/tm.texi: Regenerate.
11429         * target.def (pass_by_reference): Use DEFHOOK.
11430         * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
11431         * doc/tm.texi: Regenerate.
11433         * target.def (resolve_overloaded_builtin): Rename params to arglist.
11434         Use DEFHOOK.
11435         * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
11436         * doc/tm.texi: Regenerate.
11438         * target.def (return_pops_args): Use DEFHOOK.
11439         * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
11440         Rename stack-size to size.
11441         * doc/tm.texi: Regenerate.
11443         * target.def (dfa_new_cycle): Use DEFHOOK.  Rename dump_file to dump,
11444         last-sched_cycle to last_clock, cur_cycle to clock.
11445         * doc/tm.texi.in: Use @hook.
11446         * doc/tm.texi: Regenerate.
11448         * target.def (print_operand, print_operand_address): Update comment.
11449         (print_operand_punct_valid_p): Likewise.
11451 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
11453         * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
11454         to rtl.h.
11455         (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
11456         * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
11457         * rtl-error.h: New.
11458         * regrename.c: Do not include toplev.h. Include rtl-error.h.
11459         * rtl-error.c: Likewise.
11460         * reload.c: Likewise.
11461         * recog.c:  Likewise.
11462         * sel-sched.c: Likewise.
11463         * function.c: Likewise.
11464         * reg-stack.c: Likewise.
11465         * cfgrtl.c: Likewise.
11466         * reload1.c: Likewise.
11467         * final.c: Include rtl-error.
11468         * Makefile.in: Adjust dependencies.
11470 2010-06-30  Jan Hubicka  <jh@suse.cz>
11472         PR middle-end/PR44706
11473         * ipa-split (split_function): Refine conditions when to use DECL_RESULT
11474         to return the value.
11476 2010-06-30  Michael Matz  <matz@suse.de>
11478         PR bootstrap/44699
11479         * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
11480         * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
11481         a gimple reg, attach the original VDEF to the last store in the
11482         sequence.
11484 2010-06-30  Iain Sandoe  <iains@gcc.gnu.org>
11486         PR other/44034
11487         * config/darwin.c (darwin_override_options): Use renamed
11488         targetm.asm_out.emit_unwind_label.
11490 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
11492         PR tree-optimization/39799
11493         * tree-inline.c (remap_ssa_name): Initialize variable only if
11494         SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
11496 2010-06-30  Nathan Froyd  <froydnj@codesourcery.com>
11498         * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
11500 2010-06-30  Richard Guenther  <rguenther@suse.de>
11502         PR target/44722
11503         * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
11504         against oscillation with reverse peephole2.
11506 2010-06-30  H.J. Lu  <hongjiu.lu@intel.com>
11508         PR target/44721
11509         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
11510         Fix last commit.
11512 2010-06-30  Nick Clifton  <nickc@redhat.com>
11514         * config/rx/rx-modes.def: New file.
11515         * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
11516         (CC_REGNUM): Define.
11517         (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
11518         register.
11519         (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
11520         (SELECT_CC_MODE): Define.
11521         * config/rx/rx.md (CC_REG): Define.  Update all patterns to use
11522         (reg:CC CC_REG) instead of (cc0).
11523         (attr "cc"): Delete.
11524         (cbranchsi4): Do not split compare and branch here. Instead move
11525         it to...
11526         (cbranchsi4_<code>): ... here.  New patterns.
11527         (cmpsi): Call rx-compare_redundant to find out if it is necessary
11528         to emit the compare instruction.
11529         * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
11530         cc_status flags.
11531         (rx_get_stack_layout): Iterate up to before CC_REGNUM not
11532         FIRST_PSEUDO_REGNUM.
11533         (rx_expand_prologue, rx_expand_epilogue): Likewise.
11534         (rx_notice_update_cc): Delete.
11535         (rx_cc_modes_compatible): New function.
11536         (flags_needed_for_conditional): New function.
11537         (flags_from_mode): New function.
11538         (rx_compare_redundant): New function - scans backwards through
11539         insn list to find out if condition flags are already set correctly.
11540         (TARGET_CC_MODES_COMPATIBLE): Define.
11541         * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
11543         * config/rx/rx.h (BRANCH_COST): Define.
11544         (REGISTER_MOVE_COST): Define.
11545         * config/rx/predicates (rx_source_operand): Allow all constant types.
11546         * config/rx/rx.md (addsi3): Add alternative for swapped operands.
11547         (tstsi4): New pattern.
11548         * config/rx/rx.c (rx_memory_move_cost): Define.
11549         (TARGET_MEMORY_MOVE_COST): Define.
11551 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
11553         * tree.h (block_may_fallthru): Declare here.
11554         * tree-flow.h (block_may_fallthru): Do not declare here.
11555         * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
11556         bitmap.h
11557         * Makefile.in (c-typeck.o): Update dependencies.
11559 2010-06-30  Jakub Jelinek  <jakub@redhat.com>
11561         PR debug/44694
11562         * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
11563         * cselib.c (cfa_base_preserved_regno): New static variable.
11564         (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
11565         of REGNO (cfa_base_preserved_val->locs->loc).
11566         (cselib_preserve_cfa_base_value): Add regno argument, set
11567         cfa_base_preserved_regno to it.
11568         (cselib_invalidate_regno): Allow removal of registers other than
11569         cfa_base_preserved_regno from cfa_base_preserved_val.
11570         (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
11571         * var-tracking.c (adjust_mems): Replace sp or hfp even outside
11572         of MEM addresses, if not on LHS.
11573         (reverse_op): Don't add reverse ops for cfa_base_rtx.
11574         (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
11576 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
11578         * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
11579         static variables.
11580         (peep2_buf_position): New static function.
11581         (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
11582         peephole2_optimize): Use it.
11583         (peep2_attempt, peep2_update_life): New static functions, broken out
11584         of peephole2_optimize.
11585         (peep2_fill_buffer): New static function.
11586         (peephole2_optimize): Change the main loop to try to fill the buffer
11587         with the maximum number of insns before matching them against
11588         peepholes.  Use a forward scan.  Remove special case for targets with
11589         conditional execution.
11590         * genrecog.c (change_state): Delete dead code.
11591         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
11592         Rewrite so as not to expect the second insn to have had a peephole
11593         applied yet.
11595 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
11597         * genhooks.c (emit_findices): Cast field precision to int.
11598         (emit_documentation): Likewise.
11600 2010-06-29  Jakub Jelinek  <jakub@redhat.com>
11602         PR tree-optimization/43801
11603         * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
11604         if old_decl was DECL_ONE_ONLY.
11606         PR debug/44668
11607         * dwarf2out.c (add_accessibility_attribute): New function.
11608         (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
11609         instead of adding DW_AT_accessibility manually.
11610         (gen_enumeration_type_die, gen_struct_or_union_type_die,
11611         gen_typedef_die): Use it.
11613 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
11615         * vmsdbgout.c (full_name): Just output the file name if not native.
11617 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
11619         * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
11620         (funcnam_table): New static table.
11621         (funcnum_table): New static table.
11622         (write_rtnbeg): Write value saved in funcnum_table.
11623         (write_rtnend): Write value saved in funcnum_table.
11624         (vmsdbgout_begin_function): Save current function info in
11625         (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
11626         (vmsdbgout_finish): Iterate over funcnum_table.
11628 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
11630         * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
11631         (vmsdbgout_type_decl): Declare
11632         (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
11633         (FUNC_EPILOGUE_LABEL): New macro
11634         (vmsdbgout_begin_epilogue): New function.
11635         (vmsdbgout_type_decl): New function.
11637 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
11639         * vmsdbg.h: Update copyright.
11641 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
11643         * vmsdbg.h (DST_K_TBG): New DST constant.
11644         * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
11645         (write_modbeg): Cast module_language to avoid warning.
11646         (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
11648 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
11650         PR other/44034
11651         * target.def, doc/tm.texi.in, genhooks.c: New files.
11652         * target.h: Instead of defining individual hook members,
11653         define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
11654         include target.def.
11655         * target-def.h: Instead of defining individual hook initializers,
11656         include target-hooks-def.h.
11657         * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
11658         targetm.live_on_entry -> targetm.extra_live_on_entry
11659         targetm.sched.md_finish ->targetm.sched.finish
11660         targetm.sched.md_init -> targetm.sched.init
11661         targetm.sched.md_init_global -> targetm.sched.init_global
11662         targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
11663         targetm.asm_out.except_table_label ->
11664           targetm.asm_out.emit_except_table_label
11665         targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
11666         targetm.target_help -> targetm.help
11667         targetm.vectorize.builtin_support_vector_misalignment ->
11668           targetm.vectorize.support_vector_misalignment
11669         targetm.file_start_app_off -> targetm.asm_file_start_app_off
11670         targetm.file_start_file_directive ->
11671          targetm.asm_file_start_file_directive
11672         * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
11673         * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
11674         * config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
11675         TARGET_VECTOR_ALIGNMENT_REACHABLE ->
11676           TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
11677         TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
11678           TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
11679         TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
11680         * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
11681         * Makefile.in (TARGET_H): Depend on target.def.
11682         (TARGET_DEF_H): Depend on target-hooks-def.h.
11683         (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
11684         (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
11685         * doc/tm.texi: Regenerate.
11687         * Makefile.in (s-tm-texi): Remove stray tab / rule.
11689         * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
11690         (targetm.sched.init): Likewise.
11692 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
11694         PR bootstrap/44713
11695         * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
11696         (function_arg_advance_32): Const-ify TYPE parameter.
11697         (function_arg_advance_64): Likewise.  Change type of NAMED to bool.
11698         (ix86_function_arg_advance): Change type of NAMED to bool.
11699         (function_arg_32): Const-ify CUM and TYPE parameters.
11700         (function_arg_64): Likewise.  Change type of NAMED to bool.
11701         (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
11702         to bool.
11703         (ix86_function_arg): Change type of NAMED to bool.
11704         (ix86_setup_incoming_varargs): Call ix86_function_arg_advance.  Pass
11705         last argument as a bool.
11707 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
11709         * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
11710         (OVERRIDE_OPTIONS): Add note of obsolescence.
11711         Replace references with references to TARGET_OPTION_OVERRIDE.
11712         (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
11713          the macro).
11714         * targhooks.c (default_target_option_override): New function.
11715         * targhooks.h (default_target_option_override): Declare.
11716         * target.h (struct gcc_target): Add override member to
11717         target_option member.
11718         * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
11719         targetm.target_option.override call.
11720         * target-def.h (TARGET_OPTION_OVERRIDE): Define.
11721         (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
11723 2010-06-29  Jan Hubicka  <jh@suse.cz>
11725         * tree-inline.c: Replace incomming by incomin and clonning by cloning.
11727 2010-06-29  Jan Hubicka  <jh@suse.cz>
11729         * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
11730         unreachable.
11731         (rebuild_frequencies): New function.
11732         * predict.h (rebuild_frequencies): Declare.
11733         * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
11734         entry block and edge reaching new_entry.
11735         (tree_function_versioning): When doing partial cloning, rebuild
11736         frequencies when done.
11737         * passes.c (execute_function_todo): Use rebild_frequencies.
11739 2010-06-29  Richard Guenther  <rguenther@suse.de>
11741         * tree-dfa.c (dump_variable): Remove noalias_state dumping.
11742         * tree-flow.h (enum noalias_state): Remove.
11743         (struct var_ann_d): Remove noalias_state member.
11745 2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
11747         PR target/43902
11748         * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
11749         (maddhisi4): Renamed from mulhisi3addsi.  Operands renumbered.
11750         (maddhidi4): Likewise.
11752         Revert parts of the change for PR25130.
11753         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
11754         MEM_ALIAS_SET.
11756 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
11758         * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
11759         targetm.calls.function_incoming_arg, and
11760         targetm.calls.function_arg_advance instead of FUNCTION_ARG,
11761         FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
11762         * target.h (struct gcc_target): Add function_arg_advance,
11763         function_arg, and function_incoming_arg fields.
11764         * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
11765         (TARGET_FUNCTION_INCOMING_ARG): Define.
11766         (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
11767         and TARGET_FUNCTION_INCOMING_ARG.
11768         * targhooks.h (default_function_arg_advance): Declare.
11769         (default_function_arg, default_function_incoming_arg): Declare.
11770         * targhooks.c (default_function_arg_advance): New function.
11771         (default_function_arg, default_function_incoming_arg): New function.
11772         * config/i386/i386.c (function_arg_advance): Rename to...
11773         (ix86_function_arg_advance): ...this.  Make static.
11774         (function_arg): Rename to...
11775         (ix86_function_arg): ...this.  Make static.
11776         (TARGET_FUNCTION_ARG_ADVANCE): Define.
11777         (TARGET_FUNCTION_ARG): Define.
11778         * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
11779         (FUNCTION_ARG): Delete.
11780         * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
11781         (function_arg): Delete prototype.
11783 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
11785         * reginfo.c (init_reg_sets_1): Adjust comments.
11786         * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
11787         * calls.c (prepare_call_address): Likewise.
11788         (emit_call_1): Use targetm.calls.return_pops_args.
11789         (expand_call): Likewise.
11790         * function.c (assign_parms): Likewise.
11791         * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
11792         * target.h (struct gcc_target) [struct calls]: Add
11793         return_pops_args field.
11794         * targhooks.h (default_return_pops_args): Declare.
11795         * targhooks.c (default_return_pops_args): Define.
11796         * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
11797         (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
11798         * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
11799         (TARGET_RETURN_POPS_ARGS): ...this.  Use deftypefn.  Adjust
11800         documentation.
11801         * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
11802         * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
11803         * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
11804         * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
11805         * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
11806         * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
11807         * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
11808         * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
11809         * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
11810         * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
11811         * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
11812         * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
11813         * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
11814         * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
11815         * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
11816         * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
11817         * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
11818         * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
11819         * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
11820         * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
11821         * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
11822         * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
11823         * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
11824         * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
11825         * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
11826         * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
11827         * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
11828         * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
11829         * config/score/score.h (RETURN_POPS_ARGS): Likewise.
11830         * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
11831         * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
11832         * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
11833         * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
11834         * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
11835         * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
11836         * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
11837         * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
11838         * config/i386/i386.c (ix86_return_pops_args): Make static.
11839         Constify arguments.
11840         (TARGET_RETURN_POPS_ARGS): Define.
11841         * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
11842         * config/m68k/m68k.c (m68k_return_pops_args): ...here.  New function.
11843         (TARGET_RETURN_POPS_ARGS): Define.
11844         * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
11845         * config/vax/vax.c (vax_return_pops_args): ...here.  New function.
11846         (TARGET_RETURN_POPS_ARGS): Define.
11848 2010-06-29  Richard Guenther  <rguenther@suse.de>
11850         PR middle-end/44667
11851         * tree-inline.c (initialize_inlined_parameters): Make sure
11852         to remap the inlined parameter variable substitutions types.
11854 2010-06-29  Eric Botcazou  <ebotcazou@adacore.com>
11856         PR rtl-optimization/44659
11857         * combine.c (make_compound_operation) <SUBREG>: Do not return the
11858         result of force_to_mode if it partially re-expanded the compound.
11860 2010-06-28  Jan Hubicka  <jh@suse.cz>
11862         PR middle-end/44671
11863         * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
11864         RESULT_DECL.
11866 2010-06-28  Anatoly Sokolov  <aesok@post.ru>
11868         * double-int.h (force_fit_type_double): Remove declaration.
11869         * double-int.c (force_fit_type_double): Move to tree.c.
11870         * tree.h (force_fit_type_double): Declare.
11871         * tree.h (force_fit_type_double): Moved from double-int.c. Use
11872         double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
11873         double_int_to_tree instead of fit_double_type and build_int_cst_wide.
11874         * convert.c (convert_to_pointer): Adjust call to
11875         force_fit_type_double.
11876         * tree-vrp.c (extract_range_from_assert,
11877         extract_range_from_unary_expr): Adjust call to force_fit_type_double.
11878         * fold-const.c: Update comment.
11879         (int_const_binop, fold_convert_const_int_from_int,
11880         fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
11881         extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
11882         fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
11883         round_up_loc): Adjust call to force_fit_type_double.
11885 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
11887         * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
11889 2010-06-28  Martin Jambor  <mjambor@suse.cz>
11891         * tree-sra.c (convert_callers): New parameter, change fndecls of
11892         recursive calls.
11893         (modify_function): Pass the old decl to convert_callers.
11895 2010-06-28  Martin Jambor  <mjambor@suse.cz>
11897         * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
11898         ipa_check_create_node_params and ipa_initialize_node_params with
11899         checking asserts they are not necessary.
11901 2010-06-28  Jan Hubicka  <jh@suse.cz>
11903         PR tree-optimization/44687
11904         * ipa-split.c (split_function): Use DECL_RESULT to store return value.
11906 2010-06-28  Martin Jambor  <mjambor@suse.cz>
11908         PR c++/44535
11909         * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
11910         (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
11911         instead of BINFO_BASE_BINFO.
11913 2010-06-28  Michael Matz  <matz@suse.de>
11915         PR middle-end/44592
11916         * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
11917         proper VDEF chain for intermediate stores in the sequence.
11919 2010-06-28  Jan Hubicka  <jh@suse.cz>
11921         PR tree-optimization/44357
11922         * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
11923         uninlinable functions.
11925 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
11927         * config.gcc (powerpc*-*-*): Handle titan.
11928         * config/rs6000/rs6000.c (titan_cost): New costs.
11929         (rs6000_override_options): Add "titan" to processor_target_table.
11930         Add Titan to branch alignment logic.
11931         Correctly set rs6000_cost for titan.
11932         * config/rs6000/rs6000.md (cpu): Add titan.  Include "titan.md".
11933         * config/rs6000/titan.md: New file.
11934         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
11936 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
11938         * tree-browser.c (TB_history_stack): Convert to a VEC.
11939         (TB_SET_HEAD): Adjust for new type of TB_history_stack.
11940         (TB_history_prev): Likewise.
11942 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
11944         * vec.h (vec_heap_free): Add parentheses around free.
11946 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
11948         * system.h: Poison GCC_EXCEPT_H for front-end files.
11950         * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
11951         langhook.
11952         * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
11953         Define to NULL by default.
11954         * except.h: Define GCC_EXCEPT_H.
11955         (doing_eh): Remove prototype.
11956         (init_eh, init_eh_for_function): Move prototypes to toplev.h.
11957         (lang_protect_cleanup_actions): Remove.
11958         * except.c (lang_protect_cleanup_actions): Remove.
11959         (doing_eh): Remove.
11960         (gen_eh_region): Don't check doing_eh here.
11961         * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
11962         * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
11963         instead of lang_protect_cleanup_actions.
11964         * omp-low.c (maybe_catch_exception): Likewise.
11965         * Makefile.in: Update dependencies.
11967 2010-06-28  Bingfeng Mei  <bmei@broadcom.com>
11969         * cgraph.h (struct varpool_node): new used_from_object_file flag.
11970         (struct cgraph_local_info): new used_from_object_file flag.
11971         * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
11972         (cgraph_clone_node): initialize used_from_object_file.
11973         (cgraph_create_virtual_clone): initialize used_from_object_file.
11974         * lto-symbtab.c (lto_symtab_merge_decls_1): Set
11975         used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
11976         when compiling with -fwhole-program.
11977         (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
11978         internal resolver.
11979         * ipa.c (function_and_variable_visibility): Set externally_visible
11980         flag of varpool_node if used_from_object_file flag is set.
11981         (cgraph_externally_visible_p): check used_from_object_file flag.
11982         * doc/invoke.texi (-fwhole-program option): Change description of
11983         externally_visible attribute accordingly.
11984         * doc/extend.texi (externally_visible): Ditto.
11986 2010-06-27  Jan Hubicka  <jh@suse.cz>
11988         * params.def (max-inline-insns-auto): Default to 40.
11989         * doc/invoke.texi (max-inline-insns-auto): Document the change.
11991 2010-06-27  Jan Hubicka  <jh@suse.cz>
11993         PR middle-end/44671
11994         PR middle-end/44686
11995         * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
11996         signature change.
11997         * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
11998         * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
12000 2010-06-27  Anatoly Sokolov  <aesok@post.ru>
12002         * target.h (struct gcc_target): Add register_move_cost field.
12003         * target-def.h (TARGET_REGISTER_MOVE_COST): New.
12004         (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
12005         * targhooks.c (default_register_move_cost): New function.
12006         * targhooks.h (default_register_move_cost): Declare function.
12007         * defaults.h (REGISTER_MOVE_COST): Delete.
12008         * ira-int.h (ira_register_move_cost): Update comment.
12009         * ira.c (ira_register_move_cost): Update comment.
12010         * reload.h (register_move_cost): Declare.
12011         * reginfo.c (register_move_cost): New function.
12012         (move_cost): Update comment.
12013         (init_move_cost, memory_move_secondary_cost): Replace
12014         REGISTER_MOVE_COST with register_move_cost.
12015         * postreload.c (reload_cse_simplify_set): (Ditto.).
12016         * reload.c (find_valid_class, find_reloads): (Ditto.).
12017         * reload1.c (choose_reload_regs): (Ditto.).
12018         * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
12019         (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
12020         * doc/md.texi (can_create_pseudo_p): Update documentation.
12022         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
12023         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
12024         * config/i386/i386.h (ix86_memory_move_cost): Make static.
12025         (TARGET_MEMORY_MOVE_COST): Define.
12027         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
12028         * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
12029         * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
12030         (TARGET_MEMORY_MOVE_COST): Define.
12032 2010-06-27  Richard Guenther  <rguenther@suse.de>
12034         PR tree-optimization/44683
12035         * tree-ssa-dom.c (record_edge_info): Record equivalences for the
12036         false edge from the inverted condition.
12038 2010-06-27  Richard Guenther  <rguenther@suse.de>
12040         PR middle-end/44684
12041         * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
12042         (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
12043         for register LHS.  Or non-store assignments.
12045 2010-06-26  Eric Botcazou  <ebotcazou@adacore.com>
12047         * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
12048         (sparc_emit_set_const64): Likewise.  Remove disabled code.
12049         * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
12050         (sparc_emit_set_const64): Likewise.
12052 2010-06-26  Catherine Moore  <clm@codesourcery.com>
12054         * config/mips/mips.md (alu_type): New attribute.
12055         (type): Infer type from alu_type.
12056         (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
12057         *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
12058         *subsi3_extended, negsi2, negdi2, *low<mode>,
12059         *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
12060         xor<mode>3, *nor<mode>3,
12061         *zero_extend<GPR:mode>_trunc<SHORT:mode>,
12062         *zero_extendhi_truncqi):  Set alu_type instead of type.
12064 2010-06-26  Douglas B Rupp  <rupp@gnat.com>
12066         * config/alpha/alpha.c (alpha_need_linkage): Adjust
12067         splay_tree_new_ggc call.
12068         (alpha_use_linkage): Likewise.
12070 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
12072         * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
12073         * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
12074         * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
12075         (static_specs): Remove switches_need_spaces.
12076         (process_command, do_self_spec): Hardcode handling "-o" instead of
12077         checking switches_need_spaces.
12078         * system.h (SWITCHES_NEED_SPACES): Poison.
12080 2010-06-26  Richard Guenther  <rguenther@suse.de>
12082         PR tree-optimization/44393
12083         * tree-loop-distribution.c (generate_loops_for_partition): Fix
12084         stmt removal and VOP renaming.
12085         (generate_memset_zero): Remove redundant stmt updating.
12086         * tree-flow.h (mark_virtual_ops_in_bb): Remove.
12087         * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
12089 2010-06-26  Jan Hubicka  <jh@suse.cz>
12091         * ipa-split.c (consider_split): PHI in entry block is OK as long as all
12092         edges comming from header are equivalent.
12093         (visit_bb): Handle PHIs correctly.
12094         * tree-inline.c (copy_phis_for_bb): Be able to copy
12095         PHI from entry edge.
12096         (copy_cfg_body): Produce edge from entry BB before copying PHIs.
12098 2010-06-26  Richard Guenther  <rguenther@suse.de>
12100         PR middle-end/44674
12101         * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
12102         decls.  Handle LABEL_DECLs like FUNCTION_DECLs.
12104 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
12106         * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
12107         add_infile, alloc_switch): New.
12108         (process_command): Remove variable lang_n_infiles.  Process
12109         options in a single pass.  Use new functions for allocating
12110         infiles and switches arrays.  Properly skip operands of
12111         -Xpreprocessor and -Xassembler.
12113 2010-06-26  Jan Hubicka  <jh@suse.cz>
12115         PR middle-end/44671
12116         * cgraphunit.c (cgraph_function_versioning): Remove wrong
12117         cgraph_make_decl_local call; fix typo copying RTL data.
12119 2010-06-25  DJ Delorie  <dj@redhat.com>
12121         * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
12122         (m32c_output_aligned_common): Likewise.
12123         * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
12124         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
12125         * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
12126         (m32c_register_pragmas): Register it.
12127         * config/m32c/m32c.c (m32c_get_pragma_address): New.
12128         (m32c_insert_attributes): Set #pragma address decls volatile.
12129         (pragma_entry_eq): New.
12130         (pragma_entry_hash): New.
12131         (m32c_note_pragma_address): New.
12132         (m32c_get_pragma_address): New.
12133         (m32c_output_aligned_common): New.
12134         * doc/extend.texi: Document the new pragma.
12136         * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
12137         also.
12138         * config/m32c/predicates.md (m32c_any_operand): Check the code
12139         instead of memory_operand so as to allow matching volatile MEMs.
12140         (m32c_nonimmediate_operand): Likewise.
12141         (mra_operand): Allow volatiles.
12143 2010-06-25  Alexandre Oliva  <aoliva@redhat.com>
12145         PR debug/44610
12146         * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
12147         address if the offset is unknown.
12149 2010-06-25  Douglas B Rupp  <rupp@gnat.com>
12151         * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
12152         * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
12153         * config/ia64/ia64-protos.h (ia64_start_function): Declare.
12154         * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
12155         to ia64_start_function. Invoke it.
12156         * config/ia64/ia64.c (ia64_start_function): Call new function
12157         dwarf2out_vms_debug_main_pointer.
12159 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
12161         * tree-if-conv.c (insert_gimplified_predicates): Do not insert
12162         statements computing the true predicate.
12164 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
12166         * tree-if-conv.c (init_bb_predicate): Initialize the predicate
12167         to boolean_true_node.
12168         (reset_bb_predicate): New.
12169         (predicate_bbs): Call reset_bb_predicate.
12171 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
12173         * tree-if-conv.c (combine_blocks): Remove FIXME comment.
12174         (tree_if_conversion): Returns true when something has been changed.
12175         (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
12176         changed something.
12178 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
12180         * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
12181         * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
12182         * tree-if-conv.c: Include dbgcnt.h.
12183         (tree_if_conversion): Use if_conversion_tree to count the number of
12184         if-convertible loops.
12186 2010-06-25  Changpeng Fang  <changpeng.fang@amd.com>
12188         * common.opt (fprefetch-loop-arrays): Re-define
12189         -fprefetch-loop-arrays as a tri-state option with the initial
12190         value of -1.
12191         * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
12192         pass only when flag_prefetch_loop_arrays > 0.
12193         * toplev.c (process_options): Note that, with tri-states,
12194         flag_prefetch_loop_arrays>0 means prefetching is enabled.
12195         * config/i386/i386.c (override_options): Enable prefetching at -O3
12196         for a set of CPUs that sw prefetching is helpful.
12197         (software_prefetching_beneficial_p): New.  Return TRUE if software
12198         prefetching is beneficial for the given CPU.
12200 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
12202         PR rtl-optimization/44326
12203         * implicit-zee.c (find_removable_zero_extends): Replace
12204         INSN_P with NONDEBUG_INSN_P.
12206 2010-06-25  Martin Jambor  <mjambor@suse.cz>
12208         * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
12209         (struct ipa_node_params): Removed the modification_analysis_done flag.
12210         (ipa_is_param_modified): Removed.
12211         (ipa_analyze_node): Declare.
12212         (ipa_compute_jump_functions): Remove declaration.
12213         (ipa_count_arguments): Likewise.
12214         (ipa_detect_param_modifications): Likewise.
12215         (ipa_analyze_params_uses): Likewise.
12216         * ipa-prop.c (struct param_analysis_info): New type.
12217         (visit_store_addr_for_mod_analysis): Removed.
12218         (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
12219         moved down in the file.
12220         (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
12221         (ipa_count_arguments): Made static.
12222         (mark_modified): New function.
12223         (is_parm_modified_before_call): New function.
12224         (compute_pass_through_member_ptrs): New parameter parms_info, call
12225         is_parm_modified_before_call instead of ipa_is_param_modified.
12226         (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
12227         it to compute_pass_through_member_ptrs.
12228         (ipa_compute_jump_functions): New parameter parms_info, pass it to
12229         ipa_compute_jump_functions_for_edge.  Call ipa_initialize_node_params
12230         on the callee if it is analyzed.  Made static.
12231         (ipa_analyze_indirect_call_uses): New parameter parms_info, call
12232         is_parm_modified_before_call instead of ipa_is_param_modified.
12233         (ipa_analyze_call_uses): New parameter parms_info, pass it to
12234         ipa_analyze_indirect_call_uses.
12235         (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
12236         ipa_analyze_call_uses.
12237         (ipa_analyze_params_uses): New parameter parms_info, pass it to
12238         ipa_analyze_stmt_uses.  Also perform the used analysis.  Made static.
12239         (ipa_analyze_node): New function.
12240         (ipa_print_node_params): Do not dump the modified flag.
12241         (ipa_write_node_info): Assert uses_analysis_done rather than streaming
12242         it.  Do not stream the modified parameter flag.
12243         (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
12244         it.  Do not stream the modified parameter flag.
12245         * ipa-cp.c (ipcp_analyze_node): Removed.
12246         (ipcp_init_stage): Iterate only once over the nodes, analyze each one
12247         with only a call to ipa_analyze_node.
12248         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
12249         node with only a call to ipa_analyze_node.
12251 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12253         * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
12255 2010-06-25  Jan Hubicka  <jh@suse.cz>
12257         * tree-pass.h (pass_split_functions): Declare.
12258         * opts.c (decode_options): Enable function splitting at -O2
12259         * timevar.def (TV_IPA_FNSPLIT): New macro.
12260         * ipa-split.c: New file.
12261         * common.opt (-fpartial-inlining): New flag.
12262         * Makefile.in (ipa-split.o): New object file.
12263         * passes.c (init_optimization_passes): Add ipa-split.
12264         * params.def (partial-inlining-entry-probability): New parameters.
12265         * doc/invoke.texi (-fpartial-inlining): New.
12267 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12269         PR 44665
12270         * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
12271         * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
12272         (gimplify_expr): Likewise.
12274 2010-06-25  Martin Jambor  <mjambor@suse.cz>
12276         * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
12277         statements instead of bailing out on them.
12278         (ipa_analyze_indirect_call_uses): Do not require that loads from the
12279         parameter are in the same BB as the condition.  Update comments.
12281 2010-06-25  Jakub Jelinek  <jakub@redhat.com>
12283         PR middle-end/43866
12284         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
12285         true or always false, return NULL_TREE.
12286         (tree_unswitch_single_loop): Optimize conditions even when reaching
12287         max-unswitch-level parameter.  If num > 0, optimize first all conditions
12288         using entry checks, then do still reachable block discovery and consider
12289         only conditions in still reachable basic blocks in the loop.
12291         PR tree-optimization/44539
12292         * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
12293         the call doesn't have LHS, but has VDEF.
12295 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
12297         * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
12298         * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
12299         * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
12300         (process_command): Remove code conditional on MODIFY_TARGET_NAME.
12301         * system.h (MODIFY_TARGET_NAME): Poison.
12303 2010-06-25  Alan Modra  <amodra@gmail.com>
12305         * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
12306         * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
12307         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
12308         CMODEL_LARGE as default.
12309         * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
12310         (offsettable_ok_by_alignment): Delete.
12311         (rs6000_emit_move): Remove mcmodel=medium optimization.
12313 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
12315         With large parts from Jim Wilson:
12316         PR target/43902
12317         * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
12318         WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
12319         * optabs.c (optab_for_tree_code): Likewise.
12320         (expand_widen_pattern_expr): Likewise.
12321         * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
12322         out of execute_optimize_widening_mul.
12323         (convert_plusminus_to_widen): New function.
12324         (execute_optimize_widening_mul): Use the two new functions.
12325         * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
12326         Remove code to generate widening multiply-accumulate.  Add support
12327         for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
12328         * gimple-pretty-print.c (dump_ternary_rhs): New function.
12329         (dump_gimple_assign): Call it when appropriate.
12330         * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
12331         * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
12332         (expand_gimple_stmt_1): Likewise.
12333         (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
12334         WIDEN_MULT_MINUS_EXPR.
12335         * tree-ssa-operands.c (get_expr_operands): Likewise.
12336         * tree-inline.c (estimate_operator_cost): Likewise.
12337         * gimple.c (extract_ops_from_tree_1): Renamed from
12338         extract_ops_from_tree.  Add new arg for a third operand; fill it.
12339         (gimple_build_assign_stat): Support operations with three operands.
12340         (gimple_build_assign_with_ops_stat): Likewise.
12341         (gimple_assign_set_rhs_from_tree): Likewise.
12342         (gimple_assign_set_rhs_with_ops_1): Renamed from
12343         gimple_assign_set_rhs_with_ops.  Add new arg for a third operand.
12344         (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
12345         (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
12346         WIDEN_MULT_MINUS_EXPR.
12347         * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
12348         (extract_ops_from_tree_1): Adjust declaration.
12349         (gimple_assign_set_rhs_with_ops_1): Likewise.
12350         (gimple_build_assign_with_ops): Pass NULL for last operand.
12351         (gimple_build_assign_with_ops3): New macro.
12352         (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
12353         gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
12354         functions.
12355         * tree-cfg.c (verify_gimple_assign_ternary): New static function.
12356         (verify_gimple_assign): Call it.
12357         * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
12358         (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
12359         functions for dealing with three-operand statements.
12360         * tree.c (commutative_ternary_tree_code): New function.
12361         * tree.h (commutative_ternary_tree_code): Declare it.
12362         * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
12363         ternary statements.
12364         (gimple_assign_nonzero_warnv_p): Likewise.
12365         * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
12366         * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
12367         (ccp_fold): Use it.  Handle GIMPLE_TERNARY_RHS.
12368         * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
12369         (struct hashtable_expr): New member ternary in the union.
12370         (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
12371         (hashable_expr_equal_p): Fix indentation.  Handle EXPR_TERNARY.
12372         (iterative_hash_hashable_expr): Likewise.
12373         (print_expr_hash_elt): Handle EXPR_TERNARY.
12374         * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
12375         * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
12376         statements.  Handle GIMPLE_TERNARY_RHS.
12378 2010-06-25  Jan Hubicka  <jh@suse.cz>
12380         * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
12382 2010-06-25  Shujing Zhao  <pearly.zhao@oracle.com>
12384         PR c/44517
12385         * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
12386         parameters are not good.
12387         (c_parser_parameter_declaration): Error unknown type name if the type
12388         name can't start declaration specifiers.
12390 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
12392         * gcc.c (translate_options): Don't mention +e in comment.
12393         (process_command): Don't handle +e specially.
12395 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
12397         * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
12399         * ira-build.c (merge_hard_reg_conflicts): New function.
12400         (create_cap_allocno, copy_info_to_removed_store_destinations,
12401         propagate_some_info_from_allocno, propagate_allocno_info): Use it.
12402         (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
12403         (remove_unnecessary_allocnos, remove_low_level_allocnos)
12404         copy_nifo_to_removed_store_destination): Use them.
12405         * ira-lives.c (make_hard_regno_born): New function, split out of
12406         make_regno_born.
12407         (make_allocno_born): Likewise.
12408         (make_hard_regno_dead): New function, split out of make_regno_dead.
12409         (make_allocno_dead): Likewise.
12410         (inc_register_pressure): New function, split out of set_allocno_live.
12411         (dec_register_pressure): New function, split out of clear_allocno_live.
12412         (mark_pseudo_regno_live): New function, split out of mark_reg_live.
12413         (mark_hard_reg_live): Likewise.  Use inc_register_pressure.
12414         (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
12415         (mark_hard_reg_dead): Likewise.  Use dec_register_pressure.
12416         (make_pseudo_conflict): Use mark_pseudo_regno_dead and
12417         mark_pseudo_regno_live.
12418         (process_bb_node_lives): Use mark_pseudo_regno_live,
12419         make_hard_regno_born and make_allocno_dead.
12420         (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
12421         set_allocno_live, clear_allocno_live): Delete functions.
12423         * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
12424         * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
12425         functions.
12426         (ira_flattening): Use ira_parent_allocno.
12427         * ira-conflicts.c (process_regs_for_copy, propagate_copies)
12428         build_allocno_conflicts): Use ira_parent_or_cap_allocno.
12430         * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
12431         statement.
12433         * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
12434         TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
12435         minmax_set_iter_cond, minmax_set_iter_next,
12436         FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
12437         CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
12438         ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
12439         ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET.  All
12440         uses changed.
12442         * ira-int.h (struct live_range, live_range_t): Renamed from struct
12443         ira_allocno_live_range and allocno_live_range_t; all uses changed.
12444         * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
12445         All uses changed.
12447 2010-06-24  Richard Earnshaw  <rearnsha@arm.com>
12449         * thumb2.md (thumb2_tlobits_cbranch): Delete.
12450         (peephole2 to convert zero_extract/compare of single bit to
12451          lshift/compare): New.
12453 2010-06-24  Anatoly Sokolov  <aesok@post.ru>
12455         * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
12456         recursive call and call to 'int_const_binop'.
12457         (build_range_check, fold_cond_expr_with_comparison, unextend,
12458         fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
12459         multiple_of_p): Adjust call to const_binop.
12461 2010-06-24  Uros Bizjak  <ubizjak@gmail.com>
12463         * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
12464         determine size of XFmode operand.
12465         (XFmode extended DFmode push splitter): Ditto.
12466         (XFmode extended SFmode push splitter): Ditto.
12468 2010-06-24  H.J. Lu  <hongjiu.lu@intel.com>
12470         PR target/44588
12471         * config/i386/i386.md (extract_code): New.
12472         (<u>divmodqi4): Likewise.
12473         (divmodhiqi3): Likewise.
12474         (udivmodhiqi3): Likewise.
12475         (<u>divqi3): Remvoved.
12477 2010-06-24  Jakub Jelinek  <jakub@redhat.com>
12479         PR middle-end/44492
12480         * recog.h (struct recog_data): Add is_asm field.
12481         * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
12482         present in constraints of inline-asm operand and memory operand
12483         contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
12484         (extract_insn): Initialize recog_data.is_asm.
12485         * doc/md.texi (Constraints): Document operand side-effect rules.
12487 2010-06-24  Andi Kleen  <ak@linux.intel.com>
12489         * c-parser.c (c_parser_conditional_expression): Call
12490         warn_for_omitted_condop.
12491         * doc/invoke.texi: Document omitted condop warning.
12493 2010-06-24  Nick Clifton<nickc@redhat.com>
12495         * loop-unswitch.c (compare_and_jump_seq): Assert that the last
12496         insn in the sequence is a jump insn before setting its label.
12498 2010-06-24  Alan Modra  <amodra@gmail.com>
12500         * collect2.c (main): Match exactly --version and --help.
12502 2010-06-24  DJ Delorie  <dj@redhat.com>
12504         * config/m32c/m32c-pragma.c: Don't include rtl.h.
12506 2010-06-23  Uros Bizjak  <ubizjak@gmail.com>
12508         * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
12509         using X87MODEF mode iterator.
12510         (pushsf splitter): Macroize splitter using P mode iterator.
12511         (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
12512         mode iterator.
12514         (*movxf_internal): Rename from *movxf_integer.
12515         (*movxf_internal_nointeger): Rename from *movxf_nointeger.
12516         (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
12517         (*movdf_internal): Rename from *movdf_integer.
12518         (*movdf_internal_nointeger): Rename from *movdf_nointeger.
12519         (*movsf_internal): Rename from *movdf_1.
12521 2010-06-23  Basile Starynkevitch  <basile@starynkevitch.net>
12523         * coretypes.h (gimple_seq_node_d, gimple_seq_node)
12524         (const_gimple_seq_node): Removed typedefs.
12526         * gimple.h (gimple_seq_node_d, gimple_seq_node)
12527         (const_gimple_seq_node): Added typedefs moved from coretypes.h.
12529 2010-06-23  H.J. Lu  <hongjiu.lu@intel.com>
12531         * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
12532         CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
12533         CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
12534         and CODE_FOR_vec_extract_lo_v4df.
12536         * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
12537         Changed to define_insn_and_split.
12538         (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
12539         (vec_extract_lo_v16hi): Likewise.
12540         (vec_extract_lo_v32qi): Likewise.
12541         (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
12542         (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
12544 2010-06-23  Joern Rennecke  <joern.rennecke@embecosm.com>
12546         PR target/44640
12547         * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
12548         * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
12549         (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
12550         (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
12551         (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
12553         PR target/44640
12554         * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
12556         PR other/44644
12557         * df-core.c (struct df): Rename to df_d.
12558         * df.h (struct df): Likewise.
12559         * dse.h (struct df): Remove forward declaration.
12560         * recog.h (struct insn_data): Rename to:
12561         (struct_insn_data_d).  Adjusted all users.
12563 2010-06-23  Arnaud Charlet  <charlet@adacore.com
12565         PR ada/22220
12566         * doc/install.texi: Update requirements to build GNAT.
12568 2010-06-22  Andreas Schwab  <schwab@linux-m68k.org>
12570         * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
12571         enum type.
12572         (m68k_sched_attr_opx_type): Remove unreachable return.
12573         (m68k_sched_attr_opy_type): Likewise.
12574         (m68k_sched_attr_size): Likewise.
12575         (sched_get_opxy_mem_type): Likewise.
12576         (m68k_sched_attr_op_mem): Likewise.
12578 2010-06-22  Eric Botcazou  <ebotcazou@adacore.com>
12580         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
12581         new statement and adjust VDEF only if necessary.  Remove superfluous
12582         call to maybe_clean_or_replace_eh_stmt.
12583         * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
12584         copy the flags.
12585         * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
12586         * tree-inline.c (copy_bb): ...and not there.
12588 2010-06-22  Cary Coutant  <ccoutant@google.com>
12590         * dwarf2out.c (is_nested_in_subprogram): New function.
12591         (should_move_die_to_comdat): Use it.
12592         (copy_ancestor_tree): Don't mark DIEs here.
12593         (copy_decls_walk): Start walk from root of newly-added tree;
12594         mark DIEs here instead.
12596 2010-06-22  H.J. Lu  <hongjiu.lu@intel.com>
12598         * config/i386/i386.md (unit): Also check sseishft1.
12600 2010-06-22  Jan Hubicka  <jh@suse.cz>
12602         * gimple.h (gimple_expr_code): Do checking on when gimple checking is
12603         enabled.
12605 2010-06-22  Jan Hubicka  <jh@suse.cz>
12607         * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
12608         df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
12609         Return true if something changed.
12610         * df.h (df_confluence_function_n): Return bool.
12611         * df-core.c (df_worklist_propagate_forward,
12612         df_worklist_propagate_backward): Track changes and ages.
12613         (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
12614         track ages.
12615         * dse.c (dse_confluence_n): Return always true.
12617 2010-06-22  Jan Hubicka  <jh@suse.cz>
12619         * bitmap.c (bitmap_clear_bit): Micro optimize.
12621 2010-06-22  Uros Bizjak  <ubizjak@gmail.com>
12623         * config/i386/i386.md (SWI1248x): New mode iterator.
12624         (SWI48x): Ditto.
12625         (SWI12): Ditto.
12626         (SWI24): Ditto.
12628         (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
12629         SWI1248x mode iterator.
12630         (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
12631         using SWI124 mode iterator.
12632         (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
12633         mode iterator.
12634         (*push<mode>2_prologue): Macroize insn from  *pushsi2_prologue and
12635         *pushdi2_prologue_rex64 using P mode iterator.
12636         (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
12637         using SWI48 mode iterator.
12638         (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
12639         (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
12640         using SWI1248x mode iterator.
12641         (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
12642         (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
12643         SWI48 mode iterator.
12644         (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
12645         iterator.
12646         (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
12647         (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
12648         SWI12 mode iterator.
12649         (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
12650         SWI12 mode iterator.
12651         (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
12652         (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
12653         SWI24 mode iterator.
12654         (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
12655         SWI48 mode iterator.
12656         (mov<mode>_insn_1): New expander.
12657         (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
12658         using SWI48x mode iterator.
12660         (*movoi_internal_avx): Rename from *movoi_internal.
12661         (*movti_internal_rex64): Rename from *movti_rex64.
12662         (*movti_internal_sse): Rename from *movti_sse.
12663         (*movdi_internal_rex64): Rename from *movdi_1_rex64.
12664         (*movdi_internal): Rename from *movdi_2.
12665         (*movsi_internal): Rename from *movsi_1.
12666         (*movhi_internal): Rename from *movhi_1.
12667         (*movqi_internal): Rename from *movqi_1.
12669         (insv): Update the call to gen_movsi_insv_1 for rename.
12670         * config/i386/i386.c (promote_duplicated_reg): Ditto.
12672 2010-06-22  Jan Hubicka  <jh@suse.cz>
12674         * passes.c (execute_function_todo): Move call of statistics_fini_pass
12675         to ...
12676         (execute_todo) ... this one.
12678 2010-06-22  Alan Modra  <amodra@gmail.com>
12680         PR target/44364
12681         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
12682         * caller-save.c (insert_restore, insert_save): Use non-validate
12683         form of adjust_address.
12685 2010-06-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12687         PR target/39690
12688         * config/pa/pa.c (override_options): Disable
12689         -freorder-blocks-and-partition.
12691 2010-06-21  H.J. Lu  <hongjiu.lu@intel.com>
12693         PR target/44615
12694         * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
12696         * config/i386/i386.md (type): Add sseishft1
12698         * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
12699         (ppro_insn_load): Likewise.
12700         (ppro_insn_store): Likewise.
12701         (ppro_insn_both): Likewise.
12703         * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
12704         (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
12705         for type.
12706         (*vec_extractv2di_1_avx): Likewise.
12707         (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
12708         type.  Remove atom_unit.
12709         (*vec_extractv2di_1_sse2): Likewise.
12711 2010-06-21  DJ Delorie  <dj@redhat.com>
12713         * diagnostic.h (diagnostic_classification_change_t): New.
12714         (diagnostic_context): Add history and push/pop list.
12715         (diagnostic_push_diagnostics): Declare.
12716         (diagnostic_pop_diagnostics): Declare.
12717         * diagnostic.c (diagnostic_classify_diagnostic): Store changes
12718         from pragmas in a history chain instead of the global table.
12719         (diagnostic_push_diagnostics): New.
12720         (diagnostic_pop_diagnostics): New.
12721         (diagnostic_report_diagnostic): Scan history chain to find state
12722         of diagnostics as of the diagnostic location.
12723         * opts.c (set_option): Pass UNKNOWN_LOCATION to
12724         diagnostic_classify_diagnostic.
12725         (enable_warning_as_error): Likewise.
12726         * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
12727         use in the history chain.
12728         * doc/extend.texi: Document pragma GCC diagnostic changes.
12730 2010-06-21  Jakub Jelinek  <jakub@redhat.com>
12732         * dwarf2out.c (add_linkage_name): New function.  Don't add
12733         anything to DW_TAG_member DIEs.
12734         (add_name_and_src_coords_attributes): Use it.
12735         (gen_variable_die): Call it for C++ static data members if
12736         specification is DW_TAG_member.
12738         * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
12739         C++ char16_t and char32_t.
12741         * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
12742         * genattrtab.c: Include vecprim.h.
12743         (cached_attrs, cached_attr_count, attrs_seen_once,
12744         attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
12745         attrs_cached_after): New variables.
12746         (find_attrs_to_cache): New function.
12747         (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
12748         (write_test_expr): Add attrs_cached argument, return it too,
12749         attempt to cache non-const attributes used more than once in
12750         a single case handling.
12751         (write_attr_get): Use find_attrs_to_cache, for caching candidates
12752         emit cached_* variables.  Adjust write_attr_set callers.
12753         (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
12754         to find attributes that should be cached in this block.  Adjust
12755         write_test_expr callers.
12756         (write_attr_case): Clear attrs_to_cache.  Adjust write_attr_set
12757         callers.
12758         (make_automaton_attrs): Adjust write_test_expr caller.
12760         * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
12761         * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
12762         (make_automaton_attrs): If find_tune_attr returns non-NULL,
12763         write separate internal_dfa_insn_code_* and insn_default_latency_*
12764         functions for each attribute's value and emit init_sched_attrs
12765         function and function pointers.
12766         * genattr.c (const_attrs, reservations): New variables.
12767         (gen_attr): Add const attributes to const_attrs vector.
12768         (check_tune_attr, find_tune_attr): New functions.
12769         (main): Add reservations to reservations vector.  If find_tune_attr
12770         returns true, add prototype for init_sched_attrs and make
12771         internal_dfa_insn_code and insn_default_latency function pointers,
12772         otherwise define init_sched_attrs as dummy macro.
12773         * cfgexpand.c: Include insn-attr.h.
12774         (gimple_expand_cfg): Call init_sched_attrs.
12776         * stmt.c (resolve_asm_operand_names): Fix handling of %%.
12778         PR target/44575
12779         * config/i386/i386.c (ix86_gimplify_va_arg): When copying
12780         va_arg from a set of register save slots into a temporary,
12781         if the container is bigger than type size, do the copying
12782         using smaller mode or using memcpy.
12784         PR bootstrap/44426
12785         * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
12786         prototype.
12787         (sel_print_to_dot): Remove macro.
12788         (sel_print): Likewise.  New prototype.
12789         * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
12790         (sel_print): New function.
12792 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12794         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
12795         __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
12797 2010-06-21  Nick Clifton  <nickc@redhat.com>
12799         * config/rx/rx.h (PTRDIFF_TYPE): Define.
12800         (SMALL_REGISTER_CLASS): Define (to zero).
12801         (PRINT_OPERAND): Delete.
12802         (PRINT_OPERAND_ADDRESS): Delete.
12803         * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
12804         (rx_print_operand_address): Delete prototype.
12805         * config/rx/rx.c (rx_print_operand): Make static.
12806         Allow %H and %L to handle CONST_DOUBLEs.
12807         (rx_print_operand_address): Make static.
12808         (rx_gen_move_template): Rename local variable 'template' to
12809         out_template.
12810         (rx_function_arg): Do not pass unknown sized objects in registers.
12811         (TARGET_PRINT_OPERAND): Define.
12812         (TARGET_PRINT_OPERAND_ADDRESS): Define.
12814 2010-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12816         * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
12818 2010-06-21  Kai Tietz  <kai.tietz@onevision.com>
12820         * config/i386/i386.c (ix86_compute_frame_layout): Avoid
12821         stack-alignment for simple leaf-functions.
12823 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
12825         * doc/install.texi: Document bootstrap-lto.
12827 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
12829         PR debug/44248
12830         * lto-streamer-in.c (input_bb): Leave debug stmts alone.
12831         (input_function): Drop them here, if VTA is disabled.
12833 2010-06-20  Uros Bizjak  <ubizjak@gmail.com>
12835         PR target/44546
12836         * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
12837         New predicate.
12838         * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
12839         ix86_swapped_fp_comparsion_operator instead of
12840         ix86_fp_comparison_operator.
12842         (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
12843         (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
12844         (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
12845         (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
12846         (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
12847         (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
12849 2010-06-20  Joseph Myers  <joseph@codesourcery.com>
12851         PR other/32998
12852         * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
12853         OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
12854         * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
12855         (decode_cmdline_option): Update for this return value.  Set
12856         orig_option_with_args_text field.  Set arg field for unknown
12857         options.  Make static.
12858         (decode_cmdline_options_to_array): New.
12859         (prune_options): Update handling of find_opt return value.
12860         * opts.c (read_cmdline_option): Take decoded option.  Return void.
12861         (read_cmdline_options): Take decoded options.
12862         (decode_options): Add parameters for decoded options.  Use
12863         decode_cmdline_options_to_array.  Use decoded options for -O
12864         scan.  Use integral_argument for -O parameters.  Update call to
12865         read_cmdline_options.
12866         (enable_warning_as_error): Update handling of find_opt return value.
12867         * opts.h: Update comment on unknown options.
12868         (struct cl_decoded_option): Update comments on opt_index and arg.
12869         Add orig_option_with_args_text.
12870         (decode_cmdline_option): Remove.
12871         (decode_cmdline_options_to_array): Declare.
12872         (decode_options): Update prototype.
12873         * toplev.c (save_argv): Remove.
12874         (save_decoded_options, save_decoded_options_count): New.
12875         (read_integral_parameter): Remove.
12876         (print_switch_values): Use decoded options.
12877         (toplev_main): Don't set save_argv.  Update call to decode_options.
12878         * toplev.h (read_integral_parameter): Remove.
12879         * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
12881 2010-06-19  Richard Earnshaw  <rearnsha@arm.com>
12883         PR target/44072
12884         * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
12885         immediate.
12886         * constraints.md (Pw, Px): New constraints.
12887         * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
12889 2010-06-19  H.J. Lu  <hongjiu.lu@intel.com>
12891         * config/i386/sse.md (fma4modesuffixf4): Removed.
12892         (ssemodesuffixf2s): Likewise.
12893         (ssemodesuffixf4): Likewise.
12894         (ssemodesuffixf2c): Likewise.
12895         (ssescalarmodesuffix2s): Likewise.
12896         (avxmodesuffixf2c): Likewise.
12897         (ssemodesuffix): New.
12898         (ssescalarmodesuffix): Likewise.
12899         Update patterns with ssemodesuffix and ssescalarmodesuffix.
12901 2010-06-19  Philip Herron  <herron.philip@googlemail.com>
12903         * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
12905 2010-06-18  H.J. Lu  <hongjiu.lu@intel.com>
12907         * stor-layout.c (debug_rli): Remove unused local variables.
12909 2010-06-18  Eric Botcazou  <ebotcazou@adacore.com>
12911         PR rtl-optimization/40900
12912         * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line.  Save the
12913         original expression for later reuse.
12914         <expand_decl_rtl>: Use promote_function_mode to compute the signedness
12915         of the promoted RTL for a SSA_NAME on the LHS of a call statement.
12917 2010-06-18  Anatoly Sokolov  <aesok@post.ru>
12919         * double-int.h (double_int_to_shwi, double_int_to_uhwi,
12920         double_int_fits_in_uhwi_p): Implement as static inline.
12921         (double_int_xor): New inline function.
12922         (double_int_lrotate, double_int_rrotate, double_int_max,
12923         double_int_umax, double_int_smax, double_int_min, double_int_umin,
12924         double_int_smin): Declare.
12925         (lrotate_double, rrotate_double): Remove declaration.
12926         * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
12927         double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
12928         (double_int_lrotate, double_int_rrotate, double_int_max,
12929         double_int_umax, double_int_smax, double_int_min, double_int_umin,
12930         double_int_smin): New function.
12931         * fold-const.c (int_const_binop): Clean up, use double_int_*
12932         functions.
12933         * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
12934         double_int_* and immed_double_int_const functions.
12936 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
12938         * function.h (types_used_by_cur_var_decl): Change type to a VEC.
12939         * function.c (types_used_by_cur_var_decl): Likewise.
12940         (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
12942 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
12944         * tree.h (record_layout_info): Change type of pending_statics field
12945         to a VEC.
12946         * stor-layout.c (start_record_layout): Store NULL into
12947         pending_statics.
12948         (debug_rli): Call debug_vec_tree instead of debug_tree.
12949         (place_field): Likewise.
12950         (finish_record_layout): Likewise.
12952 2010-06-18  Alan Modra  <amodra@gmail.com>
12954         * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
12956 2010-06-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12958         PR target/43740
12959         * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
12960         for SET source operand from SET destination operand.
12962 2010-06-17  Bernd Schmidt  <bernds@codesourcery.com>
12964         PR rtl-optimization/39871
12965         * reload1.c (init_eliminable_invariants): For flag_pic, disable
12966         equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
12967         (function_invariant_p): Rule out a plus of frame or arg pointer with
12968         a SYMBOL_REF.
12969         * ira.c (find_reg_equiv_invariant_const): Likewise.
12971 2010-06-17  Gunther Nikl  <gnikl@users.sourceforge.net>
12973         * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
12974         print_operand_address and puts to output the operand for CONST.
12976 2010-06-17  Jakub Jelinek  <jakub@redhat.com>
12978         PR debug/44572
12979         * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
12980         hook.
12982 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
12984         * v850-protos.h (print_operand): Delete.
12985         (print_operand_address): Delete.
12986         * v850.h (PRINT_OPERAND): Delete.
12987         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
12988         (PRINT_OPERAND_ADDRESS): Delete.
12989         * v850.c (print_operand_address): Rename to...
12990         (v850_print_operand_address): ...this.  Make static. Call
12991         v850_print_operand.
12992         (print_operand): Rename to...
12993         (v850_print_operand): ...this.  Make static.  Call
12994         v850_print_operand_address.
12995         (v850_print_operand_punct_valid_p): New function.
12996         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
12997         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
12999 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
13001         * config/sh/sh-protos.h (print_operand): Delete.
13002         (print_operand_address): Delete.
13003         * config/sh/sh.h (PRINT_OPERAND): Delete.
13004         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13005         (PRINT_OPERAND_ADDRESS): Delete.
13006         * config/sh/sh.c (sh_print_operand_address): Make static.
13007         (sh_print_operand): Make static.  Call sh_print_operand_address
13008         and sh_print_operand.
13009         (sh_print_operand_punct_valid_p): New function.
13010         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
13011         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
13013 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
13015         * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
13016         (mcore_print_operand_address): Delete.
13017         * config/mcore/mcore.h (PRINT_OPERAND): Delete.
13018         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13019         (PRINT_OPERAND_ADDRESS): Delete.
13020         * config/mcore/mcore.c (mcore_print_operand_address): Make static.
13021         (mcore_print_operand): Make static.
13022         (mcore_print_operand_punct_valid_p): New function.
13023         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
13024         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
13026 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
13028         * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
13029         (print_operand_address): Delete.
13030         * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
13031         (PRINT_OPERAND_ADDRESS): Delete.
13032         * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
13033         static.
13034         (m68hc11_print_operand): Make static.
13035         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
13037 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
13039         * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
13040         (m32r_print_operand_address): Delete.
13041         * config/m32r/m32r.h (m32r_punct_chars): Delete.
13042         (PRINT_OPERAND): Delete.
13043         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13044         (PRINT_OPERAND_ADDRESS): Delete.
13045         * config/m32r/m32r.c (m32r_punct_chars): Make static.
13046         (m32r_print_operand_address): Make static.
13047         (m32r_print_operand): Make static.
13048         (m32r_print_operand_punct_valid_p): New function.
13049         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
13050         (TARGET_PRINT_OPERAND_ADDRESS): Define.
13052 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
13054         * config/iq2000/iq2000-protos.h (print_operand): Delete.
13055         (print_operand_address): Delete.
13056         * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
13057         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13058         (PRINT_OPERAND_ADDRESS): Delete.
13059         (iq2000_print_operand_punct): Delete.
13060         * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
13061         (iq2000_print_operand_address): Make static.
13062         (iq2000_print_operand): Make static.
13063         (iq2000_print_operand_punct_valid_p): New function.
13064         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
13065         (TARGET_PRINT_OPERAND_ADDRESS): Define.
13067 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
13069         * config/frv/frv-protos.h (frv_print_operand): Delete.
13070         (frv_print_operand_address): Delete.
13071         * config/frv/frv.h (PRINT_OPERAND): Delete.
13072         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13073         (PRINT_OPERAND_ADDRESS): Delete.
13074         * config/frv/frv.c (frv_print_operand_address): Make static.
13075         (frv_print_operand): Make static.
13076         (frv_print_operand_punct_valid_p): New function.
13077         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
13078         (TARGET_PRINT_OPERAND_ADDRESS): Define.
13080 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
13082         * tree.h (vec_member): Declare.
13083         * tree.c (vec_member): Define.
13085 2010-06-17  Richard Guenther  <rguenther@suse.de>
13087         * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
13088         * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
13090 2010-06-17  Richard Guenther  <rguenther@suse.de>
13092         * tree-inline.c (declare_return_variable): Remove bogus code.
13094 2010-06-17  Richard Guenther  <rguenther@suse.de>
13096         * gimplify.c (gimplify_bind_expr): Always promote complex
13097         and vector variables to registers if possible.
13099 2010-06-17  Richard Guenther  <rguenther@suse.de>
13101         * expr.c (get_inner_reference): Use double_int for bit_offset
13102         calculation.
13104 2010-06-16  DJ Delorie  <dj@redhat.com>
13106         * common.opt (-fstrict-volatile-bitfields): new.
13107         * doc/invoke.texi: Document it.
13108         * fold-const.c (optimize_bit_field_compare): For volatile
13109         bitfields, use the field's type to determine the mode, not the
13110         field's size.
13111         * expr.c (expand_assignment): Likewise.
13112         (get_inner_reference): Likewise.
13113         (expand_expr_real_1): Likewise.
13114         * expmed.c (store_fixed_bit_field): Likewise.
13115         (extract_bit_field_1): Likewise.
13116         (extract_fixed_bit_field): Likewise.
13118 2010-06-16  Richard Guenther  <rguenther@suse.de>
13120         * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
13122 2010-06-16  Douglas B Rupp  <rupp@gnat.com>
13124         * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
13125         (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
13126         * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
13127         * debug.c: Likewise.
13128         * sdbout.c: Likewise.
13129         * vmsdbgout.c: Likewise.
13130         * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
13131         * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
13132         * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
13133         (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
13134         * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
13135         * dwarf2out.c (dw_fde_struct): New fields
13136         dw_fde_vms_{end,begin}_prologue.
13137         (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
13138         (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
13139         (dwarf2out_vms_end_prologue): New function.
13140         (dwarf2out_vms_begin_epilogue): New function.
13141         (dw_val_struct): New value dw_val_class_vms_delta.
13142         (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
13143         begin_epilogue for VMS.
13144         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
13145         new static functions.
13146         (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
13147         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
13148         static functions.
13149         (print_die): New case dw_val_class_vms_delta.
13150         (attr_checksum): Likewise.
13151         (same_dw_val_p: Likewise.
13152         (size_of_die): Likewise.
13153         (value_format): Likewise.
13154         (output_die): Likewise.
13155         (gen_subprogram_die): Call add_AT_vms_delta on VMS.
13156         (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
13157         * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
13158         dwarf2out_cfi_begin_epilogue
13159         * final.c (final_scan_insn): Likewise. Call begin_epilogue.
13161 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
13163         * config/cris/cris-protos.h (cris_print_operand): Delete.
13164         (cris_print_operand_address): Delete.
13165         * config/cris/cris.h (PRINT_OPERAND): Delete.
13166         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13167         (PRINT_OPERAND_ADDRESS): Delete.
13168         * config/cris/cris.c (cris_print_operand_address): Make static.
13169         (cris_print_operand): Make static.
13170         (cris_print_operand_punct_valid_p): New function.
13171         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
13172         (TARGET_PRINT_OPERAND_ADDRESS): Define.
13174 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
13176         * config/arm/arm-protos.h (arm_print_operand): Delete.
13177         (arm_print_operand_address): Delete.
13178         * config/arm/arm.h (PRINT_OPERAND): Delete.
13179         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13180         (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
13181         (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
13182         * config/arm/arm.c (arm_print_operand_address): ...here.  New function.
13183         (arm_print_operand): Make static.
13184         (arm_print_operand_punct_valid_p): New function.
13185         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
13186         (TARGET_PRINT_OPERAND_ADDRESS): Define.
13188 2010-06-16  Nick Clifton  <nickc@redhat.com>
13190         * config/rx/constraints.md (NEGint4): New constraint.
13191         * config/rx/rx.md (attr cc): Add set_zsc.
13192         (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
13193         initialised.
13194         (cmpsf): Likewise.
13195         (call_internal): Clobber the cc0 register.
13196         (call_value_internal): Likewise.
13197         (cstoresi4): Likewise.
13198         (movsieq): Likewise.
13199         (movsine): Likewise.
13200         (addsi3): Add alternative to handle small negative constants.
13201         (sunsi3): Likewise.
13202         (addsi3): Do not set the O bit in the cc0 register.
13203         (adddi3): Likewise.
13204         (subsi3): Likewise.
13205         (subdi3): Likewise.
13206         (andsi3): Reorder alternatives to prefer shorter forms.
13207         (mulsi3): Likewise.
13208         (iorsi3): Likewise.
13209         (negsi2): Note that the cc0 flags are set.
13210         (rotlsi3): Note that only the Z and S bits are set in cc0.
13211         (lshrsi3): Likewise.
13212         (ashlsi3): Likewise.
13213         (subsf3): Use %Q for the MEM operand.
13214         (fix_truncsfsi2): Likewise.
13215         (floatsisf2): Likewise.
13216         (bitset): Remove early clobber from destination.
13217         (bitset_in_memory): Likewise.
13218         (lrintsf2): Clobber the cc0 register.
13219         * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
13220         (rx_print_operand): Handle %N.
13222 2010-06-16  Jan Hubicka  <jh@suse.cz>
13224         * df-core.c (df_compact_blocks): Free problem_temps vector.
13226 2010-06-16  Martin Jambor  <mjambor@suse.cz>
13228         PR tree-optimization/43905
13229         * tree-sra.c: Include tree-inline.h.
13230         (create_abstract_origin): Removed.
13231         (modify_function): Version the call graph node instead of creating
13232         abstract origins and dealing with same_body aliases.
13233         * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
13234         function is versionable.
13235         * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
13237 2010-06-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
13239         * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
13240         (CHOOSE_DYNAMIC_LINKER): Update.
13242 2010-06-15  Uros Bizjak  <ubizjak@gmail.com>
13244         * config/i386/i386.c (*prefetch_sse_<mode>):  Macroize insn from
13245         *prefetch_sse and *prefetch_sse_rex using P mode iterator.
13246         (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
13247         *prefetch_3dnow_rex.
13249 2010-06-15  Anatoly Sokolov  <aesok@post.ru>
13251         * target.h (struct asm_out):Add declare_constant_name field.
13252         * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
13253         (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
13254         * output.h (default_asm_declare_constant_name): Declare.
13255         (assemble_label): Update prototype.
13256         * varasm.c (assemble_constant_contents): Use
13257         targetm.asm_out.declare_constant_name target hook.
13258         (assemble_label): Add 'file' argument.
13259         (default_asm_declare_constant_name): New function.
13260         * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
13261         * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
13262         (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
13264         * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
13265         * config/darwin.c (darwin_asm_declare_constant_name): New function.
13266         (machopic_output_indirection): Update assemble_label argument list.
13267         * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
13268         (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
13270 2010-06-15  Sebastian Pop  <sebastian.pop@amd.com>
13272         PR middle-end/44391
13273         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
13274         size_one_node for pointer types.  Do not call gmp_cst_to_tree.
13276 2010-06-15  Richard Guenther  <rguenther@suse.de>
13278         * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
13280 2010-06-15  Paul Brook  <paul@codesourcery.com>
13282         * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
13283         hard-float ABI.
13285 2010-06-15  Alexandre Oliva  <aoliva@redhat.com>
13287         * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
13288         don't get a vector type for output.
13290 2010-06-15  Jakub Jelinek  <jakub@redhat.com>
13292         PR fortran/44536
13293         * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
13294         * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
13295         (LANG_HOOKS_DECLS): Add it.
13296         * gimplify.c (omp_notice_variable): Call
13297         lang_hooks.decls.omp_report_decl.
13299 2010-06-15  Martin Jambor  <mjambor@suse.cz>
13301         PR lto/44464
13302         * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
13303         on the newly dead SSA name.
13305 2010-06-15  Alan Modra  <amodra@gmail.com>
13307         * doc/invoke.texi: Add mcmodel to powerpc options.
13308         * configure.ac: Add HAVE_LD_LARGE_TOC test.
13309         * configure: Regenerate.
13310         * config.in: Regenerate.
13311         * config/rs6000/linux64.opt (mcmodel): New.
13312         * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
13313         (TARGET_CMODEL, SET_CMODEL): Define.
13314         (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
13315         select CMODEL_MEDIUM default.
13316         * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
13317         (TARGET_CMODEL): Define default.
13318         * config/rs6000/rs6000.c (cmodel): New variable.
13319         (rs6000_explicit_options): Add cmodel field.
13320         (rs6000_handle_option): Handle -mcmodel.
13321         (create_TOC_reference): Add largetoc_reg param.  Generate high,
13322         lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE.  Update all callers.
13323         (rs6000_delegitimize_address): Recognise new toc reference rtl
13324         and minimal-toc rtl.
13325         (rs6000_legitimize_reload_address): Handle new toc references.
13326         (print_operand_address): Handle legitimate_constant_pool_address_p
13327         match before lo_sum.
13328         (rs6000_eliminate_indexed_memrefs): Tidy.
13329         (rs6000_emit_move): Tweak threshold for inlining constants.
13330         Keep rs6000_emit_allocate_stack large stack frame offsets
13331         loaded into r0 inline.
13332         (rs6000_generate_compare <cmptf_internal2>): One more clobber.
13333         (tocrel_base, tocrel_offset): New variables.
13334         (toc_relative_expr_p): Set them here.
13335         (print_operand_address): Skip over any offset on constant pool address.
13336         (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
13337         (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
13338         (offsettable_ok_by_alignment): New function.
13339         (rs6000_emit_move): Address suitably aligned local symbol_refs
13340         relative to the toc pointer for -mcmodel=medium.
13341         (legitimate_constant_pool_address_p): Make param const_rtx.  Add
13342         strict param.  Allow lo_sum version of addressing.  Verify reg
13343         used for -mminimal-toc and -mcmodel != small.  Update all callers.
13344         * config/rs6000/constraints.md: Update for above change.
13345         * config/rs6000/predicates.md: Likewise.
13346         * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
13347         code.
13348         (tls_gd): Split for -mcmodel=medium/large.
13349         (tls_gd_high, tls_gd_low): New.
13350         (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
13351         (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
13352         (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
13353         (largetoc_high, largetoc_low): New.
13354         (cmptf_internal2): Add clobber.
13355         * config/rs6000/rs6000-protos.h: Update.
13357 2010-06-14  Changpeng Fang  <changpeng.fang@amd.com>
13359         * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New.  Return
13360         true if no prefetch is going to be generated for a given group.
13361         (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
13362         estimate the prefetch_count.
13363         (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
13364         prefetch count by considering the unroll_factor and prefetch_mod
13365         for is_loop_prefetching_profitable.
13367 2010-06-14  Andreas Schwab  <schwab@linux-m68k.org>
13369         * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
13370         anything if the argument is not a MEM.
13372 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
13374         PR debug/43650
13375         PR debug/44181
13376         PR debug/44247
13377         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
13378         debug stmts.
13379         (canonicalize_loop_ivs): Likewise.
13381 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
13383         PR debug/43656
13384         * haifa-sched.c (setup_insn_reg_pressure_info,
13385         update_register_pressure): Reject debug insns.
13386         (ready_sort): Don't setup reg pressure for debug insns.
13387         (schedule_insn): Don't update reg pressure for debug insns.
13389 2010-06-14  Richard Guenther  <rguenther@suse.de>
13391         * lto-streamer.c (cached_bp): Remove.
13392         (bitpack_delete): Likewise.
13393         (bitpack_create): Likewise.
13394         (bp_get_next_word): Likewise.
13395         (bp_pack_value, bp_unpack_value): Move ...
13396         * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
13397         Re-implement.
13398         (struct bitpack_d): Likewise.
13399         (bitpack_create, lto_output_bitpack, lto_input_bitpack):
13400         New inline functions.
13401         * lto-streamer-out.c (lto_output_bitpack): Remove.
13402         (pack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
13403         (pack_value_fields): Adjust.
13404         (lto_write_tree): Likewise.
13405         (output_gimple_stmt): Likewise.
13406         (output_function): Likewise.
13407         * lto-streamer-in.c (input_gimple_stmt): Adjust.
13408         (input_function): Likewise.
13409         (unpack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
13410         (lto_input_bitpack): Remove.
13411         (lto_materialize_tree): Adjust.
13412         * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
13413         * lto-cgraph.c (lto_output_edge): Adjust.
13414         (lto_output_node): Likewise.
13415         (lto_output_varpool_node): Likewise.
13416         (lto_output_ref): Likewise.
13417         (input_node): Likewise.
13418         (input_varpool_node): Likewise.
13419         (input_ref): Likewise.
13420         (input_edge): Likewise.
13421         (output_node_opt_summary): Likewise.
13422         (input_node_opt_summary): Likewise.
13423         * ipa-pure-const.c (pure_const_write_summary): Likewise.
13424         (pure_const_read_summary): Likewise.
13425         * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
13426         (ipa_read_indirect_edge_info): Likewise.
13427         (ipa_write_node_info): Likewise.
13428         (ipa_read_node_info): Likewise.
13430 2010-06-14  H.J. Lu  <hongjiu.lu@intel.com>
13432         PR target/44534
13433         * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
13434         (vec_extract_lo_v16hi): Likewise.
13435         (vec_extract_lo_v32qi): Likewise.
13437 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
13439         PR bootstrap/44426
13440         * tree.h (build_call_expr): Don't define as vararg macro, instead
13441         add a prototype.
13442         * builtins.c (build_call_nofold): Remove.
13443         (expand_builtin_int_roundingfn, expand_builtin_pow,
13444         expand_builtin_mempcpy_args, expand_builtin_stpcpy,
13445         expand_builtin_memset_args, expand_builtin_strcmp,
13446         expand_builtin_strncmp, expand_builtin_memory_chk): Use
13447         build_call_nofold_loc instead of build_call_nofold.
13448         (build_call_expr): New function.
13450         PR tree-optimization/44508
13451         * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
13452         * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
13453         don't eliminate trivially dead stmts.
13454         * tree-vrp.c (vrp_finalize): Pass false as last argument
13455         to substitute_and_fold.
13456         * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
13457         to substitute_and_fold.
13458         * tree-ssa-ccp.c (ccp_finalize): Likewise.
13460         PR bootstrap/44509
13461         * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
13463 2010-06-14  Ira Rosen  <irar@il.ibm.com>
13465         PR tree-optimization/44507
13466         * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
13467         to build initial vector for BIT_AND_EXPR.
13468         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
13470 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
13472         * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
13473         adjust z10prop set_attr.
13475 2010-06-13  Jan Hubicka  <jh@suse.cz>
13477         * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
13478         bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
13479         bitmap_ior_into, bitmap_xor, bitmap_xor_into,
13480         bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
13481         datastructure checks into checking asserts.
13482         * rtlanal.c (find_reg_note): Use gcc_checking_assert.
13483         * tree-ssa-sccvn.c (VN_INFO): Likewise.
13484         * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
13485         df_ref_create_structure): Likewise.
13486         * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
13487         pool_free): Use gcc_checking_assert.
13488         * alias.c (get_alias_set): Likewise.
13489         * var-tracking.c (variable_htab_free, shared_hash_copy,
13490         canonicalize_values_mark, variable_merge_over_cur): Likewise.
13491         * lto-streamer.c (bp_unpack_value): Likewise.
13493 2010-06-13  Richard Guenther  <rguenther@suse.de>
13495         * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
13496         Do not stream but initialize TYPE_CANONICAL to NULL.
13497         (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
13498         * gimple.c (gimple_types_compatible_p): Disregard
13499         TYPE_STRUCTURAL_EQUALITY_P.
13500         (gimple_register_type): Use TYPE_CANONICAL as cache.
13501         * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
13502         before registering common types.
13503         * config/i386/i386.c (ix86_function_arg_boundary): Do not
13504         use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
13505         * tree.h (TYPE_CANONICAL): Clarify documentation.
13507 2010-06-13  Anatoly Sokolov  <aesok@post.ru>
13509         * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
13510         LIBCALL_VALUE): Remove macros.
13511         * config/ia64/ia64-protos.h (ia64_function_value): Remove.
13512         * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
13513         TARGET_FUNCTION_VALUE_REGNO_P): Define.
13514         (ia64_libcall_value, ia64_function_value_regno_p): New functions.
13515         (ia64_function_value): Make static. Handle receiving the function
13516         type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
13518 2010-06-12  Jan Hubicka  <jh@suse.cz>
13520         * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
13521         at correct place.
13523 2010-06-12  Bernd Schmidt  <bernds@codesourcery.com>
13525         * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
13527 2010-06-12  Jan Hubicka  <jh@suse.cz>
13529         * df-core.c (df_clear_bb_info): New function.
13530         (df_set_blocks): bb_info is always allocated.
13531         (df_get_bb_info): Use block_info_elt_size.
13532         (df_set_bb_info): Likewise.
13533         (df_compact_blocks): Update for new block_info.
13534         (grow_bb_info): New function.
13535         * df-problems.c (df_grow_bb_info): Move to df-core.c
13536         (df_rd_set_bb_info): Remove.
13537         (df_rd_free_bb_info): Do not free block pool.
13538         (df_rd_alloc): Do not create pool, use check for
13539         obstack presence instead of NULL pointer for new blocks.
13540         (df_rd_free): DO not free alloc pool; clear block_info.
13541         (problem_RD): Add size of block info structure.
13542         (df_lr_set_bb_info): Remove.
13543         (df_lr_free_bb_info): Do not free block pool.
13544         (df_lr_alloc): Do not create pool, use check for
13545         obstack presence instead of NULL pointer for new blocks.
13546         (df_lr_free): DO not free alloc pool; clear block_info.
13547         (problem_LR): Add size of block info structure.
13548         (df_live_set_bb_info): Remove.
13549         (df_live_free_bb_info): Do not free block pool.
13550         (df_live_alloc): Do not create pool, use check for
13551         obstack presence instead of NULL pointer for new blocks.
13552         (df_live_free): DO not free alloc pool; clear block_info.
13553         (problem_LIVE): Add size of block info structure.
13554         (problem_CHAIN): Add size of block info structure.
13555         (df_byte_lr_set_bb_info): Remove.
13556         (df_byte_lr_free_bb_info): Do not free block pool.
13557         (df_byte_lr_alloc): Do not create pool, use check for
13558         obstack presence instead of NULL pointer for new blocks.
13559         (df_byte_lr_free): DO not free alloc pool; clear block_info.
13560         (problem_BYTE_LR): Add size of block info structure.
13561         (problem_NOTE): Add size of block info structure.
13562         (df_byte_MD_set_bb_info): Remove.
13563         (df_byte_MD_free_bb_info): Do not free block pool.
13564         (df_byte_MD_alloc): Do not create pool, use check for
13565         obstack presence instead of NULL pointer for new blocks.
13566         (df_byte_MD_free): DO not free alloc pool; clear block_info.
13567         (problem_BD): Add size of block info structure.
13568         * df-scan.c (df_scan_free_internal): Free block pool.
13569         (df_scan_set_bb_info): Remove.
13570         (df_scan_free_bb_info): Check for artificial_defs instead
13571         of bb_info being non-NULL.
13572         (df_scan_alloc): DO not create df_scan_block pool.
13573         (problem_SCAN): Set size of block info.
13574         (df_bb_refs_record): Do not allocate bb_info.
13575         * df.h (df_problem): Add block_info_elt_size.
13576         (struct dataflow): Change block_info to void *.
13577         (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
13578         df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
13579         in-line structures.
13581 2010-06-12  Jan Hubicka  <jh@suse.cz>
13583         PR tree-optimize/44485
13584         * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
13585         containing use of return value of noreturn function.
13587 2010-06-12  Anatoly Sokolov  <aesok@post.ru>
13589         * targhooks.c (default_function_value): Don't use
13590         FUNCTION_OUTGOING_VALUE.
13591         * system.h (FUNCTION_OUTGOING_VALUE): Poison.
13592         * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
13594 2010-06-12  Kazu Hirata  <kazu@codesourcery.com>
13596         * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
13597         Add crtfastmath.o to extra_parts.
13598         * config/mips/crtfastmath.c: New.
13599         * config/mips/linux.h (ENDFILE_SPEC): New.
13601 2010-06-12  Sebastian Pop  <sebastian.pop@amd.com>
13603         * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
13604         old_type in parameter.
13605         (gcc_type_for_value): Update call to gcc_type_for_interval.
13606         (compute_type_for_level_1): Renamed compute_type_for_level.
13607         Update call to gcc_type_for_interval.
13609 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
13611         * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
13612         flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
13614 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
13616         * opts-common.c: Include options.h.
13617         (integral_argument): Move from opts.c.
13618         (decode_cmdline_option): New.  Based on read_cmdline_option.
13619         * opts.c (integral_argument): Move to opts-common.c.
13620         (read_cmdline_option): Move most contents to
13621         decode_cmdline_option.  Use %qs in diagnostics.
13622         * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
13623         CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
13624         decode_cmdline_option): New.
13626 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
13628         PR target/44481
13629         * config/i386/i386.md (UNSPEC_PARITY): New unspec.
13630         (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
13631         (partiysi2_cmp): Ditto.
13632         (*partiyhi2_cmp): Ditto.
13633         (*parityqi2_cmp): Remove.
13635 2010-06-11  Jan Hubicka  <jh@suse.cz>
13637         * bitmap.h (bmp_iter_next_bit): New.
13638         (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
13640 2010-06-11  Sandra Loosemore  <sandra@codesourcery.com>
13641             Eric Botcazou  <ebotcazou@adacore.com>
13643         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
13644         computed cost.
13646 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
13648         * config/i386/i386.md (unspec): New define_c_enum.
13649         (unspecv): Ditto.
13651 2010-06-10  Jakub Jelinek  <jakub@redhat.com>
13653         * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
13655 2010-06-11  Sebastian Pop  <sebastian.pop@amd.com>
13657         PR middle-end/44483
13658         * tree-if-conv.c (bb_predicate_s): New struct.
13659         (bb_predicate_p): New.
13660         (bb_has_predicate): New.
13661         (bb_predicate): New.
13662         (set_bb_predicate): New.
13663         (bb_predicate_gimplified_stmts): New.
13664         (set_bb_predicate_gimplified_stmts): New.
13665         (add_bb_predicate_gimplified_stmts): New.
13666         (init_bb_predicate): New.
13667         (free_bb_predicate): New.
13668         (is_predicated): Use bb_predicate.
13669         (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
13670         (predicate_bbs): Same.  Gimplify the condition of the basic blocks
13671         before processing their successors.
13672         (clean_predicate_lists): Removed.
13673         (find_phi_replacement_condition): Use bb_predicate.
13674         (process_phi_nodes): Renamed ifconvert_phi_nodes.  Avoid useless
13675         computations.
13676         (insert_gimplified_predicates): New.
13677         (combine_blocks): Call insert_gimplified_predicates.
13678         (tree_if_conversion): Call free_bb_predicate instead of
13679         clean_predicate_lists.
13681 2010-10-11  Paul Brook  <paul@codesourcery.com>
13683         * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
13684         * config/arm/arm.c (all_architectures): Change v7e-m default to
13685         cortexm4.
13686         * config/arm/arm-cores.def: Add cortex-m4.
13687         * config/arm/arm-tune.md: Regenerate.
13689 2010-06-11  Jan Hubicka  <jh@suse.cz>
13691         * ipa-pure-const.c (special_builtlin_state): New function.
13692         (check_call): Use it instead of special casign BUILT_IN_RETURN.
13693         (propagate_pure_const): Use it.
13695 2010-06-11  Jan Hubicka  <jh@suse.cz>
13697         * df-problems.c (df_live_scratch): Convert to bitmap_head.
13698         (df_live_alloc): Initialize df_live_scratch when initializing
13699         problem_data.
13700         (df_live_transfer_function): Update uses of df_live_scratch.
13701         (df_live_free): Free problem_data; clear df_live_scratch before
13702         releasing the obstack.
13703         (df_md_free): Free problem data.
13705 2010-06-11  Jan Hubicka  <jh@suse.cz>
13707         * doc/invoke.texi (Wsuggest-attribute): Document.
13708         (Wmissing-noreturn): Remove.
13709         * ipa-pure-const.c (warn_function_noreturn): New function.
13710         * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
13711         warn_missing_noreturn.
13712         * common.opt (Wsuggest-attribute=noreturn): New.
13713         * tree-flow.h (warn_function_noreturn): Declare.
13714         * tree-cfg.c (execute_warn_function_noreturn): Use
13715         warn_function_noreturn.
13716         (gate_warn_function_noreturn): New.
13717         (pass_warn_function_noreturn): Update.
13719 2010-06-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
13721         * c-typeck.c (handle_warn_cast_qual): Add loc
13722         parameter. Improve warning message.
13723         (build_c_cast): Pass location to handle_warn_cast_qual.
13725 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
13727         * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
13728         that operand 0 == operand 1.  Use x86_maybe_negate_const_int to output
13729         insn mnemonic.
13730         (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
13732 2010-06-10  Dodji Seketeli  <dodji@redhat.com>
13734         Fix bootstap on mips
13735         * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
13736         be naming typedefs.
13738 2010-06-11  Kai Tietz  <kai.tietz@onevision.com>
13740         * system.h (helper_const_non_const_cast): New inline for
13741         gcc version <= 4.0.
13742         (CONST_CAST2): For gcc version <= 4.0 use
13743         new helper to do const/non-const casting.
13745 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
13747         * doc/md.texi: Document the "unspec" and "unspecv" enum names.
13748         * Makefile.in (OBJS-common): Include insn-enums.o.
13749         (insn-enums.o): New rule.
13750         (simple_generated_c): Add insn-enums.c.
13751         (build/genenums.o): New rule.
13752         (genprogmd): Add "enums".
13753         * genconstants.c (print_enum_type): Declare a C string array
13754         for each enum.
13755         * genenums.c: New file.
13756         * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
13757         for UNSPEC_VOLATILE.  If defined, use the "unspec" enum for both
13758         UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
13760 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
13762         * doc/md.texi (define_enum_attr): Document.
13763         * rtl.def (DEFINE_ENUM_ATTR): New rtx.
13764         * read-md.h (lookup_enum_type): Declare.
13765         * read-md.c (lookup_enum_type): New function.
13766         * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
13767         * genattrtab.c (attr_desc): Add an enum_name field.
13768         (evaluate_eq_attr): Take the associated attribute as argument.
13769         Get the enum prefix from the enum_name field, if defined.
13770         Use ACONCAT rather than a fixed-length buffer.  Update recursive calls.
13771         (simplify_test_exp): Pass attr to evaluate_eq_attr.
13772         (add_attr_value): New function, split out from...
13773         (gen_attr): ...here.  Handle DEFINE_ENUM_ATTR.
13774         (write_test_expr): Pass attr to evaluate_eq_attr.
13775         (write_attr_get): Use the enum_name as the enum tag, if defined.
13776         (write_attr_valueq): Use the enum_name as a prefix, if defined.
13777         (find_attr): Initialize enum_name.
13778         (main): Handle DEFINE_ENUM_ATTR.
13779         * gensupport.c (process_rtx): Likewise.
13780         * config/mips/mips.h (mips_tune_attr): Delete.
13781         * config/mips/mips.md (cpu): Use define_attr_enum.
13783 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
13785         * doc/md.texi (define_c_enum, define_enum): Document.
13786         * read-md.h (md_constant): Add a parent_enum field.
13787         (enum_value, enum_type): New structures.
13788         (upcase_string, traverse_enum_types): Declare.
13789         * read-md.c (enum_types): New variable.
13790         (upcase_string, add_constant): New functions.
13791         (handle_constants): Don't create the hash table here.
13792         Use add_constant.
13793         (traverse_md_constants): Don't check for a null md_constants.
13794         (decimal_string, handle_enum, traverse_enum_types): New functions.
13795         (read_md_files): Initialize md_constants and md_enums.
13796         * genconstants.c (print_md_constant): Ignore info argument.
13797         Only print constants that belong to no enum.
13798         (print_enum_type): New function.
13799         (main): Don't pass stdout to print_md_constant.  Call print_enum_type
13800         for each defined enum type.
13801         * config/mips/mips.md (processor): New define_enum.
13802         (unspec): New define_c_enum.
13803         (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
13804         (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
13805         (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
13806         (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
13807         (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
13808         (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
13809         (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
13810         (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
13811         (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
13812         (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
13813         (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
13814         (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
13815         (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
13816         (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
13817         (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
13818         (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
13819         (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
13820         (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
13821         (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
13822         (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
13823         (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
13824         (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
13825         (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
13826         (UNSPEC_RDDSP): Move to mips-dsp.md.
13827         (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
13828         (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
13829         (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
13830         (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
13831         (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
13832         (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
13833         (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
13834         (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
13835         (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
13836         (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
13837         (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
13838         (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
13839         (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
13840         Moved to mips-dspr2.md.
13841         (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
13842         (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
13843         (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
13844         (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
13845         (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
13846         (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
13847         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
13848         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
13849         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
13850         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
13851         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
13852         UNSPEC_LOONGSON_PSADBH)
13853         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
13854         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
13855         (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
13856         (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
13857         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
13858         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
13859         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
13860         (cpu): Update comment.
13861         * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
13862         (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
13863         (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
13864         (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
13865         * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
13866         UNSPEC_LOONGSON_PCMPEQ)
13867         (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
13868         UNSPEC_LOONGSON_PINSR_0)
13869         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
13870         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
13871         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
13872         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
13873         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
13874         UNSPEC_LOONGSON_PSADBH)
13875         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
13876         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
13877         (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
13878         * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
13879         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
13880         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
13881         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
13882         * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
13883         (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
13884         (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
13885         (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
13886         (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
13887         (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
13888         (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
13889         (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
13890         (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
13891         (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
13892         (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
13893         (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
13894         (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
13895         (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
13896         (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
13897         (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
13898         (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
13899         (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
13900         (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
13901         (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
13902         (UNSPEC_RDDSP): Moved from mips.md.
13903         * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
13904         (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
13905         (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
13906         (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
13907         (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
13908         (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
13909         (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
13910         (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
13911         (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
13912         (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
13913         (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
13914         (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
13915         (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
13916         (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
13917         * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
13918         (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
13919         (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
13920         (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
13921         (UNSPEC_SCC): Moved from mips.md.
13922         * config/mips/mips.c (mips_arch, mips_tune): Change enum from
13923         "processor_type" to "processor".
13924         (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
13925         * config/mips/mips.h (processor_type): Delete.
13926         (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
13927         "processor_type" to "processor".
13929 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
13931         * configure.ac (tm_include_list): Add insn-constants.h.
13932         * configure: Regenerate.
13933         * Makefile.in (GTM_H): Move insn-constants.h here from...
13934         (TM_H): ...here.
13935         * mkconfig.sh: Remove special handling for insn-constants.h.
13937 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
13939         * Makefile.in (BUILD_RTL): Move build/read-md.o to...
13940         (BUILD_MD): ...this new variable.
13941         (simple_generated_rtl_h, simple_generated_rtl_c): New variables
13942         that include the old contents of simple_generated_h and
13943         simple_generated_c.
13944         (simple_generated_h, simple_generated_c): Include them.  Add
13945         insn-constants.h.
13946         (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
13947         and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
13948         Remove these dependencies from the main rule and include
13949         insn-conditions.md in the command line only if it appears
13950         in the dependency list.
13951         (insn-constants.h, s-constants): Delete.
13952         (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
13953         or gensupport.h.
13954         (build/genmddeps.o): Likewise.
13955         (genprogrtl): New variable that contains everything from genprogmd
13956         except mddeps and constants.
13957         (genprogmd): Redefine in terms of genprogrtl.  Make these programs
13958         depend on $(BUILD_MD)
13959         (genprog): New variable.  Make these programs depend on
13960         $(BUILD_ERRORS).
13961         * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
13962         (main): Use read_md_files instead of init_rtx_reader_args.
13963         * genconstants.c: As for genmddeps.c.
13964         * read-md.h (read_skip_construct): Declare.
13965         * read-md.c (read_skip_construct): New function.
13966         (handle_file): Allow a null handle_directive, skipping the
13967         construct if so.
13968         (parse_include): Update the comment accordingly.
13970 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
13972         * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
13973         * genmddeps.c: Include read-md.h.
13974         (main): Call init_rtx_reader_args instead of init_md_reader_args.
13975         * genattr.c (main): Likewise.
13976         * genattrtab.c (main): Likewise.
13977         * genautomata.c (main): Likewise.
13978         * gencodes.c (main): Likewise.
13979         * genconditions.c (main): Likewise.
13980         * genconfig.c (main): Likewise.
13981         * genconstants.c (main): Likewise.
13982         * genemit.c (main): Likewise.
13983         * genextract.c (main): Likewise.
13984         * genflags.c (main): Likewise.
13985         * genopinit.c (main): Likewise.
13986         * genoutput.c (main): Likewise.
13987         * genpeep.c (main): Likewise.
13988         * genrecog.c (main): Likewise.
13989         * genpreds.c (main): Likewise.
13990         * gensupport.h (in_fname): Move to read-md.h.
13991         (init_md_reader_args_cb): Rename to...
13992         (init_rtx_reader_args_cb): ...this and return a bool.
13993         (init_md_reader_args): Rename to...
13994         (init_rtx_reader_args): ...this and return a bool.
13995         (include_callback): Move to read-md.h.
13996         * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
13997         (file_name_list, first_dir_md_include): Move to read-md.c
13998         (first_bracket_include): Delete unused variable.
13999         (last_dir_md_include): Move to read-md.c.
14000         (process_include): Delete, moving code to read-md.c:handle_include.
14001         (process_rtx): Don't handle INCLUDE.
14002         (save_string): Delete.
14003         (rtx_handle_directive): New function.
14004         (init_md_reader_args_cb): Rename to...
14005         (init_rtx_reader_args_cb): ...this and return a boolean success value.
14006         Use read_md_args.
14007         (init_md_reader_args): Rename to...
14008         (init_rtx_reader_args): ...this and return a boolean success value.
14009         * rtl.def (INCLUDE): Delete.
14010         * rtl.h (read_rtx): Remove "int *" argument.  Add "const char *"
14011         argument.
14012         * read-rtl.c (read_conditions): Don't gobble ')' here.
14013         (read_mapping): Likewise.
14014         (read_rtx): Remove LINENO argument.  Add RTX_NAME argument.
14015         Handle top-level non-rtx constructs here rather than in read_rtx_1.
14016         Store the whole queue in *X.  Remove call to init_md_reader.
14017         (read_rtx_1): Rename to...
14018         (read_rtx_code): ...this.  Call read_nested_rtx to read subrtxes.
14019         Don't handle top-level non-rtx constructs here.  Don't handle (nil)
14020         here.
14021         (read_nested_rtx): New function.  Handle (nil) here rather than
14022         in read_rtx_code.
14023         (read_rtx_variadic): Call read_nested_rtx to read subrtxes.  Don't
14024         gobble ')' here.
14025         * read-md.h (directive_handler_t): New type.
14026         (in_fname, include_callback): Moved from read-md.h.
14027         (read_constants, init_md_reader): Delete.
14028         (read_md_files): Declare.
14029         * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
14030         (last_dir_md_include_ptr, include_callback, max_include_len): Moved
14031         from gensupport.c.
14032         (read_constants): Rename to...
14033         (handle_constants): ...this.  Don't gobble ')' here.
14034         (handle_include, handle_file, handle_toplevel_file)
14035         (parse_include): New functions, mostly taken from gensupport.c.
14036         (init_md_reader): Subsume into...
14037         (read_md_files): ...this new function.
14039 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14041         * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
14042         (unread_char): Decrement read_md_lineno after putting back '\n'.
14043         * read-md.c (fatal_with_file_and_line): Push back any characters
14044         that we decide not to add to the context.
14045         (read_skip_spaces): Don't increment read_md_lineno here.  Avoid using
14046         fatal_expected_char in cases where '/' ends a line (for example).
14047         (read_name): Don't increment read_md_lineno here.
14048         (read_escape): Likewise.
14049         (read_quoted_string): Likewise.
14050         (read_braced_string): Likewise.
14052 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14054         * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
14055         (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
14056         * genconstants.c: Include read-md.h.
14057         * read-rtl.c (md_constants): Move to read-md.c.
14058         (md_name): Move to read-md.h.
14059         (initialize_iterators): Use leading_string_hash instead of def_hash
14060         and leading_string_eq_p instead of def_name_eq_p.
14061         (read_name): Move to read-md.c.
14062         (def_hash, def_name_eq_p): Delete.
14063         (read_constants, traverse_md_constants): Move to read-md.c.
14064         * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
14065         * read-md.h: Include hashtab.h.
14066         (md_name): Moved from read-rtl.c.
14067         (md_constant): Moved from read-md.h.
14068         (leading_string_hash, leading_string_eq_p, read_name)
14069         (read_constants, traverse_md_constants): Declare.
14070         * read-md.c (md_constants): Moved from read-rtl.c.
14071         (leading_string_hash, leading_string_eq_p): New functions.
14072         (read_name, read_constants, traverse_md_constants): Moved from
14073         read-rtl.c.
14075 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14077         * read-rtl.c (md_name): New structure.
14078         (read_name): Take an md_name instead of a buffer pointer.
14079         Use the "string" field instead of strcpy when expanding constants.
14080         (read_constants): Remove the tmp_char argument.  Update the calls
14081         to read_name, using two local name buffers instead of the tmp_char
14082         argument.  Merge the constant-creation code.
14083         (read_conditions): Remove the tmp_char argument.  Update the calls
14084         to read_name, using a local name buffer instead of the tmp_char
14085         argument.
14086         (read_mapping): Replace tmp_char variable with a local name buffer.
14087         Update the calls to read_name.
14088         (read_rtx_1): Likewise.  Update the calls to read_constants and
14089         read_conditions.
14091 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14093         * Makefile.in (build/read-md.o): Depend on errors.h.
14094         * read-md.h (error_with_line): Declare.
14095         * read-md.c: Include errors.h.
14096         (message_with_line_1): New function, extracted from...
14097         (message_with_line): ...here.
14098         (error_with_line): New function.
14099         * genattrtab.c: If a call to message_with_line is followed by
14100         "have_error = 1;", replace both statements with a call to
14101         error_with_line.
14102         * genoutput.c: Likewise.
14103         * genpreds.c: Likewise.
14104         * genrecog.c: If a call to message_with_line is followed by
14105         "error_count++;", replace both statements with a call to
14106         error_with_line.
14107         (errorcount): Delete.
14108         (main): Don't check it.
14109         * gensupport.c: If a call to message_with_line is followed by
14110         "errors = 1;", replace both statements with a call to error_with_line.
14111         (errors): Delete.
14112         (process_define_cond_exec): Check have_error instead of errors.
14113         (init_md_reader_args_cb): Likewise.  Don't set errors.
14115 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14117         * read-md.h (read_md_file): Declare.
14118         (read_char, unread_char): New functions.
14119         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
14120         (read_quoted_string, read_string): Remove FILE * argument.
14121         * read-md.c (read_md_file): New variable.
14122         (read_md_filename, read_md_lineno): Update comments and remove
14123         unnecessary initialization.
14124         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
14125         (read_escape, read_quoted_string, read_braced_string, read_string):
14126         Remove FILE * argument.  Update calls accordingly, using read_char
14127         and unread_char instead of getc and ungetc.
14128         * rtl.h (read_rtx): Remove FILE * argument.
14129         * read-rtl.c (iterator_group): Remove FILE * argument from
14130         "find_builtin".
14131         (iterator_traverse_data): Remove "infile" field.
14132         (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
14133         (add_mapping, read_name, read_constants, read_conditions)
14134         (validate_const_int, find_iterator, read_mapping, check_code_iterator)
14135         (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
14136         Remove file arguments from all calls, using read_char and unread_char
14137         instead of getc and ungetc.
14138         * gensupport.c (process_include): Preserve read_md_file around
14139         the include.  Set read_md_file to the handle of the included file.
14140         Update call to read_rtx.
14141         (init_md_reader_args_cb): Set read_md_file to the handle of the file
14142         and remove local FILE *.  Update calls to read_rtx.
14144 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14146         * read-md.h (read_rtx_lineno): Rename to...
14147         (read_md_lineno): ...this.
14148         (read_rtx_filename): Rename to...
14149         (read_md_filename): ...this.
14150         (copy_rtx_ptr_loc): Rename to...
14151         (copy_md_ptr_loc): ...this.
14152         (print_rtx_ptr_loc): Rename to...
14153         (print_md_ptr_loc): ...this.
14154         * read-md.c: Likewise.  Update references after renaming.
14155         (string_obstack): Replace RTL with MD in comment.
14156         (set_rtx_ptr_loc): Rename to...
14157         (set_md_ptr_loc): ...this.
14158         (get_rtx_ptr_loc): Rename to...
14159         (get_md_ptr_loc): ...this.
14160         * genconditions.c: Update references after renaming.
14161         * genemit.c: Likewise.
14162         * genoutput.c: Likewise.
14163         * genpreds.c: Likewise.
14164         * gensupport.c: Likewise.
14165         * read-rtl.c: Likewise.
14167 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14169         * Makefile.in (READ_MD_H): New variable.
14170         (BUILD_RTL): Add build/read-md.o.
14171         (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
14172         (build/gensupport.o, build/read-rtl.o, build/genattr.o)
14173         (build/genattrtab.o, build/genconditions.o build/genemit.o)
14174         (build/genextract.o, build/genflags.o, build/genoutput.o)
14175         (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
14176         (build/read-md.o): New rule.
14177         * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
14178         (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
14179         * coretypes.h: ...here.
14180         * lto-wrapper.c: Include coretypes.h instead of defaults.h.
14181         * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
14182         * genattr.c: Include read-md.h.
14183         * genattrtab.c: Likewise.
14184         * genconditions.c: Likewise.
14185         * genemit.c: Likewise.
14186         * genextract.c: Likewise.
14187         * genflags.c: Likewise.
14188         * genoutput.c: Likewise.
14189         * genpreds.c: Likewise.
14190         * genrecog.c: Likewise.
14191         * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
14192         (join_c_conditions, print_c_condition, read_rtx_filename)
14193         (read_rtx_lineno): Move to read-md.h.
14194         * read-rtl.c: Include read-md.h.
14195         (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
14196         (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
14197         (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
14198         (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
14199         (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
14200         (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
14201         (read_braced_string, read_string): Move to read-md.c.
14202         (read_rtx): Move some initialization to init_md_reader and call
14203         init_md_reader here.
14204         * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
14205         Move to read-md.h.
14206         * gensupport.c: Include read-md.h.
14207         (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
14208         * read-md.h, read-md.c: New files.
14210 2010-06-10  Anatoly Sokolov  <aesok@post.ru>
14212         * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
14213         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
14214         * config/moxie/moxie-protos.h (moxie_function_value): Remove.
14215         * config/moxie/moxie.c (moxie_function_value): Make static.
14216         (moxie_libcall_value, moxie_function_value_regno_p): New functions.
14217         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
14219 2010-06-10  Martin Jambor  <mjambor@suse.cz>
14221         * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
14222         * dbgcnt.def (tree_sra): New counter.
14223         * tree-sra.c: Include dbgcnt.h.
14224         (gate_intra_sra): Check tree_sra debug counter.
14226 2010-06-10  Martin Jambor  <mjambor@suse.cz>
14228         PR tree-optimization/44258
14229         * tree-sra.c (build_access_subtree): Return false iff there is a
14230         partial overlap.
14231         (build_access_trees): Likewise.
14232         (analyze_all_variable_accesses): Disqualify candidates if
14233         build_access_trees returns true for them.
14235 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
14237         PR debug/41371
14238         * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
14239         tail-recurse into canonical node.  Fast-forward over
14240         non-canonical VALUEs.
14242 2010-06-10  H.J. Lu  <hongjiu.lu@intel.com>
14244         PR boostrap/44470
14245         * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
14246         (*addsi_1_zext) <TYPE_LEA>: Likewise.
14247         (add lea splitter): Likewise.
14248         (add_zext lea splitter): Likewise.
14250 2010-06-10  Joseph Myers  <joseph@codesourcery.com>
14252         * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
14254 2010-06-10  Jan Hubicka  <jh@suse.cz>
14256         * df-problems.c (df_live_problem_data): Add live_bitmaps.
14257         (df_live_alloc): Initialize problem data and live_osbtacks.
14258         (df_live_finalize): Remove obstack, problem data; do not
14259         clear all bitmaps.
14260         (df_live_top_dump, df_live_bottom_dump): Do not dump old
14261         data when not allocated.
14262         (df_live_verify_solution_start): Do not allocate problem data.
14263         (df_live_verify_solution_end): Check if out is allocated.
14264         (struct df_md_problem_data): New structure.
14265         (df_md_alloc): Allocate problem data.
14266         (df_md_free): Free problem data; do not clear bitmaps.
14268 2010-06-10  Jan Beulich  <jbeulich@novell.com>
14270         PR bootstrap/37304
14271         * configure.ac: Replace $() with ${} when intending to expand
14272         variables rather than invoking commands.
14273         * configure: Re-generate.
14275 2010-06-10  Jan Hubicka  <jh@suse.cz>
14277         PR rtl-optimization/44460
14278         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
14279         TYPE_NEEDS_CONSTRUCTING sanity check.
14281 2010-06-10  Gerald Pfeifer  <gerald@pfeifer.com>
14283         * doc/include/fdl.texi: Move to GFDL version 1.3.
14285         * doc/cpp.texi: Move to GFDL version 1.3.
14286         * doc/gcc.texi: Move to GFDL version 1.3.  Fix copyright years.
14287         * doc/gccint.texi: Move to GFDL version 1.3.
14288         * doc/gcov.texi: Move to GFDL version 1.3.  Update copyright years.
14289         * doc/install.texi: Move to GFDL version 1.3.  Fix copyright years.
14290         * doc/invoke.texi: Move to GFDL version 1.3.
14292 2010-06-09  Jan Hubicka  <jh@suse.cz>
14294         * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
14295         Break out from ...
14296         (propagate) ... here; swap the order.
14298 2010-06-09  Jan Hubicka  <jh@suse.cz>
14300         * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
14301         bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
14302         bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
14303         bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
14305 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
14307         * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
14308         Do not the gather memory reference in the outer loop if the step
14309         is not a constant.
14311 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
14313         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
14314         Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
14315         8 to 4.  Minor change of the related comments.
14317 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
14319         * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
14320         the scev analysis when the variable is not used outside the loop
14321         in a close phi node: call compute_overall_effect_of_inner_loop.
14323 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
14325         * graphite-sese-to-poly.c (single_pred_cond): Renamed
14326         single_pred_cond_non_loop_exit.  Return NULL for loop exit edges.
14327         (build_sese_conditions_before): Renamed call to single_pred_cond.
14328         (build_sese_conditions_after): Same.
14330 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
14332         * graphite-poly.h: Fix comments and indentation.
14333         * graphite-sese-to-poly.c: Same.
14334         (build_sese_conditions_before): Compute stmt and gbb only when needed.
14335         * tree-chrec.c: Fix comments and indentation.
14336         (tree-ssa-loop-niter.c): Same.
14338 2010-06-09  Eric Botcazou  <ebotcazou@adacore.com>
14340         PR rtl-optimization/42461
14341         * dce.c (deletable_insn_p): Return true for const or pure calls again.
14342         * except.c (insn_could_throw_p): Return false if !flag_exceptions.
14344 2010-06-09  Jan Hubicka  <jh@suse.cz>
14346         * bitmap.c (bitmap_and): Walk array forward.
14347         (bitmap_and_compl_into): Likewise.
14348         (bitmap_xor): Likewise.
14349         (bitmap_xor_into):  Likewise.
14350         (bitmap_equal_p): Likewise.
14351         (bitmap_intersect_p): Likewise.
14352         (bitmap_intersect_compl_p): Likewise.
14353         (bitmap_ior_and_into): Likewise.
14354         (bitmap_elt_copy): Likewise.
14355         (bitmap_and_compl): Likewise.
14356         (bitmap_elt_ior): Likewise.
14358 2010-06-09  Dave Korn  <dave.korn.cygwin@gmail.com>
14360         * opts-common.c (prune_options): Ensure replacement argv array
14361         is correctly terminated by a NULL entry.
14363 2010-06-09  Jan Hubicka  <jh@suse.cz>
14365         * cgraph.h (varpool_first_static_initializer,
14366         varpool_next_static_initializer): Make checking only when
14367         checking enabled.
14368         * tree-vectorizer.h (vinfo_for_stmt): Remove check.
14369         (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
14370         gcc_assert to gcc_checking_assert.
14371         * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
14372         phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
14373         op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
14374         op_iter_init_phiuse, op_iter_init_phidef,
14375         array_ref_contains_indirect_ref, ref_contains_array_ref): Use
14376         gcc_checking_assert.
14377         * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
14378         * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
14379         partition_is_global, live_on_entry, live_on_exit,
14380         live_merge_and_clear): Likewise.
14381         * system.h (gcc_checking_assert): New macro.
14382         * gimple.h (set_bb_seq): Use gcc_checking_assert.
14384 2010-06-09  Jason Merrill  <jason@redhat.com>
14386         * Makefile.in (TAGS): Collect tags info from c-family.
14388 2010-06-09  Jan Hubicka  <jh@suse.cz>
14390         * gimple.h (gcc_gimple_checking_assert): New macro.
14391         (gimple_set_def_ops, gimple_set_use_ops,
14392         gimple_set_vuse, gimple_set_vdef,
14393         gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
14394         gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
14395         gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
14396         gimple_asm_output_op, gimple_asm_output_op_ptr,
14397         gimple_asm_set_output_op, gimple_asm_clobber_op,
14398         gimple_asm_set_clobber_op, gimple_asm_label_op,
14399         gimple_asm_set_label_op, gimple_try_set_kind,
14400         gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
14401         gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
14402         gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
14403         gimple_omp_for_index_ptr, gimple_omp_for_set_index,
14404         gimple_omp_for_initial, gimple_omp_for_initial_ptr,
14405         gimple_omp_for_set_initial, gimple_omp_for_final,
14406         gimple_omp_for_final_ptr, gimple_omp_for_set_final,
14407         gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
14408         gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
14409         conditional with ENABLE_GIMPLE_CHECKING.
14410         (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
14412 2010-06-09  Sandra Loosemore  <sandra@codesourcery.com>
14414         * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
14415         (get_computation_cost_at): Use it.
14416         (determine_use_iv_cost_condition): Likewise.
14417         (determine_iv_cost): Likewise.
14419 2010-06-09  Richard Guenther  <rguenther@suse.de>
14421         * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
14422         replace constants.
14424 2010-06-09  Kai Tietz  <kai.tietz@onevision.com>
14426         * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
14428 2010-06-09  Martin Jambor  <mjambor@suse.cz>
14430         PR tree-optimization/44423
14431         * tree-sra.c (dump_access): Dump also grp_assignment_read.
14432         (analyze_access_subtree): Pass negative allow_replacements to children
14433         if the current type is scalar.
14435 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
14437         PR testsuite/42843
14438         * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
14439         * doc/plugins.texi (Plugin license check): Update information
14440         on type of plugin_is_GPL_compatible.
14441         * Makefile.in (PLUGINCC): Define as $(COMPILER).
14442         (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
14444 2010-06-09  Bernd Schmidt  <bernds@codesourcery.com>
14446         * config/arm/arm.c (thumb2_reorg): New function.
14447         (arm_reorg): Call it.
14448         * config/arm/thumb2.md (define_peephole2 for flag clobbering
14449         arithmetic operations): Delete.
14451 2010-06-09  Edmar Wienskoski  <edmar@freescale.com>
14453         PR target/44067
14454         * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
14455         e500v2 target.
14457 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
14459         PR plugins/44459
14460         * gcc-plugin.h: Encapsulate all declarations in extern "C".
14462 2010-06-08  Jan Hubicka  <jh@suse.cz>
14464         * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
14465         ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
14467 2010-06-08  Sandra Loosemore  <sandra@codesourcery.com>
14469         PR tree-optimization/39874
14470         PR middle-end/28685
14471         * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
14472         Declare.
14473         * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
14474         same_bool_result_p): New.
14475         (and_var_with_comparison, and_var_with_comparison_1,
14476         and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
14477         (or_var_with_comparison, or_var_with_comparison_1,
14478         or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
14479         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
14480         maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
14481         of combine_comparisons.
14482         * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
14484 2010-06-08  Anatoly Sokolov  <aesok@post.ru>
14486         * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
14487         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
14488         * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
14489         pdp11_function_value_regno_p): New functions.
14490         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
14491         TARGET_FUNCTION_VALUE_REGNO_P): Define.
14493 2010-06-08  Kazu Hirata  <kazu@codesourcery.com>
14495         * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
14496         Thumb-2 in the MINUS case.
14498 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
14500         * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
14502         * doc/gty.texi (GTY Options): Document typed GC allocation and
14503         variable_size GTY option.
14505         * ggc-internal.h: New.
14507         * ggc.h: Update copyright year.
14508         (digit_string): Move to stringpool.c.
14509         (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
14510         (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
14511         (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
14512         (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
14513         (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
14514         (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
14515         (ggc_force_collect, ggc_get_size, ggc_statistics)
14516         (ggc_print_common_statistics): Move to ggc-internal.h.
14517         (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
14518         (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
14519         (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
14520         (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
14521         (ggc_min_heapsize_heuristic, ggc_alloc_zone)
14522         (ggc_alloc_zone_pass_stat): Remove.
14523         (ggc_internal_alloc_stat, ggc_internal_alloc)
14524         (ggc_internal_cleared_alloc_stat): New.
14525         (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
14526         (ggc_internal_vec_alloc_stat)
14527         (ggc_internal_cleared_vec_alloc_stat)
14528         (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
14529         (ggc_alloc_atomic_stat, ggc_alloc_atomic)
14530         (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
14531         (ggc_cleared_alloc_ptr_array_two_args): New.
14532         (htab_create_ggc, splay_tree_new_ggc): Redefine.
14533         (ggc_splay_alloc): Change the type of the first argument to
14534         enum gt_types_enum.
14535         (ggc_alloc_string): Make macro.
14536         (ggc_alloc_string_stat): New.
14537         (ggc_strdup): Redefine.
14538         (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
14539         (ggc_alloc_rtvec_sized): New.
14540         (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
14541         (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
14542         (ggc_internal_cleared_alloc_zone_stat)
14543         (ggc_internal_zone_alloc_stat)
14544         (ggc_internal_zone_cleared_alloc_stat)
14545         (ggc_internal_zone_vec_alloc_stat)
14546         (ggc_alloc_zone_rtx_def_stat)
14547         (ggc_alloc_zone_tree_node_stat)
14548         (ggc_alloc_zone_cleared_tree_node_stat)
14549         (ggc_alloc_cleared_gimple_statement_d_stat): New.
14551         * ggc-common.c: Include ggc-internal.h.
14552         (ggc_internal_cleared_alloc_stat): Rename from
14553         ggc_alloc_cleared_stat.
14554         (ggc_realloc_stat): Use ggc_internal_alloc_stat.
14555         (ggc_calloc): Remove.
14556         (ggc_cleared_alloc_htab_ignore_args): New.
14557         (ggc_cleared_alloc_ptr_array_two_args): New.
14558         (ggc_splay_alloc): Add obj_type parameter.
14559         (init_ggc_heuristics): Formatting fixes.
14561         * ggc-none.c: Update copyright year.
14562         (ggc_alloc_stat): Rename to ggc_alloc_stat.
14563         (ggc_alloc_cleared_stat): Rename to
14564         ggc_internal_cleared_alloc_stat.
14565         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
14567         * ggc-page.c: Update copyright year.  Include ggc-internal.h.
14568         Remove references to ggc_alloc in comments.
14569         (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
14570         (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
14571         (new_ggc_zone, destroy_ggc_zone): Remove.
14572         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
14574         * ggc-zone.c: Include ggc-internal.h.  Remove references to
14575         ggc_alloc in comments.
14576         (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
14577         (ggc_internal_alloc_zone_pass_stat): New.
14578         (ggc_internal_cleared_alloc_zone_stat): New.
14579         (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
14580         (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
14581         (new_ggc_zone, destroy_ggc_zone): Remove.
14583         * stringpool.c: Update copyright year.  Include ggc-internal.h
14584         (digit_vector): Make static.
14585         (digit_string): Moved from ggc.h.
14586         (stringpool_ggc_alloc): Use ggc_alloc_atomic.
14587         (ggc_alloc_string): Rename to ggc_alloc_string_stat.
14589         * Makefile.in (GGC_INTERNAL_H): New.
14590         (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
14591         $(GGC_INTERNAL_H) to dependencies.
14593         * gentype.c: Update copyright year.
14594         (walk_type): Accept variable_size GTY option.
14595         (USED_BY_TYPED_GC_P): New macro.
14596         (write_enum_defn): Use USED_BY_TYPED_GC_P.  Do not output
14597         whitespace at the end of strings.
14598         (get_type_specifier, variable_size_p): New functions.
14599         (alloc_quantity, alloc_zone): New enums.
14600         (write_typed_alloc_def): New function.
14601         (write_typed_struct_alloc_def): Likewise.
14602         (write_typed_typed_typedef_alloc_def): Likewise.
14603         (write_typed_alloc_defns): Likewise.
14604         (output_typename, write_splay_tree_allocator_def): Likewise.
14605         (write_splay_tree_allocators): Likewise.
14606         (main): Call write_typed_alloc_defns and
14607         write_splay_tree_allocators.
14609         * lto-streamer.h (lto_file_decl_data_ptr): New.
14611         * passes.c (order): Define using cgraph_node_ptr.
14613         * strinpool.c (struct string_pool_data): Declare nested_ptr using
14614         ht_identifier_ptr.
14616         * gimple.h (union gimple_statement_d): Likewise.
14618         * rtl.h (struct rtx_def): Likewise.
14619         (struct rtvec_def): Likewise.
14621         * tree.h (union tree_node): Likewise.
14623         * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
14625         * cfgloop.c (record_loop_exits): Use htab_create_ggc.
14627         * tree-scalar-evolution.c (scev_initialize): Likewise.
14629         * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
14631         * dwarf2asm.c (dw2_force_const_mem): Likewise.
14633         * omp-low.c (lower_omp_critical): Likewise.
14635         * bitmap.h (struct bitmap_head_def): Update comment to not
14636         reference ggc_alloc.
14638         * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
14640         * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
14642         * ipa-prop.c (duplicate_ggc_array): Rename to
14643         duplicate_ipa_jump_func_array.  Use typed GC allocation.
14644         (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
14646         * gimple.c (gimple_alloc_stat): Use
14647         ggc_alloc_cleared_gimple_statement_d_stat.
14649         * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
14651         * tree.c (make_node_stat): Use
14652         ggc_alloc_zone_cleared_tree_node_stat.
14653         (make_tree_vec_stat): Likewise.
14654         (build_vl_exp_stat): Likewise.
14655         (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
14656         (make_tree_binfo_stat): Likewise.
14657         (tree_cons_stat): Likewise.
14659         * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
14660         (shallow_copy_rtx_stat): Likewise.
14661         (make_node_stat): Likewise.
14663         * lto-symtab.c: Fix comment.
14665         * tree-cfg.c (create_bb): Update comment to not reference
14666         ggc_alloc_cleared.
14667         * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
14669         * varpool.c (varpool_node): Use typed GC allocation.
14670         (varpool_extra_name_alias): Likewise.
14672         * varasm.c (emutls_decl): Likewise.
14673         (get_unnamed_section): Likewise.
14674         (get_noswitch_section): Likewise.
14675         (get_section): Likewise.
14676         (get_block_for_section): Likewise.
14677         (build_constant_desc): Likewise.
14678         (create_constant_pool): Likewise.
14679         (force_const_mem): Likewise.
14681         * tree.c (build_vl_exp_stat): Likewise.
14682         (build_real): Likewise.
14683         (build_string): Likewise.
14684         (decl_debug_expr_insert): Likewise.
14685         (decl_value_expr_insert): Likewise.
14686         (type_hash_add): Likewise.
14687         (build_omp_clause): Likewise.
14689         * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
14691         * tree-ssa.c (init_tree_ssa): Likewise.
14693         * tree-ssa-structalias.c (heapvar_insert): Likewise.
14695         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
14697         * tree-ssa-loop-niter.c (record_estimate): Likewise.
14699         * tree-ssa-alias.c (get_ptr_info): Likewise.
14701         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
14703         * tree-phinodes.c (allocate_phi_node): Likewise.
14705         * tree-iterator.c (tsi_link_before): Likewise.
14706         (tsi_link_after): Likewise.
14708         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
14710         * tree-dfa.c (create_var_ann): Likewise.
14712         * tree-cfg.c (create_bb): Likewise.
14714         * toplev.c (alloc_for_identifier_to_locale): Likewise.
14715         (general_init): Likewise.
14717         * stringpool.c (stringpool_ggc_alloc): Likewise.
14718         (gt_pch_save_stringpool): Likewise.
14720         * sese.c (if_region_set_false_region): Likewise.
14722         * passes.c (do_per_function_toporder): Likewise.
14724         * optabs.c (set_optab_libfunc): Likewise.
14725         (set_conv_libfunc): Likewise.
14727         * lto-symtab.c (lto_symtab_register_decl): Likewise.
14729         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
14730         (input_eh_region): Likewise.
14731         (input_eh_lp): Likewise.
14732         (make_new_block): Likewise.
14733         (unpack_ts_real_cst_value_fields): Likewise.
14735         * lto-section-in.c (lto_new_in_decl_state): Likewise.
14737         * lto-cgraph.c (input_node_opt_summary): Likewise.
14739         * loop-init.c (loop_optimizer_init): Likewise.
14741         * lambda.h (lambda_vector_new): Likewise.
14743         * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
14745         * ira.c (update_equiv_regs): Likewise.
14747         * ipa.c (cgraph_node_set_new): Likewise.
14748         (cgraph_node_set_add): Likewise.
14749         (varpool_node_set_new): Likewise.
14750         (varpool_node_set_add): Likewise.
14752         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
14753         (duplicate_ipa_jump_func_array): Likewise.
14754         (ipa_read_node_info): Likewise.
14756         * ipa-cp.c (ipcp_create_replace_map): Likewise.
14758         * integrate.c (get_hard_reg_initial_val): Likewise.
14760         * gimple.c (gimple_alloc_stat): Likewise.
14761         (gimple_build_omp_for): Likewise.
14762         (gimple_seq_alloc): Likewise.
14763         (gimple_copy): Likewise.
14765         * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
14766         (gsi_insert_after_without_update): Likewise.
14768         * function.c (add_frame_space): Likewise.
14769         (insert_temp_slot_address): Likewise.
14770         (assign_stack_temp_for_type): Likewise.
14771         (allocate_struct_function): Likewise.
14772         (types_used_by_var_decl_insert): Likewise.
14774         * except.c (init_eh_for_function): Likewise.
14775         (gen_eh_region): Likewise.
14776         (gen_eh_region_catch): Likewise.
14777         (gen_eh_landing_pad): Likewise.
14778         (add_call_site): Likewise.
14780         * emit-rtl.c (get_mem_attrs): Likewise.
14781         (get_reg_attrs): Likewise.
14782         (start_sequence): Likewise.
14783         (init_emit): Likewise.
14785         * dwarf2out.c (new_cfi): Likewise.
14786         (queue_reg_save): Likewise.
14787         (dwarf2out_frame_init): Likewise.
14788         (new_loc_descr): Likewise.
14789         (find_AT_string): Likewise.
14790         (new_die): Likewise.
14791         (add_var_loc_to_decl): Likewise.
14792         (clone_die): Likewise.
14793         (clone_as_declaration): Likewise.
14794         (break_out_comdat_types): Likewise.
14795         (new_loc_list): Likewise.
14796         (loc_descriptor): Likewise.
14797         (add_loc_descr_to_each): Likewise.
14798         (add_const_value_attribute): Likewise.
14799         (tree_add_const_value_attribute): Likewise.
14800         (add_comp_dir_attribute): Likewise.
14801         (add_name_and_src_coords_attributes): Likewise.
14802         (lookup_filename): Likewise.
14803         (store_vcall_insn): Likewise.
14804         (dwarf2out_init): Likewise.
14806         * dbxout.c (dbxout_init): Likewise.
14808         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
14810         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
14812         * config/score/score7.c (score7_output_external): Likewise.
14814         * config/score/score3.c (score3_output_external): Likewise.
14816         * config/s390/s390.c (s390_init_machine_status): Likewise.
14818         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
14819         (rs6000_init_machine_status): Likewise.
14820         (output_toc): Likewise.
14822         * config/pa/pa.c (pa_init_machine_status): Likewise.
14823         (get_deferred_plabel): Likewise.
14825         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
14827         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
14829         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
14831         * config/mep/mep.c (mep_init_machine_status): Likewise.
14832         (mep_note_pragma_flag): Likewise.
14834         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
14836         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
14838         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
14840         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
14841         (i386_pe_maybe_record_exported_symbol): Likewise.
14843         * config/i386/i386.c (get_dllimport_decl): Likewise.
14844         (ix86_init_machine_status): Likewise.
14845         (assign_386_stack_local): Likewise.
14847         * config/frv/frv.c (frv_init_machine_status): Likewise.
14849         * config/darwin.c (machopic_indirection_name): Likewise.
14851         * config/cris/cris.c (cris_init_machine_status): Likewise.
14853         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
14855         * config/avr/avr.c (avr_init_machine_status): Likewise.
14857         * config/arm/arm.c (arm_init_machine_status): Likewise.
14859         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
14860         (alpha_need_linkage): Likewise.
14861         (alpha_use_linkage): Likewise.
14863         * cgraph.c (cgraph_allocate_node): Likewise.
14864         (cgraph_create_edge_1): Likewise.
14865         (cgraph_create_indirect_edge): Likewise.
14866         (cgraph_add_asm_node): Likewise.
14868         * cfgrtl.c (init_rtl_bb_info): Likewise.
14870         * cfgloop.c (alloc_loop): Likewise.
14871         (rescan_loop_exit): Likewise.
14873         * cfg.c (init_flow): Likewise.
14874         (alloc_block): Likewise.
14875         (unchecked_make_edge): Likewise.
14877         * c-parser.c (c_parse_init): Likewise.
14878         (c_parse_file): Likewise.
14880         * c-decl.c (bind): Likewise.
14881         (record_inline_static): Likewise.
14882         (push_scope): Likewise.
14883         (make_label): Likewise.
14884         (lookup_label_for_goto): Likewise.
14885         (finish_struct): Likewise.
14886         (finish_enum): Likewise.
14887         (c_push_function_context): Likewise.
14889         * bitmap.c (bitmap_element_allocate): Likewise.
14890         (bitmap_gc_alloc_stat): Likewise.
14892         * alias.c (record_alias_subset): Likewise.
14893         (init_alias_analysis): Likewise.
14895 2010-06-08  Shujing Zhao  <pearly.zhao@oracle.com>
14897         * fold-const.c (fold_comparison): Remove redundant parenthesis.
14898         * tree-inline.c (expand_call_inline): Pass translated return value of
14899         cgraph_inline_failed_string to diagnostic function.
14901 2010-06-08  Andrew Pinski  <pinskia@gmail.com>
14902             Shujing Zhao  <pearly.zhao@oracle.com>
14904         PR c/37724
14905         * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
14906         implicit bad conversions is initialization.
14907         (error_init): Use gmsgid instead of msgid for argument name and change
14908         the call for error.
14909         (pedwarn_init): Use gmsgid instead of msgid for argument name and
14910         change the call for pedwarn.
14911         (warning_init): Use gmsgid instead of msgid for argument name and
14912         change the call for warning.
14914 2010-06-07  Nathan Froyd  <froydnj@codesourcery.com>
14916         * config/mips/mips-protos.h (mips_print_operand): Delete.
14917         (mips_print_operand_address): Delete.
14918         * config/mips/mips.h (mips_print_operand_punct): Delete.
14919         (PRINT_OPERAND): Delete.
14920         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
14921         (PRINT_OPERAND_ADDRESS): Delete.
14922         * config/mips/mips.c (mips_print_operand_punct): Make static.
14923         (mips_print_operand_address): Make static.
14924         (mips_print_operand): Make static.  Call
14925         mips_print_operand_punct_valid_p.
14926         (mips_print_operand_punct_valid_p): New function.
14927         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
14928         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
14930 2010-06-07  Jan Hubicka  <jh@suse.cz>
14932         PR middle-end/44454
14933         (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
14934         are allocated.
14936 2010-06-07  Kaz Kojima  <kkojima@gcc.gnu.org>
14938         * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
14939         name of RECORD.
14941 2010-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14943         * doc/sourcebuild.texi (Effective-Target Keywords, Other
14944         attributes): Document gas.
14946 2010-06-07  Uros Bizjak  <ubizjak@gmail.com>
14948         * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
14949         <TYPE_LEA>: Split instruction.
14950         <default>: Remove alternative 2 handling.
14951         (*addsi_1_zext) <TYPE_LEA>: Split instruction.
14952         (add lea splitter): Generate SImode lea for mode sizes <= SImode.
14953         (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
14955         (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
14956         (ashift_zext lea splitter): Use DImode for multiplication.
14958         * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
14959         to generate addition.
14961 2010-06-07  Joseph Myers  <joseph@codesourcery.com>
14963         * common.opt (fira-verbose): Use Var.
14964         (fpcc-struct-return): Use Init instead of VarExists.
14965         * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
14966         toplev.c.
14967         * flags.h (flag_signed_char, flag_short_enums,
14968         flag_pcc_struct_return, flag_ira_verbose,
14969         flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
14970         * toplev.c (flag_detailed_statistics, flag_signed_char,
14971         flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
14972         (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
14973         * toplev.h (flag_crossjumping, flag_if_conversion,
14974         flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
14975         flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
14976         flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
14977         flag_cprop_registers, time_report, flag_ira_loop_pressure,
14978         flag_ira_coalesce, flag_ira_move_spills,
14979         flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
14981 2010-06-07  Jan Hubicka  <jh@suse.cz>
14983         * df-core.c (df_analyze_problem): Do verification after allocation.
14985         * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
14986         (df_lr_alloc): Initialize problem data; move bitmaps to
14987         lr_bitmaps obstack.
14988         (df_lr_finalize): Free problem data; do not bother to free bitmaps.
14989         (df_lr_verify_solution_start): Do not initialize problem data;
14990         allocate bitmaps in lr_bitmaps.
14991         (df_lr_verify_solution_end): Do not free problem data.
14993 2010-06-07  Jan Hubicka  <jh@suse.cz>
14995         * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
14996         if caller is noreturn.
14997         * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
14998         * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
14999         * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
15000         * ipa-pure-const.c (check_decl): Add IPA parameter.
15001         (state_from_flags): New function.
15002         (better_state, worse_state): New functions.
15003         (check_call): When in IPA mode, do not care about callees.
15004         (check_load, check_store): Update.
15005         (check_ipa_load, check_ipa_store): New.
15006         (check_stmt): When in IPA mode, use IPA checkers.
15007         (analyze_function): Use state_from_flags.
15008         (propagate): Check indirect edges and references.
15010 2010-06-07  Kazu Hirata  <kazu@codesourcery.com>
15012         PR rtl-optimization/44404
15013         * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
15014         of count_occurrences to see if it's safe to modify mem_insn.
15016 2010-06-07  Richard Guenther  <rguenther@suse.de>
15018         * gimplify.c (gimplify_cleanup_point_expr): For empty body
15019         and EH-only cleanup drop the cleanup instead of inserting it
15020         unconditionally.
15022 2010-06-07  Ira Rosen  <irar@il.ibm.com>
15024         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
15025         documentation.
15026         * targhooks.c (default_builtin_vectorization_cost): New function.
15027         * targhooks.h (default_builtin_vectorization_cost): Declare.
15028         * target.h (enum vect_cost_for_stmt): Define.
15029         (builtin_vectorization_cost): Change argument and comment.
15030         * tree-vectorizer.h: Remove cost model macros.
15031         * tree-vect-loop.c: Include target.h.
15032         (vect_get_cost): New function.
15033         (vect_estimate_min_profitable_iters): Replace cost model macros with
15034         calls to vect_get_cost.
15035         (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
15036         * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
15037         default implementation.
15038         * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
15039         calls to target hook builtin_vectorization_cost.
15040         (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
15041         Likewise.
15042         * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
15043         * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
15044         implementation to return costs.
15045         * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
15046         * config/spu/spu.h: Remove vectorizer cost model macros.
15047         * config/i386/i386.h: Likewise.
15048         * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
15049         a call to target hook builtin_vectorization_cost.
15051 2010-06-06  Sriraman Tallam  <tmsriram@google.com>
15053         PR target/44319
15054         * config/i386/i386.c (override_options): Turn zee pass on for level 2
15055         and above and defer till target is known.
15056         (optimization_options): Turn on zee pass if TARGET_64BIT is set and
15057         turn off otherwise.
15059 2010-05-25  Jan Hubicka  <jh@suse.cz>
15061         * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
15062         (df_compact_blocks): Likewise.
15063         * df.h (struct df): Turn hardware_regs_used,
15064         regular_block_artificial_uses, eh_block_artificial_uses,
15065         insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
15066         bitmap_head.
15067         * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
15068         df_byte_lr_alloc, df_simulate_fixup_sets): Update.
15069         * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
15070         df_scan_blocks, df_insn_delete, df_insn_rescan,
15071         df_insn_rescan_debug_internal, df_insn_rescan_all,
15072         df_process_deferred_rescans, df_process_deferred_rescans,
15073         df_notes_rescan, df_get_call_refs, df_get_call_refs,
15074         regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
15075         df_record_entry_block_defs, df_record_exit_block_uses,
15076         df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
15077         df_scan_verify): Update.
15079 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
15081         PR c++/44188
15082         * c-common.c (is_typedef_decl): Move this definition ...
15083         * tree.c (is_typedef_decl): ... here.
15084         (typdef_variant_p): Move definition here from cp/tree.c.
15085         * c-common.h (is_typedef_decl): Move this declaration ...
15086         * tree.h (is_typedef_decl): ... here.
15087         (typedef_variant_p): Move declaration here from cp/cp-tree.h
15088         * dwarf2out.c (is_naming_typedef_decl): New function.
15089         (gen_tagged_type_die): Split out of ...
15090         (gen_type_die_with_usage): ... this function. When an anonymous
15091         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
15092         is emitted for the typedef.
15093         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
15094         anonymous tagged types.
15096 2010-06-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
15098         PR c/20000
15099         * c-decl.c (grokdeclarator): Delete warning.
15101 2010-06-06  Eric Botcazou  <ebotcazou@adacore.com>
15103         * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
15104         newly built CALL_EXPR.
15105         * tree-profile.c (tree_profiling): Don't profile functions produced
15106         for built-in stuff.
15108 2010-06-06  Segher Boessenkool  <segher@kernel.crashing.org>
15110         PR bootstrap/44427
15111         PR bootstrap/44428
15112         * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
15113         endianness-independent.
15115 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
15117         * c-common.c: Move to c-family/.
15118         * c-common.def: Likewise.
15119         * c-common.h: Likewise.
15120         * c-cppbuiltin.c: Likewise.
15121         * c-dump.c: Likewise.
15122         * c-format.c: Likewise.
15123         * c-format.h : Likewise.
15124         * c-gimplify.c: Likewise.
15125         * c-lex.c: Likewise.
15126         * c-omp.c: Likewise.
15127         * c.opt: Likewise.
15128         * c-opts.c: Likewise.
15129         * c-pch.c: Likewise.
15130         * c-ppoutput.c: Likewise.
15131         * c-pragma.c: Likewise.
15132         * c-pragma.h: Likewise.
15133         * c-pretty-print.c: Likewise.
15134         * c-pretty-print.h: Likewise.
15135         * c-semantics.c: Likewise.
15136         * stub-objc.c: Likewise.
15138         * gengtype.c (get_file_langdir): Special-case files in c-family/.
15139         (get_output_file_with_visibility): Fix name for c-common.h.
15140         * c-config-lang.in: Update paths in gtfiles for files in c-family/.
15142         * c-tree.h: Update include path for moved files.
15143         * c-lang.c: Likewise.
15144         * c-lang.h: Likewise.
15145         * c-parser.c: Likewise.
15146         * c-convert.c: Likewise.
15147         * c-decl.c: Likewise.
15148         * c-objc-common.c: Likewise.
15149         * configure.ac: Make sure c-family/ exists in the build directory.
15150         * configure: Regenerate.
15151         * Makefile.in: Update paths for moved files.  Regroup files per
15152         location and update dependencies.  Move generated_files down after
15153         ALL_GTFILES_H.
15155         * config/spu/spu-c.c: Update paths for moved files.
15156         * config/mep/mep-pragma.c: Likewise.
15157         * config/darwin-c.c: Likewise.
15158         * config/i386/msformat-c.c: Likewise.
15159         * config/i386/i386-c.c: Likewise.
15160         * config/avr/avr-c.c: Likewise.
15161         * config/sol2-c.c: Likewise.
15162         * config/ia64/ia64-c.c: Likewise.
15163         * config/rs6000/rs6000-c.c: Likewise.
15164         * config/arm/arm.c: Likewise.
15165         * config/arm/arm-c.c: Likewise.
15166         * config/h8300/h8300.c: Likewise.
15167         * config/v850/v850-c.c: Likewise.
15169         * config/t-darwin: Fix dependencies for moved files.
15170         * config/t-sol2: Fix dependencies for moved files.
15171         * config/mep/t-mep: Fix dependencies for moved files.
15172         * config/ia64/t-ia64: Fix dependencies for moved files.
15173         * config/rs6000/t-rs6000: Fix dependencies for moved files.
15174         * config/v850/t-v850: Fix dependencies for moved files.
15175         * config/v850/t-v850e: Fix dependencies for moved files.
15177         * config/m32c/m32c-pragma.c
15179         * po/exgettext: Look in c-family/ also.
15181 2010-06-05  Eric Botcazou  <ebotcazou@adacore.com>
15183         * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
15184         (mark_control_dependent_edges_necessary): Call it instead of marking
15185         the last statement manually.
15186         (propagate_necessity): Likewise.
15188 2010-06-05  Jan Hubicka  <jh@suse.cz>
15190         * basic-block.h (compute_dominance_frontiers): Updated.
15191         (compute_idf): Likewise.
15193         * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
15194         for dominance frontiers.
15195         (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
15196         (insert_updated_phi_nodes_for): Likewise.
15197         (update_ssa): Likewise.
15198         * cfganal.c (compute_dominance_frontiers_1): Likewise.
15199         (compute_dominance_frontiers): Likewise.
15200         (compute_idf): Likewise.
15201         * df-problems.c (df_md_local_compute): Likewise.
15203 2010-06-05  Anatoly Sokolov  <aesok@post.ru>
15205         * target.h (struct gcc_target): Add memory_move_cost field.
15206         * target-def.h (TARGET_MEMORY_MOVE_COST): New.
15207         (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
15208         * targhooks.c (default_memory_move_cost): New function.
15209         * targhooks.h (default_memory_move_cost): Declare function.
15210         * reload.h (memory_move_cost): Declare.
15211         (memory_move_secondary_cost): Change type of 'in' argument to bool.
15212         * reginfo.c (memory_move_cost): New function.
15213         (memory_move_secondary_cost): Change type of 'in' argument to bool.
15214         * ira.h (ira_memory_move_cost): Update comment.
15215         * ira.c (ira_memory_move_cost): Update comment.
15216         (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
15217         with memory_move_cost.
15218         * postreload.c (reload_cse_simplify_set): (Ditto.).
15219         * reload1.c (choose_reload_regs): (Ditto.).
15220         * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
15221         (MEMORY_MOVE_COST):  Revise documentation.
15223         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
15224         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
15225         * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
15226         type of 'in' argument to bool.
15227         (TARGET_MEMORY_MOVE_COST): Define.
15229 2010-06-05  Jan Hubicka  <jh@suse.cz>
15231         * ipa-pure-const.c (propagate): Fix typo in handling of functions
15232         that cannot return.  Be more careful when merging the results with
15233         previously known ones.
15235 2010-06-05  Matthias Klose  <doko@ubuntu.com>
15237         * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
15238         function to add the -iplugindir option.
15239         (find_plugindir_spec_function): Add new declaration and function.
15240         (static_spec_func): Use it for "find-plugindir".
15242 2010-06-05  Jakub Jelinek  <jakub@redhat.com>
15244         PR c++/44361
15245         * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
15246         * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
15247         statement expression.
15249 2010-06-05  Jan Hubicka  <jh@suse.cz>
15251         * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
15252         (df_rd_problem_data): Convert sparse_invalidated_by_call,
15253         dense_invalidated_by_call to bitmap head.
15254         (df_rd_alloc, df_rd_bb_local_compute_process_def,
15255         df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
15256         df_rd_start_dump, df_lr_verify_transfer_functions,
15257         df_live_verify_transfer_functions, df_chain_create_bb,
15258         df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
15259         df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
15260         df_simulate_one_insn_forwards, df_md_alloc,
15261         df_md_bb_local_compute_process_def,
15262         df_md_bb_local_compute_process_def, df_md_local_compute,
15263         df_md_transfer_function df_md_free): Update.
15265 2010-06-05  Joseph Myers  <joseph@codesourcery.com>
15267         PR c/44322
15268         * c-typeck.c (build_unary_op): Merge qualifiers into pointer
15269         target type for ADDR_EXPR; require no changes to qualifiers except
15270         for function types.
15271         * c-tree.h (c_build_type_variant): Remove.
15273 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
15275         * genautomata.c (get_excl_set): Do work per element, not per char.
15276         (check_presence_pattern_sets): Similar.
15277         (check_absence_pattern_sets): Similar.
15279 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
15281         * genautomata.c (curr_state_pass_num): Delete.
15282         (min_issue_delay_pass_states): Delete.
15283         (min_issue_delay): Delete.
15284         (initiate_min_issue_delay_pass_states): Delete.
15285         (output_min_issue_delay_table): Compute min_issue_delay_vect
15286         using a breadth-first search variant.
15287         (output_tables): Don't call initiate_min_issue_delay_pass_states.
15289 2010-06-04  H.J. Lu  <hongjiu.lu@intel.com>
15291         PR boostrap/44421
15292         * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
15293         (df_byte_lr_bb_local_compute): Likewise.
15295 2010-06-03  Jason Merrill  <jason@redhat.com>
15297         Implement noexcept operator (5.3.7)
15298         * c-common.c (c_common_reswords): Add noexcept.
15299         * c-common.h (enum rid): Add RID_NOEXCEPT.
15301 2010-06-04  Joseph Myers  <joseph@codesourcery.com>
15303         * config/darwin-driver.c (darwin_default_min_version): Use
15304         GCC-specific formats in diagnostics.
15305         * cppspec.c (lang_specific_driver): Use GCC-specific formats in
15306         diagnostics.
15307         * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
15308         execute, process_command, end_going_arg, do_self_spec, do_spec_1,
15309         eval_spec_function, handle_braces, process_brace_body, main,
15310         perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
15311         getenv_spec_function, compare_version_strings,
15312         version_compare_spec_function): Use GCC-specific formats in
15313         diagnostics.
15315 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
15317         * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
15318         that operand 0 and operand 1 are equal.
15319         (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
15320         (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
15321         and operand 1 are equal.
15322         <default>: Ditto.  Remove ??? comment.
15323         (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
15324         and operand 1 are equal.
15325         <default>: Ditto.  Remove ??? comment.
15326         (*adddi_4) <default>: Remove assert that operand 0 and operand 1
15327         are equal.
15328         (*add<mode>_4) <default>: Ditto.
15329         (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
15331 2010-06-04  Nathan Froyd  <froydnj@codesourcery.com>
15333         * config/i386/i386-protos.h (ix86_print_operand): Declare.
15334         * config/i386/i386.c (ix86_print_operand): Make non-static.
15335         * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
15336         * output.h (output_operand): Declare.
15337         * final.c (output_operand): Make non-static.
15339 2010-06-04  Alexandre Oliva  <aoliva@redhat.com>
15341         PR rtl-optimization/44013
15342         * sched-deps.c (add_dependence_list_and_free): Don't free lists
15343         when processing debug insns.
15345         PR debug/41371
15346         * var-tracking.c (find_loc_in_1pdv): Mark initial value before
15347         recursing.  Check that recursion is bounded.  Rename inner var
15348         to avoid hiding incoming argument.
15350 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
15352         * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
15353         operands[2] == 255.
15354         (*addqi_3): Ditto.
15355         (*addqi_4): Ditto.
15356         (*addqi_5): Ditto.
15357         (*addqi_ext_1_rex64): Ditto.
15358         (*addqi_ext_1): Ditto.
15360         (*addqi_4): Check for incdec_operand in QImode.
15362         (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
15363         using SWI mode iterator.
15364         (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
15365         (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
15366         mode iterator.
15367         (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
15368         using SWI mode iterator.
15370 2010-06-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
15372         PR c/25880
15373         * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
15374         * c-format.c (gcc_diag_flag_specs): Add hash.
15375         (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
15376         (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
15377         * c-pretty-print.c (pp_c_cv_qualifier): Rename as
15378         pp_c_cv_qualifiers. Handle qualifiers spelling here.
15379         (pp_c_type_qualifier_list): Call the function above.
15380         * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
15381         * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
15382         (WARN_FOR_QUALIFIERS): New macro.
15383         (convert_for_assignment): Use it.
15385 2010-06-04  Kai Tietz  <kai.tietz@onevision.com>
15387         * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
15389 2010-06-04  Jan Hubicka  <jh@suse.cz>
15391         * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
15392         df_byte_lr_bb_info): Embedd bitmap_head into the structure.
15393         (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
15394         DF_BYTE_LR_OUT): Update for embedded bitmaps.
15395         * fwprop.c (single_def_use_enter_block): Likewise.
15396         * ddg.c (create_ddg_dep_from_intra_loop_link,
15397         add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
15398         * loop-iv.c (latch_dominating_def): Likewise.
15399         * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
15400         df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
15401         df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
15402         df_rd_transfer_function, df_rd_top_dump,
15403         df_rd_bottom_dump): Update.
15404         (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
15405         df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
15406         df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
15407         df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
15408         df_lr_verify_solution_start, df_lr_verify_solution_end,
15409         df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
15410         df_live_free_bb_info, df_live_alloc, df_live_reset,
15411         df_live_bb_local_compute, df_live_init, df_live_transfer_function,
15412         df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
15413         df_live_verify_solution_start, df_live_verify_solution_end,
15414         df_live_verify_transfer_functions, df_chain_create_bb,
15415         df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
15416         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
15417         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
15418         df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
15419         df_byte_lr_confluence_0, df_byte_lr_confluence_n,
15420         df_byte_lr_transfer_function, df_byte_lr_top_dump,
15421         df_byte_lr_bottom_dump, df_create_unused_note,
15422         df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
15423         df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
15424         df_md_transfer_function, df_md_init, df_md_confluence_0,
15425         df_md_confluence_n,
15426         df_md_top_dump, df_md_bottom_dump): Update.
15427         (struct df_lr_problem_data): Embedd bitmap headers.
15429 2010-06-04  Jan Hubicka  <jh@suse.cz>
15431         * dce.c (dce_process_block): Do not re-scan already marked
15432         instructions.
15434 2010-06-04  Bernd Schmidt  <bernds@codesourcery.com>
15436         PR rtl-optimization/39871
15437         PR rtl-optimization/40615
15438         PR rtl-optimization/42500
15439         PR rtl-optimization/42502
15440         * ira.c (init_reg_equiv_memory_loc: New function.
15441         (ira): Call it twice.
15442         * reload.h (calculate_elim_costs_all_insns): Declare.
15443         * ira-costs.c: Include "reload.h".
15444         (regno_equiv_gains): New static variable.
15445         (init_costs): Allocate it.
15446         (finish_costs): Free it.
15447         (ira_costs): Call calculate_elim_costs_all_insns.
15448         (find_costs_and_classes): Take estimated elimination costs
15449         into account.
15450         (ira_adjust_equiv_reg_cost): New function.
15451         * ira.h (ira_adjust_equiv_reg_cost): Declare it.
15452         * reload1.c (init_eliminable_invariants, free_reg_equiv,
15453         elimination_costs_in_insn, note_reg_elim_costly): New static functions.
15454         (elim_bb): New static variable.
15455         (reload): Move code out of here into init_eliminable_invariants and
15456         free_reg_equiv.  Call them.
15457         (calculate_elim_costs_all_insns): New function.
15458         (eliminate_regs_1): Declare.  Add extra arg FOR_COSTS;
15459         all callers changed.  If FOR_COSTS is true, don't call alter_reg,
15460         but call note_reg_elim_costly if we turned a valid memory address
15461         into an invalid one.
15462         * Makefile.in (ira-costs.o): Depend on reload.h.
15464 2010-06-04  Julian Brown  <julian@codesourcery.com>
15466         * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
15467         for pool ranges.
15469 2010-06-04  Richard Guenther  <rguenther@suse.de>
15471         PR lto/41584
15472         * cgraph.h (struct varpool_node): Add lto_file_data field.
15473         * lto-cgraph.c (input_varpool_node): Initialize it.
15475 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
15477         * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
15478         * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
15479         predicate in "type" attribute calculation.
15480         (*addsi_1_zext): Ditto.
15481         (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
15482         (*addsi_2_zext): Ditto.
15483         (*add<mode>_3): Ditto.
15484         (*addsi_3_zext): Ditto.
15485         (*add<mode>_5): Ditto.
15487 2010-06-03  Jan Hubicka  <jh@suse.cz>
15489         * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
15490         of bitmap_bit_p.
15491         * cfganal.c (compute_dominance_frontiers_1): Likewise.
15493 2010-06-03  Jan Hubicka  <jh@suse.cz>
15495         * df-problems.c (df_create_unused_note, df_note_bb_compute):
15496         micro-optimize the checks when to add new note.
15498 2010-06-03  Nathan Froyd  <froydnj@codesourcery.com>
15500         * final.c (output_asm_insn): Call
15501         targetm.asm_out.print_operand_punct_valid_p.  Update comments.
15502         (output_operand): Call targetm.asm_out.print_operand.  Update comments.
15503         (output_address): Call targetm.asm_out.print_operand_address.
15504         Update comments.
15505         * target.h (struct gcc_target): Add print_operand,
15506         print_operand_address, and print_operand_punct_valid_p fields.
15507         * targhooks.h (default_print_operand): Declare.
15508         (default_print_operand_address): Declare.
15509         (default_print_operand_punct_valid_p): Declare.
15510         * targhooks.c (default_print_operand): Define.
15511         (default_print_operand_address): Define.
15512         (default_print_operand_punct_valid_p): Define.
15513         * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
15514         (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
15515         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
15516         (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
15517         TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
15518         * vmsdbgout.c (addr_const_to_string): Update comment.
15519         * config/i386/i386.c (print_operand): Rename to...
15520         (ix86_print_operand): ...this.  Make static.
15521         (print_operand_address): Rename to...
15522         (ix86_print_operand_address): ...this.  Make static.  Call
15523         ix86_print_operand instead of PRINT_OPERAND.
15524         (ix86_print_operand_punct_valid_p): New function.
15525         (TARGET_PRINT_OPERAND): Define.
15526         (TARGET_PRINT_OPERAND_ADDRESS): Define.
15527         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
15528         * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
15529         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
15530         (PRINT_OPERAND): Delete.
15531         (PRINT_OPERAND_ADDRESS): Delete.
15532         * config/i386/i386-protos.h (print_operand): Delete prototype.
15533         (print_operand_address): Delete prototype.
15535 2010-06-03  Richard Guenther  <rguenther@suse.de>
15537         PR tree-optimization/44403
15538         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
15539         Preserve pointer qualifiers.
15540         (vect_create_data_ref_ptr): Likewise.
15542 2010-06-03  H.J. Lu  <hongjiu.lu@intel.com>
15544         PR c++/44294
15545         * defaults.h (MAX_FIXED_MODE_SIZE): New.
15547         * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
15549 2010-06-03  Jakub Jelinek  <jakub@redhat.com>
15551         PR debug/44375
15552         * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
15553         return false if merging the bbs would lead to goto_locus
15554         location being lost from the IL.
15556 2010-06-03  Jan Hubicka  <jh@suse.cz>
15557             Jakub Jelinek  <jakub@redhat.com>
15559         * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
15560         set->regs[i] is NULL or has just one entry.
15562 2010-06-03  Jan Hubicka  <jh@suse.cz>
15564         * lto-cgraph.c (lto_varpool_encoder_size): Remove.
15565         * lto-streamer.h (lto_varpool_encoder_size): New inline function.
15567 2010-06-03  Paul Brook  <paul@codesourcery.com>
15569         * config/arm/arm.c (FL_TUNE): Define.
15570         (arm_default_cpu, arm_cpu_select): Remove.
15571         (all_cores): Populate core field.
15572         (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
15573         (arm_find_cpu): New function.
15574         (arm_handle_option): Lookup cpu/architecture names.
15575         (arm_override_options): Cleanup mcpu/march/mtune handling.
15576         (arm_file_start): Ditto.
15578 2010-06-03  Alan Modra  <amodra@gmail.com>
15580         PR target/44169
15581         * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
15582         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
15583         rtx to gen_load_toc_v4_PIC_1b.  Tidy.
15584         (rs6000_emit_load_toc_table): Likewise.
15586 2010-06-02  Jan Hubicka  <jh@suse.cz>
15588         * passes.c (init_optimization_passes): Put ipa reference
15589         after ipa pure-const.
15591 2010-06-02  Jan Hubicka  <jh@suse.cz>
15593         * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
15594         calls_read_all and calls_write_all.
15595         (get_reference_optimization_summary): Fix formatting.
15596         (is_proper_for_analysis): Check that decl is not readonly.
15597         (propagate_bits): Check CONST/PURE/noreturn flags.
15598         (ipa_init): Move all_module_statics to optimization_summary_obstack.
15599         (analyze_function): Ignore indirect edges.
15600         (copy_global_bitmap): For all module statics, do nothing.
15601         (generate_summary): Do not print calls_read_all/calls_write_all.
15602         (read_write_all_from_decl): Take node as argument; check
15603         cgraph_node_cannot_return.
15604         (propagate): Reorganize read_all/write_all computation;
15605         check indirect edges; check ecf flags; use all_module_statics
15606         in the results; do not free all_module_statics.
15607         (stream_out_bitmap): Handle all_module_statics.
15608         (ipa_reference_write_optimization_summary): Likewise; use
15609         varpool/cgraph encoders to get boundaries.
15610         (ipa_reference_read_optimization_summary): Read in all_module_statics;
15611         use it when possible.
15613 2010-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
15615         PR target/44218
15616         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
15617         -mswdiv option.  Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
15619         * doc/extend.texi (powerpc builtins): Document vec_recip,
15620         vec_rsqrt, vec_rsqrte altivec/vsx builtins.
15622         * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
15623         (rs6000_emit_swrsqrt): Ditto.
15624         (rs6000_emit_swdivsf): Delete.
15625         (rs6000_emit_swdivdf): Ditto.
15626         (rs6000_emit_swrsqrtsf): Ditto.
15628         * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
15629         describe the reciprocal estimate support for each type.
15630         (recip_options): Map -mrecip=<opt> into option bits.
15631         (gen_2arg_fn_t): New typedef for binary rtx gen function.
15632         (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
15633         reciprocal estimate instructions.
15634         (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
15635         debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
15636         Set up rs6000_recip_bits based on the -mrecip* options.  Print the
15637         cost information if -mdebug=cost or -mdebug=reg.
15638         (rs6000_override_options): Set -mrecip-precision for power6, and
15639         power7 machines.  If -mvsx or -mdfp, enable various options that
15640         came in previous instruction set ISAs, unless the option was
15641         explicitly disabled by the command line option.  Parse
15642         -mrecip=<opt> options.
15643         (rs6000_builtin_vectorized_function): Add support for vectorizing
15644         the reciprocal estimate builtins and expansions.
15645         (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
15646         (bdesc_2arg): Add reciprocal estimate builtins.
15647         (bdesc_1arg): Add reciprocal square root estimate builtins.
15648         (rs6000_expand_builtin): Rewrite to use a switch statement,
15649         instead of multiple if/then/elses.  Add reciprocal estimate builtins.
15650         (rs6000_init_builtins): Create declarations for reciprocal
15651         estimate builtins.
15652         (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
15653         sized, prefer traditional floating point registers, if integer
15654         vector types, prefer altivec registers.  Don't actually look at
15655         the memory address any more.
15656         (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
15657         builtins.
15658         (rs6000_load_constant_and_splat): New helper function to load up
15659         the constant for reciprocal estimate instructions.
15660         (rs6000_emit_madd): New helper function for generating
15661         multiply/add type instructions, based on the current switches.
15662         (rs6000_emit_msub): Ditto.
15663         (rs6000_emit_mnsub): Ditto.
15664         (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
15665         replace a divide with a reciprocal estimate and fixup, adding
15666         support for machines with high precision and vectors.
15667         (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
15668         low precision machines.
15669         (rs6000_emit_swdiv): New common function to be called to replace a
15670         division with reciprocal estimate and fixup.
15671         (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf.  Add support
15672         for double and vector types.  Add support for high precision machines.
15674         * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
15675         the reciprocal estimate instructions can be generated.
15676         (TARGET_FRE): Ditto.
15677         (TARGET_FRSQRTES): Ditto.
15678         (TARGET_FRSQRTE): Ditto.
15679         (RS6000_RECIP_*): New macros for reciprocal estimate support.
15681         * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
15682         square root estimate on vectors.
15683         (re<mode>2): New insn for reciprocal division estimate on vectors.
15685         * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
15686         New builtin.
15687         (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
15688         (ALTIVEC_BUITLIN_VEC_RE): Ditto.
15689         (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
15690         (VSX_BUILTIN_RSQRT_V4SF): Ditto.
15691         (VSX_BUITLIN_RSQRT_V2DF): Ditto.
15692         (RS6000_BUILTIN_RSQRT): Ditto.
15693         (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
15694         floating point builtin.
15696         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
15697         macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
15698         __RECIP_PRECISION__ based on the command line switches.
15699         (altivec_overloaded_builtins): Add reciprocal estimate builtins.
15701         * config/rs6000/rs6000.opt (-mrecip): Document add support for
15702         replacing division instructions with reciprocal estimate and fixup.
15703         (-mrecip=<opt>): New option.
15704         (-mrecip-precision): Ditto.
15706         * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
15707         (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
15708         (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
15709         precision scalar.
15711         * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
15712         (UNSPEC_VREFP): Ditto.
15713         (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
15714         conterparts with regard to support of -mno-fused-madd and -ffast-math.
15715         (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
15716         reciprocal estimate instructions to be generated.
15717         (altivec_vrefp): Ditto.
15719         * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
15720         estimate support.
15721         (rreg): New mode attribute for reciprocal estimate support.
15722         (recip<mode>3): New insn for division using reciprocal estimate
15723         and fixup builtins.
15724         (divide define_split): New define_split to convert floating point
15725         division to use reciprocal estimate if the user used the
15726         appropriate options and the split is run when we can add new
15727         pseudo registers for the fixup.
15728         (rsqrt<mode>2): New insn for reciprocal square root support.
15729         (recipsf3): Move into recip<mode>3.
15730         (recipdf3): Ditto.
15731         (fres): Use TARGET_FRES.
15732         (rsqrtsf2): Move into rsqrt<mode>2.
15733         (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
15734         (copysignsf3): Add support for VSX.
15735         (fred): Use TARGET_FRE.
15736         (fred_fpr): Ditto.
15737         (rsqrtdf_internal1): New function for frsqrte instruciton.
15739         * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
15740         (vec_rsqrt): Ditto.
15742 2010-06-03  Richard Guenther  <rguenther@suse.de>
15744         PR middle-end/44291
15745         * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
15746         (set_user_assembler_libfunc): Likewise.
15748 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
15750         * mkconfig.sh: Include insn-flags.h and insn-constants.h before
15751         defaults.h.
15752         * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
15753         to defaults.h
15754         * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
15755         DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
15756         FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
15757         STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
15758         STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
15759         STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
15760         STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
15761         STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
15762         * defaults.h: Updated for above mentioned changes.
15764 2010-06-02  Kai Tietz  <kai.tietz@onevision.com>
15766         * c-common.c: Remove header include of tm_p.h.
15767         * Makefile.in (c-common.o): Remove TM_P_H dependency.
15769 2010-06-02  Jakub Jelinek  <jakub@redhat.com>
15771         * tree.h (struct tree_decl_map): New type.
15772         (tree_decl_map_eq, tree_decl_map_marked_p): Define.
15773         (tree_decl_map_hash): New prototype.
15774         (debug_expr_for_decl, value_expr_for_decl): Change into
15775         tree_decl_map hashtab from tree_map.
15776         (init_ttree): Adjust initialization.
15777         (tree_decl_map_hash): New function.
15778         (decl_debug_expr_lookup, decl_debug_expr_insert,
15779         decl_value_expr_lookup, decl_value_expr_insert): Adjust.
15781 2010-06-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15783         * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
15784         linker emulations.
15785         * configure: Regenerate.
15786         * config.in: Regenerate.
15788         * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
15789         (X86_64_EMULATION): Define.
15790         (TARGET_LD_EMULATION): Use them.
15792         * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
15793         (SPARC64_EMULATION): Define.
15794         (LINK_ARCH_SPEC): Use them.
15796 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
15798         * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
15799         smallest_mode_for_size for computing the precision types of new
15800         graphite IVs.  Do not call lang_hooks.types.type_for_size.
15802 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
15804         * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
15805         information.
15806         (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
15808 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
15810         PR middle-end/44363
15811         * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
15812         return false instead.
15814 2010-06-02  Jan Hubicka  <jh@suse.cz>
15816         PR middle-end/44295
15817         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
15818         create new cgraph node to check callee.
15820 2010-06-02  Richard Guenther  <rguenther@suse.de>
15822         * lto-streamer-in.c (input_gimple_stmt): Fix typo.
15824 2010-06-02  Richard Guenther  <rguenther@suse.de>
15826         * lto-wrapper.c (lto_wrapper_exit): Rename to ...
15827         (lto_wrapper_cleanup): ... this.  Do not exit.
15828         (fatal): Adjust.  Exit here.
15829         (fatal_perror): Likewise.
15830         (fatal_signal): New function.
15831         (main): Set up signal handlers to cleanup temporary files.
15832         * Makefile.in (lto-wrapper.o): Adjust dependencies.
15834 2010-06-02  Richard Guenther  <rguenther@suse.de>
15836         PR tree-optimization/44377
15837         * tree-ssa-structalias.c (find_func_aliases): Fix typo.
15839 2010-06-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15841         * config/s390/2097.md (z10_fhex): Remove insn reservation.
15842         * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
15843         (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
15844         *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
15845         instruction.
15846         * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
15848 2010-06-02  Jan Hubicka  <jh@suse.cz>
15850         * bitmap.c (bitmap_descriptor): Add search_iter.
15851         (bitmap_find_bit): Increment it.
15852         (print_statistics): Print it.
15854 2010-06-02  Nathan Froyd  <froydnj@codesourcery.com>
15856         * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
15857         instead of gimple_build_call_vec.  Delete unnecessary local variable.
15859 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
15861         * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
15862         change from yesterday.
15864 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
15866         * c-ada-spec.c: Clean up redundant includes.
15868 2010-06-01  Steven Bosscher  <steven@gcc.gnu.org>
15870         * gimplify.c: Do not include except.h and optabs.h.
15871         (gimplify_body): Do not initialize RTL profiling.
15872         * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
15873         langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
15874         * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
15875         output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
15876         langhooks.h.
15878         * tree-pretty-print.h: Include pretty-print.h.
15879         * gimple-pretty-print.h: Include pretty-print.h.
15881         * tree-pretty-print.c: Do not include diagnostic.h.
15882         * tree-vrp.c: Likewise.
15883         * tree-tailcall.c: Likewise
15884         * tree-scalar-evolution.c: Likewise
15885         * tree-ssa-dse.c: Likewise
15886         * tree-chrec.c: Likewise
15887         * tree-ssa-sccvn.c: Likewise
15888         * tree-ssa-copyrename.c: Likewise
15889         * tree-nomudflap.c: Likewise
15890         * tree-call-cdce.c: Likewise
15891         * tree-stdarg.c: Likewise
15892         * tree-ssa-math-opts.c: Likewise
15893         * tree-nrv.c: Likewise
15894         * tree-ssa-sink.c: Likewise
15895         * tree-browser.c: Likewise
15896         * tree-ssa-loop-ivcanon.c: Likewise
15897         * tree-ssa-loop.c: Likewise
15898         * tree-parloops.c: Likewise
15899         * tree-ssa-address.c: Likewise
15900         * tree-ssa-ifcombine.c: Likewise
15901         * tree-if-conv.c: Likewise
15902         * tree-data-ref.c: Likewise
15903         * tree-affine.c: Likewise
15904         * tree-ssa-phiopt.c: Likewise
15905         * tree-ssa-coalesce.c: Likewise
15906         * tree-ssa-pre.c: Likewise
15907         * tree-ssa-live.c: Likewise
15908         * tree-predcom.c: Likewise
15909         * tree-ssa-forwprop.c: Likewise
15910         * tree-ssa-dce.c: Likewise
15911         * tree-ssa-ter.c: Likewise
15912         * tree-ssa-loop-prefetch.c: Likewise
15913         * tree-optimize.c: Likewise
15914         * tree-ssa-phiprop.c: Likewise
15915         * tree-object-size.c: Likewise
15916         * tree-outof-ssa.c: Likewise
15917         * tree-ssa-structalias.c: Likewise
15918         * tree-switch-conversion.c: Likewise
15919         * tree-ssa-reassoc.c: Likewise
15920         * tree-ssa-operands.c: Likewise
15921         * tree-vectorizer.c: Likewise
15922         * tree-vect-data-refs.c: Likewise
15923         * tree-vect-generic.c: Likewise
15924         * tree-vect-stmts.c: Likewise
15925         * tree-vect-patterns.c: Likewise
15926         * tree-vect-slp.c: Likewise
15927         * tree-vect-loop.c: Likewise
15928         * tree-ssa-loop-ivopts.c: Likewise
15929         * tree-ssa-loop-im.c: Likewise
15930         * tree-ssa-loop-niter.c: Likewise
15931         * tree-ssa-loop-unswitch.c: Likewise
15932         * tree-ssa-loop-manip.c: Likewise
15933         * tree-ssa-loop-ch.c: Likewise
15934         * tree-dump.c: Likewise
15935         * tree-complex.c: Likewise
15937         * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
15938         * tree-ssa-uninit.c: Likewise
15939         * tree-ssa-threadupdate.c: Likewise
15940         * tree-ssa-uncprop.c: Likewise
15941         * tree-ssa-ccp.c: Likewise
15942         * tree-ssa-dom.c: Likewise
15943         * tree-ssa-propagate.c: Likewise
15944         * tree-ssa-alias.c: Likewise
15945         * tree-dfa.c: Likewise
15946         * tree-cfgcleanup.c: Likewise
15947         * tree-sra.c: Likewise
15948         * tree-ssa-copy.c: Likewise
15949         * tree-ssa.c: Likewise
15950         * tree-profile.c: Likewise
15951         * tree-cfg.c: Likewise
15952         * tree-ssa-threadedge.c: Likewise
15953         * tree-vect-loop-manip.c: Likewise
15955         * tree-inline.c: Do not include diagnostic.h and expr.h.
15956         Include rtl.h.
15957         (copy_decl_for_dup_finish): Do not use NULL_RTX.
15959         * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
15960         * tree-loop-distribution.c: Likewise.
15962 2010-06-01  Jan Hubicka  <jh@suse.cz>
15964         * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
15966 2010-06-01  Jan Hubicka  <jh@suse.cz>
15968         * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
15969         remove return value.
15970         (split_bbs_on_noreturn_calls) .... here.
15971         * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
15972         * tree-flow.h (fixup_noreturn_call): New.
15974 2010-06-01  Jan Hubicka  <jh@suse.cz>
15976         * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
15978 2010-06-01  Nathan Froyd  <froydnj@codesourcery.com>
15980         * tree.h (build_nt_call_list): Delete.
15981         * tree.c (build_nt_call_list): Delete.
15983 2010-06-01  Jan Hubicka  <jh@suse.cz>
15985         * fwprop.c: Make emit-rtl.h include last.
15986         * rtlanal.c: Include emit-rtl.h.
15987         * genautomata.c: Output emit-rtl include into insn-automata.c
15988         * df-scan.c: Include emit-rtl.h.
15989         * haifa-sched.c: Indlude emit-rtl.h.
15990         * mode-switching.c: Indlude emit-rtl.h.
15991         * graph.c: Indlude emit-rtl.h.
15992         * sel-sched.c: Include emit-rtl.h.
15993         * sel-sched-ir.c: Include emit-rtl.h.
15994         * ira-build.c: Include emit-rtl.h.
15995         * emit-rtl.c (first_insn, last_insn): Remove defines.
15996         (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
15997         Move to emit-rtl.h.
15998         (set_new_first_and_last_insn, get_last_insn_anywhere,
15999         get_first_nonnote_insn, get_last_nonnote_insn, try_split,
16000         make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
16001         delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
16002         emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
16003         push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
16004         Use accessor functions.
16005         * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
16006          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
16007         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
16008         mem_expr_equal_p): Move here from rtl.h.
16009         (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
16010         Move here from emit-rtl.c; make inline.
16011         * cfglayout.h: Include emit-rtl.h.
16012         * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
16013          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
16014         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
16015         mem_expr_equal_p, get_insns, set_first-insn,
16016         get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
16017         * reg-stack.c: Include emit-rtl.h.
16018         * dce.c: Likewise.
16020 2010-06-01  Jan Hubicka  <jh@suse.cz>
16022         * cgraph.h (tree_function_versioning): Update prototype.
16023         (cgraph_function_versioning): Update prototype.
16024         * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
16025         bitmap.
16026         (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
16027         (cgraph_materialize_clone, save_inline_function_body): Update use of
16028         tree_function_versioning.
16029         * tree-inline.c (copy_bb): Look for previous copied block to link
16030         after; fix debug output.
16031         (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
16032         (copy_body): Likewise.
16033         (expand_call_inline): Update use of copy_body.
16034         (tree_function_versioning): Update use of copy body; accept
16035         blocks_to_copy and new_entry.
16037 2010-06-01  Jan Hubicka  <jh@suse.cz>
16039         * gegenrtl.c: Remove unnecesary prototypes.
16040         (gendecl): Remove.
16041         (gendef): Produce static inline.
16042         (gencode): Remove.
16043         (main): Do not decode parameters; generate header only.
16044         * Makefile.in (genrtl.c): Remove.
16046 2010-06-01  Jan Hubicka  <jh@suse.cz>
16048         * tree-switch-conversion.c (build_one_array): Make it readonly.
16050 2010-06-01  Richard Guenther  <rguenther@suse.de>
16052         * optabs.c (init_optabs): Guard all accesses to reinit.
16053         * ipa-pure-const.c (propagate): Fix another typo.
16054         * opts.c (common_handle_option): Split assignment to bool.
16055         * c-opts.c (c_common_handle_option): Likewise.
16057 2010-06-01  Arnaud Charlet  <charlet@adacore.com>
16058             Matthew Gingell  <gingell@adacore.com>
16060         * doc/invoke.texi: Mention -fdump-ada-spec.
16061         * tree-dump.c (dump_files): Add ada-spec.
16062         (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
16063         * tree-pass.h (tree_dump_index): Add TDI_ada.
16064         * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
16065         (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
16066         (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
16067         * c-decl.c: Include c-ada-spec.h.
16068         (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
16069         functions.
16070         (c_write_global_declarations): Add handling of -fdump-ada-spec.
16071         * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
16072         * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
16073         * c-ada-spec.h, c-ada-spec.c: New files.
16075 2010-06-01  Richard Guenther  <rguenther@suse.de>
16077         PR lto/43853
16078         * ipa-pure-const.c (get_function_state): Hand back varying state
16079         if we do not have one.
16080         (has_function_state): New function.
16081         (duplicate_node_data): Adjust.
16082         (remove_node_data): Likewise.
16083         (pure_const_write_summary): Likewise.
16084         (propagate): Likewise.  Fix typo.
16086 2010-06-01  Jan Hubicka  <jh@suse.cz>
16088         * tree-cfg.c (verify_stmt): Do not skip could_throw test.
16089         * passes.c (execute_function_todo): Do not make implicit verify_ssa.
16090         (execute_all_ipa_transforms): Do not play with the states.
16092 2010-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
16094         * config/arm/t-linux-androideabi: New.
16095         * config.gcc (arm*-*-linux-androideabi): Include multilib config.
16097 2010-06-01  Jan Hubicka  <jh@suse.cz>
16099         * tree-inline.c (estimate_num_insns): For stdarg functions look
16100         into call statement to count cost of argument passing.
16102 2010-06-01  Kai Tietz  <kai.tietz@onevision.com>
16104         * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
16105         argument for fprintf.
16106         (ix86_output_addr_diff_elt): Likewise.
16107         (x86_function_profiler): Likewise.
16108         * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
16109         (LPREFIX): Likewise.
16110         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
16112 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
16114         PR target/44338
16115         * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
16116         fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
16117         fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
16118         fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
16119         fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
16120         fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
16121         fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
16122         Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
16123         TARGET_FUSED_MADD.
16125 2010-05-31  Jan Hubicka  <jh@suse.cz>
16127         * tree.h (tree_range_check_failed): Declare noreturn.
16129 2010-05-31  Jan Hubicka  <jh@suse.cz>
16131         * gimple.c (gimple_call_builtin_p): New function.
16132         * gimple.h (gimple_call_builtin_p): Declare.
16133         * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
16134         to exit.
16135         (execute_warn_function_return): BUILT_IN_RETURN is return.
16136         (split_critical_edges): Return edges are not critical.
16137         (is_ctrl_altering_stmt): Builtin_in_return is altering.
16138         (gimple_verify_flow_info): Handle built_in_return.
16139         (execute_warn_function_return): Handle built_in_return.
16140         * ipa-pure-const.c (check_call): Ignore builtin_return.
16142 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
16144         PR middle-end/44337
16145         * expr.c (expand_assignment): Don't store anything for out-of-bounds
16146         array accesses with non-MEM.
16148         PR tree-optimization/44182
16149         * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
16150         newly needs to end a bb is followed by debug stmts, instead return
16151         true from the function at the end.
16152         (maybe_move_debug_stmts_to_successors): New function.
16153         (copy_cfg_body): Call it if copy_edges_for_bb returned true.
16155 2010-05-31  Kai Tietz  <kai.tietz@onevision.com>
16157         PR target/44161
16158         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
16160 2010-05-31  Eric Botcazou  <ebotcazou@adacore.com>
16162         * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
16163         for nested functions in non-optimized compilation.
16165 2010-05-31  Richard Guenther  <rguenther@suse.de>
16167         * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
16169 2010-05-30  Jan Hubicka  <jh@suse.cz>
16171         * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
16173 2010-05-30  Richard Guenther  <rguenther@suse.de>
16175         PR lto/42975
16176         * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
16177         (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
16178         no longer needed.
16180 2010-05-30  Iain Sandoe  <iains@gcc.gnu.org>
16182         * config/darwin.c (output_objc_section_asm_op): Add comment.
16183         (name_needs_quotes): Add '_' to list of valid comment chars.
16184         (machopic_output_function_base_name): Remove unneeded quotes.
16185         (darwin_encode_section_info): Adjust asm whitespace.
16186         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
16187         (ASM_OUTPUT_LOCAL): Ditto.
16188         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
16189         * config/darwin.h (GLOBAL_ASM_OP): Ditto.
16190         * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
16192 2010-05-30  Eric Botcazou  <ebotcazou@adacore.com>
16194         * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
16195         RS6000_OUTPUT_BASENAME unconditionally.
16196         (rs6000_output_function_epilogue): Likewise.
16198 2010-05-30  Jan Hubicka  <jh@suse.cz>
16200         * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
16201         nodes.
16203 2010-05-30  Richard Guenther  <rguenther@suse.de>
16205         * tree-cfg.c (verify_gimple_assign_single): Implement
16206         verification for COND_EXPR rhs.
16208 2010-05-30  Jan Hubicka  <jh@suse.cz>
16210         * cgraph.h (cgraph_dump_file): Declare.
16211         * cgraphunit.c (cgraph_dump_file): Export.
16212         * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
16214 2010-05-30  Jan Hubicka  <jh@suse.cz>
16216         * dwarf2out.c (reference_to_unused,
16217         premark_types_used_by_global_vars_helper): Avoid creation of new
16218         varpool nodes.
16220 2010-05-30  Jan Hubicka  <jh@suse.cz>
16222         * cgraph.h (cgraph_node_cannot_return,
16223         cgraph_edge_cannot_lead_to_return): New functions.
16224         * cgraph.c (cgraph_node_cannot_return,
16225         cgraph_edge_cannot_lead_to_return): Use them.
16226         * ipa-pure-const.c (pure_const_names): New static var.
16227         (check_call): Handle calls not leading to return.
16228         (pure_const_read_summary): Dump info read.
16229         (propagate): Dump info about propagation process; ignore side effects
16230         of functions not leading to exit; fix handling of pure functions.
16232 2010-05-30  Jan Hubicka  <jh@suse.cz>
16234         * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
16235         for tail call epilogues.
16237 2010-05-30  Jan Hubicka  <jh@suse.cz>
16239         * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
16240         ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
16241         dump files.
16243 2010-05-29  Jan Hubicka  <jh@suse.cz>
16245         * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
16246         node; remove references in node we no longer keep in cgrpah but need
16247         body of.
16249 2010-05-29  Jan Hubicka  <jh@suse.cz>
16251         * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
16253 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16255         PR target/44165
16256         * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
16258 2010-05-29  Jan Hubicka  <jh@suse.cz>
16260         * tree-vrp.c (debug_value_range, debug_all_value_ranges,
16261         debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
16262         * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
16263         debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
16264         debug_names_replaced_by, debug_update_ssa): Likewise.
16265         * sbitmap.c (debug_sbitmap): Likewise.
16266         * genrecog.c (debug_decision, debug_decision_list): Likewise.
16267         * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
16268         debug_tree_chain): Likewise.
16269         * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
16270         * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
16271         * optabs.c (debug_optab_libfuncs): Likewise.
16272         (verify_loop_closed_ssa): Likewise.
16273         * value-prof.c (verify_histograms): Likewise.
16274         * reload.c (debug_reload_to_stream, debug_reload): Likewise.
16275         * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
16276         * cfghooks.c (verify_flow_info): Likewise.
16277         * fold-const.c (debug_fold_checksum): Likewise.
16278         * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
16279         * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
16280         Likewise.
16281         * omega.c (debug_omega_problem): Likewise.
16282         * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
16283         * tree-ssa-ccp.c (debug_lattice_value): Likewise.
16284         * dominance.c (verify_dominators, debug_dominance_info,
16285         debug_dominance_tree): Likewise.
16286         * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
16287         * df_regno_debug, df_ref_debug,
16288         debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
16289         debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
16290         * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
16291         * sel-sched.c (debug_state): Likewise.
16292         * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
16293         Likewise.
16294         * cfganal.c (print_edge_list, verify_edge_list): Likewise.
16295         * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
16296         * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
16297         * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
16298         Likewise.
16299         * c-pretty-print.c (debug_c_tree): Likewise.
16300         * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
16301         debug_av_set, debug_lv_set, debug_ilist, debug_blist,
16302         debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
16303         * ebitmap.c (debug_ebitmap): Likewise.
16304         * function.c (debug_find_var_in_block_tree): Likewise.
16305         * print-rtl.c (debug_rtx): Likewise.
16306         (debug_rtx_count): Likewise.
16307         (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
16308         * stor-layout.c (debug_rli): Likewise.
16309         * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
16310         * tree-data-ref.c (debug_data_references,
16311         debug_data_dependence_relations, debug_data_reference,
16312         debug_data_dependence_relation, debug_rdg_vertex,
16313         debug_rdg_component, debug_rdg): Likewise.
16314         * tree-affine.c (debug_aff): Likewise.
16315         * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
16316         Likewise.
16317         * except.c (debug_eh_tree, verify_eh_tree): Likewise.
16318         * emit-rtl.c (verify_rtl_sharing): Likewise.
16319         * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
16320         debug_value_expressions): Likewise.
16321         * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
16322         * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
16323         * print-tree.c (debug_tree, debug_vec_tree): Likewise.
16324         * cfglayout.c (verify_insn_chain): Likewise.
16325         * graphite-clast-to-gimple.c (debug_clast_name_indexes,
16326         debug_clast_stmt, debug_generated_program): Likewise.
16327         * ggc-page.c (debug_print_page_list): Likewise.
16328         * tree-ssa-ter.c (debug_ter): Likewise.
16329         * graphite-dependences.c (debug_pddr): Likewise.
16330         * sched-deps.c (debug_ds): Likewise.
16331         * tree-ssa.c (verify_ssa): Likewise.
16332         * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
16333         debug_scattering_functions, debug_iteration_domains, debug_pdr,
16334         debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
16335         debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
16336         * tree-inline.c (debug_find_tree): Likewise.
16337         * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
16338         debug_ppl_powerset_matrix): Likewise.
16339         * var-tracking.c (debug_dv): Likewise.
16340         * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
16341         * cfgloop.c (verify_loop_structure): Likewise.
16342         * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
16343         * c-common.c (verify_sequence_points): Likewise.
16344         * sched-rgn.c (debug_regions, debug_region, debug_candidate,
16345         debug_candidates, debug_rgn_dependencies): Likewise.
16346         * tree-ssa-structalias.c (debug_constraint, debug_constraints,
16347         * debug_constraint_graph, debug_solution_for_var,
16348         debug_sa_points_to_info): Likewise.
16349         * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
16350         Likewie.
16351         * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
16352         debug_loops, debug_loop, debug_loop_num): Likewise.
16353         * passes.c (debug_pass): Likewise.
16354         (dump_properties): Likewise; add cfglayout property.
16355         (debug_properties): Likewise.
16356         * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
16357         * varpool.c (debug_varpool): Likewise.
16358         * regcprop.c (debug_value_data): Likewise.
16359         * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
16360         debug_immediate_uses_for): Likewise.
16362 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
16364         PR bootstrap/44315
16365         * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
16366         Filter out insn-flags.h.
16368 2010-05-29  Jan Hubicka  <jh@suse.cz>
16370         * cgraph.h (struct varpool_node_set_def,
16371         struct cgraph_node_set_def): Remove unused AUX pointer.
16372         (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
16373         VEC_empty macro.
16375 2010-05-29  Jan Hubicka  <jh@suse.cz>
16377         PR middle-end/44324
16378         * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
16380 2010-05-29  Richard Guenther  <rguenther@suse.de>
16382         * lto-streamer.c (cached_bp): New global variable.
16383         (bitpack_create): Return the cached bitpack, if available.
16384         (bitpack_delete): Clear and cache the bitpack, if appropriate.
16385         (bp_pack_value): Remove redundant asserts.
16387 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
16389         PR middle-end/44306
16390         * tree-if-conv.c (is_true_predicate): New.
16391         (is_predicated): Use is_true_predicate.
16392         (add_to_predicate_list): Same.  Do not use unshare_expr.
16393         (add_to_dst_predicate_list): Same.
16395 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
16397         * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
16398         field on edges.
16399         (predicate_bbs): Same.
16400         (clean_predicate_lists): Same.
16401         (find_phi_replacement_condition): Do not AND the predicate from
16402         edge->aux.
16404 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
16406         PR bootstrap/44315
16407         * Makefile.in (build/gencondmd.o): Add a missing `\'.
16409 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16411         PR target/44261
16412         config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
16413         (negdf2): Adjust expander pattern and use negdf2_slow.
16414         (negsf2): Likewise.
16416 2010-05-29  Nathan Froyd  <froydnj@codesourcery.com>
16418         * basic-block.h (struct control_flow_graph): Move last_label_uid field
16419         up.
16420         * df.h (struct df_base_ref): Move regno field up.
16421         * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
16422         * expr.h (struct separate_ops): Move location field up.
16423         * optabs.h (struct optab_d): Move libcall_basename field down.
16424         * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
16425         * config/i386/i386.h (struct machine_function): Convert call_abi field
16426         into a bitfield.  Move cfa field to the end of the structure.
16428 2010-05-29  Jan Hubicka  <jh@suse.cz>
16430         * varpool.c (varpool_get_node): Fix lookup.
16432 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
16434         * config/spu/spu-protos.h: Do not include rtl.h.  Protect
16435         RTL specific prototypes with #ifdef RTX_CODE.
16436         * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
16437         * config/spu/t-spu-elf: Fix dependencies.
16439         * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
16441 2010-05-29  Mike Stump  <mikestump@comcast.net>
16443         PR bootstrap/44315
16444         * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
16445         TM_H when building to avoid dependency loops.
16447 2010-05-29  Jan Hubicka  <jh@suse.cz>
16449         * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
16450         refs and body; not the whole node for masters of materialized clones.
16452 2010-05-29  Mike Stump  <mikestump@comcast.net>
16454         * config/rs6000/rs6000-c.c: Remove c-tree.h include.
16456 2010-05-29  Jan Hubicka  <jh@suse.cz>
16458         * cgraph.c (clone_function_name): Take SUFFIX argument; export.
16459         (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
16460         use of clone_function_name.
16461         * cgraph.h (cgraph_create_virtual_clone,
16462         cgraph_function_versioning): update prototypes.
16463         (clone_function_name): Declare.
16464         * ipa-cp.c (ipcp_insert_stage): Update call of
16465         cgraph_create_virtual_clone.
16466         * omp-low.c (create_omp_child_function_name): Use
16467         cgraph_create_virtual_clone.
16468         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
16469         (cgraph_function_versioning): Take SUFFIX argument; produce new name
16470         and make decl local.
16472 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
16474         * vec.h: Include statistics.h
16475         * Makefile.in: Introduce VEC_H.  Replace all vec.h dependencies
16476         with VEC_H.
16478 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
16480         * c-lex.c: Do not include c-tree.h.
16481         * c-pretty-print.c: Likewise.
16482         * c-opts.c: Likewise.
16483         * c-gimplify.c: Likewise.
16484         * c-common.c: Likewise.
16485         * c-dump.c: Likewise.  Include c-common.h.
16487 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
16489         * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
16490         before including diagnostic-core.h.
16491         (c_cpp_error): New prototype moved from c-tree.h.
16492         Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
16493         * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
16494         (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
16495         (c_cpp_error): Prototype moved to c-common.h.
16496         * Makefile.in: Update dependency for C_COMMON_H.
16498 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
16500         * c-common.h: Add FIXME for awkward split of c_register_addr_space.
16501         * c-common.c (c_register_addr_space): Remove here.
16502         * c-decl.c (c_register_addr_space): Re-add here.
16504 2010-05-28  Mike Stump  <mikestump@comcast.net>
16506         * config/darwin-c.c: Remove c-tree.h include.
16508 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
16510         * gcc.c: Include diagnostic.h.
16511         (error_count): Remove.  All users changed to use errorcount.
16512         (programname): Remove.  All users changed to use progname.
16513         (fancy_abort, internal_error, fatal_error, error, warning, inform,
16514         fnotice): Remove.
16515         (execute): Don't include "Internal error" and bug reporting
16516         information in argument of internal_error call.
16517         (process_command): Don't increment error_count after calling
16518         perror_with_name.
16519         (input_filename): Rename to gcc_input_filename.  All users
16520         changed.
16521         (main): Call diagnostic_initialize.  Register delete_temp_files
16522         with atexit.  Use seen_error to test for errors.
16523         * gcc.h: Include diagnostic-core.h.
16524         (fatal_error, error, warning): Remove.
16525         * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
16526         (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
16527         (gcc.o): Update dependencies.
16529 2010-05-28  Jeff Law  <law@redhat.com>
16531         * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
16532         functions.
16533         * ira.h (ira_bad_reload_regno): Declare
16534         * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
16536         * ira-color.c (update_curr_costs): Free updated hard reg costs.
16537         (ira_reassign_conflict_allocnos): Remove bogus asserts.
16538         (allocno_reload_assign): Likewise.
16540 2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
16542         * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
16543         build1_stat.
16545 2010-05-28  Richard Guenther  <rguenther@suse.de>
16547         PR lto/44312
16548         * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
16549         Stream fixed-point constants mode.
16550         (unpack_ts_type_value_fields): Fix width of TYPE_MODE
16551         and TYPE_PRECISION.
16552         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
16553         Stream fixed-point constants mode.
16554         (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
16555         and TYPE_PRECISION.
16557 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
16559         * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
16560         only place it was called from.
16561         (number_of_latch_executions): Do not return chrec_dont_know when the
16562         may_be_zero is a runtime condition: instead, return a COND_EXPR
16563         including the may_be_zero condition.
16564         * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
16565         of nb_iterations.
16566         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
16567         COND_EXPRs.
16569 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
16571         * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
16572         generate COND_EXPRs for degenerate_phi_result.
16574 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
16576         PR middle-end/44293
16577         * tree-if-conv.c (if_convertible_loop_p): Check the
16578         if-convertibility of phi nodes in non predicated BBs.
16580 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
16582         * gcc.c (error, warning, inform): Remove duplicate ": " in output.
16584 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
16586         PR driver/15303
16587         * gcc.c (inform, warning, inform): New functions.
16588         (fatal_ice): Rename to internal_error; change cmsgid parameter to
16589         gmsgid.  All callers changed.
16590         (notice): Rename to fnotice; add parameter fp.  All callers changed.
16591         (fatal_error): Rename to fatal_signal.  All users changed.
16592         (fatal): Rename to fatal_error; change cmsgid parameter to
16593         gmsgid.  All callers changed.
16594         (process_command): Use warning instead of error for warnings.
16595         (end_going_arg): Don't use _() around argument of error.
16596         (do_spec_1): Use inform for message from %n specs.  Use warning
16597         instead of error for warnings.
16598         (main): Use inform for comparison messages.  Use warning for
16599         message about unused linker input.
16600         (error): Increment error_count.  Print "error: ".
16601         * gcc.h (fatal): Change to fatal_error.
16602         (warning): Declare.
16603         * config/darwin-driver.c (darwin_default_min_version): Use warning
16604         instead of fprintf for warnings.
16605         * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
16607 2010-05-28  Julian Brown  <julian@codesourcery.com>
16609         * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
16610         (*thumb2_addsi3_compare0_scratch): New.
16611         * config/arm/constraints.md (Pv): New.
16612         * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
16613         for ARM mode only.
16614         (*addsi3_compare0_scratch): Likewise.
16616 2010-05-28  Jan Hubicka  <jh@suse.cz>
16618         * ipa-reference.c (add_static_var): Remove redundant all_module_statics
16619         check.
16620         (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
16621         only on local statics.
16623 2010-05-28  Iain Sandoe  <iains@gcc.gnu.org>
16625         * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
16627 2010-05-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
16629         PR bootstrap/44314
16630         * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
16631         (OPTION_GLIBC): Define.
16633 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
16635         PR debug/41048
16636         * dwarf2out.c (double_int_type_size_in_bits): New function.
16637         (round_up_to_align): Change first argument and return value to
16638         double_int.
16639         (field_byte_offset): Work internally on double_ints.
16641         PR target/43636
16642         * builtins.c (expand_movstr): Use a temporary pseudo instead
16643         of target even when target is not NULL and not const0_rtx, but
16644         fails movstr predicate.
16645         * config/m32c/blkmov.md (movstr): Add predicate to first operand.
16647 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
16649         * final.c (rest_of_clean_state): Use %m in errors instead of
16650         strerror (errno).
16651         * gengtype.c (read_input_list, close_output_files): Use xstrerror
16652         instead of strerror.
16653         * toplev.c (process_options): Use %m in errors instead of strerror
16654         (errno).
16655         * tree-dump.c (dump_begin): Use %m in errors instead of strerror
16656         (errno).
16658 2010-05-28  Uros Bizjak  <ubizjak@gmail.com>
16660         * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
16661         (ix86_canonical_va_list_type): Make static.  Add declaration.
16662         (ix86_enum_va_list): Make static.  Reindent.
16663         * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
16664         (ix86_canonical_va_list_type): Ditto.
16665         (ix86_enum_va_list): Ditto.
16667 2010-05-28  Richard Guenther  <rguenther@suse.de>
16669         * lto-wrapper.c (run_gcc): With -save-temps generate a
16670         user-visible ltrans filename.  Fixup ltrans unit numbering.
16672 2010-05-28  Kai Tietz  <kai.tietz@onevision.com>
16674         * c-common.c (c_common_nodes_and_builtins): Replace use
16675         of TARGET_ENUM_VA_LIST by target hook enum_va_list.
16676         * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
16677         to ix86_enum_va_list.
16678         * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
16679         * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
16680         (TARGET_ENUM_VA_LIST_P): Add hook description.
16681         * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
16682         * target.h (gcc_target): Add enum_va_list hook.
16684         PR bootstrap/44299
16685         * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
16686         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
16687         * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
16689 2010-05-28  Alan Modra  <amodra@gmail.com>
16691         PR target/44266
16692         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
16693         emit_library_call machinery to set up __tls_get_addr calls.
16695 2010-05-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16697         * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
16699 2010-05-28  Dodji Seketeli  <dodji@redhat.com>
16701         Revert fix for PR c++/44188
16702         * c-common.c (is_typedef_decl): Revert the moving of  this
16703         definition ...
16704         * tree.c (is_typedef_decl): ... here.
16705         (typdef_variant_p): Revert the moving of this  definition
16706         here from cp/tree.c.
16707         * c-common.h (is_typedef_decl): Revert the moving of this
16708         declaration ...
16709         * tree.h (is_typedef_decl): ... here.
16710         (typedef_variant_p): Revert the moving of this  declaration here
16711         from cp/cp-tree.h
16712         * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
16713         (gen_tagged_type_die): Revert the splitting out of ...
16714         (gen_type_die_with_usage): ... this function. Revert the anonymous
16715         tagged type handling.
16716         (gen_typedef_die): Revert emitting DW_TAG_typedef  for
16717         typedefs naming anonymous tagged types.
16719 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
16721         * config/rs6000/rs6000-modes.def (PSImode): Delete.
16723 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
16725         * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
16726         * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
16727         throughout.
16728         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
16729         "xer" to "ca".
16730         Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
16731         XER_REGS to CA_REGS throughout.
16732         * config/rs6000/rs6000.h: Same.
16733         (ADDITIONAL_REGISTER_NAMES): Add "xer".
16734         * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO.  Document
16735         that mode_iterator "P" is the size for arithmetic carries as well.
16736         * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
16738 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
16740         PR bootstrap/44255
16741         * combine.c (struct rtx_subst_pair): Define unconditionally.
16742         (propagate_for_debug_subst): Likewise.  If not AUTO_INC_DEC,
16743         copy_rtx pair->to instead of cleanup_auto_inc_dec it.
16744         Call make_compound_operation on pair->to.
16745         (propagate_for_debug): Don't call make_compound_operation here.
16746         Always use simplify_replace_fn_rtx.
16748 2010-05-27  Sterling Augustine  <sterling@tensilica.com>
16750         * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
16751         * config/xtensa/xtensa.c (override_options): Check
16752           TARGET_FORCE_NO_PIC and set flag_pic.
16753         * config/xtensa/xtensa.opt: Document -mforce-no-pic
16755 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
16757         PR bootstrap/44299
16758         * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
16759         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
16761 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
16763         * diagnostic-core.h: New.  Contents moved from diagnostic.h and
16764         toplev.h.
16765         * diagnostic.c: Don't include toplev.h.
16766         (progname): Define.  Moved from toplev.c.
16767         (seen_error): New function.
16768         * diagnostic.h: Include diagnostic-core.h.
16769         (diagnostic_t, emit_diagnostic): Don't declare here.
16770         * toplev.c (progname): Move to toplev.c.
16771         (emit_debug_global_declarations, compile_file, finalize,
16772         do_compile, toplev_main): Use seen_error.
16773         * toplev.h: Include diagnostic-core.h.
16774         (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
16775         internal_error, warning, warning_at, error, error_n, error_at,
16776         fatal_error, pedwarn, permerror, sorry, inform, inform_n,
16777         verbatim, fnotice, progname): Move to diagnostic-core.h.
16778         * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
16779         (expand_builtin_expect): Use seen_error.
16780         * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
16781         (c_make_fname_decl, c_write_global_declarations): Use seen_error.
16782         * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
16783         * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
16784         * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
16785         * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
16786         errorcount for errors.
16787         * c-opts.c (c_common_finish): Use seen_error.
16788         * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
16789         * cgraphunit.c (verify_cgraph_node, verify_cgraph,
16790         cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
16791         * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
16792         (get_coverage_counts): Use seen_error.
16793         * dwarf2out.c (dwarf2out_finish): Use seen_error.
16794         * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
16795         gimplify_body): Use seen_error.
16796         * ipa-inline.c (cgraph_early_inlining): Use seen_error.
16797         * ipa-pure-const.c (gate_pure_const): Use seen_error.
16798         * ipa-reference.c (gate_reference): Use seen_error.
16799         * jump.c: Include diagnostic-core.h instead of diagnostic.h.
16800         * lambda-code.c: Include diagnostic-core.h instead of
16801         diagnostic.h.
16802         * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
16803         * lto-compress.c: Include diagnostic-core.h instead of
16804         diagnostic.h.
16805         * lto-section-in.c: Include diagnostic-core.h instead of
16806         diagnostic.h.
16807         * lto-streamer-out.c: Include diagnostic-core.h instead of
16808         diagnostic.h.
16809         * lto-streamer.c: Include diagnostic-core.h instead of
16810         diagnostic.h.
16811         (gate_lto_out): Use seen_error.
16812         * matrix-reorg.c: Include diagnostic-core.h instead of
16813         diagnostic.h.
16814         * omega.c: Include diagnostic-core.h instead of diagnostic.h.
16815         * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
16816         (gate_expand_omp, lower_omp_1): Use seen_error.
16817         * passes.c: Include diagnostic-core.h instead of diagnostic.h.
16818         (rest_of_decl_compilation, rest_of_type_compilation,
16819         gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
16820         * tree-cfg.c (label_to_block_fn): Use seen_error.
16821         * tree-inline.c (optimize_inline_calls): Use seen_error.
16822         * tree-mudflap.c (mudflap_finish_file): Use
16823         seen_error.
16824         * tree-optimize.c (gate_all_optimizations,
16825         gate_all_early_local_passes, gate_all_early_optimizations): Use
16826         seen_error.
16827         * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
16828         * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
16829         (varpool_remove_unreferenced_decls,
16830         varpool_assemble_pending_decls): Use seen_error.
16831         * Makefile.in (DIAGNOSTIC_CORE_H): Define.
16832         (TOPLEV_H, DIAGNOSTIC_H): Update.
16833         (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
16834         lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
16835         c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
16836         builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
16837         coverage.o, lambda-code.o): Update dependencies.
16839 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
16841         PR c++/44188
16842         * c-common.c (is_typedef_decl): Move this definition ...
16843         * tree.c (is_typedef_decl): ... here.
16844         (typdef_variant_p): Move definition here from cp/tree.c.
16845         * c-common.h (is_typedef_decl): Move this declaration ...
16846         * tree.h (is_typedef_decl): ... here.
16847         (typedef_variant_p): Move declaration here from cp/cp-tree.h
16848         * dwarf2out.c (is_naming_typedef_decl): New function.
16849         (gen_tagged_type_die): Split out of ...
16850         (gen_type_die_with_usage): ... this function. When an anonymous
16851         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
16852         is emitted for the typedef.
16853         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
16854         anonymous tagged types.
16856 2010-05-27  Jason Merrill  <jason@redhat.com>
16858         * print-tree.c (debug_vec_tree): New fn.
16859         (print_vec_tree): New fn.
16860         * tree.h: Declare them.
16861         * gdbinit.in (pvt): New command.
16863         * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
16865         * gdbinit.in (pdd): New command.
16867 2010-05-27  Jan Hubicka  <jh@suse.cz>
16869         * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
16870         (update_caller_keys): Return early if there are no callers;
16871         only update fibheap when decresing the key.
16872         (update_callee_keys): Avoid recursion.
16873         (decide_inlining_of_small_functions): When badness does not match;
16874         re-insert into fibheap.
16876 2010-05-27  Steven Bosscher  <steven@gcc.gnu.org>
16878         * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
16879         (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
16880         (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
16881         (ALL_HOST_OBJS): Now a union of the above two.
16882         <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
16883         all files in ALL_HOST_FRONTEND_OBJS.
16884         * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
16886         * c-common.c: Pretend to be a backend file by undefining
16887         IN_GCC_FRONTEND (still need rtl.h here).
16889 2010-05-27  Jan Hubicka  <jh@suse.cz>
16891         * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
16892         * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
16894 2010-05-27  Jan Hubicka  <jh@suse.cz>
16896         * sched-ebb.c: Rename struct deps to struct deps_desc.
16897         * ddg.c: Likewise.
16898         * sel-sched-ir.c: Likewise.
16899         * sched-deps.c: Likewise.
16900         * sched-int.h: Likewise.
16901         * sched-rgn.c: Likewise.
16903 2010-05-27  Jon Beniston  <jon@beniston.com>
16905         PR 43726
16906         * config/lm32/lm32.h: Remove definition of
16907         GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
16909 2010-05-27  Eric Botcazou  <ebotcazou@adacore.com>
16911         PR lto/44230
16912         * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
16914 2010-05-27  Richard Guenther  <rguenther@suse.de>
16916         PR tree-optimization/44284
16917         * tree-vect-stmts.c (vectorizable_assignment): Handle
16918         sign-changing conversions as simple copy.
16920 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
16922         * gthr-posix.h (pthread_cancel): Don't declare if compiling against
16923         Bionic C library.
16924         (__gthread_active_p): Check for pthread_create if compiling against
16925         Bionic C library.
16927 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
16929         Support compilation for Android platform.  Reimplement -mandroid.
16931         * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
16932         (*android*): Set ANDROID_DEFAULT.
16933         (arm*-*-linux*): Include linux-android.h.
16934         (arm*-*-eabi*): Don't include previous -mandroid implementation.
16935         * config/arm/eabi.h: Remove, move Android-specific parts ...
16936         * config/linux-android.h: ... here.  New file.
16937         * config/arm/eabi.opt: Rename to ...
16938         * config/linux-android.opt: ... this.
16939         (mandroid): Allow -mno-android option.  Initialize based on
16940         ANDROID_DEFAULT.
16941         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
16942         Move logic to corresponding LINUX_TARGET_* macros.
16943         (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
16944         * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
16945         (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
16946         Android definitions.
16947         (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
16948         * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
16949         Document.
16951 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
16953         Add support for Bionic C library
16955         * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
16956         macro.
16957         (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
16958         (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
16960         * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
16961         (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
16962         (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
16963         to support multiple C libraries.  Handle Bionic.
16964         (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
16965         (BIONIC_DYNAMIC_LINKER64): Define.
16966         (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
16967         Update.
16968         (TARGET_HAS_SINCOS): Enable for Bionic.
16970         * config/linux.opt: Rewrite to handle more than 2 C libraries.  Make
16971         the last option specified on command line take effect.
16972         (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
16973         (mbionic): New.
16974         (mglibc, muclibc): Update.
16976         * config/alpha/linux-elf.h, config/rs6000/linux64.h,
16977         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
16978         DEFAULT_LIBC.
16980         * doc/invoke.texi (-mglibc, -muclibc): Update.
16981         (-mbionic): Document.
16983 2010-05-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16985         * c-common.h (c_register_addr_space): Add prototype.
16986         (ADDR_SPACE_KEYWORD): Remove.
16987         * c-common.c (c_register_addr_space): New function.
16988         (c_addr_space_name): Reimplement.
16989         (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
16991         * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
16992         (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
16994         * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
16995         Remove TARGET_ADDR_SPACE_KEYWORDS.
16997 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
16999         * input.c: New file.
17000         * input.h (main_input_filename): Move declaration to toplev.h.
17001         * toplev.c (input_location, line_table): Move to input.c
17002         * toplev.h (main_input_filename): Move declaration from input.h.
17003         * tree.c (expand_location): Move to input.c.
17004         * Makefile.in (OBJS-common): Add input.o.
17005         (input.o): Add dependencies.
17007 2010-05-27  Richard Guenther  <rguenther@suse.de>
17009         * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
17010         for non-existant files.
17011         (fork_execute): Mark args_name file as deleted.
17013 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
17015         PR bootstrp/44287
17016         * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
17017         (narrow_signed_type): Likewise.
17019 2010-05-26  Jan Hubicka  <jh@suse.cz>
17021         * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
17022         edge only when checking is enabled; check using former_clone_of;
17023         check inline clones too.
17024         (cgraph_materialize_clone): Record former_clone_of pointer.
17025         (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
17026         combining redirections; dump args_to_skip bitmap
17027         (cgraph_materialize_all_clones): Do no redirection here.
17028         * ipa-inline.c (inline_transform): Do redirection here.
17029         * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
17030         cheking only).
17032 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
17034         * config/avr/avr-c.c: Do not include regs.h.
17035         Include cpplib.h for cpp_define and tree.h for c-common.h.
17036         * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
17037         * config/avr/t-avr: Fix dependencies for avr-c.o.
17039 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
17041         * explow.c (set_stack_check_libfunc): Adjust to accept name as a
17042         string instead of SYMBOL_REF rtx.
17043         * rtl.h (set_stack_check_libfunc): Move prototype from here...
17044         * libfuncs.h: ...to here.  Adjust for explow.c change.
17046 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
17048         * pretty-print.c: Don't include ggc.h.
17049         (identifier_to_locale_alloc, identifier_to_locale_free): Define.
17050         (identifier_to_locale): Use them for allocation.
17051         * pretty-print.h (identifier_to_locale_alloc,
17052         identifier_to_locale_free): Declare.
17053         * toplev.c (alloc_for_identifier_to_locale): New.
17054         (general_init): Set identifier_to_locale_alloc and
17055         identifier_to_locale_free.
17056         * Makefile.in (pretty-print.o): Update dependencies.
17058 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
17060         * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
17061         pointer types if they have different alignment or mode.
17063 2010-05-26  Anatoly Sokolov  <aesok@post.ru>
17065         * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
17066         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
17067         * config/sparc/sparc-protos.h (function_value): Remove declaration.
17068         * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
17069         sparc_function_value_regno_p): New functions.
17070         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
17071         TARGET_FUNCTION_VALUE_REGNO_P): Define.
17072         (function_value): Rename to...
17073         (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
17074         argument to 'outgoing'.
17075         (function_arg_record_value, function_arg_union_value,
17076         function_arg_vector_value): Update comment.
17078 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
17080         * dwarf2out.c (struct dw_fde_struct): Reorder flags.
17081         (fde_needed_for_eh_p): New predicate.
17082         (output_call_frame_info): Use it throughout to decide whether FDEs
17083         are needed for EH purpose.
17084         (dwarf2out_begin_prologue): Reorder assignments.
17086 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17088         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
17089         special case loop->header.
17090         (is_predicated): New.
17091         (if_convertible_loop_p): Call it.
17093 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17095         * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
17096         iterator in parameter.  Do not generate code during the analysis.
17097         (tree_if_convert_cond_stmt): Removed.
17098         (tree_if_convert_stmt): Removed.
17099         (predicate_bbs): New.
17100         (if_convertible_loop_p): Call predicate_bbs.
17101         (tree_if_conversion): Simplify the top-level logic as predicate_bbs
17102         now contains all the analysis part.
17104 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17106         * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
17107         statements in the analysis part.
17108         (tree_if_convert_stmt): Update comment.
17109         (remove_conditions_and_labels): New.
17110         (combine_blocks): Call remove_conditions_and_labels.
17111         (tree_if_conversion): Update comment.
17113 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17115         * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
17116         than 2 predecessors or more than 2 successors.
17118 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17120         * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
17121         of loops in which the data dependence analysis fails.
17123 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17125         * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
17126         CDI_POST_DOMINATORS.
17127         (tree_if_conversion): Same.
17129 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17131         * tree-if-conv.c (tree_if_conversion): Do not return a bool.
17133 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17135         * tree-if-conv.c: Update copyright years.  Fix comments.
17136         Fix indentation.
17138 2010-05-26  Kai Tietz  <kai.tietz@onevision.com>
17140         * builtin-types.def (BT_INT128): New primitive type.
17141         (BT_UINT128): Likewise.
17142         * c-common.c (c_common_r): Add __int128 keyword.
17143         (c_common_type_for_size): Handle __int128.
17144         (c_common_type_for_mode): Likewise.
17145         (c_common_signed_or_unsigned_type): Likewise.
17146         (c_common_nodes_and_builtins): Add builtin type
17147         if target supports 128-bit integer scalar.
17148         * c-common.h (enum rid): Add RID_INT128.
17149         * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
17150         if target supports 128-bit integer scalar.
17151         * c-decl.c (declspecs_add_type): Handle new keyword __int128.
17152         (finish_declspecs): Likewise.
17153         * c-parser.c (c_token_starts_typename): Handle RID_INT128.
17154         (c_token_starts_declspecs): Likewise.
17155         (c_parser_declspecs): Likewise.
17156         (c_parser_attributes): Likewise.
17157         (c_parser_objc_selector): Likewise.
17158         * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
17159         * c-tree.h (enum c_typespec_keyword): Add cts_int128.
17160         * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
17161         * tree.c (make_or_reuse_type): Likewise.
17162         (make_unsigned_type): Likewise.
17163         (build_common_tree_nodes_2): Likewise.
17164         * tree.h (enum integer_type_kind): Add itk_int128 and
17165         itk_unsigned_int128.
17166         (int128_integer_type_node): New define.
17167         (int128_unsigned_type_node): New define.
17168         * doc/extend.texi: Add documentation about __int128 type.
17170 2010-05-26  Richard Guenther  <rguenther@suse.de>
17172         * tree-ssa-sccvn.c (copy_nary): Adjust.
17173         (copy_phis): Rename to ...
17174         (copy_phi): ... this.  Adjust.
17175         (copy_references): Rename to ...
17176         (copy_reference): ... this.  Adjust.
17177         (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
17178         result into the valid table.
17180 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
17182         * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
17183         insn-config.h, insn-codes.h, recog.h, and optabs.h.
17185 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17187         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
17189 2010-05-26  Richard Guenther  <rguenther@suse.de>
17191         * opts.c (common_handle_option): Handle OPT_Ofast.
17193 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
17195         * diagnostic.c: Don't include opts.h.
17196         (permissive_error_option): Define.
17197         (diagnostic_initialize): Take n_opts parameter.  Allocate memory
17198         for classify_diagnostic.  Don't use memset for
17199         classify_diagnostic.  Initialize new and recently added fields.
17200         (diagnostic_classify_diagnostic): Use context->n_opts instead of
17201         N_OPTS.
17202         (diagnostic_report_diagnostic): Pass context parameter to
17203         diagnostic_report_warnings_p.  Use option_enabled and option_name
17204         hooks from context.
17205         (emit_diagnostic): Use permissive_error_option.
17206         (permerror): Likewise.
17207         * diagnostic.h: Don't include options.h.
17208         (struct diagnostic_context): Add n_opts, opt_permissive,
17209         inhibit_warnings, warn_system_headers, option_enabled and
17210         option_name fields.  Change classify_diagnostic to a pointer.
17211         * opts-diagnostic.h: New file.
17212         * opts.c: Include opts-diagnostic.h.
17213         (common_handle_option): Set global_dc fields for -Wfatal-errors,
17214         -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
17215         (option_name): New function.
17216         * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
17217         (c_common_handle_option): Set global_dc->permissive for
17218         -fpermissive.
17219         * c-common.c (c_cpp_error): Save and restore
17220         global_dc->warn_system_headers, not variable warn_system_headers.
17221         * toplev.c: Include opts-diagnostic.h.
17222         (general_init): Update call to diagnostic_initialize.  Set
17223         global_dc->show_column, global_dc->option_enabled and
17224         global_dc->option_name.
17225         (process_options): Don't set global_dc fields here.
17226         * Makefile.in (DIAGNOSTIC_H): Remove options.h.
17227         (diagnostic.o, opts.o, toplev.o): Update dependencies.
17229 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
17231         * config/picochip/picochip.md (movsi): Split a movsi from a
17232         const after reload.
17234 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17236         * ggc-zone.c: Update copyright year.
17237         (poison_region): Mark memory for Valgrind as undefined before
17238         memset () call and inaccessible afterwards.
17239         (ggc_pch_total_size): Change type of i to int.
17241 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17243         * ggc-common.c (ggc_free_overhead): Allow empty slot.
17245 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17247         * ggc-common.c: Update copyright year.
17248         (ggc_rlimit_bound): Remove prototype.  Compile only if
17249         !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
17250         (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
17251         && !ENABLE_GC_ALWAYS_COLLECT.  Make static.
17252         (ggc_min_heapsize_heuristic): Likewise.
17254 2010-05-26  Richard Guenther  <rguenther@suse.de>
17256         PR rtl-optimization/44164
17257         * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
17258         no-common access-path disambiguation.
17259         (indirect_ref_may_alias_decl_p): Adjust.
17260         (indirect_refs_may_alias_p): Likewise.
17261         (refs_may_alias_p_1): Likewise.
17263 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
17265         * c-typeck.c: Do not include expr.h.
17267 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
17269         * rtl.h (decl_default_tls_model): Move prototype from here...
17270         * output.h: ...to here.
17271         * c-decl.c: Do not include rtl.h.
17272         * c-pragma.c: Likewise.
17273         * c-parser.c: Likewise.
17274         * c-gimplify.c: Likewise.  And also not hard-reg-set.
17275         * c-common.c: Do not include rtl.h.  Include tm_p.h and add a
17276         FIXME note for it.  Add a FIXME note for expr.h.
17277         * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
17278         ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
17279         defined.
17281 2010-05-26  Jakub Jelinek  <jakub@redhat.com>
17283         PR target/44199
17284         * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
17285         or total_size is larger than red zone size for non-V4 ABI, emit a
17286         stack_tie resp. frame_tie insn before stack pointer restore.
17287         * config/rs6000/rs6000.md (frame_tie): New insn.
17289 2010-05-25  Eric Botcazou  <ebotcazou@adacore.com>
17291         * function.h (struct function): Add can_throw_non_call_exceptions bit.
17292         * lto-streamer-in.c (input_function): Stream it in.
17293         * lto-streamer-out.c (output_function): Stream it out.
17294         * function.c (allocate_struct_function): Set it.
17295         (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
17296         for flag_non_call_exceptions.
17297         * cfgbuild.c (control_flow_insn_p): Likewise.
17298         (make_edges): Likewise.
17299         * cfgexpand.c (expand_stack_alignment): Likewise.
17300         * combine.c (distribute_notes): Likewise.
17301         * cse.c (cse_extended_basic_block): Likewise.
17302         * except.c (insn_could_throw_p): Likewise.
17303         * gcse.c (simple_mem): Likewise.
17304         * ipa-pure-const.c (check_call): Likewise.
17305         (check_stmt ): Likewise.
17306         * lower-subreg.c (lower-subreg.c): Likewise.
17307         * optabs.c (emit_libcall_block): Likewise.
17308         (prepare_cmp_insn): Likewise.
17309         * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
17310         * postreload.c (rest_of_handle_postreload): Likewise.
17311         * reload1.c (reload_as_needed): Likewise.
17312         (emit_input_reload_insns): Likewise.
17313         (emit_output_reload_insns): Likewise.
17314         (fixup_abnormal_edges): Likewise.
17315         * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
17316         * store-motion.c (find_moveable_store): Likewise.
17317         * tree-eh.c (stmt_could_throw_p): Likewise.
17318         (tree_could_throw_p): Likewise.
17319         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
17320         * config/arm/arm.c (arm_expand_prologue): Likewise.
17321         (thumb1_expand_prologue): Likewise.
17322         * config/rx/rx.md (cbranchsf4): Likewise.
17323         (cmpsf): Likewise.
17324         * config/s390/s390.c (s390_emit_prologue): Likewise.
17325         * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
17326         (inline_forbidden_into_p): New predicate.
17327         (expand_call_inline): Use it to forbid inlining.
17328         (tree_can_inline_p): Likewise.
17330 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
17332         * config/i386/i386-c.c: Do not include rtl.h.
17333         * config/i386/t-i386: Update dependencies.
17335 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
17337         * attribs.c: Do not include rtl.h.
17338         * Makefile.in: Update dependencies.
17340 2010-05-25  Anatoly Sokolov  <aesok@post.ru>
17342         * double-int.h (double_int_and): New.
17343         * combine.c (try_combine): Clean up, use double_int_* and
17344         immed_double_int_const functions.
17346 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17348         * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
17349         stderr to /dev/null instead of grep -q.
17350         * configure: Regenerate.
17352 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
17354         * Makefile.in (EXCEPT_H): Fix typo.
17356 2010-05-25  Vladimir Makarov  <vmakarov@redhat.com>
17358         * ira-build.c (update_conflict_hard_reg_costs): New.
17359         (ira_build): Call update_conflict_hard_reg_costs.
17361 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
17363         PR debug/41371
17364         * var-tracking.c (find_loc_in_1pdv): Guard asserts with
17365         ENABLE_CHECKING.
17366         (intersect_loc_chains): Walk the s2var's loc_chain together
17367         with s1node chain as long as the locations are equal, don't
17368         call find_loc_in_1pdv in that case.
17370         PR debug/42801
17371         * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
17372         (copy_bind_expr): ... instead of here.
17373         (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
17374         if the block hasn't been remapped.
17375         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
17376         emitting concrete instance of abstract VLA, add DW_AT_type attribute.
17378 2010-05-25  Richard Guenther  <rguenther@suse.de>
17380         PR middle-end/44069
17381         * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
17382         out-of-bounds array accesses.
17384 2010-05-25  Richard Guenther  <rguenther@suse.de>
17386         * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
17387         (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
17388         (run_gcc): Re-organize to make cleanup easier.
17390 2010-05-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17392         * config/s390/s390.c (optimization_options): Fix and move the
17393         flag_prefetch_loop_arrays override ...
17394         (override_options): ... here.
17396 2010-05-25  Joseph Myers  <joseph@codesourcery.com>
17398         * diagnostic.c: Don't include plugin.h.
17399         (diagnostic_report_diagnostic): Don't handle plugins specially
17400         here.  Pass context to internal_error callback.
17401         * diagnostic.h (struct diagnostic_context): Add context parameter
17402         to internal_error callback.
17403         * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
17404         * plugin.h (struct diagnostic_context): Declare.
17405         (warn_if_plugins, plugins_internal_error_function): Declare.
17406         * toplev.c (general_init): Set global_dc->internal_error.
17407         * Makefile.in (diagnostic.o): Update dependencies.
17409 2010-05-25  Iain Sandoe  <iains@gcc.gnu.org>
17411         * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
17412         * config/rs6000/t-darwin64: New.
17413         * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
17414         build crt2.
17416 2010-05-25  Christian Borntraeger  <borntraeger@de.ibm.com>
17418         PR 44203
17419         * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
17420         match the original (and intended) behaviour before r159557.  This
17421         changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
17422         in two ways.
17424 2010-05-25  Richard Guenther  <rguenther@suse.de>
17426         * doc/invoke.texi: Document -Ofast.
17427         * target.h (struct gcc_target): Add handle_ofast.
17428         * target-def.h (TARGET_HANDLE_OFAST): Add.
17429         (TARGET_INITIALIZER): Adjust.
17430         * opts.c (decode_options): Handle -Ofast.  Enable -ffast-math with it.
17431         * common.opt (Ofast): Add.
17433 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
17435         * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
17436         * doc/md.texi (cstoreXX4): Update for cond-optab changes.
17438 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
17440         PR target/43610
17441         * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
17442         even if !FLOAT_LIB_COMPARE_RETURNS_BOOL.  Always compute true_rtx and
17443         false_rtx.  Use false_rtx to compute the correct *ptest for reversed
17444         comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
17446 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
17448         * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
17449         DW_OP_minus with negated offset instead of DW_OP_plus.
17450         (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
17452 2010-05-25  Wei Guozhi  <carrot@google.com>
17454         * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
17455         tst instruction and a new alternative.
17456         * config/arm/constraints.md (Pu): New constraint.
17458 2010-05-24  Sebastian Pop  <sebastian.pop@amd.com>
17460         * function.c (assign_stack_local_1): Initialize variable
17461         to avoid warning when bootstrapping at -O3.
17463 2010-05-24  Steven Bosscher  <steven@gcc.gnu.org>
17465         * configure.ac (all_lang_makefiles): Remove everything related to it.
17466         * configure: Regenerate.
17467         * Makefile.in: Fix reference to ada Make-lang.in.
17468         Remove support for LANG_MAKEFILES.
17470 2010-05-24  Daniel Jacobowitz  <dan@codesourcery.com>
17471             Sandra Loosemore  <sandra@codesourcery.com>
17473         * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
17474         * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
17475         description.  Add arm_neon_fp16_ok.
17476         (Add Options): Add arm_neon and arm_neon_fp16.
17478 2010-05-24  Joseph Myers  <joseph@codesourcery.com>
17480         * diagnostic.c: Don't include flags.h.
17481         (pedantic_warning_kind, permissive_error_kind): Take diagnostic
17482         context parameters.  Check flags in the context passed as a parameter.
17483         (diagnostic_build_prefix): Add context parameter.  Check
17484         show_column flag in context.
17485         (diagnostic_action_after_output): Check fatal_errors flag in context.
17486         (diagnostic_report_current_module): Check show_column flag in context.
17487         (default_diagnostic_starter): Update call to
17488         diagnostic_build_prefix.
17489         (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
17490         (emit_diagnostic): Pass context to permissive_error_kind.
17491         (permerror): Pass context to permissive_error_kind.
17492         * diagnostic.h (struct diagnostic_context): Add show_column,
17493         pedantic_errors, permissive and fatal_errors fields.
17494         (diagnostic_build_prefix): Update prototype.
17495         * langhooks.c
17496         * toplev.c (process_options): Set flags in global_dc from
17497         flag_show_column, flag_pedantic_errors, flag_permissive,
17498         flag_fatal_errors.
17499         * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
17500         to diagnostic_build_prefix.
17501         * Makefile.in (diagnostic.o): Update dependencies.
17503 2010-05-24  H.J. Lu  <hongjiu.lu@intel.com>
17505         * config/i386/ia32intrin.h (__crc32q): Define only if
17506         __SSE4_2__ is defined.
17508 2010-05-24  Iain Sandoe  <iains@gcc.gnu.org>
17510         PR target/44132
17511         PR middle-end/43602
17512         * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
17513         DECL_VISIBILITY_SPECIFIED.
17514         (emutls_decl): Set DECL_PRESERVE_P and copy
17515         DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
17516         (emutls_finalize_control_var): New callback.
17517         (emutls_finish): Finalize emutls control variables.
17518         * toplev.c (compile_file): Move the call to emutls_finish ()
17519         before varpool_assemble_pending_decls ().
17521 2010-05-24  Daniel Gutson  <dgutson@codesourcery.com>
17523         * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
17524         added to the preprocessor condition.
17526 2010-05-24  Paul Brook  <paul@codesourcery.com>
17528         * gengtype-lex.l: Add HARD_REG_SET.
17529         * expr.c (expand_expr_real_1): Record writes to hard registers.
17530         * function.c (rtl_data): Add asm_clobbers.
17531         * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
17532         (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
17533         Use crtl->asm_clobbers.
17535 2010-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17537         * doc/makefile.texi (Makefile): Mention stages 'profile'
17538         and 'feedback' for profiledbootstrap.
17540 2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>
17542         PR target/44245
17543         * config/i386/i386.c (def_builtin): Properly check
17544         OPTION_MASK_ISA_64BIT.
17546 2010-05-23  Joseph Myers  <joseph@codesourcery.com>
17548         * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
17549         typedefs with different but compatible types.  Allow duplicate
17550         typedefs with the same type except for pedantic non-C1X, but give
17551         warning for variably modified types.
17552         * c-typeck.c (tagged_types_tu_compatible_p,
17553         function_types_compatible_p, type_lists_compatible_p,
17554         comptypes_internal): Add parameter different_types_p; set
17555         *different_types_p for different but compatible types.  All
17556         callers changed.
17557         (comptypes_check_different_types): New.
17558         * c-tree.h (comptypes_check_different_types): Declare.
17560 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
17562         * regs.h: Do not include obstack.h, basic-block.h.  Include machmode.h.
17563         * jump.c: Include basic-block.h.
17564         * profile.c: Likewise.
17565         * tree-profile.c: Likewise.
17566         * coverage.c: Likewise.
17567         * basic-block.h (optimize_function_for_size_p): Move to function.h.
17568         (optimize_function_for_speed_p): Likewise.
17569         * function.h (optimize_function_for_size_p,
17570         optimize_function_for_speed_p): Moved here from basic-block.h.
17571         * Makefile.in: Update dependencies.
17573 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17575         * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
17576         before calling make; allow override through $MAKE.
17577         * doc/invoke.texi (Optimize Options): Document override.
17579 2010-05-23  Anatoly Sokolov  <aesok@post.ru>
17581         * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
17582         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
17583         (rs6000_mode_dependent_address_ptr): Make static.
17584         * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
17585         * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
17586         Remove.
17588 2010-05-23  Maarten Lankhorst  <mlankhorst@codeweavers.com>
17590         PR target/43869
17591         * config/i386/i386.c: Make sure that the correct regparm is passed.
17593 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
17595         * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
17596         * sbitmap.c: ...to here to internalize sbitmap element access.
17597         Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
17598         Explain why basic-block.h is included.
17599         * function.h: Include tm.h for CUMULATIVE_ARGS.
17600         * Makefile.in: Update dependencies.
17602 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
17604         * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
17605         New core types.
17606         * sbitmap.h (struct sbitmap_def): Do not typedef here.
17607         * sbitmap.c: Include sbitmap.h.
17608         * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
17609         hard-reg-set.h.  Split everything related to regsets out from here...
17610         * regset.h: ...to here.  New file.
17611         * df.h: Include regset.h and sbitmap.h.
17612         * tree-flow.h: Likewise.
17613         * cfgloop.h: Likewise.
17614         * except.h: Do not include sbitmap.h.  Include hashtab.h.
17615         * cgraph.h: Include vec.h and function.h.
17616         * reload.h (struct insn_chain): Change types of live_throughout
17617         and dead_or_set from regset_head to bitmap_head.
17618         (compute_use_by_pseudos): Be defined also if regset.h is not included.
17619         * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
17620         spilled_regs from regset_head to bitmap_head to avoid dependency
17621         in regset.h.
17622         * sel-sched-ir.h: Include regset.h.
17623         * reload.c: Include df.h before reload.h.
17624         * caller-save.c: Likewise.
17625         * reload1.c: Likewise.
17626         * ira.c: Likewise.
17627         (mark_elimination): Update type of r to bitmap, consistent with
17628         DF_LR_IN.
17629         * dominance.c: Include bitmap.h.
17630         * modulo-sched.c: Include df.h.
17631         * cfganal.c: Include bitmap.h and sbitmap.h.
17632         * cfgbuild.c: Include sbitmap.h.
17633         * lcm.c: Include sbitmap.h.
17634         * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
17635         * domwalk.c: Include sbitmap.h, exclude ggc.h.
17636         * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
17637         * cselib.c: Include bitmap.h.
17638         * tree-optimize.c: Include regset.h.
17639         * stmt.c: Include bitmap.h.
17640         * Makefile.in: Update dependencies.
17642 2010-05-22  Jan Hubicka  <jh@suse.cz>
17644         * cgraph.h (struct varpool_node): Add same_comdat_group.
17645         * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
17646         pointer.
17647         (output_varpool): Update call of lto_output_varpool_node.
17648         (input_varpool): Read same_comdat_group pointer.
17649         (input_varpool_1): Fixup same_comdat_group pointer.
17650         * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
17651         group is needed, all are.
17652         * varpool.c (varpool_remove_node): Remove node from same comdat group
17653         linklist too.
17654         (varpool_analyze_pending_decls): Walk same comdat groups.
17656 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
17658         * rtl.h (union rtunion_def): Remove rt_bit member.
17659         (XBITMAP, X0BITMAP, XCBITMAP): Remove.
17660         * print-rtl (print_rtx): Do not print the member.
17661         * gengtype.c (adjust_field_rtx_def): Do not handle it.
17662         * gengenrtl.c (type_from_format): Likewise.
17663         (accessor_from_format): Likewise.
17665 2010-05-22  Joseph Myers  <joseph@codesourcery.com>
17667         * dbgcnt.c: Include toplev.h instead of errors.h.
17668         * ira-emit.c: Don't include errors.h.
17669         * ira.c: Include toplev.h instead of errors.h.
17670         * lto-compress.c: Include toplev.h instead of errors.h.
17671         * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
17672         ira.o, dbgcnt.o): Update dependencies.
17674 2010-05-22  Richard Guenther  <rguenther@suse.de>
17676         * gimple.c (gimple_types_compatible_p): Check type qualifications
17677         before merging pointer to complete and pointer to incomplete type.
17678         * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
17679         we use our own resolution algorithm.  The gold linker plugin
17680         doesn't do the job we want it to do here.
17682 2010-05-22  Anatoly Sokolov  <aesok@post.ru>
17684         * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
17685         * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
17686         (sparc_mode_dependent_address_p): New function.
17688 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
17690         * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
17692         * timevar.c: Do not include any core headers.
17693         (timevar_print): De-i18n-ize.
17694         (print_time): Likewise.
17695         * timevar.h (timevar_push, timevar_pop): Make inline functions.
17697 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
17699         * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
17700         langhooks-def.h.
17701         (diagnostic_initialize): Initialize x_data not last_function.
17702         (diagnostic_report_current_function): Move to tree-diagnostic.c.
17703         (default_diagnostic_starter): Call
17704         diagnostic_report_current_module not
17705         diagnostic_report_current_function.
17706         (diagnostic_report_diagnostic): Initialize x_data not
17707         abstract_origin.
17708         (verbatim): Likewise.
17709         * diagnostic.h (struct diagnostic_info): Change abstract_origin to
17710         x_data.
17711         (struct diagnostic_context): Change last_function to x_data.
17712         (diagnostic_auxiliary_data): Replace with
17713         diagnostic_context_auxiliary_data and
17714         diagnostic_info_auxiliary_data.
17715         (diagnostic_last_function_changed, diagnostic_set_last_function,
17716         diagnostic_report_current_function): Move to tree-diagnostic.h.
17717         (print_declaration, dump_generic_node, print_generic_stmt,
17718         print_generic_stmt_indented, print_generic_expr,
17719         print_generic_decl, debug_c_tree, dump_omp_clauses,
17720         print_call_name, debug_generic_expr, debug_generic_stmt,
17721         debug_tree_chain, default_tree_printer): Move to
17722         tree-pretty-print.h.
17723         (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
17724         print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
17725         gimple-pretty-print.h.
17726         * pretty-print.c: Don't include tree.h
17727         (pp_base_format): Don't handle %K here.
17728         (pp_base_tree_identifier): Move to tree-pretty-print.c.
17729         * pretty-print.h (text_info): Change abstract_origin to x_data.
17730         (pp_tree_identifier, pp_unsupported_tree,
17731         pp_base_tree_identifier): Move to tree-pretty-print.h.
17732         * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
17733         tree-pretty-print.h: New files.
17734         * tree-pretty-print.c: Include tree-pretty-print.h.
17735         (percent_K_format): New.  Moved from pretty-print.c.
17736         (pp_base_tree_identifier): Move from pretty-print.c.
17737         * c-objc-common.c: Include tree-pretty-print.h.
17738         (c_tree_printer): Handle %K here.
17739         * langhooks.c: Include tree-diagnostic.h.
17740         (lhd_print_error_function): Use diagnostic_abstract_origin macro.
17741         * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
17742         (default_tree_printer): Handle %K using percent_K_format.
17743         (general_init): Use default_tree_diagnostic_starter.
17744         * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
17745         (free_lang_data): Use default_tree_diagnostic_starter.
17746         * c-pretty-print.c: Include tree-pretty-print.h.
17747         * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
17748         * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
17749         * dwarf2out.c: Include tree-pretty-print.h.
17750         * except.c: Include tree-pretty-print.h.
17751         * gimple-pretty-print.c: Include tree-pretty-print.h and
17752         gimple-pretty-print.h.
17753         * gimplify.c: Include tree-pretty-print.h.
17754         * graphite-poly.c: Include tree-pretty-print.h and
17755         gimple-pretty-print.h.
17756         * ipa-cp.c: Include tree-pretty-print.h.
17757         * ipa-inline.c: Include gimple-pretty-print.h.
17758         * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
17759         * ipa-pure-const.c: Include gimple-pretty-print.h.
17760         * ipa-struct-reorg.c: Include tree-pretty-print.h and
17761         gimple-pretty-print.h.
17762         * ipa-type-escape.c: Include tree-pretty-print.h.
17763         * print-rtl.c: Include tree-pretty-print.h.
17764         * print-tree.c: Include gimple-pretty-print.h.
17765         * sese.c: Include tree-pretty-print.h.
17766         * tree-affine.c: Include tree-pretty-print.h.
17767         * tree-browser.c: Include tree-pretty-print.h.
17768         * tree-call-cdce.c: Include gimple-pretty-print.h.
17769         * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
17770         * tree-chrec.c: Include tree-pretty-print.h.
17771         * tree-data-ref.c: Include tree-pretty-print.h and
17772         gimple-pretty-print.h.
17773         * tree-dfa.c: Include tree-pretty-print.h.
17774         * tree-if-conv.c: Include tree-pretty-print.h and
17775         gimple-pretty-print.h.
17776         * tree-inline.c: Include tree-pretty-print.h.
17777         * tree-into-ssa.c: Include tree-pretty-print.h and
17778         gimple-pretty-print.h.
17779         * tree-nrv.c: Include tree-pretty-print.h.
17780         * tree-object-size.c: Include tree-pretty-print.h and
17781         gimple-pretty-print.h.
17782         * tree-outof-ssa.c: Include tree-pretty-print.h and
17783         gimple-pretty-print.h.
17784         * tree-parloops.c: Include tree-pretty-print.h and
17785         gimple-pretty-print.h.
17786         * tree-predcom.c: Include tree-pretty-print.h and
17787         gimple-pretty-print.h.
17788         * tree-scalar-evolution.c: Include tree-pretty-print.h and
17789         gimple-pretty-print.h.
17790         * tree-sra.c: Include tree-pretty-print.h.
17791         * tree-ssa-address.c: Include tree-pretty-print.h.
17792         * tree-ssa-alias.c: Include tree-pretty-print.h.
17793         * tree-ssa-ccp.c: Include tree-pretty-print.h and
17794         gimple-pretty-print.h.
17795         * tree-ssa-coalesce.c: Include tree-pretty-print.h.
17796         * tree-ssa-copy.c: Include tree-pretty-print.h and
17797         gimple-pretty-print.h.
17798         * tree-ssa-copyrename.c: Include tree-pretty-print.h.
17799         * tree-ssa-dce.c: Include tree-pretty-print.h and
17800         gimple-pretty-print.h.
17801         * tree-ssa-dom.c: Include tree-pretty-print.h and
17802         gimple-pretty-print.h.
17803         * tree-ssa-dse.c: Include gimple-pretty-print.h.
17804         * tree-ssa-forwprop.c: Include tree-pretty-print.h.
17805         * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
17806         * tree-ssa-live.c: Include tree-pretty-print.h and
17807         gimple-pretty-print.h.
17808         * tree-ssa-loop-im.c: Include tree-pretty-print.h and
17809         gimple-pretty-print.h.
17810         * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
17811         gimple-pretty-print.h.
17812         * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
17813         gimple-pretty-print.h.
17814         * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
17815         gimple-pretty-print.h.
17816         * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
17817         * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
17818         * tree-ssa-operands.c: Include tree-pretty-print.h and
17819         gimple-pretty-print.h.
17820         * tree-ssa-phiprop.c: Include tree-pretty-print.h and
17821         gimple-pretty-print.h.
17822         * tree-ssa-pre.c: Include tree-pretty-print.h and
17823         gimple-pretty-print.h.
17824         * tree-ssa-propagate.c: Include gimple-pretty-print.h.
17825         * tree-ssa-reassoc.c: Include tree-pretty-print.h and
17826         gimple-pretty-print.h.
17827         * tree-ssa-sccvn.c: Include tree-pretty-print.h and
17828         gimple-pretty-print.h.
17829         * tree-ssa-sink.c: Include gimple-pretty-print.h.
17830         * tree-ssa-ter.c: Include tree-pretty-print.h and
17831         gimple-pretty-print.h.
17832         * tree-ssa-uninit.c: Include gimple-pretty-print.h.
17833         * tree-ssa.c: Include tree-pretty-print.h and
17834         gimple-pretty-print.h.
17835         * tree-stdarg.c: Include gimple-pretty-print.h.
17836         * tree-switch-conversion.c: Include gimple-pretty-print.h.
17837         * tree-tailcall.c: Include tree-pretty-print.h and
17838         gimple-pretty-print.h.
17839         * tree-vect-data-refs.c: Include tree-pretty-print.h and
17840         gimple-pretty-print.h.
17841         * tree-vect-loop-manip.c: Include tree-pretty-print.h and
17842         gimple-pretty-print.h.
17843         * tree-vect-loop.c: Include tree-pretty-print.h and
17844         gimple-pretty-print.h.
17845         * tree-vect-patterns.c: Include gimple-pretty-print.h.
17846         * tree-vect-slp.c: Include tree-pretty-print.h and
17847         gimple-pretty-print.h.
17848         * tree-vect-stmts.c: Include tree-pretty-print.h and
17849         gimple-pretty-print.h.
17850         * tree-vectorizer.c: Include tree-pretty-print.h.
17851         * tree-vrp.c: Include tree-pretty-print.h and
17852         gimple-pretty-print.h.
17853         * value-prof.c: Include tree-pretty-print.h and
17854         gimple-pretty-print.h.
17855         * var-tracking.c: Include tree-pretty-print.h.
17856         * Makefile.in (OBJS-common): Add tree-diagnostic.o.
17857         (tree-diagnostic.o): New dependencies.
17858         (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
17859         tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
17860         tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
17861         tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
17862         tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
17863         tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
17864         tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
17865         tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
17866         tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
17867         tree-ssa-address.o, tree-ssa-loop-niter.o,
17868         tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
17869         tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
17870         tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
17871         gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
17872         tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
17873         tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
17874         tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
17875         tree-parloops.o, tree-stdarg.o, tree-object-size.o,
17876         gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
17877         toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
17878         ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
17879         ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
17880         tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
17881         tree-switch-conversion.o, var-tracking.o, value-prof.o,
17882         cfgexpand.o, pretty-print.o): Update dependencies.
17884 2010-05-22  Andreas Tobler  <andreast@fgznet.ch>
17886         * tree-ssa-structalias.c: Remove tm_p.h from include.
17888 2010-05-21  Jeff Law  <law@redhat.com>
17890         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
17892 2010-05-21  Jason Merrill  <jason@redhat.com>
17894         * tree-eh.c (cleanup_is_dead_in): New.
17895         (lower_try_finally): Don't generate a dead cleanup region.
17896         (lower_cleanup): Likewise.
17898 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
17900         PR debug/44223
17901         * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
17902         unchain each use from the cyclic next_regno_use chain first.
17904 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
17906         * real: Do not include gmp.h, mpfr.h, and mpc.h.
17907         (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
17908         (real_value_negate, real_value_abs): New prototypes.
17909         (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
17910         * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
17911         new include file for interface between MPFR and REAL_VALUE_TYPE.
17912         * real.c: Include realmpfr.h.
17913         (real_arithmetic2): Remove legacy function.
17914         (real_value_negate): New.
17915         (real_value_abs): New.
17916         (mfpr_from_real, real_from_mpfr): Move from here...
17917         * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
17918         * builtins.c: Include realmpfr.h.
17919         * fold-const.c: Include realmpfr.h.
17920         (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
17921         (fold_negate_const): Likewise.
17922         (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
17923         * toplev.c: Include realmpfr.h.
17924         * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
17925         and real_value_negate.
17926         * fixed-value.c (check_real_for_fixed_mode): Likewise.
17927         * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
17928         (vfp3_const_double_index): Likewise.
17929         (arm_print_operand): Likewise.
17930         * Makefile.in: Update dependencies.
17932 2010-05-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17934         * config/s390/s390.c (override_options): Increase the default
17935         of max-completely-peel-times.
17937 2010-05-21  Julian Brown  <julian@codesourcery.com>
17938             Mark Mitchell  <mark@codesourcery.com>
17940         * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
17941         sibling calls for Thumb-1.
17942         * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
17943         * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
17944         Thumb-2.
17945         (*call_insn, *call_value_insn): Don't use for Thumb-2.
17946         (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
17947         for Thumb-2.
17948         (return): New expander.
17949         (*arm_return): New name for ARM return insn.
17950         * config/arm/thumb2.md (*thumb2_return): New insn pattern.
17952 2010-05-19  Joel Sherrill  <joel.sherrill@oarcorp.com>
17954         * config.gcc (sparc64-*-rtems*): New target.
17956 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
17958         * tree.c (build_function_decl_skip_args): Fix grammar.
17959         (build_function_type_list_1): Fix typos, adjust formatting.
17961 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
17963         * tree.h: Include real.h and fixed-value.h as basic datatypes.
17964         * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
17965         tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
17966         tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
17967         tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
17968         genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
17969         tree-pretty-print.c, tree-loop-distribution.c,
17970         tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
17971         tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
17972         tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
17973         tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
17974         tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
17975         tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
17976         tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
17977         tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
17978         tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
17979         tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
17980         genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
17981         tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
17982         gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
17983         tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
17984         tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
17985         store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
17986         tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
17987         tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
17988         tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
17989         tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
17990         fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
17991         tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
17992         config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
17993         config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
17994         config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
17995         config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
17996         config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
17997         config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
17998         config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
17999         config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
18000         config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
18001         config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
18002         config/score/score7.c, config/score/score.c, config/arm/arm.c,
18003         config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
18004         config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
18005         config/bfin/bfin.c: Clean up redundant includes.
18006         * Makefile.in: Update accordingly.
18008 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
18010         PR middle-end/44204
18011         * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
18012         statement has no arguments.
18014 2010-05-21  Kai Tietz  <kai.tietz@onevision.com>
18016         PR/44139
18017         * varasm.c (emutls_decl): Merge attributes to new decl.
18019 2010-05-21  Eric Botcazou  <ebotcazou@adacore.com>
18021         PR middle-end/44101
18022         * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
18023         around the uniquized constructor if its type requires a conversion.
18025 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
18027         PR debug/44205
18028         * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
18029         at -O0 goto_locus of any of the incoming edges differs from
18030         goto_locus of outgoing edge, or gimple_location of any of the
18031         labels differs.
18033 2009-09-14  Vladimir Makarov  <vmakarov@redhat.com>
18035         * ira.c (ira_non_ordered_class_hard_regs): Define.
18036         (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
18037         * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
18038         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
18039         cost of unaligned hard regs when allocating multi-reg pseudos.
18041 2010-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
18043         * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
18044         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
18045         for TARGET_NO_FLOAT.
18046         * config/mips/mips.c (mips_file_start): Expand conditional expression
18047         into "if" statements.  Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
18048         (mips_override_options): Move -mno-float override -msoft-float and
18049         -mhard-float.
18050         * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
18051         Condition(TARGET_SUPPORTS_NO_FLOAT).
18052         * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
18053         __mips_no_float here.
18054         (SUBTARGET_OVERRIDE_OPTIONS): Delete.
18055         (TARGET_SUPPORTS_NO_FLOAT): Define.
18056         * config/mips/sdemtk.opt: Delete.
18058 2010-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
18060         * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
18062 2010-05-20  Uros Bizjak  <ubizjak@gmail.com>
18064         PR target/43733
18065         * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
18066         * configure: Regenerate.
18067         * config.in: Regenerate.
18068         * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
18069         instead of sahf only for 64bit targets.
18071 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
18073         PR debug/44178
18074         * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
18075         setup_ref_regs for DEBUG_INSNs.
18077 2010-05-20  Jan Hubicka  <jh@suse.cz>
18079         PR middle-end/44197
18080         * varpool.c (varpool_remove_node): Handle in-varpool aliases.
18082 2010-05-20  Kenneth Zadeck  <zadeck@naturalbridge.com>
18084         PR bootstrap/43870
18085         * df-scan.c (df_ref_compare): Stabilize sort.
18087 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
18089         * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
18090         argument.  Don't use DW_OP_piece if offset is non-zero,
18091         put offset into second DW_OP_bit_piece argument.
18092         (dw_sra_loc_expr): Adjust callers.  For memory expressions
18093         compute offset.
18095 2010-05-20  Hans-Peter Nilsson  <hp@axis.com>
18097         PR target/44202
18098         * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
18099         settings for 16-bit-constant "addo" alternative.
18101 2010-05-19  James E. Wilson  <wilson@codesourcery.com>
18103         * config/mips/mips-dsp.md (add<DSPV:mode>3,
18104         mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
18106         PR target/43764
18107         * mips.c (mips_call_expr_from_insn): New arg second_call.  Set it.
18108         (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
18109         Use it.
18111 2010-05-19  Joseph Myers  <joseph@codesourcery.com>
18113         * diagnostic.c (FLOAT, FFS): Don't undefine.
18114         * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
18115         * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
18116         include ordering.
18118 2010-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
18120         * combine.c (propagate_for_debug): Call make_compound_operation
18121         on the source value.
18122         (try_combine): When implementing a split chosen by find_split_point,
18123         either copy i2src or set it to null.  Assert that i2src is not null
18124         before substituting into CALL_INSN_FUNCTION_USAGE.
18126 2010-05-19  Anatoly Sokolov  <aesok@post.ru>
18128         * double-int.h (double_int_ior): New function.
18129         * tree.h (build_int_cst_wide_type): Remove.
18130         * tree.c (build_int_cst_wide_type): Remove.
18131         * fold-const.c (native_interpret_int): Use double_int_to_tree instead
18132         of build_int_cst_wide_type.
18133         * stor-layout.c (set_sizetype): (Ditto.).
18134         * dojump.c (do_jump): Use build_int_cstu instead of
18135         build_int_cst_wide_type.
18137 2010-05-19  Eric Botcazou  <ebotcazou@adacore.com>
18139         * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
18140         * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
18141         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
18142         * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
18143         TARGET_EXPR nodes, but only once, if instructed to do so.  Do not
18144         propagate the 'data' argument to copy_tree_r.
18145         (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
18146         Propagate 'data' argument to walk_tree.
18147         (copy_if_shared): New function.
18148         (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
18149         (unmark_visited): New function.
18150         (unshare_body): Call copy_if_shared instead of doing it manually.
18151         (unvisit_body): Call unmark_visited instead of doing it manually.
18153 2010-05-19  Nathan Froyd  <froydnj@codesourcery.com>
18155         * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
18156         (hook_tree_tree_int_treep_bool_null): ...this.  Update signature.
18157         * hooks.c: Likewise.
18158         * target-def.h (TARGET_FOLD_BUILTIN): Define to
18159         hook_tree_tree_int_treep_bool_null.
18160         * target.h (struct gcc_target): Update signature of fold_builtin
18161         field.
18162         * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
18163         * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
18164         instead of the call expression.
18165         (fold_builtin_call_array): Pass n and argarray directly.
18166         (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
18167         consing a list.
18168         * config/alpha/alpha.c (alpha_fold_builtin): Update signature.  Lift
18169         MAX_ARGS check out of the loop.  Delete declaration of `arity', declare
18170         `i' and use it in place of `arity'.
18171         * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
18172         Dereference `args' directly.
18173         * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
18175 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18177         * doc/sourcebuild.texi (Effective-Target Keywords): Document
18178         3dnow, sse3, sse2.
18179         (Directives): Document optional dg-require-effective-target
18180         selector.
18182 2010-05-19  Richard Guenther  <rguenther@suse.de>
18184         PR lto/44196
18185         * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
18187 2010-05-19  Richard Guenther  <rguenther@suse.de>
18189         * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
18190         * common.opt (fwhopr=): New.
18191         * opts.c (common_handle_option): Handle OPT_fwhopr.
18192         * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
18193         * collect2.c (main): Match -fwhopr*.
18194         * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
18195         Execute ltrans stage in parallel when jobs is bigger than 1.
18197 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18199         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
18200         pentiumpro on Solaris 8/x86 with Sun as.
18201         * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
18202         hidden alias bug.
18203         (gcc_cv_as_ix86_quad): Check for .quad directive.
18204         * configure: Regenerate.
18205         * config.in: Regenerate.
18206         * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
18208 2010-05-19  Martin Jambor  <mjambor@suse.cz>
18210         * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
18211         also for indirect edges.  Actual printing moved...
18212         (ipa_print_node_jump_functions_for_edge): ...here.
18213         (ipa_compute_jump_functions): Renamed to
18214         ipa_compute_jump_functions_for_edge and made static.
18215         (ipa_compute_jump_functions): New function.
18216         (make_edge_direct_to_target): Check if the number of arguments on
18217         the newly direct edge is the same as the number of parametrs of
18218         the callee.
18219         * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
18220         ipa_compute_jump_functions.  Call ipa_analyze_params_uses.
18221         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
18222         analysis functions unconditionally, call the new
18223         ipa_analyze_params_uses on the node instead of every edge.
18225 2010-05-19  Christian Borntraeger  <borntraeger@de.ibm.com>
18227         * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
18228         to tree.
18229         (dump_mem_ref): Adopt debug code to handle a tree as step.  This
18230         also checks for a constant int vs.  non-constant but
18231         loop-invariant steps.
18232         (find_or_create_group): Change the sort algorithm to only consider
18233         steps that are constant ints.
18234         (idx_analyze_ref): Adopt code to handle a tree instead of a
18235         HOST_WIDE_INT for step.
18236         (gather_memory_references_ref): Handle tree instead of int and be
18237         prepared to see a NULL_TREE.
18238         (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
18239         prefetches if the step cannot be calculated at compile time.
18240         (issue_prefetch_ref): Issue prefetches for non-constant but
18241         loop-invariant steps.
18243 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
18245         Revert:
18246         2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
18248         * tree.h (build_call_list): Remove.
18249         * tree.c (build_call_list): Remove.
18251 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
18253         * tree.h (build_call_list): Remove.
18254         * tree.c (build_call_list): Remove.
18256 2010-05-18  Jan Hubicka  <jh@suse.cz>
18258         * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
18260 2010-05-18  Vladimir Makarov  <vmakarov@redhat.com>
18262         PR rtl-optimization/43332
18263         * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
18265 2010-05-18  Anatoly Sokolov  <aesok@post.ru>
18267         * tree.h (build_int_cstu): Implement as static inline.
18268         * tree.c (build_int_cstu): Remove function.
18269         (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
18270         sign extended.
18272 2010-05-18  Richard Guenther  <rguenther@suse.de>
18274         PR lto/44143
18275         * lto-wrapper.c (verbose): New variable.  Initialize from -v.
18276         (debug): Initialize from -save-temps.
18277         (collect_execute): Print command-line when verbose.
18278         (run_gcc): Always use COLLECT_GCC_OPTIONS.  Use fork_execute
18279         for ltrans invocation.  Produce -dumpbase flag again.
18280         (process_args): Remove.
18281         (main): Simplify.
18282         * collect2.c (maybe_run_lto_and_relink): Only pass object
18283         files to lto-wrapper.
18284         * gcc.c (LINK_COMMAND_SPEC): Likewise.
18286 2010-05-18  Jan Hubicka  <jh@suse.cz>
18288         * opts.c (decode_options): Do not disable whopr at ipa_cp.
18289         * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
18291 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
18293         PR lto/44184
18294         * lto-streamer-out.c (output_gimple_stmt): Output number of labels
18295         in a GIMPLE_ASM.
18296         * lto-streamer-in.c (input_gimple_stmt): Read number of labels
18297         in a GIMPLE_ASM.
18299 2010-05-18  Jakub Jelinek  <jakub@redhat.com>
18301         PR debug/41371
18302         * var-tracking.c (find_loc_in_1pdv): Add a few checks from
18303         rtx_equal_p inline.
18305 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
18307         * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
18308         lto-macho as lto_binary_reader.
18310         * darwin.c (darwin_asm_named_section): Do not add assembler comment
18311         after .section directive; just print it before the directive instead.
18313 2010-05-17  Jan Hubicka  <jh@suse.cz>
18315         * cgraph.c (cgraph_create_virtual_clone): Only check
18316         versionable_function_p when not in wpa and checking is enabled.
18317         * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
18318         there are no more functions to materialize.
18320 2010-05-17  Jan Hubicka  <jh@suse.cz>
18322         * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
18323         * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
18324         New functions.
18325         (output_cgraph): Call output_cgraph_opt_summary.
18326         (input_cgrpah): Call input_cgraph_opt_summary.
18327         (output_cgraph_opt_summary_p, output_node_opt_summary,
18328         input_node_opt_summary, input_cgraph_opt_section): New functions.
18329         * lto-section-in.c (lto_section_name): Add cgraphopt.
18330         * tree-inline.c (tree_function_versioning): Handle parm_num.
18331         * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
18332         * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
18334 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
18336         * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
18337         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
18338         the insn to prefetch ratio heuristic to loops with known trip count.
18340 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
18342         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
18343         (schedule_prefetches): Do not generate a prefetch if the unroll factor
18344         is far from what is required by the prefetch.
18346 2010-05-17  Jan Hubicka  <jh@suse.cz>
18348         * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
18349         (ipcp_estimate_growth): Likewise.
18350         (ipcp_const_param_count): Likewise.
18351         (ipcp_insert_stage): Likewise.
18352         * ipa-prop.c (visit_load_for_mod_analysis): New function.
18353         (visit_store_addr_for_mod_analysis): Set used flag.
18354         (ipa_detect_param_modifications): Set used flag for SSE params;
18355         update use of walk_stmt_load_store_addr_ops.
18356         (ipa_print_node_params): Print used flag.
18357         (ipa_write_node_info): Stream used flag.
18358         (ipa_read_node_info): Likewise.
18359         * ipa-prop.h (struct ipa_param_descriptor): Add used field.
18360         (ipa_is_param_used): New function.
18361         (lto_ipa_fixup_call_notes): Remove unused declaration.
18363 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18365         PR target/44074
18366         * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
18367         * configure: Regenerate.
18368         * config.in: Regenerate.
18369         * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
18370         !HAVE_AS_IX86_REP_LOCK_PREFIX.
18371         Don't emit whitespace.
18372         * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
18373         (*rep_movsi): Likewise.
18374         (*rep_movsi_rex64): Likewise.
18375         (*rep_movqi): Likewise.
18376         (*rep_movqi_rex64): Likewise.
18377         (*rep_stosdi_rex64): Likewise.
18378         (*rep_stossi): Likewise.
18379         (*rep_stossi_rex64): Likewise.
18380         (*rep_stosqi): Likewise.
18381         (*rep_stosqi_rex64): Likewise.
18382         (*cmpstrnqi_nz_1): Use {%;} after repz.
18383         (*cmpstrnqi_nz_rex_1): Likewise.
18384         (*cmpstrnqi_1): Likewise.
18385         (*cmpstrnqi_rex_1): Likewise.
18386         (*strlenqi_1): Use {%;} after repnz.
18387         (*strlenqi_rex_1): Likewise.
18388         * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
18389         (*sync_compare_and_swap<mode>): Likewise.
18390         (sync_double_compare_and_swap<mode>): Likewise.
18391         (*sync_double_compare_and_swapdi_pic): Likewise.
18392         (sync_old_add<mode>): Likewise.
18393         (sync_add<mode>): Likewise.
18394         (sync_sub<mode>): Likewise.
18395         (sync_<code><mode>): Likewise.
18397 2010-05-17  Martin Jambor  <mjambor@suse.cz>
18399         * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
18400         otr_token and polymorphic.
18401         * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
18402         (cgraph_clone_edge): Copy the above fields.
18403         * tree.c (get_binfo_at_offset): New function.
18404         * tree.h (get_binfo_at_offset): Declare.
18405         * ipa-prop.h (enum jump_func_type): Added known_type jump function
18406         type, reordered items, updated comments.
18407         (union jump_func_value): Added base_type field, reordered fields.
18408         (enum ipa_lattice_type): Moved down in the file.
18409         (struct ipa_param_descriptor): New field polymorphic.
18410         (ipa_is_param_polymorphic): New function.
18411         * ipa-prop.c: Include gimple.h and gimple-fold.h.
18412         (ipa_print_node_jump_functions): Print known type jump functions.
18413         (compute_complex_pass_through): Renamed to...
18414         (compute_complex_assign_jump_func): this.
18415         (compute_complex_ancestor_jump_func): New function.
18416         (compute_known_type_jump_func): Likewise.
18417         (compute_scalar_jump_functions): Create known type and complex ancestor
18418         jump functions.
18419         (ipa_note_param_call): New parameter polymorphic, set the corresponding
18420         flag in the call note accordingly.
18421         (ipa_analyze_call_uses): Renamed to...
18422         (ipa_analyze_indirect_call_uses): this.  New parameter target, define
18423         variable var only in the block where it is used.
18424         (ipa_analyze_virtual_call_uses): New function.
18425         (ipa_analyze_call_uses): Likewise.
18426         (combine_known_type_and_ancestor_jfs): Likewise.
18427         (update_jump_functions_after_inlining): Implemented handling of a
18428         number of new jump function types combination.
18429         (print_edge_addition_message): Removed.
18430         (make_edge_direct_to_target): New function.
18431         (try_make_edge_direct_simple_call): Likewise.
18432         (try_make_edge_direct_virtual_call): Likewise.
18433         (update_call_notes_after_inlining): Renamed to...
18434         (update_indirect_edges_after_inlining): this.  Moved edge creation for
18435         indirect calls to try_make_edge_direct_simple_call, also calls
18436         try_make_edge_direct_virtual_call for virtual calls.
18437         (ipa_print_node_params): Changed the header message.
18438         (ipa_write_jump_function): Stream also known type jump functions.
18439         (ipa_read_jump_function): Likewise.
18440         (ipa_write_indirect_edge_info): Stream new fields in
18441         cgraph_indirect_call_info.
18442         (ipa_read_indirect_edge_info): Likewise.
18443         * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
18444         GIMPLE_FOLD_H.
18446 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18448         * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
18450 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
18452         * tree.h (CALL_EXPR_ARGS): Delete.
18453         (call_expr_arglist): Delete.
18454         * tree.c (call_expr_arglist): Delete.
18455         * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
18456         targetm.fold_builtin.
18457         * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
18458         Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
18459         * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
18460         arglist parameter.  Use CALL_EXPR_ARG.
18461         (picochip_expand_builtin_3op): Likewise.
18462         (picochip_expand_builtin_2opvoid): Likewise.
18463         (picochip_expand_array_get): Likewise.
18464         (picochip_expand_array_put): Likewise.
18465         (picochip_expand_array_testport): Likewise.
18466         (picochip_expand_builtin): Don't call CALL_EXPR_ARGS.  Pass exp
18467         rather than arglist.
18468         * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
18469         CALL_EXPR_ARGS.
18470         * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
18471         than TREE_VALUE and TREE_CHAIN.
18472         * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
18473         * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
18474         the arglist.
18476 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
18478         PR bootstrap/42347
18479         * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
18480         to have no fallthru edge.
18482         PR middle-end/44102
18483         * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
18484         bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
18485         mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
18486         add BARRIER after previous bb if needed.
18488 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
18490         * tree.c (build_function_type_list_1): Remove bogus assert condition.
18492 2010-05-17  Alan Modra  <amodra@gmail.com>
18494         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
18495         unnecessary prototype.  Replace copy_r12 and copy_r11 flag params
18496         with copy_reg rtx param.
18497         (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
18498         Correct cases where code for ABI_V4 did not initialise the reg
18499         used to access frame.  Also leave frame_reg_rtx as sp for large
18500         frames that save no regs.
18502 2010-05-17  Martin Jambor  <mjambor@suse.cz>
18504         PR middle-end/44133
18505         * tree-sra.c (create_access_replacement): New parameter rename, mark
18506         the replaement for renaming only when it is true.
18507         (get_access_replacement): Pass true in the rename parameter of
18508         create_access_replacement.
18509         (get_unrenamed_access_replacement): New function.
18510         (replace_uses_with_default_def_ssa_name): New parameter racc, get the
18511         replacement declaration from it.
18513 2010-05-17  Bernd Schmidt  <bernds@codesourcery.com>
18515         * function.c (try_fit_stack_local, add_frame_space): New static
18516         functions.
18517         (assign_stack_local_1): Use them.  Look for opportunities to use
18518         space previously wasted on alignment.
18519         * function.h (struct frame_space): New.
18520         (struct rtl_data): Add FRAME_SPACE_LIST member.
18521         * reload1.c (something_was_spilled): New static variable.
18522         (alter_reg): Set it.
18523         (reload): Test it in addition to testing if the frame size changed.
18525 2010-05-17  Christian Borntraeger  <borntraeger@de.ibm.com>
18527         * config/s390/s390.c: Define sane prefetch settings and activate
18528         flag_prefetch_loop_arrays on -O3.
18529         * config/s390/s390.h: Declare that read can use write prefetch.
18531 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
18533         * lto-streamer-out.c (lto_output): Fix --enable-checking=release
18534         build.
18536 2010-05-16  Jan Hubicka  <jh@suse.cz>
18538         * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
18539         function body; do not check stdarg field of struct function.
18541 2010-05-16  Jan Hubicka  <jh@suse.cz>
18543         * cgraph.c (dump_cgraph_node): Dump versionable flag.
18544         * cgraph.h (cgraph_local_info): Add versionable flag.
18545         * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
18546         (ipcp_versionable_function_p): Use it.
18547         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
18548         versionable flag.
18550 2010-05-16  Jan Hubicka  <jh@suse.cz>
18552         * cgraph.c (cgraph_clone_node): Take decl argument and insert
18553         clone into hash when it is different from orig.
18554         (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
18555         * cgraph.h (cgraph_clone_node): Update prototype.
18556         * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
18557         (lto_cgraph_encoder_delete): Delete body map.
18558         (lto_cgraph_encoder_size): Move to header.
18559         (lto_cgraph_encoder_encode_body_p,
18560         lto_set_cgraph_encoder_encode_body): New.
18561         (lto_output_node): Do not take written_decls argument; output clone_of
18562         pointer.
18563         (add_node_to): Add include_body_argument; call
18564         lto_set_cgraph_encoder_encode_body on master of the clone.
18565         (add_references): Update use of add_node_to.
18566         (compute_ltrans_boundary): Likewise.
18567         (output_cgraph): Do not create written_decls bitmap.
18568         (input_node): Take nodes argument; stream in clone_of correctly.
18569         (input_cgraph_1): Update use of input_node.
18570         * lto-streamer-out.c (lto_output): Use encoder info to decide
18571         what bodies to output.
18572         * ipa-inline.c (cgraph_clone_inlined_nodes,
18573         cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
18574         * lto-streamer.h (lto_cgraph_encoder_d): Add body.
18575         (lto_cgraph_encoder_size): Define here.
18576         (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
18577         Declare.
18579 2010-05-16  Richard Guenther  <rguenther@suse.de>
18581         * doc/invoke.texi (-fipa-struct-reorg): Do not mention
18582         -fipa-type-escape.
18583         * ipa-type-escape.c (gate_type_escape_vars): Run when
18584         -fipa-struct-reorg runs.
18585         * opts.c (decode_options): Do not unset flag_ipa_type_escape.
18586         * common.opt (fipa-type-escape): Remove.
18588 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
18590         * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
18591         (decode_options): Likewise.
18592         * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
18594 2010-05-16  Jan Hubicka  <jh@suse.cz>
18596         * ipa.c (function_and_variable_visibility): Also bring local all
18597         aliases.
18599 2010-05-16  Richard Guenther  <rguenther@suse.de>
18601         * alias.c (nonoverlapping_memrefs_p): Remove use of
18602         IPA type-escape information.
18604 2010-05-16  Joseph Myers  <joseph@codesourcery.com>
18606         * c-common.c (c_common_reswords): Add _Static_assert for C.
18607         * c-parser.c (c_token_starts_declaration,
18608         c_parser_next_token_starts_declaration,
18609         c_parser_static_assert_declaration_no_semi,
18610         c_parser_static_assert_declaration): New.
18611         (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
18612         Handle static assertions if static_assert_ok.
18613         (c_parser_external_declaration, c_parser_declaration_or_fndef,
18614         c_parser_compound_statement_nostart, c_parser_label,
18615         c_parser_for_statement, c_parser_objc_methodprotolist,
18616         c_parser_omp_for_loop): All callers of
18617         c_parser_declaration_or_fndef changed.
18618         (c_parser_struct_declaration): Handle static assertions.
18619         (c_parser_compound_statement_nostart): Use
18620         c_parser_next_token_starts_declaration and
18621         c_token_starts_declaration to detect start of declarations.
18622         (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
18623         Likewise.
18625 2010-05-16  Anatoly Sokolov  <aesok@post.ru>
18627         * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
18628         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
18629         * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
18630         TARGET_FUNCTION_VALUE_REGNO_P): Define.
18631         (mmix_function_outgoing_value): Rename to...
18632         (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
18633         (mmix_function_value_regno_p): Make static.
18634         (mmix_libcall_value): New function.
18635         * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
18636         mmix_function_value_regno_p): Remove declaration.
18638 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
18640         * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
18641         BUILT_IN_ALLOCA if stack checking is enabled.
18643 2010-05-16  Richard Guenther  <rguenther@suse.de>
18645         * var-tracking.c (vars_copy_1): Inline ...
18646         (vars_copy): ... here.  Use FOR_EACH_HTAB_ELEMENT.
18647         (variable_union): Use FOR_EACH_HTAB_ELEMENT.  Merge asserts.
18648         (variable_merge_over_cur): Adjust.  Merge asserts.
18649         (variable_merge_over_src): Likewise.
18650         (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
18651         (variable_post_merge_new_vals): Merge asserts.
18652         (variable_post_merge_perm_vals): Likewise.
18653         (find_mem_expr_in_1pdv): Likewise.
18654         (dataflow_set_different_value): Remove.
18655         (onepart_variable_different_p): Merge asserts.
18656         (variable_different_p): Likewise.
18657         (dataflow_set_different_1): Inline ...
18658         (dataflow_set_different): ... here.  Use FOR_EACH_HTAB_ELEMENT.
18659         (emit_notes_for_differences_1): Merge asserts.
18661 2010-05-16  Richard Guenther  <rguenther@suse.de>
18663         * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
18664         * optabs.c (libfunc_decl_hash): Likewise.
18665         * varasm.c (emutls_decl): Likewise.
18667 2010-05-16  Steven Bosscher  <steven@gcc.gnu.org>
18669         * c-decl.c: Don't include gimple.h.
18670         (merge_decls): Do not copy gimple_body.
18672 2010-05-15  Jason Merrill  <jason@redhat.com>
18674         * c.opt: Add -fnothrow-opt.
18676 2010-05-15  Jan Hubicka  <jh@suse.cz>
18678         * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
18679         analyzed.
18680         * passes.c (ipa_write_summaries): Write all analyzed nodes.
18682 2010-05-15  Steven Bosscher  <steven@gcc.gnu.org>
18684         * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
18685         * Makefile.in: Add it.
18686         Fix all other Makefile dependencies for changes below.
18687         * tree.h: Include it instead of defining VEC primitives here.
18688         * gimple.h: Likewise.
18689         * rtl.h: Likewise.
18690         * tree-inline.h: Inlclude vecir.h instead of gimple.h.
18691         * except.h: Include vecir.h, break dependence on tree.h.
18693         * gimplify.c (append_to_statement_list_1, append_to_statement_list):
18694         Move from here...
18695         * tree-iterator.c: ...to here.
18696         * tree-iterator.h: Fix file introduction comment.  Add extern markers.
18698         * c-lex.c: Include fixed-value.h instead of rtl.h.  Do not include
18699         tm_p.h.
18700         * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
18701         * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
18702         integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
18703         tree-mudflap.h, and target.h.
18704         * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
18705         predict.h, tree-inline.h, gimple.h, and langhooks.h.
18706         * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
18707         Add FIXME for why gimple.h is still included (should be unnecessary
18708         since GCC 4.5 gimplification unit-at-a-time).
18709         * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
18710         * c-pragma.c: Add FIXME for why function.h needs to be included just
18711         for cfun, at front-end level.
18712         Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
18713         Do not include ggc.h, but include vecprim.h for VEC(char).
18714         * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
18715         Explain why target.h is included.
18716         * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
18717         Explain why gimple.h is included.
18718         * c-ppoutput.c: Do not include tm.h.
18719         * c-common.c: Do not include gimple.h.  Explain why expr.h is included.
18720         * c-parses.c: Explain why rtl.h is included, and that this (and only
18721         this) is also why tm.h must be included.
18722         Do not include except.h.
18723         * c-lang.c: Do not include ggc.h.
18725 2010-05-15  Uros Bizjak  <ubizjak@gmail.com>
18727         * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
18729 2010-05-15  Joseph Myers  <joseph@codesourcery.com>
18731         * c-decl.c (grokfield): Allow typedefs for anonymous structs and
18732         unions by default if those structs and unions have no tags.  Do
18733         not condition anonymous struct and unions handling on flag_iso.
18734         Allow anonymous structs and unions for C1X.
18735         (finish_struct): Do not diagnose lack of named fields when
18736         anonymous structs and unions present for C1X.  Accept flexible
18737         array members in structure with anonymous structs or unions but no
18738         directly named fields.
18739         * doc/extend.texi (Unnamed Fields): Update.
18741 2010-05-15  Eric Botcazou  <ebotcazou@adacore.com>
18743         * gimple.h (compare_field_offset): Rename into...
18744         (gimple_compare_field_offset): ...this.
18745         * gimple.c (compare_field_offset): Rename into...
18746         (gimple_compare_field_offset): ...this.  Compare the full access if
18747         the offset is self-referential.
18748         (gimple_types_compatible_p): Adjust for above renaming.
18749         * lto-streamer-in.c (input_gimple_stmt): Likewise.  Also compare the
18750         DECL_NONADDRESSABLE_P flag of fields before merging them.
18752 2010-05-15  Nathan Froyd  <froydnj@codesourcery.com>
18754         * tree.h (ctor_to_list): Delete.
18755         * tree.c (ctor_to_list): Delete.
18757 2010-05-15  Jan Hubicka  <jh@suse.cz>
18759         * ipa-reference.c: Include toplev.h
18760         (is_proper_for_analysis): Only add to all_module_statics
18761         if it is allocated.
18762         (write_node_summary_p, stream_out_bitmap,
18763         ipa_reference_write_optimization_summary,
18764         ipa_reference_read_optimization_summary): New.
18765         (struct ipa_opt_pass_d pass_ipa_reference): Add
18766         optimization summary streaming.
18767         * lto-cgraph.c (referenced_from_this_partition_p,
18768         reachable_from_this_partition_p): New functions.
18769         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
18770         call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
18771         * opts.c (decode_options): Enable ipa_reference.
18772         * Makefile.in (ipa-reference.o): Add toplev.h dependency.
18773         * lto-streamer.h (referenced_from_this_partition_p,
18774         reachable_from_this_partition_p): Declare.
18776 2010-05-15  Richard Guenther  <rguenther@suse.de>
18778         PR tree-optimization/44038
18779         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
18780         taking the address of a V_C_E of a constant.
18782 2010-05-14  Jan Hubicka  <jh@suse.cz>
18784         * tree.h (memory_identifier_string): Remove.
18785         * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
18786         (ipa_reference_global_vars_info_d): Remove statics_not_read and
18787         statics_not_written.
18788         (ipa_reference_optimization_summary_d): New structure.
18789         (ipa_reference_optimization_summary_t): New type and vector.
18790         (ipa_reference_vars_info_d): Embedd structures instead of using
18791         pointers.
18792         (reference_vars_to_consider): Remove out of GGC space.
18793         (module_statics_escape): Remove.
18794         (global_info_obstack): Rename to ...
18795         (optimization_summary_obstack): ... this one.
18796         (initialization_status_t): Remove.
18797         (memory_identifier_string): Remove.
18798         (get_reference_vars_info): Fix indenting.
18799         (set_reference_vars_info): Likewise.
18800         (get_reference_optimization_summary): New.
18801         (set_reference_optimization_summary): New.
18802         (get_global_reference_vars_info): Remove.
18803         (ipa_reference_get_read_global): Remove.
18804         (ipa_reference_get_written_global): Remove.
18805         (ipa_reference_get_not_read_global): Update.
18806         (ipa_reference_get_not_written_global): Update.
18807         (is_proper_for_analysis): Outlaw addressable.
18808         (propagate_bits): Update for new datastructures.
18809         (analyze_variable): Remove.
18810         (init_function_info): Update for new datastructures.
18811         (clean_function_local_data): Remove.
18812         (clean_function): Remove.
18813         (copy_global_bitmap): Use optimizations_summary_obstack.
18814         (duplicate_node_data): Duplicate optimization summary only.
18815         (remove_node_data): Remove optimization summary only.
18816         (generate_summary): Do not analyze variables; do not compute
18817         module_statics_escape; do not prune solutions by it.
18818         (read_write_all_from_decl): Fix typos in comments.
18819         (propagate): Doscover readonly and nonaddressable first;
18820         update for new datastructures; share global bitmaps.
18821         * ipa-reference.h (ipa_reference_get_read_global,
18822         ipa_reference_get_written_global): Remove.
18823         * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
18824         * Makefile.in: Remove ipa-refereference from GT files.
18826 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
18828         PR debug/44112
18829         * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
18830         for all SYMBOL_REF_DECLs.
18832 2010-05-14  Jan Hubicka  <jh@suse.cz>
18834         * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
18835         (varpool_all_refs_explicit_p): New inline function.
18836         * ipa-reference.c: Update comment.
18837         (module_statics_written): Remove.
18838         (get_static_decl): Remove.
18839         (ipa_init): Do not initialize module_statics_written.
18840         (analyze_function): Likewise.
18841         (generate_summary): Likewise; do not compute module_statics_readonly
18842         and do not update variable flags.
18843         (propagate): Call ipa_discover_readonly_nonaddressable_vars.
18844         * ipa.c: Inlucde flags.h
18845         (cgraph_local_node_p): New.
18846         (cgraph_remove_unreachable_nodes): Return early when not optimizing;
18847         promote functions to local.
18848         (ipa_discover_readonly_nonaddressable_vars): New function.
18849         (function_and_variable_visibility): Use cgraph_local_node_p.
18850         * varpool.c (varpool_finalize_decl): Set force_output for
18851         DECL_PRESERVE_P vars.
18853 2010-05-14  Jan Hubicka  <jh@suse.cz>
18855         * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
18857 2010-05-14  Richard Guenther  <rguenther@suse.de>
18859         PR tree-optimization/44119
18860         * tree-ssa-pre.c (eliminate): Properly mark replacement of
18861         a PHI node necessary.
18863 2010-05-14  Eric Botcazou  <ebotcazou@adacore.com>
18865         * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
18867 2010-05-14  Jason Merrill  <jason@redhat.com>
18869         PR c++/44127
18870         * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
18871         (gimple_call_set_nothrow): New.
18872         * gimple.c (gimple_build_call_from_tree): Call it.
18873         (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
18875         PR c++/44127
18876         * gimplify.c (gimplify_seq_add_stmt): No longer static.
18877         * gimple.h: Declare it.
18878         * gimple.c (gimple_build_eh_filter): No ops.
18880 2010-05-14  Jan Hubicka  <jh@suse.cz>
18882         * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
18883         nodes already in queue.
18884         (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
18885         re-enqueueing node.
18887 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
18889         PR debug/44136
18890         * cfgexpand.c (expand_debug_expr): If non-memory op0
18891         has BLKmode, return NULL.
18893 2010-05-14  Harsha Jagasia  <harsha.jagasia@amd.com>
18895         * config.gcc: Add support for --with-cpu option for bdver1.
18896         * config/i386/i386.h (TARGET_BDVER1): New macro.
18897         (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
18898         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
18899         (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
18900         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
18901         Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
18902         (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
18903         (processor_type): Add PROCESSOR_BDVER1.
18904         * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
18905         processor_type in config/i386/i386.h.
18906         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
18907         movaps <reg, reg> instead of movapd <reg, reg> when replacing
18908         movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
18909         Add check for  TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
18910         to emit packed xor instead of packed double/packed integer
18911         xor for SSE and AVX when moving a zero value.
18912         * config/i386/sse.md: Add check for
18913         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
18914         movapd/movdqa for SSE and AVX.
18915         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
18916         single logical operations i.e and, or and xor instead of packed double
18917         logical operations for SSE and AVX.
18918         * config/i386/i386-c.c (ix86_target_macros_internal):
18919         Add PROCESSOR_BDVER1.
18920         * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
18921         (has_fma4, has_xop): New.
18922         * config/i386/i386.c (bdver1_cost): New variable.
18923         (m_BDVER1): New macro.
18924         (m_AMD_MULTIPLE): Add m_BDVER1.
18925         (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
18926         x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
18927         x86_tune_use_simode_fiop, x86_tune_promote_qimode,
18928         x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
18929         x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
18930         x86_tune_sse_partial_reg_dependency,
18931         x86_tune_sse_unaligned_load_optimal,
18932         x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
18933         x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
18934         x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
18935         x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
18936         x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
18937         Enable/disable for bdver1.
18938         (processor_target_table): Add bdver1_cost.
18939         (cpu_names): Add bdver1.
18940         (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
18941          processor_alias_table.
18942         (ix86_expand_vector_move_misalign): Change.
18943         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
18944         Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
18945         Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
18946         of movupd/movdqu for SSE and AVX.
18947         (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
18948         (ix86_tune_adjust_cost): Add code for bdver1.
18949         (standard_sse_constant_opcode): Add check for
18950         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
18951         of packed double xor for SSE and AVX.
18953 2010-05-14  Pat Haugen  <pthaugen@us.ibm.com>
18955         * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
18956         result to unsigned.
18958 2010-05-14  Tristan Gingold  <gingold@adacore.com>
18960         * toplev.c (default_debug_hooks): Remove this variable.
18961         (process_options): Remove assignments to default_debug_hooks.
18963 2010-05-14  Martin Jambor  <mjambor@suse.cz>
18965         * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
18966         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
18967         * langhooks.h (struct lang_hooks_for_decls): Removed field
18968         fold_obj_type_ref.
18969         * tree.c (free_lang_data): Remove assignment to
18970         lang_hooks.fold_obj_type_ref.
18971         * tree.def (OBJ_TYPE_REF): Update comment.
18973 2010-05-14  Richard Guenther  <rguenther@suse.de>
18975         PR tree-optimization/44124
18976         * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
18978 2010-05-14  Alan Modra  <amodra@gmail.com>
18980         PR target/44075
18981         * config/rs6000/rs6000.c (struct machine_function): Reorder
18982         fields for better packing.  Add lr_save_state.
18983         (rs6000_ra_ever_killed): Return lr_save_state if set.
18984         (rs6000_emit_eh_reg_restore): Set lr_save_state.
18986 2010-05-13  Jan Hubicka  <jh@suse.cz>
18988         * varpool.c (decide_is_variable_needed): Drop code checking
18989         TREE_SYMBOL_REFERENCED.
18991 2010-05-13  Jan Hubicka  <jh@suse.cz>
18993         * final.c (output_addr_const): Do not call mark_decl_referenced.
18994         * cgraphunit.c (process_function_and_variable_attributes): Use
18995         mark_needed_node dirrectly.
18996         (assemble_thunk): Do not call mark_decl_referenced.
18998 2010-05-13  Anatoly Sokolov  <aesok@post.ru>
19000         * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
19002 2010-05-13  Jeff Law  <law@redhat.com>
19004         * ira-conflicts.c (print_allocno_conflicts): New function broken out
19005         from...
19006         (print_conflicts): Call print_allocno_conflicts.
19008 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
19010         PR debug/44104
19011         * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
19012         if it is NULL.
19014 2010-05-13  Kai Tietz  <kai.tietz@onevision.com>
19016         * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
19017         t-mingw-w64 or t-mingw-w32 for multilib configuration.
19018         * config/i386/t-mingw-w32: New.
19019         * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
19021 2010-05-13  Martin Jambor  <mjambor@suse.cz>
19023         * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
19024         gimple-fold.c).
19025         * gimple-fold.c (get_base_binfo_for_type): New function.
19026         (gimple_get_relevant_ref_binfo): Likewise.
19027         (gimple_fold_obj_type_ref_known_binfo): Likewise.
19028         (gimple_fold_obj_type_ref): Likewise.
19029         (fold_gimple_call): Simplify condition for folding virtual calls
19030         and call gimple_fold_obj_type_ref.
19031         * gimple.h (gimple_get_relevant_ref_binfo): Declare.
19032         (gimple_fold_obj_type_ref_known_binfo): Likewise.
19034 2010-05-13  Andreas Schwab  <schwab@linux-m68k.org>
19036         * config/rs6000/rs6000-protos.h
19037         (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
19038         * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
19039         (rs6000_debug_mode_dependent_address)
19040         (rs6000_mode_dependent_address_ptr): Likewise.
19042 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
19044         PR debug/43983
19045         * var-tracking.c (track_expr_p): Allow tracking of variables optimized
19046         by SRA.
19047         * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
19048         * tree-sra.c (create_access_replacement): Call unshare_expr before
19049         passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
19050         * dwarf2out.c: Include tree-flow.h.
19051         (struct var_loc_node): Rename var_loc_note field to loc, add comment.
19052         (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
19053         Handle DW_OP_bit_piece.
19054         (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
19055         construct_piece_list, adjust_piece_list): New functions.
19056         (add_var_loc_to_decl): Handle SRA optimized variables.
19057         Adjust for var_loc_note to loc field renaming.
19058         (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
19059         in VAR_LOCATION note.
19060         (new_loc_descr_op_bit_piece): New function.
19061         (dw_sra_loc_expr): New function.
19062         (dw_loc_list): Use it.  Don't handle the last range after the
19063         loop, handle it inside of the loop.  Adjust for var_loc_note
19064         to loc field renaming.
19065         (add_location_or_const_value_attribute): Only special case
19066         single entry loc lists if loc is NOTE_P.  Adjust for
19067         var_loc_note to loc field renaming.
19068         (dwarf2out_var_location): Don't set newloc->var_loc_note
19069         and newloc->next here.
19071 2010-05-12  Jan Hubicka  <jh@suse.cz>
19073         * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
19074         flag.
19075         * cgraph.h (cgraph_only_called_directly_p,
19076         cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
19077         (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
19078         * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
19079         (assemble
19080         * ipa.c (cgraph_remove_unreachable_nodes): Use
19081         cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
19082         flags.
19083         * tree-inline.c (copy_bb): Check address_taken flag.
19084         * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
19085         externally_visible flag.
19087 2010-05-12  Jason Merrill  <jason@redhat.com>
19089         PR bootstrap/44048
19090         PR target/44099
19091         * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
19092         * sdbout.c (plain_type_1): Likewise.
19093         * dwarf2out.c (is_base_type): Likewise.
19094         (gen_type_die_with_usage): Likewise.  Generate
19095         DW_TAG_unspecified_type for any LANG_TYPE.
19097 2010-05-12  Jan Hubicka  <jh@suse.cz>
19099         * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
19100         indrect edges too.
19101         * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
19102         (cgraph_clone_edge): Update.
19103         (cgraph_node_remove_callees): Remove indirect calls too.
19104         * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
19105         (cgraph_create_indirect_edge): Update prototype.
19106         * ipa-reference.c (has_proper_scope_for_analysis): Rename to
19107         is_proper_for_analysis.
19108         (add_new_function, visited_nodes, function_insertion_hook_holder,
19109         get_local_reference_vars_info, mark_address_taken, mark_address,
19110         mark_load, mark_store, check_asm_memory_clobber, check_call,
19111         scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
19112         (ipa_init): Do not initialize visited_nodes;
19113         function_insertion_hook_holder.
19114         (analyze_variable): Rewrite.
19115         (analyze_function): Rewrite.
19116         (copy_local_bitmap): Remove.
19117         (duplicate_node_dat): Do not duplicate local info.
19118         (generate_summary): Simplify to only walk cgraph.
19119         (write_node_summary_p, ipa_reference_write_summary,
19120         ipa_reference_read_summary): Remove.
19121         (propagate): Do not remove function insertion;
19122         generate summary.
19123         (pass_ipa_reference): NULLify summary handling fields.
19124         * lto-cgraph.c (lto_output_edge): Output ecf_flags.
19125         (input_edge): Input ecf_flags.
19126         * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
19127         (update_indirect_edges_after_inlining): Ignore edges with unknown
19128         param.
19130 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
19132         * implicit-zee.c: New file.
19133         * tree-pass.h (pass_implicit_zee): Declare.
19134         * passes.c (init_optimization_passes): Add zee pass.
19135         * common.opt (fzee): New flag.
19136         * timevar.def (TV_ZEE): Define.
19137         * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
19138         and beyond.
19139         * Makefile.in (implicit-zee.o): Add new build file.
19141 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
19142             Nathan Froyd  <froydnj@codesourcery.com>
19144         * c-common.c (sync_resolve_params): Remove write-only variable.
19146 2010-05-12  Anatoly Sokolov  <aesok@post.ru>
19148         * target.h (struct gcc_target): Add mode_dependent_address_p field.
19149         * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
19150         (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
19151         * targhooks.c (default_mode_dependent_address_p): New function.
19152         * targhooks.h (default_mode_dependent_address_p): Declare function.
19153         * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
19154         (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
19155         * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
19156         target hook. Change return type to bool.
19157         * recog.h (mode_dependent_address_p): Change return type to bool.
19159 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
19160             Nathan Froyd  <froydnj@codesourcery.com>
19162         * tree-mudflap.c (build_function_type_0, build_function_type_1,
19163         build_function_type_2, build_function_type_3): Remove.
19164         (mudflap_init): Use build_function_type_list.
19166 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
19167             Nathan Froyd  <froydnj@codesourcery.com>
19169         * coverage.c (build_fn_info_value): Call build_constructor instead of
19170         build_constructor_from_list.
19171         (build_ctr_info_value): Likewise.
19172         (build_gcov_info): Likewise.
19174 2010-05-12  Nathan Froyd  <froydnj@codesourcery.com>
19176         * tree.c (build_constructor): Compute TREE_CONSTANT for the
19177         resultant constructor.
19178         (build_constructor_single): Don't set TREE_CONSTANT.
19179         (build_constructor_from_list): Don't compute TREE_CONSTANT.
19181 2010-05-12  Jan Hubicka  <jh@suse.cz>
19183         * cgraph.h (struct varpool_node): Add aux.
19184         * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
19185         * varpool.c (varpool_remove_node): Do not remove initializer.
19186         (varpool_reset_queue): Export.
19187         (varpool_finalize_decl): Volatile vars are forced to be output.
19188         * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
19189         replaced decl.
19190         * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
19191         process_references, varpool_can_remove_if_no_refs): New functions.
19192         (cgraph_remove_unreachable_nodes): Handle variables too.
19194 2010-05-12  H.J. Lu  <hongjiu.lu@intel.com>
19196         PR target/44088
19197         * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
19199 2010-05-12  Jakub Jelinek  <jakub@redhat.com>
19201         PR middle-end/44085
19202         * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
19203         change value of ORT_TASK.
19204         (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
19205         (omp_notice_threadprivate_variable): New function.
19206         (omp_notice_variable): Call it for threadprivate variables.
19207         If enclosing ctx is a task, print enclosing task rather than
19208         enclosing parallel.  Handle ORT_UNTIED_TASK like ORT_TASK.
19209         (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
19210         if task has untied clause.
19212         PR debug/42278
19213         * dwarf2out.c (base_type_die): Don't add name attribute here.
19214         (modified_type_die): Instead of sizetype use
19215         its underlying original type.  If a DW_TAG_base_type doesn't
19216         have name added, add __unknown__.
19217         (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
19218         always call force_type_die instead.
19220 2010-05-12  Maxim Kuvyrkov  <maxim@codesourcery.com>
19222         * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
19223         for __stack_chk_guard.
19225 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
19227         * c-opts.c (c_common_parse_file): If start_end_main_source_file,
19228         don't call start_source_file debug hook here...
19229         (finish_options): ... but here, after outputting predefined and
19230         command line defines and undefs.
19232         PR middle-end/44071
19233         * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
19234         no fallthru edge.
19235         * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
19236         optimizing away empty bb with no successors, move over its
19237         footer chain to fallthru predecessor.
19238         * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
19239         (rtl_split_edge): For asm goto call patch_jump_insn even if
19240         splitting fallthru edge.
19242         PR c++/44059
19243         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
19244         even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
19245         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
19246         * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
19247         on DW.ref.* decls.
19249         PR c++/44062
19250         * c-parser.c (c_parser_expression): Mark LHS of a comma
19251         expression as read if it is a decl, handled component or
19252         COMPOUND_EXPR with that on the RHS.
19253         * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
19254         if it is a decl or handled component.
19256 2010-05-11  Jan Hubicka  <jh@suse.cz>
19258         * lto-symtab.c (lto_symtab_free): New function.
19259         * lto-streamer.h (lto_symtab_free): Declare.
19261 2010-05-11  Jan Hubicka  <jh@suse.cz>
19263         * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
19264         that if function is needed it is reachable.
19265         (lto_output_node): See if it the function is reachable or referenced.
19266         (output_cgraph): Update call of lto_output_node.
19267         * lto-streamer.h (reachable_from_other_partition_p): Declare.
19269 2010-05-11  Jan Hubicka  <jh@suse.cz>
19271         * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
19272         Mark as used.
19274 2010-05-11  Jan Hubicka  <jh@suse.cz>
19276         PR tree-optimize/44063
19277         * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
19278         queue.
19279         (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
19280         limits.
19281         (estimate_function_body_sizes): Compute sizes even when disregarding.
19283 2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
19285         * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
19287 2010-05-11  Jan Hubicka  <jh@suse.cz>
19289         * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
19290         into every boundary.
19292 2010-05-11  Jan Hubicka  <jh@suse.cz>
19294         * matrix-reorg.c (matrix_reorg): Rebuild edges.
19296 2010-05-11  Jan Hubicka  <jh@suse.cz>
19298         * lto-streamer.c (lto_streamer_cache_add_to_node_array,
19299         lto_streamer_cache_delete): Put nodes into heap.
19300         * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
19301         heap.
19303 2010-05-11  Jan Hubicka  <jh@suse.cz>
19305         * cgraphbuild.c (cgraph_rebuild_references): New.
19306         * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
19307         out extern inlines.
19308         * cgraph.h (cgraph_rebuild_references): Declare.
19309         * tree-inline.c (tree_function_versioning): Use it.
19310         * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
19312 2010-05-11  Jan Hubicka  <jh@suse.cz>
19314         * cgraph.c: Include ipa-utils.h
19315         (cgraph_create_virtual_clone): Update references.
19316         * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
19318 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
19320         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
19321         prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
19322         cache size.
19324 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
19326         * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
19328 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
19330         * gcc.c (execute): For -### don't quote arguments that
19331         contain just alphanumerics and _/-. characters.
19332         * doc/invoke.texi: Document that change for -###.
19334         PR debug/44023
19335         * df-problems.c (struct dead_debug): Add to_rescan field.
19336         (dead_debug_init): Clear to_rescan field.
19337         (dead_debug_finish): Rescan all debug insns in to_rescan
19338         bitmap and free the bitmap.
19339         (dead_debug_insert_before): Instead of rescanning debug insns
19340         immediately queue their rescanning until dead_debug_finish.
19341         (df_note_bb_compute): After dead_debug_add do continue instead
19342         of break.
19344 2010-05-10  Jakub Jelinek  <jakub@redhat.com>
19346         PR debug/44028
19347         * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
19348         clear also INSN_REG_USE_LIST.
19350 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19352         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
19354 2010-05-10  Jan Hubicka  <jh@suse.cz>
19356         * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
19357         commited change.
19359 2010-05-10  Jan Hubicka  <jh@suse.cz>
19361         * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
19362         Allocate encoders.
19363         * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
19364         * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
19365         (lto_streamer_cache_create): Init alloc pool.
19366         (lto_streamer_cache_delete): Free alloc pool.
19367         * lto-streamer.h: Include alloc pool.
19368         (lto_streamer_cache_d): Use alloc pool.
19369         * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
19371 2010-05-10  Jan Hubicka  <jh@suse.cz>
19373         * Makefile.in (cgraphbuild.o): Add dependency on except.h.
19374         * cgraphbuild.c: Include except.h
19375         (record_type_list, record_eh_tables): New function.
19376         (build_cgraph_edges, rebuild_cgraph_edges): Use it.
19378 2010-05-10  Jan Hubicka  <jh@suse.cz>
19380         * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
19381         __frame_dummy_init_array_entry, force_to_data): Attribute as used
19382         rather than unused.
19384 2010-05-10  Michael Matz  <matz@suse.de>
19386         * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
19387         (can_reassociate_p): Use FLOAT_TYPE_P.
19388         * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
19389         (vect_force_simple_reduction): ... this.
19390         * tree-parloops.c (gather_scalar_reductions): Use
19391         vect_force_simple_reduction.
19392         * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
19393         vect_is_simple_reduction, add modify argument, if true rewrite
19394         "a-b" into "a+(-b)".
19395         (vect_is_simple_reduction, vect_force_simple_reduction): New
19396         functions.
19397         (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
19399 2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>
19400             Vladimir Makarov  <vmakarov@redhat.com>
19402         PR rtl-optimization/44012
19403         * ira-build.c (remove_unnecessary_allocnos): Nullify
19404         regno_allocno_map of the removed allocno.
19406 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19408         * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
19409         to /dev/null.
19410         * configure: Regenerate.
19412 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19414         * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
19415         unused.
19416         Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
19417         * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
19418         support in Sun ld.
19419         * configure: Regenerate.
19421 2010-05-10  Richard Guenther  <rguenther@suse.de>
19423         * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
19424         marked if the entry identifier is marked.
19426 2010-05-10  Richard Guenther  <rguenther@suse.de>
19428         * c-common.c (struct c_common_attributes): Add fnspec attribute.
19429         (handle_fnspec_attribute): New function.
19430         * gimple.h (gimple_call_return_flags): Declare.
19431         (gimple_call_arg_flags): Likewise.
19432         * gimple.c (gimple_call_arg_flags): New function.
19433         (gimple_call_return_flags): Likewise.
19434         * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
19435         New argument flags.
19436         (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
19437         return value flags.
19438         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
19439         * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
19440         main work to ...
19441         (make_heapvar_for): ... this new function.
19442         (handle_rhs_call): Handle fnspec attribute argument specifiers.
19443         (handle_lhs_call): Likewise.
19444         (find_func_aliases): Adjust.
19446 2010-05-10  Richard Guenther  <rguenther@suse.de>
19448         PR tree-optimization/44050
19449         * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
19451 2010-05-10  Wei Guozhi  <carrot@google.com>
19453         PR target/42879
19454         * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
19456 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
19458         PR c/10676
19459         * c-typeck.c (lookup_field): Take a type directly.  Update
19460         recursive calls.
19461         (build_component_ref): Update call to lookup_field.
19462         (set_init_label): Use lookup_field to find initialized field.
19463         Handle returned list of fields like a sequence of designators.
19465 2010-05-09  Richard Guenther  <rguenther@suse.de>
19467         PR middle-end/44024
19468         * fold-const.c (tree_single_nonzero_warnv_p): Properly
19469         handle &FUNCTION_DECL.
19471 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
19473         PR c/4784
19474         * c-decl.c (detect_field_duplicates_hash): New.  Handle anonymous
19475         structures and unions recursively.
19476         (detect_field_duplicates): Move duplicate detection with a hash to
19477         detect_field_duplicates_hash.  Always use a hash if anonymous
19478         structures or unions are present.
19479         * doc/extend.texi (Unnamed Fields): Document that duplicate fields
19480         give errors.
19482 2010-05-09  H.J. Lu  <hongjiu.lu@intel.com>
19484         PR target/44046
19485         * config/i386/driver-i386.c (host_detect_local_cpu): Properly
19486         detect Atom, Core 2 and Core i7.
19488 2010-05-09  Richard Guenther  <rguenther@suse.de>
19490         * gcc.c (store_arg): Handle temporary file deletion for
19491         joined arguments.
19493 2010-05-09  Richard Guenther  <rguenther@suse.de>
19495         PR middle-end/44043
19496         * ipa-inline.c (estimate_function_body_sizes): Return after
19497         disregarding inline limits.
19499 2010-05-09  Richard Guenther  <rguenther@suse.de>
19501         * gcc.c (store_arg): Revert last change.
19503 2010-05-08  Sandra Loosemore  <sandra@codesourcery.com>
19505         PR middle-end/28685
19506         * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
19507         (optimize_ops_list): Call it.
19509 2010-05-08  Richard Guenther  <rguenther@suse.de>
19511         PR tree-optimization/44030
19512         * tree-ssa-pre.c (eliminate): Copy NECESSARY flag.  Set
19513         NECESSARY flag if we propagate from a inserted expression.
19515 2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
19517         * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
19518         domain types as equal if they are both PLACEHOLDER_EXPRs.
19520 2010-05-08  Richard Guenther  <rguenther@suse.de>
19522         * lto-wrapper.c (run_gcc): Remove linker output from
19523         command line for LTRANS invocation.
19525 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
19527         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
19528         lto-macho as lto_binary_reader.
19529         * target.h (struct gcc_target): New hooks lto_start and lto_end.
19530         * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
19531         * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
19532         in lto_start and lto_end calls.
19533         (is_elf_or_coff): Rename to maybe_lto_object_file.  Add Mach-O
19534         magic numbers.
19535         (scan_prog_file): Update is_elf_or_coff call.
19536         * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
19538         * collect2.c (main): Fix enum comparison.
19540         * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
19541         Add prototypes.
19542         * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
19543         * darwin.h (LINK_COMMAND_SPEC): Likewise.  Define TARGET_ASM_LTO_START
19544         and TARGET_ASM_LTO_END.
19545         * darwin.c: Include obstack.h and lto-streamer.h.
19546         (lto_section_names_offset, lto_section_names_obstack,
19547         lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
19548         global variables.
19549         (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
19550         (darwin_asm_lto_start): New function.  Redirect output to asm_out_file
19551         to a temporary file.
19552         (darwin_asm_lto_end): New function.  Restore asm_out_file.
19553         (darwin_asm_named_section): For LTO sections, replace the name with
19554         the offset of the section name in a string table, and build this
19555         table.
19556         (darwin_file_start): Initialize global vars for LTO support.
19557         (darwin_file_end): If output to asm_out_file was redirected, append it
19558         to the proper asm_out_file here.  Add the section names section.
19560 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
19562         * c-pragma.c (pending_weak_d, pending_weak): New.
19563         (pending_weaks): Change the type to VEC((pending_weak,gc) *.
19564         (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
19565         handle_pragma_weak): Update the uses of pending_weaks.
19567 2010-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19569         PR documentation/44016
19570         * doc/standards.texi (Standards): Link to unversioned
19571         cxx0x_status.html page.
19573 2010-05-07  Iain Sandoe  <iains@gcc.gnu.org>
19575         PR target/43708
19576         * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
19577         in addition to TREE_USED, to avoid "set but unused" warnings.
19579 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
19581         * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
19582         (is_loop_prefetching_profitable): Do not insert prefetches
19583         when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
19584         times the prefetch ahead distance.
19586 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
19588         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
19589         Account for loop unrolling in the insn-to-prefetch ratio heuristic.
19590         (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
19591         the unroll_factor.
19593 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
19595         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
19596         a diagnostic info when the insn-to-mem ratio is too small.
19598 2010-05-07  Richard Guenther  <rguenther@suse.de>
19600         * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
19601         the linker plugin.
19602         (store_arg): Queue temp_filename for deletion instead of
19603         the whole argument.
19605 2010-05-07  Richard Guenther  <rguenther@suse.de>
19607         * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
19608         (run_gcc): Handle LTRANS phase invocation.
19609         * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
19611 2010-05-07  Jakub Jelinek  <jakub@redhat.com>
19613         * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
19614         this is also meaningful on PARM_DECLs and RESULT_DECLs.
19616 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19618         * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
19620 2010-05-07  Richard Guenther  <rguenther@suse.de>
19622         PR tree-optimization/44020
19623         * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
19624         code when PRE is not yet initialized.
19626 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19628         * config/mips/dbxmdebug.h: Remove.
19629         * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
19631 2010-05-07  Shujing Zhao  <pearly.zhao@oracle.com>
19633         * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
19634         with null pointer and also warn about ordered comparison of zero with
19635         pointer if -Wextra.
19637 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
19639         * graphite-blocking.c
19640         (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
19641         * graphite-clast-to-gimple.c
19642         (clast_to_gcc_expression): Same.
19643         (precision_for_value): Same.
19644         (precision_for_interval): Same.
19645         (gcc_type_for_interval): Same.
19646         (graphite_create_new_guard): Same.
19647         (compute_bounds_for_level): Same.
19648         (graphite_create_new_loop_guard): Same.
19649         * graphite-interchange.c
19650         (build_linearized_memory_access): Same.
19651         (pdr_stride_in_loop): Same.
19652         (memory_strides_in_loop_1): Same.
19653         (memory_strides_in_loop): Same.
19654         (extend_scattering): Same.
19655         (psct_scattering_dim_for_loop_depth): Same.
19656         (pbb_number_of_iterations): Same.
19657         * graphite-poly.h
19658         (debug_iteration_domains): Same.
19659         * graphite-ppl.c
19660         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
19661         (ppl_set_inhomogeneous_gmp): Same.
19662         (ppl_strip_loop): Same.
19663         (ppl_lexico_compare_linear_expressions): Same.
19664         (ppl_read_polyhedron_matrix): Same.
19665         (ppl_max_for_le_pointset): Same.
19666         * graphite-ppl.h
19667         (ppl_read_polyhedron_matrix): Same.
19668         (tree_int_to_gmp): Same.
19669         (gmp_cst_to_tree): Same.
19670         (ppl_set_inhomogeneous): Same.
19671         (ppl_set_inhomogeneous_tree): Same.
19672         (ppl_set_coef): Same.
19673         (ppl_set_coef_tree): Same.
19674         * graphite-sese-to-poly.c
19675         (build_pbb_scattering_polyhedrons): Same.
19676         (build_scop_scattering): Same.
19677         (scan_tree_for_params_right_scev): Same.
19678         (scan_tree_for_params): Same.
19679         (find_params_in_bb): Same.
19680         (find_scop_parameters): Same.
19681         (add_upper_bounds_from_estimated_nit): Same.
19682         (build_loop_iteration_domains): Same.
19683         (add_condition_to_domain): Same.
19684         (pdr_add_memory_accesses): Same.
19686 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
19688         * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
19689         CLooG's value_* macros to their respective mpz_* counterparts.
19690         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
19691         (graphite_create_new_loop_guard): Same.
19692         * graphite-interchange.c (build_linearized_memory_access): Same.
19693         (pdr_stride_in_loop): Same.
19694         (memory_strides_in_loop_1): Same.
19695         (1st_interchange_profitable_p): Same.
19696         * graphite-poly.c (extend_scattering): Same.
19697         (psct_scattering_dim_for_loop_depth): Same.
19698         (pbb_number_of_iterations): Same.
19699         (pbb_number_of_iterations_at_time): Same.
19700         * graphite-poly.h (new_1st_loop): Same.
19701         * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
19702         (oppose_constraint): Same.
19703         (insert_constraint_into_matrix): Same.
19704         (ppl_set_inhomogeneous_gmp): Same.
19705         (ppl_set_coef_gmp): Same.
19706         (ppl_strip_loop): Same.
19707         (ppl_lexico_compare_linear_expressions): Same.
19708         (ppl_max_for_le_pointset): Same.
19709         (ppl_min_for_le_pointset): Same.
19710         (ppl_build_realtion): Same.
19711         * graphite-ppl.h (gmp_cst_to_tree): Same.
19712         (ppl_set_inhomogeneous): Same.
19713         (ppl_set_inhomogeneous_tree): Same.
19714         (ppl_set_coef): Same.
19715         (ppl_set_coef_tree): Same.
19716         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
19717         (build_scop_scattering): Same.
19718         (add_value_to_dim): Same.
19719         (scan_tree_for_params_right_scev): Same.
19720         (scan_tree_for_params_int): Same.
19721         (scan_tree_for_params): Same.
19722         (find_params_in_bb): Same.
19723         (find_scop_parameters): Same.
19724         (add_upper_bounds_from_estimated_nit): Same.
19725         (build_loop_iteration_domains): Same.
19726         (create_linear_expr_from_tree): Same.
19727         (add_condition_to_domain): Same.
19728         (pdr_add_memory_accesses): Same.
19730 2010-05-06  Magnus Fromreide  <magfr@lysator.liu.se>
19731             Jason Merrill  <jason@redhat.com>
19733         * c-common.c (c_common_reswords): Add nullptr.
19734         * c-common.h: Add RID_NULLPTR.  Reorganize C++0x rids.
19735         * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
19736         (gen_type_die_with_usage): Likewise.
19737         * dbxout.c (dbxout_type): Likewise.
19738         * sdbout.c (plain_type_1): Likewise.
19740 2010-05-06  Jason Merrill  <jason@redhat.com>
19742         * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
19743         Don't change GS_OK to GS_ALL_DONE.  Make sure that all cases set
19744         ret appropriately.
19745         (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
19747         * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
19748         stripping WITH_SIZE_EXPR.
19749         (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
19750         change.
19752 2010-05-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19754         * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
19755         list of obsolete configurations.
19756         Disabled check for obsolete configurations.
19757         (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
19758         Removed support for previous versions.
19759         * config/mips/iris.h: Removed.
19760         * config/mips/iris5.h: Removed.
19761         * config/mips/iris6.h: Merged old iris.h contents.
19762         (TARGET_IRIX): Removed.
19763         (DRIVER_SELF_SPECS): Removed mabi=32.
19764         (IDENT_ASM_OP): Removed undef.
19765         (STARTFILE_SPEC): Removed mabi=32.
19766         (ENDFILE_SPEC): Likewise.
19767         (IRIX_SUBTARGET_LINK_SPEC): Likewise.
19768         (MACHINE_TYPE): Update for IRIX 6.5.
19769         * config/mips/mips.c (mips_build_builtin_va_list): Replaced
19770         TARGET_IRIX by TARGET_IRIX6.
19771         (mips_file_start): Likewise.
19772         (mips_output_external): Remove IRIX 5/6 O32 support.
19773         (mips_output_function_prologue): Likewise.
19774         * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
19775         TARGET_IRIX6.
19776         (TARGET_CPU_CPP_BUILTINS): Likewise.
19777         (TARGET_IRIX): Removed.
19778         * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
19779         (MULTILIB_DIRNAMES): Removed 32.
19780         (MULTILIB_OSDIRNAMES): Removed ../lib.
19781         * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
19782         (Specific, mips-sgi-irix5): Document removal.
19783         (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
19784         Remove references to older IRIX 6 releases and the O32 ABI.
19786 2010-05-06  Jakub Jelinek  <jakub@redhat.com>
19788         PR bootstrap/43994
19789         * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
19790         instead of DF_REF_REAL_REG.
19792 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
19794         PR target/43888
19795         * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
19796         handling to still return true for x64 targets.
19798 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
19800         * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
19802 2010-05-06  Jan Hubicka  <jh@suse.cz>
19804         PR tree-optimization/43791
19805         * ipa-inline.c (update_caller_keys): Remove bogus
19806         disregard_inline_limits check.
19808 2010-05-06  Michael Matz  <matz@suse.de>
19810         PR tree-optimization/43984
19811         * tree-ssa-pre.c (inserted_phi_names): Remove.
19812         (inserted_exprs): Change to bitmap.
19813         (create_expression_by_pieces): Set bits, don't append to vector.
19814         (insert_into_preds_of_block): Don't handle inserted_phi_names.
19815         (eliminate): Don't look at inserted_phi_names, remove deleted
19816         insns from inserted_exprs.
19817         (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
19818         (init_pre, fini_pre): Allocate and free bitmaps.
19819         (execute_pre): Insert insns on edges before elimination.
19821 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
19823         * tree.c (initializer_zerop): Handle STRING_CST.
19825 2010-05-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19827         PR 40989
19828         * doc/invoke.texi (Wimplicit): Document as C only.
19829         * opts.c (common_handle_option): Add argument kind.
19830         (handle_option): Rename as read_cmdline_option. Factor out code to...
19831         (handle_option): ... here. New.
19832         (handle_options): Rename as read_cmdline_options.
19833         (decode_options): Update call.
19834         (set_option): Use option index instead of option pointer. Classify
19835         diagnostics correctly.
19836         (enable_warning_as_error): Call handle_option.
19837         * opts.h (set_option): Update declaration.
19838         (handle_option): Declare.
19839         * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
19840         * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
19841         * c-opts.c (set_Wimplicit): Delete.
19842         (c_family_lang_mask): New static constant.
19843         (c_common_handle_option): Add argument kind. Use handle_option
19844         instead of set_Wimplicit.
19845         (c_common_post_options): warn_implicit and warn_implicit_int
19846         are disabled by default.
19847         * c-common.c (warn_implicit): Do not define here.
19848         * c-common.h (warn_implicit): Do not declare here.
19849         (c_common_handle_option): Update declaration.
19850         * lto-opts.c (lto_reissue_options): Update call to set_option.
19852 2010-05-06  Richard Guenther  <rguenther@suse.de>
19854         PR tree-optimization/43571
19855         * domwalk.c (walk_dominator_tree): Walk the dominator
19856         sons in more optimal order.
19858 2010-05-06  Richard Guenther  <rguenther@suse.de>
19860         PR tree-optimization/43934
19861         * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
19862         (stmt_cost): Likewise.
19863         (extract_true_false_args_from_phi): New helper.
19864         (determine_max_movement): For PHI nodes verify we can hoist them
19865         and compute their cost.
19866         (determine_invariantness_stmt): Handle PHI nodes.
19867         (move_computations_stmt): Likewise.  Hoist PHI nodes in
19868         if-converted form using COND_EXPRs.
19869         (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
19870         (tree_ssa_lim): Likewise.
19871         * tree-flow.h (tree_ssa_lim): Adjust prototype.
19872         * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
19874 2010-05-06  Richard Guenther  <rguenther@suse.de>
19876         PR tree-optimization/43987
19877         * tree-ssa-structalias.c (could_have_pointers): For possibly
19878         address-taken variables force pointers to be recorded.
19879         (create_variable_info_for_1): Likewise.
19880         (push_fields_onto_fieldstack): Pass in wheter all fields
19881         must have pointers.
19882         (find_func_aliases): Query types instead of vars whether
19883         they contain pointers where appropriate.
19885 2010-05-06  Jan Hubicka  <jh@suse.cz>
19887         * cgraphbuild.c (record_reference_ctx): Add varpool_node.
19888         (record_reference, mark_address, mark_load, mark_store): Record
19889         references.
19890         (record_references_in_initializer): Update call of record_references.
19891         (rebuild_cgraph_edges): Remove all references before rebuiding.
19892         * cgraph.c (cgraph_create_node): Clear ref list.
19893         (cgraph_remove_node): Remove references.
19894         (dump_cgraph_node): Dump references.
19895         (cgraph_clone_node): Clone references.
19896         * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
19897         (struct cgraph_node, varpool_node): Add ref_lst.
19898         * ipa-ref.c: New file.
19899         * ipa-ref.h: New file.
19900         * ipa-ref-inline.h: New file.
19901         * lto-cgraph.c (output_varpool): Take cgrag node set argument.
19902         (referenced_from_other_partition_p): New function.
19903         (lto_output_varpool_node): Take set arugment; call
19904         referenced_from_other_partition.
19905         (lto_output_ref): New.
19906         (add_references): New.
19907         (output_refs): New.
19908         (output_cgraph): Compute boundary based on references; output refs.
19909         (output_varpool): Accept cgraph_node_set argument.
19910         (input_ref): New.
19911         (input_refs): New.
19912         (input_cgraph): Call input_refs.
19913         * lto-section-in.c (lto_section_name): Add refs.
19914         * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
19915         (ipa-ref.o): New file.
19916         * varpool.c (varpool_node): Clear ipa ref list.
19917         (varpool_remove_node): Remove references.
19918         (dump_varpool_node): Dump references.
19919         (varpool_assemble_decl): Only compile finalized ones.
19920         (varpool_extra_name_alias): Initialize ref list.
19921         * lto-streamer.c (lto-get_section_name): Add .refs section.
19922         * lto-streamer.h (lto_section_type): Add LTO_section_refs.
19923         (referenced_from_other_partition_p): Declared.
19925 2010-05-06  Ira Rosen  <irar@il.ibm.com>
19927         PR tree-optimization/43901
19928         * tree-vect-stmts.c (vectorizable_call): Assert that vector
19929         type is not NULL if it's transformation phase, and return
19930         FALSE if it's analysis.
19931         (vectorizable_conversion, vectorizable_operation,
19932         vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
19934 2010-05-05  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
19936         * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
19937         Delete.
19938         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
19939         New define.
19940         * config/mips/mips-protos.h
19941         (mips_small_register_classes_for_mode_p): Delete prototype.
19943 2010-05-06  Bernd Schmidt  <bernds@codesourcery.com>
19945         * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
19946         * config/arm/arm.c (multiple_operation_profitable_p,
19947         compute_offset_order): New static functions.
19948         (load_multiple_sequence, store_multiple_sequence): Use them.
19949         Replace constant 4 with MAX_LDM_STM_OPS.  Compute order[0] from
19950         memory offsets, not register numbers.
19951         (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
19953 2010-05-05  Steven Bosscher  <steven@gcc.gnu.org>
19955         * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
19956         (get_pending_sizes, put_pending_size, put_pending_sizes):
19957         Update the uses of pending_sizes.
19958         * c-decl.c (store_parm_decls): Likewise.
19959         * c-tree.h (struct c_arg_info): Likewise.
19960         * tree.h: Update the prototype for get_pending_sizes and
19961         put_pending_sizes.
19963 2010-05-05  Jason Merrill  <jason@redhat.com>
19965         PR debug/43370
19966         * c-common.c (handle_aligned_attribute): Respect
19967         ATTR_FLAG_TYPE_IN_PLACE.
19969         PR testsuite/43758
19970         * target.h (struct gcc_target): Add attribute_takes_identifier_p.
19971         * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
19972         (TARGET_INITIALIZER): Use it.
19973         * c-common.c (attribute_takes_identifier_p): Call it.
19974         * c-common.h: Update prototype.
19975         * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
19976         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
19978 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
19980         PR debug/43950
19981         * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
19982         DW_ID_down_case for Fortran compilation units.
19984 2010-05-05  Jan Hubicka  <jh@suse.cz>
19986         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
19987         handle aliases.
19989 2010-05-05  Eric Botcazou  <ebotcazou@adacore.com>
19991         * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
19992         a variable-sized RESULT_DECL.
19994 2010-05-05  Maxim Kuvyrkov  <maxim@codesourcery.com>
19996         * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
19998 2010-05-05  Jason Merrill  <jason@redhat.com>
20000         PR c++/43787
20001         * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
20002         returns GS_OK.
20003         (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
20005 2010-05-05  Alexandre Oliva  <aoliva@redhat.com>
20006             Jakub Jelinek  <jakub@redhat.com>
20008         PR debug/43478
20009         * df-problems.c (struct dead_debug_use, struct dead_debug): New.
20010         (dead_debug_init, dead_debug_finish): New functions.
20011         (dead_debug_add, dead_debug_insert_before): Likewise.
20012         (df_note_bb_compute): Initialize a dead_debug object, add dead
20013         debug uses to it, insert debug bind insns before death insns,
20014         reset debug insns that refer to pending uses at the end.
20015         * rtl.h (make_debug_expr_from_rtl): New prototype.
20016         * varasm.c (make_debug_expr_from_rtl): New function.
20018 2010-05-05  Jan Hubicka  <jh@suse.cz>
20020         * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
20021         (lto_varpool_encoder_new, lto_varpool_encoder_delete,
20022         lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
20023         lto_varpool_encoder_deref, lto_varpool_encoder_size,
20024         lto_varpool_encoder_encode_initializer_p,
20025         lto_set_varpool_encoder_encode_initializer): New functions.
20026         (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
20027         call output_varpool.
20028         (input_varpool_node): Do not always set analyzed.
20029         (input_cgraph_1): Return vector of cgraph nodes.
20030         (input_varpool_1): Return vector of varpools.
20031         (input_cgraph): Free the vectors.
20032         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
20033         output only initializers needed.
20034         (lto_output): Only call output_cgraph.
20035         (produce_asm_for_decls): Call lto_varpool_encoder_delete.
20036         * lto-section-out.c (lto_new_out_decl_state): Initialize
20037         state->varpool_node_encoder.
20038         * lto-streamer.h (lto_varpool_encoder_d): New.
20039         (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
20040         (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
20041         (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
20042         lto_varpool_encoder_encode, lto_varpool_encoder_delete,
20043         lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
20044         Declare.
20045         (output_varpool, input_varpool): Remove declarations.
20047 2010-05-05  Jan Hubicka  <jh@suse.cz>
20049         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
20050         with body can prevail.
20052 2010-05-05  Jan Hubicka  <jh@suse.cz>
20054         * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
20055         size.
20057 2010-05-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
20059         * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
20061         * gengtype.h (erro_at_line): Constify pos argument.
20063         * gengtype.c: Include hashtab.h.
20064         (enum gc_used): Document GC_MAYBE_POINTED_TO.
20065         (error_at_line): Constify pos argument.
20066         (do_typedef): Initialize p->opt field.
20067         (get_file_gtfilename): Fix comment typo.
20068         (struct walk_type_data): Constify line field.
20069         (get_output_file_for_structure): New function.
20070         (write_local_func_for_structure): Constify orig_s argument.
20071         Use get_output_file_for_structure.
20072         (write_func_for_structure): Use get_output_file_for_structure.
20073         (INDENT): New define.
20074         (dump_pair, dump_type, dump_type_list, dump_typekind)
20075         (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
20076         (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
20077         functions.
20078         (seen_types): New variable.
20079         (main): New variable do_dump.  Process "-d" command line option.
20080         Call dump_everything if dump requested.
20082 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
20084         * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
20085         in a temporary instead of invoking the macro multiple times.
20086         (track_expr_p): Likewise.
20088 2010-05-04  Neil Vachharajani  <nvachhar@google.com>
20090         * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
20091         per new semantics.
20092         * opts.c (decode_options): Enable -Werror=coverage-mismatch.
20093         * coverage.c (get_coverage_counts): Always emit a warning.  Adjust
20094         conditions for printing notes.
20095         * common.opt (-Wcoverage-mismatch): Allow negative, default to
20096         true, update documentation.
20097         * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
20099 2010-05-04  Jakub Jelinek  <jakub@redhat.com>
20101         PR c/43981
20102         * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
20103         on dimen.
20105 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
20107         PR target/43799
20108         * config/i386/i386.md (sse_prologue_save): Clobber CC register.
20109         (*sse_prologue_save_insn1): Likewise.
20110         (SSE prologue save splitter): Likewise.
20112 2010-05-04  Eric Botcazou  <ebotcazou@adacore.com>
20114         * tree.c (free_lang_data_in_one_sizepos): New inline function.
20115         (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
20116         types.  Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
20117         (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
20118         all decls.  Call it on DECL_FIELD_OFFSET of fields.
20119         (find_decls_types_r): Follow DECL_VALUE_EXPR.
20120         (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
20122 2010-05-04  Martin Jambor  <mjambor@suse.cz>
20124         * tree-sra.c (build_access_from_expr_1): The first parameter type
20125         changed to simple tree.
20126         (build_access_from_expr): Likewise, gsi parameter was eliminated.
20127         (scan_assign_result): Renamed to assignment_mod_result, enum elements
20128         renamed as well.
20129         (build_accesses_from_assign): Removed all parameters except for a
20130         simple gimple statement.  Now returns a simple bool.
20131         (scan_function): All non-analysis parts moved to separate functions
20132         sra_modify_function_body and ipa_sra_modify_function_body.  Removed all
20133         parameters and updated both callers.
20134         (sra_modify_expr): Removed parameter data.
20135         (sra_modify_function_body): New function.
20136         (perform_intra_sra): Call sra_modify_function_body to modify the
20137         function body.
20138         (replace_removed_params_ssa_names): Parameter data changed into
20139         adjustments vector.
20140         (sra_ipa_modify_expr): Likewise.  Also removed unused parameter gsi and
20141         changed the parameter dont_convert to convert with the opposite
20142         meaning.
20143         (sra_ipa_modify_assign): Parameter data changed into adjustments
20144         vector, return value changed to bool.
20145         (ipa_sra_modify_function_body): New function.
20146         (sra_ipa_reset_debug_stmts): Updated a comment.
20147         (modify_function): Use ipa_sra_modify_function_body to modify function
20148         body.
20150 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
20152         PR middle-end/43671
20153         * alias.c (true_dependence): Handle the same VALUE in x and mem.
20154         (canon_true_dependence): Likewise.
20155         (write_dependence_p): Likewise.
20157 2010-05-04  Jan Hubicka  <jh@suse.cz>
20159         * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
20160         * cgraphbuild.c: Include ipa-utils.h
20161         (record_reference_ctx): New struct.
20162         (record_reference): Simplify to work on initializers; not statements.
20163         (mark_address, mark_load, mark_store): New.
20164         (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
20165         walk PHI nodes too.
20166         (record_references_in_initializer): Update use of record_reference.
20167         (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
20168         walk PHI nodes too.
20170 2010-05-04  Jan Hubicka  <jh@suse.cz>
20172         * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
20173         node will be removed anyway.
20174         (lto_varpool_replace_node): Allow also unanalyzed nodes;
20175         relink aliases of node into prevailing node.
20176         * varpool.c (varpool_remove_node): Remove aliases properly;
20177         when removing node, remove all its aliases too; remove DECL_INITIAL
20178         of removed node; ggc_free the varpool node.
20180 2010-05-04  Richard Guenther  <rguenther@suse.de>
20182         PR tree-optimization/43879
20183         * tree-ssa-structalias.c (alias_get_name): Use
20184         DECL_ASSEMBLER_NAME if available.
20185         (create_function_info_for): Return the varinfo node.
20186         (ipa_pta_execute): Associate same-body aliases and extra names
20187         with their origin nodes varinfo.  Dump DECL_ASSEMBLER_NAME.
20189 2010-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
20191         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
20193 2010-05-04  Mikael Pettersson  <mikpe@it.uu.se>
20195         PR bootstrap/43964
20196         * ira-color.c (assign_hard_reg): Declare rclass and add_cost
20197         only if HONOR_REG_ALLOC_ORDER is not defined.
20199 2010-05-04  Richard Guenther  <rguenther@suse.de>
20201         PR tree-optimization/43949
20202         * tree-vrp.c (extract_range_from_binary_expr): Only handle
20203         TRUNC_MOD_EXPR.
20205 2010-04-26  Jason Merrill  <jason@redhat.com>
20207         * c.opt (-fstrict-enums): New.
20208         * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
20210 2010-05-03  David Ung  <davidu@mips.com>
20211             James E. Wilson  <wilson@codesourcery.com>
20213         * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
20214         emit the trap instruction before the divide for TUNE_74K.
20216 2010-05-03  Steven Bosscher  <steven@gcc.gnu.org>
20218         * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
20219         (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
20220         based on the above, for new target hook.
20222         * hooks.c (hook_bool_mode_true): New generic hook.
20223         * hooks.h (hook_bool_mode_true): Add prototype.
20225         * target.h (struct gcc_target): Add small_register_classes_for_mode_p
20226         target hook.
20227         * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
20228         target hook, set to hook_bool_mode_false.
20229         * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
20230         * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
20231         with targetm.small_register_classes_for_mode_p.
20232         (find_reusable_reload): Likewise.
20233         (combine_reloads): Likewise.
20234         * reload1.c (reload_as_needed): Likewise.
20235         * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
20236         * ifcvt.c (noce_process_if_block, check_cond_move_block,
20237         dead_or_predicable): Likewise.
20238         * regmove.c (optimize_reg_copy_1): Likewise.
20239         * calls.c (prepare_call_address): Likewise.
20240         (precompute_register_parameters): Likewise.
20242         * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
20243         hook definition.
20244         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
20245         implementation of the hook that considers all register classes
20246         small except for SH64.
20247         (sh_override_options): Use the new hook.
20248         * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
20249         Add prototype.
20251         * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
20252         hook definition.
20253         * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
20254         implementation of the hook that considers all register classes
20255         small for THUMB1.
20256         * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
20257         Add prototype.
20259         * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
20260         hook definition.
20261         * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
20262         implementation of the hook that considers all register classes
20263         small for MIPS16.
20264         * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
20265         Add prototype.
20267         * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
20268         hook definition.
20269         * config/m32c/m32c.h: Likewise.
20270         * config/pdp11/pdp11.h: Likewise.
20271         * config/avr/avr.h: Likewise.
20272         * config/xtensa/xtensa.h: Likewise.
20273         * config/m68hc11/m68hc11.h: Likewise.
20274         * config/mn10300/mn10300.h: Likewise.
20275         * config/mcore/mcore.h: Likewise.
20276         * config/h8300/h8300.h: Likewise.
20277         * config/bfin/bfin.h: Likewise.
20279         * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
20280         * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
20282 2010-05-03  Anatoly Sokolov  <aesok@post.ru>
20284         * double-int.h (tree_to_double_int): Remove macro.
20285         (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
20286         * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
20287         (tree_to_double_int): New function.
20288         * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
20289         Move ...
20290         * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
20292 2010-05-03  Richard Guenther  <rguenther@suse.de>
20294         PR tree-optimization/43971
20295         * tree-ssa-structalias.c (get_constraint_for_1): Fix
20296         constraints in the !flag_delete_null_pointer_checks case.
20298 2010-05-03  Jakub Jelinek  <jakub@redhat.com>
20300         PR debug/43972
20301         * config/i386/i386.c (ix86_delegitimize_address): Make sure the
20302         result mode matches original rtl mode.
20304 2010-05-03  Dave Korn  <dave.korn.cygwin@gmail.com>
20306         PR target/43888
20307         * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
20309 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
20311         * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
20312         when processing flag options.
20314 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
20316         * gcov-iov.c (main): Change format string placeholder
20317         from %#08x to 0x%08x.
20318         * genchecksum.c (dosum): Change format string placeholder
20319         from %#02x to 0x%02x.
20321 2010-05-02  Richard Guenther  <rguenther@suse.de>
20323         PR tree-optimization/43879
20324         * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
20326 2010-05-02  Bruno Haible  <bruno@clisp.org>
20328         * doc/extend.texi (Function Attributes): Fix a typo.
20330 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
20332         Revert:
20333         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
20334         placeholder from 0x%x to %#x.
20335         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
20336         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
20337         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
20338         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
20339         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
20340         * config/i386/i386.c (ix86_target_string): Ditto.
20341         * config/i386/i386.c (output_pic_addr_const): Ditto.
20342         (print_operand): Ditto.
20344 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
20346         * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
20347         placeholder from 0x%x to %#x.
20348         (ASM_OUTPUT_DEBUG_DATA1): Ditto.
20349         (ASM_OUTPUT_DEBUG_DATA4): Ditto.
20350         (ASM_OUTPUT_DEBUG_DATA): Ditto.
20351         (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
20352         (ASM_OUTPUT_DEBUG_DATA8): Ditto.
20353         * optc-gen.awk: Ditto.
20354         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
20355         (HOST_WIDE_INT_PRINT_HEX): Ditto.
20356         (HOST_WIDEST_INT_PRINT_HEX): Ditto.
20357         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
20359 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
20361         * target.h (struct calls): Add function_value_regno_p field.
20362         * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
20363         (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
20364         * targhooks.c (default_function_value_regno_p): New function.
20365         * targhooks.h (default_function_value_regno_p): Declare function.
20366         * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
20367         * builtins.c. (apply_result_size): (Ditto.).
20368         * combine.c. (likely_spilled_retval_p): (Ditto.).
20369         * mode-switching.c. Include 'target.h'.
20370         (create_pre_exit): Use function_value_regno_p hook.
20371         * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
20372         * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
20373         TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
20375         * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
20376         * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
20377         (ix86_function_value_regno_p): Declare as static, change argument
20378         type to const unsigned int.
20379         * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
20381 2010-05-01  Richard Guenther  <rguenther@suse.de>
20383         PR tree-optimization/43949
20384         * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
20385         types.
20386         (extract_range_from_binary_expr): Handle *_MOD_EXPR.
20388 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
20390         * rtl.h (CONST_DOUBLE_P): Define.
20391         (rtx_to_double_int): Declare.
20392         * emit-rtl.c (rtx_to_double_int): New function.
20393         * dwarf2out.c (insert_double): New function.
20394         (loc_descriptor, add_const_value_attribute): Clean up, use
20395         rtx_to_double_int and insert_double functions.
20397 2010-05-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
20399         * doc/extend.texi (Inline): Add missing return keyword to examples.
20400         (Function Attributes, Variable Attributes, Pragmas): Hyphenate
20401         "command-line".
20403 2010-04-30  Eric Botcazou  <ebotcazou@adacore.com>
20405         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
20406         the variable part of the offset as well.  Use highest_pow2_factor for
20407         all alignment checks.
20409 2010-04-30  Richard Guenther  <rguenther@suse.de>
20411         PR tree-optimization/43879
20412         * tree-ssa-structalias.c (type_could_have_pointers): Functions
20413         can have pointers.
20415 2010-04-30  Jan Hubicka  <jh@suse.cz>
20417         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
20418         varpool.
20419         (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
20421 2010-04-30  Jan Hubicka  <jh@suse.cz>
20423         * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
20424         New.
20425         * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
20426         * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
20427         (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
20428         cgraph_node_set_needs_ltrans_p): Remove.
20430 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
20432         * sdbout.c: Include vec.h, do not include varray.h.
20433         (deferred_global_decls, sdbout_global_decl,
20434         sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
20435         * toplev.c: Do not include varray.h.
20436         (dump_memory_report): Do not dump VARRAY statistics.
20437         * gengtype.c (open_base_file): Ignore varray.h.
20438         * Makefile.in: Update for abovementioned changes.
20439         Remove all traces of varray.c and varray.h.
20440         * varray.c: Remove file.
20441         * varray.h: Remove file.
20443 2010-04-30  Jan Hubicka  <jh@suse.cz>
20445         * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
20446         references.
20448 2010-04-30  Jan Hubicka  <jh@suse.cz>
20450         * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
20451         needed.
20453 2010-04-30  Richard Guenther  <rguenther@suse.de>
20455         * tree-ssa-structalias.c (get_constraint_for_1): Generate
20456         constraints for CONSTRUCTOR.
20458 2010-04-30  Richard Guenther  <rguenther@suse.de>
20460         PR lto/43946
20461         * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
20462         first after all lowering passes.
20464 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
20466         * toplev.c: Include varray.h for statistics dumping.
20467         * tree.h: Do not declare varray_head_tag.
20468         * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
20469         regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
20470         c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
20471         gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
20472         lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
20473         tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
20474         c-common.c, c-common.h, reg-stack.c, basic-block.h,
20475         tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
20476         include varray.h.
20477         * Makefile.in: Update for abovementioned changes.
20479 2010-04-30  Jakub Jelinek  <jakub@redhat.com>
20481         PR debug/43942
20482         * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
20484 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
20486         * config/picochip/picochip.c (picochip_legitimize_address): Define.
20487         Use this function to do machine-specific conversion.
20488         (picochip_legitimize_reload_address): Likewise.
20489         (picochip_legitimate_address_p): Check valid base register only if
20490         strict.
20491         (picochip_check_conditional_copy): Check for modw only if opnd is
20492         register.
20493         * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
20494         to call the function in c.
20495         * config/picochip/picochip-protos.h
20496         (picochip_legitimize_reload_address): Define.
20497         * config/picochip/picochip.md (supported_compare1): Define.
20499 2010-04-30  Jan Hubicka  <jh@suse.cz>
20501         * cgraph.h (cgraph_local_info): Remove for_functions_valid.
20502         (cgraph_global_info): Remove inlined.
20503         (LTO_cgraph_tag_names): Remove.
20504         (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
20505         * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
20506         simplify cgraph tags and document.
20507         (lto_output_node): Use only LTO_cgraph_unavail_node and
20508         LTO_cgraph_analyzed_node; Do not save analzed, reachable,
20509         for_functions_valid, global info, process and output flags.
20510         (input_overwrite_node): Initialize estimated stack size and
20511         estimated growth.  Do not read flags we no longer store.
20512         (input_node): Likewise do not read info no longer stored.
20513         * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
20514         flag.
20516 2010-04-30  Richard Guenther  <rguenther@suse.de>
20518         PR tree-optimization/43879
20519         * tree-ssa-structalias.c (get_constraint_for_1): Properly
20520         handle non-zero initializers.
20522 2010-04-30  Richard Guenther  <rguenther@suse.de>
20524         * builtins.c (fold_builtin_1): Delete free (0).
20526 2010-04-29  Jan Hubicka  <jh@suse.cz>
20528         * gengtype.c (open_base_files): Add lto-streamer.h
20529         * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
20530         (pass_ipa_cp): GGC collect.
20531         * toplev. (compile_file): Do not output symbols.
20532         * ipa-inline.c (pass_ipa_inline): Add ggc collect.
20533         * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
20534         TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
20535         * lto-section-in.c: Include ggc.h
20536         (lto_new_in_decl_state): Alloc in GGC.
20537         (lto_delete_in_decl_state): Likewise.
20538         * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
20539         Collect.
20541 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
20543         PR target/42895
20544         * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
20545         ORDER_REGS_FOR_LOCAL_ALLOC.  All instances of this macro changed.
20546         (HONOR_REG_ALLOC_ORDER): Describe new macro.
20547         * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
20548         * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
20549         account only if HONOR_REG_ALLOC_ORDER is not defined.
20550         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
20551         * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
20553 2010-04-29  Jon Grant  <04@jguk.org>
20555         * collect2.c (vflag): Change type from int to bool.
20556         (debug): Likewise.
20557         (helpflag): New global bool.
20558         (main): Set vflag and debug with boolean, not integer truth values.
20559         Accept new "--help" option and output usage text if found.
20560         * collect2.h (vflag): Update prototype.
20561         (debug): Likewise.
20563 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
20565         PR bootstrap/43936
20566         * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
20568 2010-04-29  Richard Guenther  <rguenther@suse.de>
20570         PR bootstrap/43935
20571         * plugin.h (invoke_plugin_callbacks): Annotate arguments
20572         with ATTRIBUTE_UNUSED.
20574 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
20576         PR target/43921
20577         * config/i386/i386.c (get_some_local_dynamic_name): Replace
20578         INSN_P with NONDEBUG_INSN_P.
20579         (distance_non_agu_define): Likewise.
20580         (distance_agu_use): Likewise.
20582 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
20584         From Dominique d'Humieres  <dominiq@lps.ens.fr>
20585         PR bootstrap/43858
20586         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
20587         test_set.
20589 2010-04-29  Brian Hackett  <bhackett1024@gmail.com>
20591         * plugin.h (invoke_plugin_callbacks): New inline function.
20592         * plugin.c (flag_plugin_added): New global flag.
20593         (add_new_plugin): Initialize above flag.
20594         (invoke_plugin_callbacks): Rename to ...
20595         (invoke_plugin_callbacks_full): ... this.
20597 2010-04-28  Jan Hubicka  <jh@suse.cz>
20599         * lto-symtab.c (lto_symtab_entry_def) Add vnode.
20600         (lto_varpool_replace_node): New.
20601         (lto_symtab_resolve_symbols): Resolve varpool nodes.
20602         (lto_symtab_merge_decls_1): Prefer decls with varpool node.
20603         (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
20604         * cgraph.h (varpool_node_ptr): New type.
20605         (varpool_node_ptr): New vector.
20606         (varpool_node_set_def): New structure.
20607         (varpool_node_set): New type.
20608         (varpool_node_set): New vector.
20609         (varpool_node_set_element_def): New structure.
20610         (varpool_node_set_element, const_varpool_node_set_element): New types.
20611         (varpool_node_set_iterator): New type.
20612         (varpool_node): Add prev pointers, add used_from_other_partition,
20613         in_other_partition.
20614         (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
20615         varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
20616         varpool_get_node, varpool_remove_node): Declare.
20617         (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
20618         varpool_node_set_size): New inlines.
20619         * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
20620         * tree-pass.h (varpool_node_set_def): Forward declare.
20621         (ipa_opt_pass_d): Summary writting takes vnode sets too.
20622         (ipa_write_optimization_summaries): Update prototype.
20623         * ipa-cp.c (ipcp_write_summary): Update.
20624         * ipa-reference.c (ipa_reference_write_summary): Update.
20625         * lto-cgraph.c (lto_output_varpool_node): New static function.
20626         (output_varpool): New function.
20627         (input_varpool_node): New static function.
20628         (input_varpool_1): New function.
20629         (input_cgraph): Input varpool.
20630         * ipa-pure-const.c (pure_const_write_summary): Update.
20631         * lto-streamer-out.c (lto_output): Update, output varpool too.
20632         (write_global_stream): Kill WPA hack.
20633         (produce_asm_for_decls): Update.
20634         (output_alias_pair_p): Handle variables.
20635         (output_unreferenced_globals): Output only needed partition of varpool.
20636         * ipa-inline.c (inline_write_summary): Update.
20637         * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
20638         cgraph.
20639         * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
20640         * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
20641         varpool_node_set_new, varpool_node_set_add,
20642         varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
20643         debug_varpool_node_set): New functions.
20644         * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
20645         (execute_one_pass): Process new decls too.
20646         (ipa_write_summaries_2): Pass around vsets.
20647         (ipa_write_summaries_1): Likewise.
20648         (ipa_write_summaries): Build vset; be more selective about cgraph nodes
20649         to add.
20650         (ipa_write_optimization_summaries_1): Pass around vsets.
20651         (ipa_write_optimization_summaries): Likewise.
20652         * varpool.c (varpool_get_node): New.
20653         (varpool_node): Update doubly linked lists.
20654         (varpool_remove_node): New.
20655         (dump_varpool_node): More dumping.
20656         (varpool_enqueue_needed_node): Update doubly linked lists.
20657         (decide_is_variable_needed): Kill ltrans hack.
20658         (varpool_finalize_decl): Kill lto hack.
20659         (varpool_assemble_decl): Skip decls in other partitions.
20660         (varpool_assemble_pending_decls): Update doubly linkes lists.
20661         (varpool_empty_needed_queue): Likewise.
20662         (varpool_extra_name_alias): Likewise.
20663         * lto-streamer.c (lto_get_section_name): Add vars section.
20664         * lto-streamer.h (lto_section_type): Update.
20665         (output_varpool, input_varpool): Declare.
20667 2010-04-28  Mike Stump  <mikestump@comcast.net>
20669         * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
20671 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
20673         * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
20674         record or union type with RECORD_OR_UNION_TYPE_P predicate.
20675         (lto_input_ts_type_tree_pointers): Likewise.
20676         * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
20677         (lto_output_ts_type_tree_pointers): Likewise.
20679 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
20681         Uniquization of constants at the Tree level
20682         * tree.h (DECL_IN_CONSTANT_POOL): New macro.
20683         (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
20684         bit to the end.
20685         (tree_output_constant_def): Declare.
20686         * gimplify.c (gimplify_init_constructor): When using block copy, first
20687         uniquize the constant constructor on the RHS.
20688         * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
20689         DECL_IN_CONSTANT_POOL flag.
20690         * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
20691         * varasm.c (make_decl_rtl): Deal with variables belonging to the global
20692         constant pool.
20693         (assemble_variable): Deal with symbols belonging to the tree constant
20694         pool.
20695         (get_constant_section): Add ALIGN parameter and simplify.
20696         (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
20697         (assemble_constant_contents): Use the expression of the VAR_DECL.
20698         (output_constant_def_contents): Use the alignment of the VAR_DECL.
20699         (tree_output_constant_def): New global function.
20700         (mark_constant): Use the expression of the VAR_DECL.
20701         (place_block_symbol): Use the alignment of the VAR_DECL and the size of
20702         its expression.
20703         (output_object_block): Likewise and assemble the expression.
20705 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
20707         * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
20708         hash_tree, eq_tree): New tree hash table.
20709         (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
20710         [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
20711         lto_orig_address_remove): Reimplement.
20713 2010-04-28  Xinliang David Li  <davidxl@google.com>
20715         PR c/42643
20716         * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
20717         (compute_uninit_opnds_pos): New function.
20718         (is_non_loop_exit_postdominating): New function.
20719         (compute_control_dep_chain): New function.
20720         (find_pdom): New function.
20721         (convert_control_dep_chain_into_preds): New function.
20722         (find_predicates): New function.
20723         (find_control_equiv_block): New function.
20724         (collect_phi_def_edges): New function.
20725         (find_def_preds): New function.
20726         (find_dom): New function.
20727         (dump_predicates): New function.
20728         (get_cmp_code): New function.
20729         (is_value_included_in): New function.
20730         (find_matching_predicate_in_rest_chains): New function.
20731         (use_pred_not_overlap_with_undef_path_pred): New function.
20732         (is_use_properly_guarded): New function.
20733         (normalize_cond_1): New function.
20734         (is_and_or_or): New function.
20735         (normalize_cond): New function.
20736         (is_gcond_subset_of): New function.
20737         (is_subset_of_any): New function.
20738         (is_or_set_subset_of): New function.
20739         (is_and_set_subset_of): New function.
20740         (is_norm_cond_subset_of): New function.
20741         (is_pred_expr_subset_of): New function.
20742         (is_pred_chain_subset_of): New function.
20743         (is_included_in): New function.
20744         (is_superset_of): New function.
20745         (find_uninit_use): New function.
20746         (warn_uninitialized_phi): New function.
20747         (compute_possibly_undefined_names): New function.
20748         (ssa_undefined_value_p): New function.
20749         (execute_late_warn_uninitialized): New function.
20750         * tree-ssa.c (ssa_undefined_value_p): Removed.
20751         (warn_uninit): Changed to extern.
20752         (warn_uninitialized_phi): Removed.
20753         (warn_uninitialized_vars): Changed to extern.
20754         (execute_late_warn_uninitialized): Removed
20755         * tree-flow.h: Add new prototypes.
20756         * timevar.def: Add new time variable.
20757         * Makefile.in: Add new build file.
20759 2010-04-28  Uros Bizjak  <ubizjak@gmail.com>
20761         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
20762         type if available.
20764 2010-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20766         PR target/22224
20767         * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
20769 2010-04-28  Martin Jambor  <mjambor@suse.cz>
20771         * cgraph.h (struct cgraph_node): New field indirect_calls.
20772         (struct cgraph_indirect_call_info): New type.
20773         (struct cgraph_edge): Removed field indirect_call. New fields
20774         indirect_info, indirect_inlining_edge and indirect_unknown_callee.
20775         (cgraph_create_indirect_edge): Declare.
20776         (cgraph_make_edge_direct): Likewise.
20777         (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
20778         * ipa-prop.h (struct ipa_param_call_note): Removed.
20779         (struct ipa_node_params): Removed field param_calls.
20780         (ipa_create_all_structures_for_iinln): Declare.
20781         * cgraph.c: Described indirect edges and uids in initial comment.
20782         (cgraph_add_edge_to_call_site_hash): New function.
20783         (cgraph_edge): Search also among the indirect edges, use
20784         cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
20785         (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
20786         one, use cgraph_add_edge_to_call_site_hash to add edges to the call
20787         site hash.
20788         (initialize_inline_failed): Assign a reason to indirect edges.
20789         (cgraph_create_edge_1): New function.
20790         (cgraph_create_edge): Moved some functionality to
20791         cgraph_create_edge_1.
20792         (cgraph_create_indirect_edge): New function.
20793         (cgraph_edge_remove_callee): Add an assert checking for
20794         non-indirectness.
20795         (cgraph_edge_remove_caller): Special-case indirect edges.
20796         (cgraph_remove_edge): Likewise.
20797         (cgraph_set_edge_callee): New function.
20798         (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
20799         (cgraph_make_edge_direct): New function.
20800         (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
20801         the declaration of the call statement matches.
20802         (cgraph_node_remove_callees): Special-case indirect edges.
20803         (cgraph_clone_edge): Likewise.
20804         (cgraph_clone_node): Clone also the indirect edges.
20805         (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
20806         indirect_call, dump count of indirect_calls edges.
20807         * ipa-prop.c (iinlining_processed_edges): New variable.
20808         (ipa_note_param_call): Create indirect edges instead of
20809         creating notes.  New parameter node.
20810         (ipa_analyze_call_uses): New parameter node, pass it on to
20811         ipa_note_param_call.
20812         (ipa_analyze_stmt_uses): Likewise.
20813         (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
20814         (print_edge_addition_message): Work on edges rather than on notes.
20815         (update_call_notes_after_inlining): Likewise, renamed to
20816         update_indirect_edges_after_inlining.
20817         (ipa_create_all_structures_for_iinln): New function.
20818         (ipa_free_node_params_substructures): Do not free notes.
20819         (ipa_edge_duplication_hook): Propagate bits within
20820         iinlining_processed_edges bitmap.
20821         (ipa_node_duplication_hook): Do not duplicate notes.
20822         (free_all_ipa_structures_after_ipa_cp): Renamed to
20823         ipa_free_all_structures_after_ipa_cp.
20824         (free_all_ipa_structures_after_iinln): Renamed to
20825         ipa_free_all_structures_after_iinln.
20826         (ipa_write_param_call_note): Removed.
20827         (ipa_read_param_call_note): Removed.
20828         (ipa_write_indirect_edge_info): New function.
20829         (ipa_read_indirect_edge_info): Likewise.
20830         (ipa_write_node_info): Do not stream notes, do stream information
20831         in indirect edges.
20832         (ipa_read_node_info): Likewise.
20833         (lto_ipa_fixup_call_notes): Removed.
20834         * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
20835         * ipa-inline.c (pass_ipa_inline): Likewise.
20836         * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
20837         * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
20838         * tree-inline.c (copy_bb): Removed an unnecessary double check for
20839         is_gimple_call.
20840         * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
20841         edges.
20842         * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
20843         (output_cgraph): Stream also indirect edges.
20844         (lto_output_edge): Added capability to stream indirect edges.
20845         (input_edge): Likewise.
20846         (input_cgraph_1): Likewise.
20847         * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
20848         of indirect edges.
20850 2010-04-28  Richard Guenther  <rguenther@suse.de>
20852         PR tree-optimization/43879
20853         PR tree-optimization/43909
20854         * tree-ssa-structalias.c (struct variable_info): Add
20855         only_restrict_pointers flag.
20856         (new_var_info): Initialize it.  Increment stats.total_vars here.
20857         (create_function_info_for): Do not increment stats.total_vars here.
20858         (get_function_part_constraint): Fix build with C++.
20859         (insert_into_field_list): Remove.
20860         (push_fields_onto_fieldstack): Properly merge fields.
20861         (create_variable_info_for): Split and simplify.
20862         (create_variable_info_for_1): New piece.
20863         (intra_create_variable_infos): Properly make restrict constraints
20864         from parameters.
20866 2010-04-28  Richard Guenther  <rguenther@suse.de>
20868         PR c++/43880
20869         * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
20871 2010-04-27  Manuel López-Ibáñez  <manu@gcc.gnu.org>
20872             Jan Hubicka  <hubicka@ucw.cz>
20874         * doc/invoke.texi (-Wsuggest-attribute=const,
20875         -Wsuggest-attribute=pure): Document.
20876         * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
20877         (function_always_visible_to_compiler_p,
20878         suggest_attribute, warn_function_pure, warn_function_const):
20879         New functions.
20880         (check_call): Improve debug info.
20881         (analyze_function): Do not check availability.
20882         (add_new_function): Check availability.
20883         (propagate): Output warnings.
20884         (skip_function_for_local_pure_const): New function.
20885         (local_pure_const): Use it; output warnings.
20886         * common.opt (Wsuggest-attribute=const,
20887         Wsuggest-attribute=pure): New.
20889 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
20891         * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
20892         force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
20893         or DW_CFA_def_cfa_offset{,_sf}.
20895 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
20897         * tree.h: Fix truncated long macros.
20899 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
20901         * collect2.c (TARGET_64BIT): Redefine to target's default.
20902         * tlink.c: Likewise.
20903         * config/i386/cygming.h (USER_LABEL_PREFIX): Define
20904         dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
20905         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
20906         for underscoring __USER_LABEL_PREFIX__.
20907         * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
20908         (SUB_LINK_ENTRY32): New.
20909         (SUB_LINK_ENTRY64): New.
20910         (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
20911         * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
20912         (SUB_LINK_ENTRY64): New.
20913         (SUB_LINK_ENTRY): New.
20914         (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
20915         (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
20916         x64 target is choosen.
20917         * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
20918         * configure: Regenerated.
20919         * configure.ac (leading-mingw64-underscores): Option added.
20921 2010-04-27  Jan Hubicka  <jh@suse.cz>
20923         * doc/invoke.texi (-fipa-profile): Document.
20924         * opts.c (decode_options): Enable ipa-profile at -O1.
20925         * timevar.def (TV_IPA_PROFILE): Define.
20926         * common.opt (fipa-profile): Add.
20927         * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
20928         flag for clones.
20929         (cgraph_propagate_frequency): Handle only local ones.
20930         * tree-pass.h (pass_ipa_profile): Declare.
20931         * ipa-profile.c (gate_profile): Use flag_ipa_profile.
20932         (pass_ipa_profile): Use TV_IPA_PROFILE.
20933         * ipa.c (ipa_profile): New function.
20934         (gate_ipa_profile): Likewise.
20935         (pass_ipa_profile): New global variable.
20936         * passes.c (pass_ipa_profile): New.
20938 2010-04-27  Nathan Froyd  <froydnj@codesourcery.com>
20940         * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
20942 2010-04-27  Martin Jambor  <mjambor@suse.cz>
20944         PR middle-end/43812
20945         * ipa.c (dissolve_same_comdat_group_list): New function.
20946         (function_and_variable_visibility): Call
20947         dissolve_same_comdat_group_list when comdat group contains external or
20948         newly local nodes.
20949         * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
20950         lists are circular and that they contain only DECL_ONE_ONLY nodes.
20952 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
20954         * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
20955         (const_hash_1) <VECTOR_CST>: New case.
20956         (compare_constant) <VECTOR_CST>: Likewise.
20957         <ADDR_EXPR>: Deal with LABEL_REFs.
20958         (copy_constant) <VECTOR_CST>: New case.
20960 2010-04-27  Jan Hubicka  <jh@suse.cz>
20962         * cgraph.c (cgraph_propagate_frequency): New function.
20963         * cgraph.h (cgraph_propagate_frequency): Declare.
20964         * ipa-inline.c (cgraph_clone_inlined_nodes): Call
20965         cgraph_propagate_frequency.
20967 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
20969         * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
20971 2010-04-27  Bernd Schmidt  <bernds@codesourcery.com>
20973         PR target/40657
20974         * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
20975         (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
20976         here to determine which regs to push and how much stack to reserve.
20978 2010-04-27  Jie Zhang  <jie@codesourcery.com>
20980         * doc/gimple.texi (gimple_statement_with_ops): Remove
20981         addresses_taken field.
20982         (gimple_statement_with_memory_ops): Likewise.
20984 2010-04-27  Jan Hubicka  <jh@suse.cz>
20986         * tree-inline.c (eni_inlining_weights): Remove.
20987         (estimate_num_insns): Special case more builtins.
20989 2010-04-27  Shujing Zhao  <pearly.zhao@oracle.com>
20991         PR c/32207
20992         * c-typeck.c (build_binary_op): Move forward check for comparison
20993         pointer with null pointer constant and adjust the diagnostic message.
20995 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
20997         PR lto/42776
20998         * configure.ac (gcc_cv_as_section_has_align): Set if installed
20999         binutils supports extended .section directive needed by LTO, or
21000         warn if older binutils found.
21001         (LTO_BINARY_READER): New AC_SUBST'd variable.
21002         (LTO_USE_LIBELF): Likewise.
21003         * config.gcc (lto_binary_reader): New target-specific configure
21004         variable.
21005         * Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
21006         (LTO_USE_LIBELF): Likewise.
21007         * configure: Regenerate.
21009         * collect2.c (is_elf): Rename from this ...
21010         (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
21011          object files in addition to ELF-formatted ones.
21012         (scan_prog_file): Caller updated.  Also allow for LTO info marker
21013         symbol to be prefixed or not by an extra underscore.
21015         * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
21016         * config/i386/winnt.c: Also #include lto-streamer.h
21017         (i386_pe_asm_named_section): Specify 1-byte section alignment for
21018         LTO named sections.
21019         (i386_pe_asm_output_aligned_decl_common): Add comment.
21020         (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
21022 2010-04-27  Hans-Peter Nilsson  <hp@bitrange.com>
21024         PR target/43889
21025         * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
21026         Add missing earlyclobber for second alternative.
21028 2010-04-26  Bernd Schmidt  <bernds@codesourcery.com>
21030         * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
21031         bits for artificial defs at the top of the block.
21032         * fwprop.c (single_def_use_enter_block): Don't call it.
21034 2010-04-26  Jack Howarth  <howarth@bromo.med.uc.edu>
21036         PR 43715
21037         * configure.ac: Use "$gcc_cv_nm -g" on darwin
21038         instead of "$gcc_cv_objdump -T".
21039         Use "-undefined dynamic_lookup" on darwin.
21040         * configure: Regenerate.
21042 2010-04-26  Jakub Jelinek  <jakub@redhat.com>
21044         PR c/43893
21045         * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
21047 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
21049         * c-parser.c (struct c_token): Move location field up.
21050         * c-tree.h (struct c_typespec): Move expr_const_operands field up.
21051         (struct c_declspecs): Convert typespec_word, storage_class, and
21052         default_int_p into bitfields.
21053         (struct c_declarator): Move loc field up.
21055 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
21057         * cfgloop.h (struct loop): Move can_be_parallel field up.
21058         * ipa-prop.h (struct ip_node_params): Move bitfields up.
21059         * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
21060         down.
21061         (struct iv_cand): Convert pos field into a bitfield.
21062         * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
21063         field up.
21064         (struct _stmt_vec_info): Shuffle fields for better packing.
21066 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
21068         * varasm.c (IN_NAMED_SECTION): Remove guard.
21069         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
21070         (IN_NAMED_SECTION_P): ...this.
21071         (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
21072         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
21074 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
21076         * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
21077         Use VOID_TYPE_P for all void type tests.  Adjust TYPE variable instead
21078         of shadowing it.  Fix comments.
21080 2010-04-26  Jan Hubicka  <jh@suse.cz>
21082         * cgraph.c (cgraph_create_node): Set node frequency to normal.
21083         (cgraph_clone_node): Copy function frequency.
21084         * cgraph.h (node_frequency): New enum
21085         (struct cgraph_node): Add.
21086         * final.c (rest_of_clean_state): Update.
21087         * lto-cgraph.c (lto_output_node): Output node frequency.
21088         (input_overwrite_node): Input node frequency.
21089         * tre-ssa-loop-ivopts (computation_cost): Update.
21090         * lto-streamer-out.c (output_function): Do not output function
21091         frequency.
21092         * predict.c (maybe_hot_frequency_p): Update and handle functions
21093         executed once.
21094         (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
21095         attribute lookup.
21096         (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
21097         (compute_function_frequency): Set noreturn functions to be executed
21098         once.
21099         (choose_function_section): Update.
21100         * lto-streamer-in.c (input_function): Do not input function frequency.
21101         * function.c (allocate_struct_function): Do not initialize function
21102         frequency.
21103         * function.h (function_frequency): Remove.
21104         (struct function): Remove function frequency.
21105         * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
21106         (try_update): Update.
21107         * tree-inline.c (initialize_cfun): Do not update function frequency.
21108         * passes.c (pass_init_dump_file): Update.
21109         * i386.c (ix86_compute_frame_layout): Update.
21110         (ix86_pad_returns): Update.
21112 2010-04-26  Jie Zhang  <jie@codesourcery.com>
21114         PR tree-optimization/43833
21115         * tree-vrp.c (range_int_cst_p): New.
21116         (range_int_cst_singleton_p): New.
21117         (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
21118         when both operands are constants.  Use range_int_cst_p in
21119         BIT_IOR_EXPR case.
21121 2010-04-26  Jan Hubicka  <jh@suse.cz>
21123         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
21125 2010-04-26  Richard Guenther  <rguenther@suse.de>
21127         PR lto/43080
21128         * gimple.c (gimple_decl_printable_name): Deal gracefully
21129         with a NULL DECL_NAME.
21131 2010-04-26  Richard Guenther  <rguenther@suse.de>
21133         PR lto/42425
21134         * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
21135         if emitting debug information and it is either a function
21136         or a namespace decl.
21138 2010-04-26  Ira Rosen  <irar@il.ibm.com>
21140         * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
21141         determine if the statement is vectorizable, and a macro to access it.
21142         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
21143         Skip statements that can't be vectorized. If the analysis fails,
21144         mark the statement as unvectorizable if vectorizing basic block.
21145         (vect_compute_data_refs_alignment): Likewise.
21146         (vect_verify_datarefs_alignment): Skip statements marked as
21147         unvectorizable. Add print.
21148         (vect_analyze_group_access): Skip statements that can't be
21149         vectorized. If the analysis fails, mark the statement as
21150         unvectorizable if vectorizing basic block.
21151         (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
21152         * tree-vect-stmts.c (vectorizable_store): Fix the number of
21153         generated stmts for SLP.
21154         (new_stmt_vec_info): Initialize the new field.
21155         * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
21156         statements marked as unvectorizable.
21158 2010-04-25  Joseph Myers  <joseph@codesourcery.com>
21160         * c-common.c (flag_isoc1x): New.
21161         (flag_isoc99): Update comment.
21162         * c-common.h (flag_isoc1x): New.
21163         (flag_isoc99): Update comment.
21164         * c-cppbuiltin.c (builtin_define_float_constants): Also define
21165         __<type>_DECIMAL_DIG__.
21166         * c-opts.c (set_std_c1x): New.
21167         (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
21168         (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
21169         * c.opt (-std=c1x, -std=gnu1x): New options.
21170         * doc/cpp.texi: Mention -std=c1x.
21171         * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
21172         * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
21173         * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
21174         * doc/standards.texi: Mention C1X.
21175         * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
21176         LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
21177         LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
21178         Define for C1X.
21180 2010-04-25  Uros Bizjak  <ubizjak@gmail.com>
21182         * config/i386/gmon-sol2.c (_mcleanup): Change format string
21183         placeholder from 0x%x to %#x.
21184         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
21185         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
21186         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
21187         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
21188         * config/i386/i386.c (ix86_target_string): Ditto.
21189         (output_pic_addr_const): Ditto.
21190         (print_operand): Ditto.
21192 2010-04-25  Paolo Bonzini  <bonzini@gnu.org>
21194         * combine.c (find_split_point): Add third argument.  Use it
21195         to find nested multiply-accumulate instructions.  Adjust calls.
21196         (try_combine): Adjust call to find_split_point.
21198 2010-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
21200         * doc/contrib.texi (Contributors): Add Dodji Seketeli.
21202 2010-04-24  Bernd Schmidt  <bernds@codesourcery.com>
21204         PR tree-optimization/41442
21205         * fold-const.c (merge_truthop_with_opposite_arm): New function.
21206         (fold_binary_loc): Call it.
21208 2010-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21210         * toplev.c (general_init): Set default for fdiagnostics-show-option.
21211         * opts.c (common_handle_option): Allow disabling it.
21212         * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
21214 2010-04-23  Eric Botcazou  <ebotcazou@adacore.com>
21216         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
21217         between modes if both types are integral.
21219 2010-04-23  Richard Guenther  <rguenther@suse.de>
21221         PR tree-optimization/43572
21222         * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
21224 2010-04-23  Richard Guenther  <rguenther@suse.de>
21226         PR lto/43455
21227         * tree-inline.c (tree_can_inline_p): Also check compatibility
21228         of return types.
21230 2010-04-23  Martin Jambor  <mjambor@suse.cz>
21232         PR tree-optimization/43846
21233         * tree-sra.c (struct access): New flag grp_assignment_read.
21234         (build_accesses_from_assign): Set grp_assignment_read.
21235         (sort_and_splice_var_accesses): Propagate grp_assignment_read.
21236         (enum mark_read_status): New type.
21237         (analyze_access_subtree): Propagate grp_assignment_read, create
21238         accesses also if both direct_read and root->grp_assignment_read.
21240 2010-04-23  Martin Jambor  <mjambor@suse.cz>
21242         PR middle-end/43835
21243         * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
21244         function does not have type attributes.
21246 2010-04-23  Richard Guenther  <rguenther@suse.de>
21248         PR lto/42653
21249         * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
21250         of FUNCTION_DECLs.
21252 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
21254         * sese.h (create_if_region_on_edge): Remove.
21256         * sese.c (create_if_region_on_edge): Make static.
21258         * tree-inline.c: Do not include ggc.h.
21260         * expr.c: Do not include ggc.h.
21262         * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
21263         dependencies.
21265 2010-04-22  Kaz Kojima  <kkojima@gcc.gnu.org>
21267         PR target/43744
21268         * config/sh/sh.c (find_barrier): Don't emit a constant pool
21269         in the middle of insns for casesi_worker_2.
21271 2010-04-22  David Edelsohn  <edelsohn@gnu.org>
21273         * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
21275 2010-04-22  Ira Rosen  <irar@il.ibm.com>
21277         PR tree-optimization/43842
21278         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
21279         loop unrolling in update of exit phis. Fix comment.
21280         * tree-vect-slp.c (vect_analyze_slp): Check that there are at
21281         least two reduction statements in the loop before starting SLP
21282         analysis.
21284 2010-04-22  Nick Clifton  <nickc@redhat.com>
21286         * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
21288 2010-04-22  Alexander Monakov  <amonakov@ispras.ru>
21290         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
21291         to simplify a + ~a.
21293 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
21295         * tree-parloops.c (loop_parallel_p): New argument
21296         parloop_obstack.  Pass it down.
21297         (parallelize_loops): New variable parloop_obstack.  Initialize it,
21298         pass it down, free it.
21300         * tree-loop-linear.c (linear_transform_loops): Pass down
21301         lambda_obstack.
21303         * tree-data-ref.h (lambda_compute_access_matrices): New argument
21304         of type struct obstack *.
21306         * tree-data-ref.c (analyze_subscript_affine_affine): New variable
21307         scratch_obstack.  Initialize it, pass down, free it.
21309         * lambda.h (lambda_loop_new): Remove.
21310         (lambda_matrix_new, lambda_matrix_inverse)
21311         (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
21312         argument of type struct obstack *.
21314         * lambda-trans.c (lambda_trans_matrix_new): New argument
21315         lambda_obstack.  Pass it down, use obstack allocation for ret.
21316         (lambda_trans_matrix_inverse): New argument lambda_obstack.  Pass
21317         it down.
21319         * lambda-mat.c (lambda_matrix_get_column)
21320         (lambda_matrix_project_to_null): Remove.
21321         (lambda_matrix_new): New argument lambda_obstack.  Use obstack
21322         allocation for mat.
21323         (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
21324         lambda_obstack.
21326         * lambda-code.c (lambda_loop_new): New function.
21327         (lambda_lattice_new, compute_nest_using_fourier_motzkin)
21328         (lambda_compute_auxillary_space, lambda_compute_target_space)
21329         (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
21330         (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
21331         (build_access_matrix): New argument lambda_obstack.  Use obstack
21332         allocation for am.
21333         (lambda_compute_step_signs, lambda_compute_access_matrices): New
21334         argument lambda_obstack.  Pass it down.
21336 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
21338         * optabs.h (expand_widening_mult): Declare.
21340 2010-04-22  Richard Guenther  <rguenther@suse.de>
21342         PR tree-optimization/43845
21343         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
21344         lookup the CALL_EXPR function and arguments.
21346 2010-04-22  Nick Clifton  <nickc@redhat.com>
21348         * config/stormy16/stormy16.c
21349         (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
21350         * config/stormy16/stormy16.h: Tidy up formatting.
21351         (DONT_USE_BUILTIN_SETJMP): Remove definition.
21352         * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
21353         (ineqbranchsi): Delete pattern.
21354         * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
21355         * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
21356         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
21357         stormy16-lib2-ucmpsi2.c.
21359 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
21361         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
21362         df_simulate_find_noclobber_defs as appropriate.  Keep track of an
21363         extra set merge_set_noclobber, and use it to relax the final test
21364         slightly.
21365         * df.h (df_simulate_find_noclobber_defs): Declare.
21366         * df-problems.c (df_simulate_find_defs): Don't ignore partial or
21367         conditional defs.
21368         (df_simulate_find_noclobber_defs): New function.
21370 2010-04-22  Uros Bizjak  <ubizjak@gmail.com>
21372         * config/i386/i386.md: Use {} around multi-line preparation statements.
21374 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
21376         * c-tree.h (push_init_level, pop_init_level, set_init_index)
21377         (process_init_element): New argument of type struct obstack *.
21379         * c-typeck.c (push_init_level, pop_init_level, set_designator)
21380         (set_init_index, set_init_label, set_nonincremental_init)
21381         (set_nonincremental_init_from_string, find_init_member)
21382         (output_init_element, output_pending_init_elements)
21383         (process_init_element): New argument braced_init_obstack.  Pass it
21384         down.
21385         (push_range_stack, add_pending_init): New argument
21386         braced_init_obstack.  Use obstack allocation.
21388         * c-parser.c (c_parser_initelt, c_parser_initval): New argument
21389         braced_init_obstack.  Pass it down.
21390         (c_parser_braced_init): New variables ret, braced_init_obstack.
21391         Initialize obstack, pass it down and finally free it.
21393 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
21395         PR middle-end/29274
21396         * tree-pass.h (pass_optimize_widening_mul): Declare.
21397         * tree-ssa-math-opts.c (execute_optimize_widening_mul,
21398         gate_optimize_widening_mul): New static functions.
21399         (pass_optimize_widening_mul): New.
21400         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
21401         <case MULT_EXPR>: Remove support for widening multiplies.
21402         * tree.def (WIDEN_MULT_EXPR): Tweak comment.
21403         * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
21404         simplify_gen_unary rather than directly building extensions.
21405         * tree-cfg.c (verify_gimple_assign_binary): Add tests for
21406         WIDEN_MULT_EXPR.
21407         * expmed.c (expand_widening_mult): New function.
21408         * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
21410 2010-04-21  Jan Hubicka  <jh@suse.cz>
21412         * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
21413         * lto-section-in.c (lto_section_name): Remove wpa_fixup.
21414         * lto-wpa-fixup.c: Remove.
21415         * Makefile.in (lto-wpa-fixup.o): Remove.
21416         * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
21417         (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
21418         * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
21420 2010-04-21  Jan Hubicka  <jh@suse.cz>
21422         * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
21423         add write_optimization_summary, read_optimization_summary.
21424         (ipa_write_summaries_of_cgraph_node_set): Remove.
21425         (ipa_write_optimization_summaries): Declare.
21426         (ipa_read_optimization_summaries): Declare.
21427         * ipa-cp.c (pass_ipa_cp): Update.
21428         * ipa-reference.c (pass_ipa_reference): Update.
21429         * ipa-pure-const.c (pass_ipa_pure_const): Update.
21430         * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
21431         Update.
21432         * ipa-inline.c (pass_ipa_inline): Update.
21433         * ipa.c (pass_ipa_whole_program): Update.
21434         * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
21435         * passes.c (ipa_write_summaries_1): Do not test wpa.
21436         (ipa_write_optimization_summaries_1): New.
21437         (ipa_write_optimization_summaries): New.
21438         (ipa_read_summaries): Do not test ltrans.
21439         (ipa_read_optimization_summaries_1): New.
21440         (ipa_read_optimization_summaries): New.
21442 2010-04-21  Jan Hubicka  <jh@suse.cz>
21444         * lto-cgraph.c (lto_output_node): Do not output comdat groups
21445         for boundary nodes.
21446         (output_cgraph): Do not arrange comdat groups for boundary nodes.
21448 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
21450         PR debug/40040
21451         * dwarf2out.c (add_name_and_src_coords_attributes): Add
21452         DW_AT_{,MIPS_}linkage_name even for Fortran decls.
21454 2010-04-21  Jan Hubicka  <jh@suse.cz>
21456         * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
21458 2010-04-21  Jan Hubicka  <jh@suse.cz>
21460         * varpool.c (decide_is_variable_needed): Variable is always needed
21461         during ltrans.
21463 2010-04-21  Jan Hubicka  <jh@suse.cz>
21465         * opts.c (decode_options): Enable pure-const pass for whopr.
21467 2010-04-21  Jan Hubicka  <jh@suse.cz>
21469         * cgraph.c (dump_cgraph_node): Dump also assembler name.
21470         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
21471         at WPA dumping.
21472         (cgraph_decide_inlining): Do not expect callee to be removed in all
21473         cases.
21475 2010-04-21  Eric B. Weddington  <eric.weddington@atmel.com>
21477         * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
21479 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
21481         * config/i386/i386.md (x86_shrd): Add athlon_decode and
21482         amdfam10_decode attributes.
21484 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
21486         PR middle-end/43570
21487         * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
21488         OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
21489         (lower_copyprivate_clauses): Use private var in outer
21490         context instead of original var.  Make sure the types
21491         are correct for VLAs.
21493 2010-04-21  Richard Guenther  <rguenther@suse.de>
21495         * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
21496         to non-pointer objects.
21498 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
21500         * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument.  Drop
21501         last chain entry if it starts with the still current label.
21502         (add_location_or_const_value_attribute): Check that
21503         loc_list->first->next is NULL instead of comparing ->first with ->last.
21504         (dwarf2out_var_location): Pass last_label resp. last_postcall_label
21505         to add_var_loc_to_decl.
21507         * dwarf2out.c (output_call_frame_info): For dw_cie_version
21508         >= 4 add also address size and segment size fields into CIE header.
21510         * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
21511         long as address size is the same as sizeof (void *) and
21512         segment size is 0.
21513         * unwind-dw2-fde.c (get_cie_encoding): Likewise.  If
21514         address size or segment size is unexpected, return DW_EH_PE_omit.
21515         (classify_object_over_fdes): If get_cie_encoding returned
21516         DW_EH_PE_omit, return -1.
21517         (init_object): If classify_object_over_fdes returned -1,
21518         pretend there were no FDEs at all.
21520 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
21522         * config/i386/i386.md (bswap<mode>2): Macroize expander from
21523         bswap{si,di}2 using SWI48 mode iterator.
21524         (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
21525         SWI48 mode iterator.  Set type attribute of bswap insn to bitmanip,
21526         set modrm attribute of bswap insn to 0 and remove length attribute.
21527         (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
21528         iterator.  Set type attribute to bitmanip, set modrm attribute to 0,
21529         set mode attribute to <MODE> and remove length attribute.
21531 2010-04-20  James E. Wilson  <wilson@codesourcery.com>
21533         PR rtl-optimization/43520
21534         * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
21535         zero available registers.
21537 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21539         * builtins.c (fold_builtin_cproj): Fold more cases.
21541 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21543         * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
21544         (fold_builtin_1): Fold builtin cproj.
21545         * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
21546         Use ATTR_CONST_NOTHROW_LIST.
21548 2010-04-20  Uros Bizjak  <ubizjak@gmail.com>
21550         * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
21551         and ffsdi2 using SWI48 mode iterator.  Expand SImode insn through
21552         ffsi2_no_cmove for !TARGET_CMOVE.
21553         (ffssi2_no_cmove): Rename from *ffs_no_cmove.  Make public.
21554         (ffssi2): Remove expander.
21555         (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
21556         mode iterator.
21557         (ctz<mode>2): Ditto from ctz{si,di}2.
21558         (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
21559         mode iterator.
21560         (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
21561         mode iterator.
21563 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
21565         * dwarf2out.c (AT_linkage_name): Define.
21566         (clone_as_declaration): Handle DW_AT_linkage_name.
21567         (add_name_and_src_coords_attributes): Use AT_linkage_name instead
21568         of DW_AT_MIPS_linkage_name.
21569         (move_linkage_attr): Likewise.
21570         (dwarf2out_finish): Likewise.
21572 2010-04-20  Xinliang David Li  <davidxl@gcc.gnu.org>
21574         PR middle-end/41952
21575         * fold-const.c (fold_comparison): New folding rule.
21577 2010-04-20  Anatoly Sokolov  <aesok@post.ru>
21579         * double-int.h (double_int_setbit): Declare.
21580         * double-int.c (double_int_setbit): New function.
21581         * rtl.h (immed_double_int_const): Declare.
21582         * emit-rtl.c (immed_double_int_const): New function.
21583         * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
21584         and immed_double_int_const functions.
21585         * optabs.c (expand_absneg_bit, expand_copysign_absneg,
21586         expand_copysign_bit): (Ditto.).
21587         * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
21588         * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
21589         * dojump.c (prefer_and_bit_test): (Ditto.).
21590         * expr.c (convert_modes, reduce_to_bit_field_precision,
21591         const_vector_from_tree): (Ditto.).
21592         * expmed.c (mask_rtx, lshift_value): (Ditto.).
21594 2010-04-20  Jan Hubicka  <jh@suse.cz>
21596         * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
21597         (dump_cgraph_node): Dump new flags.
21598         * cgraph.h (struct cgraph_node): Add flags
21599         reachable_from_other_partition and in_other_partition.
21600         (cgraph_can_remove_if_no_direct_calls_p): Functions used by
21601         other partition can not be removed.
21602         * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
21603         the other partition must be output; silence sanity checking on
21604         leaking functions bodies from other paritition.
21605         * lto-cgraph.c (reachable_from_other_partition_p): New function.
21606         (lto_output_node): Output new flags; do not sanity check that inline
21607         clones are output; drop lto_forced_extern_inline_p code; do not mock
21608         visibility flags at partition boundaries.
21609         (add_node_to): New function.
21610         (output_cgraph): Use it to sort functions so masters appear before
21611         clones.
21612         (input_overwrite_node): Input new flags.
21613         * passes.c (ipa_write_summaries): Do not call
21614         lto_new_extern_inline_states.
21615         * lto-section-out.c (forced_extern_inline,
21616         lto_new_extern_inline_states lto_delete_extern_inline_states,
21617         lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
21618         * lto-streamer.h (lto_new_extern_inline_states,
21619         * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
21620         lto_forced_extern_inline_p): Kill.
21622 2010-04-20  Richard Guenther  <rguenther@suse.de>
21624         * tree-ssa-structalias.c (do_sd_constraint): Add edges only
21625         from vars that can have pointers.
21626         (process_constraint): Dump useless constraints.
21628 2010-04-20  Richard Guenther  <rguenther@suse.de>
21630         * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
21631         (dump_sa_points_to_info): Remove asserts.
21632         (init_base_vars): nothing_id isn't an escape point nor does it
21633         have pointers.
21635 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
21637         * tree.h (TYPE_REF_IS_RVALUE): Define.
21638         * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
21639         should_move_die_to_comdat, prune_unused_types_walk): Handle
21640         DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
21641         (modified_type_die, gen_reference_type_die): Emit
21642         DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
21643         if TYPE_REF_IS_RVALUE and -gdwarf-4.
21645 2010-04-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21647         PR target/43635
21648         * config/s390/s390.c (s390_emit_call): Turn direct into indirect
21649         calls for -fpic -m31 if they have been sibcall optimized.
21651 2010-04-19  James E. Wilson  <wilson@codesourcery.com>
21653         * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
21654         ar.lc fixed and call-used.
21656         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
21658 2010-04-19  Jan Hubicka  <jh@suse.cz>
21660         * opts.c (decode_options): Disable whpr incompatible passes.
21661         * lto/lto.c (lto_1_to_1_map): Skip clones.
21662         (read_cgraph_and_symbols): Do not mark everything as needed.
21663         (do_whole_program_analysis): Do map only after optimizing;
21664         set proper cgraph_state; use passmanager.
21666 2010-04-19  DJ Delorie  <dj@redhat.com>
21668         * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
21669         POINTER_PLUS_EXPR and fix them.
21671 2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
21673         * config/avr/avr-devices.c (avr_mcu_types): Add support for new
21674         devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
21675         attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
21676         atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
21677         atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
21678         atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
21679         atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
21680         atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
21681         m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
21682         atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
21683         * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
21685 2010-04-19  Eric Botcazou  <ebotcazou@adacore.com>
21687         * ifcvt.c (noce_try_cmove_arith): Fix long lines.
21688         (check_cond_move_block): Likewise.
21689         (cond_move_process_if_block): Likewise.
21690         (noce_find_if_block): Improve formatting.
21691         (find_if_header): Pass 0 to memset and tweak conditions.
21692         (cond_exec_find_if_block): Fix long lines and tweak conditions.
21694 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
21696         * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
21697         for -gdwarf-4.
21699         PR middle-end/43337
21700         * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
21701         with non-local decl doesn't need chain.
21703 2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
21705         * ira-color.c (allocno_reload_assign): Avoid accumulating
21706         reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
21708 2010-04-19  Martin Jambor  <mjambor@suse.cz>
21710         * gimple.h (create_tmp_reg): Declare.
21711         * gimplify.c (create_tmp_reg): New function.
21712         (gimplify_return_expr): Use create_tmp_reg.
21713         (gimplify_omp_atomic): Likewise.
21714         (gimple_regimplify_operands): Likewise.
21715         * tree-dfa.c (make_rename_temp): Likewise.
21716         * tree-predcom.c (predcom_tmp_var): Likewise.
21717         (reassociate_to_the_same_stmt): Likewise.
21718         * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
21719         (get_replaced_param_substitute): Likewise.
21720         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
21721         * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
21722         * tree-ssa-pre.c (get_representative_for): Likewise.
21723         (create_expression_by_pieces): Likewise.
21724         * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
21725         (create_tailcall_accumulator): Likewise.
21727 2010-04-19  Martin Jambor  <mjambor@suse.cz>
21729         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
21730         new_stmt.
21731         (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
21733 2010-04-19  Richard Guenther  <rguenther@suse.de>
21735         PR tree-optimization/43796
21736         * tree-vrp.c (adjust_range_with_scev): Lookup init and step
21737         from SCEV in the lattice.
21738         (vrp_visit_phi_node): Dump change.
21740 2010-04-19  Richard Guenther  <rguenther@suse.de>
21742         * configure.ac: Fix quoting around elf_getshstrndx ABI check.
21743         * configure: Re-generated.
21745 2010-04-19  Richard Guenther  <rguenther@suse.de>
21747         PR tree-optimization/43783
21748         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
21749         constant ARRAY_REF operands two and three if possible.
21751 2010-04-19  Uros Bizjak  <ubizjak@gmail.com>
21753         PR target/43766
21754         * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
21756 2010-04-19  Jie Zhang  <jie@codesourcery.com>
21758         PR target/43662
21759         * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
21761 2010-04-19  Ira Rosen  <irar@il.ibm.com>
21763         PR tree-optimization/37027
21764         * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
21765         and macro to access it.
21766         (vectorizable_reduction): Add argument.
21767         (vect_get_slp_defs): Likewise.
21768         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
21769         statements for possible use in SLP.
21770         (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
21771         (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
21772         (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
21773         add new argument.
21774         (vectorizable_reduction): Likewise.
21775         * tree-vect-stmts.c (vect_get_vec_defs): Update call to
21776         vect_get_slp_defs.
21777         (vectorizable_type_demotion, vectorizable_type_promotion,
21778         vectorizable_store): Likewise.
21779         (vect_analyze_stmt): Update call to vectorizable_reduction.
21780         (vect_transform_stmt): Likewise.
21781         * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
21782         (vect_build_slp_tree): Fix indentation. Check that there are no loads
21783         from different interleaving chains in same node.
21784         (vect_slp_rearrange_stmts): New function.
21785         (vect_supported_load_permutation_p): Allow load permutations for
21786         reductions. Call vect_slp_rearrange_stmts() to rearrange statements
21787         inside SLP nodes if necessary.
21788         (vect_analyze_slp_instance): Handle reductions.
21789         (vect_analyze_slp): Try to build SLP instances originating from groups
21790         of reductions.
21791         (vect_detect_hybrid_slp_stmts): Skip reduction statements.
21792         (vect_get_constant_vectors): Create initial vectors for reductions
21793         according to reduction code. Add new argument.
21794         (vect_get_slp_defs): Add new argument, pass it to
21795         vect_get_constant_vectors.
21796         (vect_schedule_slp_instance): Remove SLP tree root statements.
21798 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
21800         * tree.h (ENUM_IS_SCOPED): Define.
21801         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
21802         for ENUM_IS_SCOPED enums.
21804 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
21806         * fold-const.c (fold_comparison): Use ssizetype.
21807         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
21808         * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
21809         * tree-loop-distribution.c (build_size_arg_loc): Likewise.
21810         * tree-object-size.c (compute_object_sizes): Use size_type_node.
21812         * tree.h (initialize_sizetypes): Remove parameter.
21813         (build_common_tree_nodes): Remove second parameter.
21814         * stor-layout.c (initialize_sizetypes): Remove parameter.
21815         Always create an unsigned type.
21816         (set_sizetype): Assert that the passed type is unsigned and simplify.
21817         * tree.c (build_common_tree_nodes): Remove second parameter.
21818         Adjust call to initialize_sizetypes.
21819         * c-decl.c (c_init_decl_processing): Remove second argument in call to
21820         build_common_tree_nodes.
21822 2010-04-18  Matthias Klose  <doko@ubuntu.com>
21824         * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
21826 2010-04-18  Ira Rosen  <irar@il.ibm.com>
21828         PR tree-optimization/43771
21829         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
21830         load permutation doesn't have gaps.
21832 2010-04-18  Jan Hubicka  <jh@suse.cz>
21834         * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
21835         (sse_prologue_save_insn expander): Use new pattern.
21836         (sse_prologue_save_insn1): New pattern and splitter.
21837         (sse_prologue_save_insn): Update to deal also with 64bit aligned
21838         blocks.
21839         * i386.c (setup_incoming_varargs_64): Do not compute jump
21840         destination here.
21841         (ix86_gimplify_va_arg): Update alignment needed.
21842         (ix86_local_alignment): Do not align all local arrays to 128bit.
21844 2010-04-17  Jan Hubicka  <jh@suse.cz>
21846         * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
21848 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
21850         * arm.md (negdi2): Remove redundant code to force values into a
21851         register.
21853 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
21855         * arm/bpabi.S: Add EABI alignment attributes to objects.
21856         * arm/bpabi-v6m.S: Likewise.
21857         * arm/crti.asm: Likewise.
21858         * arm/crtn.asm: Likewise.
21859         * arm/lib1funcs.asm: Likewise.
21860         * arm/libunwind.S: Likewise.
21862 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
21864         * arm-protos.h (tune_params): New structure.
21865         * arm.c (current_tune): New variable.
21866         (arm_constant_limit): Delete.
21867         (struct processors): Add pointer to the tune parameters.
21868         (arm_slowmul_tune): New tuning option.
21869         (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
21870         (all_cores): Adjust to pick up the tuning model.
21871         (arm_constant_limit): New function.
21872         (arm_override_options): Select the appropriate tuning model.  Delete
21873         initialization of arm_const_limit.
21874         (arm_split_constant): Use the new constant-limit model.
21875         (arm_rtx_costs): Pick up the current tuning model.
21876         * arm.md (is_strongarm, is_xscale): Delete.
21877         * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
21878         for Xscale variant architectures.
21879         (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
21881 2010-04-17  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
21883         * config/arm/arm.c (arm_gen_constant): Remove unused variable
21884         can_shift.
21885         (arm_rtx_costs_1): Remove unused variable extra_cost.
21886         (arm_unwind_emit_set): Use variable offset.
21887         (thumb1_output_casesi): Remove unused variable flags.
21889 2010-04-16  Jeff Law  <law@redhat.com>
21891         * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
21892         needing assignment rather than doing a two-phase assignment.  Remove
21893         unused variable 'm'.
21895 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
21897         PR bootstrap/43767
21898         * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
21900 2010-04-16  Doug Kwan  <dougkwan@google.com>
21902         * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
21903         (next_operand_entry_id): New static variable.
21904         (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
21905         (add_to_ops_vec): Assigned unique ID to operand entry.
21906         (struct oecount_s): New field ID.
21907         (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
21908         (undistribute_ops_list): Assign unique IDs to oecounts.
21909         (init_reassoc): reset next_operand_entry_id.
21911 2010-04-16  Doug Kwan  <dougkwan@google.com>
21913         * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
21914         missing left parenthesis.
21916 2010-04-16  Uros Bizjak  <ubizjak@gmail.com>
21918         * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
21919         *btdi_rex64 using SWI48 mode iterator.
21920         (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
21921         (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
21922         *jcc_btdi_mask_rex64.
21924 2010-04-16  Anatoly Sokolov  <aesok@post.ru>
21926         * double-int.h (tree_to_double_int): Convert to macro.
21927         * double-int.c (tree_to_double_int): Remove.
21929 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
21931         PR debug/43762
21932         * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
21933         with want_address 2 and in case a single element list might be
21934         possible, call it again with want_address 0.
21936 2010-04-12  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
21938         * config/h8300/h8300.c (print_operand) : Modify case 'V' and
21939         case 'W' print operands for HI mode.
21940         * config/h8300/h8300.h (Y0, Y2) : New constraints.
21941         * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
21942         (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
21943         * config/h8300/predicate.md (bit_register_indirect_operand): New.
21945         * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
21947         * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
21948         cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
21949         #xx:3 and #xx:4 mode.
21951         * config/h8300/h8300.md (inverted load with HImode dest): Add
21952         support for H8300SX.
21954         * config/h8300/predicate.md (bit_operand): Allow immediate values that
21955         satisfy 'U' constraint.
21957 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21959         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
21960         * configure: Regenerate.
21961         * config.in: Regenerate.
21962         * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
21963         works.
21965 2010-04-16  Richard Guenther  <rguenther@suse.de>
21967         * tree.h (struct tree_decl_minimal): Move pt_uid ...
21968         (struct tree_decl_common): ... here.
21969         (DECL_PT_UID): Adjust.
21970         (SET_DECL_PT_UID): Likewise.
21971         (DECL_PT_UID_SET_P): Likewise.
21973 2010-04-16  Richard Guenther  <rguenther@suse.de>
21975         PR tree-optimization/43572
21976         * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
21977         * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
21978         * tree-flow.h (is_call_clobbered): Remove.
21979         * tree-flow-inline.h (is_call_clobbered): Likewise.
21980         * tree-dfa.c (dump_variable): Do not dump call clobber state.
21981         * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
21982         (execute_return_slot_opt): Adjust.
21983         * tree-tailcall.c (suitable_for_tail_opt_p): Remove
21984         check for call clobbered vars here.
21985         (find_tail_calls): Move tailcall verification to the
21986         proper place.
21988 2010-04-16  Diego Novillo  <dnovillo@google.com>
21990         * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
21992 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
21994         PR target/40603
21995         * config/arm/arm.md (cbranchqi4): New pattern.
21996         * config/arm/predicates.md (const0_operand,
21997         cbranchqi4_comparison_operator): New predicates.
21999 2010-04-16  Richard Guenther  <rguenther@suse.de>
22001         * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
22002         (dump_gimple_stmt): Likewise.
22004 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
22006         * recog.h (struct recog_data): New field is_operator.
22007         (struct insn_operand_data): New field is_operator.
22008         * recog.c (extract_insn): Set recog_data.is_operator.
22009         * genoutput.c (output_operand_data): Emit code to set the
22010         is_operator field.
22011         * reload.c (find_reloads): Use it rather than testing for an
22012         empty constraint string.
22014         PR target/41514
22015         * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
22016         If the previous insn is a cbranchsi4_insn with the same arguments,
22017         omit the compare instruction.
22019         * config/arm/arm.md (addsi3_cbranch): If destination is a high
22020         register, inputs must be low registers and we need a low register
22021         scratch.  Handle alternative 2 like alternative 3.
22023 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
22025         * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
22026         don't call get_addr on both.  If one expression is a VALUE and
22027         the other a REG, check VALUE's locs if the REG isn't among them.
22029 2010-04-16  Christian Bruel  <christian.bruel@st.com>
22031         * config/sh/sh.h (sh_frame_pointer_required): New function.
22032         * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
22033         (flag_omit_frame_pointer) Set.
22034         (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
22035         (rounded_frame_size): Adjust size with outgoing_args_size.
22036         (sh_set_return_address): Must return from stack pointer.
22037         * config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
22038         (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
22039         (ACCUMULATE_OUTGOING_ARGS): Define.
22040         * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
22041         * config/sh/sh.opt (maccumulate-outgoing-args): New option.
22043 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
22045         PR target/43471
22046         * config/sh/sh.c (sh_legitimize_reload_address): Use
22047         MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
22048         Remove a unneeded check for offset_base.
22050 2010-04-15  H.J. Lu  <hongjiu.lu@intel.com>
22052         * configure: Regenerated.
22054 2010-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22056         * config/s390/s390.c (s390_call_save_register_used): Switch back
22057         to HARD_REGNO_NREGS.
22059 2010-04-15  Richard Guenther  <rguenther@suse.de>
22061         * alias.c (alias_set_subset_of): Handle alias-set zero
22062         child properly.
22064 2010-04-15  Mark Shinwell  <shinwell@codesourcery.com>
22065             Julian Brown  <julian@codesourcery.com>
22067         * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
22068         alternatives according to use of high and low regs.
22069         * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
22070         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
22071         optimizing for size on Thumb-2.
22073 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
22075         * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
22077 2010-04-15  Richard Guenther  <rguenther@suse.de>
22079         * tree-ssa-structalias.c (struct variable_info): Add
22080         is_fn_info flag.
22081         (new_var_info): Initialize it.
22082         (dump_constraints): Support printing last added constraints.
22083         (debug_constraints): Adjust.
22084         (dump_constraint_graph): Likewise.
22085         (make_heapvar_for): Check for NULL cfun.
22086         (get_function_part_constraint): New function.
22087         (get_fi_for_callee): Likewise.
22088         (find_func_aliases): Properly implement IPA PTA constraints.
22089         (process_ipa_clobber): New function.
22090         (find_func_clobbers): Likewise.
22091         (insert_into_field_list_sorted): Remove.
22092         (create_function_info_for): Properly allocate vars for IPA mode.
22093         Do not use insert_into_field_list_sorted.
22094         (create_variable_info_for): Properly generate constraints for
22095         global vars in IPA mode.
22096         (dump_solution_for_var): Always dump the solution.
22097         (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
22098         (find_what_var_points_to): Adjust.
22099         (pt_solution_set): Change.
22100         (pt_solution_ior_into): New function.
22101         (pt_solution_empty_p): Export.
22102         (pt_solution_includes_global): Adjust.
22103         (pt_solution_includes_1): Likewise.
22104         (pt_solutions_intersect_1): Likewise.
22105         (dump_sa_points_to_info): Check some invariants.
22106         (solve_constraints): Move constraint dumping ...
22107         (compute_points_to_sets): ... here.
22108         (ipa_pta_execute): ... and here.
22109         (compute_may_aliases): Do not re-compute points-to info
22110         locally if IPA info is available.
22111         (ipa_escaped_pt): New global var.
22112         (ipa_pta_execute): Properly implement IPA PTA.
22113         * tree-into-ssa.c (dump_decl_set): Support dumping
22114         decls not in referenced-vars.
22115         * tree-flow.h (struct gimple_df): Add ipa_pta flag.
22116         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
22117         (dump_points_to_solution): Likewise.
22118         * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
22119         * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
22120         (remap_gimple_stmt): Reset call clobber/use information if necessary.
22121         (copy_decl_to_var): Copy DECL_PT_UID.
22122         (copy_result_decl_to_var): Likewise.
22123         * tree.c (make_node_stat): Initialize DECL_PT_UID.
22124         (copy_node_stat): Copy it.
22125         * tree.h (DECL_PT_UID): New macro.
22126         (SET_DECL_PT_UID): Likewise.
22127         (DECL_PT_UID_SET_P): Likewise.
22128         (struct tree_decl_minimal): Add pt_uid member.
22129         * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
22130         (pt_solution_empty_p): Declare.
22131         (pt_solution_set): Adjust.
22132         (ipa_escaped_pt): Declare.
22133         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
22134         * gimple-pretty-print.c (pp_points_to_solution): New function.
22135         (dump_gimple_call): Dump call clobber/use information.
22136         * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
22137         * tree-pass.h (TDF_ALIAS): New dump option.
22138         * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
22139         * doc/invoke.texi (-fipa-pta): Update documentation.
22141 2010-04-15  Richard Guenther  <rguenther@suse.de>
22143         * Makefile.in (OBJS-common): Add gimple-fold.o.
22144         (gimple-fold.o): New rule.
22145         * tree.h (maybe_fold_offset_to_reference,
22146         maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
22147         prototypes ...
22148         * gimple.h: ... here.
22149         * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
22150         may_propagate_address_into_dereference): Move prototypes ...
22151         * gimple.h: ... here.
22152         * tree-ssa-ccp.c (get_symbol_constant_value,
22153         may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
22154         maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
22155         maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
22156         maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
22157         ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
22158         fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
22159         gimplify_and_update_call_from_tree): Move ...
22160         * gimple-fold.c: ... here.  New file.
22161         (ccp_fold_builtin): Rename to ...
22162         (gimple_fold_builtin): ... this.
22163         * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
22165 2010-04-15  Richard Guenther  <rguenther@suse.de>
22167         * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
22168         fit_double_type, force_fit_type_double, add_double_with_sign,
22169         neg_double, mul_double_with_sign, lshift_double, rshift_double,
22170         lrotate_double, rrotate_double, div_and_round_double): Move ...
22171         * double-int.c: ... here.
22172         * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
22173         add_double, neg_double, mul_double_with_sign, mul_double,
22174         lshift_double, rshift_double, lrotate_double, rrotate_double,
22175         div_and_round_double): Move prototypes ...
22176         * double-int.h: ... here.
22178 2010-04-15  Bernd Schmidt  <bernds@codesourcery.com>
22180         PR target/43742
22181         * config/sh/sh.md (doloop_end_split, dect): Undo previous patch.  Use
22182         matching constraints to ensure inputs match the output.
22184 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
22186         PR target/43742
22187         * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
22188         in an input-only operand.
22190 2010-04-15  Anatoly Sokolov  <aesok@post.ru>
22192         * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
22193         (double_int_not, double_int_lshift, double_int_rshift): Declare.
22194         (double_int_negative_p): Convert to static inline function.
22195         * double-int.c (double_int_lshift, double_int_lshift): New functions.
22196         (double_int_negative_p): Remove.
22197         * tree.h (lshift_double, rshift_double):
22198         * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
22199         * fold-const.c (fold_convert_const_int_from_real,
22200         fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
22201         (lshift_double): Change type of arith argument to bool.
22202         (rshift_double): Change type of arith argument to bool. Correct
22203         comment.
22204         * expmed.c (mask_rtx, lshift_value): (Ditto.).
22206 2010-04-14  Bernd Schmidt  <bernds@codesourcery.com>
22208         PR target/21803
22209         * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
22210         at the start and end of the then/else blocks, and omit them from the
22211         conversion.
22212         * cfgcleanup.c (flow_find_cross_jump): No longer static.  Remove MODE
22213         argument; all callers changed.  Pass zero to old_insns_match_p instead.
22214         (flow_find_head_matching_sequence): New function.
22215         (old_insns_match_p): Check REG_EH_REGION notes for calls.
22216         * basic-block.h (flow_find_cross_jump,
22217         flow_find_head_matching_sequence): Declare functions.
22219 2010-04-14  Jason Merrill  <jason@redhat.com>
22221         PR c++/36625
22222         * c-common.c (attribute_takes_identifier_p): New fn.
22223         * c-common.h: Declare it.
22225 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
22227         * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
22228         splitter condition.
22229         (*udivmod<mode>4): Ditto.
22231 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
22233         * config/i386/i386.md (maxmin_int): Rename code attribute from
22234         maxminiprefix and update all users.
22235         (maxmin_float): Ditto from maxminfprefix.
22236         (logic): Ditto from logicprefix.
22237         (absneg_mnemonic): Ditto from absnegprefix.
22238         * config/i386/mmx.md: Update all users of maxminiprefix,
22239         maxminfprefix and logicprefix for rename.
22240         * config/i386/sse.md: Ditto.
22241         * config/i386/sync.md (sync_<code><mode>): Update for
22242         logicprefix rename.
22244 2010-04-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22246         PR 42966
22247         * diagnostics.c (diagnostic_report_diagnostic): Mark specially
22248         warnings converted to errors.
22250 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
22252         * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
22253         used insn_type variable.
22254         (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
22255         to avoid set-but-not-used warning.
22257 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
22259         * df-core.c (df_ref_debug): Change format string placeholder
22260         from 0x%x to %#x.
22261         * dwarf2asm.c (dw2_asm_output_data_raw,
22262         dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
22263         dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
22264         * dwarf2out.c (output_cfi, output_cfi_directive,
22265         dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
22266         output_cfa_loc_raw, output_die, output_ranges, output_file_names):
22267         Ditto.
22268         * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
22269         * print-rtl.c (print_rtx): Ditto.
22271 2010-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
22273         PR middle-end/42694
22274         * builtins.c (expand_builtin_pow_root): New function to expand pow
22275         calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
22276         series of sqrt and cbrt calls under -ffast-math.
22277         (expand_builtin_pow): Call it.
22279 2010-04-14  Michael Matz  <matz@suse.de>
22281         PR tree-optimization/42963
22282         * tree-cfg.c (touched_switch_bbs): New static variable.
22283         (group_case_labels_stmt): New function broken out from ...
22284         (group_case_labels): ... here, use the above.
22285         (start_recording_case_labels): Allocate touched_switch_bbs.
22286         (end_recording_case_labels): Deallocate it, call
22287         group_case_labels_stmt.
22288         (gimple_redirect_edge_and_branch): Remember index of affected BB.
22290 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
22292         * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
22293         from insn template.
22295 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
22297         * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
22299 2010-04-13  Jan Hubicka  <jh@suse.cz>
22301         * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
22302         of optimized out static functions.
22303         (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
22304         cost computation.  Also sanity check for overflows.
22305         (update_caller_keys): Update cgraph_edge_badness call; properly
22306         update fibheap and sanity check that it is up to date.
22307         (add_new_edges_to_heap): Update cgraph_edge_badness.
22308         (cgraph_decide_inlining_of_small_function): Likewise;
22309         add sanity checking that badness in heap is up to date;
22310         improve dumping of reason; Update badness of calls to the
22311         offline copy of function currently inlined; dump badness
22312         of functions not inlined because of unit growth limits.
22314 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
22316         PR middle-end/32628
22317         * c-common.c (pointer_int_sum): Disregard overflow that occured only
22318         because of sign-extension change when converting to sizetype here...
22319         * fold-const.c (fold_convert_const_int_from_int): ...and not here.
22321         * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
22322         the folding to constants.  Remove redundant final conversion.
22323         (fold_binary) <associate>: Do not associate if the re-association of
22324         constants alone overflows.
22325         (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
22326         to the end of the list.
22327         (multiple_of_p) <COND_EXPR>: New case.
22329 2010-04-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22331         * opt-functions.awk (opt_sanitized_name): New.
22332         (opt_enum): New.
22333         * optc-gen.awk: Use it
22334         * opth-gen.awk: Use it.
22336 2010-04-13  Martin Jambor  <mjambor@suse.cz>
22338         * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
22339         (sra_modify_assign): Delete stmts loading dead data even if racc has no
22340         children.  Call replace_uses_with_default_def_ssa_name to handle
22341         SSA_NAES on lhs.
22343 2010-04-13  Michael Matz  <matz@suse.de>
22345         PR middle-end/43730
22346         * builtins.c (expand_builtin_interclass_mathfn): Also create
22347         a register if the predicate doesn't match.
22349 2010-04-13  Diego Novillo  <dnovillo@google.com>
22351         * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
22352         * c-pch.c: Include timevar.h.
22353         (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
22354         (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
22355         * ggc-common.c: Include timevar.h.
22356         (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
22357         * timevar.def (TV_PCH_SAVE): Define.
22358         (TV_PCH_CPP_SAVE): Define.
22359         (TV_PCH_PTR_REALLOC): Define.
22360         (TV_PCH_PTR_SORT): Define.
22361         (TV_PCH_RESTORE): Define.
22362         (TV_PCH_CPP_RESTORE): Define.
22364 2010-04-13  Michael Matz  <matz@suse.de>
22366         * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
22367         into MINUS_EXPRs.
22368         (can_reassociate_p): New function.
22369         (break_up_subtract_bb, reassociate_bb): Use it.
22371 2010-04-13  Richard Guenther  <rguenther@suse.de>
22373         PR bootstrap/43737
22374         * builtins.c (c_readstr): Fix assert.
22376 2010-04-13  Uros Bizjak  <ubizjak@gmail.com>
22378         * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
22379         when generating cltd insn.
22381         (*ashl<mode>3_1): Remove special handling for register operand 2.
22382         (*ashlsi3_1_zext): Ditto.
22383         (*ashlhi3_1): Ditto.
22384         (*ashlhi3_1_lea): Ditto.
22385         (*ashlqi3_1): Ditto.
22386         (*ashlqi3_1_lea): Ditto.
22387         (*<shiftrt_insn><mode>3_1): Ditto.
22388         (*<shiftrt_insn>si3_1_zext): Ditto.
22389         (*<shiftrt_insn>qi3_1_slp): Ditto.
22390         (*<rotate_insn><mode>3_1): Ditto.
22391         (*<rotate_insn>si3_1_zext): Ditto.
22392         (*<rotate_insn>qi3_1_slp): Ditto.
22394 2010-04-13  Richard Guenther  <rguenther@suse.de>
22396         * tree-ssa-structalias.c (callused_id): Remove.
22397         (call_stmt_vars): New.
22398         (get_call_vi): Likewise.
22399         (lookup_call_use_vi): Likewise.
22400         (lookup_call_clobber_vi): Likewise.
22401         (get_call_use_vi): Likewise.
22402         (get_call_clobber_vi): Likewise.
22403         (make_transitive_closure_constraints): Likewise.
22404         (handle_const_call): Adjust to do per-call call-used handling.
22405         (handle_pure_call): Likewise.
22406         (find_what_var_points_to): Remove general callused handling.
22407         (init_base_vars): Likewise.
22408         (init_alias_vars): Initialize call_stmt_vars.
22409         (compute_points_to_sets): Process call-used and call-clobbered
22410         vars for call statements.
22411         (delete_points_to_sets): Free call_stmt_vars.
22413 2010-04-13  Richard Guenther  <rguenther@suse.de>
22415         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
22416         Only add RW dependence for dependence distance zero.
22417         Adjust maximal vectorization factor according to dependences.
22418         Move alignment handling ...
22419         (vect_find_same_alignment_drs): ... here.  New function.
22420         (vect_analyze_data_ref_dependences): Adjust.
22421         (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
22422         (vect_analyze_data_refs): Adjust minimal vectorization factor
22423         according to data references.
22424         * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
22425         dependences before determining the vectorization factor.
22426         Analyze alignment after determining the vectorization factor.
22427         * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
22428         dependences before alignment.
22429         * tree-vectorizer.h (vect_analyze_data_ref_dependences):
22430         Adjust prototype.
22431         (vect_analyze_data_refs): Likewise.
22432         (MAX_VECTORIZATION_FACTOR): New define.
22434 2010-04-13  Duncan Sands  <baldrick@free.fr>
22436         * except.h (lang_eh_type_covers): Remove.
22437         * except.c (lang_eh_type_covers): Likewise.
22439 2010-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22440             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22442         * config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
22443         * config/s390/s390.c: Replace UNTIS_PER_WORD with
22444         UNITS_PER_LONG where it is ABI relevant.
22445         (s390_return_addr_rtx): Likewise.
22446         (s390_back_chain_rtx): Likewise.
22447         (s390_frame_area): Likewise.
22448         (s390_frame_info): Likewise.
22449         (s390_initial_elimination_offset): Likewise.
22450         (save_gprs): Likewise.
22451         (s390_emit_prologue): Likewise.
22452         (s390_emit_epilogue): Likewise.
22453         (s390_function_arg_advance): Likewise.
22454         (s390_function_arg): Likewise.
22455         (s390_va_start): Likewise.
22456         (s390_gimplify_va_arg): Likewise.
22457         (s390_function_profiler): Likewise.
22458         (s390_optimize_prologue): Likewise.
22459         (s390_rtx_costs): Likewise.
22460         (s390_secondary_reload): Likewise.
22461         (s390_promote_function_mode): Likewise.
22462         (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
22463         (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
22464         registers available.
22465         (s390_unwind_word_mode): New function.
22466         (s390_function_value): Split 64 bit values into register pair if
22467         used as return value.
22468         (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
22469         function call parameters.  Handle parallels.
22470         (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
22471         (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
22472         (DWARF_CIE_DATA_ALIGNMENT): New macro.
22473         (s390_expand_setmem): Remove unused variable src_addr.
22474         * longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
22475         deal with 64 bit registers.
22476         * config/s390/s390.h: Define __zarch__ predefined macro.
22477         Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
22478         (UNITS_PER_LONG): New macro.
22479         * libjava/include/s390-signal.h: Define extended ucontext
22480         structure containing the upper halfs of the 64 bit registers.
22482 2010-04-13  Simon Baldwin  <simonb@google.com>
22484         * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
22486 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
22488         * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
22489         rvalue on the RHS if the LHS is of a non-renamable type.
22490         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
22492 2010-04-13  Matthias Klose  <doko@ubuntu.com>
22494         * gcc.c (cc1_options): Handle -iplugindir before processing
22495         the cc1 spec. Only add -iplugindir once.
22496         (cpp_unique_options): Add -iplugindir option if -fplugin* options
22497         found.
22498         * common.opt (iplugindir): Remove `Separate' property, initialize.
22499         * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
22500         option.
22501         * Makefile.in (check-%, check-parallel-%): Create plugin dir.
22502         (distclean): Remove plugin dir.
22503         * doc/invoke.texi: Document -iplugindir.
22505 2010-04-13  Basile Starynkevitch  <basile@starynkevitch.net>
22507         * doc/plugins.texi (Loading Plugins): Document short
22508         -fplugin=foo option.
22509         (Plugin API): Mention default_plugin_dir_name function.
22511         * gcc.c (find_file_spec_function): Add new declaration.
22512         (static_spec_func): Use it for "find-file".
22513         (find_file_spec_function): Add new function.
22514         (cc1_options): Add -iplugindir option if -fplugin* options found.
22516         * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
22518         * plugin.c (add_new_plugin): Updated comment, and handle short
22519         plugin name.
22520         (default_plugin_dir_name): Added new function.
22522         * common.opt (iplugindir): New option to set the plugin directory.
22524 2010-04-12  Uros Bizjak  <ubizjak@gmail.com>
22526         * config/i386/i386.md (any_rotate): New code iterator.
22527         (rotate_insn): New code attribute.
22528         (rotate): Ditto.
22529         (SWIM124): New mode iterator.
22530         (<rotate_insn>ti3): New expander.
22531         (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
22532         any_rotate code iterator.
22533         (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
22534         using any_rotate code iterator and SWIM124 mode iterator.
22535         (ix86_rotlti3): New insn_and_split pattern.
22536         (ix86_rotrti3): Ditto.
22537         (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
22538         ix86_rotl{di,ti}3 patterns.
22539         (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
22540         (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
22541         and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
22542         *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
22543         code iterator and SWI mode iterator.
22544         (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
22545         Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
22546         code iterator.
22547         (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
22548         Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
22549         (bswap rotatert splitter): Add splitter.
22550         (bswap splitter): Macroize splitter using any_rotate code iterator.
22551         Add insn predicate to split only for TARGET_USE_XCHGB or when
22552         optimizing function for size.
22554 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
22556         * config/pa/pa.c (emit_move_sequence): Remove use of
22557         deleted variable flag_argument_noalias.
22559 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22561         * config.gcc: Removed *-*-solaris2.7* from list of obsolete
22562         configurations.
22563         Add to unsupported targets list.
22564         * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
22565         sparc*-sun-solaris2.[567]* from target lists.
22566         * configure: Regenerate.
22567         * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
22568         removal.
22569         Remove Solaris 7 patch references.
22570         (Specific, sparc-sun-solaris2.7): Removed.
22571         (sparc-sun-solaris2*): Update Solaris 7 example.
22572         (sparc64-*-solaris2*): Likewise.
22574 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22576         * config.build (alpha*-dec-osf4*): Remove.
22577         * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
22578         of obsolete configurations.
22579         (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
22580         support.
22581         * config/alpha/t-osf4: Renamed to ...
22582         * config/alpha/t-osf5: ... this.
22583         * config/alpha/osf.h: Renamed to ...
22584         * config/alpha/osf5.h: ... this.
22585         Merged old osf5.h contents.
22586         Update comments.
22587         (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
22588         (EXTRA_SPECS): Removed.
22589         * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
22590         reflect removal of Tru64 UNIX V4.0/V5.0 support.
22591         Document that.
22593 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22595         * doc/contrib.texi (Contributors, Rainer Orth): Update.
22597 2010-04-12  Kai Tietz  <kai.tietz@onevision.com>
22599         PR/43702
22600         * config/i386/i386.c (x86_this_parameter): Handle aggregate for
22601         __thiscall convention.
22603 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
22605         * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
22606         orig_base.
22607         * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
22609 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
22611         * function.c (assign_parms_initialize_all): Add unused attribute
22612         to fntype.
22614 2010-04-12  Richard Guenther  <rguenther@suse.de>
22616         * gsstruct.def (GSS_CALL): New.
22617         * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
22618         * gimple.h: Include tree-ssa-alias.h.
22619         (struct gimple_statement_call): New.
22620         (union gimple_statement_struct_d): Add gimple_call member.
22621         (gimple_call_reset_alias_info): Declare.
22622         (gimple_call_use_set): New function.
22623         (gimple_call_clobber_set): Likewise.
22624         * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
22625         * gimple.c (gimple_call_reset_alias_info): New function.
22626         (gimple_build_call_1): Call it.
22627         * lto-streamer-in.c (input_gimple_stmt): Likewise.
22628         * tree-inline.c (remap_gimple_stmt): Likewise.
22629         (expand_call_inline): Remove callused handling.
22630         * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
22631         * tree-dfa.c (dump_variable): Likewise.
22632         * tree-parloops.c (parallelize_loops): Likewise.
22633         * tree-ssa.c (init_tree_ssa): Likewise.
22634         (delete_tree_ssa): Likewise.
22635         * tree-flow-inline.h (is_call_used): Remove.
22636         * tree-flow.h (struct gimple_df): Remove callused member.
22637         * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
22638         * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
22639         (ref_maybe_used_by_call_p_1): Simplify.
22640         (call_may_clobber_ref_p_1): Likewise.
22641         * tree-ssa-structalias.c (compute_points_to_sets): Set
22642         the call stmt used and clobbered sets.
22643         * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
22644         (find_tail_calls): Verify the tail call.
22646 2010-04-12  Richard Guenther  <rguenther@suse.de>
22648         * ipa.c (cgraph_postorder): Adjust postorder to guarantee
22649         single-iteration always-inline inlining.
22650         * ipa-inline.c (cgraph_mark_inline): Do not return anything.
22651         (cgraph_decide_inlining): Do not handle always-inline specially.
22652         (try_inline): Remove always-inline cycle detection special case.
22653         Do not recurse on always-inlines.
22654         (cgraph_early_inlining): Do not iterate if not optimizing.
22655         (cgraph_gate_early_inlining): remove.
22656         (pass_early_inline): Run unconditionally.
22657         (gate_cgraph_decide_inlining): New function.
22658         (pass_ipa_inline): Use it.  Do not run the IPA inliner if
22659         not inlining or optimizing.
22660         (cgraph_decide_inlining_of_small_functions): Also consider
22661         always-inline functions.
22662         (cgraph_default_inline_p): Return true for nodes which should
22663         disregard inline limits.
22664         (estimate_function_body_sizes): Assume zero size and time for
22665         nodes which are marked as disregarding inline limits.
22666         (cgraph_decide_recursive_inlining): Do not perform recursive
22667         inlining on always-inline nodes.
22669 2010-04-12  Jakub Jelinek  <jakub@redhat.com>
22671         PR bootstrap/43699
22672         * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
22673         for exprs satisfying handled_component_p.
22675 2010-04-12  Eric Botcazou  <ebotcazou@adacore.com>
22677         * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
22678         non-constant aggregate elements.
22680         * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
22681         is a real initialization.
22683 2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
22685         PR c/36774
22686         * c-decl.c (start_function): Move forward check for nested function.
22688 2010-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
22690         * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
22691         * config/sh/sh.c: Include reload.h.
22692         (sh_legitimize_reload_address): New.
22693         * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
22694         sh_legitimize_reload_address.
22696 2010-04-11  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
22698         * config/sh/sh.md (*movqi_pop): New insn pattern.
22699         * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
22701 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
22703         * config/i386/i386.md (any_shiftrt): New code iterator.
22704         (shiftrt_insn): New code attribute.
22705         (shiftrt): Ditto.
22706         (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
22707         using any_shiftrt code iterator.
22708         (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
22709         *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
22710         (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
22711         pattern from corresponding peephole2 patterns.
22712         (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
22713         using any_shiftrt code iterator.
22714         (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
22715         (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
22716         (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
22717         (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
22718         *{ashr,lshr}<mode>3_cmp_zext.
22719         (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
22721 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
22723         * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
22724         scratch register.
22725         (*lshr<mode>3_cconly): Ditto.
22727 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
22729         * config/i386/i386.md (lshr<mode>3): Macroize expander from
22730         lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
22731         (*lshr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
22732         pattern from *lshr{di,ti}3_1 and corresponding splitters using
22733         DWI mode iterator.
22734         (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
22735         from corresponding peephole2 patterns.
22736         (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
22737         *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
22738         and *lshrdi3_1_rex64 using SWI mode iterator.
22739         (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
22740         (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
22741         (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
22742         *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
22743         and *lshrdi3_cmp_rex64 using SWI mode iterator.
22744         (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
22745         (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
22746         *lshrdi3_one_bit_cconly_rex64. Macroize insn from
22747         *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
22748         SWI mode iterator.
22750 2010-04-10  Uros Bizjak  <ubizjak@gmail.com>
22752         * config/i386/i386.md (ashr<mode>3): Macroize expander from
22753         ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
22754         (*ashr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
22755         pattern from *ashr{di,ti}3_1 and corresponding splitters using
22756         DWI mode iterator.
22757         (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
22758         from corresponding peephole2 patterns.
22759         (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
22760         (ashrsi3_cvt): Rename from ashrsi3_31.
22761         (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
22762         (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
22763         and x86_64_shift_adj_3 using SWI48 mode iterator.
22764         (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
22765         *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
22766         and *ashrdi3_1_rex64 using SWI mode iterator.
22767         (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
22768         (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
22769         (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
22770         *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
22771         and *ashrdi3_cmp_rex64 using SWI mode iterator.
22772         (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
22773         (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
22774         *ashrdi3_one_bit_cconly_rex64. Macroize insn from
22775         *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
22776         SWI mode iterator.
22777         (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
22778         * config/i386/i386.c (ix86_split_ashr): Update for renamed
22779         x86_shift<mode>_adj_3 expanders.
22781 2010-04-10  Wei Guozhi  <carrot@google.com>
22783         PR target/42601
22784         * config/arm/arm.c (arm_pic_static_addr): New function.
22785         (legitimize_pic_address): Call arm_pic_static_addr when it detects
22786         a static symbol.
22787         (arm_output_addr_const_extra): Output expression for new pattern.
22788         * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
22790 2010-04-10  Bernd Schmidt  <bernds@codesourcery.com>
22792         * ira-costs.c (record_reg_classes): Ignore alternatives that are
22793         not enabled.
22795         * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
22796         * web.c: Include "insn-config.h" and "recog.h".
22797         (union_match_dups): New function.
22798         (web_main): Call it.
22799         (union_defs): Don't try to recognize match_dups.
22801         * reload1.c (eliminate_regs_in_insn): Don't restore an operand
22802         if doing so would replace the entire pattern.
22804 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
22806         PR target/43707
22807         PR target/43709
22808         * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
22809         and splitter pattern.  Change splitter operand 1 predicate to
22810         nonmemory_operand.
22812 2010-04-09  Martin Jambor  <mjambor@suse.cz>
22814         * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
22815         lattices are addresses of CONST_DECLs with the same initial value.
22816         (ipcp_print_all_lattices): Print values of CONST_DECLs.
22817         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
22819 2010-04-09  Eric Botcazou  <ebotcazou@adacore.com>
22820             Bernd Schmidt  <bernds@codesourcery.com>
22822         * loop-invariant.c (replace_uses): New static function.
22823         (move_invariant_reg): Use it to ensure we can replace the uses.
22825 2010-04-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
22827         * config/picochip/picochip.c (picochip_rtx_costs): Use correct
22828         function template.
22829         (picochip_override_options): Enable section anchors only above -O1.
22830         (picochip_reorg): Fixed a couple of build warnings.
22832 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22834         * configure.ac (plugin -rdynamic test): Log result.
22835         * configure: Regenerate.
22836         * config/sol2.h (LINK_SPEC): Handle -rdynamic.
22837         (RDYNAMIC_SPEC): Define.
22838         * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
22840 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22842         * configure.ac: Determine Sun ld version numbers.
22843         (comdat_group): Restrict GNU ld version checks to gld.
22844         (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
22845         (enable_comdat): Support --enable-comdat.
22846         * configure: Regenerate.
22847         * doc/install.texi (Configuration): Document --enable-comdat.
22849 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22851         * config/sparc/sol2-gld.h: Remove SPARC reference.  Rename ...
22852         * config/sol2-gld.h: ... here.
22853         * config.gcc (sparc*-*-solaris2*): Reflect this.
22854         (i[34567]86-*-solaris2*): Use it.
22856 2010-04-09  Steve Ellcey  <sje@cup.hp.com>
22858         * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
22859         setup_clocks_p.
22860         (final_emit_insn_group_barriers): Remove unused variable prev_insn.
22862 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22864         PR 42965
22865         * diagnostic.c (diagnostic_initialize): Initialize
22866         some_warnings_are_errors.
22867         (diagnostic_finish): New.
22868         (diagnostic_action_after_output): Call it before exiting.
22869         (diagnostic_report_diagnostic): Do not print message here. Set
22870         some_warnings_are_errors.
22871         * diagnostic.h (diagnostic_context): Delete
22872         issue_warnings_are_errors_message. Add some_warnings_are_errors.
22873         (diagnostic_finish): Declare.
22874         * toplev.c (toplev_main): Call it before exit.
22876 2010-04-09  Jason Merrill  <jason@redhat.com>
22878         PR c++/42623
22879         * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
22880         for incomplete type.
22882         PR c++/41788
22883         * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
22884         based on a warning flag.
22886 2010-04-09  Richard Guenther  <rguenther@suse.de>
22888         * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
22890 2010-04-09  Iain Sandoe  <iains@gcc.gnu.org>
22892         PR bootstrap/43684
22893         * varasm.c (default_assemble_visibility): Wrap vars that are
22894         set, but unused, by targets without GAS.
22895         * config/rs6000/rs6000.c (paired_emit_vector_compare):
22896         Remove set, but unused, vars.
22897         (rs6000_legitimize_tls_address): Likewise.
22898         (altivec_expand_dst_builtin): Likewise.
22899         * config/darwin.c (machopic_classify_symbol): Likewise.
22900         (machopic_indirection_name): Likewise.
22902 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
22904         * config/i386/i386.md (DWI): New mode iterator.
22905         (S): New mode attribute.
22906         (shift_operand): Ditto.
22907         (shift_immediate_operand): Ditto.
22908         (ashl_input_operand): Ditto.
22909         (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
22910         using SDWIM mode iterator.
22911         (*ashl<mode>3_doubleword): New insn_and_split_pattern.  Macroize
22912         pattern from *ashl{di,ti}3_1 and corresponding splitters using
22913         DWI mode iterator.
22914         (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
22915         from corresponding peephole2 patterns.
22916         (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
22917         and x86_64_shift_adj_1 using SWI48 mode iterator.
22918         (x86_shift<mode>_adj_2): Ditto.
22919         (*ashldi3_1_rex64): Split TYPE_LEA pattern.
22920         (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
22921         using SWI48 mode iterator.
22922         (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
22923         *ashldi3_cmp_rex64 using SWI mode iterator.
22924         (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
22925         *ashldi3_cconly_rex64 using SWI mode iterator.
22926         * config/i386/i386.c (ix86_split_ashl): Update for renamed
22927         x86_shift<mode>_adj_{1,2}.
22928         (ix86_split_ashr): Ditto.
22929         (ix86_split_lshr): Ditto.
22931 2010-04-09  Richard Guenther  <rguenther@suse.de>
22933         * target.h (builtin_conversion): Pass in input and output types.
22934         * targhooks.c (default_builtin_vectorized_conversion): Adjust.
22935         * targhooks.h (default_builtin_vectorized_conversion): Likewise.
22936         * tree-vect-stmts.c (vectorizable_conversion): Adjust.
22937         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
22939         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
22940         Handle AVX modes.
22941         * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
22943 2010-04-09  Richard Guenther  <rguenther@suse.de>
22945         PR target/43152
22946         * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
22948 2010-04-09  Richard Guenther  <rguenther@suse.de>
22950         * tree-vectorizer.h (struct _stmt_vec_info): Document
22951         that vectype is the type of the LHS.
22952         (supportable_widening_operation, supportable_narrowing_operation):
22953         Get both input and output vector types as arguments.
22954         (vect_is_simple_use_1): Declare.
22955         (get_same_sized_vectype): Likewise.
22956         * tree-vect-loop.c (vect_determine_vectorization_factor):
22957         Set STMT_VINFO_VECTYPE to the vector type of the def.
22958         (vectorizable_reduction): Adjust.
22959         * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
22960         Adjust.  Specify the output vector type.
22961         (vect_pattern_recog_1): Adjust.
22962         * tree-vect-stmts.c (get_same_sized_vectype): New function.
22963         (vectorizable_call): Adjust.
22964         (vectorizable_conversion): Likewise.
22965         (vectorizable_operation): Likewise.
22966         (vectorizable_type_demotion): Likewise.
22967         (vectorizable_type_promotion): Likewise.
22968         (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
22969         the def.
22970         (vect_is_simple_use_1): New function.
22971         (supportable_widening_operation): Get both input and output
22972         vector types.
22973         (supportable_narrowing_operation): Likewise.
22974         * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
22976 2010-04-09  Kai Tietz  <kai.tietz@onevision.com>
22978         * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
22979         __thiscall and _thiscall as predefined macros.
22980         * config/i386/i386.c (ix86_handle_cconv_attribute): Add
22981         thiscall attribute handling.
22982         (ix86_comp_type_attributes): Likewise.
22983         (ix86_function_regparm): Likewise.
22984         (ix86_return_pops_args): Likewise.
22985         (init_cumulative_args): Likewise.
22986         (find_drap_reg): Likewise.
22987         (ix86_static_chain): Likewise.
22988         (x86_this_parameter): Likewise.
22989         (x86_output_mi_thunk): Likewise.
22990         (ix86_attribute_table): Add description for thiscall attribute.
22991         * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
22992         * doc/extend.texi: Add documentation for thiscall.
22994 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22996         PR c++/28584
22997         * c.opt (Wint-to-pointer-cast): Available in C++.
22998         * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
23000 2010-04-08  Eric Botcazou  <ebotcazou@adacore.com>
23002         * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
23003         * calls.c (expand_call): Pass the function type to aggregate_value_p.
23004         * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
23005         the target function of a CALL_EXPR.  Honor TREE_ADDRESSABLE on the
23006         function type instead.  Reorder and simplify checks.
23008         * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
23010 2010-04-08  Jing Yu  <jingyu@google.com>
23011             Zdenek Dvorak  <ook@ucw.cz>
23013         PR tree-optimization/42720
23014         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
23015         loop unswitch conditions here from ...
23016         (tree_unswitch_single_loop): ... here.
23018 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
23020         * tree-if-conv.c: Fix comments and simplify logic.
23022 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
23024         * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
23025         (tree_if_conversion): Same.  Update call to if_convertible_loop_p.
23026         (main_tree_if_conversion): Update call to tree_if_conversion.
23028 2010-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
23030         PR 42485
23031         * doc/invoke.texi (-b,-V): Delete.
23032         * doc/tm.texi: Do not mention -b.
23033         * gcc.c (display_help): Delete -b and -V.
23034         (process_command): Delete -b and -V.
23035         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
23037 2010-04-08  Christian Borntraeger  <borntraeger@de.ibm.com>
23038             Wolfgang Gellerich  <gellerich@de.ibm.com>
23040         Implement target hook for loop unrolling
23041         * target.h (loop_unroll_adjust): Add a new target hook function.
23042         * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
23043         * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
23044         * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
23045         (s390_loop_unroll_adjust): Implement the new target hook for s390.
23046         * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
23047         target hook.
23048         (decide_unroll_stupid): Likewise.
23050 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23052         PR target/43643
23053         * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
23055 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23057         * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
23058         (Specific, *-*-solaris2*): Likewise.
23059         Don't prefer Sun as over GNU as.
23061 2010-04-08  Wolfgang Gellerich  <gellerich@de.ibm.com>
23063         * config/s390/s390.c (override_options): Adjust the z10 defaults
23064         for max-unroll-times, max-completely-peeled-insns
23065         and max-completely-peel-times.
23067 2010-04-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23069         * config/s390/s390.c (s390_expand_movmem): Issue prefetch
23070         instructions for z10.
23071         (s390_expand_setmem): Likewise.
23072         (s390_expand_cmpmem): Likewise.
23074 2010-04-08  Richard Guenther  <rguenther@suse.de>
23076         PR tree-optimization/43679
23077         * tree-ssa-pre.c (eliminate): Only propagate copies.
23079 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
23081         PR bootstrap/43681
23082         * expr.c (block_move_libcall_safe_for_call_parm): Avoid
23083         set but not used variable warning.
23085 2010-04-08  Wei Guozhi  <carrot@google.com>
23087         PR target/41653
23088         * config/arm/arm.c (thumb1_size_rtx_costs): New function.
23089         (arm_size_rtx_costs): Call the new function when optimized for size.
23091 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
23093         PR debug/43670
23094         * cfgexpand.c (expand_debug_expr): If for non-NULL offset
23095         op0 is not a MEM, just return NULL instead of assertion
23096         failure.
23097         (discover_nonconstant_array_refs): Don't walk debug stmts.
23099 2010-04-08  Doug Kwan  <dougkwan@google.com>
23101         * configure.ac: Recognize gold and do not use its version number
23102         to test ld features.
23103         * configure: Regenerate.
23105 2010-04-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
23107         PR middle-end/40815
23108         * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
23109         (negate_value): Move code to push elements to broken_up_substracts ...
23110         (eliminate_plus_minus_pair): ... here.  Push operands that have no
23111         negative pair to plus_negates.
23112         (repropagate_negates, init_reassoc, fini_reassoc): Update.
23114 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23116         * doc/install.texi (Configuration): Move description of
23117         --enable-lto, --with-libelf*, --enable-gold from Java section to
23118         general section.
23120         * doc/generic.texi (Working with declarations)
23121         (Function Properties, C and C++ Trees): Fix typos.
23122         * doc/sourcebuild.texi (Top Level): Likewise.
23124 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
23126         PR c/18624
23127         * tree.h (DECL_READ_P): Define.
23128         (struct tree_decl_common): Add decl_read_flag.
23129         * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
23130         a set but not used warning.
23131         (merge_decls): Merge DECL_READ_P flag.
23132         (finish_decl, build_compound_literal): Set DECL_READ_P flag.
23133         (finish_function): Issue -Wunused-but-set-parameter diagnostics.
23134         * c-common.c (handle_used_attribute, handle_unused_attribute):
23135         Likewise.
23136         * c-tree.h (default_function_array_read_conversion, mark_exp_read):
23137         New prototypes.
23138         * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
23139         New functions.
23140         (default_conversion, c_process_expr_stmt): Call mark_exp_read.
23141         * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
23142         c_parser_binary_expression, c_parser_cast_expression,
23143         c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
23144         Call default_function_array_read_conversion instead of
23145         default_function_array_conversion where needed.
23146         (c_parser_unary_expression, c_parser_conditional_expression,
23147         c_parser_postfix_expression_after_primary, c_parser_initelt):
23148         Likewise.  Call mark_exp_read where needed.
23149         (c_parser_statement_after_labels, c_parser_asm_operands,
23150         c_parser_typeof_specifier, c_parser_sizeof_expression,
23151         c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
23152         where needed.
23153         * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
23154         New.
23155         * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
23156         (warn_unused_but_set_parameter): Default to warn_unused
23157         && extra_warnings.
23158         * doc/invoke.texi: Document -Wunused-but-set-variable and
23159         -Wunused-but-set-parameter.
23161         * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
23162         used count variable.
23163         * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
23164         when operandN variables aren't used in the body of the expander
23165         or splitter.
23166         * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
23167         FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
23168         * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
23169         * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
23170         FOR_EACH_IMM_USE_ON_STMT): Likewise.
23171         * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
23172         * tree.c (PROCESS_ARG): Likewise.
23174 2010-04-07  Simon Baldwin  <simonb@google.com>
23176         * diagnostic.h (diagnostic_override_option_index): New macro to
23177         set a diagnostic's option_index.
23178         * c-tree.h (c_cpp_error): Add warning reason argument.
23179         * opts.c (_warning_as_error_callback): New.
23180         (register_warning_as_error_callback): Store callback for
23181         warnings enabled via enable_warning_as_error.
23182         (enable_warning_as_error): Call callback, minor code tidy.
23183         * opts.h (register_warning_as_error_callback): Declare.
23184         * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
23185         response to -Werror=.
23186         (c_common_init_options): Register warning_as_error_callback in opts.c.
23187         * common.opt: Add -Wno-cpp option.
23188         * c-common.c (struct reason_option_codes_t): Map cpp warning
23189         reason codes to gcc option indexes.
23190         * (c_option_controlling_cpp_error): New function, lookup the gcc
23191         option index for a cpp warning reason code.
23192         * (c_cpp_error): Add warning reason argument, call
23193         c_option_controlling_cpp_error for diagnostic_override_option_index.
23194         * doc/invoke.texi: Document -Wno-cpp.
23196 2010-04-07  Richard Guenther  <rguenther@suse.de>
23198         * ipa-reference.c (mark_load): Use get_base_address.
23199         (mark_store): Likewise.
23201         * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
23202         inserting GIMPLE_NOPs into the IL.
23203         * tree-ssa-structalias.c (get_constraint_for_component_ref):
23204         Explicitly strip handled components and indirect references.
23206         * fold-const.c (fold_unary_loc): Do not strip qualifiers when
23207         folding address expressions.
23208         * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
23209         * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
23210         operand_equal_p to compare decls.
23211         (ptr_deref_may_alias_decl_p): Likewise.
23212         * tree-ssa-operands.c (get_asm_expr_operands): Simplify
23213         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
23214         Handle reversed comparison ops.
23215         * tree-sra.c (asm_visit_addr): Use get_base_address.
23216         * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
23217         * ipa-reference.c (mark_address): Use get_base_address.
23219 2010-04-07  Richard Guenther  <rguenther@suse.de>
23221         * tree-ssa-forwprop.c (forward_propagate_addr_expr):
23222         Propagate constants everywhere.
23224 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
23226         PR debug/43516
23227         * tree.c (MAX_INT_CACHED_PREC): Define.
23228         (nonstandard_integer_type_cache): New array.
23229         (build_nonstandard_integer_type): Cache results for precision
23230         <= MAX_INT_CACHED_PREC.
23232 2010-04-07  Richard Guenther  <rguenther@suse.de>
23234         * doc/invoke.texi (-fargument-alias, -fargument-noalias,
23235         -fargument-noalias-global, -fargument-noalias-anything): Remove.
23236         * common.opt: Likewise.
23237         * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
23238         * alias.c (base_alias_check): Remove flag_argument_noalias handling.
23239         (nonoverlapping_memrefs_p): Likewise.
23240         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
23241         * opts.c (common_handle_option): Handle OPT_fargument_alias,
23242         OPT_fargument_noalias, OPT_fargument_noalias_anything and
23243         OPT_fargument_noalias_global for backward compatibility.
23245 2010-04-07  Richard Guenther  <rguenther@suse.de>
23247         PR tree-optimization/43270
23248         * tree-vrp.c (check_array_ref): Fix flexible array member detection.
23249         * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
23250         * tree-ssa-pre.c (phi_translate_1): Adjust.
23251         (fully_constant_expression): Split out vn_reference handling to ...
23252         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
23253         Fold reads from constant strings.
23254         (vn_reference_lookup): Handle fully constant references.
23255         (vn_reference_lookup_pieces): Likewise.
23256         * Makefile.in (expmed.o-warn): Add -Wno-error.
23258 2010-04-07  Martin Jambor  <mjambor@suse.cz>
23260         * tree-sra.c (find_param_candidates): Allow scalar va_list types.
23262 2010-04-07  Iain Sandoe  <iains@gcc.gnu.org>
23264         PR driver/41594
23265         * gcc.c: Add -static-libstdc++ to list of recognized options.
23267 2010-04-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23269         * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
23271 2010-04-07  Richard Guenther  <rguenther@suse.de>
23273         PR middle-end/42617
23274         * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
23275         bases build simple mem attributes to retain points-to information.
23277 2010-04-07  Richard Guenther  <rguenther@suse.de>
23279         PR middle-end/42617
23280         * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
23281         preserve points-to related information.
23283 2010-04-07  Richard Guenther  <rguenther@suse.de>
23285         PR middle-end/42617
23286         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
23287         discard plain indirect references.
23288         * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
23289         * tree.c (tree_nop_conversion): Likewise.
23291 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
23293         PR debug/43628
23294         * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
23296 2010-04-06  Kai Tietz  <kai.tietz@onevision.com>
23298         * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
23299         calling convention attributes on METHOD_TYPEs for w64 ABI, too.
23301 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
23303         * tree-if-conv.c: Fix indentation and comments.
23305 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
23307         * tree-if-conv.c: Sort static functions in topological order.
23309 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
23311         * tree-if-conv.c: Fix indentation and comments.
23313 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
23315         PR middle-end/43519
23316         * graphite-clast-to-gimple.c (max_signed_precision_type): Use
23317         lang_hooks.types.type_for_size instead of
23318         build_nonstandard_integer_type.
23319         When converting an unsigned type to signed, double its precision.
23320         (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
23321         (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
23322         (graphite_create_new_loop_guard): When ub + 1 wraps around,
23323         use lb <= ub.
23325 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
23327         PR middle-end/43519
23328         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
23329         POINTER_PLUS_EXPR for pointer types.
23331 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
23333         PR middle-end/43519
23334         * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
23335         * graphite-clast-to-gimple.c: Include langhooks.h.
23336         (max_signed_precision_type): New.
23337         (max_precision_type): Takes two types as arguments.
23338         (precision_for_value): New.
23339         (precision_for_interval): New.
23340         (gcc_type_for_interval): New.
23341         (gcc_type_for_value): New.
23342         (gcc_type_for_clast_term): New.
23343         (gcc_type_for_clast_red): New.
23344         (gcc_type_for_clast_bin): New.
23345         (gcc_type_for_clast_expr): Split up into several functions.
23346         (gcc_type_for_clast_eq): Rewritten.
23347         (compute_bounds_for_level): New.
23348         (compute_type_for_level_1): New.
23349         (compute_type_for_level): New.
23350         (gcc_type_for_cloog_iv): Removed.
23351         (gcc_type_for_iv_of_clast_loop): Rewritten.
23352         (graphite_create_new_loop): Compute the lower and upper bound types
23353         with gcc_type_for_clast_expr.
23354         (graphite_create_new_loop_guard): Same.
23355         (find_cloog_iv_in_expr): Removed.
23356         (compute_cloog_iv_types_1): Removed.
23357         (compute_cloog_iv_types): Removed.
23358         (gloog): Do not call compute_cloog_iv_types.
23359         * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
23360         GBB_CLOOG_IV_TYPES.
23361         (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
23362         * sese.h (struct gimple_bb): Removed field cloog_iv_types.
23363         (GBB_CLOOG_IV_TYPES): Removed.
23365 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
23367         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
23368         gimple_phi_num_args of the loop close SSA phi node is equal to 1.
23369         (detect_commutative_reduction): Same.
23371 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
23373         * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
23374         call to verify_ssa.  Invoke verify_loop_closed_ssa with an extra
23375         argument.
23376         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
23377         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
23378         (rewrite_commutative_reductions_out_of_ssa): Same.
23379         * passes.c (execute_function_todo): Call verify_ssa for every pass
23380         in the LNO.  Invoke verify_loop_closed_ssa with an extra argument.
23381         * tree-flow.h (verify_loop_closed_ssa): Update declaration.
23382         * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
23383         with an extra argument.
23384         * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same.  Call
23385         verify_ssa only when the extra argument is true.
23386         (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
23387         with an extra argument.
23388         (tree_transform_and_unroll_loop): Same.
23390 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
23392         * passes.c (execute_function_todo): Call verify_loop_closed_ssa
23393         for all the passes of the LNO having LOOP_CLOSED_SSA.
23394         * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
23395         * tree-loop-distribution.c (pass_loop_distribution): Same.
23396         * tree-pass.h (TODO_verify_loops): Removed.
23397         * tree-ssa-loop.c (pass_tree_loop_init): Same.
23398         (pass_lim): Same.
23399         (pass_tree_unswitch): Same.
23400         (pass_predcom): Same.
23401         (pass_vectorize): Same.
23402         (pass_linear_transform): Same.
23403         (pass_graphite_transforms): Same.
23404         (pass_iv_canon): Same.
23405         (pass_complete_unroll): Same.
23406         (pass_complete_unrolli): Same.
23407         (pass_parallelize_loops): Same.
23408         (pass_loop_prefetch): Same.
23409         (pass_iv_optimize): Same.
23411 2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
23413         PR middle-end/32824
23414         * passes.c (init_optimization_passes): Move pass_lim before
23415         pass_copy_prop and pass_dce_loop.
23417 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
23419         PR target/43667
23420         * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
23421         instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
23422         (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
23423         MULTI_* defines for 4 argument vpermil2p* builtins.
23425 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
23427         * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
23428         * config/i386/i386.c (x86_maybe_negate_const_int): New.
23429         (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
23430         * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
23431         *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
23432         *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
23433         *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
23434         Use x86_maybe_negate_const_int to output insn mnemonic.
23435         (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto.  Remove overflow
23436         check from instruction predicate.  Update comments.
23437         * config/i386/sync.md (sync_add<mode>): Use
23438         x86_maybe_negate_const_int to output insn mnemonic.
23440 2010-04-06  Jan Hubicka  <jh@suse.cz>
23442         PR tree-optimization/42906
23443         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
23444         IGNORE_SELF argument.  Set visited_control_parents for fully
23445         processed BBs.
23446         (find_obviously_necessary_stmts): Update call of
23447         mark_control_dependent_edges_necessary.
23448         (propagate_necessity): Likewise.  Handle PHI edges more curefully.
23450 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
23452         * config/i386/i386.md: Remove comment about 'e' and 'E'
23453         operand modifier.
23455 2010-04-06  Richard Guenther  <rguenther@suse.de>
23457         PR tree-optimization/43627
23458         * tree-vrp.c (extract_range_from_unary_expr): Widenings
23459         of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
23460         not varying.
23462 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
23464         * BASE-VER: Change to 4.6.0.
23466         PR target/43638
23467         * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
23468         handling.
23470 2010-04-06  Richard Guenther  <rguenther@suse.de>
23472         PR middle-end/43661
23473         * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
23475 2010-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23477         * doc/invoke.texi (Optimize Options): Document that LTO
23478         won't remove object access purely due to incompatible
23479         declarations.
23481 2010-04-04  Matthias Klose  <doko@ubuntu.com>
23483         * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
23484         Initialize variable.
23486 2010-04-03  Richard Guenther  <rguenther@suse.de>
23488         PR middle-end/42509
23489         * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
23490         require a non-NULL MEM_OFFSET.
23492 2010-04-02  Steven Bosscher  <steven@gcc.gnu.org>
23494         * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
23495         basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
23496         collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
23497         config/alpha/predicates.md, config/arm/arm.md,
23498         config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
23499         config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
23500         config/darwin9.h, config/darwin.c, config/darwin.h,
23501         config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
23502         config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
23503         config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
23504         config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
23505         config/mips/mips.md, config/mn10300/mn10300.c,
23506         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
23507         config/rs6000/aix.h, config/rs6000/dfp.md,
23508         config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
23509         config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
23510         config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
23511         config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
23512         config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
23513         config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
23514         c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
23515         diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
23516         doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
23517         doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
23518         fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
23519         gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
23520         graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
23521         graphite-dependences.c, graphite-poly.c, graphite-poly.h,
23522         graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
23523         graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
23524         intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
23525         ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
23526         ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
23527         loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
23528         objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
23529         opt-functions.awk, opth-gen.awk, params.def, passes.c,
23530         postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
23531         rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
23532         store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
23533         tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
23534         tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
23535         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
23536         tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
23537         tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
23538         tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
23539         tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
23540         tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
23541         tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
23542         tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
23543         unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
23545 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23547         PR other/43620
23548         * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
23549         * aclocal.m4: Regenerate.
23551 2010-04-02  Richard Guenther  <rguenther@suse.de>
23553         PR tree-optimization/43629
23554         * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
23555         if we have seen a constant value.
23557 2010-04-02  Joseph Myers  <joseph@codesourcery.com>
23559         * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
23561 2010-04-02  Richard Earnshaw  <rearnsha@arm.com>
23563         PR target/43469
23564         * arm.c (legitimize_tls_address): Adjust call to
23565         gen_tls_load_dot_plus_four.
23566         (arm_note_pic_base): New function.
23567         (arm_cannot_copy_insn_p): Use it.
23568         * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
23569         constraint.
23571 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23573         PR bootstrap/43531
23575         Revert:
23576         2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23578         * Makefile.in ($(out_object_file)): Depend on
23579         gt-$(basename $(notdir $(out_file))).h.
23581 2010-04-01  Ralf Corsépius  <ralf.corsepius@rtems.org>
23583         * config.gcc (lm32-*-rtems*): Add t-lm32.
23585 2010-04-01  Joel Sherrill  <joel.sherrill@oarcorp.com>
23587         * config.gcc: Add lm32-*-rtems*.
23588         * config/lm32/rtems.h: New file.
23590 2010-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
23592         PR target/42609
23593         * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
23595 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
23597         * dwarf2out.c (output_compilation_unit_header): For
23598         -gdwarf-4 use version 4 instead of version 3.
23599         (output_line_info): For version 4 and above emit additional
23600         maximum ops per insn header field.
23601         (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
23603         * dwarf2out.c (is_c_family, is_java): Remove.
23604         (lower_bound_default): New function.
23605         (add_bound_info, gen_descr_array_type_die): Use it.
23607 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
23609         PR debug/43325
23610         * dwarf2out.c (gen_variable_die): Allow debug info for variable
23611         re-declaration when it happens in a function.
23613 2010-04-01  Aldy Hernandez  <aldyh@redhat.com>
23615         * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
23616         (cgraph_remove_function_insertion_hook): Same.
23617         (cgraph_call_function_insertion_hooks): Same.
23619 2010-04-01  Richard Guenther  <rguenther@suse.de>
23621         PR middle-end/43614
23622         * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
23623         and TREE_THIS_VOLATILE.
23624         (copy_ref_info): Likewise.
23625         * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
23626         * tree.c (build6_stat): Ignore side-effects of all but arg5
23627         for TARGET_MEM_REF.  Set TREE_THIS_VOLATILE from arg5 of
23628         TARGET_MEM_REF.
23630 2010-04-01  Richard Guenther  <rguenther@suse.de>
23632         PR tree-optimization/43607
23633         * ipa-type-escape.c (check_call): Do not access non-existing
23634         arguments.
23636 2010-04-01  Richard Guenther  <rguenther@suse.de>
23638         PR middle-end/43602
23639         Revert
23640         2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
23641                     Jack Howarth  <howarth@bromo.med.uc.edu>
23643         * tree-profile.c (tree_init_ic_make_global_vars): Make static
23644         variables TLS.
23646 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23648         * doc/install.texi (Prerequisites): Document libelf usability on
23649         IRIX 5/6 and Solaris 2.
23650         (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
23651         Update GNU as, GNU ld requirements.
23652         (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
23653         Document Sun Studio compiler download.
23654         Update and simplify as, ld recommendations.
23655         (Specific, *-*-solaris2.7): Note obsoletion, removal.
23657 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23659         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
23660         with_tune_32 to pentium4.
23662 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
23664         * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
23666 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23668         * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
23669         obsoletion, removal.
23670         Update IDO URL.
23671         Document GNU as requirement.
23672         Update configure requirements.
23673         (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
23674         Recomment IRIX 6.5.18+.
23675         Document IDF/IDL requirement.
23676         Document GNU as requirement.
23677         Document GNU ld bootstrap failure.
23678         Remove freeware.sgi.com reference.
23680 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23682         * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
23683         UNIX V4.0, V5.0 obsoletion, removal.
23684         Remove --with-gc=simple reference.
23685         Update VM requirements during bootstrap.
23686         Remove -oldas bootstrap description.
23687         Update binutils reference.
23688         Remove comparison failure note.
23690 2010-03-31  Richard Guenther  <rguenther@suse.de>
23691             Zdenek Dvorak  <ook@ucw.cz>
23692             Sebastian Pop  <sebastian.pop@amd.com>
23694         PR middle-end/43464
23695         * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
23696         with multiple arguments.
23697         (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
23699 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
23701         * graphite-dependences.c (print_pddr): Call print_pdr with an
23702         extra argument.
23703         * graphite-poly.c (debug_pdr): Add an extra argument for the
23704         verbosity level.
23705         (print_pdr): Same.
23706         (print_pbb_domain): Same.
23707         (print_pbb): Same.
23708         (print_scop_context): Same.
23709         (print_scop): Same.
23710         (print_cloog): Same.
23711         (debug_pbb_domain): Same.
23712         (debug_pbb): Same.
23713         (print_pdrs): Same.
23714         (debug_pdrs): Same.
23715         (debug_scop_context): Same.
23716         (debug_scop): Same.
23717         (debug_cloog): Same.
23718         (print_scop_params): Same.
23719         (debug_scop_params): Same.
23720         (print_iteration_domain): Same.
23721         (print_iteration_domains): Same.
23722         (debug_iteration_domain): Same.
23723         (debug_iteration_domains): Same.
23724         (print_scattering_function): Same.
23725         (print_scattering_functions): Same.
23726         (debug_scattering_function): Same.
23727         (debug_scattering_functions): Same.
23728         * graphite-poly.h (debug_pdr): Update declaration.
23729         (print_pdr): Same.
23730         (print_pbb_domain): Same.
23731         (print_pbb): Same.
23732         (print_scop_context): Same.
23733         (print_scop): Same.
23734         (print_cloog): Same.
23735         (debug_pbb_domain): Same.
23736         (debug_pbb): Same.
23737         (print_pdrs): Same.
23738         (debug_pdrs): Same.
23739         (debug_scop_context): Same.
23740         (debug_scop): Same.
23741         (debug_cloog): Same.
23742         (print_scop_params): Same.
23743         (debug_scop_params): Same.
23744         (print_iteration_domain): Same.
23745         (print_iteration_domains): Same.
23746         (debug_iteration_domain): Same.
23747         (debug_iteration_domains): Same.
23748         (print_scattering_function): Same.
23749         (print_scattering_functions): Same.
23750         (debug_scattering_function): Same.
23751         (debug_scattering_functions): Same.
23753 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
23755         * graphite-poly.c (print_scattering_function_1): New.
23756         (print_scattering_function): Call it.
23757         (print_scop_params): Remove spaces at the end of lines.
23758         (print_cloog): New.
23759         (debug_cloog): New.
23760         * graphite-poly.h (print_cloog): Declared.
23761         (debug_cloog): Declared.
23763 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
23765         * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
23766         in loop->header.
23767         * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
23768         * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
23769         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
23770         to switch between adding the IV bump in loop->latch or in loop->header.
23772 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
23774         * graphite-poly.c (print_scattering_function): Pretty print following
23775         the scoplib format.
23776         (print_pdr): Same.
23777         (print_pbb_domain): Same.
23778         (dump_gbb_cases): Same.
23779         (dump_gbb_conditions): Same.
23780         (print_pdrs): Same.
23781         (print_pbb): Same.
23782         (print_scop_params): Same.
23783         (print_scop_context): Same.
23784         (print_scop): Same.
23785         (print_pbb_body): New.
23786         (lst_indent_to): New.
23787         (print_lst): Start new lines with a #.
23788         * graphite-poly.h (pbb_bb): New.
23789         (pbb_index): Use pbb_bb.
23790         * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
23791         disjuncts.
23792         * tree-data-ref.c (dump_data_reference): Start new lines with a #.
23794 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
23796         * dwarf2out.c (size_of_die): For -gdwarf-4 use
23797         uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
23798         and 0 instead of 1 for dw_val_class_flag.
23799         (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
23800         dw_val_class_range_list, dw_val_class_loc_list,
23801         dw_val_class_lineptr and dw_val_class_macptr, use
23802         DW_FORM_flag_present for dw_val_class_flag and
23803         DW_FORM_exprloc for dw_val_class_loc.
23804         (output_die): For -gdwarf-4 print dw_val_class_loc
23805         size as uleb128 instead of 1 or 2 bytes and don't print
23806         anything for dw_val_class_flag.
23808         * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
23809         instead of cselib_lookup following by tweaking locs->setting_insn.
23811         PR bootstrap/43596
23812         * cselib.c (cselib_process_insn): Clear cselib_current_insn
23813         even before returning from label, setjmp call or volatile asm
23814         handling.
23816 2010-03-31  Richard Guenther  <rguenther@suse.de>
23818         PR middle-end/43600
23819         * cgraphunit.c (cgraph_output_in_order): Do not allocate
23820         temporary data on stack.
23822 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23824         * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
23825         (PUSHSECTION_ASM_OP): Remove.
23826         (POPSECTION_ASM_OP): Remove.
23827         (PUSHSECTION_FORMAT): Remove.
23828         * config/sol2.h (PUSHSECTION_FORMAT): Define.
23829         * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
23830         * config/sol2.c (solaris_output_init_fini): Use it.
23832 2010-03-31  Jie Zhang  <jie@codesourcery.com>
23834         PR 43574
23835         * opt-functions.awk (var_type_struct): Use signed char type
23836         for simple variables.
23838 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23840         * config/sol2.c: Include output.h.
23841         (solaris_assemble_visibility): New function.
23842         * config/t-sol2 (sol2.o): Add output.h dependency.
23843         * config/sol2-protos.h (solaris_assemble_visibility): Declare.
23844         * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
23845         Redefine.
23847 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
23849         PR target/43580
23850         * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
23851         V2SImode or XFmode on PRE_DEC.
23853         PR debug/43557
23854         * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
23855         BLKmode.
23857 2010-03-31  Jie Zhang  <jie@codesourcery.com>
23859         PR 43562
23860         * reload.h (caller_save_initialized_p): Declare.
23861         * toplev.c (backend_init_target): Don't call
23862         init_caller_save but set caller_save_initialized_p to false.
23863         * caller-save.c (caller_save_initialized_p): Define.
23864         (init_caller_save): Check caller_save_initialized_p.
23865         * ira.c (ira): Call init_caller_save if flag_caller_saves.
23867 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23869         PR target/39048
23870         * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
23871         and soft-fp/t-softfp to tmake_file.
23872         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
23873         (LIBGCC2_TF_CEXT): Define.
23874         (TF_SIZE): Define.
23876 2010-03-30  Alexandre Oliva  <aoliva@redhat.com>
23878         PR debug/42977
23879         * cselib.c (n_useless_values): Document handling of debug locs.
23880         (n_useless_debug_values, n_debug_values): New variables.
23881         (new_elt_loc_list): Don't add to debug values, keep count.
23882         (promote_debug_loc): New.
23883         (cselib_reset_table): Zero new variables.
23884         (entry_and_rtx_equal_p): Promote debug locs.
23885         (discard_useless_locs): Increment n_useless_debug_values for
23886         debug values.
23887         (remove_useless_values): Adjust n_useless_values and n_debug_values
23888         with n_useless_debug_values.
23889         (add_mem_for_addr): Promote debug locs.
23890         (cselib_lookup_mem): Likewise.
23891         (cselib_lookup_addr): Renamed to...
23892         (cselib_lookup_addr_1): ... this.  Promote debug locs.  Don't call...
23893         (cselib_log_lookup): ... this.  Turn into...
23894         (cselib_lookup_addr): ... new wrapper.
23895         (cselib_lookup_from_insn): New.
23896         (cselib_invalidate_regno): Increment n_useless_debug_values for
23897         debug values.
23898         (cselib_invalidate_mem): Likewise.
23899         (cselib_process_insn): Take n_deleted and n_debug_values into
23900         account to guard remove_useless_value call.
23901         (cselib_finish): Zero n_useless_debug_values.
23902         * cselib.h (cselib_lookup_from_insn): Declare.
23903         * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
23904         (sched_analyze_2): Likewise.
23906 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
23908         * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
23909         functions.
23910         (adjust_mems): Replace narrowing SUBREG of expression containing
23911         just PLUS, MINUS, MULT and ASHIFT of registers and constants
23912         with operations in the narrower mode.
23914         PR debug/43593
23915         * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
23916         regs_invalidated_by_call instead all call_used_reg_set registers.
23918 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
23920         PR middle-end/43430
23921         * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
23922         pointer comparisons with types_compatible_p.
23923         * tree-vect-stmts.c (vectorizable_call): Same.
23924         (vectorizable_condition): Same.
23926 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23928         * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
23929         stack check if the mask would be zero.
23931 2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
23932             Jack Howarth  <howarth@bromo.med.uc.edu>
23934         * tree-profile.c (tree_init_ic_make_global_vars): Make static
23935         variables TLS.
23937 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
23939         PR other/25232
23940         * libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
23941         and __unordtf2.
23942         * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
23943         Include ___unordxf2 and ___unordtf2.
23944         * config/i386/libgcc-glibc.ver: Do not define inheritance from
23945         GCC_4.4.0 here.
23947 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
23949         * config/lm32/t-lm32: New file.
23950         * config.gcc: Use the above file when targetting lm32.
23952 2010-03-28  Duncan Sands  <baldrick@free.fr>
23954         * Makefile.in (PLUGIN_HEADERS): Add except.h.
23956 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
23958         PR middle-end/43431
23959         * tree-vect-loop.c (vect_estimate_min_profitable_iters):
23960         Improve vectorization cost model diagnostic.
23962 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
23964         PR middle-end/43436
23965         * tree-vect-data-refs.c (vect_analyze_data_refs): When
23966         compute_data_dependences_for_loop returns false, early exit
23967         and output an extra diagnostic for the failed data reference
23968         analysis.
23970 2010-03-29  Richard Guenther  <rguenther@suse.de>
23972         PR tree-optimization/43560
23973         * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
23974         (can_sm_ref_p): Treat stores to readonly locations as trapping.
23976 2010-03-29  Jie Zhang  <jie@codesourcery.com>
23978         PR 43564
23979         * toplev.c (process_options): Set optimization_default_node
23980         and optimization_current_node.
23981         * opts.c (decode_options): Don't set optimization_default_node
23982         and optimization_current_node.
23984 2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
23986         * config/rtems.h: Abandon -qrtems_debug.
23988 2010-03-28  Jan Hubicka  <jh@suse.cz>
23990         PR tree-optimization/43505
23991         * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
23992         map should not be copied.
23994 2010-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
23996         PR middle-end/41674
23997         * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
23998         cdtors, set DECL_PRESERVE_P.
23999         * ipa.c (cgraph_externally_visible_p): Return true if declaration
24000         should be preseved.
24002 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
24004         PR tree-optimization/43528
24005         * stor-layout.c (place_field): Check that constant fits into
24006         unsigned HWI when skipping calculation of MS bitfield layout.
24008 2010-03-27  Jan Hubicka  <jh@suse.cz>
24010         PR middle-end/43391
24011         * varasm.c (make_decl_rtl): Deal with COMMON flag to make
24012         notice_global_symbol work.
24014 2010-03-27  Jakub Jelinek  <jakub@redhat.com>
24016         * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
24017         instead of dwarf2out_decl.
24018         (struct var_loc_node): Remove section_label field.
24019         (dwarf2out_function_decl): New function.
24020         (dwarf2out_var_location): Don't set section_label field.
24021         (dwarf2out_begin_function): Don't empty decl_loc_table here.
24023 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
24025         PR tree-optimization/43544
24026         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
24027         First argument for builtin vectorized function hook is now a
24028         tree to be able to distinguish between machine specific and
24029         standard builtins.
24030         * targhooks.c (default_builtin_vectorized_function): Ditto.
24031         * targhooks.h (default_builtin_vectorized_function): Ditto.
24032         * target.h (struct gcc_target): Ditto.
24033         * tree-vect-stmts.c (vectorizable_function): Ditto.
24034         * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
24035         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
24036         Ditto.
24038 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
24040         PR c/43381
24041         * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
24042         nested binding iff it is a FUNCTION_DECL.
24043         (store_parm_decls_newstyle): Pass nested=true to bind for
24044         FUNCTION_DECLs amongst parameters.
24046 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
24048         * var-tracking.c (vt_expand_loc_callback): Don't run
24049         cselib_expand_value_rtx_cb in dummy mode if
24050         cselib_dummy_expand_value_rtx_cb returned false.
24052         * var-tracking.c (emit_note_insn_var_location): For one part
24053         notes with offset 0, don't add EXPR_LIST around the location.
24054         * dwarf2out.c (loc_descriptor, dw_loc_list_1,
24055         add_location_or_const_value_attribute): Adjust for that change.
24057         PR debug/43540
24058         * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
24059         into first operand and location into second.
24060         (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
24061         dw_cfi_oprnd_loc for DW_CFA_expression.
24062         (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
24063         (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
24064         assume first argument is regnum and second argument is location.
24066 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
24068         PR target/42113
24069         * config/alpha/alpha.md (*cmp_sadd_si): Change mode
24070         of scratch register to DImode.  Split to DImode comparison operator.
24071         Use SImode subreg of scratch register in the multiplication.
24072         (*cmp_sadd_sidi): Ditto.
24073         (*cmp_ssub_si): Ditto.
24074         (*cmp_ssub_sidi): Ditto.
24076 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
24078         PR target/43524
24079         * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
24080         Remove invalid assert and wrong comment.
24082 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
24084         PR debug/43516
24085         * flags.h (final_insns_dump_p): New extern.
24086         * final.c (final_insns_dump_p): New variable.
24087         (rest_of_clean_state): Set it before -fdump-final-insns=
24088         dumping, clear afterwards.
24089         * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
24090         MEM_ALIAS_SET on MEMs.
24092 2010-03-26  David S. Miller  <davem@davemloft.net>
24094         * configure.ac: Fix sparc GOTDATA_OP bug check.
24095         * configure: Rebuild.
24097 2010-03-26  Alan Modra  <amodra@gmail.com>
24099         * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
24101 2010-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24103         * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
24104         TLS_SECTION_ASM_FLAG.
24106 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
24108         PR bootstrap/43511
24109         * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
24110         Clear first_function_block_is_cold.
24112         PR c/43385
24113         * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
24114         argument if the argument is truth_value_p.
24116 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
24118         * config/rs6000/constraints.md: Update copyright year for my changes.
24120         PR target/43484
24121         * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
24122         used in reg+reg addressing, swap registers.
24124 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
24126         PR debug/43293
24127         * target.h (struct gcc_target): Add code_end hook.
24128         * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
24129         if not yet defined.
24130         (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
24131         * toplev.c (compile_file): Call targetm.asm_out.code_end
24132         hook before unwind info/debug info output.
24133         * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
24134         * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
24135         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
24136         * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
24137         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
24138         * config/i386/i386.c (ix86_file_end): Renamed to...
24139         (ix86_code_end): ... this.  Make static.  Don't call
24140         file_end_indicate_exec_stack.  Emit unwind info using
24141         final_start_function/final_end_function.
24142         (darwin_x86_file_end): Remove.
24143         (TARGET_ASM_CODE_END): Define.
24144         * config/i386/i386.h (TARGET_ASM_FILE_END,
24145         NEED_INDICATE_EXEC_STACK): Don't define.
24146         * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
24147         (TARGET_ASM_FILE_END): Define to darwin_file_end.
24148         * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
24149         * doc/tm.texi (TARGET_ASM_CODE_END): Document.
24151         PR target/43498
24152         * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
24153         at the beginning and final_end_function at the end.
24154         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
24156 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24158         * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
24159         and Sun as TLS syntax.
24160         (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
24161         * configure: Regenerate.
24162         * config.in: Regenerate.
24163         * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
24164         (default_elf_asm_named_section): Use it.
24165         * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
24166         (i386_output_dwarf_dtprel): Likewise.
24167         (output_addr_const_extra): Likewise.
24168         (output_pic_addr_const): Lowercase @GOTTPOFF.
24169         (output_addr_const_extra): Likewise.
24170         (output_pic_addr_const): Lowercase @GOTNTPOFF.
24171         (output_addr_const_extra): Likewise.
24172         (output_pic_addr_const): Lowercase @INDNTPOFF.
24173         (output_addr_const_extra): Likewise.
24174         (output_pic_addr_const): Lowercase @NTPOFF.
24175         (output_addr_const_extra): Likewise.
24176         (output_pic_addr_const): Lowercase @TPOFF.
24177         (output_addr_const_extra): Likewise.
24178         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
24179         (*tls_global_dynamic_64): Likewise.
24180         (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
24181         (*tls_local_dynamic_base_64): Lowercase @TLSLD.
24183         * defaults.h (TLS_COMMON_ASM_OP): Provide default.
24184         (ASM_OUTPUT_TLS_COMMON): Use it.
24185         * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
24187         PR target/38118
24188         * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
24189         * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
24190         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
24191         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
24192         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
24193         (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
24195 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24197         * config/i386/i386.c (override_options): Don't accept
24198         -mtls-dialect=sun any longer.
24199         * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
24200         * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
24201         (*tls_local_dynamic_base_32_sun): Likewise.
24202         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
24204 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
24206         PR debug/43508
24207         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
24208         VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
24210         PR debug/43479
24211         * ira.c (adjust_cleared_regs): New function.
24212         (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
24214         PR debug/19192
24215         PR debug/43479
24216         * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
24217         from gimple_block.
24218         * expr.c (expand_expr_real): Restore previous
24219         curr_insn_source_location and curr_insn_block after
24220         expand_expr_real_1 call.
24221         (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
24222         instead of expand_expr_real_1.
24224 2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>
24226         PR rtl-optimization/43413
24227         * ira-color.c (setup_allocno_available_regs_num): Count prohibited
24228         hard regs too.
24230 2010-03-22  James E. Wilson  <wilson@codesourcery.com>
24232         PR target/43348
24233         * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
24234         call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
24236 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
24238         * config/i386/i386.c (ix86_target_string): Add -mfma.
24239         Fix a typo in comment.
24241 2010-03-22  Mike Stump  <mikestump@comcast.net>
24243         PR target/23071
24244         * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
24245         Don't overly align based upon packed packed fields.
24247 2010-03-22  Jason Merrill  <jason@redhat.com>
24249         * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
24250         Use () rather than [], and move before the element type.
24252 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24254         * doc/configfiles.texi (Configuration Files): Removed
24255         fixinc/Makefile*, intl/Makefile.*.
24256         * doc/makefile.texi: Fixed markup. Abstract from version
24257         control system used.
24258         (Makefile): Removed obsolete java/parse.y example.
24259         * doc/sourcebuild.texi: Likewise.
24260         (Top Level): Added config, gnattools, libdecnumber, libgcc,
24261         libgomp, libssp.  Removed fastjar.
24262         (Miscellaneous Docs): Clarify location.
24263         Added COPYING3, COPYING3.LIB.
24264         (Front End Directory): Moved Make-lang.in entry to new subsubsection.
24266 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24268         PR target/38085
24269         * config/i386/i386.c (x86_function_profiler)
24270         [!NO_PROFILE_COUNTERS]: Fix typo.
24271         * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
24272         instead of callq.
24274 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
24275             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24277         * doc/sourcebuild.texi (Test Directives): Split into six
24278         subsections, with most of the current text in new subsections
24279         Directives, Selectors, and Final Actions.
24280         (Directives): Split list of test directives into multiple
24281         subsubsections.
24282         (Selectors): Describe use and syntax of selectors.
24283         (Effective-Target Keywords): Describe all existing keywords.
24284         (Add Options): Describe features for dg-add-options.
24285         (Require Support): Describe variants of dg-require-support.
24286         (Final Actions): Describe commands to use in dg-final.
24288 2010-03-22  Michael Matz  <matz@suse.de>
24290         PR middle-end/43475
24291         * recog.c (validate_replace_rtx_group): Replace also in
24292         REG_EQUAL and REG_EQUIV notes.
24294 2010-03-22  Richard Guenther  <rguenther@suse.de>
24296         PR tree-optimization/43390
24297         * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
24298         sure vector extracts are type correct.
24300 2010-03-22  Richard Guenther  <rguenther@suse.de>
24302         PR middle-end/40106
24303         * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
24304         x * sqrt (x) even when optimizing for size if the target
24305         has native support for sqrt.
24307 2010-03-22  Jakub Jelinek  <jakub@redhat.com>
24309         * varasm.c (make_decl_rtl_for_debug): Also clear
24310         flag_mudflap for the duration of make_decl_rtl call.
24312         PR debug/43443
24313         * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
24314         locs from preserved VALUEs.
24316 2010-03-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
24318         PR middle-end/42718
24319         * pa.md (movmemsi): Set align to one if zero.
24320         (movmemdi): Likewise.
24322 2010-03-21  Richard Earnshaw  <rearnsha@arm.com>
24324         PR target/42321
24325         * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
24326         with their corresponding prologue pushes.
24328 2010-03-20  Andrew Pinski  <pinskia@gmail.com>
24330         PR target/43156
24331         * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
24332         at the begining or end.
24333         (spu_expand_epilogue): Likewise.
24335 2010-03-20  Richard Guenther  <rguenther@suse.de>
24337         PR rtl-optimization/43438
24338         * combine.c (make_extraction): Properly zero-/sign-extend an
24339         extraction of the low part of a CONST_INT.  Also handle
24340         CONST_DOUBLE.
24342 2010-03-19  Mike Stump  <mikestump@comcast.net>
24344         * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
24345         * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
24346         (override_options): Use SUBTARGET32_DEFAULT_CPU.
24348 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
24350         PR c/43211
24351         * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
24352         an error.
24354 2010-03-19  Bernd Schmidt  <bernds@codesourcery.com>
24356         PR rtl-optimization/42258
24357         * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
24358         use that may match DEF.
24360         PR target/40697
24361         * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
24362         the cost of loading the constant rather than assuming
24363         COSTS_N_INSNS (1).
24364         * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
24365         outer code is AND, do the same tests as the andsi3 expander and
24366         return COSTS_N_INSNS (1) if and is cheap.
24368         * optabs.c (avoid_expensive_constant): Fix formatting.
24370 2010-03-19  Michael Matz  <matz@suse.de>
24372         PR c++/43116
24373         * attribs.c (decl_attributes): When rebuilding a function pointer
24374         type use the same qualifiers as the original pointer type.
24376 2010-03-19  Martin Jambor  <mjambor@suse.cz>
24378         * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
24379         and is_gimple_ip_invariant_address.
24381 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
24383         Revert
24384         2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
24386         * config/arm/arm.c (arm_override_options): Turn off
24387         flag_dwarf2_cfi_asm for AAPCS variants.
24389 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
24391         PR target/43399
24392         * config/arm/arm.c (emit_multi_reg_push): Update comments.
24393         Use PRE_MODIFY instead of PRE_DEC.
24394         (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
24395         (vfp_emit_fstmd): Likewise.
24397 2010-03-19  Michael Matz  <matz@suse.de>
24399         PR target/43305
24400         * builtins.c (expand_builtin_interclass_mathfn,
24401         expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
24402         if that fails.
24404 2010-03-19  Richard Guenther  <rguenther@suse.de>
24406         PR tree-optimization/43415
24407         * tree-ssa-pre.c (phi_translate): Split out worker to ...
24408         (phi_translate_1): ... this.
24409         (phi_translate): Move all caching here.  Cache all NARY
24410         and REFERENCE translations.
24412 2010-03-19  David S. Miller  <davem@davemloft.net>
24414         With help from Eric Botcazou.
24415         * config/sparc/sparc.c: Include dwarf2out.h.
24416         (emit_pic_helper): Delete.
24417         (pic_helper_symbol_name): Delete.
24418         (pic_helper_emitted_p): Delete.
24419         (pic_helper_needed): New.
24420         (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
24421         (get_pc_thunk_name): New.
24422         (load_pic_register): Remove 'delay_pic_helper' arg.  Use
24423         get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
24424         Set pic_helper_needed to true.  Don't call emit_pic_helper.
24425         (sparc_expand_prologue): Update load_pic_register call.
24426         (sparc_output_mi_thunk): Likewise.
24427         (sparc_file_end): Emit a hidden comdat symbol for the PIC
24428         thunk if possible.  Output CFI information as needed.
24430 2010-03-18  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
24431             Jack Howarth  <howarth@bromo.med.uc.edu>
24433         PR target/36399
24434         * config/i386/i386.h: Fix ABI on darwin x86-32.
24436 2010-03-18  Aldy Hernandez  <aldyh@redhat.com>
24438         * tree.h: Declare make_decl_rtl_for_debug.
24439         * varasm.c (make_decl_rtl_for_debug): New.
24440         * dwarf2out.c (rtl_for_decl_location): Call it.
24441         * cfgexpand.c (expand_debug_expr): Call it.
24443 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
24445         PR bootstrap/43399
24446         * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
24447         mem_mode.
24449         PR bootstrap/43403
24450         * var-tracking.c (vt_init_cfa_base): Do nothing if
24451         cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
24453 2010-03-18  Alexandre Oliva  <aoliva@redhat.com>
24455         PR debug/42873
24456         * var-tracking.c (canonicalize_vars_star): New.
24457         (dataflow_post_merge_adjust): Use it.
24459 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
24461         PR debug/43058
24462         * var-tracking.c (non_suitable_const): New function.
24463         (add_uses): For DEBUG_INSNs with constants, don't record any
24464         value, instead just the constant value itself.
24465         (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
24466         is not VAR_LOC_UNKNOWN_P, set var to the constant.
24467         (emit_notes_in_bb): Likewise.
24468         (emit_note_insn_var_location): For onepart variables if
24469         cur_loc is a VOIDmode constant, use DECL_MODE.
24471 2010-03-18  Martin Jambor  <mjambor@suse.cz>
24473         PR middle-end/42450
24474         * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
24475         * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
24476         all non-clones.  Moved call redirection...
24477         (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
24478         (cgraph_materialize_all_clones): Dispose of all
24479         combined_args_to_skip bitmaps.
24480         (verify_cgraph_node): Do not check for edges pointing to wrong
24481         nodes in inline clones.
24482         * tree-inline.c (copy_bb): Call
24483         cgraph_redirect_edge_call_stmt_to_callee.
24484         * ipa.c (cgraph_remove_unreachable_nodes): Call
24485         cgraph_node_remove_callees even when there are used clones.
24487 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
24489         * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
24491 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
24493         PR target/43383
24494         * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
24495         for 32bit.
24497 2010-03-18  Michael Matz  <matz@suse.de>
24499         PR middle-end/43419
24500         * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
24501         into sqrt(x) if we need to preserve signed zeros.
24503 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
24504             Eric Botcazou  <ebotcazou@adacore.com>
24506         PR rtl-optimization/43360
24507         * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
24508         note if we don't know its invariant status.
24510 2010-03-18  Michael Matz  <matz@suse.de>
24512         PR tree-optimization/43402
24513         * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
24514         PHI chains of ssa names registered for update.
24516 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
24518         PR target/42427
24519         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
24520         non-offsettable and pre_modify update addressing.
24521         * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
24522         and "2" alternatives "#".
24523         (*movdd_softfloat32): Make all alternatives "#";
24524         * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
24525         (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
24526         (*movdf_softfloat32): Make all alternatives "#";
24527         (movdi): Use the new DIFD mode iterator to create a common splitter
24528         for movdi, movdf and movdd patterns.
24530 2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
24532         * common.opt (dumpdir): Remove redundant tab.
24534 2010-03-17  Martin Jambor  <mjambor@suse.cz>
24536         PR tree-optimization/43347
24537         * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
24538         original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
24540 2010-03-17  Bernd Schmidt  <bernd.schmidt@analog.com>
24542         PR rtl-optimization/42216
24543         * regrename.c (create_new_chain): New function, broken out from...
24544         (scan_rtx_reg): ... here.  Call it.  Handle the case where we are
24545         appending a use to an empty chain.
24546         (build_def_use): Remove previous changes that convert OP_INOUT to
24547         OP_OUT operands; instead detect the case where an OP_INOUT operand
24548         uses a previously untracked register and create an empty chain for it.
24550 2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24552         * doc/extend.texi (Function Attributes): Rewrite unfinished
24553         sentence in ms_abi documentation.
24555 2010-03-17  Alan Modra  <amodra@gmail.com>
24557         * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
24558         * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
24559         (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
24560         * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
24562 2010-03-16  Richard Henderson  <rth@redhat.com>
24564         PR middle-end/43365
24565         * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
24566         (lower_try_finally): Save and restore eh_seq around the expansion
24567         of the try-finally.
24569 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
24571         * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
24572         statements before splitting block.
24574 2010-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24576         * doc/sourcebuild.texi (Testsuites): Fix markup.
24577         Use pathnames relative to gcc/testsuite.
24578         (Test Directives): Move description of how timeout is determined.
24579         (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
24580         (C Tests): Correct gcc.misc-tests directory.
24581         Framework tests now live in gcc.test-framework.
24583 2010-03-16  Richard Guenther  <rguenther@suse.de>
24585         PR middle-end/43379
24586         * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
24587         operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
24589 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
24590             Alexandre Oliva  <aoliva@redhat.com>
24592         PR tree-optimization/42917
24593         * lambda-code.c (remove_iv): Skip debug statements.
24594         (lambda_loopnest_to_gcc_loopnest): Likewise.
24595         (not_interesting_stmt): Debug statements are not interesting.
24597 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
24599         PR debug/43051
24600         PR debug/43092
24601         * cselib.c (cselib_preserve_constants,
24602         cfa_base_preserved_val): New static variables.
24603         (preserve_only_constants): New function.
24604         (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
24605         clear its REG_VALUES.  If cselib_preserve_constants, don't
24606         empty the whole hash table, but preserve there VALUEs with constants,
24607         cfa_base_preserved_val and cfa_base_preserved_val plus constant.
24608         (cselib_preserve_cfa_base_value): New function.
24609         (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
24610         (cselib_init): Change argument to int bitfield.  Set
24611         cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
24612         is in it.
24613         (cselib_finish): Clear cselib_preserve_constants and
24614         cfa_base_preserved_val.
24615         * cselib.h (enum cselib_record_what): New enum.
24616         (cselib_init): Change argument to int.
24617         (cselib_preserve_cfa_base_value): New prototype.
24618         * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
24619         * dse.c (dse_step1): Likewise.
24620         * cfgcleanup.c (thread_jump): Likewise.
24621         * sched-deps.c (sched_analyze): Likewise.
24622         * gcse.c (local_cprop_pass): Likewise.
24623         * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
24624         If FN is non-NULL, call the callback always and whenever it returns
24625         non-NULL just return that.  Only do rtx_equal_p if FN is NULL.
24626         * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
24627         * combine.c (propagate_for_debug_subst): Add old_rtx argument,
24628         compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
24629         * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
24630         * var-tracking.c: Include recog.h.
24631         (bb_stack_adjust_offset): Remove.
24632         (vt_stack_adjustments): Don't call it, instead just gather the
24633         adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
24634         (adjust_stack_reference): Remove.
24635         (compute_cfa_pointer): New function.
24636         (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
24637         (struct adjust_mem_data): New type.
24638         (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
24639         functions.
24640         (get_address_mode): New function.
24641         (replace_expr_with_values): Use it.
24642         (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
24643         Use get_address_mode.  For cfa_base_rtx return MO_CLOBBER.
24644         (adjust_sets): Remove.
24645         (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
24646         Use get_address_mode.
24647         (get_adjusted_src): Remove.
24648         (add_stores): Don't call it.  Never reuse expr SET.  Don't add extra
24649         MO_VAL_USE for cfa_base_rtx plus constant.  Use get_address_mode.
24650         (add_with_sets): Don't call adjust_sets.
24651         (fp_setter, vt_init_cfa_base): New functions.
24652         (vt_initialize): Change return type to bool.  Move most of pool etc.
24653         initialization to the beginning of the function from end.  Pass
24654         CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
24655         If !frame_pointer_needed, call vt_stack_adjustment before mos
24656         vector is filled, call vt_init_cfa_base if argp/framep has been
24657         eliminated to sp.  If frame_pointer_needed and argp/framep has
24658         been eliminated to hard frame pointer, set
24659         hard_frame_pointer_adjustment and call vt_init_cfa_base after
24660         encountering fp setter in the prologue.  For MO_ADJUST, call
24661         log_op_type before pusing the op into mos vector, not afterwards.
24662         Call adjust_insn before cselib_process_insn/add_with_sets,
24663         call cancel_changes (0) afterwards.
24664         (variable_tracking_main_1): Adjust for vt_initialize calling
24665         vt_stack_adjustments and returning whether it succeeded or not.
24667 2010-03-15  Aldy Hernandez  <aldyh@redhat.com>
24669         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
24670         debug statements.
24672 2010-03-15  Jakub Jelinek  <jakub@redhat.com>
24674         * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
24675         has been set.
24676         (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
24677         drap_reg has not been set.
24679 2010-03-15  Michael Matz  <matz@suse.de>
24681         PR middle-end/43300
24682         * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
24683         use it to expand block copies.
24684         (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
24685         insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
24686         (insert_value_copy_on_edge): Use store_expr for BLKmode values.
24688 2010-03-15  Richard Guenther  <rguenther@suse.de>
24690         PR tree-optimization/43367
24691         * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
24692         elimination check.
24694 2010-03-15  Richard Guenther  <rguenther@suse.de>
24696         PR tree-optimization/43317
24697         * ipa-struct-reorg.c (create_new_general_access): Update stmt.
24699 2010-03-15  Martin Jambor  <mjambor@suse.cz>
24701         PR tree-optimization/43141
24702         * tree-sra.c (create_abstract_origin): New function.
24703         (modify_function): Call create_abstract_origin.
24705 2010-03-15  Chris Demetriou  <cgd@google.com>
24707         * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
24708         wasn't copied.
24710 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24712         PR middle-end/43354
24713         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
24714         call insert_out_of_ssa_copy for default definitions.
24716 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24718         * graphite-clast-to-gimple.c (my_long_long): Defined.
24719         (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
24720         * graphite-sese-to-poly.c (my_long_long): Defined.
24721         (scop_ivs_can_be_represented): Use it.
24723 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24725         * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
24726         graphite-max-bbs-per-function, and loop-block-tile-size.
24727         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
24728         with "maximum".
24729         (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
24731 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24733         * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
24734         forward declaration.
24735         * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
24736         (add_upper_bounds_from_estimated_nit): New.
24737         (build_loop_iteration_domains): Use it.
24739 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24741         * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
24743 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24745         PR middle-end/43306
24746         * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
24747         should be an INTEGER_CST.  Also handle CASE_CONVERT.
24749 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24751         * graphite.c (graphite_initialize): To bound the number of bbs per
24752         function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
24753         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
24754         * doc/invoke.texi: Document it.
24756 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24758         * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
24759         * graphite-sese-to-poly.h (build_poly_scop): Same.
24761 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24763         * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
24764         the number of parameters in the scop.  Use as an upper bound
24765         PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
24766         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
24767         * doc/invoke.texi: Document it.
24769 2010-03-13  Jerry Quinn  <jlquinn@optonline.net>
24771         * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
24772         * doc/c-tree.texi: Remove.
24773         * doc/generic.texi: Merge c-tree.texi here.
24774         * doc/gccint.texi (Trees): Remove menu entry.
24775         (c-tree.texi): Remove @include.
24776         * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
24777         * doc/languages.texi (Reading RTL): Ditto.
24779 2010-03-12  Steve Ellcey  <sje@cup.hp.com>
24781         PR target/42869
24782         * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
24784 2010-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
24786         PR middle-end/42431
24787         * config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
24788         code added to work around reload clobbering CONST insns.
24790 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
24792         * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
24793         (cselib_preserve_definitely, cselib_clear_preserve): Remove.
24794         (cselib_preserve_only_values): Remove retain argument, don't
24795         traverse hash table with cselib_{preserve_definitely,clear_preserve}.
24796         * cselib.h (cselib_preserve_only_values): Remove retain argument.
24797         * var-tracking.c (micro_operation): Move insn field before union.
24798         Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
24799         (struct variable_tracking_info_def): Remove n_mos field, change
24800         mos into a vector of micro_operations.
24801         (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
24802         (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
24803         compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
24804         changing into a vector.
24805         (add_with_sets): Likewise.  Ensure MO_VAL_USE uops from add_stores
24806         come before all other uops generated by add_stores.
24807         (vt_add_function_parameters): Adjust for cselib_preserve_only_values
24808         argument removal.
24809         (vt_initialize): Likewise.  Adjust for VTI (bb)->mos changing into
24810         a vector.  Run just one pass over the bbs instead of separate counting
24811         and computation phase.
24812         (vt_finalize): Free VTI (bb)->mos vector instead of array.
24814         PR debug/43329
24815         * tree-inline.c (remap_decls): Put old_var rather than origin_var
24816         into *nonlocalized_list vector.
24817         * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
24818         even if origin is non-NULL.
24819         (gen_variable_die): Likewise.
24820         (process_scope_var): Don't change origin.
24821         (gen_decl_die): Likewise.
24822         * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
24823         before adding new edges instead of after it, fix moving over
24824         debug stmts.
24826 2010-03-11  David S. Miller  <davem@davemloft.net>
24828         * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
24829         of four.
24830         * configure: Rebuild.
24832 2010-03-11  Martin Jambor  <mjambor@suse.cz>
24834         PR tree-optimization/43257
24835         * tree.c (assign_assembler_name_if_neeeded): New function.
24836         (free_lang_data_in_cgraph): Assembler name assignment moved to the
24837         above new function.
24838         * tree.h (assign_assembler_name_if_neeeded): Declare.
24839         * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
24840         the function if needed.
24842 2010-03-11  Chris Demetriou  <cgd@google.com>
24844         * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
24845         include/stdint-gcc.h, and include/stdint.h world-readable.
24847 2010-03-11  Richard Guenther  <rguenther@suse.de>
24849         PR tree-optimization/43255
24850         * tree-vrp.c (process_assert_insertions_for): Do not insert
24851         asserts for trivial conditions.
24853 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24855         PR tree-optimization/43280
24856         * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
24857         generation.  Move calculation of size out of the if branch.
24858         (find_bswap): Modify compare number generation.
24860 2010-03-11  Richard Guenther  <rguenther@suse.de>
24862         PR lto/43200
24863         * lto-streamer-in.c (maybe_fixup_decls): Simplify.
24864         (input_gimple_stmt): Fixup handled component types during
24865         operand read.  Also fix up decls in ADDR_EXPRs.
24867 2010-03-10  Eric Botcazou  <ebotcazou@adacore.com>
24869         * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
24870         * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
24872 2010-03-10  Jan Hubicka  <jh@suse.cz>
24874         PR c/43288
24875         * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
24876         * varasm.c (get_variable_section): Don't do that here...
24877         (make_decl_rtl): ... and here.
24878         (do_assemble_alias): Produce decl RTL.
24879         (assemble_alias): Likewise.
24881 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
24883         PR debug/43290
24884         * reg-notes.def (REG_CFA_SET_VDRAP): New note.
24885         * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
24886         of fde->vdrap_reg.
24887         (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
24888         (based_loc_descr): Only express drap or vdrap regno based expressions
24889         using DW_OP_fbreg when not optimizing.
24890         * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
24891         make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
24892         REG_CFA_SET_VDRAP note.
24894 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
24896         PR tree-optimization/43236
24897         * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
24898         error in calculation of base address in reverse iteration case.
24899         (generate_builtin): Take number of latch executions if the statement
24900         is in the latch.
24902 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
24904         PR middle-end/42859
24905         * tree-eh.c: Include pointer-set.h.
24906         (lower_eh_dispatch): Filter out duplicate case labels and
24907         remove the unneeded edge when the label is unused.  Return
24908         true when some edges are removed.
24909         (execute_lower_eh_dispatch): When any lowering resulted in
24910         removing an edge, also delete unreachable blocks.
24912 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
24914         PR bootstrap/43287
24915         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
24916         UNSPEC_MACHOPIC_OFFSET.
24918 2010-03-09  Andreas Schwab  <schwab@linux-m68k.org>
24920         PR target/43294
24921         * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
24922         (m68k_delegitimize_address): New function.
24924 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
24926         PR debug/43299
24927         * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
24929         PR debug/43299
24930         * var-tracking.c (adjust_sets): New function.
24931         (count_with_sets, add_with_sets): Use it.
24932         (get_adjusted_src): New inline function.
24933         (add_stores): Use it.
24935         PR debug/43304
24936         * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
24937         call cselib_dummy_expand_value_rtx_cb instead of
24938         cselib_expand_value_rtx_cb.
24940         PR debug/43293
24941         * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
24942         * config/i386/i386.c: Include debug.h and dwarf2out.h.
24943         (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
24944         and .cfi_endproc around the pic thunks.
24945         (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
24946         all queued unwind info register saves are saved before the call.
24947         For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
24948         considered as sp-=4 for unwind info and the pop as sp+=4 which
24949         also clobbers dest, but doesn't actually restore it.
24951         PR debug/43290
24952         * config/i386/i386.c (ix86_get_drap_rtx): Don't set
24953         RTX_FRAME_RELATED_P.
24955 2010-03-09  Jie Zhang  <jie@codesourcery.com>
24957         * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
24958         whitespaces in output template.
24960 2010-03-09  Jie Zhang  <jie@codesourcery.com>
24962         * ira-lives.c (check_and_make_def_use_conflict): Don't fall
24963         out array boundary.
24965 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
24967         * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
24968         builtins.exp in a separate job.
24970 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
24972         * graphite-sese-to-poly.c (add_param_constraints): Use
24973         lower_bound_in_type and upper_bound_in_type.
24975 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
24977         * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
24978         instead of unsigned_type_node.
24980 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
24981             Reza Yazdani  <reza.yazdani@amd.com>
24983         PR middle-end/43065
24984         * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
24985         on pointer type parameters.
24987 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
24989         PR middle-end/42644
24990         PR middle-end/42130
24991         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
24992         handle conversions from pointer to integers.
24993         (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
24994         induction variable, to be able to work with code generated by CLooG.
24995         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
24996         (build_poly_scop): Bail out if we cannot codegen a loop.
24998 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
25000         * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
25001         code generation with gloog_error.
25003 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
25005         * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
25006         Call fold_convert on all the returned values.
25007         (expand_scalar_variables_expr): Pass to
25008         expand_scalar_variables_ssa_name the type of the resulting expression.
25010 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
25012         * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
25013         ppl_min_for_le_pointset.
25014         Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
25015         * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
25017 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
25019         * graphite-dependences.c (map_into_dep_poly): Removed.
25020         (dependence_polyhedron_1): Use combine_context_id_scat.
25022 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
25024         * graphite-poly.h (struct poly_scattering): Add layout documentation.
25025         (struct poly_bb): Same.
25026         (combine_context_id_scat): New.
25028 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
25030         PR middle-end/42326
25031         * sese.c (name_defined_in_loop_p): Return false for default
25032         definitions.
25034 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
25036         * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
25037         and clean up the logic.
25039 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
25041         * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
25042         early return.
25044 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
25046         * var-tracking.c (remove_cselib_value_chains): Define only for
25047         ENABLE_CHECKING.
25048         (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
25049         delete_slot_part, emit_notes_for_differences_1): Don't call
25050         remove_cselib_value_chains here.
25051         (set_slot_part, emit_notes_for_differences_2): Don't call
25052         add_cselib_value_chains here.
25053         (preserved_values): New vector.
25054         (preserve_value): New function.
25055         (add_uses, add_stores, vt_add_function_parameters): Use it
25056         instead of cselib_preserve_value.
25057         (changed_values_stack): New vector.
25058         (check_changed_vars_0): New function.
25059         (check_changed_vars_1, check_changed_vars_2): Use it.
25060         (emit_notes_for_changes): Call set_dv_changed (*, false) on all
25061         changed_values_stack VALUEs.
25062         (vt_emit_notes): For all preserved_values call
25063         add_cselib_value_chains.  If ENABLE_CHECKING call
25064         remove_cselib_value_chains before verifying value_chains is empty.
25065         Initialize and free changed_values_stack.
25066         (vt_initialize): Initialize preserved_values.
25067         (vt_finalize): Free preserved_values.
25069 2010-03-08  Richard Guenther  <rguenther@suse.de>
25071         PR tree-optimization/43269
25072         * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
25073         region detection.
25075 2010-03-08  Martin Jambor  <mjambor@suse.cz>
25077         * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
25078         (ipa_is_param_called): Removed.
25079         * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
25080         (ipa_print_node_params): Do not print the called flag.
25081         (ipa_write_node_info): Do not stream the called flag.
25082         (ipa_read_node_info): Likewise.
25084 2010-03-07  Jakub Jelinek  <jakub@redhat.com>
25086         PR debug/43176
25087         * Makefile.in (var-tracking.o): Depend on pointer-set.h.
25088         * cselib.c (struct expand_value_data): Add dummy field.
25089         (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
25090         dummy to false.
25091         (cselib_dummy_expand_value_rtx_cb): New function.
25092         (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
25093         any rtl.
25094         * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
25095         * var-tracking.c: Include pointer-set.h.
25096         (variable): Change n_var_parts to char from int.  Add
25097         cur_loc_changed and in_changed_variables fields.
25098         (variable_canonicalize): Remove.
25099         (shared_var_p): New inline function.
25100         (unshare_variable): Maintain cur_loc_changed and
25101         in_changed_variables fields.  If var was in changed_variables,
25102         replace it there with new_var.  Just copy cur_loc instead of
25103         resetting it to something else.
25104         (variable_union): Don't recompute cur_loc.  Use shared_var_p.
25105         (dataflow_set_union): Don't call variable_canonicalize.
25106         (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
25107         of their DEBUG_EXPR_TREE_DECLs.
25108         (canonicalize_loc_order_check): Verify that cur_loc is NULL
25109         and in_changed_variables and cur_loc_changed is false.
25110         (variable_merge_over_cur): Clear cur_loc, in_changed_variables
25111         and cur_loc_changed.  Don't update cur_loc here.
25112         (variable_merge_over_src): Don't call variable_canonicalize.
25113         (dataflow_set_preserve_mem_locs): Use shared_var_p.  When
25114         removing loc that is equal to cur_loc, clear cur_loc,
25115         set cur_loc_changed and ensure variable_was_changed is called.
25116         (dataflow_set_remove_mem_locs): Use shared_var_p.  Only
25117         compare pointers in cur_loc check, if it is equal to loc,
25118         clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
25119         (variable_different_p): Remove compare_current_location argument,
25120         don't compare cur_loc.
25121         (dataflow_set_different_1): Adjust variable_different_p caller.
25122         (variable_was_changed): If dv had some var in changed_variables
25123         already, reset in_changed_variables flag for it and propagate
25124         cur_loc_changed over to the new variable.  On empty var
25125         always set cur_loc_changed.  Set in_changed_variables on whatever
25126         var is added to changed_variables.
25127         (set_slot_part): Clear cur_loc_changed and in_changed_variables.
25128         Use shared_var_p.  When removing loc that is equal to cur_loc,
25129         clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
25130         end, don't set it to something else, just call variable_was_changed.
25131         (delete_slot_part): Use shared_var_p.  When cur_loc equals to
25132         loc being removed, clear cur_loc and set cur_loc_changed.
25133         Set cur_loc_changed if all locations have been removed.
25134         (struct expand_loc_callback_data): New type.
25135         (vt_expand_loc_callback): Add dummy mode in which no rtxes are
25136         allocated.  Always create SUBREGs if simplify_subreg failed.
25137         Prefer to use cur_loc, when that fails and still in
25138         changed_variables (and seen first time) recompute it.  Set
25139         cur_loc_changed of variables which had to change cur_loc and
25140         compute elcd->cur_loc_changed if any of the subexpressions used
25141         had to change cur_loc.
25142         (vt_expand_loc): Adjust to pass arguments in
25143         expand_loc_callback_data structure.
25144         (vt_expand_loc_dummy): New function.
25145         (emitted_notes): New variable.
25146         (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
25147         that weren't used for any other decl in current
25148         emit_notes_for_changes call call vt_expand_loc_dummy to update
25149         cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
25150         first loc_chain location if NULL before.  Always use just
25151         cur_loc instead of first loc_chain location.  When cur_loc_changed
25152         is false, when not --enable-checking=rtl just don't emit any note.
25153         When rtl checking, compute the note and assert it is the same
25154         as previous note.  Clear cur_loc_changed and in_changed_variables
25155         at the end before removing from changed_variables.
25156         (check_changed_vars_3): New function.
25157         (emit_notes_for_changes): Traverse changed_vars to call
25158         check_changed_vars_3 on each changed var.
25159         (emit_notes_for_differences_1): Clear cur_loc_changed and
25160         in_changed_variables.  Recompute cur_loc of new_var.
25161         (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
25162         (vt_emit_notes): Initialize and destroy emitted_notes.
25164 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>
25166         PR rtl-optimization/42220
25167         * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
25168         Use verify_reg_tracked to determine if we should use OP_OUT rather
25169         than OP_INOUT.
25170         (build_def_use): If we see an in-out operand for a register that we
25171         know nothing about, treat is an output if possible, fail the block if
25172         not.
25174 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
25176         PR debug/42897
25177         * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
25178         permanently.
25180 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
25182         PR debug/42897
25183         * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
25184         uses of relevant DEFs that are dead outside the loop too.
25186 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
25188         * var-tracking.c (dataflow_set_merge): Swap src and src2.
25189         Reverted:
25190         2010-01-13  Jakub Jelinek  <jakub@redhat.com>
25191         PR debug/41371
25192         * var-tracking.c (values_to_unmark): New variable.
25193         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
25194         values_to_unmark vector.  Moved body to...
25195         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
25196         instead queue it into values_to_unmark vector.
25197         (vt_find_locations): Free values_to_unmark vector.
25199 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
25201         * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
25202         (site.exp): Export them when plugins are enabled.
25204 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
25206         PR middle-end/42326
25207         * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
25208         that contain scevs.
25209         (chrec_fold_multiply): Same.
25211 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
25213         PR c/43248
25214         * c-decl.c (build_compound_literal): Return early if init is
25215         an error_mark_node.
25217 2010-03-04  Martin Jambor  <mjambor@suse.cz>
25219         PR tree-optimization/43164
25220         PR tree-optimization/43191
25221         * tree-sra.c (type_consists_of_records_p): Reject records with
25222         zero-size bit-fields at the end.
25224 2010-03-04  Mike Stump  <mikestump@comcast.net>
25226         * Makefile.in (TAGS): Remove *.y.
25228 2010-03-04  Richard Guenther  <rguenther@suse.de>
25230         PR tree-optimization/40761
25231         * tree-ssa-pre.c (compute_antic): Walk reverse postorder
25232         in reverse order.
25233         (my_rev_post_order_compute): New function.
25234         (init_pre): Call it.
25236 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
25238         PR middle-end/43209
25239         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
25240         decrease the cost of an IV candidate when the cost is infinite.
25242 2010-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25244         * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
25245         Use '3DNow!' for the extension of that name, ensure normal space
25246         after the string.
25247         * doc/invoke.texi (i386 and x86-64 Options): Likewise.
25249 2010-03-03  Jeff Law  <law@redhat.com>
25251         * PR middle-end/32693
25252         * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
25253         than gen_rtx_SUBREG.
25254         (extract_bit_field_1): Likewise.
25256 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
25258         * doc/sourcebuild.texi (Test directives): Document that arguments
25259         include-opts and exclude-opts are now optional for dg-skip-if,
25260         dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
25262 2010-03-03  Jason Merrill  <jason@redhat.com>
25264         PR c++/12909
25265         * cgraph.h (varpool_node): Add extra_name field.
25266         * varpool.c (varpool_extra_name_alias): New.
25267         (varpool_assemble_decl): Emit extra name aliases.
25268         (varpool_mark_needed_node): Look past an extra name alias.
25269         * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
25270         * lto-streamer-in.c (lto_input_tree): Read it.
25271         * lto-streamer-out.c (output_unreferenced_globals): Write it.
25273 2010-03-03  Eric Botcazou  <ebotcazou@adacore.com>
25275         * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
25276         (sparc*-*-solaris2*): ...this.
25278 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
25280         PR debug/43229
25281         * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
25282         WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
25283         ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
25284         FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
25286         PR debug/43237
25287         * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
25288         fallthrough to default handling, just with want_address 0 instead of 2.
25289         For single element lists, add_AT_loc directly, otherwise create an
25290         artificial variable DIE and stick location list to it.
25292         PR debug/43177
25293         * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
25294         (VAL_EXPR_HAS_REVERSE): Define.
25295         (reverse_op): New function.
25296         (add_stores): For reversible operations add an extra MO_VAL_USE.
25298 2010-03-02  Jason Merrill  <jason@redhat.com>
25300         * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
25302 2010-03-02  Eric Botcazou  <ebotcazou@adacore.com>
25304         * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
25305         (sparc64-*-linux*): Likewise.
25306         (sparc64-*-solaris2*): Include assembler files before linker ones.
25307         (sparc-*-solaris2*): Simplify and reorder to match previous case.
25308         * config/sparc/gas.h: Delete.
25309         * config/sparc/sol2-64.h: Add copyright notice.
25310         * config/sparc/sol2-gas-bi.h: Likewise.
25311         * config/sparc/sol2-gld.h: Likewise.
25312         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
25313         * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
25314         * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
25315         * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
25316         (sparc_elf_asm_named_section): Rename into...
25317         (sparc_solaris_elf_asm_named_section): ...this.  Always define.
25319 2010-03-02  Uros Bizjak  <ubizjak@gmail.com>
25321         * config/alpha/alpha.c (override_options): Fix -mtune error message.
25323 2010-03-02  Jeff Law  <law@redhat.com>
25325         PR middle-end/42431
25326         * reload1.c (rtx_p, substitute_stack): Declare.
25327         (substitute): Record addresses of changed rtxs.
25328         (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
25329         Restore the original rtx when complete.
25330         (reload): Free subsitute_stack when complete.
25332 2010-03-02  Janis Johnson  <janis187@us.ibm.com>
25334         * doc/gccint.texi (menu): Add Testsuites as a chapter.
25335         * doc/sourcebuild.texi (Testsuites): Move up a level to be a
25336         new chapter.
25337         (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
25338         LTO Testing, gcov Testing, profopt Testing, compat Testing,
25339         Torture Tests): Change from subsection to section.
25341 2010-03-02  Jakub Jelinek  <jakub@redhat.com>
25342             Steven Bosscher  <steven@gcc.gnu.org>
25344         * var-tracking.c (vt_initialize): Scan insns in ebb chunks
25345         instead of bb.
25347 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
25349         PR middle-end/42640
25350         * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
25351         the assignment from the new induction variable to the assignment
25352         of the value from the original loop PHI function.
25354 2010-03-01  Janis Johnson  <janis187@us.ibm.com>
25355             Daniel Jacobowitz  <dan@codesourcery.com>
25357         * doc/sourcebuild.texi (Test directives): Clarify options to
25358         dg-skip-if.
25360 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25362         * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
25363         Disable cfi directives unless GCC and gas agree on using read-only
25364         .eh_frame sections for 64-bit.
25365         * configure: Regenerate.
25367 2010-03-01  Richard Guenther  <rguenther@suse.de>
25369         PR tree-optimization/43220
25370         * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
25371         BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
25373 2010-03-01  Richard Guenther  <rguenther@suse.de>
25374             Martin Jambor  <mjambor@suse.cz>
25376         PR middle-end/41250
25377         * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
25378         gimplified parameters.
25380 2010-03-01  Christian Bruel  <christian.bruel@st.com>
25382         * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
25384 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
25386         * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
25388 2010-03-01  Richard Guenther  <rguenther@suse.de>
25390         PR middle-end/43213
25391         * expr.c (expand_assignment): Use the alias-oracle to tell
25392         if the rhs aliases the result decl.
25394 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25396         PR pch/14940
25397         * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
25398         to sol_gt_pch_get_address.
25399         (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
25400         64-bit, SPARC and x86.
25401         (sol_gt_pch_get_address): New function.
25403 2010-03-01  Marco Poletti  <poletti.marco@gmail.com>
25405         * toplev.h (inform_n, error_n): Declare.
25406         * diagnostic.c (inform_n, error_n): New function.
25408 2010-03-01  Jakub Jelinek  <jakub@redhat.com>
25410         * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
25411         has no rtl yet when processing local_decls, queue it and recheck
25412         if deferred stack allocation hasn't assigned it rtl.
25414 2010-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
25416         * config/sh/sh.c (unspec_bbr_uid): New.
25417         (gen_block_redirect): Use it instead of INSN_UID.
25418         (gen_far_branch): Likewise.
25420 2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
25422         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
25423         it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
25425 2010-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25427         * doc/invoke.texi (Warning Options, RX Options): Fix typos.
25428         (Warning Options): -Wno-conversion-null is valid for
25429         Objective-C++ as well.
25430         * doc/tm.texi (Named Address Spaces): Likewise.
25431         * doc/plugins.texi (Plugins): Replace TABs with spaces.
25432         * doc/tree-ssa.texi (Tree SSA): Likewise.
25434 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
25436         PR bootstrap/43202
25437         * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
25438         by default.  Don't set the default arch for
25439         i[34567]86-*-darwin*|x86_64-*-darwin*.
25441 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
25443         PR bootstrap/43202
25444         * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
25445         default.  Set the default 32bit/64bit archs with $with_arch
25446         instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
25448 2010-02-27  Richard Guenther  <rguenther@suse.de>
25450         PR tree-optimization/43186
25451         * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
25452         * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
25453         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
25454         unroller iterations.
25456 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
25458         * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
25459         required and i[34567]86-*-* targets don't support 64bit ISA.
25461 2010-02-26  Eric Botcazou  <ebotcazou@adacore.com>
25463         PR ada/43096
25464         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
25465         the same alias set.
25467 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
25469         * config.gcc: Set the default arch at least to Prescott for
25470         i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
25471         if SSE math is enabled.
25473 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25475         * diagnostic.c (diagnostic_initialize): Update.
25476         (diagnostic_report_diagnostic): Test inhibit_notes_p for
25477         informative notes.
25478         * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
25479         (diagnostic_inhibit_notes): New.
25480         * toplev.c (process_options): inhibit notes with -fcompare-debug.
25482 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25484         PR c/20631
25485         * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
25486         * doc/standards.texi: Likewise.
25487         * doc/extend.texi: Likewise.
25488         * doc/trouble.texi: Likewise.
25489         * doc/cppopts.texi: Likewise.
25490         * doc/install.texi: Likewise.
25491         * c.opt (std=c90,std=gnu90): New options.
25492         * c-opts.c (c_common_handle_option): Handle them.
25494 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25496         PR c/24577
25497         * c-decl.c (undeclared_variable): Use an informative note.
25499 2010-02-26  Richard Guenther  <rguenther@suse.de>
25501         PR tree-optimization/43186
25502         * gimple.h (gimple_fold): Remove.
25503         * gimple.c (gimple_fold): Remove.  Inline into single user ...
25504         * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
25505         Try harder for conditions.
25507 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
25509         PR debug/43190
25510         * function.c (used_types_insert): Don't skip through named pointer
25511         types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
25512         and it is different from the main variant's type.
25514 2010-02-26  Nick Clifton  <nickc@redhat.com>
25516         * config/rx/rx.md (sminsi3): Remove bogus alternative.
25518 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
25520         * config.gcc: Support --with-fpmath=sse for x86.
25522         * config/i386/ssemath.h: New.
25524         * doc/install.texi (--with-fpmath=sse): Documented.
25526 2010-02-26  Richard Guenther  <rguenther@suse.de>
25528         PR tree-optimization/43188
25529         * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
25530         vector types of over-aligned element type.
25532 2010-02-26  Uros Bizjak  <ubizjak@gmail.com>
25534         PR target/43175
25535         * config/i386/i386.c (expand_vec_perm_blend): Use correct
25536         operands in V8HImode subregs.  Fix operand order in VEC_MERGE rtx.
25538 2010-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
25540         * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
25542 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
25544         * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
25545         * var-tracking.c: Include diagnostic.h.
25546         (debug_dv): New function.
25547         (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
25549         PR debug/43160
25550         * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
25551         (add_value_chain, add_value_chains, remove_value_chain,
25552         remove_value_chains): Handle DEBUG_EXPRs.
25553         (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
25555         PR debug/43161
25556         * regcprop.c (struct queued_debug_insn_change): New type.
25557         (struct value_data_entry): Add debug_insn_changes field.
25558         (struct value_data): Add n_debug_insn_changes field.
25559         (debug_insn_changes_pool): New variable.
25560         (free_debug_insn_changes, apply_debug_insn_changes,
25561         cprop_find_used_regs_1, cprop_find_used_regs): New functions.
25562         (kill_value_one_regno): Call free_debug_insn_changes if needed.
25563         (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
25564         fields.
25565         (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
25566         changes for them.
25567         (copyprop_hardreg_forward_1): Don't call apply_change_group for
25568         DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
25569         changes, call cprop_find_used_regs via note_stores.
25570         (copyprop_hardreg_forward): When copying vd from predecessor
25571         which has any queued DEBUG_INSN changes, make sure the pointers are
25572         cleared.  At the end call df_analyze and then if there are any
25573         DEBUG_INSN changes queued at the end of some basic block for still
25574         live registers, apply them.
25575         (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
25577 2010-02-25  Uros Bizjak  <ubizjak@gmail.com>
25579         * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
25580         (arm*-*-*): Ditto.
25582 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
25584         * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
25585         targets.  Set the default with_cpu/with_arch from arch/cpu.
25586         Allow x86-64 and native for with_cpu/with_arch.
25588 2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>
25590         * ebitmap.c: Change calls to verify_popcount with calls to
25591         sbitmap_verify_popcount.
25592         (ebitmap_clear_bit): Fixed map->cacheindex test and
25593         map>cache update when bit clearing results in an empty
25594         element.
25596 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
25598         PR target/43154
25599         * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
25600         (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
25601         and support both V2DF and V2DI modes.
25602         (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
25603         support both V2DF and V2DI modes.
25604         (general): Delete trailing whitespace from a few patterns.
25606         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
25607         V2DF/V2DI interleave high/low builtins.
25609         * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
25610         new VSX builtins.
25612         * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
25613         interleave high/low functions.
25615 2010-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
25617         * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
25618         #pragma extern_prefix.
25620 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
25622         PR debug/43166
25623         * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
25624         BLKmode, assert op0 is a MEM and just adjust its mode.
25626         PR debug/43165
25627         * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
25628         if bitpos isn't multiple of mode's bitsize.
25630 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25632         * c.opt (-ftemplate-depth=): New.
25633         (-ftemplate-depth-): Deprecate.
25634         * optc-gen.awk: Handle -ftemplate-depth=.
25635         * opth-gen.awk: Likewise.
25636         * c-opts.c (c_common_handle_option): Likewise.
25637         * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
25639 2010-02-24  Jason Merrill  <jason@redhat.com>
25641         * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
25643 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25645         * cfg.c (alloc_aux_for_block): Remove inline.
25646         (alloc_aux_for_edge): Likewise.
25648 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25650         * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
25652 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25654         * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
25655         * config/i386/sol2-gas.h: New file.
25656         * config.gcc (i[34567]86-*-solaris2*): Use it.
25658 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25660         PR c/43128
25661         * c-typeck.c (ep_convert_and_check): New.
25662         (build_conditional_expr): Use it.
25663         (build_binary_op): Likewise.
25665 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
25667         * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
25669         PR debug/43150
25670         * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
25671         bounds even for -O+.
25672         * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
25673         expr needs to have DECL_NAME set.
25675 2010-02-24  Nick Clifton  <nickc@redhat.com>
25677         * config/mep/mep.c: Include gimple.h.
25678         (mep_function_uses_sp): Delete unused function.
25679         (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
25680         parameters.  Use unsigned integers to count args.  Return a
25681         NULL_RTX instead of an error_mark_node.  Toidy up formatting.
25683 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
25685         PR target/43107
25686         * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
25687         greater or equal to nelt instead of 2 * nelt.
25688         (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
25689         with nelt - 1.
25691 2010-02-23  Jason Merrill  <jason@redhat.com>
25693         PR debug/42800
25694         * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
25695         in cfun->local_decls even if they have register types.
25697         PR c++/42837
25698         * stor-layout.c (place_field): Don't warn about unnecessary
25699         DECL_PACKED if the type is packed.
25701 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
25703         PR target/43139
25704         * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
25705         GOTOFF relocs, even when the base reg isn't pic pointer.
25707 2010-02-23  Michael Matz  <matz@suse.de>
25709         PR debug/43077
25710         * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
25711         (expand_gimple_basic_block): Generate and use debug temps if there
25712         are debug uses left after the last real use of TERed ssa names.
25713         Unlink debug immediate uses when they are expanded.
25715 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25717         PR 43123
25718         * config/i386/i386.c (override_options): Reorganise to provide
25719         better error messages.
25721 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
25723         PR middle-end/43083
25724         * graphite-scop-detection.c (create_single_exit_edge): Move
25725         the call to find_single_exit_edge to....
25726         (create_sese_edges): ...here.  Don't handle multiple edges
25727         exiting the function.
25728         (build_graphite_scops): Don't handle multiple edges
25729         exiting the function.
25731 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
25733         PR middle-end/43097
25734         * sese.c (get_rename): Assert that old_name is an SSA_NAME.
25735         (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
25737 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
25739         PR middle-end/43026
25740         * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
25742 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25744         PR c++/43126
25745         * c-typeck.c (convert_arguments): Print declaration location.
25746         * c-common.c (validate_nargs): Rename as
25747         builtin_function_validate_nargs.
25748         (check_builtin_function_arguments): Update.
25750 2010-02-22  Richard Guenther  <rguenther@suse.de>
25752         PR lto/43045
25753         * tree-inline.c (declare_return_variable): Use the type of
25754         the call stmt lhs if available.
25756 2010-02-22  Duncan Sands  <baldrick@free.fr>
25758         * passes.c (register_pass): Always consider all pass lists when
25759         ref_pass_instance_number is zero.
25761 2010-02-22  Richard Guenther  <rguenther@suse.de>
25763         PR tree-optimization/42749
25764         * tree-tailcall.c (adjust_return_value_with_ops): Drop update
25765         parameter.  Do arithmetic in the original type.
25766         (update_accumulator_with_ops): Likewise.
25767         (adjust_accumulator_values): Adjust.
25769 2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25771         * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
25772         (QI to BLKmode splitter): New splitter.
25774 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
25776         * config/i386/i386.c (initial_ix86_tune_features): Turn on
25777         X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
25779 2010-02-22  Richard Guenther  <rguenther@suse.de>
25781         * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
25783 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
25785         Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
25786         * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
25787         ($(T)crti.o, $(T)crtn.o): Remove rules.
25789 2010-02-21  Tobias Burnus  <burnus@net-b.de>
25791         PR fortran/35259
25792         * doc/invoke.texi (-fassociative-math): Document that this
25793         option is automatically enabled for Fortran.
25795 2010-02-20  David S. Miller  <davem@davemloft.net>
25797         * configure.ac: Test if linker and assembler properly support
25798         GOTDATA_OP relocations.
25799         * configure: Rebuild.
25800         * config.in: Likewise.
25801         * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
25802         (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
25803         (movsi_high_pic): Likewise.
25804         (movdi_lo_sum_pic): Likewise.
25805         (movdi_high_pic): Likewise.
25806         (movsi_pic_gotdata_op): New pattern.
25807         (movdi_pic_gotdata_op): Likewise.
25808         * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
25809         emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
25811 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
25813         PR target/43067
25814         * config/i386/sse.md (xop_mulv2div2di3_low): Change type
25815         attribute to ssemul.
25816         (xop_mulv2div2di3_high): Ditto.
25818 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25820         PR c++/35669
25821         * c.opt (Wconversion-null): New option.
25822         * doc/invoke.texi (Wconversion-null): Document.
25824 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25826         * common.opt (Wlarger-than-): Add Undocumented.
25828 2010-02-19  Mike Stump  <mikestump@comcast.net>
25830         * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
25832 2010-02-19  Jason Merrill  <jason@redhat.com>
25834         PR target/40332
25835         * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
25836         * configure: Likewise.
25838 2010-02-20  Alan Modra  <amodra@gmail.com>
25840         PR middle-end/42344
25841         * cgraph.h (cgraph_make_decl_local): Declare.
25842         * cgraph.c (cgraph_make_decl_local): New function.
25843         (cgraph_make_node_local): Use it.
25844         * cgraphunit.c (cgraph_function_versioning): Likewise.
25845         * ipa.c (function_and_variable_visibility): Likewise.
25847 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
25849         PR bootstrap/43121
25850         * except.c (sjlj_emit_function_enter): Don't call
25851         add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
25852         directly.
25853         * rtl.h (add_reg_br_prob_note): Remove prototype.
25855 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25857         PR 41779
25858         * c-common.c (conversion_warning): Remove widening conversions
25859         before checking the conversion of integers to reals.
25861 2010-02-19  Mike Stump  <mikestump@comcast.net>
25863         PR middle-end/43125
25864         * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
25866         PR objc/43061
25867         * cgraphunit.c (process_function_and_variable_attributes): Check
25868         DECL_PRESERVE_P instead of looking up attribute "used".
25869         * ipa-pure-const.c (check_decl): Likewise.
25870         * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
25871         * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
25872         * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
25873         instead of attribute "used".
25874         * config/sol2-c.c (solaris_pragma_init): Likewise.
25875         (solaris_pragma_fini): Likewise.
25877 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
25879         * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
25880         Use XCNEW instead of xcalloc.
25881         (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
25882         XNEW instead of xmalloc.
25883         (get_fields): Use XNEWVEC instead of xmalloc.
25885         PR debug/43084
25886         * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
25887         populate vars array.
25888         (create_new_general_access): For debug stmts just reset value.
25889         (get_stmt_accesses): For accesses within debug stmts just record them
25890         using add_access_to_acc_sites instead of preventing the peeling or
25891         counting them as accesses.
25893         PR middle-end/42233
25894         * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
25896 2010-02-19  Richard Guenther  <rguenther@suse.de>
25898         PR tree-optimization/42916
25899         * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
25900         instructions.
25902 2010-02-19  Andreas Schwab  <schwab@linux-m68k.org>
25904         * configure.ac: Replace all uses of changequote in macro arguments
25905         with proper quoting.
25907 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
25909         PR middle-end/42233
25910         * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
25912 2010-02-19  Richard Guenther  <rguenther@suse.de>
25914         PR tree-optimization/42944
25915         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
25916         test for aliasing with errno.
25918 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
25920         PR middle-end/42233
25921         * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
25922         do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
25923         * dojump.c: Include output.h.
25924         (inv): New inline function.
25925         (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
25926         do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
25927         do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
25928         do_jump_by_parts_equality, do_compare_and_jump): Add PROB
25929         argument, pass it down to other calls.
25930         (do_compare_rtx_and_jump): Likewise.  If PROB is not -1,
25931         add REG_BR_PROB note to the conditional jump.
25932         * cfgexpand.c (add_reg_br_prob_note): Removed.
25933         (expand_gimple_cond): Don't call it, add the probability
25934         as last argument to jumpif_1/jumpifnot_1.
25935         * Makefile.in (dojump.o): Depend on output.h.
25936         * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
25937         callers.
25938         * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
25939         * stmt.c (do_jump_if_equal): Likewise.
25940         * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
25941         * loop-unswitch.c (compare_and_jump_seq): Likewise.
25942         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
25943         Likewise.
25944         * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
25945         * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
25946         jumpifnot_1 callers.
25947         (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
25948         callers.
25949         (store_expr): Adjust jumpifnot caller.
25950         (store_constructor): Adjust jumpif caller.
25952         PR middle-end/42233
25953         * gimplify.c (gimple_boolify): For __builtin_expect call
25954         gimple_boolify also on its first argument.
25956 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
25958         * configure.ac (gnu-unique-object): Wrap regexps using [] in
25959         changequote block.
25960         (__stack_chk_fail): Ditto.  Remove quadrigraphs.
25961         * configure: Regenerated.
25963 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25965         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
25966         lang_hooks.types_compatible_p instead of comptypes.
25968 2010-02-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
25970         * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
25971         (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
25972         if __prefer_thumb__ is defined.
25974 2010-02-18  Martin Jambor  <mjambor@suse.cz>
25976         PR tree-optimization/43066
25977         * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
25978         array with zero-sized element type.
25980 2010-02-18  Jakub Jelinek  <jakub@redhat.com>
25982         * dwarf2out.c (add_var_loc_to_decl): Change last argument to
25983         rtx, allocate struct var_loc_node here and return it to the
25984         caller, and only if it is actually needed.
25985         (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
25986         move it earlier and return immediately if it returns NULL.
25988 2010-02-17  Mikael Pettersson  <mikpe@it.uu.se>
25990         * config/sparc/gas.h: New file.  Restore
25991         TARGET_ASM_NAMED_SECTION to its ELF default.
25992         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
25993         check !HAVE_GNU_AS.
25994         * config/sparc/sparc.c (sparc_elf_asm_named_section):
25995         Likewise.  Add ATTRIBUTE_UNUSED to prototype.
25996         * config.gcc (sparc*-*-linux*): Include sparc/gas.h
25997         after sparc/sysv4.h.
25999 2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
26001         * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
26003 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
26005         * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
26006         patterns from predicated pattern.
26008 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
26010         PR target/43103
26011         * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
26012         for insn mnemonic suffix.
26014 2010-02-17  Richard Guenther  <rguenther@suse.de>
26016         * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
26017         to loop PHI nodes.
26019 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
26021         PR debug/42918
26022         * caller-save.c (save_call_clobbered_regs): If BB ends with
26023         a DEBUG_INSN, move any notes in between last real insn and the last
26024         DEBUG_INSN after the last DEBUG_INSN.
26026 2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
26028         * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
26029         Fix return type.  Fix argument type.  Explain meaning of return value.
26031 2010-02-16  Richard Guenther  <rguenther@suse.de>
26033         PR tree-optimization/41043
26034         * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
26035         (vrp_visit_assignment_or_call): Do not ask SCEV for regular
26036         statements ...
26037         (vrp_visit_phi_node): ... but only for loop PHI nodes.
26039 2010-02-16  Ira Rosen  <irar@il.ibm.com>
26041         PR tree-optimization/43074
26042         * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
26043         * tree-vect-loop.c (vect_analyze_loop_operations): Add
26044         vectorizable cycles in hybrid SLP check.
26045         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
26047 2010-02-16  Richard Guenther  <rguenther@suse.de>
26049         * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
26050         (true_dependence): If memrefs_conflict_p computes must-alias
26051         trust it.  Move TBAA check after offset-based disambiguation.
26052         (canon_true_dependence): Likewise.
26054 2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
26056         * params.def (PARAM_MAX_VARTRACK_SIZE): New.
26057         * doc/invoke.texi: Document it.
26058         * var-tracking.c: Include toplev.h and params.h.
26059         (vt_find_locations): Return bool indicating success.  Compute
26060         hash sizes unconditionally.  Check new parameter, report.
26061         (variable_tracking_main_1): Check vt_find_locations results and
26062         retry.  Renamed from...
26063         (variable_tracking_main): ... this.  New wrapper to preserve
26064         flag_var_tracking_assignments.
26065         * Makefile.in (var-tracking.o): Adjust dependencies.
26067 2010-02-16  Jack Howarth  <howarth@bromo.med.uc.edu>
26068             Jakub Jelinek  <jakub@redhat.com>
26070         PR target/42854
26071         * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
26072         if weak_import attribute is present.
26073         * config/darwin.c (machopic_select_section): Likewise.
26075 2010-02-15  Joern Rennecke  <joern.rennecke@embecosm.com>
26077         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
26078         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
26079         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
26080         (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
26082         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
26083         types.
26085         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
26086         Fix argument types.
26088         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
26089         Rewrite text to refer to the names.
26091 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
26093         * config/i386/i386-builtin-types.def
26094         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
26095         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
26096         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
26097         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
26098         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
26099         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
26100         IX86_BUILTIN_VPERMIL2PS256.
26101         (MULTI_ARG_4_DF2_DI_I): Defined.
26102         (MULTI_ARG_4_DF2_DI_I1): Defined.
26103         (MULTI_ARG_4_SF2_SI_I): Defined.
26104         (MULTI_ARG_4_SF2_SI_I1): Defined.
26105         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
26106         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
26107         __builtin_ia32_vpermil2ps256.
26108         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
26109         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
26110         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
26111         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
26112         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
26113         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
26114         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
26115         CODE_FOR_xop_vpermil2v8sf3.
26116         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
26117         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
26118         * config/i386/xopintrin.h (_mm_permute2_pd): New.
26119         (_mm256_permute2_pd): New.
26120         (_mm_permute2_ps): New.
26121         (_mm256_permute2_ps): New.
26123 2010-02-15  Nick Clifton  <nickc@redhat.com>
26125         * config/h8300/h8300.c (h8300_push_pop): Use bool type for
26126         boolean parameters.  Use emit_jump_insn when emitting a pop
26127         instruction containing a return insn.
26128         (push): Use 'true' rather than '1' as second parameter to F.
26129         (h8300_expand_prologue): Likewise.
26130         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
26131         (h8300_expand_epilogue): Likewise.
26133 2010-02-15  Richard Guenther  <rguenther@suse.de>
26135         PR middle-end/43068
26136         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
26137         if that is zero.
26139 2010-02-15  Nick Clifton  <nickc@redhat.com>
26141         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
26142         delta.
26144 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
26146         * intl.c (fake_ngettext): New function.
26147         * intl.h (fake_ngettext): Declare.
26148         (ngettext): Define macro.
26149         * collect2.c (notice_translated): New function.
26150         (main): Use notice_translated and ngettext.
26151         * collect2.h (notice_translated): Declare.
26153 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
26155         * reorg.c (delete_computation): Comment fixes.
26156         * caller-save.c (setup_save_areas): Idem.
26157         * sel-sched-dump.c (dump_lv_set): Idem.
26158         * rtl.def: Idem.
26160 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26162         * config/s390/s390.c (s390_sched_init): New function.
26163         (TARGET_SCHED_INIT): Target hook defined.
26165 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
26166             Jack Howarth  <howarth@bromo.med.uc.edu>
26167             Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
26169         PR target/42982
26170         Partial revert of unintended change in fix for PR41605.
26171         * config/darwin.h: Fix typo.
26172         * config/darwin9.h: Same.
26174 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
26176         * c-pch.c (pch_init): Clear v.
26178 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
26180         PR middle-end/42930
26181         * graphite-scop-detection.c (graphite_can_represent_scev): Call
26182         graphite_can_represent_init for MULT_EXPR.
26184 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
26186         PR middle-end/42914
26187         PR middle-end/42530
26188         * graphite-sese-to-poly.c (remove_phi): New.
26189         (translate_scalar_reduction_to_array): Call remove_phi.
26191 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
26193         PR middle-end/42771
26194         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
26195         * graphite-clast-to-gimple.h (gloog): Update declaration.
26196         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
26197         * graphite-poly.h (struct poly_bb): Add missing comments.
26198         (struct scop): Add poly_scop_p field.
26199         (POLY_SCOP_P): New.
26200         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
26201         * graphite.c (graphite_transform_loops): Build the polyhedral
26202         representation for each scop before code generation.
26203         * sese.c (rename_variables_in_operand): Removed.
26204         (rename_variables_in_expr): Return the renamed expression.
26205         (rename_sese_parameters): New.
26206         * sese.h (rename_sese_parameters): Declared.
26208 2010-02-11  Richard Guenther  <rguenther@suse.de>
26210         PR tree-optimization/42998
26211         * tree-ssa-pre.c (create_expression_by_pieces): Treat
26212         POINTER_PLUS_EXPR properly.
26214 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
26215             Changpeng Fang  <changpeng.fang@amd.com>
26217         PR middle-end/40886
26218         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
26219         the cost of an IV candidate when the IV is used in a test against zero.
26221         * gcc.dg/tree-ssa/ivopts-3.c: New.
26223 2010-02-11  Richard Guenther  <rguenther@suse.de>
26225         PR lto/41664
26226         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
26227         pointer-vs-decl case by swapping refs.  Handle some cases
26228         of pointer-vs-decl disambiguations more conservatively.
26229         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
26230         to false after expanding.
26232 2010-02-11  Richard Guenther  <rguenther@suse.de>
26234         PR driver/43021
26235         * gcc.c (process_command): Handle LTO file@offset case more
26236         appropriately.
26238 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
26240         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
26241         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
26242         of DEBUG_INSNs.
26243         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
26245         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
26246         if MEM's mode size isn't DWARF2_ADDR_SIZE.
26247         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
26248         Optimize eq/ne comparisons when both arguments are known to be
26249         zero-extended.
26250         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
26251         Don't mask operands unnecessarily if they are known to be already
26252         zero-extended.
26254 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
26256         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
26257         instead of loop.
26259 2010-02-10  Richard Guenther  <rguenther@suse.de>
26261         PR tree-optimization/43017
26262         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
26263         for wrapping signed arithmetic.
26265 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
26267         PR debug/43010
26268         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
26269         if no debug info should be emitted for it.
26271 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
26273         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
26274         note when flag_exceptions is set.
26276 2010-02-10  Duncan Sands  <baldrick@free.fr>
26278         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
26280 2010-02-10  Richard Guenther  <rguenther@suse.de>
26282         PR c/43007
26283         * tree.c (get_unwidened): Handle constants.
26284         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
26286 2010-02-10  Martin Jambor  <mjambor@suse.cz>
26288         PR lto/42985
26289         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
26290         check for variable argument counts independently.
26292 2010-02-10  Christian Bruel  <christian.bruel@st.com>
26294         PR target/42841
26295         * config/sh/sh.c (find_barrier): Increase length for non delayed
26296         conditional branches.
26298 2010-02-10  Christian Bruel  <christian.bruel@st.com>
26300         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
26302 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
26304         * builtins.c (set_builtin_user_assembler_name): Also handle
26305         ffs if int is smaller than word.
26307 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
26309         PR middle-end/42973
26310         * ira-conflicts.c (get_dup): Remove.
26311         (process_reg_shuffles): Add new parameter.  Use it as an
26312         additional guard for copy generation.
26313         (add_insn_allocno_copies): Rewrite.
26315 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
26317         * common.opt (fsched2-use-traces): Preserved for backward
26318         compatibility.
26319         * doc/invoke.texi: Remove the documentation about option
26320         -fsched2-use-traces.
26321         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
26322         flag_sched2_use_traces.
26323         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
26324         the backward compatibility flag section.
26326 2010-02-09  Richard Guenther  <rguenther@suse.de>
26328         PR tree-optimization/43008
26329         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
26330         make HEAP variables initialized from global memory if they
26331         are not known builtin functions.
26332         (find_func_aliases): Adjust.
26334 2010-02-09  Richard Guenther  <rguenther@suse.de>
26336         PR tree-optimization/43000
26337         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
26338         arithmetic manually.
26340 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
26342         PR tree-optimization/42931
26343         * tree-loop-linear.c (try_interchange_loops): Don't call
26344         double_int_mul if estimated_loop_iterations failed.
26346 2010-02-08  Martin Jambor  <mjambor@suse.cz>
26348         PR middle-end/42898
26349         * tree-sra.c (build_accesses_from_assign): Do not mark in
26350         should_scalarize_away_bitmap if stmt has volatile ops.
26351         (sra_modify_assign): Do not process assigns piecemeal if if stmt
26352         has volatile ops.
26354 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
26356         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
26358 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
26360         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
26361         before the pattern.
26363 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
26365         PR middle-end/42946
26366         * df-core.c (df_finish_pass): Change type of saved_flags to int.
26368 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
26370         PR middle-end/42988
26371         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
26372         to unknown_dependence.
26373         (graphite_legal_transform_dr): Handle the unknown_dependence.
26374         (graphite_carried_dependence_level_k): Same.
26376 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
26378         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
26380 2010-02-07  Richard Guenther  <rguenther@suse.de>
26382         PR middle-end/42991
26383         * expr.c (get_inner_reference): Always initialize *pbitsize.
26385 2010-02-07  Richard Guenther  <rguenther@suse.de>
26387         PR middle-end/42956
26388         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
26389         new ARRAY_REFs on variable size element or minimal index arrays.
26390         Complete.
26391         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
26392         gimple_fold_indirect_ref.
26394 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
26396         PR target/42957
26397         * arm.c (arm_override_options): Just return if the user has specified
26398         an invalid fpu name.
26400 2010-02-03  Jason Merrill  <jason@redhat.com>
26402         PR c++/42870
26403         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
26404         i386_pe_maybe_record_exported_symbol.
26406 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
26408         PR target/42924
26409         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
26410         (pa_delegitimize_address): New function.
26412 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
26414         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
26415         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
26417 2010-02-05  Richard Guenther  <rguenther@suse.de>
26419         PR lto/42762
26420         * lto-streamer-in.c (get_resolution): Deal with references
26421         to undefined functions.
26423 2010-02-05  Richard Guenther  <rguenther@suse.de>
26425         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
26426         (fold_const_aggregate_ref): Likewise.
26427         (ccp_fold_stmt): Substitute loads.
26428         (maybe_fold_reference): Verify types before substituting.
26429         Unshare properly.
26430         (fold_gimple_assign): Unshare properly.
26431         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
26433 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
26435         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
26436         for rs6000_gen_cell_microcode.
26438 2010-02-04  Richard Guenther  <rguenther@suse.de>
26440         PR rtl-optimization/42952
26441         * dse.c (const_or_frame_p): Remove MEM handling.
26443 2010-02-04  Nick Clifton  <nickc@redhat.com>
26445         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
26446         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
26447         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
26448         (mn10300_asm_output_mi_thunk): New function.
26449         (mn10300_can_output_mu_thunk): New function.
26450         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
26451         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
26452         (FUNCTION_ARG): Delete incorrect comment.
26454 2010-02-03  Jason Merrill  <jason@redhat.com>
26456         PR c++/40138
26457         * fold-const.c (operand_equal_p): Handle erroneous types.
26459 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
26461         * config/h8300/h8300.md (can_delay): Fix attibute condition.
26463 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
26465         PR rtl-optimization/42941
26466         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
26467         of xmalloc.
26469 2010-02-03  Jason Merrill  <jason@redhat.com>
26471         PR c++/35652
26472         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
26474 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
26476         PR debug/42896
26477         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
26478         (cselib_reset_table): Renamed from...
26479         (cselib_reset_table_with_next_value): ... this.
26480         (cselib_get_next_uid): Renamed from...
26481         (cselib_get_next_unknown_value): ... this.
26482         * cselib.c (next_uid): Renamed from...
26483         (next_unknown_value): ... this.
26484         (cselib_clear_table): Adjust.
26485         (cselib_reset_table): Adjust.  Renamed from...
26486         (cselib_reset_table_with_next_value): ... this.
26487         (cselib_get_next_uid): Adjust.  Renamed from...
26488         (cselib_get_next_unknown_value): ... this.
26489         (get_value_hash): Use hash.
26490         (cselib_hash_rtx): Likewise.
26491         (new_cselib_val): Adjust.  Set and dump uid.
26492         (cselib_lookup_mem): Pass next_uid as hash.
26493         (cselib_subst_to_values): Likewise.
26494         (cselib_log_lookup): Dump uid.
26495         (cselib_lookup): Pass next_uid as hash.  Adjust.
26496         (cselib_process_insn): Adjust.
26497         (cselib_init): Initialize next_uid.
26498         (cselib_finish): Adjust.
26499         (dump_cselib_table): Likewise.
26500         * dse.c (canon_address): Dump value uid.
26501         * print-rtl.c (print_rtx): Print value uid.
26502         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
26503         (dvuid): New type.
26504         (dv_uid): New function, sort of renamed from...
26505         (dv_htab_hash): ... this, reimplemented in terms of it and...
26506         (dv_uid2hash): ... this.  New.
26507         (variable_htab_eq): Drop excess assertions.
26508         (tie_break_pointers): Removed.
26509         (canon_value_cmp): Compare uids.
26510         (variable_post_merge_New_vals): Print uids.
26511         (vt_add_function_parameters): Adjust.
26512         (vt_initialize): Reset table.  Adjust.
26514 2010-02-03  Richard Guenther  <rguenther@suse.de>
26516         PR tree-optimization/42944
26517         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
26518         (call_may_clobber_ref_p_1): Likewise.  Properly handle
26519         malloc and calloc clobbering errno.
26521 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
26523         * doc/invoke.texi: Fix name of sched1 dump.
26525         * opts.c (decode_options): Set flag_tree_switch_conversion
26526         only conditionally on optimize >= 2.
26528         * gcse.c: Assorted comment fixes in pass description.
26530 2010-02-03  Anthony Green  <green@moxielogic.com>
26532         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
26533         nop padding in order to maintain alignment of storage location of
26534         target function address.
26535         (moxie_trampoline_init): Store target function address at newly
26536         aligned location.
26537         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
26538         to 32.
26539         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
26541 2010-02-03  Richard Guenther  <rguenther@suse.de>
26543         PR middle-end/42927
26544         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
26546 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26548         * config.gcc: Reenable check for obsolete targets.
26549         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
26550         mips-sgi-irix6.[0-4]*.
26552 2010-02-02  Nick Clifton  <nickc@redhat.com>
26554         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
26555         constant size of 4 as being the same as 0.
26556         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
26557         can take values in the range 0..4.
26559 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
26561         PR java/41991
26562         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
26563         as _darwin10_Unwind_FindEnclosingFunction().
26564         * libgcc-libsystem.ver: New.
26566 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
26568         PR target/41399
26569         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
26570         implicitly set registers.
26572 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
26574         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
26575         (arm_override_options): Allow automatic selection of the thread
26576         pointer register if thumb2.
26577         (legitimize_pic_address): Improve code sequences for Thumb2.
26578         (arm_call_tls_get_addr): Likewise.
26579         (legitimize_tls_address): Likewise.
26580         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
26581         (pic_load_addr_32bit): ... this.  New named pattern.
26582         * thumb2.md (pic_load_addr_thumb2): Delete.
26583         (pic_load_dot_plus_four): Delete.
26584         (tls_load_dot_plus_four): New named pattern.
26586 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26588         PR libgomp/29986
26589         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
26590         Document fix for TLS bug.
26592 2010-01-31  Richard Guenther  <rguenther@suse.de>
26594         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
26595         conservatively correct.
26597 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
26599         PR target/42850
26600         Revert:
26601         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
26603         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
26605 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26607         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
26609 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
26611         * config.gcc: Adjust order of makefile fragments for mingw targets.
26613 2010-01-31  Richard Guenther  <rguenther@suse.de>
26615         PR middle-end/42898
26616         * gimplify.c (gimplify_init_constructor): For volatile LHS
26617         initialize a temporary.
26619 2010-01-31  Matthias Klose  <doko@ubuntu.com>
26621         * configure.ac: Fix __stack_chk_fail check for cross builds configured
26622         --with-headers
26623         * configure: Regenerate.
26625 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
26627         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
26628         the same alias set and their sizes different constantness.
26629         (aliasing_component_refs_p): Revert 2009-10-24 change.
26631 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26633         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
26634         unused.
26636 2010-01-29  Richard Guenther  <rguenther@suse.de>
26638         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
26639         Assert we successfully updated the call.
26641 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
26643         PR rtl-optimization/42889
26644         * df.h (df_set_bb_dirty_nonlr): New prototype.
26645         * df-core.c (df_set_bb_dirty_nonlr): New function.
26646         * df-scan.c (df_insn_rescan): Call it instead of
26647         df_set_bb_dirty for DEBUG_INSNs.
26649 2010-01-29  Richard Guenther  <rguenther@suse.de>
26651         PR middle-end/37448
26652         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
26653         quadratic behavior in most cases.
26655 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
26657         PR target/42891
26658         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
26659         in the call to gen_x86_movsicc_0_m1.
26661 2010-01-28  Richard Guenther  <rguenther@suse.de>
26663         PR tree-optimization/42871
26664         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
26666 2010-01-28  Richard Guenther  <rguenther@suse.de>
26668         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
26669         into call arguments.
26671 2010-01-28  Richard Guenther  <rguenther@suse.de>
26673         PR middle-end/42883
26674         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
26675         the forwarder if the destination is an EH landing pad.
26677 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
26679         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
26680         block list passed to gimple_duplicate_sese_tail.
26681         (parallelize_loops): Avoid parallelization when the function
26682         has_nonlocal_label.
26683         Avoid parallelization when the preheader is IRREDUCIBLE.
26684         Try to optimize when estimated_loop_iterations_int is unresolved.
26685         Add the loop's location to the dump file.
26686         * tree-cfg.c (add_phi_args_after_redirect): Remove.
26687         (gimple_duplicate_sese_tail): Remove the check for the latch.
26688         Redirect nexits to the exit block.
26689         Remove handling of the incoming edges to the latch.
26690         Redirect the backedge from the copied latch to the exit bb.
26692 2010-01-28  Michael Matz  <matz@suse.de>
26694         PR target/42881
26695         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
26696         Wrap force_reg into a sequence, emit it before user.
26698 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
26700         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
26701         (arm_rev): New.
26702         (arm_legacy_rev): Likewise.
26703         (thumb_legacy_rev): Likewise.
26705 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
26707         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
26708         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
26709         on MEM's address failed, try avoid_constant_pool_reference and
26710         recurse if it returned something different.
26711         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
26712         address, try avoid_constant_pool_reference and recurse if it
26713         returned something different.
26714         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
26715         address and avoid_constant_pool_reference returned something
26716         different, don't set have_address.
26718 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
26720         PR debug/42861
26721         * var-tracking.c (val_store): Add modified argument, obey it.
26722         Adjust callers.
26723         (count_uses): Move down logging of main.
26724         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
26725         don't need resolution.
26726         (emit_notes_in_bb): Likewise.
26728 2010-01-27  Richard Guenther  <rguenther@suse.de>
26730         PR middle-end/42878
26731         * tree-inline.c (remap_decl): Delay remapping of SSA name
26732         default definitions until we need them.
26734 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
26736         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
26737         (rs6000_delegitimize_address): New function.
26739         * config/s390/s390.c (s390_delegitimize_address): Call
26740         delegitimize_mem_from_attrs.
26742         PR middle-end/42874
26743         * tree-inline.c (cannot_copy_type_1): Removed.
26744         (copy_forbidden): Don't forbid copying of functions containing
26745         records/unions with variable length fields.
26747 2010-01-27  Christian Bruel  <christian.bruel@st.com>
26749         Revert:
26750         PR target/42841
26751         * config/sh/sh.c (find_barrier): Increase length for non delayed
26752         conditional branches.
26754 2010-01-27  Matthias Klose  <doko@ubuntu.com>
26756         * configure.ac (gnu-unique-object): Fix ldd version check.
26757         * configure: Regenerate.
26759 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26761         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
26762         HAVE_GNU_AS value.
26763         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
26764         Test for HAVE_GNU_AS value.
26766 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26768         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
26769         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
26770         INT64_TYPE): Define.
26771         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
26772         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
26773         INT_LEAST64_TYPE): Define.
26774         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
26775         UINT_LEAST64_TYPE): Define.
26776         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
26777         INT_FAST64_TYPE): Define.
26778         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
26779         UINT_FAST64_TYPE): Define.
26780         (INTMAX_TYPE, UINTMAX_TYPE): Define.
26781         (INTPTR_TYPE, UINTPTR_TYPE): Define.
26782         (SIG_ATOMIC_TYPE): Define.
26784 2010-01-26  Richard Guenther  <rguenther@suse.de>
26786         * df-scan.c (df_scan_set_bb_info): Remove assert.
26787         (df_insn_rescan_debug_internal): Merge asserts.
26788         (df_install_ref): Likewise.
26789         (df_mark_reg): Use bitmap_set_range.
26790         (df_hard_reg_used_p): Remove assert.
26791         (df_hard_reg_used_count): Likewise.
26793 2010-01-26  Richard Guenther  <rguenther@suse.de>
26795         PR rtl-optimization/42685
26796         * web.c (web_main): Ignore DEBUG_INSNs.
26798 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
26800         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
26802         (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
26803         Fix types of fndecl and arglist parameters.
26805 2010-01-26  Richard Guenther  <rguenther@suse.de>
26807         PR middle-end/42806
26808         * tree-eh.c (unsplit_eh): Skip debug insns.
26810 2010-01-26  Richard Guenther  <rguenther@suse.de>
26812         PR tree-optimization/42250
26813         * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
26815 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
26817         PR fortran/42866
26818         * omp-low.c (expand_omp_sections): Only use single_pred if
26819         l2_bb is single_pred_p.
26821 2010-01-25  Christian Bruel  <christian.bruel@st.com>
26823         PR target/42841
26824         * config/sh/sh.c (find_barrier): Increase length for non delayed
26825         conditional branches.
26826         (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
26828 2010-01-24  David S. Miller  <davem@davemloft.net>
26830         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
26831         define if not using GAS.
26832         * config/sparc/sparc.c (sparc_elf_asm_named_section):
26833         Likewise.  Delete SECTION_MERGE code, which is only applicable
26834         when using GAS.
26836 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
26838         PR c++/42748
26839         * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
26840         mangling of va_list in system headers.
26842 2010-01-23  Toon Moene  <toon@moene.org>
26844         * tree-predcom.c (combine_chains): Return NULL, not false.
26846 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
26848         * tree-loop-distribution.c (distribute_loop): Fix declaration and
26849         initialization of variable res to agree with return type.
26851 2010-01-22  Steve Ellcey  <sje@cup.hp.com>
26853         * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
26854         * tree-sra.c: Add include of expr.h.
26856 2010-01-22  Jakub Jelinek  <jakub@redhat.com>
26858         * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
26859         insert the debug stmt on the single non-EH edge from the stmt.
26861 2010-01-22  Richard Henderson  <rth@redhat.com>
26863         PR tree-opt/42833
26864         * tree-sra.c (sra_modify_assign): Delay re-gimplification of
26865         the RHS until after generate_subtree_copies has insertted its
26866         code before the current statement.
26868 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
26870         * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
26872         * gcc-plugin.h (plugin_init): Use "C" likage for c++.
26874 2010-01-21  Martin Jambor  <mjambor@suse.cz>
26876         PR tree-optimization/42585
26877         * tree-sra.c (struct access): New field grp_total_scalarization.
26878         (dump_access): Dump the new field.
26879         (should_scalarize_away_bitmap): New variable.
26880         (cannot_scalarize_away_bitmap): Likewise.
26881         (sra_initialize): Allocate new bitmaps.
26882         (sra_deinitialize): Free new bitmaps.
26883         (create_access_1): New function.
26884         (create_access): Parts moved to create_access_1.
26885         (type_consists_of_records_p): New function.
26886         (completely_scalarize_record): Likewise.
26887         (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
26888         (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
26889         (sort_and_splice_var_accesses): Hint groups with a total_scalarization
26890         access.
26891         (analyze_all_variable_accesses): Completely scalarize small eligible
26892         records.
26894 2010-01-21  Martin Jambor  <mjambor@suse.cz>
26896         * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
26898 2010-01-21  Andrew Haley  <aph@redhat.com>
26900         * gcc.c (process_command): Move lang_specific_driver before
26901         setting cc_libexec_prefix.
26903 2010-01-21  Richard Guenther  <rguenther@suse.de>
26905         PR middle-end/19988
26906         * fold-const.c (negate_expr_p): Pretend only negative
26907         real constants are easily negatable.
26909 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
26910             Jason Merrill  <jason@redhat.com>
26912         * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
26913         (TYPE_TRANSPARENT_AGGR): this, for union and record.
26914         * calls.c (initialize argument_information): Handle it.
26915         * c-common.c (handle_transparent_union_attribute): Use new name.
26916         * c-decl.c (finish_struct): Ditto.
26917         * c-typeck.c (type_lists_compatible_p): Ditto.
26918         (convert_for_assignment): Use new name and also handle record.
26919         * function.c (aggregate_value_p): Handle it.
26920         (pass_by_reference): Ditto.
26921         (assign_parm_data_types): Ditto.
26922         * print-tree.c (print_node): Ditto.
26923         * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
26924         * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
26925         * tree.c (first_field): New fn.
26927 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
26929         PR target/42818
26930         * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
26931         even when linking statically, for now.
26933 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
26935         PR debug/42715
26936         * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
26937         without a cselib val.
26938         (count_uses): Accept MO_VAL_SET with no val on stores.
26939         (add_stores): Likewise.
26941 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
26943         * var-tracking.c (check_value_val): Add a compile time assertion.
26944         (dv_is_decl_p): Simplify.
26945         (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
26946         gcc_assert if ENABLE_CHECKING.
26948 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
26950         PR debug/42782
26951         * var-tracking.c: Include tree-flow.h.
26952         (mem_dies_at_call): New.
26953         (dataflow_set_preserve_mem_locs): Use it.
26954         (dataflow_set_remove_mem_locs): Likewise.
26955         (dump_var): Renamed from dump_variable.  Adjust all callers.
26956         (dump_var_slot): Renamed from dump_variable_slot.  Likewise.
26957         * Makefile.in (var-tracking.o): Adjust deps.
26959 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
26961         * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
26963 2010-01-20  Richard Guenther  <rguenther@suse.de>
26965         PR tree-optimization/42717
26966         * tree-ssa-dce.c (get_live_post_dom): Remove.
26967         (forward_edge_to_pdom): Take an arbitrary edge to copy
26968         degenerate PHI args from.
26969         (remove_dead_stmt): Use the first post-dominator even if it
26970         does not contain live statements as redirection destination.
26972 2010-01-20  Richard Guenther  <rguenther@suse.de>
26974         * tree-inline.c (estimate_num_insns): Handle EH builtins.
26976 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
26978         * sel-sched.c (create_speculation_check): Remove set but not used
26979         variable twin.
26980         (try_transformation_cache): Remove set but not used variable ds.
26981         (calculate_privileged_insns): Remove set but not used variables
26982         cur_insn and min_spec_insn.
26983         (find_best_expr): Remove set but not used variable avail_n.
26984         * tree-predcom.c (base_names_in_chain_on): Remove set but not used
26985         variable e.
26986         * cgraphunit.c (assemble_thunk): Remove set but not used variable
26987         false_label.
26988         * haifa-sched.c (remove_notes): Remove set but not used variable prev.
26989         * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
26990         new_scop_exit_edge.
26992 2010-01-20  Felyza Wishbringer  <fwishbringer@gmail.com>
26994         PR bootstrap/42786
26995         * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
26996         cpu types.  Add support for *-sse3 cpu types.
26997         (x86_64-*-*): Ditto.
26999 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
27001         PR middle-end/42803
27002         * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
27003         argument, call initializer_constant_valid_p_1 instead of
27004         initializer_constant_valid_p, pass CACHE to it, return NULL
27005         immediately if first call returns NULL.
27006         (initializer_constant_valid_p_1): New function.
27007         (initializer_constant_valid_p): Use it.
27009 2010-01-20  Thomas Quinot  <quinot@adacore.com>
27011         * tree.def (PLACEHOLDER_EXPR): Fix comment.
27013 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
27015         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
27016         of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
27017         (loc_list_from_tree): Don't handle unsigned division.  Handle
27018         signed modulo using DW_OP_{over,over,div,mul,minus}.
27019         * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
27020         modulo instead of signed.
27022 2010-01-20  DJ Delorie  <dj@redhat.com>
27024         * config/h8300/h8300.c (F): Add "in_epilogue" flag.
27025         (Fpa): Pass it
27026         (h8300_emit_stack_adjustment): Propogate it.
27027         (push): Pass it.
27028         (h8300_expand_prologue): Likewise.
27029         (h8300_expand_epilogue): Likewise.
27031 2010-01-19  Michael Matz  <matz@suse.de>
27033         PR tree-optimization/41783
27034         * tree-data-ref.c (toplevel): Include flags.h.
27035         (dump_data_dependence_relation):  Also dump the inputs if the
27036         result will be unknown.
27037         (split_constant_offset_1): Look through some conversions.
27038         * tree-predcom.c (determine_roots_comp): Restart a new chain if
27039         the offset from last element is too large.
27040         (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
27041         (reassociate_to_the_same_stmt): Handle vector registers.
27042         * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
27043         (e.g. conversions).
27044         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
27045         wide_prolog_niters argument, emit widening instructions.
27046         (vect_do_peeling_for_alignment): Adjust caller, use widened
27047         variant of the iteration cound.
27048         * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
27050 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
27052         PR target/38697
27053         * config/arm/neon-testgen.m (emit_automatics): New parameter
27054         features. Adjust for Fixed_return_reg feature.
27055         (test_intrinsic): Call emit_automatics with new feature.
27056         * config/arm/neon.ml: Update copyright years.
27057         (features): New Fixed_return_reg feature.
27058         (ops): Update feature for Vget_low.
27060 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
27062         PR tree-optimization/42719
27063         * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
27064         stmt uses.
27066         PR debug/42728
27067         * fwprop.c (all_uses_available_at): Return false if def_set dest
27068         is a REG that is used in def_insn.
27070 2010-01-19  Joern Rennecke  <amylaar@spamcop.net>
27072         * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
27074         (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
27075         Add argument names.
27077         (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
27079         * target.h (struct gcc_target) <secondary_reload>: Change type
27080         of last argument to secondary_reload_info *.
27082 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
27084         PR target/42774
27085         * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
27086         memory references with unaligned offsets.  Remove CQImode handling.
27087         (unaligned_memory_operand): Return 1 for memory references with
27088         unaligned offsets.  Remove CQImode handling.
27090 2010-01-18  Richard Guenther  <rguenther@suse.de>
27092         PR middle-end/39954
27093         * cfgexpand.c (expand_call_stmt): TER pointer arguments in
27094         builtin calls.
27096 2010-01-18  Richard Guenther  <rguenther@suse.de>
27098         PR tree-optimization/42781
27099         * tree-ssa-structalias.c (find_what_var_points_to): Skip
27100         restrict processing only if the original variable was artificial.
27102 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
27104         * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
27105         find number of popped argument bytes.
27107         (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
27108         Fix the text that describes the return value for invalid insns.
27110         (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type.  Fix argument list.
27112         (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
27113         Clarify what 'cost of the -dependence' is.  Fix quoting.
27115         * toplev.c (default_get_pch_validity): Rename argument to "sz".
27116         * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
27118 2010-01-17  Jakub Jelinek  <jakub@redhat.com>
27120         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
27121         {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
27123 2010-01-17  Richard Guenther  <rguenther@suse.de>
27125         PR middle-end/42248
27126         * function.c (split_complex_args): Take a VEC to modify.
27127         (assign_parms_augmented_arg_list): Build a VEC instead of
27128         a chain of PARM_DECLs.
27129         (assign_parms_unsplit_complex): Take a VEC of arguments.
27130         Do not fixup unmodified parms.
27131         (assign_parms): Deal with the VEC.
27132         (gimplify_parameters): Likewise.
27134 2010-01-17  Richard Guenther  <rguenther@suse.de>
27136         * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
27137         node existence check.
27138         * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
27139         * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
27140         * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
27141         * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
27142         (gimple_execute_on_growing_pred): Likewise.
27144 2010-01-17  Richard Guenther  <rguenther@suse.de>
27146         PR tree-optimization/42773
27147         * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
27148         (compute_antic_aux): Likewise.
27149         (compute_partial_antic_aux): Likewise.
27151 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
27153         PR debug/42767
27154         * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
27155         and US_TRUNCATE.
27157 2010-01-17  Joern Rennecke  <amylaar@spamcop.net>
27159         * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
27160         appearance.
27162         (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
27163         Fix markup for strict argument.
27165         (TARGET_SCHED_REORDER2): Fix argument types.
27167         (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
27168         (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
27170         (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
27171         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
27173         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
27174         Add argument name.
27176         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
27177         (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
27178         (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
27179         (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
27180         (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
27182         (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
27184         (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
27186         (TARGET_ASM_RELOC_RW_MASK): Add return type.
27187         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
27189         (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
27191         (TARGET_ASM_FILE_START): Put @findex before paragraph start.
27192         Use prototype.
27194         (TARGET_ASM_NAMED_SECTION): Fix argument list.
27196         (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
27197         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
27199         (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
27201         (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
27203         (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
27204         referring to it.  Fix language.
27206         (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
27208         (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
27210         (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
27212         (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
27214         (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
27215         '@var{stream}.  Remove stray 'and'.
27217         (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
27219         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
27221         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
27223         (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
27224         misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
27226         (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
27227         Fix description of return value.
27228         Rename argument "sz" to "len."
27230         (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
27231         Clarify meaning of 'true' return value.
27233         (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
27235         (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
27236         rep_mode versus mode_rep.
27238         (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
27240         (TARGET_BUILTIN_DECL): Fix name.
27242         (TARGET_COMMUTATIVE_P): Fix type of first argument.
27244         (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
27246         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
27248         (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
27250         (TARGET_RELAXED_ORDERING): Use @deftypevr.
27252         (TARGET_GET_DRAP_RTX): Note that this is a hook.
27253         Clarify language.
27255         (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
27256         Rename argument tm_fn to md_fn.
27258         (TARGET_OPTION_PRINT): Fix argument list.
27260 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
27262         PR target/42664
27263         * config/i386/i386.c (ix86_fixup_binary_operands):
27264         Revert FMA4 fixup of operands.
27266 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27268         PR gcc/42525
27269         * Makefile.in (write_entries_to_file, install-plugin):
27270         Use \012 instead of \n with tr.
27272 2010-01-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
27274         * configure.ac (HAVE_AS_REF): New C macro.
27275         * configure: Regenerate.
27276         * config.in: Likewise.
27277         * collect2.c (main): Only postpone SCAN_DWEH to the second pass
27278         if HAVE_AS_REF.
27279         * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
27280         if HAVE_AS_REF.
27282 2010-01-16  Joern Rennecke  <amylaar@spamcop.net>
27284         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
27286         (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
27288         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
27290         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
27292         (TARGET_IN_SMALL_DATA_P): Fix argument type.
27294         (TARGET_BINDS_LOCAL_P): Fix argument type.
27296         (TARGET_ASM_FILE_END): Use prototype.
27298         (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
27300         (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
27302         (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
27304         (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
27306         (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
27307         (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
27309         (TARGET_PCH_VALID_P): Put 'const char *' in braces.
27310         (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
27312         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
27313         (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
27314         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
27315         (TARGET_ADDR_SPACE_CONVERT): Likewise.
27317         (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
27319         (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
27321         (TARGET_INIT_BUILTINS): Use prototype.
27323         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
27324         Put 'const char *' in braces.  Fix parameter types.
27325         (TARGET_INVALID_CONVERSION): Fix parameter types.
27326         (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
27327         (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
27329         (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
27330         Fix argument type.
27332         (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
27334         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
27336 2010-01-15  Joern Rennecke  <amylaar@spamcop.net>
27338         * doc/tm.texi (TARGET_HELP): Fix return type.
27340         (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
27341         in braces.  Fix argument types.
27343         (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
27345         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
27347         (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
27349         (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
27350         (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
27352         (TARGET_MANGLE_TYPE): Fix argument types.
27354         (TARGET_IRA_COVER_CLASSES): Use prototype.
27356         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
27358         (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
27360         (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
27362         (TARGET_MUST_PASS_IN_STACK): Fix argument type.
27364         (TARGET_CALLEE_COPIES): Fix argument types.
27366         (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
27368         (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
27370         (TARGET_FUNCTION_VALUE): Fix argument types.
27372         (TARGET_RETURN_IN_MSB): Fix argument type.
27374         (TARGET_RETURN_IN_MEMORY): Fix argument types.
27376         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
27378         (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
27380         (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
27381         agree with return type.
27383         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
27385 2010-01-15  Jing Yu  <jingyu@google.com>
27387         PR rtl-optimization/42691
27388         * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
27389         a pseudo to a constant and are merged, and adjust comments.
27391 2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
27393         * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
27395 2010-01-15  Richard Guenther  <rguenther@suse.de>
27397         PR middle-end/42739
27398         * tree-cfgcleanup.c (remove_forwarder_block): Move destination
27399         labels of computed or non-local gotos to the destination.
27400         * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
27401         landing pad label is the first label.
27403 2010-01-15  Richard Guenther  <rguenther@suse.de>
27405         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
27407 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
27409         PR target/42747
27410         * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
27411         to allow generation of the xssqrtdp instruction on power7.
27412         (sqrtdf2_fpr): Ditto.
27414 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
27416         PR middle-end/42674
27417         * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
27418         functions with noreturn attribute.
27420         PR c++/42608
27421         * varasm.c (declare_weak): Add weak attribute to decl if it
27422         doesn't have one already.
27423         (assemble_external): Only add decls to weak_decls if they also
27424         have weak attribute.
27426 2010-01-14  Alexandre Oliva  <aoliva@redhat.com>
27428         * var-tracking.c (var_reg_delete): Don't delete the association
27429         between REGs and values or one-part variables if the register
27430         isn't clobbered.
27432 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
27434         PR debug/42657
27435         * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
27436         because its first operand is a non-localized variable.
27438 2010-01-14  Martin Jambor  <mjambor@suse.cz>
27440         PR tree-optimization/42706
27441         * tree-sra.c (encountered_recursive_call): New variable.
27442         (encountered_unchangable_recursive_call): Likewise.
27443         (sra_initialize): Initialize both new variables.
27444         (callsite_has_enough_arguments_p): New function.
27445         (scan_function): Call decl and flags check only for IPA-SRA, check
27446         whether there is a recursive call and whether it has enough arguments.
27447         (all_callers_have_enough_arguments_p): New function.
27448         (convert_callers): Look for recursive calls only when
27449         encountered_recursive_call is set.
27450         (ipa_early_sra): Bail out either if
27451         !all_callers_have_enough_arguments_p or
27452         encountered_unchangable_recursive_call.
27454 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
27456         * sel-sched.c: Add 2010 to copyright years.
27457         * sel-sched-ir.c: Likewise.
27458         * sel-sched-ir.h: Likewise.
27460 2010-01-14  Martin Jambor  <mjambor@suse.cz>
27462         PR tree-optimization/42714
27463         * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
27464         constructors specially.
27466 2010-01-14  Andi Kleen  <ak@linux.intel.com>
27468         * config/i386/drivers-i386.c (detect_caches_intel):
27469         Add l2sizekb parameter and fill in.
27470         (host_detect_local_cpu): Add l2sizekb, fill in.
27471         Add Atom small cache heuristic.
27473 2010-01-14  Andi Kleen  <ak@linux.intel.com>
27475         * config/i386/drivers-i386.c (detect_caches_cpuid4):
27476         Add level3 parameter and fill in.
27477         (detect_caches_intel): Handle level3 cache.
27479 2010-01-14  Andi Kleen  <ak@linux.intel.com>
27481         * config/i386/drivers-i386.c (host_detect_local_cpu):
27482         Fix core duo detection.
27484 2010-01-14  Andi Kleen  <ak@linux.intel.com>
27486         * config/i386/drivers-i386.c (host_detect_local_cpu):
27487         Fix Atom detection.
27489 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
27491         * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
27492         (rs6000_variable_issue_1): this.  Use...
27493         (rs6000_variable_issue): here.  Reimplement.  Print debug info.
27495 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
27497         * sel-sched-ir.c (sel_restore_other_notes): Rename to
27498         sel_restore_notes.  Update all callers.  Call reemit_notes
27499         for all insns.
27501 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
27503         PR rtl-optimization/42246
27504         * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
27505         loops.
27507 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
27509         * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
27510         all successors is the same as number of successors in current region.
27512 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
27514         * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
27515         to rename is not separable.  Otherwise check that its LHS is not NULL.
27517 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
27519         * sel-sched.c (choose_best_reg_1):  Loop over all regs for mode.
27521 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
27523         * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
27524         available registers when failed to discover LHS register class.
27525         Fix indentation.  Update comment.
27527 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
27528             Alexander Monakov  <amonakov@ispras.ru>
27530         PR rtl-optimization/42389
27531         * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
27532         to can_issue_more.
27533         (advance_state_on_fence): Likewise.
27534         (sel_target_adjust_priority): Print debug output only when
27535         sched_verbose >= 4, not 2.
27536         (get_expr_cost): Do not issue all unique insns on the next cycle.
27537         (fill_insns): Initialize can_issue_more from the value saved
27538         with the fence.
27539         * sel-sched-ir.c (flist_add): New parameter issue_more.
27540         Init FENCE_ISSUE_MORE with it.
27541         (merge_fences): Likewise.
27542         (init_fences): Update call to flist_add.
27543         (add_to_fences, add_clean_fence_to_fences)
27544         (add_dirty_fence_to_fences): Likewise.
27545         (move_fence_to_fences): Update call to merge_fences.
27546         (invoke_reorder_hooks): Do not reset can_issue_more on insns from
27547         sched groups.
27548         * sel-sched-ir.h (struct _fence): New field issue_more.
27549         (FENCE_ISSUE_MORE): New accessor macro.
27551 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
27553         PR rtl-optimization/42388
27554         * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
27555         that have no predecessors nor successors.  Do not call move_bb_info
27556         for empty blocks outside of current region.
27558 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
27560         PR rtl-optimization/42294
27561         * sel-sched-ir.h (struct _sel_insn_data): Update comment.
27562         * sel-sched.c (move_exprs_to_boundary): Transitively add all
27563         originators' originators.
27565 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
27567         PR rtl-optimization/39453
27568         PR rtl-optimization/42246
27569         * sel-sched-ir.c (considered_for_pipelining_p): Do not test
27570         for pipelining_p.
27571         (sel_add_loop_preheaders): Add preheader to last_added_blocks.
27573 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
27574             Alexander Monakov  <amonakov@ispras.ru>
27576         PR middle-end/42245
27577         * sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
27578         (maybe_tidy_empty_bb): ... here.  Make static.  Add new
27579         argument.  Update all callers.
27580         (tidy_control_flow): ... and here.  Recompute topological order
27581         of basic blocks in region if necessary.
27582         (sel_redirect_edge_and_branch): Change return type.  Return true
27583         if topological order might have been invalidated.
27584         (purge_empty_blocks): Export and move from...
27585         * sel-sched.c (purge_empty_blocks): ... here.
27586         * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
27587         (maybe_tidy_empty_bb): Delete prototype.
27588         (purge_empty_blocks): Declare.
27590 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
27592         PR rtl-optimization/42249
27593         * sel-sched.c (try_replace_dest_reg): When chosen register
27594         and original register is the same, do not bail out early, but
27595         still check all original insns for validity of replacing destination
27596         register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
27597         in this case.
27599 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
27601         PR c/42721
27602         Port from no-undefined-overflow branch:
27603         2009-03-09  Richard Guenther  <rguenther@suse.de>
27605         * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
27607 2010-01-14  Richard Guenther  <rguenther@suse.de>
27609         PR lto/42665
27610         * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
27612 2010-01-14  Ira Rosen  <irar@il.ibm.com>
27614         PR tree-optimization/42709
27615         * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
27616         as scalar type in creation of constant vector operand.
27618 2010-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27620         PR testsuite/42414
27621         * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
27622         (check-parallel-%): Match `testsuite' directory component only
27623         at the end.
27625 2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>
27627         PR translation/39521
27628         * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
27629         strings with _().
27631 2010-01-13  Richard Guenther  <rguenther@suse.de>
27633         PR tree-optimization/42730
27634         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
27635         offset zero.
27637 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
27639         PR target/pr42542
27640         * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
27641         for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
27642         them signed.
27644 2010-01-13  Bernd Schmidt  <bernd.schmidt@analog.com>
27646         * config/bfin/libgcc-bfin.ver: Regenerate based on current
27647         libgcc-std.ver.  Add entries for ___smulsi3_highpart and
27648         ___umulsi3_highpart.
27650         * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
27651         rather than schedule_insns if the pass is enabled.
27653 2010-01-13  Martin Jambor  <mjambor@suse.cz>
27655         PR tree-optimization/42704
27656         * tree-sra.c (sra_modify_assign): Do not delete assignments to
27657         SSA_NAMEs.
27659 2010-01-13  Martin Jambor  <mjambor@suse.cz>
27661         PR tree-optimization/42703
27662         * tree-sra.c (analyze_access_subtree): Check that we can build a
27663         reference to the original data within the aggregate.
27665 2010-01-13  Richard Guenther  <rguenther@suse.de>
27667         PR tree-optimization/42705
27668         * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
27670 2010-01-13  Richard Guenther  <rguenther@suse.de>
27672         PR middle-end/42716
27673         * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
27675 2010-01-13  Jakub Jelinek  <jakub@redhat.com>
27677         PR debug/41371
27678         * var-tracking.c (values_to_unmark): New variable.
27679         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
27680         values_to_unmark vector.  Moved body to...
27681         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
27682         instead queue it into values_to_unmark vector.
27683         (vt_find_locations): Free values_to_unmark vector.
27685 2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
27687         * config/s390/s390.c (override_options): Set
27688         default of max-pending-list-length to 256
27690 2010-01-13  Richard Guenther  <rguenther@suse.de>
27692         PR lto/42678
27693         * tree-pass.h (PROP_gimple_lcx): New.
27694         * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
27695         * passes.c (init_optimization_passes): Move pass_lower_complex_O0
27696         before the final cleanup_eh.
27697         (dump_properties): Dump PROP_gimple_lcx.
27698         * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
27699         (tree_lower_complex_O0): Remove.
27700         (gate_no_optimization): Run if PROP_gimple_lcx is not set.
27701         (pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
27702         tree_lower_complex, schedule TODO_update_ssa.
27703         * lto-streamer-out.c (output_function): Stream the functions
27704         properties.
27705         * lto-streamer-in.c (input_function): Likewise.
27706         (lto_read_body): Do not override them here.
27708 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
27710         PR c/42708
27711         * c-typeck.c (build_c_cast): Fold value cast to union type before
27712         wrapping it in a CONSTRUCTOR.
27714 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
27716         PR rtl-optimization/42699
27717         * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
27718         involved.
27720 2010-01-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27722         * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
27723         SUBTARGET_WARN_UNUSED_SPEC): Move ...
27724         config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
27725         SUBTARGET_WARN_UNUSED_SPEC): ... here
27726         * config/mips/iris5.h (LIBGCC_SPEC): Define.
27728 2010-01-12  Julian Brown  <julian@codesourcery.com>
27730         * config/arm/neon-schedgen.ml (Utils): Don't try to
27731         open missing module.
27732         (find_with_result): New.
27734 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
27736         PR debug/42662
27737         * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
27738         sharing when canonicalizing ({lt,ge}u (plus a b) b).
27740         PR tree-optimization/42645
27741         * tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
27742         (remap_ssa_name): If processing_debug_stmt and name wasn't found in
27743         decl_map, set processing_debug_stmt to -1 and return name without
27744         any remapping.
27746 2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
27748         * doc/install.texi (Specific#x-x-cygwin): Document minimum required
27749         binutils version, and reword target configuration description.
27751 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
27753         * config/avr/avr.h (LINKER_NAME): Remove.
27755 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
27757         PR target/42416
27758         * config/rs6000/rs6000.c (rs6000_override_options): On targets
27759         that support VSX, warn for -mno-altivec if vsx is not disabled,
27760         and disable vsx.
27762 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
27763             Shujing Zhao  <pearly.zhao@oracle.com>
27765         PR translation/42469
27766         * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
27767         fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
27768         character between option name and help text.
27769         * c.opt (imultilib): Likewise.
27771 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
27773         * lto-streamer-out.c (output_unreferenced_globals): Output static
27774         variables.
27776 2010-01-10  Steven Bosscher  <steven@gcc.gnu.org>
27778         PR rtl-optimization/42621
27779         * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
27780         optimizing for size.
27781         (duplicate_computed_gotos): Remove now-redundant check.
27783 2010-01-10  Steve Ellcey  <sje@cup.hp.com>
27785         PR target/37454
27786         * configure.ac: Save and restore LDFLAGS and LIBS
27787         * configure: Regenerate.
27789 2010-01-10  Richard Guenther  <rguenther@suse.de>
27791         PR middle-end/42667
27792         * builtins.c (fold_builtin_strlen): Add type argument and
27793         convert the resulting length to it.
27794         (fold_builtin_1): Adjust.
27796 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
27798         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
27799         sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
27800         1 insn.
27801         (num_insns_constant_wide): Adjust for that change.
27803 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
27805         PR debug/42631
27806         * web.c (union_defs): Add used argument, to combine uses of
27807         uninitialized regs.
27808         (entry_register): Adjust type and tests of used argument.
27809         (web_main): Widen used for new use.  Pass it to union_defs.
27810         * df.h (union_defs): Adjust prototype.
27812 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
27814         PR debug/42630
27815         * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
27816         uses in new incoming argument.  Free body.
27817         (reset_debug_uses_in_loop): New.
27818         (analyze_insn_to_expand_var): Call the latter if the former found
27819         anything.  Fix whitespace.  Reject invalid dest overlaps before
27820         going through all insns in the loop.
27822 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
27824         PR debug/42629
27825         * haifa-sched.c (dying_use_p): Debug insns don't count.
27827 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
27829         PR middle-end/42363
27830         * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
27831         * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
27832         (verify_gimple_call): Reject LHS in noreturn calls.
27834 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
27836         PR debug/42604
27837         PR debug/42395
27838         * tree-vect-loop-manip.c (adjust_info): New type.
27839         (adjust_vec): New pointer to vector.
27840         (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
27841         (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
27842         (slpeel_update_phis_for_duplicate_loop): Use them.
27843         (slpeel_update_phi_nodes_for_guard1): Likewise.
27844         (slpeel_update_phi_nodes_for_guard2): Likewise.
27845         (slpeel_tree_peel_loop_to_edge): Likewise.
27846         (vect_update_ivs_after_vectorizer): Likewise.
27848 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
27850         * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
27851         (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
27853 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
27855         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
27856         bogus uninitialized warning.
27858 2010-01-09  Richard Guenther  <rguenther@suse.de>
27860         PR middle-end/42512
27861         * tree-scalar-evolution.c (interpret_loop_phi): Make sure
27862         the evolution is compatible with the initial condition.
27864 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
27866         * gcc.c (process_command): Update copyright notice dates.
27867         * gcov.c (print_version): Likewise.
27868         * gcov-dump.c (print_version): Likewise.
27869         * mips-tfile.c (main): Likewise.
27870         * mips-tdump.c (main): Likewise.
27872 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
27874         PR target/41885
27875         * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
27876         (rotlhi3): Delete.
27877         (rotlhi3_8): Delete.
27878         (rotlsi3): Delete.
27879         (rotlsi3_8): Delete.
27880         (rotlsi3_16): Delete.
27881         (rotlsi3_24): Delete.
27882         (rotl<mode>3): New.
27883         (*rotw<mode>3): New.
27884         (*rotb<mode>3): New.
27885         * config/avr/avr.c (avr_rotate_bytes): New function.
27886         * config/avr/avr-proto.h (avr_rotate_bytes): New function.
27888 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
27890         PR target/37454
27891         * configure.ac: Modify -rdynamic check.
27892         * configure: Regenerate.
27894 2010-01-08  DJ Delorie  <dj@redhat.com>
27896         * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
27897         register popping order.
27899 2010-01-08  Richard Guenther  <rguenther@suse.de>
27901         PR lto/42528
27902         * c.opt (fsigned-char): Also let LTO handle this option.
27903         (funsigned-char): Likewise.
27905 2010-01-07  Richard Guenther  <rguenther@suse.de>
27907         * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
27908         (gimple_op): Likewise.
27909         (gimple_op_ptr): Likewise.
27910         (gimple_assign_set_lhs): Remove gcc_assert.
27911         (gimple_assign_set_rhs1): Likewise.
27912         (gimple_assign_set_rhs2): Likewise.
27913         (gimple_call_set_lhs): Likewise.
27914         (gimple_call_set_fn): Likewise.
27915         (gimple_call_set_fndecl): Likewise.
27916         (gimple_call_fndecl): Likewise.
27917         (gimple_call_return_type): Likewise.
27918         (gimple_call_set_chain): Likewise.
27919         (gimple_call_num_args): Likewise.
27920         (gimple_call_set_arg): Likewise.
27921         (gimple_cond_set_code): Likewise.
27922         (gimple_cond_set_lhs): Likewise.
27923         (gimple_cond_set_rhs): Likewise.
27924         (gimple_cond_set_true_label): Likewise.
27925         (gimple_cond_set_false_label): Likewise.
27926         (gimple_label_set_label): Likewise.
27927         (gimple_goto_set_dest): Likewise.
27928         (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
27929         (gimple_debug_bind_get_value): Likewise.
27930         (gimple_debug_bind_get_value_ptr): Likewise.
27931         (gimple_debug_bind_set_var): Likewise.
27932         (gimple_debug_bind_set_value): Likewise.
27933         (gimple_debug_bind_reset_value): Likewise.
27934         (gimple_debug_bind_has_value_p): Likewise.
27935         (gimple_return_retval_ptr): Remove gcc_assert.
27936         (gimple_return_retval): Likewise.
27937         (gimple_return_set_retval): Likewise.
27938         * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
27939         (safe_referenced_var_iterator): Remove.
27940         (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
27941         * tree-flow-inline.h (gimple_nonlocal_all): Remove.
27942         (fill_referenced_var_vec): Remove.
27943         (first_readonly_imm_use): Remove redundant gcc_assert.
27944         (phi_arg_index_from_use): Combine gcc_asserts.
27945         (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
27946         (first_imm_use_stmt): Remove redundant gcc_assert.
27947         * tree-cfg.c (verify_gimple_call): Verify function and chain
27948         operands.  Verify arguments.
27949         (verify_types_in_gimple_stmt): Verify condition code and labels.
27951 2010-01-07  Richard Guenther  <rguenther@suse.de>
27953         PR tree-optimization/42641
27954         * sese.c (rename_map_elt_info): Use the SSA name version, do
27955         not hash pointers.
27957 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
27959         PR tree-optimization/42625
27960         * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
27961         TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
27963 2010-01-07  Duncan Sands  <baldrick@free.fr>
27965         * Makefile.in (PLUGIN_HEADERS): Add version.h.
27967 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
27969         PR target/42511
27970         * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
27971         note itself is not function_invariant_p.
27973 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
27975         * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
27976         Do not add the DF_NOTE problem.
27977         * store-motion.c (execute_rtl_store_motion): Likewise.
27979 2010-01-07  Martin Jambor  <mjambor@suse.cz>
27981         PR tree-optimization/42157
27982         * tree-sra.c (compare_access_positions): Stabilize sort if both
27983         accesses have integer types, return zero immediately if they are the
27984         same.
27986 2010-01-06  Richard Henderson  <rth@redhat.com>
27988         PR middle-end/41883
27989         * haifa-sched.c (add_to_note_list): Merge into ...
27990         (concat_note_lists): ... here, and ...
27991         (unlink_other_notes, rm_other_notes): Merge into...
27992         (remove_notes): ... here.  Create REG_SAVE_NOTEs for
27993         NOTE_INSN_EPILOGUE_BEG.
27995 2010-01-06  Richard Guenther  <rguenther@suse.de>
27997         * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
27998         not inline regular functions into always-inline functions.
28000 2010-01-06  Nick Clifton  <nickc@redhat.com>
28002         * config/rx/rx.h (enum rx_cpu_type): Add RX200.
28003         (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
28004         used together.
28005         (OVERRIDE_OPTIONS): Delete.
28006         (OPTIMIZATION_OPTIONS): Define.
28007         (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
28008         * config/rx/rx.c (rx_handle_option): Issue an error message if
28009         -mcpu=rx200 and -fpu are used together.
28010         (rx_set_optimization_options): New function.  Issue an error
28011         message if an optimization attribute attempts to reset the FPU/
28012         math optimization pairing.
28013         * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
28014         * config/rx/rx.opt: Set the default to 32-bit doubles.
28015         * config/rx/t-rx: Add multilibs for -nofpu option.
28016         * doc/invoke.texi: Update documentation of RX options.
28018 2010-01-06  Richard Guenther  <rguenther@suse.de>
28020         * tree-ssa-pre.c (name_to_id): New global.
28021         (alloc_expression_id): Simplify SSA name handling.
28022         (lookup_expression_id): Likewise.
28023         (init_pre): Zero name_to_id.
28024         (fini_pre): Free it.
28026 2010-01-06  Uros Bizjak  <ubizjak@gmail.com>
28028         * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
28030 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
28032         PR target/42542
28033         * config/i386/sse.md (smaxv2di3): New.
28034         (umaxv2di3): Likewise.
28035         (sminv2di3): Likewise.
28036         (uminv2di3): Likewise.
28038 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
28040         PR target/42564
28041         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
28042         * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
28043         (legitimize_tls_address): Likewise.
28044         (sparc_tls_referenced_p): Likewise.
28045         * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
28046         and adjust calls to legitimize_pic_address.
28047         (legitimate_constant_p) Use sparc_tls_referenced_p.
28048         (legitimate_pic_operand_p): Likewise.
28049         (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
28050         (sparc_tls_symbol_ref_1): Delete.
28051         (sparc_tls_referenced_p): Make static, recognize specific patterns.
28052         (legitimize_tls_address): Make static, handle CONST patterns.
28053         (legitimize_pic_address): Make static, remove unused parameter and
28054         adjust recursive calls.
28055         (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
28056         and adjust call to legitimize_pic_address.
28057         (sparc_output_mi_thunk): Likewise.
28059 2010-01-05  Paolo Bonzini  <bonzini@gnu.rg>
28060             H.J. Lu  <hongjiu.lu@intel.com>
28062         PR target/42542
28063         * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
28064         for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
28065         operands to make them signed.
28067         Revert:
28068         2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
28070         PR target/42542
28071         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
28072         GTU to GT for V4SI and V2DI.
28074         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
28075         (umin<mode>3): Removed.
28076         (uminv8hi3): New.
28077         (uminv4si3): Likewise.
28079 2010-01-05  Martin Jambor  <mjambor@suse.cz>
28081         PR tree-optimization/42462
28082         * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
28083         current_function_decl to helper functions and macros.
28085 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28087         PR bootstrap/41771
28088         * flags.h: Don't include real.h.
28089         (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
28090         HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
28091         * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
28092         HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
28093         * dominance.c: Update copyright.
28094         * gimple.c (walk_gimple_op): Remove inline.
28095         * tree-ssa-reassoc.c: Include real.h.
28096         * Makefile.in (FLAGS_H): Remove $(REAL_H).
28097         (tree-ssa-reassoc.o): Depend on $(REAL_H).
28099 2010-01-05  Nick Clifton  <nickc@redhat.com>
28101         * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
28102         register to push into the stack frame when the accumulator has to
28103         be saved during interrupts.
28105 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
28107         * doc/invoke.texi: Remove the documentation about option
28108         -Wunreachable-code.
28109         * common.opt (Wunreachable-code):  Preserved for backward
28110         compatibility.
28111         * tree-cfg.c: Remove the implementation of -Wunreachable-code.
28112         * opts.c (common_handle_option): Add OPT_Wunreachable_code to
28113         the backward compatibility flag section.
28115 2010-01-05  Richard Guenther  <rguenther@suse.de>
28117         * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
28119 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
28121         PR other/42611
28122         * cfgexpand.c (expand_one_var): Diagnose too large variables.
28124         PR tree-optimization/42508
28125         * tree-sra.c (convert_callers): Check for recursive call
28126         by comparing cgraph nodes instead of decls.
28127         (modify_function): Call ipa_modify_formal_parameters also
28128         on all same_body aliases.
28130         * cgraphunit.c (cgraph_materialize_all_clones): Compare
28131         cgraph nodes when checking for same_body aliases.
28133 2010-01-05  Richard Guenther  <rguenther@suse.de>
28135         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
28136         allocation and lookup.
28137         (get_or_alloc_expr_for_constant): Likewise.
28138         (phi_translate): Sink allocation.
28140 2010-01-04  Richard Guenther  <rguenther@suse.de>
28142         * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
28143         a new entry only if needed.
28144         * tree-ssa-dom.c (lookup_avail_expr): Likewise.
28145         * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
28146         hashtable lookup.
28147         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
28148         the result array.
28149         (phi_translate): Handle CONSTANTs early.
28151 2010-01-04  Martin Jambor  <mjambor@suse.cz>
28153         PR tree-optimization/42398
28154         * tree-sra.c (struct access): Removed flag grp_different_types.
28155         (dump_access): Do not dump the removed flag.
28156         (sort_and_splice_var_accesses): Do not set the removed flag.
28157         (sra_modify_expr): Check for type compatibility directly.
28159 2010-01-04  Martin Jambor  <mjambor@suse.cz>
28161         PR tree-optimization/42366
28162         * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
28163         edges with variable number of parameters.
28164         * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
28165         flag instead of asserting it.
28166         (ipa_read_node_info): Read uses_analysis_done flag.
28168 2010-01-04  Richard Guenther  <rguenther@suse.de>
28170         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
28171         iterative_hash_* as intended.
28172         (vn_reference_compute_hash): Likewise.  Simplify hashing
28173         SSA names.
28174         (vn_reference_lookup_2): Likewise.
28175         (vn_nary_op_compute_hash): Likewise.
28176         (vn_phi_compute_hash): Likewise.
28177         (expressions_equal_p): Remove strange code.
28178         * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
28179         (pre_expr_hash): Likewise.  Simplify hashing SSA names.
28180         (bitmap_insert_into_set_1): Take value-id as parameter.
28181         (add_to_value): Pass it.
28182         (bitmap_insert_into_set): Likewise.
28183         (bitmap_value_insert_into_set): Likewise.  Remove redundant check.
28185 2010-01-04  Jakub Jelinek  <jakub@redhat.com>
28187         PR driver/42442
28188         * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
28189         (do_self_spec): For switches with SWITCH_IGNORE set set also
28190         SWITCH_IGNORE_PERMANENTLY.
28191         (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
28192         of SWITCH_IGNORE.
28194 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
28196         * lto-streamer-out.c (output_unreferenced_globals): Output the full
28197         tree of an unreferenced global var.
28199 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
28201         PR target/42542
28202         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
28203         GTU to GT for V4SI and V2DI.
28205         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
28206         (umin<mode>3): Removed.
28207         (uminv8hi3): New.
28208         (uminv4si3): Likewise.
28210 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
28212         PR lto/42581
28213         * collect2.c (main): Turn on trace in collect2 if -v is passed
28214         to gcc with LTO.
28216 2010-01-03  Jerry Quinn  <jlquinn@optonline.net>
28218         * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
28219         description of expression operand.
28221 2010-01-03  Andrew Jenner  <andrew@codesourcery.com>
28223         * configure.ac: Add install-html to target_list for Make-hooks.
28224         * configure: Regenerate.
28225         * fortran/Make-lang.in (F95_HTMLFILES): New.
28226         (fortran.html): Use it.
28227         (fortran.install-html): New.
28228         * Makefile.in (install-html): Add lang.install-html.
28229         * java/Make-lang.in (JAVA_HTMLFILES): New.
28230         (java.html): Use it.
28231         (java.install-html): New.
28232         * objc/Make-lang.in (objc.install-html): New.
28233         * objcp/Make-lang.in (obj-c++.install-html): New.
28234         * cp/Make-lang.in (c++.install-html): New.
28235         * ada/gcc-interface/Make-lang.in (ada.install-html): New.
28236         * lto/Make-lang.in (lto.install-html): New.
28238 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
28240         PR lto/42520
28241         * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
28243 2009-01-03  Steven Bosscher  <steven@gcc.gnu.org>
28245         PR rtl-optimization/41862
28246         * store-motion.c (store_killed_in_insn, compute_store_table,
28247         remove_reachable_equiv_notes, replace_store_insn,
28248         build_store_vectors): Ignore all DEBUG_INSNs.
28250 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
28252         PR lto/41564
28253         * common.opt: Add dumpdir.
28255         * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
28256         isn't specified.
28257         (option_map): Add --dumpdir.
28259         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
28261         * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
28263         * opts.c (decode_options): Try dump_dir_name first if
28264         dump_base_name isn't an absolute path.
28265         (common_handle_option): Handle OPT_dumpdir.
28267         * toplev.c (dump_dir_name): New.
28268         (print_switch_values): Also ignore -dumpdir.
28270         * toplev.h (dump_dir_name): New.
28272 2010-01-03  Richard Guenther  <rguenther@suse.de>
28274         PR tree-optimization/42589
28275         * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
28276         double-word expansion of bswap32.
28278 2010-01-03  Steven Bosscher  <steven@gcc.gnu.org>
28280         * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
28281         with BLOCK_FOR_INSN.
28282         * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
28283         * ifcvt.c (noce_get_alt_condition, noce_try_abs,
28284         noce_process_if_block): Likewise.
28285         * gcse.c (compute_local_properties, insert_expr_in_table,
28286         insert_set_in_table, canon_list_insert, find_avail_set,
28287         pre_insert_copy_insn): Likewise.
28289         * basic-block.h (BLOCK_NUM): Move from here...
28290         * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
28292 2010-01-03  Richard Guenther  <rguenther@suse.de>
28294         PR tree-optimization/42438
28295         * tree-ssa-pre.c (struct bb_bitmap_sets): Add
28296         contains_may_not_return_call flag.
28297         (BB_MAY_NOTRETURN): New.
28298         (valid_in_sets): Trapping nary operations are not valid
28299         in blocks that may not return.
28300         (insert_into_preds_of_block): Remove check for trapping expressions.
28301         (compute_avail): Compute also BB_MAY_NOTRETURN.
28303 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
28305         * doc/invoke.texi: Add 2010 to copyright years.
28307 2010-01-03  Eric Botcazou  <ebotcazou@adacore.com>
28309         * config/sparc/sparc.c: Fix formatting nits.
28311 2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
28312             Alexander Monakov  <amonakov@ispras.ru>
28314         * doc/invoke.texi (Optimize Options): Reword introduction a bit.
28316 2010-01-02  Richard Guenther  <rguenther@suse.de>
28318         PR middle-end/42577
28319         * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
28320         (simplify_switch_using_ranges): Mark to be removed edges
28321         as non-executable.
28323 2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
28325         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
28327         * collect2.c (scan_libraries): Add missing argument in call to
28328         scan_prog_file.
28330 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
28332         PR target/42448
28333         * config/alpha/predicates.md (aligned_memory_operand): Return false
28334         for CQImode.
28335         (unaligned_memory_operand): Return true for CQImode.
28336         * config/alpha/alpha.c (get_aligned_mem): Assert that location
28337         doesn not cross aligned SImode word boundary.
28339 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
28341         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
28342         Remove.
28343         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
28344         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
28346 2010-01-02  Richard Guenther  <rguenther@suse.de>
28348         PR lto/41597
28349         * toplev.c (compile_file): Emit LTO marker properly.  Change
28350         it to __gnu_lto_v1.
28351         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
28353 2010-01-01  Richard Guenther  <rguenther@suse.de>
28355         PR debug/42455
28356         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
28358 2010-01-01  Richard Guenther  <rguenther@suse.de>
28360         PR c/42570
28361         * c-decl.c (grokdeclarator): For zero-size arrays force
28362         structural equality checks as layout_type does.
28364 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
28366         * builtins.c: Update copyright to 2010.
28368 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
28370         PR lto/42531
28371         * lto-streamer-out.c (produce_asm): Revert the last change.
28372         (copy_function): Likewise.
28374         * lto-streamer.c (lto_get_section_name): Skip any leading
28375         asterisk in name.
28377 2010-01-01  Richard Guenther  <rguenther@suse.de>
28379         PR middle-end/42559
28380         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
28381         for LABEL_DECLs.
28384 Copyright (C) 2010 Free Software Foundation, Inc.
28386 Copying and distribution of this file, with or without modification,
28387 are permitted in any medium without royalty provided the copyright
28388 notice and this notice are preserved.