OSDN Git Service

* config/i386/i386.c (ix86_supports_split_stack): Test
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2010-09-28  Ian Lance Taylor  <iant@google.com>
2
3         * config/i386/i386.c (ix86_supports_split_stack): Test
4         HAVE_GAS_CFI_PERSONALITY_DIRECTIVE rather than
5         dwarf2out_do_cfi_asm.
6
7 2010-09-28  Ian Lance Taylor  <iant@google.com>
8
9         PR target/45815
10         * opts.c (decode_options): Don't test whether the target supports
11         split stack if flag_split_stack == 0.
12
13 2010-09-28  Jan Hubicka  <jh@suse.cz>
14
15         * builtin-attrs.def (ATTR_LEAF): New attribute.
16         (ATTR_NOVOPS_LEAF_LIST, ATTR_LEAF_LIST, ATTR_NOTHROW_LEAF_LIST,
17         ATTR_CONST_NOTHROW_LEAF_LIST, ATTR_PURE_NOTHROW_LEAF_LIST,
18         ATTR_PURE_NOTHROW_NOVOPS_LEAF_LIST, ATTR_NORETURN_NOTHROW_LEAF_LIST,
19         ATTR_MALLOC_NOTHROW_LEAF_LIST, ATTR_SENTINEL_NOTHROW_LEAF_LIST,
20         ATTR_NOTHROW_NONNULL_LEAF, ATTR_CONST_NOTHROW_NONNULL_LEAF,
21         ATTR_CONST_NOTHROW_TYPEGENERIC_LEAF, ATTR_PURE_NOTHROW_NONNULL_LEAF,
22         ATTR_MALLOC_NOTHROW_NONNULL_LEAF): New attribute lists.
23         * sync-builtins.def: Annotate all builtins by leaf.
24         * omp-builtins.def: Annotate all builtins by leaf.
25         * builtins.def: Annotate relevant builtins with leaf attribute.
26         (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
27         ATTR_MATHFN_FPROUNDING_ERRNO, ATTR_MATHFN_FPROUNDING_STORE): Make
28         leaf.
29
30 2010-09-28  Jan Hubicka  <jh@suse.cz>
31
32         * tree-ssa-ccp.c (fold_ctor_reference): New function.
33         (fold_const_aggregate_ref): Use it.
34         * fold-const.c (canonicalize_constructor_val): Check that we don't fold
35         into external static.
36
37 2010-09-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
38
39         PR target/44452
40         * config/i386/i386.opt (mvect8-ret-in-mem): Define.
41         * config/i386/i386.c (ix86_target_string): Handle -mvect8-ret-in-mem.
42         (ix86_solaris_return_in_memory): Remove.
43         * config/i386/i386-protos.h (ix86_solaris_return_in_memory): Remove.
44         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
45         (TARGET_SUBTARGET_DEFAULT): Redefine.
46         * config/i386/sol2-10.h (TARGET_SUBTARGET_DEFAULT): Update comment.
47         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
48         (TARGET_SUBTARGET_DEFAULT): Redefine.
49         * doc/invoke.texi (Option Summary, i386 and x86-64 Options): Add
50         -mvect8-ret-in-mem.
51         (i386 and x86-64 Options): Document -mvect8-ret-in-mem.
52
53 2010-09-29  Alan Modra  <amodra@gmail.com>
54
55         PR target/45807
56         * config/rs6000/aix.h (SETUP_FRAME_ADDRESSES): Delete.
57         * config/rs6000/linux64.h (SETUP_FRAME_ADDRESSES): Delete.
58         * config/rs6000/rs6000-protos.h (rs6000_aix_emit_builtin_unwind_init):
59         Delete.
60         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init): Delete.
61         (rs6000_emit_prologue): Don't just create frame save info for r2,
62         actually save r2.
63
64 2010-09-28  Richard Henderson  <rth@redhat.com>
65
66         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Output 8 bytes
67         when 8 bytes are requested.
68
69 2010-09-28  Tristan Gingold  <gingold@adacore.com>
70
71         * config/avr/avr.c (expand_prologue): Set
72         current_function_static_stack_size.
73
74 2010-09-28  Tristan Gingold  <gingold@adacore.com>
75
76         * config/alpha/alpha.md: Change the initial condition of the
77         probing loop.
78
79 2010-09-28  Uros Bizjak  <ubizjak@gmail.com>
80
81         * config/i386/sse.md (*avx_<umaxmin:code><mode>3):
82         Split from *avx_<maxmin:code><mode>3.
83         (*avx_<smaxmin:code><mode>3): Ditto.
84         * config/i386/i386.md (maxmin): Remove code iterator.
85
86 2010-09-27  Ian Lance Taylor  <iant@google.com>
87
88         * config/i386/i386.c (ix86_supports_split_stack): -fsplit-stack
89         requires assembler support for CFI directives.
90
91 2010-09-27  Richard Henderson  <rth@redhat.com>
92
93         * dwarf2out.c (dwarf2out_cfi_label): Use ASM_OUTPUT_DEBUG_LABEL.
94
95 2010-09-27  Hans-Peter Nilsson  <hp@axis.com>
96
97         * emit-rtl.c (reorder_insns_nobb) [ENABLE_CHECKING]: Sanity-check
98         that AFTER is not in the range FROM..TO, inclusive.
99
100 2010-09-27  Hans-Peter Nilsson  <hp@axis.com>
101             Bernd Schmidt  <bernds@codesourcery.com>
102
103         PR rtl-optimization/45792
104         * cfgcleanup.c (try_head_merge_bb): New rtx vector nextptr.
105         If not all insns are to be merged, for each edge, stash the
106         next candidate after the to-be-merged insns before doing the
107         merge, and use them for the retry at the new insertion point.
108         Handle CC0 targets when retrying.
109
110 2010-09-27  Ian Lance Taylor  <iant@google.com>
111
112         * common.opt (fsplit-stack): New option.
113         * opts.c (decode_options): Set flag_split_stack to final value.
114         * target.def (supports_split_stack): New hook.
115         * gcc.c (STACK_SPLIT_SPEC): Define.
116         (LINK_COMMAND_SPEC): Use STACK_SPLIT_SPEC.
117         * doc/invoke.texi (Option Summary): Mention -fsplit-stack.
118         (Code Gen Options): Document -fsplit-stack.
119         * doc/extend.texi (Function Attributes): Mention no_split_stack.
120         (Function Attributes): Document no_split_stack.
121         * doc/tm.texi.in (Stack Smashing Protection): Add @hook
122         TARGET_SUPPORTS_SPLIT_STACK.
123         * doc/tm.texi: Rebuild.
124         * function.c (thread_prologue_and_epilogue_insns): If
125         flag_split_stack, add split stack prologue.
126         * explow.c (allocate_dynamic_stack_space): Support -fsplit-stack.
127         * varasm.c (saw_no_split_stack): New static variable.
128         (assemble_start_function): Set saw_no_split_stack if the function
129         has the no_split_stack attribute.
130         (file_end_indicate_split_stack): New function.
131         * output.h (file_end_indicate_split_stack): Declare.
132         * libgcc-std.ver (GCC_4.6.0): Add -fsplit-stack support variables
133         and function.
134         * doc/libgcc.texi (Miscellaneous routines): Document -fsplit-stack
135         routines.
136         * config/i386/i386.c (ix86_option_override_internal): Don't set
137         expand_builtin_va_start to NULL if -fsplit-stack.
138         (ix86_function_regparm): Reduce local regparm by 1 for 32-bit
139         -fsplit-stack.
140         (ix86_va_start): If -fsplit-stack, get overflow pointer from
141         scratch register set by prologue.
142         (ix86_code_end): If -fsplit-stack, call
143         file_end_indicate_split_stack.
144         (ix86_supports_split_stack): New static function.
145         (SPLIT_STACK_AVAILABLE): Define.
146         (split_stack_prologue_scratch_regno): New static function.
147         (split_stack_fn): New static variable.
148         (ix86_expand_split_stack_prologue): New function.
149         (ix86_live_on_entry): New static function.
150         (ix86_legitimate_address_p): Handle UNSPEC_STACK_CHECK.
151         (output_pic_addr_const): Likewise.
152         (i386_asm_output_addr_const_extra): Likewise.
153         (ix86_expand_call): Change return type to rtx.  Return the new
154         call instruction.
155         (TARGET_SUPPORTS_SPLIT_STACK): Define.
156         (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
157         * config/i386/i386.md (UNSPEC_STACK_CHECK): Define.
158         (split_stack_prologue, split_stack_return): New insns.
159         (split_stack_space_check): New insn.
160         * config/i386/i386.h (struct machine_function): Add
161         split_stack_varargs_pointer field.
162         * config/i386/linux.h (TARGET_CAN_SPLIT_STACK): Define.
163         (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
164         * config/i386/linux64.h (TARGET_CAN_SPLIT_STACK): Define.
165         (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
166         * config/i386/i386-protos.h (ix86_expand_split_stack_prologue):
167         Declare.
168         (ix86_expand_call): Update declaration.
169
170 2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>
171
172         * doc/objc.texi (Type encoding): Added the new 'long double' (D)
173         code.  Added byref, which was missing in the list of codes.
174         Explain that enumeration values are encoded as the integer type
175         that the compiler uses to store them.  Explain and make examples
176         of how 'const' interacts with pointers, and the complication of
177         the encoding of 'const char *'.
178         (Legacy type encoding): New subsection, explaining that GCC emits
179         incorrect type encodings for the NeXT runtime for compatibility
180         reasons.
181         (@@encode): New subsection, explaining @encode and particularly
182         that protocol qualifiers are not recognized inside an @encode()
183         expression.
184         (Method signatures): New subsection, explaining how method
185         signatures are encoded.
186
187 2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>
188
189         Merge from 'apple/trunk' branch on FSF servers.  Removed small
190         change in build_conditional_expr that had been added when fixing
191         PR objc/27377 and which did the same check in a less complete way.
192
193         2005-12-15  Fariborz Jahanian <fjahanian@apple.com>
194
195         Radar 4229905
196         * c-typeck.c (build_conditional_expr): Call objc_have_common_type when
197         looking for objective-c common pointer types.
198         
199         2005-06-22  Ziemowit Laski  <zlaski@apple.com>
200
201         Radar 4154928
202         * c-typeck.c (build_conditional_expr): For two ObjC pointer types,
203         use their ObjC common type.
204
205 2010-09-27  Richard Guenther  <rguenther@suse.de>
206
207         * dbxout.c (dbxout_symbol): Use DECL_FILE_SCOPE_P.
208
209 2010-09-27  Jie Zhang  <jie@codesourcery.com>
210
211         * print-tree.c (print_node): Print in-constant-pool.
212
213 2010-09-27  Uros Bizjak  <ubizjak@gmail.com>
214
215         * config/i386/i386.h (CLASS_MAX_NREGS): Also handle XCmode.
216         (UNITS_PER_WORD): Define only when IN_LIBGCC2 is undefined.
217         (MOVE_MAX_PIECES): Redefine using UNITS_PER_WORD.
218         (ASM_OUTPUT_AVX_PREFIX): Simplify pointer addition.
219
220 2010-09-26  Uros Bizjak  <ubizjak@gmail.com>
221
222         * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_add): Merge
223         from pro_epilogue_adjust_stack_<mode>_{1,2}.
224         (pro_epilogue_adjust_stack_<mode>_add): Rename from
225         pro_epilogue_adjust_stack_<mode>_3.
226         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for
227         renamed pro_epilogue_adjust_stack_{si,di}_add.
228         (ix86_expand_prologue): Use indirect functions.  Update for renamed
229         pro_epilogue_adjust_stack_{si,di}_sub.
230
231 2010-09-26  Uros Bizjak  <ubizjak@gmail.com>
232
233         * config/i386/i386.md (movmsk_df): New insn.
234         (signbitdf): Split out of signbit<mode>2.  Generate movmsk_df
235         sequence for TARGET_SSE_MATH.
236
237 2010-09-26  Richard Sandiford  <rdsandiford@googlemail.com>
238
239         * config/mips/mips.c (mips_builtin_decls): Declare.
240         (mips_init_builtins): Store function declarations in
241         mips_builtin_decls.
242         (mips_builtin_decl): New function.
243         (TARGET_BUILTIN_DECL): Define.
244
245 2010-09-25  Kai Tietz  <kai.tietz@onevision.com>
246             Richard Henderson  <rth@redhat.com>
247
248         * config/i386/cygwin.asm: Include auto-host.h.
249         (cfi_startproc, cfi_endproc, cfi_adjust_cfa_offset,
250         cfi_def_cfa_register, cfi_register, cfi_push, cfi_pop): New macros.
251         (__chkstk, __alloca): Annotate for dwarf2 unwind info.  Drop
252         alignment code from the 64-bit path.  Use gas local labels.
253         * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_2): Macroize
254         from _di_2.  Remove the useless constant integer argument.
255         (pro_epilogue_adjust_stack_<mode>_3): New.
256         (allocate_stack_worker_probe_<mode>): Macroize from
257         allocate_stack_worker_{32,64}.  Use __chkstk_ms.  Update all users.
258         * config/i386/i386.c (ix86_expand_prologue): Use __chkstk_ms;
259         use gen_pro_epilogue_adjust_stack_*_3 and annotate it.
260         (__chkstk_ms): New function.
261         * config/i386/t-cygming (LIB1ASMFUNCS): Add _chkstk_ms.
262         * gcc/config/i386/t-interix: Likewise.
263         * configure.ac (HAVE_GAS_CFI_DIRECTIVE): Export for target.
264         (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): Likewise.
265         (HAVE_GAS_CFI_SECTIONS_DIRECTIVE): Likewise.
266         * configure, config.in: Rebuild.
267
268 2010-09-25  Eric Botcazou  <ebotcazou@adacore.com>
269
270         * tree-inline.c (copy_bb): Use GSI_CONTINUE_LINKING when inserting new
271         statements because of the return slot optimization.
272
273 2010-09-25  Anatoly Sokolov  <aesok@post.ru>
274
275         * config/avr/avr.h (CLASS_LIKELY_SPILLED_P): Remove.
276         * config/avr/avr-protos.h (class_likely_spilled_p): Remove.
277         * config/avr/avr.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
278         (class_likely_spilled_p): Rename to...
279         (avr_class_likely_spilled_p): ...this. Make static. Change argument
280         type to reg_class_t.
281
282 2010-09-24  Jan Hubicka  <jh@suse.cz>
283
284         * lto-symtab.c (lto_symtab_entry_def): Add guessed field.
285         (lto_symtab_resolve_symbols): Set it.
286         (lto_symtab_merge_decls_1): Do not compute used_from_object_file;
287         store resolution field in cgraph/varpool.
288         * cgraph.c (cgraph_same_body_alias, cgraph_add_thunk): Return node.
289         (cgraph_get_node_or_alias, cgraph_get_node_or_alias): Constify.
290         (cgraph_dump_node): Drop used_from_object_file.
291         (cgraph_clone_node, cgraph_create_virtual_clone): Likewise.
292         (cgraph_function_body_availability): Use decl_replaceable_p.
293         (cgraph_make_node_local): Set resolution to LDPR_PREVAILING_DEF_IRONLY.
294         (cgraph_can_remove_if_no_direct_calls_and_refs): Use
295         cgraph_used_from_object_file_p.
296         (cgraph_will_be_removed_from_program_if_no_direct_calls): Use
297         cgraph_used_from_object_file_p.
298         (resolution_used_from_other_file_p): New functoin.
299         (cgraph_used_from_object_file_p): New predicate.
300         * cgraph.h: Include plugin-api.h
301         (struct cgraph_local_info): Remove used_from_object_file.
302         (struct cgraph_node): Add resolution field.
303         (struct varpool_node): Likewise; remove used_from_object_file;
304         reove const_value_known.
305         (cgraph_get_node, cgraph_get_node_or_alias, cgraph_node,
306         cgraph_same_body_alias, cgraph_add_thunk): Update prototypes.
307         (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
308         varpool_used_from_object_file_p): Declare.
309         (varpool_get_node, varpool_extra_name_alias): Update prototype.
310         * tree.h (DECL_REPLACEABLE_P): Remove.
311         (decl_replaceable_p, decl_binds_to_current_def_p): Declare.
312         * final.c (rest_of_clean_state): Use decl_binds_to_current_def_p.
313         * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
314         input_overwrite_node, input_node, input_varpool_node): Stream
315         resolution.
316         * expr.c (expand_expr_real_1): Use const_value_known_p
317         * ipa.c (ipa_discover_readonly_nonaddressable_var): Do not set
318         const_value_known.
319         (cgraph_externally_visible_p): Use cgraph_used_from_object_file_p.
320         (function_and_variable_visibility): Set resolution for local vars
321         and functions; use varpool_used_from_object_file_p.
322         * varasm.c (resolution_to_local_definition_p, resolution_local_p): New
323         static functions.
324         (default_binds_local_p_1): Use resolutoin info.
325         (decl_binds_to_current_def_p, decl_replaceable_p): New functions.
326         * varpool.c (varpool_get_node): Constify.
327         (const_value_known_p): Do not use vnode->const_value_known;
328         use decl_replaceable_p.
329         (varpool_finalize_decl): Do not set const_value_known.
330         (cgraph_variable_initializer_availability): Use decl_replaceable_p
331         (varpool_extra_name_alias): Return new node.
332         (varpool_used_from_object_file_p): New function.
333
334 2010-09-24  Richard Henderson  <rth@redhat.com>
335
336         * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): New.
337         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): New.
338         (do_spill): Use REG_CFA_OFFSET.
339         (ia64_expand_prologue): Use REG_CFA_ADJUST_CFA and REG_CFA_REGISTER
340         as appropriate.
341         (ia64_expand_epilogue): Likewise.
342         (process_set): Split into ...
343         (process_cfa_adjust_cfa): this,
344         (process_cfa_register): this,
345         (process_cfa_offset): and this new function.
346         (ia64_asm_unwind_emit): Use them.  Expect REG_CFA_* notes
347         instead of REG_FRAME_RELATED_EXPR.
348
349 2010-09-24  Olivier Hainque  <hainque@adacore.com>
350
351         * config/i386/vx-common.h (DBX_REGISTER_NUMBER): Reinstate.
352
353 2010-09-24  Jan Hubicka  <jh@suse.cz>
354
355         * doc/extend.texi: (attribute leaf): Document.
356         * tree.c (local_define_builtin): Handle ECF_LEAF.
357         (build_common_builtin_nodes): Set ECF_LEAF where needed.
358         * tree.h (ECF_LEAF): New.
359         * ipa-reference.c (propagate_bits): For leaf calls propagate ever
360         overwrittable and unavailable functions.
361         (ipa_init): Put all_module_statics into optimization_summary_obstack.
362         (copy_global_bitmap): Do not copy all_module_statics.
363         (read_write_all_from_decl): Use cgraph_node argument; handle ECF_LEAF.
364         (propagate): Handle overwritable and unavailable leaf functions;
365         initialize global info for overwritable and unavailable leaf functions;
366         do not free all module statics.
367         (ipa_reference_get_not_{read,written}_global): Leaf calls don't clobber
368         local statics.
369         * calls.c (flags_from_decl_or_type): Handle leaf.
370         * tree-cfg.c (stmt_can_make_abnormal_goto): Leaf functions can't do
371         abnormal gotos.
372
373 2010-09-24  Basile Starynkevitch  <basile@starynkevitch.net>
374
375         * gengtype.c: Reindented.
376         * gengtype.h: Reindented.
377         * gengtype-parse.c: Reindented.
378
379 2010-09-24  Jan Hubicka  <jh@suse.cz>
380
381         PR tree-optimization/45738
382         PR tree-optimization/45741
383         * expr.c (string_constant): Allow CONST_DECL too;
384         check that DECL_INITIAL is set.
385         * varpool.c (const_value_known_p): Only look into VAR_DECL
386         and CONST_DECL.
387
388 2010-09-24  Joseph Myers  <joseph@codesourcery.com>
389
390         * common.opt (undef): New.
391
392 2010-09-24  Jakub Jelinek  <jakub@redhat.com>
393
394         PR middle-end/45234
395         * rtl.h (enum global_rtl_index): Add
396         GR_VIRTUAL_PREFERRED_STACK_BOUNDARY.
397         (LAST_VIRTUAL_POINTER_REGISTER): Define.
398         (virtual_preferred_stack_boundary_rtx,
399         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM): Define.
400         (LAST_VIRTUAL_REGISTER): Increase by one.
401         (REGNO_PTR_FRAME_P): Use LAST_VIRTUAL_POINTER_REGISTER
402         instead of LAST_VIRTUAL_REGISTER.
403         * function.c (instantiate_new_reg): Handle
404         virtual_preferred_stack_boundary_rtx.
405         * emit-rtl.c (init_virtual_regs): Handle
406         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
407         (init_emit_regs): Initialize virtual_preferred_stack_boundary_rtx.
408         * explow.c (round_push): If crtl->preferred_stack_boundary
409         is smaller than MAX_SUPPORTED_STACK_ALIGNMENT, use
410         virtual_preferred_stack_boundary_rtx alignment instead of
411         crtl->preferred_stack_boundary alignment.
412         (allocate_dynamic_stack_space): Use CONST_INT_P and REG_P
413         macros.  Never decrease crtl->preferred_stack_boundary,
414         use crtl->preferred_stack_boundary or MAX_SUPPORTED_STACK_ALIGNMENT
415         instead of PREFERRED_STACK_BOUNDARY.  Don't modify
416         stack_pointer_delta in dynamic allocation, even when size
417         is constant.
418         (probe_stack_range, anti_adjust_stack_and_probe): Use CONST_INT_P
419         macro.
420         * print-rtl.c (print_rtx): Handle
421         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
422         * config/alpha/alpha.h (NONSTRICT_REG_OK_FP_BASE_P): Use
423         LAST_VIRTUAL_POINTER_REGISTER instead of LAST_VIRTUAL_REGISTER.
424         * config/frv/frv.c (frv_emit_movsi): Likewise.
425         * config/arm/arm.c (thumb1_legitimate_address_p): Likewise.
426         * config/rs6000/rs6000.c (virtual_stack_registers_memory_p):
427         Likewise.
428
429         Revert:
430         2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
431
432         PR middle-end/45234
433         * calls.c (expand_call): Make sure that all variable sized
434         adjustments are multiple of preferred stack boundary after
435         stack alignment.
436
437 2010-09-24  Iain Sandoe  <iains@gcc.gnu.org>
438             Dominique Dhumieres  <dominiq@lps.ens.fr>
439
440         PR bootstrap/45751
441         * gcc/config/darwin-driver.c (darwin_default_min_version):
442         Adjust size passed to memcpy in two places.
443
444 2010-09-24  Richard Guenther  <rguenther@suse.de>
445
446         * c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.
447         Make sure to not call set_type_context with error_mark_node.
448         * langhooks.c (lhd_set_decl_assembler_name): Use DECL_FILE_SCOPE_P.
449
450 2010-09-24  Richard Guenther  <rguenther@suse.de>
451
452         * Makefile.in (OBJS-onestep): Remove.
453         (ALL_HOST_BACKEND_OBJS): Remove libbackend.o.
454         (libbackend.a): Remove onestep support.
455         (libbackend.o): Remove.
456         * configure.ac (--enable-intermodule): Remove.
457         * configure: Regenerate.
458
459 2010-09-24  Bernd Schmidt  <bernds@codesourcery.com>
460
461         * cfgcleanup.c (flow_find_head_matching_sequence): Terminate when
462         reaching the end of a block if it occurs at a DEBUG_INSN.
463
464 2010-09-09  Tristan Gingold  <gingold@adacore.com>
465
466         PR target/44242
467         * config/vms/vms-crt0-64.c: Removed.
468         * config/vms/vms-crt0.c: Removed.
469         * config/vms/vms-psxcrt0-64.c: Removed.
470         * config/vms/vms-psxcrt0.c: Removed.
471         * config/vms/vms-ucrt0.c: New file.
472         * config/vms/t-vms64: Removed.
473         * config/vms/t-vms (VMS_EXTRA_PARTS): Uncomment it.  Remove DECC.
474         Use $(GCC_FOR_TARGET) to build pcrt0.o and vcrt0.o
475         * config.gcc (alpha-dec-vms): Use t-vms.
476
477 2010-09-24  Nicola Pero  <nicola.pero@meta-innovation.com>
478
479         * doc/invoke.texi (-fno-nil-receivers): Tidied up line to remove
480         underfull hbox in DVI output.
481         (-fobjc-class-cxx-cdtors): Same change.
482         (-fobjc-exceptions): Tidied up documentation.  Explain what the
483         option does, but moved the (lenghty) description of the exception
484         syntax into objc.texi.
485         (-fobjc-gc): Explain that the option is not useful with the GNU
486         runtime.
487         (-fzero-link): Explain that the GNU runtime always works in
488         "zero-link" mode.
489         * doc/objc.texi: All sections: simplified @node declarations
490         removing specification of next, previous, up node.
491         (Objective-C): Updated introduction.
492         (Garbage Collection): Updated.  The bohem-gc library is now
493         included in gcc itself.  Mention that this section only applies to
494         the GNU Objective-C runtime.
495         (compatibility_alias): Small tidy up.
496         (Exceptions): New section mostly containing text previously in the
497         description of the -fobjc-exception command-line option.
498         (Synchronization): Same.
499
500 2010-09-24  Uros Bizjak  <ubizjak@gmail.com>
501
502         * config/i386/i386.md (ix86_code_end): Move the initialization of
503         xops array near the consumer.  Use AX_REG and SP_REG instead of
504         numerical constants.
505
506 2010-09-24  Nicola Pero  <nicola.pero@meta-innovation.com>
507
508         * c-typeck.c (convert_arguments): Use warning 'too many arguments to
509         method [methodname]' for an Objective-C method instead of the less
510         satisfactory 'too many arguments to function' (with no method name).
511
512 2010-09-23  Eric Botcazou  <ebotcazou@adacore.com>
513
514         * tree-flow.h (execute_update_addresses_taken): Remove parameter.
515         * tree-ssa.c (maybe_optimize_var): Tweak comment and dump messages.
516         (execute_update_addresses_taken): Remove parameter.  Execute the
517         optimization unconditionally.
518         * passes.c (execute_function_todo): Call execute_update_addresses_taken
519         unconditionally if TODO_rebuild_alias is set, else only when optimizing
520         if TODO_update_address_taken is set.
521
522 2010-09-23  Anatoly Sokolov  <aesok@post.ru>
523
524         * config/arm/arm.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
525         * config/arm/arm-protos.h (arm_output_addr_const_extra): Remove.
526         * config/arm/arm.c (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
527         (arm_output_addr_const_extra): Make static.
528
529 2010-09-23  Uros Bizjak  <ubizjak@gmail.com>
530
531         * config/i386/i386.md (UNSPECV_NOPS): Rename from UNSPEC_NOPS and
532         define as unspec_volatile.
533         ("nops"): Define as unspec_volatile. Use fputs to write to
534         asm_out_file directly.  Output NOPs on separate lines using while loop.
535         * config/i386/i386.c (ix86_code_end): Use fputs to write to
536         asm_out_file directly.  Output NOPs on separate lines using while loop.
537
538 2010-09-23  Richard Guenther  <rguenther@suse.de>
539
540         PR tree-optimization/45565
541         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee):
542         Make sure to adjust the fndecl before replacing the stmt.
543
544 2010-09-23  Richard Guenther  <rguenther@suse.de>
545
546         PR middle-end/45750
547         * gimplify.c (gimplify_expr): Properly pass on GS_ERROR when
548         gimplifying MEM_REF.
549
550 2010-09-23  Alan Modra  <amodra@gmail.com>
551
552         * config/rs6000/rs6000.c (toc_relative_ok): Delete.
553         (rs6000_emit_move): Use SYMBOL_REF_LOCAL_P instead.
554
555 2010-09-23  Bernd Schmidt  <bernds@codesourcery.com>
556
557         PR rtl-optimization/44374
558         * basic-block.h (enum bb_flags): Add BB_MODIFIED.
559         * df-core.c (df_set_bb_dirty): Set it.
560         * ifcvt.c (find_memory): Remove function.
561         (dead_or_predicable): Use can_move_insns_across.
562         * df.h (can_move_insns_across): Declare function.
563         * cfgcleanup.c (block_was_dirty): New static variable.
564         (try_crossjump_bb, try_forward_edges): Test BB_MODIFIED flag rather
565         than df_get_bb_dirty.
566         (try_head_merge_bb): New static function.
567         (try_optimize_cfg): Call it.  Call df_analyze if block_was_dirty
568         is set.
569         * df-problems.c: Include "target.h"
570         (df_simulate_find_uses): New static function.
571         (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
572         (find_memory, find_memory_store): New static functions.
573         (can_move_insns_across): New function.
574         * Makefile.in (df-problems.o): Update dependencies.
575
576 2010-09-22  Eric Botcazou  <ebotcazou@adacore.com>
577
578         PR java/44095
579         * config/sparc/linux.h (ASM_SPEC): Pass -K PIC if -findirect-dispatch
580         is specified and the suffix of the file isn't ".c".
581         * config/sparc/linux64.h (ASM_SPEC): Likewise.
582
583 2010-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
584
585         * doc/contrib.texi (Contributors): Allow URL to wrap in PDF output.
586         * doc/cppopts.texi: Fix markup of index entry.
587         * doc/extend.texi (Constructing Calls): Fix markup of
588         __builtin_va_arg_pack and __builtin_va_arg_pack_len definition.
589         (Conditionals, C++ Comments, Pragmas, Unnamed Fields, Thread-Local)
590         (Vague Linkage, C++ Attributes): Fix markup of index entries and
591         keywords.
592         * doc/invoke.texi (Option Summary): Fix spacing.  Rewrap to
593         avoid long lines.
594         (C Dialect Options, C++ Dialect Options, Warning Options)
595         (Debugging Options, Spec Files, Darwin Options)
596         (i386 and x86-64 Options, MIPS Options)
597         (RS/6000 and PowerPC Options, Code Gen Options): Fix markup of
598         index entries, avoid abbreviations, allow URLs to wrap, avoid
599         long lines, avoid overlong pages from long @itemx lists.
600         * doc/objc.texi (Garbage Collection): Allow URLs to wrap.
601         * doc/standards.texi (Standards): Likewise.
602         * doc/trouble.texi (Incompatibilities): Fix markup of index entry.
603
604 2010-09-22  Joseph Myers  <joseph@codesourcery.com>
605
606         * opts-common.c (prune_options): Make static.  Work with decoded
607         options.
608         (decode_cmdline_options_to_array): Call prune_options.  Don't
609         resize option array here.
610         * opts.h (prune_options): Remove prototype.
611         * gcc.c (process_command): Take decoded options; don't call
612         decode_cmdline_options_to_array here.  Use decoded options for argv[0].
613         (main): Call decode_cmdline_options_to_array here instead of
614         prune_options.  Update call to process_command.
615         * config/darwin-driver.c: Include opts.h.
616         (darwin_default_min_version): Work with decoded options.  Don't
617         handle -b or -V here.
618         * config/darwin.h (darwin_default_min_version): Update prototype.
619         (GCC_DRIVER_HOST_INITIALIZATION): Update call to
620         darwin_default_min_version.
621         * config/i386/cygwin.h (mingw_scan): Update prototype.
622         (GCC_DRIVER_HOST_INITIALIZATION): Update call to mingw_scan.
623         * config/i386/cygwin1.c: Include opts.h.
624         (mingw_scan): Work with decoded options.
625         * config/i386/t-cygwin (cygwin1.o): Update dependencies.
626         * config/t-darwin (darwin-driver.o): Update dependencies.
627
628 2010-09-22  Joseph Myers  <joseph@codesourcery.com>
629
630         * common.opt (-assemble, -compile, -coverage, -debug, -dump,
631         -dump=, -dumpbase, -dumpdir, -entry, -entry=, -extra-warnings,
632         -for-assembler, -for-assembler=, -for-linker, -for-linker=,
633         -force-link, -force-link=, -language, -language=,
634         -library-directory, -library-directory=, -no-canonical-prefixes,
635         -no-standard-libraries, -no-warnings, -optimize, -output,
636         -output=, -pass-exit-codes, -pedantic, -pedantic-errors, -pie,
637         -pipe, -prefix, -prefix=, -preprocess, -print-file-name,
638         -print-file-name=, -print-libgcc-file-name,
639         -print-multi-directory, -print-multi-lib,
640         -print-multi-os-directory, -print-prog-name, -print-prog-name=,
641         -print-search-dirs, -print-sysroot, -print-sysroot-headers-suffix,
642         -profile, -save-temps, -shared, -specs, -specs=, -static,
643         -symbolic, -time, -verbose, -param=, -sysroot, coverage, e, u,
644         symbolic): New.
645         (fhelp, fhelp=, ftarget-help, fversion): Make into aliases.
646         * gcc.c (A Short Introduction to Adding a Command-Line Option):
647         Remove comment.
648         (cc1_options): Correct specs for passing down --help,
649         --target-help and --help=*.  Add spec for passing down --version.
650         (struct option_map, option_map, target_option_translations,
651         translate_options): Remove.
652         (driver_handle_option): Handle OPT__version, OPT__help, OPT__help_
653         and OPT__target_help instead of OPT_fversion, OPT_fhelp,
654         OPT_fhelp_ and OPT_ftarget_help.
655         (process_command): Don't call translate_options.  Call
656         decode_cmdline_options_to_array before checking for
657         -no-canonical-prefixes using decoded options.
658         * opts-common.c (tm.h): Update comment on #include.
659         (find_opt): Allow abbreviations of long options.
660         (struct option_map, option_map): New.
661         (decode_cmdline_option): Use them instead of hardcoding -Wno, -fno
662         and -mno handling.
663         (target_option_translations): New.
664         (decode_cmdline_options_to_array): Handle
665         TARGET_OPTION_TRANSLATE_TABLE in driver.
666         * opts.c (common_handle_option): Don't handle OPT_fhelp,
667         OPT_ftarget_help, OPT_fhelp_ or OPT_fversion.
668
669 2010-09-22  Richard Guenther  <rguenther@suse.de>
670
671         * tree-inline.c (optimize_inline_calls): Schedule cleanups
672         only if we inlined something.  Block compaction and conditional
673         folding are done by cfg cleanup.  Schedule update-address-taken.
674         (tree_function_versioning): Remove redundant call to number_blocks.
675         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Conditional
676         folding is done by cfg cleanup.
677         * passes.c (init_optimization_passes): Remove update-address-taken
678         pass after IPA inlining.
679
680 2010-09-22  Chung-Lin Tang  <cltang@codesourcery.com>
681
682         * postreload.c (move2add_note_store): Add reg_symbol_ref[] checks
683         to update conditions. Fix reg_mode[] check.
684
685 2010-09-22  Hariharan Sandanagobalane  <hariharan@picochip.com>
686
687         * config/picochip/picochip.md (movhicc): Use expand to check whether
688         movhicc is available and split it after reload.
689
690 2010-09-22  Richard Guenther  <rguenther@suse.de>
691
692         * tree-ssanames.c (release_dead_ssa_names): Do not remove
693         callee edges here.
694         * passes.c (init_optimization_passes): Remove early CFG cleanup.
695         * tree-optimize.c (execute_cleanup_cfg_pre_ipa): Remove.
696         (pass_cleanup_cfg): Likewise.
697         (execute_fixup_cfg): Cleanup.
698         * tree-pass.h (pass_cleanup_cfg): Remove.
699
700 2010-09-22  Martin Jambor  <mjambor@suse.cz>
701
702         * gimple-fold.c (fold_gimple_call): New parameter inplace, do not fold
703         builtins if it is true.
704         (fold_stmt_1): Call, fold_gimple_call always, pass inplace as a
705         parameter.
706
707 2010-09-22  Martin Jambor  <mjambor@suse.cz>
708
709         * tree-sra.c (struct access): New field grp_no_warning.
710         (create_access_replacement): Set TREE_NO_WARNING according to
711          grp_no_warning.
712         (create_artificial_child_access): Use build_ref_for_model and set
713         grp_no_warning if build_user_friendly_ref_for_offset fails.
714         (propagate_subaccesses_across_link): Likewise.
715
716 2010-09-22  Eric Botcazou  <ebotcazou@adacore.com>
717
718         PR target/35664
719         * config/sparc/constraints.md ('e'): Return NO_REGS if !TARGET_FPU.
720         ('f'): Likewise.
721
722 2010-09-22  Tristan Gingold  <gingold@adacore.com>
723
724         * config/alpha/alpha.c (alpha_use_linkage): Initialize target field.
725
726 2010-09-22  Uros Bizjak  <ubizjak@gmail.com>
727
728         * config/i386/i386.h (MAX_STRINGOP_ALGS): Fix typo in the name.
729         * config/i386/i386.c (decide_alg): Update for rename.
730
731 2010-09-22  Jakub Jelinek  <jakub@redhat.com>
732
733         PR rtl-optimization/45739
734         * simplify-rtx.c (simplify_binary_operation_1): Optimize even
735         vector mode | CONST0_RTX (mode) and ^ CONST0_RTX (mode).
736
737 2010-09-21  Anatoly Sokolov  <aesok@post.ru>
738
739         * config/rs6000/rs6000.h (OUTPUT_ADDR_CONST_EXTRA): Remove macros.
740         * config/rs6000/rs6000-protos.h (rs6000_output_addr_const_extra):
741         Remove.
742         * config/rs6000/rs6000.c (rs6000_output_addr_const_extra): Make static.
743         (TTARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
744
745 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
746
747         PR objc/23710
748         * c-parser.c (c_parser_objc_method_definition): Check the return
749         value of objc_start_method_definition and if false is returned,
750         parse the method definition but emit no code.
751
752 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
753
754         PR objc/25965
755         * c-decl.c (detect_field_duplicates): If compiling Objective-C,
756         call objc_get_interface_ivars ().
757
758 2010-09-21  Kai Tietz  <kai.tietz@onevision.com>
759
760         PR target/45694
761         * config/i386/i386.c (ix86_expand_prologue): Save r10 in case that
762         static chain-register is used for 64-bit.
763
764 2010-09-21  Richard Guenther  <rguenther@suse.de>
765
766         * dwarf2out.c (is_cu_die): New function.
767         (add_pubtype): Use it.
768         (gen_subprogram_die): Likewise.
769         (gen_struct_or_union_type_die): Likewise.
770         (dwarf2out_finish): Likewise.
771         (comp_unit_die): Rename to ...
772         (single_comp_unit_die): ... this.
773         (comp_unit_die): New function lazily constructing and
774         returning single_comp_unit_die.
775         (is_cxx, is_fortran, is_ada, debug_dwarf, break_out_comdat_types,
776         base_type_die, subrange_type_die, modified_type_die,
777         lower_bound_default, add_bound_info, add_prototyped_attribute,
778         dwarf2out_vms_debug_main_pointer, scope_die_for, retry_incomplete_types,
779         dwarf2out_abstract_function, gen_type_die_with_usage, get_context_die,
780         force_decl_die, gen_namespace_die, dwarf2out_decl,
781         dwarf2out_start_source_file, dwarf2out_end_source_file,
782         prune_unused_types, dwarf2out_finish): Use it.
783         (gen_compile_unit_die): For GNU GIMPLE derive DW_AT_language from
784         the global list of translation-unit decls.
785         (dwarf2out_init): Do not create single_comp_unit_die here.
786         (force_decl_die): Handle TRANSLATION_UNIT_DECL.
787
788 2010-09-21  Richard Guenther  <rguenther@suse.de>
789
790         * dwarf2out.c (dwarf2out_decl): Do not always generate a DIE
791         for bool for C++.
792
793 2010-09-21  Bernd Schmidt  <bernds@codesourcery.com>
794
795         * config/arm/iterators.md (qhs_extenddi_op): New mode_attr.
796         (qhs_extenddi_cstr): Likewise.
797         * config/arm/arm.md (zero_extend<mode>di2, extend<mode>di2): Use
798         them for the source operand.
799
800 2010-09-21  Uros Bizjak  <ubizjak@gmail.com>
801
802         * config/i386/i386.c (ix86_split_ashl): Rename single_width variable
803         to half_width.  Use GET_MODE_BITSIZE to calculate mode size.
804         (ix86_split_ashr): Ditto.
805         (ix86_split_lshr): Ditto.
806
807 2010-09-21  Richard Guenther  <rguenther@suse.de>
808
809         PR tree-optimization/45580
810         * tree-ssa-propagate.c (substitute_and_fold): Always replace
811         regular uses.
812         * gimple-fold.c (gimple_fold_obj_type_ref): For a BINFO without
813         virtuals fold the call into a regular indirect one.
814
815 2010-09-20  Eric Botcazou  <ebotcazou@adacore.com>
816
817         PR rtl-optimization/42775
818         * cfgrtl.c (rest_of_pass_free_cfg): Recompute notes if delay slot
819         scheduling is enabled.
820
821 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
822
823         PR rtl-optimization/45728
824         * expr.c (expand_expr_real_1): If op0 isn't REG or MEM, try
825         gen_lowpart_common first and if that fails, force_reg first
826         before calling gen_lowpart.
827
828         PR middle-end/45678
829         * cfgexpand.c (expand_one_stack_var_at): Use
830         crtl->max_used_stack_slot_alignment as max_align, instead
831         of maximum of that and PREFERRED_STACK_BOUNDARY.
832         Don't call update_stack_alignment.
833
834 2010-09-20  Eric Botcazou  <ebotcazou@adacore.com>
835
836         * langhooks.h (struct lang_hooks_for_types): Remove hash_types field.
837         * langhooks-def.h (LANG_HOOKS_HASH_TYPES): Delete.
838         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Remove LANG_HOOKS_HASH_TYPES.
839         * system.h (LANG_HOOKS_HASH_TYPES): Poison.
840         * tree.c (type_hash_canon): Do not test lang_hooks.types.hash_types.
841         (build_nonstandard_integer_type): Likewise.
842         (build_range_type_1): New function, built from...
843         (build_range_type): ...this.  Call build_range_type_1.
844         (build_nonshared_range_type): New function.
845         (build_array_type_1): New function, built from...
846         (build_array_type: ...this.  Call build_array_type_1.
847         (build_nonshared_array_type): New function.
848         * tree.h (build_nonshared_range_type): Declare.
849         (build_nonshared_array_type): Likewise.
850
851 2010-09-20  Anatoly Sokolov  <aesok@post.ru>
852
853         * config/arm/arm.h (CLASS_LIKELY_SPILLED_P): Remove.
854         * config/arm/arm.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
855         (arm_class_likely_spilled_p): New function.
856
857 2010-09-20  Uros Bizjak  <ubizjak@gmail.com>
858
859         * config/i386/i386.c (ix86_expand_ashl_const): Rewrite using
860         indirect functions.
861         (ix86_split_ashl): Ditto.
862         (ix86_split_ashr): Ditto.
863         (ix86_split_lshr): Ditto.
864         (ix86_adjust_counter): Ditto.
865
866 2010-09-20  Nicola Pero  <nicola.pero@meta-innovation.com>
867
868         * c-family/c-common.h (constant_string_class): Documented with
869         comment identical to the one already in c-common.c.
870
871 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
872
873         * dwarf2out.c (any_cfis_emitted): New static variable.
874         (add_fde_cfi): Set it.
875         (dwarf2out_frame_debug): Clear it before processing,
876         if it is set afterwards, flush any queued reg saves.
877
878         PR debug/45124
879         * dwarf2out.c (add_accessibility_attribute): Assume
880         DW_ACCESS_private as the default for dwarf_version > 2
881         and DW_TAG_class_type parent.
882         (gen_inheritance_die): Assume DW_ACCESS_public as the default
883         for dwarf_version > 2 and parent other than DW_TAG_class_type.
884
885 2010-09-20  Rafael Carre  <rafael.carre@gmail.com>
886
887         PR target/45726
888         * arm.md (arm_movt): Only enable on machines with MOVT.
889
890 2010-09-20  Jie Zhang  <jie@codesourcery.com>
891
892         * config/arm/arm.c (arm_address_offset_is_imm): New.
893         (arm_early_store_addr_dep): New.
894         (arm_early_load_addr_dep): New.
895         * config/arm/arm-protos.h (arm_early_store_addr_dep): Declare.
896         (arm_early_load_addr_dep): Declare.
897         (arm_address_offset_is_imm): Declare.
898         * config/arm/cortex-m4.md: New file.
899         * config/arm/cortex-m4-fpu.md: New file.
900         * config/arm/arm.md: Include cortex-m4.md and cortex-m4-fpu.md.
901         (attr generic_sched): Exclude cortexm4.
902         (attr generic_vfp): Exclude cortexm4.
903
904 2010-09-20  Richard Guenther  <rguenther@suse.de>
905
906         PR middle-end/45704
907         * gimplify.c (gimplify_modify_expr_rhs): Preserve volatileness.
908
909 2010-09-20  Jan Hubicka  <jh@suse.cz>
910
911         PR tree-optimize/45605
912         * cgraph.h (const_value_known_p): Declare.
913         (varpool_decide_const_value_known): Remove.
914         * tree-ssa-ccp.c (get_base_constructor): Use it.
915         * lto-cgraph.c (compute_ltrans_boundary): Likewise.
916         * expr.c (string_constant): Likewise.
917         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Likewise.
918         * ipa.c (ipa_discover_readonly_nonaddressable_var,
919         function_and_variable_visibility): Likewise.
920         * gimplify.c (gimplify_call_expr): Likewise.
921         * gimple-fold.c (get_symbol_constant_value): Likewise.
922         * varpool.c (varpool_decide_const_value_known): Replace by...
923         (const_value_known_p): ... this one; handle other kinds of DECLs
924         too and work for automatic vars.
925         (varpool_finalize_decl): Use const_value_known_p.
926
927 2010-09-20  Rafael Carre  <rafael.carre@gmail.com>
928
929         PR target/45726
930         * arm.md (arm_movtas_ze): Only enable on machine with MOVT.
931
932 2010-09-20  Richard Guenther  <rguenther@suse.de>
933
934         PR tree-optimization/45705
935         * tree-ssa-dom.c (optimize_stmt): Perform redundant store elimination.
936
937 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
938
939         PR rtl-optimization/45695
940         * combine.c (try_combine): When splitting a two set pattern,
941         make sure the pattern which will be put into i2 doesn't use REGs
942         or MEMs set by insns in between i2 and i3.
943
944 2010-09-19  Jan Hubicka  <jh@suse.cz>
945
946         PR lto/44246
947         * lto-cgraph.c (input_cgraph_1, input_varpool_1): Avoid
948         processing same node twice.
949
950 2010-09-19  Anatoly Sokolov  <aesok@post.ru>
951
952         * config/bfin/bfin.h (CLASS_LIKELY_SPILLED_P): Remove.
953         * config/bfin/bfin.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
954         (bfin_class_likely_spilled_p): New function
955
956 2010-09-19  Ira Rosen  <irar@il.ibm.com>
957
958         PR tree-optimization/45714
959         * tree-vect-stmts.c (vect_transform_stmt): Use a dummy statement
960         created in vectorizable_call instead of the original statement in
961         def stmt updates.
962
963 2010-09-19  Uros Bizjak  <ubizjak@gmail.com>
964
965         * config/i386/i386-protos.h (split_double_mode): New prototype.
966         (split_di, split_ti): Remove prototypes.
967         * config/i386/i386.c (split_double_mode): New function.
968         (split_di, split_ti): Remove.
969         (ix86_expand_branch): Use split_double_mode.
970         (ix86_split_to_parts): Ditto.
971         (ix86_split_ashl): Ditto.
972         (ix86_split_ashr): Ditto.
973         (ix86_split_lshr): Ditto.
974         (ix86_force_to_memory): Ditto.
975         * config/i386/i386.md: Use split_double_mode in double-mode splitters.
976
977 2010-09-18  Jan Hubicka  <jh@suse.cz>
978
979         PR tree-optimization/45453
980         * cgraphunit.c (cgraph_finalize_function): Consider comdat & external
981         virtual functions are reachable.
982         * ipa-inline.c (cgraph_clone_inlined_nodes): Likewise.
983         * ipa.c (cgraph_remove_unreachable_nodes): Likewise.
984         * ipa-prop.c (ipa_modify_formal_parameters): Clear DECL_VIRTUAL_P
985         when modifying function.
986
987 2010-09-18  Jan Hubicka  <jh@suse.cz>
988
989         PR tree-optimization/45605
990         * cgraphunit.c (cgraph_analyze_functions): Allocate bitmap obstack.
991         * gimple-fold.c (static_object_in_other_unit_p): New function.
992         (canonicalize_constructor_val): Use it.
993         (get_symbol_constant_value): Be reaqdy for canonicalize_constructor_val
994         returning NULL.
995         (gimple_fold_obj_type_ref_known_binfo): Use
996         static_object_in_other_unit_p.
997
998 2010-09-18  Richard Guenther  <rguenther@suse.de>
999
1000         PR tree-optimization/45709
1001         * tree-inline.c (copy_phis_for_bb): Delay commit of edge
1002         insertions until after all PHI nodes of the block are processed.
1003
1004 2010-09-18  Tijl Coosemans  <tijl@coosemans.org>
1005
1006         * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Add.
1007
1008 2010-09-18  Kai Tietz  <kai.tietz@onevision.com>
1009
1010         * config.gcc (*-w64-mingw*): Correct typo about t-dfprules.
1011
1012 2010-09-18  Richard Guenther  <rguenther@suse.de>
1013
1014         PR tree-optimization/45709
1015         * tree-inline.c (copy_phis_for_bb): Fixup new_edge when we splitted it.
1016
1017 2010-09-17  Sebastian Pop  <sebastian.pop@amd.com>
1018
1019         * graphite-dependences.c (dot_deps): Add DEBUG_FUNCTION.
1020         (dot_deps_stmt): Same.
1021         * graphite-poly.c (dot_lst): Same.
1022         * graphite-scop-detection.c (dot_all_scops): Same.
1023         (dot_scop): Same.
1024
1025 2010-09-17  Sebastian Pop  <sebastian.pop@amd.com>
1026
1027         Revert:
1028         2009-12-16  Ben Elliston  <bje@au.ibm.com>
1029
1030         * tree-data-ref.c (dot_rdg_1): Added back.
1031         (dot_rdg): Same.  Added "#if 0" around system call.
1032
1033 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
1034             Richard Henderson  <rth@redhat.com>
1035
1036         * config/i386/i386.c (initial_ix86_tune_features): Add
1037         X86_TUNE_PAD_SHORT_FUNCTION.
1038         (ix86_code_end): Pad with 8 NOPs for TARGET_PAD_SHORT_FUNCTION.
1039         (ix86_count_insn): New.
1040         (ix86_pad_short_function): Likewise.
1041         (ix86_reorg): Support TARGET_PAD_SHORT_FUNCTION.
1042
1043         * config/i386/i386.h (ix86_tune_indices): Add
1044         X86_TUNE_PAD_SHORT_FUNCTION.
1045         (TARGET_PAD_SHORT_FUNCTION): New.
1046
1047         * config/i386/i386.md (UNSPEC_NOPS): New.
1048         (nops): Likewise.
1049
1050 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
1051
1052         PR middle-end/45234
1053         * calls.c (expand_call): Make sure that all variable sized
1054         adjustments are multiple of preferred stack boundary after
1055         stack alignment.
1056
1057 2010-09-17  DJ Delorie  <dj@redhat.com>
1058
1059         * config/rx/rx.c (rx_print_operand): If __builtin_rx_setpsw() is
1060         passed an invalid value, print an error instead of ICEing.
1061         (valid_psw_flag): New.
1062         (rx_expand_builtin): Call it for setpsw/clrpsw.
1063         (rx_expand_builtin_mvtipl): Pass an integer to IN_RANGE, not an RTX.
1064
1065         * config/rx/rx.md (bitclr): Don't mark the output as early-clobber.
1066         (bitclr_in_memory): Likewise.
1067         (clrspw, setpsw, mvfc, mvtc, mvtipl): Make volatile.
1068
1069 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
1070
1071         PR middle-end/45678
1072         * cfgexpand.c (update_stack_alignment): New.
1073         (get_decl_align_unit): Use it.
1074         (expand_one_stack_var_at): Call update_stack_alignment.
1075
1076 2010-09-17  Richard Guenther  <rguenther@suse.de>
1077
1078         * lto-streamer-in.c (lto_input_ts_translation_unit_decl_tree_pointers):
1079         Properly copy the read string.
1080
1081 2010-09-17  Joseph Myers  <joseph@codesourcery.com>
1082
1083         * doc/options.texi (Variable): Document.
1084         * optc-gen.awk, opth-gen.awk: Handle Variable records.  Don't
1085         generate target_flags declarations explicitly.  Don't define
1086         VarExists variables for the driver.
1087         * common.opt (target_flags): New Variable record.
1088         (flag_dump_unnumbered, flag_dump_unnumbered_links,
1089         flag_var_tracking, flag_var_tracking_assignments,
1090         flag_var_tracking_assignments_toggle): Don't mark variables with
1091         VarExists.
1092         * config/i386/i386.c (ix86_isa_flags): Don't define here.
1093         * config/i386/i386.opt (ix86_isa_flags): Define here.
1094         * config/mcore/mcore.c (mcore_stack_increment): Don't define here.
1095         * config/mcore/mcore.opt (mcore_stack_increment): Don't mark with
1096         VarExists.
1097         * flags.h (flag_dump_unnumbered, flag_var_tracking): Remove.
1098         * print-rtl.c (flag_dump_unnumbered, flag_dump_unnumbered_links):
1099         Only define for generator programs.
1100         * rtlanal.c (target_flags): Remove.
1101         * toplev.c (flag_var_tracking, flag_var_tracking_assignments,
1102         flag_var_tracking_assignments_toggle): Remove.
1103
1104 2010-09-17  Michael Matz  <matz@suse.de>
1105
1106         PR tree-optimization/43432
1107         * tree-vect-data-refs.c (vect_analyze_data_ref_access):
1108         Accept backwards consecutive accesses.
1109         (vect_create_data_ref_ptr): If step is negative generate
1110         decreasing IVs.
1111         * tree-vect-stmts.c (vectorizable_store): Reject negative steps.
1112         (perm_mask_for_reverse, reverse_vec_elements): New functions.
1113         (vectorizable_load): Handle loads with negative steps when easily
1114         possible.
1115
1116 2010-09-03  Jan Hubicka  <jh@suse.cz>
1117
1118         * lto-cgraph.c (compute_ltrans_boundary): Use const_value_known.
1119
1120 2010-09-03  Naveen H.S  <naveen.S@kpitcummins.com>
1121
1122         * config/v850/v850.c (v850_function_value_regno_p): Make static.
1123         Adjust comments. Declare.
1124         (TARGET_FUNCTION_VALUE_REGNO_P): Define.
1125         * config/v850/v850.h (FUNCTION_VALUE_REGNO_P): Delete.
1126
1127 2010-09-17  Richard Guenther  <rguenther@suse.de>
1128
1129         * common.opt (combine): Remove.
1130         * gcc.c (default_compilers): Remove specs testing combine.
1131         The C compilers no longer can combine.
1132         (option_map): Remove -combine.
1133         (display_help): Remove -combine.
1134         (driver_handle_option): Remove OPT_combine handling.
1135         (compile_input_file_p): Remove.
1136         (do_spec): Remove code concerning combine.
1137         (main): Likewise.
1138         * doc/invoke.texi: Remove traces of -combine.
1139         * lto-wrapper.c (run_gcc): Do not pass -combine to the compiler driver.
1140
1141 2010-09-17  Richard Guenther  <rguenther@suse.de>
1142
1143         PR middle-end/45678
1144         * builtins.c (fold_builtin_memory_op): Always properly adjust
1145         alignment of memory accesses.
1146
1147 2010-09-16  Jan Hubicka  <jh@suse.cz>
1148
1149         * lto-cgraph.c (input_overwrite_node): Do not set DECL_EXTERNAL when
1150         processing clone.
1151
1152 2010-09-16  H.J. Lu  <hongjiu.lu@intel.com>
1153
1154         * config/i386/i386-protos.h (ix86_split_idivmod): New prototype.
1155
1156         * config/i386/i386.c (predict_jump): Add prototype.
1157         (flag_opts): Add -m8bit-idiv.
1158         (ix86_split_idivmod): New.
1159
1160         * config/i386/i386.md (UNSPEC_DIV_ALREADY_SPLIT): New.
1161         Add 2 splitters for SI/DI mode divide.
1162         (divmod<mode>4_1): New pattern.
1163         (udivmod<mode>4_1): Likewise.
1164         (testdi_ccno_1): Likewise.
1165
1166         * config/i386/i386.opt (m8bit-idiv): New.
1167
1168         * doc/invoke.texi: Document -m8bit-idiv.
1169
1170 2010-09-16  Reza Yazdani  <reza.yazdani@amd.com>
1171
1172         PR bootstrap/45680
1173         * config/i386/i386.c (min_insn_size): Moved out of the
1174         ASM_OUTPUT_MAX_SKIP_PAD ifdef.
1175
1176 2010-09-16  Jan Hubicka  <jh@suse.cz>
1177
1178         * lto-cgraph.c (lto_output_node): Fix handling of clones.
1179         * ipa.c (cgraph_remove_unreachabloe_nodes): Fix handling of
1180         unreachable clones with reachable clones.
1181         * tree-inline.c (copy_bb): Fix sanity checking when producing
1182         unreachable clone.
1183
1184 2010-09-16  Anatoly Sokolov  <aesok@post.ru>
1185
1186         * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Remove.
1187         (TARGET_MEMORY_MOVE_COST): Define.
1188         (m32r_function_arg): Annotate argument 'type' with ATTRIBUTE_UNUSED.
1189
1190 2010-09-16  Alexander Monakov  <amonakov@ispras.ru>
1191
1192         * sel-sched.c (move_cond_jump): Use tidy_control_flow instead of
1193         maybe_tidy_empty_bb.
1194
1195         Revert:
1196         2010-09-06  Alexander Monakov  <amonakov@ispras.ru>
1197         * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
1198
1199 2010-09-16  Joseph Myers  <joseph@codesourcery.com>
1200
1201         * target.def (target_option.optimization): New hook.
1202         * doc/tm.texi.in (OPTIMIZATION_OPTIONS): Change to
1203         TARGET_OPTION_OPTIMIZATION hook.
1204         * doc/tm.texi: Regenerate.
1205         * hooks.c (hook_void_int_int): New.
1206         * hooks.h (hook_void_int_int): Declare.
1207         * opts.c: Don't include tm_p.h.
1208         (decode_options): Use targetm.target_option.optimization instead
1209         of OPTIMIZATION_OPTIONS.
1210         * system.h (OPTIMIZATION_OPTIONS): Poison.
1211         * config/arm/arm-protos.h (arm_optimization_options): Remove.
1212         * config/arm/arm.c (TARGET_OPTION_OPTIMIZATION): Define.
1213         (arm_optimization_options): Rename to arm_option_optimization.
1214         Make static.
1215         * config/arm/arm.h (OPTIMIZATION_OPTIONS): Remove.
1216         * config/cris/cris.c (TARGET_OPTION_OPTIMIZATION): Define.
1217         (cris_option_optimization): New.
1218         * config/cris/cris.h (OPTIMIZATION_OPTIONS): Remove.
1219         * config/crx/crx.c (TARGET_OPTION_OPTIMIZATION): Define.
1220         (crx_option_optimization): New.
1221         * config/crx/crx.h (OPTIMIZATION_OPTIONS): Remove.
1222         * config/frv/frv-protos.h (frv_optimization_options): Remove.
1223         * config/frv/frv.c (TARGET_OPTION_OPTIMIZATION): Define.
1224         (frv_optimization_options): Rename to frv_option_optimization.
1225         Make static.
1226         * config/frv/frv.h (OPTIMIZATION_OPTIONS): Remove.
1227         * config/h8300/h8300.c (h8300_option_optimization): New.
1228         (TARGET_OPTION_OPTIMIZATION): Define.
1229         * config/h8300/h8300.h (OPTIMIZATION_OPTIONS): Remove.
1230         * config/i386/i386-protos.h (optimization_options): Remove.
1231         * config/i386/i386.c (optimization_options): Rename to
1232         ix86_option_optimization.  Make static.
1233         (TARGET_OPTION_OPTIMIZATION): Define.
1234         * config/i386/i386.h (OPTIMIZATION_OPTIONS): Remove.
1235         * config/ia64/ia64-protos.h (ia64_optimization_options): Remove.
1236         * config/ia64/ia64.c (TARGET_OPTION_OPTIMIZATION): Define.
1237         (ia64_optimization_options): Rename to ia64_option_optimization.
1238         Make static.  Call SUBTARGET_OPTIMIZATION_OPTIONS.
1239         * config/ia64/ia64.h (OPTIMIZATION_OPTIONS): Remove.  Remove
1240         commented-out definition.
1241         * config/ia64/vms.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define
1242         instead of OPTIMIZATION_OPTIONS.
1243         * config/m32r/m32r.c (TARGET_OPTION_OPTIMIZATION): Define.
1244         (m32r_option_optimization): New.
1245         * config/m32r/m32r.h (OPTIMIZATION_OPTIONS): Remove.
1246         * config/m68hc11/m68hc11-protos.h (m68hc11_optimization_options):
1247         Remove.
1248         * config/mcore/mcore.c (TARGET_OPTION_OPTIMIZATION): Define.
1249         (mcore_option_optimization): New.
1250         * config/mcore/mcore.h (OPTIMIZATION_OPTIONS): Remove.
1251         * config/mep/mep-protos.h (mep_optimization_options): Remove.
1252         * config/mep/mep.c (TARGET_OPTION_OPTIMIZATION): Define.
1253         (mep_optimization_options): Rename to mep_option_optimization.
1254         Make static.  Take unused level and size parameters.
1255         * config/mep/mep.h (OPTIMIZATION_OPTIONS): Remove.
1256         * config/mmix/mmix.c (TARGET_OPTION_OPTIMIZATION): Define.
1257         (mmix_option_optimization): New.
1258         * config/mmix/mmix.h (OPTIMIZATION_OPTIONS): Remove.
1259         * config/pdp11/pdp11.c (TARGET_OPTION_OPTIMIZATION): Define.
1260         (pdp11_option_optimization): New.
1261         * config/pdp11/pdp11.h (OPTIMIZATION_OPTIONS): Remove.
1262         * config/rs6000/rs6000-protos.h (optimization_options): Remove.
1263         * config/rs6000/rs6000.c (TARGET_OPTION_OPTIMIZATION): Define.
1264         (optimization_options): Rename to rs6000_option_optimization.
1265         Make static.
1266         * config/rs6000/rs6000.h (OPTIMIZATION_OPTIONS): Remove.
1267         * config/rx/rx-protos.h (rx_set_optimization_options): Remove.
1268         * config/rx/rx.c (rx_set_optimization_options): Rename to
1269         rx_option_optimization.  Make static.  Take unused level and size
1270         parameters.
1271         (TARGET_OPTION_OPTIMIZATION): Define.
1272         * config/rx/rx.h (OPTIMIZATION_OPTIONS): Remove.
1273         * config/s390/s390-protos.h (optimization_options): Remove.
1274         * config/s390/s390.c (optimization_options): Rename to
1275         s390_option_optimization.  Make static.  Don't mark size parameter
1276         unused.
1277         (TARGET_OPTION_OPTIMIZATION): Define.
1278         * config/s390/s390.h (OPTIMIZATION_OPTIONS): Remove.
1279         * config/sh/sh-protos.h (sh_optimization_options): Remove.
1280         * config/sh/sh.c (TARGET_OPTION_OPTIMIZATION): Define.
1281         (sh_optimization_options): Rename to sh_option_optimization.  Make
1282         static.  Don't mark parameters unused.
1283         * config/sh/sh.h (OPTIMIZATION_OPTIONS): Remove.
1284         * config/spu/spu-protos.h (spu_optimization_options): Remove.
1285         * config/spu/spu.c (TARGET_OPTION_OPTIMIZATION): Define.
1286         (spu_optimization_options): Rename to spu_option_optimization.
1287         Make static.
1288         * config/spu/spu.h (OPTIMIZATION_OPTIONS): Remove.
1289         * config/v850/v850.c (TARGET_OPTION_OPTIMIZATION): Define.
1290         (v850_option_optimization): New.
1291         * config/v850/v850.h (OPTIMIZATION_OPTIONS): Remove.
1292         * config/xtensa/xtensa.c (TARGET_OPTION_OPTIMIZATION): Define.
1293         (xtensa_option_optimization): New.
1294         * config/xtensa/xtensa.h (OPTIMIZATION_OPTIONS): Remove.
1295
1296 2010-09-16  Joseph Myers  <joseph@codesourcery.com>
1297
1298         * doc/tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.
1299         (C_COMMON_OVERRIDE_OPTIONS): Don't refer to OVERRIDE_OPTIONS.
1300         * doc/tm.texi: Regenerate.
1301         * system.h (OVERRIDE_OPTIONS): Poison.
1302         * target.def (override): Default to hook_void_void.
1303         * targhooks.c (default_target_option_override): Remove.
1304         * genmodes.c, machmode.def: Update comments mentioning
1305         OVERRIDE_OPTIONS.
1306         * config/alpha/alpha-modes.def: Update comment mentioning
1307         alpha_override_options.
1308         * config/alpha/alpha-protos.h (override_options): Remove.
1309         * config/alpha/alpha.c (override_options): Rename to
1310         alpha_option_override.  Call SUBTARGET_OVERRIDE_OPTIONS.  Make static.
1311         (TARGET_OPTION_OVERRIDE): Define.
1312         * config/alpha/alpha.h (OVERRIDE_OPTIONS): Remove.
1313         * config/alpha/vms.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead
1314         of OVERRIDE_OPTIONS.
1315         * config/arc/arc-protos.h (arc_init): Remove.
1316         * config/arc/arc.c (TARGET_OPTION_OVERRIDE): Define.
1317         (arc_init): Rename to arc_option_override.  Make static.
1318         * config/arc/arc.h (ARC_EXTENSION_CPU): Correct comment.
1319         (OVERRIDE_OPTIONS): Remove.
1320         * config/arm/arm-protos.h (arm_override_options): Remove.
1321         * config/arm/arm.c (TARGET_OPTION_OVERRIDE): Define.
1322         (arm_override_options): Rename to arm_option_override.  Make
1323         static.  Call SUBTARGET_OVERRIDE_OPTIONS.
1324         * config/arm/arm.h (OVERRIDE_OPTIONS): Remove.
1325         * config/arm/arm.md: Update comment referring to arm_override_options.
1326         * config/arm/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
1327         instead of OVERRIDE_OPTIONS.
1328         * config/avr/avr-protos.h (avr_override_options): Remove.
1329         * config/avr/avr.c (TARGET_OPTION_OVERRIDE): Define.
1330         (avr_override_options): Rename to avr_option_override.  Make static.
1331         * config/avr/avr.h (OVERRIDE_OPTIONS): Remove.
1332         * config/bfin/bfin-protos.h (override_options): Remove (twice).
1333         * config/bfin/bfin.c (override_options): Rename to
1334         bfin_option_override.  Make static.
1335         (TARGET_OPTION_OVERRIDE): Define.
1336         * config/bfin/bfin.h (OVERRIDE_OPTIONS): Remove.
1337         * config/cris/cris-protos.h (cris_override_options): Remove.
1338         * config/cris/cris.c (TARGET_OPTION_OVERRIDE): Define.
1339         (cris_override_options): Rename to cris_option_override.  Make static.
1340         * config/cris/cris.h (OVERRIDE_OPTIONS): Remove.
1341         * config/frv/frv-protos.h (frv_override_options): Remove.
1342         * config/frv/frv.c (TARGET_OPTION_OVERRIDE): Define.
1343         (frv_override_options): Rename to frv_option_override.  Make static.
1344         * config/frv/frv.h (OVERRIDE_OPTIONS): Remove.
1345         * config/h8300/h8300-protos.h (h8300_init_once): Remove.
1346         * config/h8300/h8300.c (h8300_init_once): Rename to
1347         h8300_option_override.  Make static.
1348         (TARGET_OPTION_OVERRIDE): Define.
1349         * config/h8300/h8300.h (OVERRIDE_OPTIONS): Remove.
1350         * config/i386/i386-protos.h (override_options): Remove.
1351         * config/i386/i386.c (override_options): Rename to
1352         ix86_option_override_internal.  Make static.  Comments referring
1353         to this function and callers changed.
1354         (ix86_option_override): New.
1355         (TARGET_OPTION_OVERRIDE): Define.
1356         * config/i386/i386.h (OVERRIDE_OPTION): Remove.
1357         * config/i386/linux64.h (DEFAULT_PCC_STRUCT_RETURN): Update comment.
1358         * config/ia64/ia64.c (ia64_file_start): Update comment referring
1359         to ia64_override_options.
1360         * config/iq2000/iq2000-protos.h (override_options): Remove.
1361         * config/iq2000/iq2000.c (TARGET_OPTION_OVERRIDE): Define.
1362         (override_options): Rename to iq2000_option_override.  Make static.
1363         * config/iq2000/iq2000.h (OVERRIDE_OPTIONS): Remove.
1364         * config/lm32/lm32-protos.h (lm32_override_options): Remove.
1365         * config/lm32/lm32.c (TARGET_OPTION_OVERRIDE): Define.
1366         (lm32_override_options): Rename to lm32_option_override.  Make static.
1367         * config/lm32/lm32.h (OVERRIDE_OPTIONS): Remove.
1368         * config/m32r/m32r.c (TARGET_OPTION_OVERRIDE): Define.
1369         (m32r_option_override): New.
1370         (m32r_init): Update comment.
1371         * config/m32r/m32r.h (OVERRIDE_OPTIONS): Remove.
1372         * config/m68hc11/m68hc11-protos.h (m68hc11_override_options): Remove.
1373         * config/m68hc11/m68hc11.c (TARGET_OPTION_OVERRIDE): Define.
1374         (m68hc11_override_options): Rename to m68hc11_option_override.
1375         Make static.  Return void.
1376         * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove.
1377         * config/m68k/m68k-protos.h (override_options): Remove.
1378         * config/m68k/m68k.c (TARGET_OPTION_OVERRIDE): Define.
1379         (override_options): Rename to m68k_option_override.  Make static.
1380         * config/m68k/m68k.h (OVERRIDE_OPTIONS): Remove.
1381         * config/mcore/mcore-protos.h (mcore_override_options): Remove.
1382         * config/mcore/mcore.c (TARGET_OPTION_OVERRIDE): Define.
1383         (mcore_override_options): Rename to mcore_option_override.  Make
1384         static.
1385         * config/mcore/mcore.h (OVERRIDE_OPTIONS): Remove.
1386         * config/mep/mep-protos.h (mep_override_options): Remove.
1387         * config/mep/mep.c (TARGET_OPTION_OVERRIDE): Define.
1388         (mep_override_options): Rename to mep_option_override.  Make static.
1389         * config/mep/mep.h (OVERRIDE_OPTIONS): Remove.
1390         * config/mmix/mmix-protos.h (mmix_override_options): Remove.
1391         * config/mmix/mmix.c (TARGET_OPTION_OVERRIDE): Define.
1392         (mmix_override_options): Rename to mmix_option_override.  Make static.
1393         * config/mmix/mmix.h (OVERRIDE_OPTIONS): Remove.
1394         * config/mn10300/mn10300-protos.h (mn10300_override_options): Remove.
1395         * config/mn10300/mn10300.c (TARGET_OPTION_OVERRIDE): Define.
1396         (mn10300_override_options): Rename to mn10300_option_override.
1397         Make static.
1398         * config/mn10300/mn10300.h (OVERRIDE_OPTIONS): Remove.
1399         * config/moxie/moxie-protos.h (moxie_override_options): Remove.
1400         * config/moxie/moxie.c (moxie_override_options): Rename to
1401         moxie_option_override.  Make static.
1402         (TARGET_OPTION_OVERRIDE): Define.
1403         * config/moxie/moxie.h (OVERRIDE_OPTIONS): Remove.
1404         * config/picochip/picochip-protos.h (picochip_override_options):
1405         Remove.  Update comment referring to picochip_override_options.
1406         * config/picochip/picochip.c (TARGET_OPTION_OVERRIDE): Define.
1407         (picochip_override_options): Rename to picochip_option_override.
1408         Make static.  Update comment and definition of
1409         TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE.
1410         * config/picochip/picochip.h (OVERRIDE_OPTIONS): Remove.
1411         * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
1412         * config/rs6000/aix51.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
1413         * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
1414         * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
1415         * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
1416         * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Define
1417         instead of OVERRIDE_OPTIONS.
1418         * config/rs6000/rs6000-modes.def: Update comment referring to
1419         rs6000_override_options.
1420         * config/rs6000/rs6000-protos.h (rs6000_override_options): Remove.
1421         * config/rs6000/rs6000.c (TARGET_OPTION_OVERRIDE): Define.
1422         (rs6000_override_options): Rename to
1423         rs6000_option_override_internal.  Make static.  Commented
1424         referring to rs6000_override_options and OVERRIDE_OPTIONS updated.
1425         (rs6000_option_override): New.
1426         * config/rs6000/rs6000.h (OPTION_TARGET_CPU_DEFAULT): Define
1427         instead of OVERRIDE_OPTIONS.
1428         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
1429         * config/s390/s390-protos.h (override_options): Remove.
1430         * config/s390/s390.c (override_options): Rename to
1431         s390_option_override.  Make static.
1432         (TARGET_OPTION_OVERRIDE): Define.
1433         * config/s390/s390.h (OVERRIDE_OPTIONS): Remove.
1434         * config/score/score-protos.h (score_override_options): Remove.
1435         * config/score/score.c (TARGET_OPTION_OVERRIDE): Define.
1436         (score_override_options): Rename to score_option_override.  Make
1437         static.
1438         * config/score/score.h (OVERRIDE_OPTIONS): Remove.
1439         Update comment referring to override_options.
1440         * config/score/score3.c (score3_override_options): Rename to
1441         score3_option_override.
1442         * config/score/score3.h (score3_override_options): Rename to
1443         score3_option_override.
1444         * config/score/score7.c (score7_override_options): Rename to
1445         score7_option_override.
1446         * config/score/score7.h (score7_override_options): Rename to
1447         score7_option_override.
1448         * config/sh/sh.c: Update comments referring to OVERRIDE_OPTIONS.
1449         * config/sparc/sparc.c (TARGET_OPTION_OVERRIDE): Define.
1450         (sparc_override_options): Rename to sparc_option_override.  Make
1451         static.  Call SUBTARGET_OVERRIDE_OPTIONS.
1452         * config/sparc/sparc.h (OVERRIDE_OPTIONS): Remove.
1453         * config/sparc/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
1454         instead of OVERRIDE_OPTIONS.
1455         * config/spu/spu-protos.h (spu_override_options): Remove.
1456         * config/spu/spu.c (TARGET_OPTION_OVERRIDE): Define.
1457         (spu_override_options): Rename to spu_option_override.  Make
1458         static.
1459         * config/spu/spu.h (OVERRIDE_OPTIONS): Remove.
1460         * config/vax/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead of
1461         OVERRIDE_OPTIONS.
1462         * config/vax/vax-protos.h (override_options): Remove.
1463         * config/vax/vax.c (TARGET_OPTION_OVERRIDE): Define.
1464         (override_options): Rename to vax_option_override.  Make static.
1465         Call SUBTARGET_OVERRIDE_OPTIONS.
1466         * config/vax/vax.h (OVERRIDE_OPTIONS): Remove.
1467         * config/vxworks.c: Update comment referring to OVERRIDE_OPTIONS.
1468         * config/vxworks.h: Update comment referring to OVERRIDE_OPTIONS.
1469         * config/xtensa/xtensa-protos.h (override_options): Remove.
1470         * config/xtensa/xtensa.c (TARGET_OPTION_OVERRIDE): Define.
1471         (override_options): Rename to xtensa_option_override.  Make static.
1472         * config/xtensa/xtensa.h (OVERRIDE_OPTIONS): Remove.
1473
1474 2010-09-16  Richard Guenther  <rguenther@suse.de>
1475
1476         PR tree-optimization/45623
1477         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Adjust.
1478         (get_constraint_for_component_ref): If computing a constraint
1479         for the rhs handle type punning through unions.
1480         (get_constraint_for_address_of): Adjust.
1481         (get_constraint_for_1): Likewise.
1482         (get_constraint_for): Likewise.
1483         (get_constraint_for_rhs): New function.
1484         (do_structure_copy): Adjust.
1485         (make_constraint_to): Likewise.
1486         (handle_const_call): Likewise.
1487         (find_func_aliases): Likewise.
1488         (process_ipa_clobber): Likewise.
1489         (create_variable_info_for): Likewise.
1490
1491 2010-09-16  Ira Rosen  <irar@il.ibm.com>
1492
1493         * tree-vectorizer.c: Fix documentation.
1494         * tree-vectorizer.h (vinfo_for_stmt): Add documentation.
1495         (set_vinfo_for_stmt, get_earlier_stmt, get_later_stmt,
1496         is_pattern_stmt_p, is_loop_header_bb_p,
1497         stmt_vinfo_set_inside_of_loop_cost,
1498         stmt_vinfo_set_outside_of_loop_cost, vect_pow2, aligned_access_p,
1499         known_alignment_for_access_p): Likewise.
1500         * tree-vect-loop.c: Fix documentation.
1501         (vect_get_cost): Start function name from new line.
1502         * tree-vect-data-refs.c: Fix documentation.
1503         * tree-vect_stmts.c: Likewise.
1504         (vect_create_vectorized_promotion_stmts): Always free vec_tmp.
1505         (vectorizable_store): Free vec_oprnds if allocated.
1506         (vectorizable_condition): Initialize several variables to avoid
1507         warnings.
1508         * tree-vect-slp.c: Fix documentation.
1509
1510 2010-09-16  Richard Guenther  <rguenther@suse.de>
1511
1512         * tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL
1513         is TS_TRANSLATION_UNIT_DECL.
1514         (initialize_tree_contains_struct): Adjust.
1515         (all_translation_units): New global vector.
1516         (build_translation_unit_decl): New function.
1517         * tree.h (TRANSLATION_UNIT_LANGUAGE): New macro.
1518         (struct tree_translation_unit_decl): New.
1519         (all_translation_units): Declare.
1520         (union tree_node): Add translation_unit_decl member.
1521         (build_translation_unit_decl): Declare.
1522         * treestruct.def (TS_TRANSLATION_UNIT_DECL): New.
1523         * lto-streamer-out.c (pack_ts_translation_unit_decl_value_fields):
1524         New function.
1525         (pack_value_fields): Call it.
1526         (lto_output_tree_ref): Handle references to TRANSLATION_UNIT_DECL.
1527         (lto_output_ts_translation_unit_decl_tree_pointers): New function.
1528         (lto_output_tree_pointers): Call it.
1529         * lto-streamer-in.c (lto_input_tree_ref): Handle references
1530         to TRANSLATION_UNIT_DECL.
1531         (unpack_ts_translation_unit_decl_value_fields): New function.
1532         (unpack_value_fields): Call it.
1533         (lto_input_ts_translation_unit_decl_tree_pointers): New function.
1534         (lto_input_tree_pointers): Call it.
1535         * lto-streamer.c (check_handled_ts_structures): Adjust.
1536         * lto-streamer.h (enum LTO_tags): Add LTO_translation_unit_decl_ref.
1537         * c-decl.c (all_translation_units): Remove.
1538         (pop_scope): Use build_translation_unit_decl.
1539         (collect_all_refs): Adjust.
1540         (for_each_global_decl): Likewise.
1541         (c_write_global_declarations): Likewise.
1542
1543 2010-09-16  Jakub Jelinek  <jakub@redhat.com>
1544
1545         PR bootstrap/45686
1546         * fold-const.c (fold_checksum_tree): Change slot from const void **
1547         to void **, use CONST_CAST_TREE to store into *slot.
1548
1549 2010-09-16  Uros Bizjak  <ubizjak@gmail.com>
1550
1551         * config/i386/i386.md: Remove unneeded empty conditions and
1552         preparation statements from expanders.
1553         * config/i386/mmx.md: Ditto.
1554         * config/i386/sse.md: Ditto.
1555
1556 2010-09-16  Uros Bizjak  <ubizjak@gmail.com>
1557
1558         * config/i386/i386.h (PUSH_ROUNDING): Redefine using UNITS_PER_WORD.
1559
1560 2010-09-15  Eric Botcazou  <ebotcazou@adacore.com>
1561
1562         PR rtl-optimization/45593
1563         * reorg.c (relax_delay_slots): Use emit_copy_of_insn_after to re-emit
1564         insns that were in delay slots as stand-alone insns.
1565
1566 2010-09-15  Ian Lance Taylor  <iant@google.com>
1567
1568         * incpath.c (remove_duplicates): If name is not a directory, issue
1569         a warning rather than an error.
1570
1571 2010-09-15  Martin Jambor  <mjambor@suse.cz>
1572
1573         PR middle-end/45644
1574         * tree-sra.c (create_access): Check for bit-fields directly.
1575
1576 2010-09-15  Jakub Jelinek  <jakub@redhat.com>
1577
1578         PR tree-optimization/45633
1579         * tree-cfg.c (verify_gimple_assign_binary): Allow
1580         MINUS_EXPR with lhs and rhs1 pointer vector and
1581         rhs2 sizetype vector.
1582         * expr.c (expand_expr_real_2) <case PLUS_EXPR>: For pointer
1583         or vector pointer use TER to optimize pointer subtraction.
1584
1585 2010-09-15  Jie Zhang  <jie@codesourcery.com>
1586
1587         * config/arm/vfp.md (cmpsf_trap_vfp): Change type from
1588         fcmpd to fcmps.
1589
1590 2010-09-15  Ian Lance Taylor  <iant@google.com>
1591
1592         * config/i386/i386.md (truncxf<mode>2): Fix indentation.
1593
1594 2010-09-15  Ian Lance Taylor  <iant@google.com>
1595
1596         * function.c (get_arg_pointer_save_area): Set
1597         arg_pointer_save_area_init to true.
1598
1599 2010-09-15  Martin Jambor  <mjambor@suse.cz>
1600
1601         * tree-sra.c (generate_subtree_copies): Updated comment.
1602         (handle_unscalarized_data_in_subtree): Removed parameter lhs which is
1603         obtained from the statement iterator instead.
1604         (load_assign_lhs_subreplacements): Removed parameters lhs and
1605         right_offset, which is obtained from top_racc instead.  Parameter lacc
1606         is now expected to be the root of the processed tree rather than root's
1607         first child.  Updated all callers.
1608
1609 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
1610
1611         * config/pdp11/pdp11.c (register_move_cost): Rename to
1612         pdp11_register_move_cost.
1613         * config/pdp11/pdp11-protos.h (register_move_cost): Rename to
1614         pdp11_register_move_cost.
1615         * config/pdp11/pdp11.h (REGISTER_MOVE_COST): Call
1616         pdp11_register_move_cost instead of register_move_cost.
1617
1618 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1619
1620         * config/arm/neon.md (vec_pack_trunc_<mode>): Instruction
1621         pattern for vmovn. Expansion in case of non
1622         -mvectorize-with-neon-quad.
1623         (neon_vec_pack_trunc_<mode>): Instruction pattern for vmovn for
1624         non- -mvectorize-with-neon-quad case.
1625         (move_lo_quad_<mode>): New expansion to vmov into low part.
1626         (move_hi_quad_<mode>): New expansion to vmov into high part.
1627         (move_lo_quad_v4si): Refactor to move_lo_quad_<mode> expansion.
1628         (move_lo_quad_v4sf): Likewise.
1629         (move_lo_quad_v8hi): Likewise.
1630         (neon_move_lo_quad_<mode>): Instruction pattern for vmov into
1631         low part.
1632         (neon_move_hi_quad_<mode>): Instruction pattern for vmov into
1633         high part.
1634         * config/arm/iterators.md (ANY128): New mode iterator.
1635         (V_narrow_pack): New mode attribute.
1636         (V_HALF): Add attribute.
1637         (V_DOUBLE): Add attribute.
1638         (V_mode_nunits): Add attribute.
1639
1640 2010-09-15  Eric Botcazou  <ebotcazou@adacore.com>
1641
1642         * config/alpha/alpha.c (alpha_expand_prologue): If stack checking
1643         is enabled, probe up to frame_size + STACK_CHECK_PROTECT bytes.
1644
1645 2010-09-15  Olivier Hainque  <hainque@adacore.com>
1646             Jose Ruiz  <ruiz@adacore.com>
1647
1648         * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Define.
1649         * config/alpha/osf5-unwind.h: New file.
1650
1651 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
1652
1653         PR bootstrap/45672
1654         * config/mips/mips.c (mips_units_per_simd_word): Correct return type.
1655         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
1656         * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
1657
1658 2010-09-15  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1659
1660         * c-lang.h (struct lang_type): Add variable_size GTY option.
1661
1662 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
1663
1664         PR bootstrap/45672
1665         * config/rs6000/rs6000.c (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
1666
1667 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
1668
1669         * config/i386/i386.c (ix86_lea_for_add_ok): Return false if
1670         result isn't used in memory address.
1671
1672 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
1673
1674         * defaults.h (UNITS_PER_SIMD_WORD): Removed.
1675         * config/arm/arm.h (UNITS_PER_SIMD_WORD): Likewise.
1676         * config/i386/i386.h (UNITS_PER_SIMD_WORD): Likewise.
1677         * config/mips/mips.h (UNITS_PER_SIMD_WORD): Likewise.
1678         * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Likewise.
1679         * config/sparc/sparc.h (UNITS_PER_SIMD_WORD): Likewise.
1680
1681         * target.def: Add units_per_simd_word to vectorize.
1682
1683         * targhooks.c (default_units_per_simd_word): New.
1684         * targhooks.h (default_units_per_simd_word): Likewise.
1685         * config/arm/arm.c (arm_units_per_simd_word): Likewise.
1686         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
1687         * config/mips/mips.c (mips_units_per_simd_word): Likewise.
1688         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
1689         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
1690         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
1691         * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
1692         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
1693
1694         * tree-vect-loop.c: Replace UNITS_PER_SIMD_WORD with
1695         TARGET_VECTORIZE_UNITS_PER_SIMD_WORD in comments.
1696
1697         * tree-vect-stmts.c: Don't include "tm_p.h".
1698         (get_vectype_for_scalar_type): Replace UNITS_PER_SIMD_WORD
1699         with targetm.vectorize.units_per_simd_word.
1700
1701         * system.h (UNITS_PER_SIMD_WORD): Poisoned.
1702
1703         * config/i386/i386-protos.h (ix86_units_per_simd_word): Removed.
1704
1705         * config/i386/i386.c (ix86_units_per_simd_word): Make it static.
1706         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
1707
1708         * doc/tm.texi.in: Remove UNITS_PER_SIMD_WORD.  Add
1709         TARGET_VECTORIZE_UNITS_PER_SIMD_WORD.
1710
1711         * doc/tm.texi: Regenerated.
1712
1713 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
1714
1715         * tree-vect-stmts.c: Include "tm_p.h".
1716
1717         * config/i386/i386-protos.h (ix86_units_per_simd_word): Moved
1718         out of RTX_CODE.
1719
1720 2010-09-14  Martin Jambor  <mjambor@suse.cz>
1721
1722         * tree-sra.c (build_ref_for_offset): Loc made a parameter.  Set the
1723         location of generated statement.  Changed all callers.
1724         (build_ref_for_model): New parameter loc which used to set location of
1725         all generated expressions.  Changed all callers.
1726         (generate_subtree_copies): Likewise.
1727         (init_subtree_with_zero): Likewise.
1728         (sra_modify_expr): Set locations of all generated statements and
1729         expressions to the location the original statement.
1730         (handle_unscalarized_data_in_subtree): Likewise.
1731         (load_assign_lhs_subreplacements): Likewise.
1732         (sra_modify_constructor_assign): Likewise.
1733         (sra_modify_assign): Likewise.
1734
1735 2010-09-14  Eric Botcazou  <ebotcazou@adacore.com>
1736
1737         PR target/45277
1738         PR target/45363
1739         PR target/45407
1740         * doc/install.texi (sparc*-*-*): New section.
1741         (sparc-sun-solaris2*): Mention MPC alongside GMP and MPFR.
1742
1743 2010-09-14  Jakub Jelinek  <jakub@redhat.com>
1744
1745         PR middle-end/45567
1746         * builtins.c (expand_builtin_interclass_mathfn, expand_builtin_cexpi,
1747         expand_builtin_powi): Remove subtarget argument, pass NULL_RTX instead.
1748         (expand_builtin): Adjust caller.
1749         (expand_builtin_unop): Only use subtarget if it has the right mode.
1750
1751 2010-09-14  Tristan Gingold  <gingold@adacore.com>
1752
1753         * configure.ac (plugins): Fix typos.
1754         * configure: Regenerate.
1755
1756 2010-09-14  Jakub Jelinek  <jakub@redhat.com>
1757
1758         PR debug/45660
1759         * dwarf2out.c (gen_decl_die): Call gen_type_die for origin before
1760         gen_type_die for function/method return type.
1761
1762 2010-09-14  Ira Rosen  <irar@il.ibm.com>
1763
1764         PR tree-optimization/45470
1765         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
1766         can throw an exception.
1767         * tree-vect-stmts.c (vectorizable_call): Likewise.
1768
1769 2010-09-14  DJ Delorie  <dj@redhat.com>
1770
1771         PR target/44749
1772         * config/mep/mep-protos.h (mep_save_register_info,
1773         mep_reinit_regs, mep_init_regs): Declare.
1774
1775         * config/mep/mep.c: Move all target definitions to the end of the
1776         file to avoid the need for duplicate declarations.
1777         (mep_save_register_info, mep_reinit_regs, mep_init_regs): New.
1778         (mep_reorg_erepeat): Remove unused variables.
1779         (mep_expand_builtin): Likewise.
1780
1781         * config/mep/mep-pragma.c: Don't include rtl.h.
1782         (INVALID_REGNUM): New.
1783         (mep_pragma_coprocessor_which): Call mep-specific rtl-layer bridge
1784         functions.
1785         (mep_pragma_coprocessor_subclass): Rename "class" to "rclass".
1786         Avoid enum/integer math.
1787
1788 2010-09-13  Joseph Myers  <joseph@codesourcery.com>
1789
1790         PR target/44749
1791         * config/mep/t-mep (GTM_H): Add insn-constants.h.
1792         * config/mep/mep.c (mep_conditional_register_usage): Take no
1793         parameters.
1794         * config/mep/mep-protos.h (mep_conditional_register_usage): Update
1795         prototype.
1796         * config/mep/mep-pragma.c (CONDITIONAL_REGISTER_USAGE): Update
1797         call to mep_conditional_register_usage.
1798
1799 2010-09-13  Eric Botcazou  <ebotcazou@adacore.com>
1800
1801         PR debug/43937
1802         * varasm.c (output_constant_def_contents): Set TREE_ASM_WRITTEN on
1803         the DECL as well.
1804
1805 2010-09-13  Jakub Jelinek  <jakub@redhat.com>
1806
1807         PR rtl-optimization/45617
1808         * combine.c (simplify_comparison): Optimize (X >> N) {>,>=,<,<=} C
1809         even if low N bits of X aren't known to be zero.
1810
1811 2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>
1812
1813         * config/i386/i386-protos.h (ix86_units_per_simd_word): New.
1814
1815         * config/i386/i386.c (initial_ix86_tune_features): Add
1816         X86_TUNE_VECTORIZE_DOUBLE.
1817         (ix86_units_per_simd_word): New.
1818
1819         * config/i386/i386.h (ix86_tune_indices): Add
1820         X86_TUNE_VECTORIZE_DOUBLE.
1821         (TARGET_VECTORIZE_DOUBLE): New.
1822         (UNITS_PER_SIMD_WORD): Defined with ix86_units_per_simd_word.
1823
1824 2010-09-13  Pat Haugen  <pthaugen@us.ibm.com>
1825
1826         * tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.
1827         (new_temp_expr_table): Allocate call_cnt vector.
1828         (free_temp_expr_table): Free it.
1829         (process_replaceable): Add call_cnt parm and set in vector.
1830         (find_replaceable_in_bb): Skip replacement if def/use span a call.
1831         (debug_ter): Dump call_cnt value, remove stderr uses.
1832
1833 2010-09-13  Jan Hubicka  <jh@suse.cz>
1834
1835         * tree.c (build_zero_cst): New.
1836         * tree.h (build_zero_cst): Declare.
1837         * tree-ssa-ccp.c (get_constant_value): Accept general operands.
1838         (get_base_constructor): Break out from ...
1839         (fold_const_aggregate_ref): Here; handle empty constructors.
1840
1841 2010-09-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1842
1843         * config/arm/arm.md: (define_attr "conds"): Update comment.
1844         * config/arm/sync.md (arm_sync_compare_and_swapsi): Change
1845         conds attribute to clob.
1846         (arm_sync_compare_and_swapsi): Likewise.
1847         (arm_sync_compare_and_swap<mode>): Likewise.
1848         (arm_sync_lock_test_and_setsi): Likewise.
1849         (arm_sync_lock_test_and_set<mode>): Likewise.
1850         (arm_sync_new_<sync_optab>si): Likewise.
1851         (arm_sync_new_nandsi): Likewise.
1852         (arm_sync_new_<sync_optab><mode>): Likewise.
1853         (arm_sync_new_nand<mode>): Likewise.
1854         (arm_sync_old_<sync_optab>si): Likewise.
1855         (arm_sync_old_nandsi): Likewise.
1856         (arm_sync_old_<sync_optab><mode>): Likewise.
1857         (arm_sync_old_nand<mode>): Likewise.
1858
1859 2010-09-13  Olivier Hainque  <hainque@adacore.com>
1860
1861         * fwprop.c (forward_propagate_and_simplify): Only attach a
1862         REG_EQUAL note to an insn if the destination is a register.
1863         * gcse.c (try_replace_reg): Likewise.
1864
1865 2010-09-13  Richard Guenther  <rguenther@suse.de>
1866
1867         PR tree-optimization/45611
1868         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Fix typo.
1869         (copy_ref_info): Likewise.
1870
1871 2010-09-13  Alexandre Oliva  <aoliva@redhat.com>
1872
1873         PR debug/45604
1874         PR debug/45419
1875         PR debug/45408
1876         * tree-pretty-print.c (dump_generic_node): Disregard top-level
1877         types of MEM_REF pointer types to the same type.
1878
1879 2010-09-13  Hans-Peter Nilsson  <hp@axis.com>
1880
1881         PR rtl-optimization/41087
1882         * ifcvt.c (noce_get_condition): Don't allow conditions with
1883         side-effects.
1884
1885 2010-09-12  Anatoly Sokolov  <aesok@post.ru>
1886
1887         * config/frv/frv.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
1888         * config/frv/frv-protos.h (frv_register_move_cost): Remove.
1889         * config/frv/frv.c (frv_register_move_cost): Make static. Change
1890         arguments type to reg_class_t. Add mode argument.
1891         (frv_memory_move_cost): New.
1892         (TARGET_REGISTER_MOVE_COSTS, TARGET_MEMORY_MOVE_COSTS): Define.
1893
1894 2010-09-12  Bernd Schmidt  <bernds@codesourcery.com>
1895
1896         * config/arm/arm.md (arm_ashldi3_1bit, arm_ashrdi3_1bit,
1897         arm_lshrdi3_1bit): Put earlyclobber on the right alternative.
1898
1899 2010-09-10  Jan Hubicka  <jh@suse.cz>
1900
1901         * tree-ssa-ccp.c (fold_const_aggregate_ref): Do not check STATIC flag.
1902
1903 2010-09-10  Richard Guenther  <rguenther@suse.de>
1904
1905         * tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.
1906         * tree.h (TYPE_DEBUG_REPRESENTATION_TYPE): Remove.
1907         * lto-streamer-out.c (lto_output_ts_type_tree_pointers): Do
1908         not stream TYPE_DEBUG_REPRESENTATION_TYPE.
1909         * lto-streamer-in.c (lto_input_ts_type_tree_pointers): Likewise.
1910
1911 2010-09-10  Richard Guenther  <rguenther@suse.de>
1912
1913         * dwarf2out.c (gen_array_type_die): Output DW_TAG_subrange_type
1914         for VECTOR_TYPEs using TYPE_VECTOR_SUBPARTS.
1915         * dbxout.c (dbxout_type): Manually deal with VECTOR_TYPE
1916         using TYPE_VECTOR_SUBPARTS, not TYPE_DEBUG_REPRESENTATION_TYPE.
1917
1918 2010-09-10  H.J. Lu  <hongjiu.lu@intel.com>
1919
1920         PR middle-end/45634
1921         * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result
1922         of string folding is of integral type.
1923
1924 2010-09-10  Ryan Mansfield  <rmansfield@qnx.com>
1925
1926         * doc/invoke.texi (-x): Fix typo.
1927
1928 2010-09-10  Richard Guenther  <rguenther@suse.de>
1929
1930         PR debug/44115
1931         * tree.c (free_lang_data_in_decl): Do not clear DECL_DEBUG_EXPR.
1932         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
1933         Output DECL_DEBUG_EXPR.
1934         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
1935         Input DECL_DEBUG_EXPR.
1936
1937 2010-09-10  Richard Guenther  <rguenther@suse.de>
1938
1939         * tree.c (type_hash_eq): For ARRAY_TYPEs also compare TYPE_SIZE.
1940         (build_index_type): Implement in terms of build_range_type.
1941         (build_range_type): Do not allow NULL_TREE type, improve
1942         hashing to cover more cases.  Set TYPE_STRUCTURAL_EQUALITY_P
1943         if we didn't hash.
1944         * c-decl.c (grokdeclarator): When modifying TYPE_SIZE manually
1945         create a distinct copy of the type.
1946
1947 2010-09-10  Kai Tietz  <kai.tietz@onevision.com>
1948
1949         * configure: Regenerated.
1950         * config.gcc: Add for x86_64 and i?86 mingw t-dfprule.
1951
1952 2010-09-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1953
1954         * config/arm/neon-schedgen.ml (allCores): Add support for Cortex-A9.
1955         * config/arm/cortex-a9-neon.md: New and partially generated.
1956         * config/arm/cortex-a9.md (cortex_a9_dp): Adjust for Neon.
1957
1958 2010-09-10  Richard Guenther  <rguenther@suse.de>
1959
1960         * tree.h (build_index_2_type): Remove.
1961         * tree.c (build_index_2_type): Remove.
1962
1963 2010-09-10  Jakub Jelinek  <jakub@redhat.com>
1964
1965         PR bootstrap/45630
1966         * dwarf2out.c (get_ref_die_offset_label): Use %ld instead of
1967         HOST_WIDE_INT_PRINT_DEC to print ref->die_offset.
1968         (implicit_ptr_descriptor): Return NULL if dwarf_strict.
1969
1970 2010-09-10  Martin Jambor  <mjambor@suse.cz>
1971
1972         PR tree-optimization/44972
1973         * tree-sra.c: Include toplev.h.
1974         (build_ref_for_offset): Entirely reimplemented.
1975         (build_ref_for_model): New function.
1976         (build_user_friendly_ref_for_offset): New function.
1977         (analyze_access_subtree): Removed build_ref_for_offset check.
1978         (propagate_subaccesses_across_link): Likewise.
1979         (create_artificial_child_access): Use
1980         build_user_friendly_ref_for_offset.
1981         (propagate_subaccesses_across_link): Likewise.
1982         (ref_expr_for_all_replacements_p): Removed.
1983         (generate_subtree_copies): Updated comment.  Use build_ref_for_model.
1984         (sra_modify_expr): Use build_ref_for_model.
1985         (load_assign_lhs_subreplacements): Likewise.
1986         (sra_modify_assign): Removed ref_expr_for_all_replacements_p checks,
1987         checks for return values of build_ref_for_offset.
1988         * ipa-cp.c (ipcp_lattice_from_jfunc): No need to check return value of
1989         build_ref_for_offset.
1990         * ipa-prop.h: Include gimple.h
1991         * ipa-prop.c (ipa_compute_jump_functions): Update to look for MEM_REFs.
1992         (ipa_analyze_indirect_call_uses): Update comment.
1993         * Makefile.in (tree-sra.o): Add $(GIMPLE_H) to dependencies.
1994         (IPA_PROP_H): Likewise.
1995
1996 2010-09-10  Martin Jambor  <mjambor@suse.cz>
1997
1998         PR tree-optimization/44972
1999         * ipa-prop.c (ipa_modify_call_arguments): Build MEM_REF instead of
2000         calling build_ref_for_offset.
2001
2002 2010-09-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2003
2004         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle Cortex-a15.
2005         * config/arm/arm-cores.def (cortex-a15): New core. Treat it as a v7-a.
2006         * config/arm/arm-tune.md: Regenerate.
2007         * doc/invoke.texi (ARM Options): Document it.
2008
2009 2010-09-09  Reza Yazdani  <reza.yazdani@amd.com>
2010
2011         * config/i386/i386.c: Include sched-int.h.
2012         (TARGET_SCHED_DISPATCH): Defined.
2013         (TARGET_SCHED_DISPATCH_DO): Defined.
2014         (DISPATCH_WINDOW_SIZE): Defined.
2015         (MAX_DISPATCH_WINDOWS): Defined.
2016         (MAX_INSN): Defined.
2017         (MAX_IMM): Defined.
2018         (MAX_IMM_SIZE): Defined.
2019         (MAX_IMM_32): Defined.
2020         (MAX_IMM_64): Defined.
2021         (MAX_LOAD): Defined.
2022         (MAX_STORE): Defined.
2023         (BIG): Defined.
2024         (dispatch_group): New.
2025         (num_allowable_groups): New.
2026         (group_name): New.
2027         (sched_insn_info_s): New.
2028         (dispatch_windows_s): New.
2029         (imm_info_s): New.
2030         (dispatch_window_list): New.
2031         (dispatch_window_list1): New.
2032         (get_mem_group): New.
2033         (is_cmp): New.
2034         (dispatch_violation): New.
2035         (is_branch): New.
2036         (is_prefetch): New.
2037         (init_window): New.
2038         (allocate_window): New.
2039         (init_dispatch_sched): New.
2040         (is_end_basic_block): New.
2041         (process_end_window): New.
2042         (allocate_next_window): New.
2043         (find_constant_1): New.
2044         (find_constant): New.
2045         (get_num_immediates): New.
2046         (has_immediate): New.
2047         (get_insn_path): New.
2048         (get_insn_group): New.
2049         (count_num_restricted): New.
2050         (fits_dispatch_window): New.
2051         (add_insn_window): New.
2052         (add_to_dispatch_window): New.
2053         (debug_dispatch_window_file): New.
2054         (debug_dispatch_window): New.
2055         (debug_insn_dispatch_info_file): New.
2056         (debug_ready_dispatch): New.
2057         (do_dispatch): New.
2058         (has_dispatch): New.
2059         * config/i386/i386.h (debug_ready_dispatch): Declared.
2060         (debug_dispatch_window): Declared.
2061         * config/i386/i386.opt (mdispatch-scheduler): New flag.
2062         * doc/tm.texi.in (TARGET_SCHED_DISPATCH): New.
2063         (TARGET_SCHED_DISPATCH_DO): New.
2064         * doc/tm.texi: Regererated.
2065         * haifa-sched.c (choose_ready): Call targetm.sched.dispatch and
2066         ready_remove_first_dispatch
2067         (schedule_block): Call targetm.sched.dispatch and
2068         targetm.sched.dispatch_do.
2069         (sched_init): Call targetm.sched.dispatch and
2070         targetm.sched.dispatch_do.
2071         (ready_remove_first_dispatch): New.
2072         (number_in_ready): New.
2073         (get_ready_element): New.
2074         * hooks.c (hook_bool_rtx_int_false): New.
2075         (hook_void_rtx_int): New.
2076         * hooks.h (hook_bool_rtx_int_false): Declared.
2077         (hook_void_rtx_int): Declared.
2078         * sched-int.h (IS_DISPATCH_ON): Defined.
2079         (IS_CMP): Defined.
2080         (DISPATCH_VIOLATION): Defined.
2081         (FITS_DISPATCH_WINDOW): Defined.
2082         (DISPATCH_INIT): Defined.
2083         (ADD_TO_DISPATCH_WINDOW): Defined.
2084         (get_ready_element): Declared.
2085         (number_in_ready): Declared.
2086         * target.def (dispatch): Defined.
2087         (dispatch_do): Defined.
2088
2089 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
2090
2091         PR middle-end/45312
2092         * reload1.c (merge_assigned_reloads): Remove.
2093         (reload_as_needed): Don't call it.
2094
2095 2010-09-09  Anatoly Sokolov  <aesok@post.ru>
2096
2097         * config/m32r/m32r.c (m32r_mode_dependent_address_p): New functions.
2098         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
2099         * config/m32r/m32r.h: (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
2100
2101 2010-09-09  Matthias Klose  <doko@ubuntu.com>
2102
2103         PR bootstrap/43847
2104         * configure.ac (--enable-plugin): Enhance for cross builds.
2105         * configure: Regenerate.
2106
2107 2010-09-09  Jan Hubicka  <jh@suse.cz>
2108
2109         PR tree-optimization/45598
2110         * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result of
2111         string folding is of integral type.
2112
2113 2010-09-09  Nathan Sidwell  <nathan@codesourcery.com>
2114
2115         * configure.ac (gnu_indirect_function): New test.
2116         * configure: Rebuilt.
2117         * config.in (HAVE_GAS_INDIRECT_FUNCTION): New.
2118         * defaults.h (IFUNC_ASM_TYPE): Provide default.
2119
2120         * doc/extend.texi (Function Attributes): Document ifunc.
2121         * varasm.c (do_assemble_alias): Deal with ifuncs too.
2122
2123 2010-09-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
2124
2125         * config/picochip/picochip.c (picochip_reorg): Check for note_p for
2126         epilogue instruction move.
2127
2128 2010-09-09  Jan Hubicka  <jh@suse.cz>
2129
2130         * collect2.c (maybe_run_lto_and_relink): Rewrite code producing ld
2131         command line to allow more partitions than input files.
2132
2133 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
2134
2135         PR middle-end/44554
2136         * ira.c (ira): Switch off sharing spill slots if setjmp is called.
2137
2138 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
2139
2140         PR middle-end/40386
2141         * ira.c (pseudo_for_reload_consideration_p): Don't use
2142         flag_ira_share_spill_slots.
2143
2144 2010-09-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2145
2146         * config/s390/s390.c (legitimate_reload_constant_p): Accept floating-
2147         point zero operands that fit into a single GPR.
2148         (s390_preferred_reload_class): Ensure we only return general-purpose
2149         register classes.
2150         * config/s390/s390.md ("*mov<mode>_64dfp"): Use lghi to load
2151         floating-point zero operands into GPRs.
2152         ("*mov<mode>_64"): Likewise.
2153         ("mov<mode>"): Likewise using lhi.
2154
2155 2010-09-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2156
2157         * config/s390/s390.c (s390_symref_operand_p): Return false for
2158         literal pool references.
2159         (s390_check_qrst_address): Update caller.
2160
2161 2010-09-09  Uros Bizjak  <ubizjak@gmail.com>
2162
2163         * config/i386/predicates.md (ext_register_operand): Check that
2164         SUBREG_REG is really a register before looking for REGNO.
2165         (reg_not_xmm0_operand): Handle SUBREGs correctly.
2166         (nonimm_not_xmm0_operand): Call reg_not_xmm0_operand.
2167
2168 2010-09-09  Jakub Jelinek  <jakub@redhat.com>
2169
2170         * rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.
2171         * rtl.h (DEBUG_IMPLICIT_PTR_DECL): Define.
2172         * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle DEBUG_IMPLICIT_PTR.
2173         * print-rtl.c (print_rtx): Likewise.
2174         * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
2175         * cfgexpand.c (expand_debug_expr): Generate DEBUG_IMPLICIT_PTR
2176         for ADDR_EXPR with non-addressable object.
2177         * dwarf2out.c (enum dw_val_class): Add dw_val_class_decl_ref.
2178         (struct dw_val_struct): Add v.val_decl_ref.
2179         (dwarf_stack_op_name, output_loc_operands, output_loc_operands_raw):
2180         Handle DW_OP_GNU_implicit_pointer.
2181         (size_of_loc_descr): Likewise.  Fix up DW_OP_call_ref size.
2182         (get_ref_die_offset_label): New function.
2183         (implicit_ptr_descriptor): New function.
2184         (mem_loc_descriptor): Handle DEBUG_IMPLICIT_PTR.
2185         (loc_descriptor): Likewise.
2186         (gen_variable_die): Put even definitions into decl_die_table.
2187         (resolve_addr_in_expr): Resolve still unresolved
2188         DW_OP_GNU_implicit_pointer operands, if it can't be resolved
2189         return false.
2190         (dwarf2out_finish): Call output_location_lists after outputting
2191         .debug_info and .debug_abbrev instead of before.
2192
2193 2010-09-09  Roland McGrath  <roland@redhat.com>
2194
2195         * dwarf2out.c (DWARF_REF_SIZE): Define.
2196         (size_of_loc_descr): Use it for DW_OP_call_ref.
2197
2198 2010-09-09  Alan Modra  <amodra@gmail.com>
2199
2200         * doc/invoke.text: Reinstate mcmodel=medium.
2201         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
2202         CMODEL_MEDIUM as default.
2203         * config/rs6000/rs6000.h (enum rs6000_cmodel): Add CMODEL_MEDIUM.
2204         * config/rs6000/rs6000.c (rs6000_handle_option): Add mcmodel=medium.
2205         (toc_relative_ok, offsettable_ok_by_alignment): New functions.
2206         (rs6000_emit_move): Reinstate mcmodel=medium optimization.
2207
2208 2010-09-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2209
2210         PR target/45250
2211         * config/pa/pa.md (nonlocal_goto): Restore hard frame pointer using
2212         hard_frame_pointer_rtx instead of virtual_stack_vars_rtx.
2213         (builtin_longjmp): Likewise.
2214         (allocate_stack): Use hard_frame_pointer_rtx instead of
2215         frame_pointer_rtx.
2216         * config/pa/pa-protos.h (pa_initial_elimination_offset): Declare.
2217         * config/pa/pa.c (pa_internal_arg_pointer): Declare.
2218         (pa_can_eliminate): Likewise.
2219         (TARGET_INTERNAL_ARG_POINTER): Define.
2220         (TARGET_CAN_ELIMINATE): Define.
2221         (hppa_expand_prologue): Use hard frame pointer instead of soft frame
2222         pointer.
2223         (hppa_expand_epilogue, pa_eh_return_handler_rtx): Likewise.
2224         (pa_internal_arg_pointer, pa_can_eliminate,
2225         pa_initial_elimination_offset): New.
2226         * config/pa/pa.h (FRAME_POINTER_REGNUM): Set to new general register.
2227         (HARD_FRAME_POINTER_REGNUM): Set to register three.
2228         (INITIAL_FRAME_POINTER_OFFSET): Delete.
2229         (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET, DWARF_FRAME_REGISTERS):
2230         Define.
2231         (DWARF_ALT_FRAME_RETURN_COLUMN, REGNO_OK_FOR_INDEX_P,
2232         REGNO_OK_FOR_BASE_P): Update to include soft frame pointer.
2233         * config/pa/pa32-regs.h (FIRST_PSEUDO_REGISTER): Increase by one.
2234         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
2235         REG_CLASS_CONTENTS, REGNO_REG_CLASS, REGISTER_NAMES): Update to include
2236         new soft frame pointer.
2237         * config/pa/pa64-regs.h: Likewise.
2238
2239 2010-09-08  Uros Bizjak  <ubizjak@gmail.com>
2240
2241         * config/i386/i386.h (EH_RETURN_DATA_REGNO) Use DX_REG instead of
2242         numerical constant.
2243         (EH_RETURN_STACKADJ_RTX): Use CX_REG insted of numerical constant.
2244
2245 2010-09-08  Alexandre Oliva  <aoliva@redhat.com>
2246
2247         PR debug/45531
2248         * cfglayout.c (fixup_reorder_chain): Skip debug insns.
2249
2250 2010-09-08  Alexandre Oliva  <aoliva@redhat.com>
2251
2252         PR debug/45419
2253         PR debug/45408
2254         * tree-pretty-print.c (dump_generic_node): Disregard top-level
2255         qualifiers in otherwise equal MEM_REF pointer types.
2256         * fold-const.c (operand_equal_p): Compare pointer type of MEM_REFs.
2257         * tree.c (iterative_hash_expr): Hash the pointer type of MEM_REFs.
2258
2259 2010-09-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2260
2261         PR target/44392
2262         * config/arm/arm.md (bswapsi2): Handle condition correctly
2263         for armv6 and optimize_size.
2264
2265 2010-09-08  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2266
2267         PR other/18555
2268         * doc/cppopts.texi (-isysroot): Document Darwin behaviour.
2269
2270 2010-09-08  Uros Bizjak  <ubizjak@gmail.com>
2271
2272         * config/i386/i386-protos.h (ix86_can_use_return_insn_p,
2273         symbolic_reference_mentioned_p, ix86_expand_movmem, ix86_expand_setmem,
2274         ix86_expand_strlen, legitimate_pic_address_disp_p,
2275         ix86_binary_operator_ok, ix86_unary_operator_ok, ix86_match_ccmode,
2276         ix86_expand_int_movcc, ix86_expand_fp_movcc, ix86_expand_int_addcc,
2277         ix86_check_movabs, ix86_secondary_memory_needed): Change function
2278         prototype to bool.
2279         * config/i386/i386.c (return_in_memory_32, return_in_memory_64,
2280         return_in_memory_ms_64, ix86_check_movabs,
2281         symbolic_reference_mentioned_p, ix86_can_use_return_insn_p,
2282         legitimate_pic_address_disp_p, ix86_binary_operator_ok,
2283         ix86_unary_operator_ok, ix86_match_ccmode, ix86_expand_int_movcc,
2284         ix86_expand_fp_movcc, ix86_expand_int_addcc, ix86_expand_movmem,
2285         ix86_expand_setmem, ix86_expand_strlen, inline_secondary_memory_needed,
2286         ix86_secondary_memory_needed): Change to bool.  Return
2287         "true" and "false" values.
2288         * config/i386/i386.md: Return "true" and "false" values.
2289
2290 2010-09-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2291
2292         * doc/sourcebuild.texi (Effective-Target Keywords): Document
2293         run_expensive_tests.
2294
2295 2010-09-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2296
2297         * toplev.c (output_stack_usage): Use lbasename instead of basename.
2298
2299 2010-09-08  Martin Jambor  <mjambor@suse.cz>
2300
2301         PR other/45443
2302         * doc/invoke.texi: Add -fipa-cp-clone to list of switches turned on
2303         at -O3.
2304
2305 2010-09-08  Richard Guenther  <rguenther@suse.de>
2306
2307         * gimple.c (gimple_types, type_hash_cache): Move to GC memory.
2308         (visit): Adjust.
2309         (iterative_hash_gimple_type): Likewise.
2310         (gimple_type_hash): Likewise.
2311         (gimple_register_type): Likewise.
2312         (print_gimple_types_stats): Likewise.
2313         (free_gimple_type_tables): Likewise.
2314
2315 2010-09-08  Michael Matz  <matz@suse.de>
2316
2317         PR tree-optimization/43430
2318         * tree-vect-stmts.c (vectorizable_condition): Support multiple
2319         copies for conditional statements if it's not part of a reduction.
2320
2321 2010-09-08  Michael Matz  <matz@suse.de>
2322
2323         PR tree-optimization/33244
2324         * tree-ssa-sink.c (statement_sink_location): Don't sink into
2325         empty loop latches.
2326
2327 2010-09-08  Richard Guenther  <rguenther@suse.de>
2328
2329         PR tree-optimization/45578
2330         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr):
2331         Be more careful when transfering alignment information to
2332         the new induction variable.
2333         (copy_ref_info): Likewise.
2334
2335 2010-09-08  Richard Guenther  <rguenther@suse.de>
2336
2337         * tree.h (TYPE_ORIG_SIZE_TYPE): Remove.
2338         * c-typeck.c (comptypes_internal): Remove TYPE_ORIG_SIZE_TYPE checks.
2339
2340 2010-09-08  Arnaud Charlet  <charlet@adacore.com>
2341
2342         * c-tree.h, c-decl.c (build_enumerator): Add location parameter.
2343         * c-parser.c (c_parser_enum_specifier): Adjust call to build_enumerator.
2344
2345 2010-09-08  Kenneth Zadeck  <zadeck@naturalbridge.com>
2346
2347         PR doc/45587
2348         * doc/md.texi: Fixed modes on several standard pattern names.
2349
2350 2010-09-08  Mingjie Xing  <mingjie.xing@gmail.com>
2351
2352         * config/mips/loongson.md (loongson_psll<V_suffix>): Rename to...
2353         (ashl<mode>3): ...this.
2354         (loongson_psra<V_suffix>): Rename to...
2355         (ashr<mode>3): ...this.
2356         (loongson_psrl<V_suffix>): Rename to...
2357         (lshr<mode>3): ...this.
2358         * config/mips/mips.c (CODE_FOR_loongson_psllh): Define.
2359         (CODE_FOR_loongson_psllw): Define.
2360         (CODE_FOR_loongson_psrlh): Define.
2361         (CODE_FOR_loongson_psrlw): Define.
2362         (CODE_FOR_loongson_psrah): Define.
2363         (CODE_FOR_loongson_psraw): Define.
2364
2365 2010-09-07  Richard Henderson  <rth@redhat.com>
2366
2367         * tree-vect-data-refs.c: Include tm_p.h.
2368         * Makefile.in (tree-vect-data-refs.o): Update deps.
2369         * config/i386/i386-protos.h (ix86_cfun_abi, ix86_function_type_abi):
2370         Move delarations outside #ifdef RTX_CODE.
2371
2372 2010-09-07  Richard Henderson  <rth@redhat.com>
2373
2374         * final.c (rest_of_handle_final): Unconditionally do
2375         output_function_exception_table before assemble_end_function.
2376
2377 2010-09-07  Jan Hubicka  <jh@suse.cz>
2378
2379         * tree-inline.c (tree_inlinable_function_p): Do not test
2380         DECL_REPLACEABLE_P.
2381         * ipa-inline.c (cgraph_default_inline_p, update_caller_keys,
2382         update_callee_keys, cgraph_decide_inlining): Test function availability.
2383         * cif-code.def (OVERWRITABLE): New code.
2384
2385 2010-09-07  H.J. Lu  <hjl.tools@gmail.com>
2386             Jack Howarth  <howarth@bromo.med.uc.edu>
2387
2388         PR target/36502
2389         PR target/42313
2390         PR target/44651
2391         * config/i386/darwin.h (STACK_BOUNDARY): Redefine as 128 for
2392         profiling or 64-bit MS_ABI and as BITS_PER_WORD otherwise.
2393         (PREFERRED_STACK_BOUNDARY): Replace STACK_BOUNDARY with 128 in
2394         MAX macro.
2395
2396 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
2397
2398         * unwind-dw2-fde-glibc.c: Include <elf.h> for DT_CONFIG.
2399         Include <link.h> only if USE_PT_GNU_EH_FRAME is defined.
2400
2401 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
2402
2403         * config.gcc: Don't append t-android for Android targets.
2404
2405         * config/t-android: Removed.
2406
2407 2010-09-07  Richard Henderson  <rth@redhat.com>
2408
2409         * target.def (TARGET_ASM_EMIT_EXCEPT_PERSONALITY): New hook.
2410         * doc/tm.texi.in: Add doc marker.
2411         * doc/tm.texi: Rebuild.
2412         * except.c (switch_to_exception_section): Always build.
2413         (output_one_function_exception_table): Move section switch,
2414         personality output, and label output ...
2415         (output_function_exception_table): ... here.  Use the new
2416         personality hook.
2417
2418         * config/ia64/ia64.c (ia64_asm_emit_except_personality,
2419         ia64_asm_init_sections, TARGET_ASM_EMIT_EXCEPT_PERSONALITY,
2420         TARGET_ASM_INIT_SECTIONS): New.
2421         (ia64_asm_unwind_emit): Rename from process_for_unwind_directive,
2422         make static.
2423         (TARGET_ASM_UNWIND_EMIT): Update to match.
2424         * config/ia64/ia64-protos.h (process_for_unwind_directive): Remove.
2425
2426         * config/arm/arm.c (arm_asm_emit_except_personality): New.
2427         (arm_asm_init_sections): New.
2428         (TARGET_ASM_EMIT_EXCEPT_PERSONALITY, TARGET_ASM_INIT_SECTIONS): New.
2429
2430 2010-09-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2431
2432         * config/arm/arm.md: Remove unused variable.
2433
2434 2010-09-07  Anatoly Sokolov  <aesok@post.ru>
2435
2436         * config/m32r/m32r.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
2437         * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Define.
2438         (m32r_memory_move_cost): New function.
2439
2440 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
2441
2442         * config.gcc: Append t-android for Android targets.
2443
2444         * config/t-android: New.
2445
2446 2010-09-07  Richard Henderson  <rth@redhat.com>
2447
2448         * target.def (unwind_emit_before_insn): New hook.
2449         * doc/tm.texi.in: Add @hook marker for it.
2450         * doc/tm.texi: Rebuild.
2451         * final.c (final_scan_insn): Respect unwind_emit_before_insn.
2452
2453 2010-09-07  Martin Jambor  <mjambor@suse.cz>
2454
2455         PR fortran/43665
2456         * ipa-cp.c (ipcp_versionable_function_p): Return false if there
2457         are any type attributes.
2458
2459 2010-09-07  Jan Hubicka  <jh@suse.cz>
2460
2461         * tree-ssa-ccp.c (fold_const_aggregate_ref): Fix handling of
2462         array_ref_low_bound in string access folding.
2463
2464 2010-09-07  Uros Bizjak  <ubizjak@gmail.com>
2465
2466         PR target/45206
2467         * config/i386/i386.c (ix86_expand_epilogue): Mark SP as valid after
2468         eh_return fixup sequence.
2469
2470 2010-09-07  Jan Hubicka  <jh@suse.cz>
2471
2472         * gimple-fold.c (maybe_fold_reference): Verify that operand is
2473         gimple_min_invariant.
2474
2475 2010-09-07  Richard Guenther  <rguenther@suse.de>
2476
2477         PR middle-end/45569
2478         * tree-eh.c (operation_could_trap_helper_p): Neither COMPLEX_EXPR
2479         nor CONSTRUCTOR can trap.
2480         * tree-complex.c (update_complex_assignment): Update EH info.
2481
2482 2010-09-07  Richard Guenther  <rguenther@suse.de>
2483
2484         PR middle-end/45569
2485         * tree-cfg.c (build_gimple_cfg): Remove redundant stmt verification.
2486         * passes.c (execute_function_todo): Do not verify anything if
2487         we saw errors.
2488
2489 2010-09-07  Richard Guenther  <rguenther@suse.de>
2490
2491         * tree-pretty-print.c (dump_generic_node): Dump void types as void.
2492
2493 2010-09-07  Bernd Schmidt  <bernds@codesourcery.com>
2494
2495         PR target/43137
2496         * config/arm/iterators.md (qhs_zextenddi_cond, qhs_sextenddi_cond):
2497         New define_mode_attrs.
2498         * config/arm/arm.md (zero_extendsidi2, arm_zero_extendsidi2,
2499         arm_exxtendsidi2, arm_extendsidi2): Delete patterns.
2500         (zero_extend<mode>di2, extend<mode>di2 and related splits): New.
2501         (thumb1_zero_extendhisi2): Remove code to handle LABEL_REFs.
2502         Remove pool_range attribute.
2503         (arm_zero_extendhisi2, arm_zero_extendhisi2_v6, arm_zero_extendqisi2,
2504         arm_zero_extendqisi2_v6, thumb1_zero_extendqisi2_v6): Remove
2505         pool_range and neg_pool_range attributes.
2506         * config/arm/thumb2.md (thumb2_zero_extendsidi2,
2507         thumb2_zero_extendhidi2, thumb2_zero_extendqidi2, thumb2_extendsidi2,
2508         thumb2_extendhidi2, thumb2_extendqidi2): Delete.
2509
2510 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
2511
2512         * config/i386/linux-unwind.h (x86_fallback_frame_state): Properly
2513         check glibc.
2514
2515 2010-09-06  Uros Bizjak  <ubizjak@gmail.com>
2516
2517         PR target/22152
2518         * config/i386/mmx.md (*mov<mode>_internal_rex64,
2519         *mov<mode>_internal_avx, *mov<mode>_internal,
2520         *movv2sf_internal_rex64_avx, *movv2sf_internal_rex64,
2521         *movv2sf_internal_avx, *movv2sf_internal): Split out !y-!y alternative.
2522
2523 2010-09-06  Mark Mitchell  <mark@codesourcery.com>
2524
2525         * c-typeck.c (do_warn_double_promotion): Remove.
2526         * doc/invoke.texi (-Wdouble-promotion): Note available for C++ and
2527         Objective-C++ too.
2528
2529 2010-09-06  Anatoly Sokolov  <aesok@post.ru>
2530
2531         * config/frv/frv.h (CLASS_LIKELY_SPILLED_P): Remove.
2532         * config/frv/frv-protos.h (frv_class_likely_spilled_p): Remove.
2533         * config/frv/frv.c (frv_class_likely_spilled_p): Make static. Change
2534         argument type to reg_class_t. Change result type to bool.
2535         (TARGET_CLASS_LIKELY_SPILLED_P): Define.
2536
2537 2010-09-06  Nicola Pero  <nicola.pero@meta-innovation.com>
2538
2539         PR libobjc/19850
2540         * gthr-posix.h (__gthread_objc_thread_detach): Use
2541         _objc_thread_attribs when detaching a thread.
2542         * gthr-posix95.h (__gthread_objc_thread_detach): Same change.
2543
2544 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
2545
2546         PR target/45524
2547         * configure.ac (enable_decimal_float): Set to $default_decimal_float.
2548         * configure: Regenerated.
2549
2550 2010-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2551
2552         * combine.c (try_combine): Set subst_low_luid to i0.
2553
2554 2010-09-06  Richard Guenther  <rguenther@suse.de>
2555
2556         * tree.def (MISALIGNED_INDIRECT_REF): Remove.
2557         * tree.h (INDIRECT_REF_P): Only check for INDIRECT_REF.
2558         (build_aligned_type): Declare.
2559         * tree.c (check_qualified_type): Also compare TYPE_ALIGN.
2560         (check_aligned_type): New function.
2561         (build_aligned_type): Likewise.
2562         * expr.c (expand_assignment): Handle misaligned stores via
2563         TARGET_MEM_REF and MEM_REF using movmisalign_optab.
2564         (expand_expr_real_1): Likewise.
2565         (safe_from_p): Remove MISALIGNED_INDIRECT_REF handling.
2566         * tree-vect-stmts.c (vectorizable_store): Do not build
2567         MISALIGNED_INDIRECT_REF but initialize alignment information.
2568         (vectorizable_load): Likewise.
2569         * builtins.c (get_object_alignment): Remove MISALIGNED_INDIRECT_REF
2570         handling.
2571         * cfgexpand.c (expand_debug_expr): Likewise.
2572         * dwarf2out.c (loc_list_from_tree): Likewise.
2573         * fold-const.c (maybe_lvalue_p): Likewise.
2574         (operand_equal_p): Likewise.
2575         (build_fold_addr_expr_with_type_loc): Likewise.
2576         * gimplify.c (gimplify_addr_expr): Likewise.
2577         (gimplify_expr): Likewise.
2578         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
2579         (verify_gimple_assign_single): Likewise.
2580         * tree-dump.c (dequeue_and_dump): Likewise.
2581         (tree_could_trap_p): Likewise.
2582         * tree-predcom.c (ref_at_iteration): Likewise.
2583         * tree-pretty-print.c (dump_generic_node): Likewise.
2584         (op_code_prio): Likewise.
2585         (op_symbol_code): Likewise.
2586         * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
2587         * tree-ssa-loop-im.c (for_each_index): Likewise.
2588         (gen_lsm_tmp_name): Likewise.
2589         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
2590         (find_interesting_uses_address): Likewise.
2591         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
2592         * tree-ssa-operands.c (get_expr_operands): Likewise.
2593         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
2594         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
2595         (ao_ref_init_from_vn_reference): Likewise.
2596         * tree.c (staticp): Likewise.
2597         (build1_stat): Likewise.
2598         (reference_alias_ptr_type): Likewise.
2599         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
2600         * config/rs6000/rs6000.c (rs6000_check_sdmode): Remove
2601         MISALIGNED_INDIRECT_REF handling.
2602
2603 2010-09-06  Richard Guenther  <rguenther@suse.de>
2604
2605         PR tree-optimization/45534
2606         * tree-ssa-address.c (create_mem_ref_raw): Add verify parameter.
2607         (create_mem_ref): Do verify the created TARGET_MEM_REF is valid
2608         on the target.
2609         (maybe_fold_tmr): Do not verify the created TARGET_MEM_REF is
2610         valid on the target.
2611
2612 2010-09-06  Andreas Schwab  <schwab@redhat.com>
2613
2614         * configure.ac: Quote argument of AC_MSG_WARN.
2615         * configure: Regenerate.
2616
2617 2010-09-06  Alexander Monakov  <amonakov@ispras.ru>
2618
2619         * sel-sched.c (move_cond_jump): Correct arguments to
2620         maybe_tidy_empty_bb.
2621         * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
2622
2623 2010-09-06  Andrey Belevantsev  <abel@ispras.ru>
2624
2625         PR rtl-optimization/44919
2626         * sel-sched.c (move_cond_jump): Remove assert, check that
2627         the several blocks case can only happen with mutually exclusive
2628         insns instead.  Rewrite the movement code to support moving through
2629         several basic blocks.
2630
2631 2010-09-06  Uros Bizjak  <ubizjak@gmail.com>
2632
2633         * config/i386/i386.md (iptrsize): New mode attribute.
2634         (tp_seg): Ditto.
2635         (*load_tp_<mode>): Macroize insn from *load_tp_{si,di} using P
2636         mode iterator.
2637         (*add_tp_<mode>): Ditto from *add_tp_{si,di}.
2638         (stack_protect_set_<mode>): Ditto from stack_protect_set_{si,di}.
2639         (stack_protect_test_<mode>): Ditto from stack_protect_test_{si,di}.
2640         (stack_tls_protect_set_<mode>): Ditto from
2641         stack_tls_protect_set_{si,di}.  Use %@ to output segment register
2642         of thread base pointer load.
2643         (stack_tls_protect_test_<mode>): Ditto from
2644         stack_tls_protect_test_{si,di}.  Use %@ to output segment register
2645         of thread base pointer load.
2646         (stack_protect_set): Rewrite using indirect functions.
2647         (stack_protect_test): Ditto.
2648         * config/i386/i386.c (ix86_print_operand_punct_valid): Add '@'.
2649         (ix86_print_operand): Handle '@'.
2650
2651 2010-09-05  Giuseppe Scrivano  <gscrivano@gnu.org>
2652
2653         * tree-tailcall.c (process_assignment): Handle NEGATE_EXPR and
2654         MINUS_EXPR.
2655
2656 2010-09-05  Mark Mitchell  <mark@codesourcery.com>
2657
2658         * doc/invoke.texi: Document -Wdouble-promotion.
2659         * c-typeck.c (convert_arguments): Check for implicit conversions
2660         from float to double.
2661         (do_warn_double_promotion): New function.
2662         (build_conditional_expr): Use it.
2663         (build_binary_op): Likewise.
2664
2665 2010-09-05  Richard Guenther  <rguenther@suse.de>
2666
2667         PR tree-optimization/45535
2668         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
2669         handle TMR_INDEX2.  Make sure TMR_INDEX is not NULL before
2670         dereferencing it.
2671         (indirect_refs_may_alias_p): Likewise.
2672
2673 2010-09-05  Naveen H.S  <naveen.S@kpitcummins.com>
2674
2675         * config/sh/sh.c (sh_option_override): Make static.
2676         Adjust comments.  Declare.
2677         (sh_function_value_regno_p): Likewise.
2678         (sh_register_move_cost): Modify the arguments, make static.
2679         Adjust comments.  Declare.
2680         (TARGET_OPTION_OVERRIDE, TARGET_REGISTER_MOVE_COST
2681         TARGET_FUNCTION_VALUE_REGNO_P): Define.
2682         * config/sh/sh.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P
2683         REGISTER_MOVE_COST): Delete.
2684         * config/sh/sh-protos.h (sh_override_options): Delete.
2685         (sh_register_move_cost): Delete.
2686         (sh_function_value_regno_p): Delete.
2687
2688 2010-09-04  Anatoly Sokolov  <aesok@post.ru>
2689
2690         * config/m32r/m32r.c (m32r_function_value, m32r_libcall_value,
2691         m32r_function_value_regno_p): New functions.
2692         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
2693         TARGET_FUNCTION_VALUE_REGNO_P): Declare.
2694         * config/m32r/m32r.h: (FUNCTION_VALUE, LIBCALL_VALUE,
2695         FUNCTION_VALUE_REGNO_P): Remove.
2696
2697 2010-09-04  Jan Hubicka  <jh@suse.cz>
2698
2699         * gimple-fold.c (maybe_fold_reference): Use fold_const_aggregate_ref.
2700         * tree-ssa-ccp.c (fold_const_aggregate_ref): Use
2701         fold_read_from_constant_string.
2702
2703         * gimple.h (canonicalize_constructor_val): Declare.
2704         * gimple-fold.c (canonicalize_constructor_val): New function.
2705         (get_symbol_constant_value):Use it.
2706         * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
2707
2708 2010-09-04  Jan Hubicka  <jh@suse.cz>
2709
2710         * tree-switch-conversion.c (build_one_array): Set constructor to be
2711         static.
2712         * varpool.c (varpool_finalize_decl): Compute const_value_known.
2713
2714 2010-09-04  Richard Guenther  <rguenther@suse.de>
2715
2716         PR bootstrap/45519
2717         * tree-flow.h (force_gimple_operand_1): Declare.
2718         (force_gimple_operand_gsi_1): Likewise.
2719         * gimplify.c (force_gimple_operand_1): New worker taking a
2720         gimple predicate for ...
2721         (force_gimple_operand): ... which now wraps it.
2722         (force_gimple_operand_gsi_1, force_gimple_operand_gsi): Likewise.
2723         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Revert
2724         last change.
2725         * tree-ssa-address.c (gimplify_mem_ref_parts): Use
2726         force_gimple_operand_gsi_1 with is_gimple_mem_ref_addr.
2727         (create_mem_ref): Likewise.
2728
2729 2010-09-04  Uros Bizjak  <ubizjak@gmail.com>
2730
2731         * config/i386/predicates.md (sse_reg_operand): New predicate.
2732         * config/i386/i386.md (TFmode push splitter): Use sse_reg_operand
2733         predicate for operand 1.
2734         (XFmode push splitter): Use fp_register_operand predicate
2735         for operand 1.
2736         (*dummy_extendsfdf2, *dummy_extendsfxf2): Remove disabled patterns.
2737         (SF-DF float_extend push splitter): Add reload_completed insn
2738         predicate.
2739         ({SF,DF}-XF float_extend_push splitter): Macroize splitter using
2740         MODEF mode macro.  Add reload_completed insn predicate.
2741
2742 2010-09-04  Paolo Bonzini  <bonzini@gnu.org>
2743
2744         * df.h (enum df_ref_class): Remove DF_REF_EXTRACT.
2745         (struct df_extract_ref): Remove.
2746         (union df_ref_d): Remove extract_ref member.
2747         (df_ref_create): Remove last three arguments.
2748         (DF_REF_LOC): Remove DF_REF_EXTRACT case.
2749         * df-scan.c (df_ref_record): Remove last three arguments, do not
2750         pass them to df_ref_create_structure.
2751         (df_uses_record): Remove first and last three arguments.  Replace
2752         first argument with DF_REF_REGULAR, adjust calls to remove the
2753         width, offset and mode.  Always call recursively on the second
2754         and third argument of ZERO_EXTRACT and SIGN_EXTRACT.
2755         (df_ref_create_structure): Remove first argument.
2756         (struct df_scan_problem_data): Remove ref_extract_pool.
2757         (df_scan_free_internal): Do not free it.
2758         (df_scan_alloc): Do not allocate it.
2759         (df_ref_create): Remove last three arguments, do not pass them to
2760         df_ref_create_structure.
2761         (df_free_ref): Remove DF_REF_EXTRACT case.
2762         (df_notes_rescan): Adjust call to df_uses_record.
2763         (df_ref_equal_p, df_ref_compare, df_ref_create_structure):
2764         Remove DF_REF_EXTRACT case.
2765         (df_def_record_1): Do not special case class for a ZERO_EXTRACT lhs.
2766         Adjust calls to df_ref_record, using DF_REF_REGULAR for all REG
2767         and SUBREG definitions.
2768         (df_get_conditional_uses): Remove references to width/offset/mode,
2769         adjust call to df_ref_create_structure.
2770         (df_get_call_refs, df_insn_refs_collect, df_bb_refs_collect,
2771         df_entry_block_defs_collect, df_exit_block_uses_collect): Adjust
2772         calls to df_uses_record and df_ref_record.
2773         * fwprop.c (update_df): Remove references to width/offset/mode,
2774         adjust call to df_ref_create.
2775
2776 2010-09-03  Jan Hubicka  <jh@suse.cz>
2777
2778         * ipa.c (build_cdtor): Take VECtor as argument; fix array walk.
2779         (build_cdtor_fns): Update use of build_cdtor.
2780
2781 2010-09-03  Joseph Myers  <joseph@codesourcery.com>
2782
2783         * doc/options.texi (SeparateAlias): Document.
2784         * opt-functions.awk (switch_flags): Handle SeparateAlias.
2785         * opth-gen.awk: Generate enumeration names for options marked
2786         SeparateAlias, but not for those marked Ignore.
2787         * opts-common.c (generate_canonical_option): Don't output separate
2788         argument for options marked CL_SEPARATE_ALIAS.
2789         (decode_cmdline_option): Handle CL_SEPARATE_ALIAS.
2790         * opts.h (CL_SEPARATE_ALIAS): New.
2791         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
2792         CL_COMMON): Adjust definitions.
2793         * config/i386/darwin.opt, config/mips/sde.opt: New.
2794         * common.opt (fdump-final-insns): New.
2795         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
2796         i386/darwin.opt.
2797         (mips*-sde-elf*): Add mips/sde.opt.
2798         * config/mips/sde.h (DRIVER_SELF_SPECS): Don't handle
2799         -mno-data-in-code and -mcode-xonly here.
2800         * defaults.h (DEFAULT_SWITCH_TAKES_ARG): Add 'd'.
2801         * gcc.c (option_map): Add "j" to --dump entry.
2802         (translate_options): Don't translate -d to -foutput-class-dir= here.
2803
2804 2010-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2805
2806         * tree-data-ref.c (dr_may_alias_p): Replace !DR_IS_READ with
2807         DR_IS_WRITE.
2808         (compute_all_dependences): Same.
2809         (create_rdg_edge_for_ddr): Same.
2810         * tree-data-ref.h (DR_IS_WRITE): New.
2811         (ddr_is_anti_dependent): Replace !DR_IS_READ with DR_IS_WRITE.
2812         * tree-if-conv.c (write_memrefs_written_at_least_once): Same.
2813         (write_memrefs_written_at_least_once): Same.
2814         * tree-predcom.c (suitable_component_p): Same.
2815         (determine_roots_comp): Same.
2816         (execute_load_motion): Same.
2817         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Same.
2818         (vect_enhance_data_refs_alignment): Same.
2819         (vect_analyze_group_access): Same.
2820
2821 2010-09-03  Joern Rennecke  <joern.rennecke@embecosm.com>
2822
2823         PR testsuite/42843
2824         * Makefile.in (PLUGINCC): Define in terms of @CC@ / @CXX@
2825         (PLUGINCFLAGS): Define in terms of @CFLAGS@ / @CXXFLAGS@
2826
2827 2010-09-03  Marcin Baczynski  <marbacz@gmail.com>
2828
2829         * dwarf2out.c (file scope): Remove #if0'd code.
2830         (gen_subprogram_die): Same.
2831
2832 2010-09-03  Jakub Jelinek  <jakub@redhat.com>
2833
2834         PR middle-end/45484
2835         * dwarf2out.c (flush_queued_reg_saves): Rename to...
2836         (dwarf2out_flush_queued_reg_saves): ... this.  No longer static.
2837         (dwarf2out_frame_debug_expr, dwarf2out_frame_debug): Adjust callers.
2838         * dwarf2out.h (dwarf2out_flush_queued_reg_saves): New prototype.
2839         * config/i386/i386.c (output_set_got): Call it.
2840
2841 2010-09-03  Michael Matz  <matz@suse.de>
2842
2843         PR middle-end/45415
2844         * tree-sra.c (sra_modify_assign): If we modify the statement,
2845         say so.
2846
2847         * tree-ssa.c (verify_ssa): Check number of operands and links
2848         per statement to agree.
2849
2850 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
2851             Iain Sandoe  <iains@gcc.gnu.org>
2852
2853         PR target/45476
2854         * config/i386/t-darwin (LIB2FUNCS_EXCLUDE): New.
2855         * config/i386/darwin.h (LIBGCC2_HAS_TF_MODE,
2856         LIBGCC2_TF_CEXT, TF_SIZE): New defines.
2857
2858 2010-09-03  Richard Guenther  <rguenther@suse.de>
2859
2860         * lto-streamer-out.c (output_function): Output function
2861         start and end loci.
2862         * lto-streamer-in.c (input_function): Input function start
2863         and end loci.
2864
2865 2010-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2866
2867         * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
2868         * Makefile.in: Add aclocal.m4 dependency to dfp.m4.
2869         * configure: Regenerate.
2870         * aclocal.m4: Regenerate.
2871
2872 2010-09-03  Jan Hubicka  <jh@suse.cz>
2873
2874         PR lto/44812
2875         * lto-cgraph.c (intput_node, input_varpool_node): Set DECL_EXTERNAL
2876         on functions/variables in other partition.
2877
2878 2010-09-03  Jan Hubicka  <jh@suse.cz>
2879
2880         * cgraph.h (struct varpool_node): Add const_value_known.
2881         (varpool_decide_const_value_known): Declare.
2882         * tree-ssa-ccp.c (fold_const_aggregate_ref): Update initializer folding.
2883         * lto-cgraph.c (lto_output_varpool_node): Store const_value_known.
2884         (input_varpool_node): Restore const_value_known.
2885         * tree-ssa-loop-ivcanon (constant_after_peeling): Check varpool for
2886         initializer folding.
2887         * ipa.c (ipa_discover_readonly_nonaddressable_var,
2888         function_and_variable_visibility): Compute const_value_known.
2889         * gimple-fold.c (get_symbol_constant_value): Use varpool for
2890         initializer folding.
2891         * varpool.c (varpool_decide_const_value_known): New function.
2892
2893 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
2894
2895         * config/i386/i386.md: Remove empty preparation statements
2896         from splitters.
2897
2898 2010-09-03  Jan Hubicka  <jh@suse.cz>
2899
2900         * passes.c (rest_of_decl_compilation): Do not add local vars into
2901         varpool.
2902         * varpool.c (varpool_get_node, varpool_node): Sanity check that only
2903         static or extern vars are in varpool.
2904         (varpool_finalize_decl): Sanity check that only static vars are
2905         finalized.
2906
2907 2010-09-03  Jakub Jelinek  <jakub@redhat.com>
2908
2909         PR debug/45500
2910         * dwarf2out.c (rtl_for_decl_init): Give up for all generic vectors,
2911         not just generic vectors with BLKmode.
2912
2913 2010-09-03  Richard Guenther  <rguenther@suse.de>
2914
2915         * tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
2916         Move TMR_OFFSET to second operand.  Add TMR_INDEX2.
2917         * tree.h (TMR_SYMBOL): Remove.
2918         (TMR_BASE, TMR_OFFSET): Adjust.
2919         (TMR_INDEX2): New.
2920         * alias.c (ao_ref_from_mem): Use TMR_BASE.
2921         * builtins.c (get_object_alignment): Merge TMR_BASE and
2922         TMR_SYMBOL handling.
2923         * cfgexpand.c (expand_debug_expr): Use TMR_BASE.
2924         * gimple.c (get_base_address): Merge MEM_REF and TARGET_MEM_REF
2925         handling.  Also allow TARGET_MEM_REF as base address.
2926         (walk_stmt_load_store_addr_ops): TMR_BASE is always non-NULL.
2927         * gimplify.c (gimplify_expr): Gimplify TMR_BASE like MEM_REF
2928         base.  Gimplify TMR_INDEX2.
2929         * tree-cfg.c (verify_types_in_gimple_reference): Adjust.
2930         * tree-dfa.c (get_ref_base_and_extent): Likewise.
2931         (get_addr_base_and_unit_offset): Likewise.
2932         * tree-eh.c (tree_could_trap_p): Likewise.
2933         * tree-pretty-print.c (dump_generic_node): Likewise.
2934         * tree-ssa-address.c (tree_mem_ref_addr): Simplify.  Handle TMR_INDEX2.
2935         (create_mem_ref_raw): Merge symbol and base.  Move 2ndary
2936         base to index2.
2937         (get_address_description): Reconstruct addres description
2938         from merged TMR_BASE and TMR_INDEX2.
2939         (maybe_fold_tmr): Fold propagated addresses.
2940         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Merge
2941         MEM_REF and TARGET_MEM_REF paths.
2942         (indirect_refs_may_alias_p): Likewise.
2943         * tree-ssa-live.c (mark_all_vars_used_1): Handle TMR_INDEX2
2944         instead of TMR_SYMBOL.
2945         * tree-ssa-operands.c (get_tmr_operands): Simplify.
2946         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Adjust
2947         according to changes ...
2948         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): ... here.
2949         Split TARGET_MEM_REF into two fields plus the base.
2950         * tree.c (mem_ref_offset): Simplify.
2951         * tree-ssa-loop-im.c (for_each_index): Handle TMR_INDEX2.
2952         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Likewise.
2953         Strip NOPs when folding MEM_REF addresses.
2954         * tree-ssa-sink.c (is_hidden_global_store): Handle TARGET_MEM_REF.
2955         * gimple-fold.c (maybe_fold_reference): Fold TARGET_MEM_REF here ...
2956         (fold_gimple_assign): ... not here.
2957
2958 2010-09-03  Mingjie Xing  <mingjie.xing@gmail.com>
2959
2960         * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change the definition.
2961         * config/mips/mips.c (mips_shift_truncation_mask): New function.
2962         (TARGET_SHIFT_TRUNCATION_MASK): Define.
2963
2964 2010-09-02  Richard Henderson  <rth@redhat.com>
2965
2966         * configure.ac (gcc_cv_as_cfi_advance_working): Use objdump
2967         instead of readelf in the test.
2968         (gcc_cv_as_cfi_sections_directive): Check for correct relocation
2969         in the .debug_frame section for coff targets.
2970         * configure: Rebuild.
2971
2972 2010-09-02  Anatoly Sokolov  <aesok@post.ru>
2973
2974         * config/m32c/m32c.h (CLASS_LIKELY_SPILLED_P): Remove.
2975         * config/m32c/m32c-protos.h (m32c_class_likely_spilled_p): Remove.
2976         * config/m32c/m32c.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
2977         (m32c_class_likely_spilled_p): Make static. Change argument type to
2978         reg_class_t. Change result type to bool.
2979
2980 2010-09-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
2981
2982         * config/rs6000/rs6000.opt (-mfriz): New switch to control whether
2983         to convert (double)(long) into a single FRIZ instruction or not
2984         when -ffast-math is used.
2985
2986         * config/rs6000/vsx.md (VSX_DF): New iterator for DF/V2DF modes.
2987         (vsx_float_fix_<mode>2): Optimize (double)(long) into X{S,V}RDPIZ
2988         or FRIZ instruction if -ffast-math.
2989         * config/rs6000/rs6000.md (friz): Ditto.
2990
2991         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mfriz.
2992
2993 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
2994
2995         * opth-gen.awk (quote, comma): Remove unused variables.
2996
2997 2010-09-02  Ryan Mansfield  <rmansfield@qnx.com>
2998
2999         * arm.c (arm_override_options): Correct fall-back code to use
3000         SUBTARGET_CPU_DEFAULT.
3001
3002 2010-09-02  Julian Brown  <julian@codesourcery.com>
3003
3004         * config/arm/neon.md (UNSPEC_VCLE, UNSPEC_VCLT): New constants for
3005         unspecs.
3006         (vcond<mode>, vcondu<mode>): New expanders.
3007         (neon_vceq<mode>, neon_vcge<mode>, neon_vcgt<mode>): Support
3008         comparisons with zero.
3009         (neon_vcle<mode>, neon_vclt<mode>): New patterns.
3010         * config/arm/constraints.md (Dz): New constraint.
3011
3012 2010-09-02  Anatoly Sokolov  <aesok@post.ru>
3013
3014         * target.def (class_likely_spilled_p): New hook.
3015         * doc/tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Document.
3016         * doc/tm.texi: Regenerate.
3017         * targhooks.c (default_class_likely_spilled_p): New function.
3018         * targhooks.h (default_class_likely_spilled_p): Declare.
3019         * regs.h (CLASS_LIKELY_SPILLED_P): Remove.
3020         * combine.c (cant_combine_insn_p, likely_spilled_retval_p): Use
3021         TARGET_CLASS_LIKELY_SPILLED_P target hook. Use HARD_REGISTER_P macro.
3022         Use fixed_reg_set instead of fixed_regs.
3023         * cse.c (hash_rtx_cb): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
3024         * calls.c (avoid_likely_spilled_reg): Ditto.
3025         * ira-conflicts.c (ira_build_conflicts): Ditto.
3026         * ira.c (update_equiv_regs): Ditto.
3027         * mode-switching.c (create_pre_exit): Ditto.
3028         * regmove.c (find_matches): Ditto.
3029         (regclass_compatible_p): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
3030         * reload.c (SMALL_REGISTER_CLASS_P): Remove macro.
3031         (small_register_class_p): New inline function.
3032         (push_secondary_reload, find_reusable_reload, find_reloads): Use
3033         small_register_class_p instead of SMALL_REGISTER_CLASS_P.
3034
3035         * config/i386/i386.h (CLASS_LIKELY_SPILLED_P): Remove.
3036         * config/i386/i386.c (ix86_class_likely_spilled_p): New.
3037         (TARGET_CLASS_LIKELY_SPILLED_P): Define.
3038
3039 2010-09-02  Richard Guenther  <rguenther@suse.de>
3040
3041         PR tree-optimization/44937
3042         PR tree-optimization/45412
3043         * ipa-split.c (split_function): Properly remove PHI nodes.
3044
3045 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
3046
3047         * opts.h (struct cl_option): Add warn_message field.
3048         (struct cl_decoded_option): Add warn_message field.
3049         * doc/options.texi (Ignore, Warn): Document.
3050         * opt-functions.awk (needs_state_p): Don't consider aliases or
3051         ignored options to need state saved.
3052         * optc-gen.awk: Handle Warn and Ignore.
3053         * opth-gen.awk: Output OPT_SPECIAL_ignore.
3054         * opts-common.c (decode_cmdline_option): Set warn_message field.
3055         Handle ignored options.
3056         (decode_cmdline_options_to_array, generate_option,
3057         generate_option_input_file): Set warn_message field.
3058         (read_cmdline_option): Generate warnings from warn_message field.
3059         Handle ignored options.
3060         * common.opt (Wunreachable-code, fargument-alias,
3061         fargument-noalias, fargument-noalias-global,
3062         fargument-noalias-anything, fcse-skip-blocks, fforce-addr,
3063         floop-optimize, frerun-loop-opt, fsched2-use-traces, fsee,
3064         fstrength-reduce, ftree-store-ccp, ftree-store-copy-prop,
3065         ftree-salias): Mark Ignore.
3066         * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -mcpu,
3067         -mintel-syntax and -mno-intel-syntax here.
3068         * config/i386/i386.opt (mcpu=, mintel-syntax): Define as aliases
3069         using Warn.
3070         * opts.c (common_handle_option): Don't handle options marked as
3071         ignored.
3072         (enable_warning_as_error): Handle ignored options.
3073
3074 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
3075
3076         PR driver/44076
3077         * opts.h (struct cl_option): Add alias_arg, neg_alias_arg and
3078         alias_target fields.
3079         * opt-functions.awk (opt_sanitized_name): Don't handle
3080         finline-limit=, Wlarger-than= and ftemplate-depth= specially.
3081         * optc-gen.awk: Generate alias fields.
3082         * opth-gen.awk: Explicitly give values for OPT_* enum constants.
3083         Don't generate such constants for aliases.
3084         * opts-common.c (generate_canonical_option): New.
3085         (decode_cmdline_option): Handle aliases.  Use
3086         generate_canonical_option for known options instead of copying the
3087         input option text.
3088         * doc/options.texi (Alias): Document.
3089         * common.opt (W, Wlarger-than-, aux-info=, finline-limit-,
3090         fstack-check, specs): Mark as aliases.
3091         * gcc.c (driver_handle_option): Canonicalize -L options to joined
3092         arguments.
3093         (driver_handle_option): Don't handle OPT_specs.
3094         * opts.c (common_handle_option): Don't handle options marked as
3095         aliases.
3096         (enable_warning_as_error): Handle aliases.
3097         * stor-layout.c (layout_decl): Use OPT_Wlarger_than_ instead of
3098         OPT_Wlarger_than_eq.
3099         * tree-optimize.c (tree_rest_of_compilation): Use
3100         OPT_Wlarger_than_ instead of OPT_Wlarger_than_eq.
3101
3102 2010-09-02  Uros Bizjak  <ubizjak@gmail.com>
3103
3104         * config/i386/i386.md (nonmemory_operand): New mode attribute.
3105         (push memory peephole2): Macroize peepholes using SWI mode iterator.
3106         (move immediate to memory peephole2): Macroize peepholes using
3107         SWI124 mode iterator.
3108         (non-pairable NOT peephole2): Macroize peepholes using SWI124
3109         mode iterator.
3110         (simple lea add peephole2): Macroize peepholes using SWI48
3111         mode iterator.
3112         (simple lea mult peephole2): Ditto.
3113         (imul by 3,5,9 to lea peephole2): Ditto.
3114         (mov $-1, reg peephole2): Macroize peepholes using SWI248
3115         mode iterator.
3116         (imul $32bit_imm,mem,reg peephole2): Ditto.
3117         (imul $8/16bit_imm,regmem,reg peephole2): Ditto.
3118
3119 2010-09-02  Ian Bolton  <ian.bolton@arm.com>
3120
3121         * tree-ssa-loop-prefetch.c: Fix comment at head of file.
3122
3123 2010-09-02  Olivier Hainque  <hainque@adacore.com>
3124
3125         PR middle-end/44763
3126         * ira-color.c (SORTGT): New macro, helper for qsort callbacks.
3127         (allocno_priority_compare_func): Use it instead of a straight
3128         difference computation over priorities.
3129
3130 2010-09-02  Andi Kleen  <ak@linux.intel.com>
3131
3132         * opts.c (common_handle_option): Fix OPT_fwhopr/fwhopr_ handling.
3133
3134 2010-09-02  Ira Rosen  <irar@il.ibm.com>
3135
3136         * tree-vectorizer.h (get_later_stmt): New function.
3137         (vect_analyze_data_ref_dependences): Add argument.
3138         * tree-vect-loop.c (vect_analyze_loop): Update call to
3139         vect_analyze_data_ref_dependences.
3140         * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block):
3141         New function.
3142         (vect_analyze_data_ref_dependence): Add argument for basic block
3143         dependencies. Check dependencies in basic block vectorization.
3144         (vect_analyze_data_ref_dependences): Add argument and update call to
3145         vect_analyze_data_ref_dependences.
3146         * tree-vect-slp.c (vect_find_last_store_in_slp_instance): New.
3147         (vect_bb_vectorizable_with_dependencies): New.
3148         (vect_slp_analyze_bb): Check dependencies in basic block.
3149         (vect_schedule_slp_instance): Insert stores before the last store in
3150         SLP instance.
3151
3152 2010-09-02  Uros Bizjak  <ubizjak@gmail.com>
3153
3154         PR target/45476
3155         * config/i386/freebsd.h (LIBGCC2_HAS_TF_MODE,
3156         LIBGCC2_TF_CEXT, TF_SIZE): New defines.
3157
3158 2010-09-01  Jakub Jelinek  <jakub@redhat.com>
3159
3160         PR middle-end/45458
3161         * bb-reorder.c (add_labels_and_missing_jumps): Treat
3162         bbs ending with throwing insns like blocks ending with a call.
3163         (fix_up_fall_thru_edges): Likewise.
3164
3165 2010-09-01  Nathan Froyd  <froydnj@codesourcery.com>
3166
3167         * config/m32c/m32c-protos.h (m32c_function_arg): Delete.
3168         (m32c_function_arg_advance): Delete.
3169         * config/m32c/m32c.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3170         * config/m32c/m32c.c (m32c_function_arg): Make static.  Adjust
3171         comments.  Take a const_tree and a bool.  Declare.
3172         (m32c_function_arg_advance): Likewise.
3173         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3174
3175 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
3176
3177         PR target/45476
3178         * config/i386/cygming.h (LIBGCC2_HAS_TF_MODE,
3179         LIBGCC2_TF_CEXT, TF_SIZE): Move from ...
3180         * config/i386/mingw32.h: ... here.
3181
3182 2010-09-01  Andi Kleen  <ak@linux.intel.com>
3183
3184         PR lto/45475
3185         * lto-streamer-in.c (lto_input_ts_target_option): Add.
3186         (lto_input_tree_pointers): Call lto_input_ts_target_option.
3187         * lto-streamer-out (lto_output_ts_target_option): Add.
3188         (lto_output_tree_pointers): Call lto_output_ts_target_option.
3189
3190 2010-09-01  Kai Tietz  <kai.tietz@onevision.com>
3191
3192         PR/target 45452
3193         * config/i386/cygwin.h: Change order of specified import libraries.
3194         * config/i386/mingw32.h: Likewise.
3195         * config/i386/t-cygwin: Likewise.
3196         * config/i386/t-mingw32: Likewise.
3197         * config/i386/t-mingw-w32: Likewise.
3198         * config/i386/t-mingw-w64: Likewise.
3199
3200 2010-09-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3201
3202         * config/arm/neon-schedgen.ml (core): New type.
3203         (allCores): List of supported cores.
3204         (availability_table): Add supported cores.
3205         (collate_bypasses): Accept core as a parameter.
3206         (worst_case_latencies_and_bypasses): Accept core as a parameter.
3207         (emit_insn_reservations): Accept core as a parameter.  Use tuneStr
3208         and coreStr to get tune attribute and prefix for functional units.
3209         (emit_bypasses): Accept core name and use it.
3210         (calculate_per_core_availability_table): New.
3211         (filter_core): New.
3212         (calculate_core_availability_table): New.
3213         (main): Use calculate_core_availablity_table.
3214         * config/arm/cortex-a8-neon.md: Update copyright year.
3215         Regenerated from ml file and merged in.
3216         (neon_mrrc, neon_mrc): Rename to cortex_a8_neon_mrrc and
3217         cortex_a8_neon_mrc.
3218
3219 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
3220
3221         * Makefile.in (tree-switch-conversion.o): Update dependencies.
3222
3223 2010-09-01  Richard Guenther  <rguenther@suse.de>
3224
3225         * alias.c (ao_ref_from_mem): Adjust.
3226         * builtins.c (get_object_alignment): Likewise.
3227         * cfgexpand.c (expand_debug_expr): Likewise.
3228         * gimple.c (get_base_address): Likewise.
3229         * tree-dfa.c (get_ref_base_and_extent): Likewise.
3230         (get_addr_base_and_unit_offset): Likewise.  Fix for
3231         both TMR_SYMBOL and TMR_BASE being set.
3232         * tree-eh.c (tree_could_trap_p): Likewise.
3233         * gimplify.c (gimplify_expr): Do not attempt to gimplify
3234         TMR_SYMBOL.  Always gimplify TMR_BASE.
3235         * tree-cfg.c (verify_types_in_gimple_reference): Verify
3236         TMR_BASE if there is a TMR_SYMBOL.
3237         * tree-pretty-print.c (dump_generic_node): Adjust.
3238         * tree-ssa-address.c (addr_for_mem_ref): Likewise.
3239         (tree_mem_ref_addr): Likewise.
3240         (create_mem_ref_raw): Likewise.
3241         (move_fixed_address_to_symbol): Likewise.
3242         (create_mem_ref): Likewise.
3243         (dump_mem_address): Likewise.
3244         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Adjust.
3245         Fix for both TMR_SYMBOL and TMR_BASE being set.
3246         (indirect_refs_may_alias_p): Likewise.
3247         * tree-ssa-operands.c (get_tmr_operands): Adjust.
3248         * tree.def (TARGET_MEM_REF): Adjust documentation.
3249
3250 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
3251
3252         * config/i386/i386.h (enum ix86_tune_indices) <X86_TUNE_SINGLE_POP>:
3253         Rename from X86_TUNE_ADD_ESP_4.
3254         <IX86_TUNE_DOUBLE_POP>: Rename from X86_TUNE_ADD_ESP_8.
3255         <IX86_TUNE_SINGLE_PUSH>: Rename from X86_TUNE_SUB_ESP_4.
3256         <IX86_TUNE_DOUBLE_PUSH>: Rename from X86_TUNE_SUB_ESP_8.
3257         (TARGET_SINGLE_POP): Rename from TARGET_ADD_ESP_4.
3258         (TARGET_DOUBLE_POP): Rename from TARGET_ADD_ESP_8.
3259         (TARGET_SINGLE_PUSH): Rename from TARGET_SUB_ESP_4.
3260         (TARGET_DOUBLE_POP): Rename from TARGET_SUB_ESP_8.
3261         * config/i386/i386.c (initial_ix86_tune_features)
3262         <X86_TUNE_SINGLE_POP>: Invert members.
3263         <X86_TUNE_DOUBLE_POP>: Ditto.
3264         <X86_TUNE_SINGLE_PUSH>: Ditto.
3265         <X86_TUNE_DOUBLE_PUSH>: Ditto.
3266         * config/i386/i386.md (*pop<mode>1): Rename from pop<mode>1.
3267         No longer exported.
3268         (push peephole2 patterns): Macroize peepholes using P mode iterator.
3269         Adjust for renamed TARGET_{SINGLE,DOUBLE}_PUSH defines.
3270         (pop peephole2 patterns): Macroize peepholes using P mode iterator.
3271         Adjust for renamed TARGET_{SINGLE,DOUBLE}_POP defines.
3272
3273 2010-09-01  Eric Botcazou  <ebotcazou@adacore.com>
3274
3275         * gimplify.c (gimplify_init_constructor): Do not create a temporary for
3276         a volatile LHS if the constructor has only one element.
3277
3278 2010-09-01  Mikael Pettersson  <mikpe@it.uu.se>
3279
3280         PR bootstrap/45321
3281         * tree.c (stdarg_p): Make fntype parameter const.
3282         * tree.h (stdarg_p): Likewise.
3283         (function_args_iterator): Remove unused fntype field.
3284         (function_args_iter_init): Do not initialize fntype
3285         field.  Make fntype parameter const.
3286
3287 2010-09-01  Richard Guenther  <rguenther@suse.de>
3288
3289         * tree-vrp.c (adjust_range_with_scev): Use number of iteration
3290         estimate.
3291         (vrp_visit_phi_node): Delay using SCEV till we balloon the range.
3292         (execute_vrp): Compute number of iteration estimates.
3293         * cfgloop.h (estimate_numbers_of_iterations_loop): Adjust prototype.
3294         * tree-flow.h (estimate_numbers_of_iterations): Likewise.
3295         * tree-data-ref.c (estimated_loop_iterations): Adjust.
3296         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
3297         Infer loop bounds from undefined behavior based on a new parameter.
3298         (estimate_numbers_of_iterations): Likewise.
3299         (scev_probably_wraps_p): Adjust.
3300         * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
3301
3302 2010-09-01  Nick Clifton  <nickc@redhat.com>
3303
3304         * config/stormy16/stormy16.c: Use REG_P, MEM_P and CONST_INT_P
3305         where appropriate.
3306         (xstormy16_legitimate_address_p): Use true and false instead of 1
3307         and 0.
3308         (xstormy16_expand_prologue): Delete unused local variable 'insn'.
3309         (xstormy16_function_arg): Use FIRST_ARGUMENT_REGNUM in place of
3310         magic constant 2.
3311         (xstormy16_expand_call): Fix comment at start of function.
3312
3313 2010-09-01  Nick Clifton  <nickc@redhat.com>
3314
3315         * config/rx/rx.c (rx_expand_prologue): Do not adjust frame size
3316         when pushing accumulator register.
3317         (rx_get_stack_layout): Always save call clobbered registers inside
3318         interrupt handlers.
3319         * config/rx/rx-modes.def: Fix descriptive comment at start of file.
3320
3321 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
3322
3323         * config.gcc (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
3324         i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file.
3325
3326         * libgcc-std.ver (GCC_4.6.0): Define version.
3327
3328 2010-08-31  Eric Botcazou  <ebotcazou@adacore.com>
3329
3330         * tree-nested.c (convert_all_function_calls): Iterate until after the
3331         sum of static chains in the nest doesn't change.
3332
3333 2010-08-31  Anatoly Sokolov  <aesok@post.ru>
3334
3335         * config/m32c/m32c.c (classes_intersect): Remove.
3336         (m32c_preferred_reload_class, m32c_secondary_reload_class): Use
3337         reg_classes_intersect_p instead of classes_intersect.
3338         (class_can_hold_mode): Change arguments type from enum reg_class to
3339         reg_class_t.  Use reg_class_contents instead of class_contents.
3340         (m32c_register_move_cost): Make static. Change arguments type from
3341         enum reg_class to reg_class_t. Use reg_classes_intersect_p instead of
3342         classes_intersect. Use reg_class_contents instead of class_contents.
3343         (m32c_memory_move_cost): Make static. Change arguments type from
3344         enum reg_class to reg_class_t.
3345         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
3346         * config/m32c/m32c.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
3347         * config/m32c/m32c-protos.h (m32c_register_move_cost,
3348         m32c_memory_move_cost): Remove.
3349
3350 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
3351
3352         * config/arm/arm-protos.h (arm_function_arg_advance): Delete.
3353         (arm_function_arg): Delete.
3354         (arm_needs_doubleword_align): Take a const_tree.
3355         * config/arm/arm.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3356         * config/arm/arm.c (aapcs_select_call_coproc): Take a const_tree.
3357         (aapcs_layout_arg, arm_needs_doubleword_align): Likewise.
3358         (arm_function_arg): Make static.  Take a const_tree and a bool.
3359         (arm_function_arg_advance): Likewise.
3360         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3361
3362 2010-08-31  Andi Kleen  <ak@linux.intel.com>
3363
3364         * common.opt (fwhopr=): Update for -fwhopr=jobserver
3365         * doc/invoke.texi (fwhopr): Document -fwhopr=jobserver.
3366         * lto-wrapper.c (run_gcc): Add jobserver mode.
3367         * opts.c (common_handle_option): Fix OPT_fwhopr for non numeric
3368         argument.
3369
3370 2010-08-31  Uros Bizjak  <ubizjak@gmail.com>
3371
3372         * config/i386/i386.md (popdi1): Rewrite using POST_INC memory operand.
3373         (popsi1): Ditto.
3374         (*popdi1_epilogue): Ditto.
3375         (*popsi1_epilogue): Ditto.
3376         (popsi, popdi peephole2 patterns): Update peepholes for changed
3377         pop{si,di}1 and *pop{si,di}1_epilogue patterns.
3378
3379         (pop<mode>1): Macroize insn from pop{si,di}1 using P code iterator.
3380         (*pop<mode>1_epilogue): Ditto from *pop{si,di}1_epilogue.
3381
3382         * config/i386/i386.c (*ix86_gen_pop1): Remove indirect function.
3383         (override_options): Do not initialize removed ix86_gen_pop1.
3384         (gen_pop): New static function.
3385         (ix86_expand_prologue): Use gen_pop instead of ix86_gen_pop1.
3386         (release_scratch_register_on_entry): Ditto.
3387         (ix86_restore_reg_using_pop): Ditto.
3388         (ix86_expand_epilogue): Ditto.
3389
3390 2010-08-31  Jakub Jelinek  <jakub@redhat.com>
3391
3392         PR middle-end/45461
3393         * builtins.c (dummy_object): Return a MEM_REF instead of INDIRECT_REF.
3394
3395 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
3396
3397         * config/fr30/fr30.c (fr30_move_double): Delete `dregno' and extra
3398         semicolons.
3399
3400 2010-08-31  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3401
3402         * doc/extend.texi: Fix documentation of the return value of
3403         __builtin_choose_expr.
3404
3405 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
3406
3407         * config/v850/v850-protos.h (function_arg): Delete.
3408         * config/v850/v850.h (FUNCTION_ARG): Delete.
3409         (FUNCTION_ARG_ADVANCE): Move code to...
3410         * config/v850/v850.c (v850_function_arg_advance): ...here.
3411         (v850_function_arg): Make static.  Take a const_tree and a bool.
3412         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3413
3414 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
3415
3416         * config/m32r/m32r.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move
3417         these...
3418         (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
3419         ...and these...
3420         * config/m32r/m32r.c (m32r_function_arg, m32r_function_arg_advance):
3421         ..to here..
3422         (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
3423         ...and here.
3424         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3425
3426 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
3427
3428         * config/rx/rx-protos.h (rx_function_arg, rx_function_arg_size):
3429         Delete.
3430         * config/rx/rx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3431         * config/rx/rx.c (rx_function_arg_size): Make static.
3432         (rx_function_arg): Likewise.
3433         (rx_function_arg_advance): New function.
3434         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3435
3436 2010-08-31  John Tytgat  <John.Tytgat@aaug.net>
3437
3438         * config/arm/arm.c (arm_override_options): Remove superfluous test.
3439         Fix indentation.
3440
3441 2010-08-31  Eric Botcazou  <ebotcazou@adacore.com>
3442
3443         * dwarf2out.c (gen_decl_die) <CONST_DECL>: Do not skip in Ada.
3444         (dwarf2out_decl) <CONST_DECL>: Likewise.
3445
3446 2010-08-30  Eric Botcazou  <ebotcazou@adacore.com>
3447
3448         Stack usage support
3449         * common.opt (-fstack-usage): New option.
3450         * doc/invoke.texi (Debugging options): Document it.
3451         * builtins.c (expand_builtin_apply): Pass TRUE as 4th argument to
3452         allocate_dynamic_stack_space.
3453         (expand_builtin_alloca): Add 4th bool parameter CANNOT_ACCUMULATE
3454         and propagate it to allocate_dynamic_stack_space.
3455         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust for above change.
3456         * calls.c (initialize_argument_information): Pass TRUE as 4th
3457         argument to allocate_dynamic_stack_space.
3458         (expand_call): Set current_function_has_unbounded_dynamic_stack_size
3459         to 1 when pushing a variable-sized argument onto the stack.  Pass
3460         TRUE as 4th argument to allocate_dynamic_stack_space.
3461         Update current_function_pushed_stack_size.
3462         (emit_library_call_value_1): Likewise.
3463         * explow.c (allocate_dynamic_stack_space): Add 4th bool parameter
3464         CANNOT_ACCUMULATE.  If flag_stack_usage, look into the size and
3465         attempt to find an upper bound.  Remove redundant code for the
3466         SETJMP_VIA_SAVE_AREA case.
3467         * expr.h (allocate_dynamic_stack_space): Add 4th bool parameter.
3468         * function.h (struct stack_usage): New structure.
3469         (current_function_static_stack_size): New macro.
3470         (current_function_dynamic_stack_size): Likewise.
3471         (current_function_pushed_stack_size): Likewise.
3472         (current_function_dynamic_alloc_count): Likewise.
3473         (current_function_has_unbounded_dynamic_stack_size): Likewise.
3474         (current_function_allocates_dynamic_stack_space): Likewise.
3475         (struct function): Add new field 'su'.
3476         * function.c (instantiate_virtual_regs): If SETJMP_VIA_SAVE_AREA,
3477         add the value of the dynamic offset to the dynamic stack usage.
3478         (gimplify_parameters): Set ALLOCA_FOR_VAR_P on call to BUILT_IN_ALLOCA
3479         for variable-sized objects.
3480         (prepare_function_start): Allocate cfun->su if flag_stack_usage.
3481         (rest_of_handle_thread_prologue_and_epilogue): Call output_stack_usage.
3482         * gimplify.c (gimplify_decl_expr): Set ALLOCA_FOR_VAR_P on call to
3483         BUILT_IN_ALLOCA for variable-sized objects.
3484         * output.h (output_stack_usage): Declare.
3485         * toplev.c (stack_usage_file): New file pointer.
3486         (output_stack_usage): New function.
3487         (open_auxiliary_file): Likewise.
3488         (lang_dependent_init): Open file if flag_stack_usage is set.
3489         (finalize): Close file if stack_usage_file is not null.
3490         * tree.h (ALLOCA_FOR_VAR_P): New macro.
3491         * config/alpha/alpha.c (compute_frame_size): New function.
3492         (alpha_expand_prologue): Use it.
3493         (alpha_start_function): Likewise.
3494         (alpha_expand_epilogue): Likewise.  Set stack usage info.
3495         * config/i386/i386.c (ix86_expand_prologue): Likewise.
3496         * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
3497         * config/mips/mips.c (mips_expand_prologue): Likewise.
3498         * config/pa/pa.c (hppa_expand_prologue): Likewise.
3499         * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
3500         * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
3501
3502 2010-08-30  Zdenek Dvorak  <ook@ucw.cz>
3503
3504         PR tree-optimization/45427
3505         * tree-ssa-loop-niter.c (number_of_iterations_ne_max): Rewritten.
3506         Handle the case that the exit is never taken correctly.
3507         (number_of_iterations_ne): Pass exit_must_be_taken to
3508         number_of_iterations_ne_max.
3509
3510 2010-08-30  Catherine Moore  <clm@codesourcery.com>
3511
3512         * config/mips/mips.h (BASE_DRIVER_SELF_SPECS):
3513         Infer -mdspr2 for the the 74K.
3514
3515 2010-08-30  Jakub Jelinek  <jakub@redhat.com>
3516
3517         PR debug/45419
3518         * tree-ssa-live.c (dump_enumerated_decls): Clear the whole wi variable.
3519
3520         PR middle-end/45423
3521         * gimplify.c (goa_stabilize_expr): Handle TRUTH_NOT_EXPR
3522         and TRUTH_{AND,OR,XOR}_EXPR.
3523         * c-parser.c (c_parser_omp_atomic): Handle boolean
3524         {PRE,POST}_{INC,DEC}REMENT.
3525
3526 2010-08-30  Nathan Froyd  <froydnj@codesourcery.com>
3527
3528         * config/xtensa/xtensa-protos.h (function_arg_advance): Delete.
3529         (function_arg): Delete.
3530         * config/xtensa/xtensa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3531         (FUNCTION_INCOMING_ARG): Delete.
3532         * config/xtensa/xtensa.c (function_arg_advance): Rename to...
3533         (xtensa_function_arg_advance): ...this.  Make static. Take a const_tree
3534         and a bool.
3535         (function_arg): Rename to...
3536         (xtensa_function_arg_1): ...this.  Make static.  Take a const_tree and
3537         a bool.
3538         (xtensa_function_arg, xtensa_function_incoming_arg): Nex functions.
3539         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3540         (TARGET_FUNCTION_INCOMING_ARG): Define.
3541
3542 2010-08-30  Richard Guenther  <rguenther@suse.de>
3543
3544         PR tree-optimization/21602
3545         * builtins.c (fold_builtin_memory_op): Fold memmove to memcpy
3546         using points-to information.
3547
3548 2010-08-30  H.J. Lu  <hongjiu.lu@intel.com>
3549
3550         * config/linux.h (TARGET_HAS_SINCOS): Replace | with ||.
3551
3552 2010-08-30  Richard Guenther  <rguenther@suse.de>
3553
3554         PR tree-optimization/45449
3555         * tree-ssa-live.c (remove_unused_locals): Also remove address-taken
3556         variables.
3557
3558 2010-08-30  Joseph Myers  <joseph@codesourcery.com>
3559
3560         * opts.h (CL_ERR_NEGATIVE): Define.
3561         * opts.c (unknown_option_callback): Don't postpone warnings for
3562         options marked with CL_ERR_NEGATIVE.
3563         * opts-common.c (decode_cmdline_option): Set CL_ERR_NEGATIVE error
3564         for negative versions of CL_REJECT_NEGATIVE options.
3565
3566 2010-08-30  Uros Bizjak  <ubizjak@gmail.com>
3567
3568         * config/i386/i386.md (zero_extendsidi2_1): Rename from
3569         zero_extendsidi2_32.
3570         (zero_extend<mode>di2): Macroize insn from zero_extend{qi,hi}di2
3571         using SWI12 mode iterator.
3572         (zero_extendhisi2_and): Merge insn pattern and corresponding spliter
3573         to define_insn_and_split pattern.
3574         (zero_extendqi<mode>2): Macroize expander from zero_extendqi{hi,si}2
3575         using SWI24 mode iterator.
3576         (*zero_extendqi<mode>2_and): Macroize insn from
3577         *zero_extendqi{hi,si}2_and using SWI24 mode iterator.
3578         (*zero_extendqi<mode>2_movzbl_and): Macroize insn from
3579         *zero_extendqihi2_movzbw_and and *zero_extendqisi2_movzbl_and using
3580         SWI24 mode iterator.
3581         (*zero_extendqi<mode>2_movzbl): Ditto from
3582         *zero_extendqi{hi,si}2_movzbl.
3583         (extendsidi2_1): Rename from extendsidi2_32.
3584         (extend<mode>di2): Macroize insn from extend{qi,hi}di2 using
3585         SWI12 mode iterator.
3586
3587 2010-08-29  Eric Botcazou  <ebotcazou@adacore.com>
3588
3589         * config/ia64/ia64.h (HARD_REGNO_NREGS): Return 1 for CCImode in
3590         general purpose registers.
3591         (HARD_REGNO_MODE_OK): Accept CCImode in general purpose registers.
3592         * config/ia64/ia64.md (*movcci): Change to named pattern.  Deal
3593         with general purpose registers and memory operands.  Add associated
3594         CCImode post-reload splitter.
3595         * config/ia64/div.md: Change BImode to CCImode throughout.
3596
3597 2010-08-28  Eric Botcazou  <ebotcazou@adacore.com>
3598
3599         * config/ia64/ia64.md (cstorebi4): Fix thinko.
3600
3601 2010-08-28  Hariharan Sandanagobalane  <hariharan@picochip.com>
3602
3603         * config/picochip/picochip.c (reorder_var_tracking_notes): This
3604         function was dropping debug insns which caused PR45299.
3605
3606 2010-08-28  Uros Bizjak  <ubizjak@gmail.com>
3607
3608         * config/i386/sse.md (extsuffix): New code attribute.
3609         (sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
3610         and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
3611         (sse4_1_<code>v4qiv4si2): Ditto from sse4_1_extendv4qiv4si2
3612         and sse4_1_zero_extendv4qiv4si2.
3613         (sse4_1_<code>v2qiv2di2): Ditto from sse4_1_extendv2qiv2di2
3614         and sse4_1_zero_extendv2qiv2di2.
3615         (sse4_1_<code>v4hiv4si2): Ditto from sse4_1_extendv4hiv4si2
3616         and sse4_1_zero_extendv4hiv4si2.
3617         (sse4_1_<code>v2hiv2di2): Ditto from sse4_1_extendv2hiv2di2
3618         and sse4_1_zero_extendv2hiv2di2.
3619         (sse4_1_extendv2siv2di2): Ditto from sse4_1_extendv2siv2di2
3620         and sse4_1_zero_extendv2siv2di2
3621
3622         (<s>mulv8hi3_highpart): Macroize expander from {u,s}mulv8hi3_highpart
3623         using any_extend code iterator.
3624         (*avx_<s>mulv8hi3_highpart): Macroize insn from
3625         *avx_{u,s}mulv8hi3_highpart using any_extend code iterator.
3626         (*<s>mulv8hi3_highpart): Ditto from *{u,s}mulv8hi3_highpart.
3627
3628         * config/i386/i386.c (ix86_expand_sse4_unpack): Update for renamed
3629         gen_sse4_1_sign_extend* functions.
3630         (struct builtin_description bdesc_args): Ditto.
3631
3632 2010-08-27  Xinliang David Li  <davidxl@google.com>
3633
3634         PR/45422
3635         * tree-ssa-loop-ivopts.c (iv_ca_get_num_inv_exprs): Remove.
3636         (iv_ca_set_no_cp): Update used inv expr count.
3637         (iv_ca_set_cp): Ditto.
3638         (iv_ca_new): Initialize new member.
3639         (iv_ca_free): Free memory.
3640
3641 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
3642
3643         * config/sh/sh-protos.h (sh_function_arg): Delete.
3644         (sh_function_arg_advance): Delete.
3645         * config/sh/sh.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3646         (PASS_IN_REG_P): Eliminate cast.
3647         * config/sh/sh.c (sh_function_arg_advance): Make static.  Take a
3648         const_tree and a bool.
3649         (sh_function_arg): Likewise.
3650         (sh_output_mi_thunk): Call sh_function_arg_advance) and
3651         sh_function_arg.
3652         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3653
3654 2010-08-27  Naveen H.S  <naveen.S@kpitcummins.com>
3655             Kaz Kojima  <kkojima@gcc.gnu.org>
3656
3657         * config/sh/sh.c (push_regs): Emit movml for interrupt handler
3658         when possible.
3659         (sh_expand_epilogue): Likewise.
3660         * config/sh/sh.md (movml_push_banked): New insn.
3661         (movml_pop_banked): Likewise.
3662
3663 2010-08-28  Bernd Schmidt  <bernds@codesourcery.com>
3664
3665         * genautomata.c (gen_regexp_repeat, gen_regexp_allof,
3666         gen_regexp_oneof, gen_regexp_sequence): Use the string found
3667         in vector element 0 rather than the original string when there's
3668         only one element.
3669         (gen_regexp): Remove extra semicolon.
3670
3671         * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp, movsf_vfp,
3672         thumb2_movsf_vfp): Set attribute "insn".
3673         * config/arm/arm.md (arm_ashrdi3_1bit, arm_lshrdi3_1bit, not_shiftsi,
3674         not_shiftsi_compare0, not_shiftsi_compare0_scratch, arm_one_cmplsi2,
3675         thumb1_one_cmplsi2, notsi_compare0, notsi_compare0_scratch,
3676         arm_zero_extendsidi2, arm_extendsidi2, thumb1_movdi_insn,
3677         arm_movsi_insn, movhi_insn_arch4, movhi_bytes, arm_movqi_insn,
3678         thumb1_movqi_insn arm32_movhf, thumb1_movhf, arm_movsf_soft_insn,
3679         thumb1_movsf_insn, thumb_movdf_insn, mov_scc, mov_negscc, mov_notscc,
3680         movsicc_insn, movsfcc_soft_insn, and_scc, cond_move, if_move_not,
3681         if_not_move, if_shift_move, if_move_shift, if_shift_shift,
3682         if_not_arith, if_arith_not, cond_move_not): Likewise.
3683
3684 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
3685
3686         * config/rs6000/rs6000-protos.h (rs6000_address_for_fpconvert):
3687         New declaration.
3688         (rs6000_allocate_stack_temp): Ditto.
3689         (rs6000_expand_convert_si_to_sfdf): Ditto.
3690
3691         * config/rs6000/rs6000.c (rs6000_override_options): Adjust long
3692         line.  Update the options set if power6 or power7 server/embedded
3693         type options are used.  If we give a warning for no vsx under
3694         -mcpu=power7 -mno-altivec, mark -mvsx as an explicit option.
3695         (rs6000_allocate_stack_temp): New function to allocate a stack
3696         tempoary and adjust the address so it meets either REG+OFFSET or
3697         REG+REG addressing requirements.
3698         (rs6000_address_for_fpconvert): Adjust REG+OFFSET addresses so
3699         that they can be used with the LFIWAX/LFIWZX instrucitons.
3700         (rs6000_expand_convert_si_to_sfdf): New helper funciton for
3701         converting signed/unsigned SImode to either SFmode/DFmode.
3702
3703         * config/rs6000/rs6000.h (TARGET_FCFID): New macros to determine
3704         whether certain instructions can be generated.
3705         (TARGET_FCTIDZ): Ditto.
3706         (TARGET_STFIWX): Ditto.
3707         (TARGET_LFIWAX): Ditto.
3708         (TARGET_LFIWZX): Ditto.
3709         (TARGET_FCFIDS): Ditto.
3710         (TARGET_FCFIDU): Ditto.
3711         (TARGET_FCFIDUS): Ditto.
3712         (TARGET_FCTIDUZ): Ditto.
3713         (TARGET_FCTIWUZ): Ditto.
3714
3715         * config/rs6000/rs6000.md (UNSPEC_FCTIW): New unspec constants.
3716         (UNSPEC_FCTID): Ditto.
3717         (UNSPEC_LFIWAX): Ditto.
3718         (UNSPEC_LFIWZX): Ditto.
3719         (UNSPEC_FCTIWUZ): Ditto.
3720         (rreg): Use correct constraints.
3721         (SI_CONVERT_FP): New mode attribute for floating point conversion
3722         tests.
3723         (E500_CONVERT): Ditto.
3724         (lfiwax): New insns for converting from integer to floating point
3725         utilizing newer instructions.  Attempt to optimize conversions
3726         that come from memory so that we don't load the value into a GPR,
3727         spill it to the stack and reload it into a FPR.
3728         (floatsi<mode>2_lfiwax): Ditto.
3729         (floatsi<mode>2_lfiwax_mem): Ditto.
3730         (floatsi<mode>2_lfiwax_mem2): Ditto.
3731         (lfiwzx): Ditto.
3732         (floatunssi<mode>2_lfiwzx): Ditto.
3733         (floatunssi<mode>2_lfiwzx_mem): Ditto.
3734         (floatunssi<mode>2_lfiwzx_mem2): Ditto.
3735         (floatdidf2_mem): Ditto.
3736         (floatunsdidf2_fcfidu): Ditto.
3737         (floatunsdidf2_mem): Ditto.
3738         (floatunsdisf2): Ditto.
3739         (floatunsdisf2_fcfidus): Ditto.
3740         (floatunsdisf2_mem): Ditto.
3741         (floatsidf2): Add support for LFIWAX/LFIWZX/FCFIDS/FCFIDU/FCFIDUS.
3742         Use FCFID on 32-bit hosts that support it.
3743         (floatsidf2_internal): Ditto.
3744         (floatunssisf2): Ditto.
3745         (floatunssidf2): Ditto.
3746         (floatunssidf2_internal): Ditto.
3747         (floatsisf2): Ditto.
3748         (floatdidf2): Ditto.
3749         (floatdidf2_fpr): Ditto.
3750         (floatunsdidf2): Ditto.
3751         (floatdisf2): Ditto.
3752         (floatdisf2_fcfids): Ditto.
3753         (floatdisf2_internal1): Ditto.
3754         (fixuns_truncsfsi2): Delete, merge into common pattern for both
3755         SF/DF.  Add power7 support.
3756         (fix_truncsfsi2): Ditto.
3757         (fixuns_truncdfsi2): Ditto.
3758         (fixuns_truncdfdi2): Ditto.
3759         (fix_truncdfsi2): Ditto.
3760         (fix_truncdfsi2_internal): Ditto.
3761         (fix_truncdfsi2_internal_gfxopt): Ditto.
3762         (fix_truncdfsi2_mfpgpr): Ditto.
3763         (fctiwz): Ditto.
3764         (btruncdf2): Ditto.
3765         (btruncdf2_fpr): Ditto.
3766         (btructsf2): Ditto.
3767         (ceildf2): Ditto.
3768         (ceildf2_fpr): Ditto.
3769         (ceilsf2): Ditto.
3770         (floordf2): Ditto.
3771         (floordf2_fpr): Ditto.
3772         (floorsf2): Ditto.
3773         (rounddf2): Ditto.
3774         (rounddf2_fpr): Ditto.
3775         (roundsf2): Ditto.
3776         (fix_trunc<mode>si2): Combine SF/DF conversion into one insn.
3777         (fix_trunc<mode>di2): Ditto.
3778         (fixuns_trunc<mode>si2): Ditto.
3779         (fixuns_trunc<mode>di2): Ditto.
3780         (fctiwz_<mode>): Ditto.
3781         (btrunc<mode>2): Ditto.
3782         (btrunc<mode>2_fpr): Ditto.
3783         (ceil<mode>2): Ditto.
3784         (ceil<mode>2_fpr): Ditto.
3785         (floor<mode>2): Ditto.
3786         (float<mode>2_fpr): Ditto.
3787         (round<mode>2): Ditto.
3788         (round<mode>2_fpr): Ditto.
3789         (fix_trunc<mode>si2_stfiwx): New insn for machines with STFIWX.
3790         (fixuns_trunc<mode>si2_stfiwx): Ditto.
3791         (fix_truncdfsi2_internal): Ditto.
3792         (fix_trunc<mode>si2_mem): Combiner pattern to eliminate storing
3793         converted value on stack, loaded into GPR, and then stored into
3794         the final destination.
3795         (fix_trunc<mode>di2_fctidz): New pattern for targets supporting
3796         FCTIDZ.
3797         (lrint<mode>di2): New insn, provide the lrint builtin functions.
3798         (ftruncdf2): Delete, unused.
3799         (fix_trunctfsi2_internal): Use gen_fctiwz_df, not gen_fctiwz.
3800
3801         * config/rs6000/vsx.md (toplevel): Update copyright year.
3802         (VSr2): Use "ws" contraint for DFmode, not "!r#r".
3803         (VSr3): Ditto.
3804
3805 2010-08-27  Basile Starynkevitch  <basile@starynkevitch.net>
3806             Jeremie Salvucci  <jeremie.salvucci@free.fr>
3807
3808         * gengtype.c (output_type_enum): Test the right union member.
3809
3810 2010-08-27  Uros Bizjak  <ubizjak@gmail.com>
3811
3812         PR target/41484
3813         * config/i386/sse.md (sse4_1_extendv8qiv8hi2): Also accept memory
3814         operands for operand 1.
3815         (sse4_1_extendv4qiv4si2): Ditto.
3816         (sse4_1_extendv2qiv2di2): Ditto.
3817         (sse4_1_extendv4hiv4si2): Ditto.
3818         (sse4_1_extendv2hiv2di2): Ditto.
3819         (sse4_1_extendv2siv2di2): Ditto.
3820         (sse4_1_zero_extendv8qiv8hi2): Ditto.
3821         (sse4_1_zero_extendv4qiv4si2): Ditto.
3822         (sse4_1_zero_extendv2qiv2di2): Ditto.
3823         (sse4_1_zero_extendv4hiv4si2): Ditto.
3824         (sse4_1_zero_extendv2hiv2di2): Ditto.
3825         (sse4_1_zero_extendv2siv2di2): Ditto.
3826         (*sse4_1_extendv8qiv8hi2): Remove insn pattern.
3827         (*sse4_1_extendv4qiv4si2): Ditto.
3828         (*sse4_1_extendv2qiv2di2): Ditto.
3829         (*sse4_1_extendv4hiv4si2): Ditto.
3830         (*sse4_1_extendv2hiv2di2): Ditto.
3831         (*sse4_1_extendv2siv2di2): Ditto.
3832         (*sse4_1_zero_extendv8qiv8hi2): Ditto.
3833         (*sse4_1_zero_extendv4qiv4si2): Ditto.
3834         (*sse4_1_zero_extendv2qiv2di2): Ditto.
3835         (*sse4_1_zero_extendv4hiv4si2): Ditto.
3836         (*sse4_1_zero_extendv2hiv2di2): Ditto.
3837         (*sse4_1_zero_extendv2siv2di2): Ditto.
3838
3839 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
3840
3841         * config/mips/mips-protos.h (mips_function_arg_advance): Delete
3842         (mips_function_arg): Delete.
3843         (mips_function_arg_boundary): Take a const_tree.
3844         * config/mips/mips.c (mips_function_arg_boundary): Likewise.
3845         (mips_arg_info): Likewise.
3846         (mips_setup_incoming_varargs): Call mips_function_arg_advance
3847         instead of FUNCTION_ARG_ADVANCE.
3848         (mips_function_arg_advance): Adjust prototype.  Make static.
3849         (mips_function_arg): Likewise.
3850         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3851         * config/mips/mips.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
3852
3853 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
3854
3855         * config/rs6000/rs6000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3856         * config/rs6000/rs6000-protos.h (function_arg_advance): Delete.
3857         (function_arg): Delete.
3858         (function_arg_boundary): Take a const_tree.
3859         * config/rs6000/rs6000.c (function_arg_boundary): Likewise.
3860         (rs6000_spe_function_arg): Likewise.
3861         (rs6000_parm_start): Likewise.
3862         (rs6000_arg_size): Likewise.
3863         (rs6000_darwin64_record_arg_advance_recurse): Likewise.
3864         (rs6000_darwin64_record_arg): Likewise.  Take a bool instead of an int.
3865         (rs6000_mixed_function_arg): Likewise.
3866         (function_arg): Rename to...
3867         (rs6000_function_arg): ...this.
3868         (function_arg_advance): Rename to...
3869         (rs6000_function_arg_advance_1): ...this
3870         (rs6000_function_arg_advance): New function.  Call it.
3871         (setup_incoming_varargs): Call rs6000_function_arg_advance_1.
3872         (rs6000_return_in_memory): Adjust call to rs6000_darwin64_record_arg.
3873         (rs6000_function_value): Likewise.
3874         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3875
3876 2010-08-27  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3877
3878         * config/arm/arm.md (enabled): Test the value of arch_enabled
3879         rather than just using it.
3880
3881 2010-08-27  Olivier Hainque  <hainque@adacore.com>
3882             Eric Botcazou  <ebotcazou@adacore.com>
3883
3884         * dse.c (group_info.base_mem, get_group_info): Use BLKmode to
3885         cover all the possible offsets from this base.
3886         (scan_reads_nospill): Pass base_mem's mode to canon_true_dependence.
3887
3888 2010-08-26  Jakub Jelinek  <jakub@redhat.com>
3889
3890         PR tree-optimization/44485
3891         * calls.c (flags_from_decl_or_type): For const or pure
3892         noreturn functions return ECF_LOOPING_CONST_OR_PURE|ECF_NORETURN
3893         together with ECF_CONST resp. ECF_PURE.
3894         * builtins.c (expand_builtin): Use flags_from_decl_or_type
3895         instead of querying flags directly.
3896         * tree-ssa-loop-niter.c (finite_loop_p): Likewise.
3897         * tree-ssa-dce.c (find_obviously_necessary_stmts): Likewise.
3898
3899 2010-08-26  Richard Guenther  <rguenther@suse.de>
3900
3901         PR tree-optimization/45255
3902         * tree.c (decl_address_invariant_p): DECL_DLLIMPORT_P statics
3903         and externals are also invariant.
3904
3905 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
3906
3907         PR rtl-optimization/44858
3908         * combine.c (try_combine): If recog_for_combine added CLOBBERs to
3909         newi2pat, make sure they don't affect newpat.
3910
3911         PR rtl-optimization/45400
3912         * combine.c (simplify_shift_const_1) <case SUBREG>: Only use
3913         SUBREG_REG if both modes are of MODE_INT class.
3914
3915 2010-08-25  Julian Brown  <julian@codesourcery.com>
3916
3917         * config/arm/arm.c (arm_issue_rate): Return 2 for Cortex-A5.
3918         * config/arm/arm.md (generic_sched): No for Cortex-A5.
3919         (generic_vfp): Likewise.
3920         (cortex-a5.md): Include.
3921         * config/arm/cortex-a5.md: New.
3922
3923 2010-08-25  Richard Guenther  <rguenther@suse.de>
3924
3925         * alias.c (get_alias_set): Assign a single alias-set to all pointers.
3926         * gimple.c (gimple_get_alias_set): Remove special handling
3927         for pointers.
3928
3929 2010-08-25  Bernd Schmidt  <bernds@codesourcery.com>
3930
3931         PR middle-end/45355
3932         * combine.c (try_combine): Use reg_overlap_mentioned_p rather than
3933         dead_or_set_p when computing i0_feeds_i2_n.
3934
3935         * combine.c (find_split_point): Undo canonicalization of multiply-add
3936         to (minus x (mult)) when it seems likely that this will increase the
3937         chances of a split.
3938
3939 2010-08-25  Richard Guenther  <rguenther@suse.de>
3940
3941         PR lto/44562
3942         * lto-streamer.c (lto_record_common_node): Do not mess with
3943         TYPE_CANONICAL when not in lto.
3944         * gimple.c (gimple_register_type): Likewise.
3945
3946 2010-08-25  Richard Guenther  <rguenther@suse.de>
3947
3948         PR tree-optimization/45316
3949         * tree-ssa-pre.c (eliminate): Properly clean EH info.
3950
3951 2010-08-25  Richard Guenther  <rguenther@suse.de>
3952
3953         PR tree-optimization/45393
3954         * tree-ssa-math-opts.c (execute_cse_sincos_1): Properly transfer
3955         and clean EH info.  Avoid SSA update.
3956         (execute_cse_sincos): Cleanup the CFG if it has changed.
3957
3958 2010-08-25  Richard Guenther  <rguenther@suse.de>
3959
3960         PR middle-end/45379
3961         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle
3962         TARGET_MEM_REF in alignment computation.
3963
3964 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
3965
3966         PR tree-optimization/45059
3967         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Strip useless
3968         type conversions from newop{1,2}.  Assert t is a comparison and
3969         newop{1,2} after the stripping are gimple vals.
3970
3971 2010-08-25  Tejas Belagod  <tejas.belagod@arm.com>
3972
3973         * config/arm/iterators.md (VU, SE, V_widen_l): New.
3974         (V_unpack, US): New.
3975         * config/arm/neon.md (vec_unpack<US>_hi_<mode>): Expansion for vmovl.
3976         (vec_unpack<US>_lo_<mode>): Likewise.
3977         (neon_vec_unpack<US>_hi_<mode>): Instruction pattern for vmovl.
3978         (neon_vec_unpack<US>_lo_<mode>): Likewise.
3979         (vec_widen_<US>mult_lo_<mode>): Expansion for vmull.
3980         (vec_widen_<US>mult_hi_<mode>): Likewise.
3981         (neon_vec_<US>mult_lo_<mode>"): Instruction pattern for vmull.
3982         (neon_vec_<US>mult_hi_<mode>"): Likewise.
3983         (neon_unpack<US>_<mode>): Widening move intermediate step for
3984         vectorizing without -mvectorize-with-neon-quad.
3985         (neon_vec_<US>mult_<mode>): Widening multiply intermediate step
3986         for vectorizing without -mvectorize-with-neon-quad.
3987         * config/arm/predicates.md (vect_par_constant_high): Check for
3988         high-half lanes of a vector.
3989         (vect_par_constant_low): Check for low-half lanes of a vector.
3990
3991 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
3992
3993         * tree-if-conv.c (struct ifc_dr): New.
3994         (IFC_DR): New.
3995         (DR_WRITTEN_AT_LEAST_ONCE): New.
3996         (DR_RW_UNCONDITIONALLY): New.
3997         (memref_read_or_written_unconditionally): Use the cached values
3998         when possible.
3999         (write_memref_written_at_least_once): Same.
4000         (if_convertible_loop_p): Initialize and free DR->aux fields.
4001
4002 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
4003
4004         * gimple.c (gimple_could_trap_p_1): Not static anymore.
4005         Pass an extra bool parameter include_mem.
4006         (gimple_could_trap_p): Adjust call to gimple_could_trap_p_1.
4007         (gimple_assign_rhs_could_trap_p): Same.
4008         * gimple.h (gimple_could_trap_p_1): Declared.
4009         * tree-data-ref.h (same_data_refs_base_objects): New.
4010         (same_data_refs): New.
4011         * tree-if-conv.c (memrefs_read_or_written_unconditionally): New.
4012         (write_memrefs_written_at_least_once): New.
4013         (ifcvt_memrefs_wont_trap): New.
4014         (operations_could_trap): New.
4015         (ifcvt_could_trap_p): New.
4016         (if_convertible_gimple_assign_stmt_p): Call ifcvt_could_trap_p.
4017         Gets a vector of data refs.
4018         (if_convertible_stmt_p): Same.
4019         (if_convertible_loop_p_1): New.
4020         (if_convertible_loop_p): Call if_convertible_loop_p_1.
4021
4022 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
4023
4024         * common.opt (ftree-loop-if-convert-stores): New flag.
4025         * doc/invoke.texi (ftree-loop-if-convert-stores): Documented.
4026         * tree-if-conv.c (ifc_temp_var): Pass an extra parameter GSI.  Insert
4027         the created statement before GSI.
4028         (if_convertible_phi_p): Allow virtual phi nodes when
4029         flag_loop_if_convert_stores is set.
4030         (if_convertible_gimple_assign_stmt_p): Allow memory reads and writes
4031         Do not handle types that do not match is_gimple_reg_type.
4032         Remove loop and bb parameters.  Call gimple_could_trap_p instead of
4033         when flag_loop_if_convert_stores is set, as LHS can contain
4034         memory refs.
4035         (if_convertible_stmt_p): Remove loop and bb parameters.  Update calls
4036         to if_convertible_gimple_assign_stmt_p.
4037         (if_convertible_loop_p): Update call to if_convertible_stmt_p.
4038         (replace_phi_with_cond_gimple_assign_stmt): Renamed
4039         predicate_scalar_phi.  Do not handle virtual phi nodes.
4040         (ifconvert_phi_nodes): Renamed predicate_all_scalar_phis.
4041         Call predicate_scalar_phi.
4042         (insert_gimplified_predicates): Insert the gimplified predicate of a BB
4043         just after the labels for flag_loop_if_convert_stores, otherwise
4044         insert the predicate in the end of the BB.
4045         (predicate_mem_writes): New.
4046         (combine_blocks): Call predicate_all_scalar_phis.  When
4047         flag_loop_if_convert_stores is set, call predicate_mem_writes.
4048         (tree_if_conversion): Call mark_sym_for_renaming when
4049         flag_loop_if_convert_stores is set.
4050         (main_tree_if_conversion): Return TODO_update_ssa_only_virtuals when
4051         flag_loop_if_convert_stores is set.
4052
4053 2010-08-24  Anatoly Sokolov  <aesok@post.ru>
4054
4055         * config/pa/pa.c (hppa_register_move_cost, pa_libcall_value,
4056         pa_function_value_regno_p, pa_print_operand_punct_valid_p): New.
4057         (pa_function_value): Make static.
4058         (override_options): Rename to...
4059         (pa_option_override): ...this. Make static.
4060         (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_REGISTER_MOVE_COST,
4061         TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P,
4062         TARGET_OPTION_OVERRIDE): Define.
4063         * config/pa/pa.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P,
4064         LIBCALL_VALUE, REGISTER_MOVE_COST, PRINT_OPERAND_PUNCT_VALID_P):
4065         Remove.
4066         * config/pa/pa-protos.h (override_options): Remove.
4067
4068 2010-08-24  Richard Guenther  <rguenther@suse.de>
4069
4070         PR middle-end/45379
4071         * tree-ssa-address.c (create_mem_ref_raw): Drop to MEM_REF
4072         if addr->index is NULL or zero.
4073         * tree-ssa-alias.c (indirect_refs_may_alias_p): Handle
4074         TARGET_MEM_REF more properly.
4075         (indirect_ref_may_alias_decl_p): Likewise.
4076         * emit-rtl.c (set_mem_attributes_minus_bitpos): Keep TARGET_MEM_REFs.
4077         * alias.c (ao_ref_from_mem): Handle TARGET_MEM_REF more properly.
4078
4079 2010-08-23  Anatoly Sokolov  <aesok@post.ru>
4080
4081         * config/m32c/m32c.c (m32c_function_value_regno_p): Make static.
4082         (m32c_override_options): Rename to...
4083         (m32c_option_override): ...this. Make static.
4084         (TARGET_FUNCTION_VALUE_REGNO_P, TARGET_OPTION_OVERRIDE): Define.
4085         * config/m32c/m32c.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P):
4086         Remove.
4087         * config/m32c/m32c-protos.h (m32c_override_options,
4088         m32c_function_value_regno_p): Remove.
4089
4090 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
4091
4092         * tree-ssa-loop-prefetch.c (gather_memory_references_ref) :
4093         Fix a typo in a previous commit.
4094
4095 2010-08-23  Kai Tietz  <kai.tietz@onevision.com>
4096
4097         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
4098         Pre-initialize innerloop_iters to one.
4099
4100 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
4101
4102         * tree-flow.h (may_be_nonaddressable_p): New definition. Make the
4103         existing static function global.
4104
4105         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): This function
4106         is changed to global.
4107
4108         * tree-ssa-loop-prefetch.c (gather_memory_references_ref): Call
4109         may_be_nonaddressable_p on base, and don't collect this reference
4110         if the address of the base could not be taken.
4111
4112 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
4113
4114         * config/rs6000/rs6000.opt (-mveclibabi=mass): New option to
4115         enable the compiler to autovectorize mathmetical functions for
4116         power7 using the Mathematical Acceleration Subsystem library.
4117
4118         * config/rs6000/rs6000.c (rs6000_veclib_handler): New variable to
4119         handle which vector math library we have.
4120         (rs6000_override_options): Add -mveclibabi=mass support.
4121         (rs6000_builtin_vectorized_libmass): New function to handle auto
4122         vectorizing math functions that are in the MASS library.
4123         (rs6000_builtin_vectorized_function): Call it.
4124
4125         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
4126         -mveclibabi=mass.
4127
4128 2010-08-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4129
4130         PR boehm-gc/34544
4131         * gthr-posix.h (__gthread_active_init): Delete.
4132         (__gthread_active_p): Do activity check here.
4133         Don't include errno.h on hppa-hpux.  Update comment.
4134         * gthr-posix95.h (__gthread_active_init): Delete.
4135         (__gthread_active_p): Do activity check here.
4136         Don't include errno.h on hppa-hpux.  Update comment.
4137         * config.gcc (hppa[12]*-*-hpux11*): Define extra_parts.
4138         * config/pa/pa64-hpux.h (LIB_SPEC): When -static is specified, only
4139         add -lpthread when -mt or -pthread is specified.
4140         * config/pa/pa-hpux11.h (LIB_SPEC): likewise.
4141         (LINK_GCC_C_SEQUENCE_SPEC): Define.
4142         * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS): Define.
4143         (stublib.c, pthread_default_stacksize_np-stub.o,
4144         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o,
4145         $(T)libgcc_stub.a): Add methods.
4146         * config/pa/t-pa64 (LIBGCCSTUB_OBJS): Add pthread stubs.
4147         (stublib.c, pthread_default_stacksize_np-stub.o,
4148         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o): Add methods.
4149         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
4150         pthread_mutex_unlock): New stubs.
4151
4152 2010-08-22  Joseph Myers  <joseph@codesourcery.com>
4153
4154         * Makefile.in (gccspec.o, cppspec.o): Update dependencies.
4155         * common.opt (L, nodefaultlibs, nostdlib, pg, static): New
4156         options.
4157         * config/avr/avr.h (LIBSTDCXX): Remove initial "-l".
4158         * config/freebsd.h (MATH_LIBRARY_PROFILE): Remove initial "-l".
4159         * config/i386/djgpp.h (LIBSTDCXX): Remove initial "-l".
4160         * config/rs6000/aix.h (LIBSTDCXX_STATIC): Remove initial "-l".
4161         * config/s390/tpf.h (MATH_LIBRARY, LIBSTDCXX): Remove initial
4162         "-l".
4163         * cppspec.c: Include opts.h.
4164         (lang_specific_driver): Use cl_decoded_option structures.
4165         * doc/tm.texi.in (MATH_LIBRARY): Update documentation.
4166         * doc/tm.texi: Regenerate.
4167         * gcc.c (translate_options): Translate -d to -foutput-class-dir=.
4168         (driver_handle_option): Allow driver options needing no special
4169         processing.
4170         (process_command): Decode options before call to
4171         lang_specific_driver.  Pass decoded options to
4172         lang_specific_driver.
4173         * gcc.h (lang_specific_driver): Update prototype.
4174         * gccspec.c: Include opts.h.
4175         (lang_specific_driver): Use cl_decoded_option structures.
4176         * opts-common.c (option_ok_for_language, generate_option,
4177         generate_option_input_file): New.
4178         (decode_cmdline_option): Use option_ok_for_language.
4179         (decode_cmdline_options_to_array): Use generate_option_input_file.
4180         (handle_generated_option): Use generate_option.
4181         * opts.h (generate_option, generate_option_input_file): Declare.
4182
4183 2010-08-22  Anatoly Sokolov  <aesok@post.ru>
4184
4185         * config/mips/mips.c (mips_override_options): Rename to...
4186         (mips_option_override): ...this. Make static.
4187         (TARGET_OPTION_OVERRIDE): Define.
4188         (mips_in_small_data_p): Update comment.
4189         * config/mips/mips.h (OVERRIDE_OPTIONS): Remove.
4190         (FIXED_REGISTERS): Update comment.
4191         * config/mips/mips-protos.h (mips_override_options): Remove.
4192
4193 2010-08-21  Olivier Hainque  <hainque@adacore.com>
4194
4195         * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
4196
4197 2010-08-21  Olivier Hainque  <hainque@adacore.com>
4198
4199         * config/rs6000/vxworks.h (PREFERRED_STACK_BOUNDARY,
4200         ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI.
4201
4202 2010-08-20  Jan Hubicka  <jh@suse.cz>
4203
4204         * tree-pass.h (pass_ipa_cdtor_merge): New function.
4205         * cgraphunit.c (static_ctors, static_dtors): Move to ipa.c; make
4206         heap allocated.
4207         (record_cdtor_fn): Move to ipa.c; do not test for
4208         have_ctors_dtors.
4209         (build_cdtor): Move to ipa.c; add code avoiding construction
4210         when target have ctors/dtors and there is only one ctor/dtor at given
4211         priority.
4212         (compare_ctor, compare_dtor): Move to ipa.c; use DECL_UID to stabilize
4213         sort; reverse order of constructors.
4214         (cgraph_build_cdtor_fns): Move to ipa.c; rename to build_cdtor_fns.
4215         (cgraph_finalize_function): Do not call record_cdtor_fn.
4216         (cgraph_finalize_compilation_unit): Do not call cgraph_build_cdtor_fns.
4217         (cgraph_build_static_cdtor): Move to ipa.c.
4218         * ipa.c: Include target.h and tree-iterator.h.
4219         (cgraph_build_static_cdtor, static_ctors, static_dtors,
4220         record_cdtor_fn, build_cdtor, compare_ctor, compare_dtor,
4221         build_cdtor_fns, ipa_cdtor_merge, gate_ipa_cdtor_merge,
4222         pass_ipa_cdtor_merge): New.
4223         * passes.c (init_optimization_passes): Enqueue pass_ipa_cdtor_merge.
4224         * ipa-prop.c (update_indirect_edges_after_inlining): Avoid out of
4225         bounds access.
4226
4227 2010-08-20  Jan Hubicka  <jh@suse.cz>
4228
4229         PR c++/45307
4230         PR c++/17736
4231         * cgraph.h (cgraph_only_called_directly_p,
4232         cgraph_can_remove_if_no_direct_calls_and_refs_p): Handle
4233         static cdtors.
4234         * cgraphunit.c (cgraph_decide_is_function_needed): Static cdtors
4235         are not needed.
4236         (cgraph_finalize_function): Static cdtors are reachable.
4237         (cgraph_mark_functions_to_output): Use cgraph_only_called_directly_p.
4238
4239 2010-08-20  Jan Hubicka  <jh@suse.cz>
4240
4241         * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of
4242         flag_wpa.
4243         * lto-streamer-out.c (lto_output): Likewise.
4244         * passes.c (ipa_write_optimization_summaries): Initialize statement
4245         uids.
4246
4247 2010-08-20  Olivier Hainque  <hainque@adacore.com>
4248
4249         * tree.h (alias_diag_flags): New enum.
4250         (alias_pair): Add an 'emitted_diags' field.
4251         * varasm.c (finish_aliases_1): Honor and update p->emitted_diags.
4252         (assemble_alias): Initialize emitted_diags of new pairs.
4253
4254 2010-08-20  Eric Botcazou  <ebotcazou@adacore.com>
4255
4256         * config/rs6000/aix.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
4257         * config/rs6000/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
4258         * config/rs6000/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
4259         (STACK_CHECK_PROTECT): Define.
4260         * config/rs6000/rs6000.c (rs6000_emit_probe_stack_range): New function.
4261         (output_probe_stack_range): Likewise.
4262         (rs6000_emit_prologue): Invoke rs6000_emit_probe_stack_range if static
4263         builtin stack checking is enabled.
4264         * config/rs6000/rs6000-protos.h (output_probe_stack_range): Declare.
4265         * config/rs6000/rs6000.md (UNSPECV_PROBE_STACK_RANGE): New constant.
4266         (probe_stack_range): New insn.
4267
4268 2010-08-20  H.J. Lu  <hongjiu.lu@intel.com>
4269
4270         PR target/45336
4271         * config/i386/emmintrin.h (_mm_extract_epi16): Cast to unsigned
4272         short first.
4273
4274         * config/i386/smmintrin.h (_mm_extract_epi8): Cast to unsigned
4275         char first.
4276
4277 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
4278
4279         PR target/45336
4280         * config/i386/sse.md (*sse4_1_pextrb): Add SWI48 mode iterator
4281         to cover zero extension into 64-bit register.
4282         (*sse2_pextrw): Likewise.
4283         (*sse4_1_pextrd_zext): New insn.
4284
4285 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
4286
4287         revert r163410, partially revert r163267.
4288         * config/rs6000/darwin.h (LIB_SPEC): Remove.
4289         * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all
4290         Darwin versions.
4291
4292 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
4293
4294         PR middle-end/44974
4295         * builtins.c (expand_builtin): Don't optimize away
4296         calls to DECL_LOOPING_CONST_OR_PURE_P builtins.
4297
4298 2010-08-20  Uros Bizjak  <ubizjak@gmail.com>
4299
4300         * config/i386/i386.md (ashift %rsp splitter): Remove splitter.
4301         (pro_epilogue_adjust_stack_di_2): Use "l" constraint for
4302         alternative 1 of operand 2.
4303
4304 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
4305             Paolo Bonzini  <bonzini@gnu.org>
4306
4307         * simplify-rtx.c (simplify_unary_operation_1): Optimize
4308         (sign_extend (zero_extend (...)) and
4309         ({sign,zero}_extend (lshiftrt (ashift X (const_int I)) (const_int I))).
4310
4311 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
4312
4313         PR rtl-optimization/45353
4314         * sel-sched-ir.c (sel_bb_head): Return NULL even if next_nonnote_insn
4315         after bb_note is a BARRIER.
4316
4317 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
4318
4319         * config/rs6000/darwin.h (LIB_SPEC): New. Provide saveFP/restFP by
4320         linking libgcc.a.
4321
4322 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
4323             Michael Matz  <matz@suse.de>
4324
4325         * tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.
4326
4327 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
4328
4329         * ggc-common.c (ggc_mark_root_tab): New function, split out from...
4330         (ggc_mark_roots): ...here.
4331
4332 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
4333
4334         * vec.h (FOR_EACH_VEC_ELT): Define.
4335         * c-decl.c: Use it.
4336         * cfgloop.c: Likewise.
4337         * cfgloopmanip.c: Likewise.
4338         * cgraph.c: Likewise.
4339         * cgraphunit.c: Likewise.
4340         * combine.c: Likewise.
4341         * config/bfin/bfin.c: Likewise.
4342         * config/mips/mips.c: Likewise.
4343         * config/rs6000/rs6000.c: Likewise.
4344         * dbxout.c: Likewise.
4345         * df-scan.c: Likewise.
4346         * dominance.c: Likewise.
4347         * dse.c: Likewise.
4348         * dwarf2out.c: Likewise.
4349         * except.c: Likewise.
4350         * expr.c: Likewise.
4351         * function.c: Likewise.
4352         * gcse.c: Likewise.
4353         * genattr.c: Likewise.
4354         * ggc-common.c: Likewise.
4355         * gimplify.c: Likewise.
4356         * graphite-blocking.c: Likewise.
4357         * graphite-clast-to-gimple.c: Likewise.
4358         * graphite-dependences.c: Likewise.
4359         * graphite-interchange.c: Likewise.
4360         * graphite-poly.c: Likewise.
4361         * graphite-scop-detection.c: Likewise.
4362         * graphite-sese-to-poly.c: Likewise.
4363         * graphite.c: Likewise.
4364         * haifa-sched.c: Likewise.
4365         * ifcvt.c: Likewise.
4366         * implicit-zee.c: Likewise.
4367         * ipa-prop.c: Likewise.
4368         * ipa-struct-reorg.c: Likewise.
4369         * ipa.c: Likewise.
4370         * ira-build.c: Likewise.
4371         * ira-color.c: Likewise.
4372         * ira-emit.c: Likewise.
4373         * lambda-code.c: Likewise.
4374         * loop-invariant.c: Likewise.
4375         * loop-unroll.c: Likewise.
4376         * lower-subreg.c: Likewise.
4377         * lto-cgraph.c: Likewise.
4378         * lto-opts.c: Likewise.
4379         * lto-streamer-in.c: Likewise.
4380         * lto-streamer-out.c: Likewise.
4381         * lto-streamer.c: Likewise.
4382         * lto-symtab.c: Likewise.
4383         * matrix-reorg.c: Likewise.
4384         * opts.c: Likewise.
4385         * predict.c: Likewise.
4386         * print-tree.c: Likewise.
4387         * sdbout.c: Likewise.
4388         * sel-sched-dump.c: Likewise.
4389         * sel-sched-ir.c: Likewise.
4390         * sel-sched.c: Likewise.
4391         * sese.c: Likewise.
4392         * stor-layout.c: Likewise.
4393         * tree-cfg.c: Likewise.
4394         * tree-cfgcleanup.c: Likewise.
4395         * tree-chrec.c: Likewise.
4396         * tree-data-ref.c: Likewise.
4397         * tree-emutls.c: Likewise.
4398         * tree-inline.c: Likewise.
4399         * tree-into-ssa.c: Likewise.
4400         * tree-loop-distribution.c: Likewise.
4401         * tree-loop-linear.c: Likewise.
4402         * tree-mudflap.c: Likewise.
4403         * tree-outof-ssa.c: Likewise.
4404         * tree-parloops.c: Likewise.
4405         * tree-predcom.c: Likewise.
4406         * tree-pretty-print.c: Likewise.
4407         * tree-scalar-evolution.c: Likewise.
4408         * tree-ssa-live.c: Likewise.
4409         * tree-ssa-loop-im.c: Likewise.
4410         * tree-ssa-loop-ivcanon.c: Likewise.
4411         * tree-ssa-loop-ivopts.c: Likewise.
4412         * tree-ssa-loop-manip.c: Likewise.
4413         * tree-ssa-loop-niter.c: Likewise.
4414         * tree-ssa-loop-prefetch.c: Likewise.
4415         * tree-ssa-phiprop.c: Likewise.
4416         * tree-ssa-pre.c: Likewise.
4417         * tree-ssa-reassoc.c: Likewise.
4418         * tree-ssa-sccvn.c: Likewise.
4419         * tree-ssa-structalias.c: Likewise.
4420         * tree-ssa.c: Likewise.
4421         * tree-vect-data-refs.c: Likewise.
4422         * tree-vect-loop-manip.c: Likewise.
4423         * tree-vect-loop.c: Likewise.
4424         * tree-vect-patterns.c: Likewise.
4425         * tree-vect-slp.c: Likewise.
4426         * tree-vect-stmts.c: Likewise.
4427         * tree-vrp.c: Likewise.
4428         * tree.c: Likewise.
4429         * value-prof.c: Likewise.
4430         * var-tracking.c: Likewise.
4431         * varasm.c: Likewise.
4432         * vmsdbgout.c: Likewise.
4433
4434 2010-08-19  Nathan Sidwell  <nathan@codesourcery.com>
4435             Richard Guenther  <richard.guenther@gmail.com>
4436
4437         * gimplify.c (gimplify_modify_expr): When assigning to volatiles,
4438         copy the src value and return a copy.
4439         * doc/extend.texi (Volatiles): Move from C++ to C and expand.
4440         (C++ Volatiles): Adjust to describe C++ semantics only.
4441
4442 2010-08-20  Joseph Myers  <joseph@codesourcery.com>
4443
4444         * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to
4445         be zero or nonzero.
4446         * doc/tm.texi: Regenerate.
4447         * defaults.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define.
4448         * df-scan.c (df_get_exit_block_use_set), reginfo.c
4449         (init_reg_sets_1), rtlanal.c (rtx_unstable_p, rtx_varies_p):
4450         Handle new PIC_OFFSET_TABLE_REG_CALL_CLOBBERED semantics.
4451         * config/ia64/ia64.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define
4452         to 1.
4453
4454 2010-08-20  Olivier Hainque  <hainque@adacore.com>
4455
4456         * config/sparc/sparc.c (sparc_asm_function_epilogue): Don't output
4457         an extra nop past a sibling call at the very end.
4458
4459 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
4460
4461         PR bootstrap/45350
4462         * combine.c (try_combine): Initialize i1_is_used and i2_is_used.  Fix
4463         a comment.
4464
4465 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
4466
4467         * target.def (function_arg, function_incoming_arg): Remove const
4468         qualifier on CUMULATIVE_ARGS parameter.
4469         * targhooks.h (default_function_arg, default_function_incoming_arg):
4470         Likewise.
4471         * targhooks.c (default_function_arg, default_function_incoming_arg):
4472         Likewise.
4473         * config/i386/i386.c (ix86_function_arg): Likewise.
4474
4475 2010-08-19  Jakub Jelinek  <jakub@redhat.com>
4476
4477         PR target/45336
4478         * simplify-rtx.c (simplify_unary_operation_1): Optimize nested
4479         SIGN_EXTENDs or ZERO_EXTENDs.
4480
4481 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
4482
4483         PR target/42172
4484         * combine.c (combine_validate_cost): New arg I0.  All callers changed.
4485         Take its cost into account if nonnull.
4486         (insn_a_feeds_b): New static function.
4487         (combine_instructions): Look for four-insn combinations.
4488         (can_combine_p): New args PRED2, SUCC2.  All callers changed.  Take
4489         them into account when computing all_adjacent and looking for other
4490         uses.
4491         (combinable_i3pat): New args I0DEST, I0_NOT_IN_SRC.  All callers
4492         changed.  Treat them like I1DEST and I1_NOT_IN_SRC.
4493         (try_combine): New arg I0.  Handle four-insn combinations.
4494         (distribute_notes): New arg ELIM_I0.  All callers changed.  Treat it
4495         like ELIM_I1.
4496
4497 2010-08-19  Jason Merrill  <jason@redhat.com>
4498
4499         PR c++/45307
4500         * gimplify.c (gimplify_init_constructor): Just return GS_UNHANDLED
4501         if ctor is empty.
4502         (gimplify_modify_expr_rhs): Adjust.
4503
4504 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
4505
4506         * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to
4507         bitmap_bit_p.
4508         * config/bfin/bifn.c (bfin_discover_loop): Likewise.
4509         * dominance.c (iterate_fix_dominators): Likewise.
4510         * dse.c (set_usage_bits): Likewise.
4511         (set_position_unneeded, record_store): Likewise.
4512         * gimple-fold.c (get_maxval_strlen): Likewise.
4513         * haifa-sched.c (fix_inter_tick, fix_recovery_deps): Likewise.
4514         * ipa-inline.c (update_caller_keys): Likewise.
4515         * ipa-split.c (verify_non_ssa_vars): Likewise.
4516         * ipa-type-escape.c (mark_type, close_type_seen): Likewise.
4517         (close_type_exposed_parameter, close_type_full_escape): Likewise.
4518         (close_addressof_down): Likewise.
4519         * ira-color.c (assign_hard_reg, push_allocno_to_stack): Likewise.
4520         (setup_allocno_left_conflicts_size): Likewise.
4521         (ira_reassign_conflict_allocnos): Likewise.
4522         (ira_reassign_pseudos): Likewise.
4523         * ira-emit.c (change_loop): Likewise.
4524         * loop-invariant.c (mark_regno_live, mark_regno_death): Likewise.
4525         * lto-streamer-out.c (write_symbol): Likewise.
4526         * predict.c (expr_expected_value_1): Likewise.
4527         * regstat.c (regstat_bb_compute_ri): Likewise.
4528         * sel-sched.c (create_block_for_bookkeeping): Likewise.
4529         (track_scheduled_insns_and_blocks, sel_sched_region_1): Likewise.
4530         * stmt.c (expand_case): Likewise.
4531         * tree-eh.c (emit_eh_dispatch): Likewise.
4532         * tree-into-ssa.c (prune_unused_phi_nodes): Likewise.
4533         * tree-loop-distribution.c (make_nodes_having_upstream_mem_writes):
4534         Likewise.
4535         (rdg_flag_vertex, rdg_flag_loop_exits): Likewise.
4536         (rdg_build_components): Likewise.
4537         * tree-object-size.c (collect_object_sizes_for): Likewise.
4538         * tree-sra.c (convert_callers): Likewise.
4539         * tree-ssa-coalesce.c (live_track_add_partition): Likewise.
4540         * tree-ssa-live.c (mark_all_vars_used_1): Likewise.
4541         * tree-ssa-pre.c (bitmap_set_replace_value): Likewise.
4542
4543 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
4544
4545         * config/i386/i386.md (*lea_1): Use P mode iterator.
4546         (lea add splitter): Also handle DImode operands.
4547         (DImode lea add splitter): Use x86_64_immediate_operand for operand 2
4548         predicate.  Do not use ix86_lea_for_add_ok.
4549         (zext DImode lea add splitter): Use ix86_lea_for_add_ok.
4550         (lea ashift splitter): Also handle DImode operands.
4551         (DImode lea ashift splitter): Remove splitter.
4552
4553 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
4554
4555         * config/i386/i386.md (*add<SWI:mode>3_cconly_overflow): Do not use
4556         ix86_binary_operator_ok.
4557
4558 2010-08-19  Andrey Belevantsev  <abel@ispras.ru>
4559
4560         PR rtl-optimization/44691
4561         * sel-sched.c (count_occurrences_1): Also punt when SUBREG_REG
4562         is not a register.
4563
4564 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
4565
4566         PR target/45070
4567         * config/arm/arm.c (arm_output_epilogue): Ensure that return
4568          value of size 1-3 is handled correctly.
4569
4570 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
4571
4572         * tree-switch-conversion.c (gen_inbound_check): Ensure that the
4573         type for the conditional has wide enough range.
4574
4575 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
4576
4577         PR target/45327
4578         * config/i386/i386.md (<any_or:code><SWI:mode>_3): Do not use
4579         ix86_binary_operator_ok.
4580
4581 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
4582
4583         * config/i386/i386.md (*add<mode>_1) <TYPE_LEA>: Split insn to lea.
4584         <default>:  Swap operands 1 and 2 for alternative 2 to use existing
4585         code to output insn mnemonic.  Fix comment.
4586         (*addsi_1_zext): Add r-r-0 alternative 1.
4587         <TYPE_LEA>: Split insn to lea.
4588         <default>: Handle alternative 1.
4589         (*addhi_1_lea): Add r-r-0 alternative 2.  Use cond RTX instead of
4590         multi-level if_then_else RTX to set "type" attribute.
4591         <default>: Handle alternative 2.
4592         (*addqi_1_lea): Add q-q-0 alternative 2 and r-r-0 alternative 4.
4593         Use cond RTX instead of multi-level if_then_else RTX to set
4594         "type" attribute.
4595         <default>: Handle alternatives 2 and 4.
4596         (lea splitters): Update calls to ix86_lea_for_add_ok.
4597
4598         * config/i386/i386.c (ix86_lea_for_add_ok): Remove unused "code"
4599         argument.
4600         * config/i386/i386-protos.h (ix86_lea_for_add_ok): Update prototype.
4601
4602 2010-08-18  Richard Guenther  <rguenther@suse.de>
4603
4604         * tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts,
4605         use operand helpers.
4606
4607 2010-08-18  Paolo Bonzini  <bonzini@gnu.org>
4608
4609         PR middle-end/45292
4610         * optabs.c (expand_bool_compare_and_swap): Expand pending
4611         pops before trying the optab.
4612
4613 2010-08-18  Yao Qi  <yao@codesourcery.com>
4614
4615         PR target/45094
4616         * config/arm/arm.c (output_move_double): Fix typo generating
4617         instructions ('ldr'->'str').
4618
4619 2010-08-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
4620
4621         PR rtl-optimization/42575
4622         * optabs.c (expand_doubleword_mult): Generate new pseudos to shorten
4623         live ranges.
4624
4625 2010-08-18  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4626
4627         * config/arm/arm-protos.h (arm_expand_sync): New.
4628         (arm_output_memory_barrier, arm_output_sync_insn): New.
4629         (arm_sync_loop_insns): New.
4630         * config/arm/arm.c (FL_ARCH7): New.
4631         (FL_FOR_ARCH7): Include FL_ARCH7.
4632         (arm_arch7): New.
4633         (arm_print_operand): Support %C markup.
4634         (arm_legitimize_sync_memory): New.
4635         (arm_emit, arm_insn_count, arm_count, arm_output_asm_insn): New.
4636         (arm_process_output_memory_barrier, arm_output_memory_barrier): New.
4637         (arm_ldrex_suffix, arm_output_ldrex, arm_output_strex): New.
4638         (arm_output_op2, arm_output_op3, arm_output_sync_loop): New.
4639         (arm_get_sync_operand, FETCH_SYNC_OPERAND): New.
4640         (arm_process_output_sync_insn, arm_output_sync_insn): New.
4641         (arm_sync_loop_insns,arm_call_generator, arm_expand_sync): New.
4642         * config/arm/arm.h (struct arm_sync_generator): New.
4643         (TARGET_HAVE_DMB, TARGET_HAVE_DMB_MCR): New.
4644         (TARGET_HAVE_MEMORY_BARRIER): New.
4645         (TARGET_HAVE_LDREX, TARGET_HAVE_LDREXBHD): New.
4646         * config/arm/arm.md: Include sync.md.
4647         (UNSPEC_MEMORY_BARRIER): New.
4648         (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK): New.
4649         (VUNSPEC_SYNC_OP):New.
4650         (VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): New.
4651         (sync_result, sync_memory, sync_required_value): New attributes.
4652         (sync_new_value, sync_t1, sync_t2): Likewise.
4653         (sync_release_barrier, sync_op): Likewise.
4654         (length): Add logic to length attribute defintion to call
4655         arm_sync_loop_insns when appropriate.
4656         * config/arm/sync.md: New file.
4657
4658 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
4659
4660         * tree.h (host_integerp): Add ATTRIBUTE_PURE when not
4661         ENABLE_TREE_CHECKING.
4662         (tree_low_cst): Add inline version for !ENABLE_TREE_CHECKING
4663         and GCC >= 4.3.
4664
4665 2010-08-17  H.J. Lu  <hongjiu.lu@intel.com>
4666
4667         * config/i386/i386.c (ix86_lea_for_add_ok): For !TARGET_OPT_AGU
4668         or optimizing for size, always avoid lea if possible.
4669
4670         * config/i386/i386.md (*add<mode>_1): Always avoid lea if possible.
4671
4672 2010-08-17  Iain Sandoe  <iains@gcc.gnu.org>
4673
4674         * unwind-dw2-fde-darwin.c (_darwin10_Unwind_FindEnclosingFunction):
4675         Dunmmy function with NULL return unless the target is
4676         OSX >= 10.6 (Darwin10).
4677
4678 2010-08-17  Jack Howarth  <howarth@bromo.med.uc.edu>
4679
4680         * gcc.c (spec_function): Add remove-outfile.
4681         (remove_outfile_spec_function): New function.
4682         * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread.
4683         * invoke.texi (replace-outfile): Document.
4684
4685 2010-08-17  Uros Bizjak  <ubizjak@gmail.com>
4686
4687         PR target/45296
4688         * reginfo.c (globalize_reg): Reject stack registers.
4689
4690 2010-08-17  Richard Guenther  <rguenther@suse.de>
4691
4692         * tree-ssa-dom.c (struct edge_info): Use a VEC for the
4693         list of conditional equivalences.
4694         (free_all_edge_infos): Adjust.
4695         (record_equivalences_from_incoming_edge): Likewise.
4696         (record_cond): Likewise.
4697         (build_and_record_new_cond): Likewise.
4698         (record_conditions): Likewise.
4699         (dom_opt_leave_block): Likewise.
4700
4701 2010-08-17  Kai Tietz  <kai.tietz@onevision.com>
4702
4703         * doc/invoke.texi (ms-extension): Add documentation.
4704
4705 2010-08-17  Richard Guenther  <rguenther@suse.de>
4706
4707         * fold-const.c (fold_comparison): Strip nops inside POINTER_PLUS_EXPR.
4708
4709 2010-08-17  Shujing Zhao  <pearly.zhao@oracle.com>
4710
4711         PR c/40563
4712         * c-decl.c (diagnose_uninitialized_cst_member): New function.
4713         (finish_decl): Use it to issue a -Wc++-compat warning about
4714         uninitialized const field in struct or union.
4715
4716         (finish_struct): Use strip_array_types.
4717
4718 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
4719
4720         * function.c (block_fragments_nreverse, blocks_nreverse_all): New
4721         functions.
4722         (reorder_blocks): Use blocks_nreverse_all instead of blocks_nreverse.
4723         (reorder_blocks_1): Assert BLOCK_FRAGMENT_ORIGIN is NULL.  Don't
4724         call block_nreverse here.
4725         (blocks_nreverse): Rename decl temporary to block.
4726
4727 2010-08-16  Bernd Schmidt  <bernds@codesourcery.com>
4728
4729         * config/arm/thumb2.md (thumb2_notsi_shiftsi,
4730         thumbsi_notsi_shiftsi_compare0, thumb2_not_shiftsi_compare0_scratch,
4731         thumb2_cmpsi_shiftsi, thumb2_cmpsi_shiftsi_swp, thumb2_arith_shiftsi,
4732         thumb2_arith_shiftsi splitter, thumb2_arith_shiftsi_compare0,
4733         thumb2_arith_shiftsi_compare0_scratch, thumb2_sub_shiftsi,
4734         thumb2_sub_shiftsi_compare0, thumb2_sub_shiftsi_compare0_scratch,
4735         thumb2_iorsi3): Delete.
4736         (orsi_notsi_si): No longer a named pattern.
4737         (orsi_not_shiftsi_si): Renamed from thumb_orsi_not_shiftsi_si.
4738         * config/arm/predicates.md (shift_amount_operand): New.
4739         (mult_operator): New.
4740         * config/arm/arm.md (attr arch, attr arch_enabled, attr insn_enabled,
4741         attr enabled): New.
4742         (iorsi3_insn): Renamed from arm_iorsi3.  Handle a new alternative if
4743         arch matches t2.
4744         (not_shiftsi): Renamed from arm_notsi_shiftsi.  Handle Thumb2 variant.
4745         (not_shiftsi_compare0): Likewise, renamed from
4746         arm_notsi_shiftsi_compare0.
4747         (not_shiftsi_compare0_scratch): Likweise, renamed from
4748         arm_notsi_shiftsi_compare0_scratch.
4749         (cmpsi_shiftsi): Likewise, renamed from arm_cmpsi_shiftsi.
4750         (cmpsi_shiftsi_swp): Likewise, renamed from arm_cmpsi_shiftsi_swp.
4751         (arith_shiftsi): Handle Thumb2 variant.  Set insn_enabled attribute
4752         so that the register alternative is disabled when the shift_operator
4753         is MULT.  Use "M" as the constraint for constants.
4754         (arith_shiftsi splitter): Enable for TARGET_32BIT.
4755         (arith_shiftsi_compare0): Handle Thumb2 variant.  Use "M" as the
4756         constraint for constants.
4757         (arith_shiftsi_compare0_scratch): Likewise.
4758         (sub_shiftsi, sub_shiftsi_compare0, sub_shiftsi_compare0_scratch):
4759         Handle Thumb2 alternative.
4760
4761 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
4762
4763         * doc/options.texi (NoDriverArg): Document.
4764         * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of
4765         -MDX and -MMDX.
4766         * opt-functions.awk (switch_flags): Handle NoDriverArg.
4767         * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE
4768         marking for CL_NO_DRIVER_ARG options when in the driver.
4769         * opts.h (CL_NO_DRIVER_ARG): Define.
4770         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
4771         CL_COMMON): Update values.
4772
4773 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
4774
4775         * common.opt: Add driver options.
4776         (auxbase, auxbase-strip, quiet, version): Mark RejectDriver.
4777         * doc/options.texi (Driver, RejectDriver): Document.
4778         * gcc.c (pass_exit_codes, print_search_dirs, print_file_name,
4779         print_prog_name, print_multi_directory, print_sysroot,
4780         print_multi_os_directory, print_multi_lib,
4781         print_sysroot_headers_suffix, report_times, combine_flag,
4782         use_pipes, wrapper_string): Remove.
4783         (save_switch, driver_unknown_option_callback,
4784         driver_wrong_lang_callback, driver_post_handling_callback,
4785         driver_handle_option): New.
4786         (spec_lang, last_language_n_infiles): Make file-scope static
4787         instead of local to process_command.
4788         (process_command): Use decode_cmdline_options_to_array and
4789         read_cmdline_option for option processing.  Compute have_c in
4790         prescan of decoded options.
4791         * opt-functions.awk (switch_flags): Handle Driver and
4792         RejectDriver.
4793         (var_type, var_type_struct): Handle Separate options as generating
4794         const char * variables.
4795         * opts-common.c (decode_cmdline_option): Expect CL_COMMON and
4796         CL_TARGET to be passed by caller if required.
4797         (decode_cmdline_options_to_array): Update comment.
4798         * opts.c (complain_wrong_lang): Handle options only valid for the
4799         driver.
4800         (decode_options): Update call to decode_cmdline_options_to_array.
4801         (print_filtered_help): Ignore driver-only options.
4802         (print_specific_help): Ignore CL_DRIVER.
4803         (common_handle_option): Don't call print_specific_help for CL_DRIVER.
4804         * opts.h (CL_DRIVER, CL_REJECT_DRIVER): Define.
4805         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET, CL_COMMON):
4806         Update values.
4807
4808 2010-08-16  Richard Guenther  <rguenther@suse.de>
4809
4810         * tree-cfg.c (verify_types_in_gimple_reference): Verify
4811         TARGET_MEM_REF a bit.
4812         * tree-ssa-address.c (addr_for_mem_ref): Adjust.
4813         (create_mem_ref_raw): Always create TMR_OFFSET, store the
4814         alias pointer type via it.
4815         (copy_mem_ref_info): Adjust.
4816         (maybe_fold_tmr): Likewise.
4817         * tree.c (mem_ref_offset): Also handle TARGET_MEM_REF.
4818         (reference_alias_ptr_type): Likewise.
4819         * tree.def (TARGET_MEM_REF): Remove TMR_ORIGINAL operand,
4820         adjust documentation of TMR_OFFSET operand.
4821         * alias.c (get_alias_set): Do not look at TMR_ORIGINAL but
4822         use the alias pointer type.
4823         * expr.c (expand_expr_real_1): Do not use TMR_ORIGINAL to
4824         initialize mem attrs but the TMR itself.
4825         * tree-eh.c (tree_could_trap_p): Handle TARGET_MEM_REF
4826         similar to MEM_REF.
4827         * tree-pretty-print.c (dump_generic_node): Do not dump TMR_ORIGINAL.
4828         * tree-ssa-loop-ivopts.c (idx_remove_ssa_names): Remove.
4829         (unshare_and_remove_ssa_names): Likewise.
4830         (copy_ref_info): Adjust.
4831         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Simplify
4832         TARGET_MEM_REF case.
4833         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Do not look
4834         at TMR_ORIGINAL.
4835         * tree.h (TMR_ORIGINAL): Remove.
4836         * gimple.c (get_base_address): For TARGET_MEM_REF with a
4837         symbol return that.
4838         * tree-dfa.c (get_ref_base_and_extent): Handle TARGET_MEM_REF
4839         with a symbol.
4840         (get_addr_base_and_unit_offset): Likewise.
4841         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Handle
4842         TARGET_MEM_REFs.
4843         (indirect_ref_may_alias_decl_p): Likewise.
4844         (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
4845
4846 2010-08-15  Uros Bizjak  <ubizjak@gmail.com>
4847
4848         * doc/invoke.texi (-fomit-frame-pointer): Document that starting
4849         with GCC version 4.6, the default setting (when not optimizing
4850         for size) for 32-bit Linux x86 and 32-bit Darwin x86 targets has
4851         been changed to -fomit-frame-pointer.
4852
4853 2010-08-15  Iain Sandoe  <iains@gcc.gnu.org>
4854
4855         * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
4856         Darwin10.  Do not link libgcc.a for Darwin >= 9.
4857
4858 2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
4859
4860         * doc/invoke.texi (Warning Options): Fix terminology and markup
4861         in the description of how unknown warning options are handled.
4862
4863 2010-08-15  Ira Rosen  <irar@il.ibm.com>
4864
4865         * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
4866         in basic blocks.
4867         (vect_supportable_dr_alignment): Check alignment for basic blocks.
4868         * tree-vect-slp.c (vect_build_slp_tree): Allow different codes for
4869         data references.
4870         (vect_bb_vectorization_profitable_p): New function.
4871         (vect_slp_analyze_bb): Call vect_bb_vectorization_profitable_p() to
4872         check if it's worthwhile to vectorize the basic block.
4873
4874 2010-08-14  Anatoly Sokolov  <aesok@post.ru>
4875
4876         * reload.h (register_move_cost, memory_move_secondary_cost,
4877         secondary_reload_class): Adjust prototype.
4878         * rtl.h (reg_class_subset_p): Adjust prototype.
4879         * reload.c (secondary_reload_class): Change arguments type from
4880         enum reg_class to reg_class_t. Change result type to reg_class_t.
4881         * reginfo.c (register_move_cost, reg_class_subset_p): Change
4882         arguments type from enum reg_class to reg_class_t.
4883         (memory_move_secondary_cost): Change arguments type from
4884         enum reg_class to reg_class_t. Change type of saved_flags to
4885         reg_class_t.
4886
4887         * config/mips/mips.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
4888         Remove macros.
4889         (mips_cost): Remove.
4890         (struct mips_rtx_cost_data): Moved to mips.c.
4891         * config/mips/mips-protos.h (mips_register_move_cost): Remove.
4892         * config/mips/mips.c (struct mips_rtx_cost_data): Moved from mips.h.
4893         (mips_cost): Make static.
4894         (mips_canonicalize_move_class): Change argument type to reg_class_t.
4895         Change result type to reg_class_t.
4896         (mips_move_to_gpr_cost, mips_move_from_gpr_cost): Change arguments
4897         type from enum reg_class to reg_class_t.
4898         (mips_register_move_cost): Make static. Change arguments
4899         type from enum reg_class to reg_class_t.
4900         (mips_memory_move_cost): New function.
4901         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
4902
4903 2010-08-14  Richard Sandiford  <rdsandiford@googlemail.com>
4904
4905         PR rtl-optimization/43358
4906         * ira-lives.c (process_single_reg_class_operands): Adjust the costs
4907         of a single hard register, using simplify_subreg_regno to decide
4908         what that register should be.
4909
4910 2010-08-14  Mingjie Xing  <mingjie.xing@gmail.com>
4911
4912         * config/mips/mips.c (CODE_FOR_loongson_pmullh): Define.
4913         * config/mips/loongson.md (UNSPEC_LOONGSON_PMULL): Delete.
4914         (loongson_pmull<V_suffix>): Rename to...
4915         (mul<mode>3): ...this and use MULT instead of an UNSPEC.
4916
4917 2010-08-13  Jack Howarth  <howarth@bromo.med.uc.edu>
4918
4919         * configure.ac: Enable -fomit-frame-pointer on darwin
4920         which support dwarf2.
4921         * config/i386/i386.c (override_options): Same.
4922
4923 2010-08-13  Jie Zhang  <jie@codesourcery.com>
4924
4925         * config/arm/arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.
4926
4927 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
4928
4929         * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
4930         -MMD.
4931
4932 2010-08-12  Changpeng Fang  <changpeng.fang@amd.com>
4933
4934         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Give
4935         up dot_prod pattern searching if a stmt is outside the loop.
4936
4937 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4938             Uros Bizjak  <ubizjak@gmail.com>
4939
4940         * config.gcc: Handle --enable-frame-pointer.
4941
4942         * configure.ac: Add --enable-frame-pointer.
4943         * configure: Regenerated.
4944
4945         * config/i386/i386.c (USE_IX86_FRAME_POINTER): Default to 0.
4946         (override_options): If not configured with --enable-frame-pointer,
4947         enable -fomit-frame-pointer (but not for TARGET_MACHO or when
4948         optimizing for size), -fasynchronous-unwind-tables and
4949         -maccumulate-outgoing-args by default.
4950
4951 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
4952
4953         * builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.
4954
4955         PR middle-end/45262
4956         * fold-const.c (make_range) <case NEGATE_EXPR>: Punt if
4957         -a overflows.  Normalize the range.
4958
4959 2010-08-12  Richard Guenther  <rguenther@suse.de>
4960
4961         PR tree-optimization/45232
4962         * tree-ssa-reassoc.c (can_reassociate_p): Disable re-association
4963         for types with undefined overflow.
4964         (reassociate_bb): Allow re-associating of bit and min/max
4965         operations for types with undefined overflow.
4966         * tree-ssa-forwprop.c (associate_plusminus): New function.
4967         (tree_ssa_forward_propagate_single_use_vars): Call it.
4968
4969 2010-08-12  Richard Guenther  <rguenther@suse.de>
4970
4971         * tree-flow.h (struct ptr_info_def): Add align and misalign fields.
4972         * tree-ssa-alias.c (get_ptr_info): Move ...
4973         * tree-ssanames.c (get_ptr_info): ... here.  Initialize
4974         align and misalign fields conservatively.
4975         * tree-ssa-ccp.c (ccp_finalize): From partially constant pointers
4976         derive alignment information.
4977         (evaluate_stmt): Derive alignment information from memory
4978         allocation functions.
4979         * tree.h (get_pointer_alignment): Make unsigned.
4980         * builtins.c (get_object_alignment): Use alignment information we
4981         have computed for pointers.
4982         (get_pointer_alignment): Likewise.  Make conservative, return
4983         and unsigned value.
4984         (expand_builtin_strlen): Adjust.
4985         (expand_builtin_memcmp): Likewise.
4986         (expand_builtin_strcmp): Likewise.
4987         (expand_builtin_strncmp): Likewise.
4988         (get_builtin_sync_mem): Use at least mode alignment.
4989         (fold_builtin_memset): Adjust.
4990         (fold_builtin_memory_op): Likewise.
4991         * gimple-pretty-print.c (dump_gimple_phi): Alongside alias
4992         information also dump pointer alignment knowledge.
4993         (dump_gimple_stmt): Likewise.
4994
4995 2010-08-12  Uros Bizjak  <ubizjak@gmail.com>
4996
4997         * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
4998         (EMPTY_FIELD_BOUNDARY): Remove.
4999         * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
5000
5001 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
5002
5003         PR debug/45259
5004         * caller-save.c (save_call_clobbered_regs): Only swap notes with
5005         DEBUG_INSNs if n_regs_saved.
5006
5007 2010-08-12  Wei Guozhi  <carrot@google.com>
5008
5009         PR target/44999
5010         * config/arm/arm.md (andsi3): Change to zero extension if possible.
5011         * config/arm/thumb2.md (thumb2_zero_extendqisi2_v6): Change the name.
5012
5013 2010-08-11  Vladimir Makarov  <vmakarov@redhat.com>
5014
5015         * ira-int.h (ira_remove_allocno_copy_from_list): Remove.
5016
5017         * ira-build.c (ira_remove_allocno_copy_from_list): Remove.
5018
5019 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5020
5021         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add back
5022         the case removed in the previous patch, when the only phi argument
5023         is defined in the same loop as the phi node itself.  Handle it
5024         separately from the invariant case by both propagating it outside
5025         the region and replacing the phi node with an assign.
5026
5027 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5028
5029         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
5030         constant phi nodes with one argument are is_gimple_min_invariant
5031         and SSA_NAME_IS_DEFAULT_DEF.
5032
5033 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5034
5035         * graphite-cloog-util.c (oppose_constraint):
5036         Extend loop counter's value range (CLOOG_ORG).
5037         (cloog_matrix_to_ppl_constraint): Same.
5038         (new_Constraint_System_from_Cloog_matrix): Same.
5039         * graphite-cloog-compat.h (matrix_num_type): New.
5040
5041 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5042
5043         * graphite.c (graphite_initialize): Do not initialize
5044         CLooG and initialize the Parma Polyhedra Library
5045         manually when using CLOOG_ORG.
5046         (graphite_finalize): Do not finalize CLooG and finalize
5047         the Parma Polyhedra Library manually when using CLOOG_ORG.
5048         * graphite-cloog-compat.h (cloog_initialize): Hide function
5049         when using CLOOG_ORG.
5050         (cloog_finalize): Same.
5051
5052 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5053
5054         * graphite-clast-to-gimple.c (free_scattering): Change
5055         CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
5056         (CLOOG_ORG).
5057         (build_cloog_prog): Same.
5058         * graphite-cloog-compat.h (cloog_domain): Removed.
5059         (cloog_scattering): New.
5060         (cloog_set_domain): Removed.
5061         (cloog_set_scattering): New.
5062         (cloog_next_domain): Removed.
5063         (cloog_next_scattering): New.
5064         (cloog_set_next_domain): Removed.
5065         (cloog_set_next_scattering): New.
5066         (CloogScatteringList): New.
5067         (CloogScattering): New.
5068         (cloog_scattering_free): New.
5069         (new_Cloog_Scattering_from_ppl_Polyhedron): New.
5070         * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
5071         New.
5072
5073 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5074
5075         * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
5076         CloogState.
5077         (set_cloog_options): Same.
5078         (print_clast_stmt): Same.
5079         (scop_to_clast): Same.
5080         (print_generated_program): Same.
5081         (gloog): Same.
5082         * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
5083         (scop_to_clast): Extend with CloogState.
5084         * graphite-cloog-util.c: Include graphite-cloog-compat.h
5085         (new_Cloog_Domain_from_ppl_Polyhedron):
5086         Extend with CloogState.  Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
5087         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
5088         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
5089         * graphite-cloog-util.h (build_cloog_prog): Same.
5090         * graphite-cloog-copat.h (build_cloog_prog): New.
5091         (CloogState): New.
5092         (cloog_state_malloc): New.
5093         (cloog_state_free): New.
5094         (cloog_loop_malloc): New.
5095         (cloog_options_malloc): New.
5096         (cloog_statement_alloc): New.
5097         (cloog_domain_from_cloog_matrix): New.
5098         (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
5099         (new_Cloog_Domain_from_ppl_Polyhedron): New.
5100
5101 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5102
5103         * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
5104         type of NAME now depends on used CLooG version.
5105         (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
5106         (gcc_type_for_clast_expr): Same.
5107         (print_clast_stmt): Replace pprint with clast_pprint.
5108         * graphite-cloog-compat.h: Provide compatibility macros for
5109         CLooG Legacy.
5110         (clast_name_p): New.
5111         (clast_expr_term): New.
5112         (clast_expr_red): New.
5113         (clast_expr_bin): New.
5114         (clast_pprint): New.
5115
5116 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5117
5118         * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
5119         compatible to newer CLooG releases (CLOOG_ORG).
5120         (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
5121         (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
5122         * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
5123         (build_cloog_prog) : New.
5124         (cloog_program_extract_scalars): New.
5125         (cloog_program_scatter): New.
5126
5127 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5128
5129         * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
5130         conditionally (CLOOG_ORG).
5131         * graphite-cloog-compat.h: New.  Include graphite-cloog-compat.h.
5132         (cloog_statement_usr): New.
5133         (cloog_domain): Same.
5134         (cloog_set_domain): Same.
5135         (cloog_next_domain): Same.
5136         (cloog_set_next_domain): Same.
5137         (cloog_program_nb_scattdims): Same.
5138         (cloog_program_set_nb_scattdims): Same.
5139         (cloog_program_names): Same.
5140         (cloog_program_set_names): Same.
5141         (cloog_program_set_context): Same.
5142         (cloog_program_set_loop): Same.
5143         (cloog_program_blocklist): Same.
5144         (cloog_program_set_blocklist): Same.
5145         (cloog_program_scaldims): Same.
5146         (cloog_program_set_scaldims): Same.
5147         (cloog_names_nb_parameters): Same.
5148         (cloog_names_set_nb_parameters): Same.
5149         (cloog_names_parameters): Same.
5150         (cloog_names_set_parameters): Same.
5151         (cloog_names_set_nb_iterators): Same.
5152         (cloog_names_set_iterators): Same.
5153         (cloog_names_set_nb_scattering): Same.
5154         (cloog_names_set_scattering): Same.
5155         (cloog_statement_set_usr): Same.
5156         (cloog_loop_set_next): Same.
5157         (cloog_loop_set_domain): Same.
5158         (cloog_loop_set_block): Same.
5159         (cloog_block_list_next): Same.
5160         (cloog_block_list_set_next):
5161         (cloog_block_list_set_block): Same.
5162
5163 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5164
5165         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
5166         a bool.
5167         (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
5168         (rewrite_commutative_reductions_out_of_ssa_loop): Same.
5169         (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
5170         when something has been changed.
5171         (rewrite_commutative_reductions_out_of_ssa): Same.
5172
5173 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5174
5175         * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
5176         handle the case when def is in the sese region.
5177         (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
5178         for invariant expressions.
5179         (rewrite_cross_bb_phi_deps): Removed.
5180         (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
5181         (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
5182         rewrite_cross_bb_phi_deps.
5183
5184 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5185
5186         * graphite-sese-to-poly.c
5187         (rewrite_commutative_reductions_out_of_ssa_loop): Call
5188         scev_analyzable_p only on is_gimple_reg
5189
5190 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5191
5192         * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
5193         (rewrite_close_phi_out_of_ssa): Propagate constant values or
5194         parametric expressions outside the scop region.
5195         (rewrite_cross_bb_scalar_deps): Same.
5196         * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
5197
5198 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5199
5200         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
5201         SSA_NAME_DEF_STMT only on SSA_NAMEs.
5202
5203 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5204
5205         * tree-scalar-evolution.c (instantiate_scev_name): Do not
5206         instantiate default definitions.
5207
5208 2010-08-11  Vladimir Kargov  <kargov@gmail.com>
5209             Sebastian Pop  <sebastian.pop@amd.com>
5210
5211         * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
5212         (loop_exits_from_bb_p): New.
5213         * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
5214         (loop_exits_from_bb_p): Declared.
5215         * graphite-scop-detection.c (scopdet_basic_block_info): Call
5216         loop_exits_to_bb_p.
5217
5218 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5219
5220         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
5221         extra parameter for the region.  Call scev_analyzable_p.
5222         (rewrite_reductions_out_of_ssa): Update call to
5223         rewrite_close_phi_out_of_ssa.
5224         (rewrite_cross_bb_phi_deps): Same.
5225         (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
5226         parameter for the region.  Call scev_analyzable_p.
5227         (rewrite_commutative_reductions_out_of_ssa): Update call to
5228         rewrite_commutative_reductions_out_of_ssa_loop.
5229
5230 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5231
5232         * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
5233
5234 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5235
5236         * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
5237         SSA scalar phi nodes that can be scev_analyzable_p.
5238
5239 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5240
5241         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
5242         handle SSA_NAME_IS_DEFAULT_DEF.
5243
5244 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5245
5246         * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
5247
5248 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5249
5250         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
5251         case non close-phi nodes with one argument.
5252
5253 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5254
5255         * sese.h (scev_analyzable_p): Scevs could be expressions without
5256         chrecs and still be scev_analyzable_p.
5257
5258 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5259
5260         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
5261
5262 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5263
5264         * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
5265         * cfgloop.h (struct loop): Remove single_iv field.
5266         * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
5267         (scop_canonicalize_loops): Removed.
5268         (scop_ivs_can_be_represented): Do not use loop->single_iv.  Iterate
5269         over all the loop phi nodes in loop->header.
5270         (build_poly_scop): Remove use of scop_canonicalize_loops.
5271
5272 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5273
5274         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
5275         handle GIMPLE_CALL.
5276
5277 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5278
5279         * tree-chrec.c (chrec_apply): Should only apply to the specified
5280         variable.  Also handle multivariate chains of recurrences that
5281         satisfy evolution_function_is_affine_p.  Also handle CASE_CONVERT.
5282
5283 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5284
5285         * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
5286         (debug_clast_name_indexes_1): Removed.
5287         (debug_clast_name_indexes): Removed.
5288         (pbb_to_depth_to_oldiv): Removed.
5289         (build_iv_mapping): Replace the use of rename_map with iv_map.
5290         (translate_clast_user): Remove uses of rename_map.  Allocate and
5291         free iv_map.
5292         (translate_clast_for_loop): Remove uses of rename_map.
5293         (translate_clast_for): Same.
5294         (translate_clast_guard): Same.
5295         (translate_clast): Same.
5296         (gloog): Same.
5297         * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
5298         * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
5299         * sese.c (set_rename): Now static.
5300         (rename_variables_in_stmt): Removed.
5301         (rename_uses): New.
5302         (is_parameter): Removed.
5303         (is_iv): Removed.
5304         (expand_scalar_variables_call): Removed.
5305         (expand_scalar_variables_ssa_name): Removed.
5306         (expand_scalar_variables_expr): Removed.
5307         (expand_scalar_variables_stmt): Removed.
5308         (expand_scalar_variables): Removed.
5309         (rename_variables): Removed.
5310         (remove_condition): Removed.
5311         (get_true_edge_from_guard_bb): Removed.
5312         (get_false_edge_from_guard_bb): Removed.
5313         (struct igp): Removed.
5314         (default_before_guard): Removed.
5315         (convert_for_phi_arg): Removed.
5316         (add_guard_exit_phis): Removed.
5317         (insert_guard_phis): Removed.
5318         (graphite_copy_stmts_from_block): Now also uses iv_map and a
5319         region.  Do not copy conditions.  Do not copy induction variables.
5320         Call rename_uses.
5321         (copy_bb_and_scalar_dependences): Allocate a local rename_map for
5322         the translated statement.  Use the iv_map for the induction
5323         variable renaming.
5324         * sese.h (copy_bb_and_scalar_dependences): Update declaration.
5325         (set_rename): Removed declaration.
5326         (scev_analyzable_p): ...here.
5327         * tree-chrec.c (chrec_apply_map): New.
5328         * tree-chrec.h (chrec_apply_map): Declared.
5329
5330 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5331
5332         * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
5333         insert_loop_close_phis.
5334         * sese.c (name_defined_in_loop_p): Removed.
5335         (expr_defined_in_loop_p): Removed.
5336         (alive_after_loop): Removed.
5337         (close_phi_not_yet_inserted_p): Removed.
5338         (struct alep): Removed.
5339         (add_loop_exit_phis): Removed.
5340         (insert_loop_close_phis): Removed.
5341
5342 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5343
5344         * graphite-cloog-util.c
5345         (cloog_matrix_to_ppl_constraint): Fix flipped condition.
5346         * graphite-poly.c
5347         (psct_scattering_dim_for_loop_depth): Same.
5348
5349 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5350
5351         * graphite-cloog-util.h: Added cloog.h.
5352         * graphite-blocking.c: Removed cloog.h.
5353         * graphite-dependences.c: Same.
5354         * graphite-interchange.c: Same.
5355         * graphite-poly.c: Same.
5356         * graphite-ppl.c: Same.
5357         * graphite-scop-detection.c: Same.
5358         * graphite-sese-to-poly.c:
5359         Removed cloog.h.
5360         Removed graphite-clast-to-gimple.h.
5361         (check_poly_representation): Removed (unused).
5362         * graphite-sese-to-poly.h
5363         (check_poly_representation): Removed (unused).
5364
5365 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5366
5367         * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
5368         (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
5369         (graphite-cloog-util.o): New.
5370         (graphite-ppl.o): Added graphite-cloog-util.h.
5371         * graphite-clast-to-gimple.c:
5372         Added graphite-cloog-util.h to include statements.
5373         * graphite-cloog-util.c: New.
5374         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
5375         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
5376         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
5377         (new_C_Polyhedron_from_Cloog_Matrix): Same.
5378         (insert_constraint_into_matrix): Same.
5379         (ppl_Constrain_System_number_of_constraints): Same.
5380         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
5381         (oppose_constraint): Same.
5382         (cloog_matrix_to_ppl_constraint): Same.
5383         (new_Constraint_System_from_Cloog_Matrix): Same.
5384         * graphite-cloog-util.h: New.
5385         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
5386         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
5387         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
5388         (new_C_Polyhedron_from_Cloog_Matrix): Same.
5389         (insert_constraint_into_matrix): Same.
5390         * graphite-ppl.c:
5391         Added graphite-cloog-util.h to include statements.
5392         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
5393         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
5394         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
5395         (new_C_Polyhedron_from_Cloog_Matrix): Same.
5396         (insert_constraint_into_matrix): Same.
5397         (ppl_Constrain_System_number_of_constraints): Same.
5398         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
5399         (oppose_constraint): Same.
5400         (cloog_matrix_to_ppl_constraint): Same.
5401         (new_Constraint_System_from_Cloog_Matrix): Same.
5402         * graphite-ppl.h:
5403         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
5404         graphite-cloog-util.h.
5405         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
5406         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
5407         (new_C_Polyhedron_from_Cloog_Matrix): Same.
5408         (insert_constraint_into_matrix): Same.
5409
5410 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5411
5412         * graphite-clast-to-gimple.c
5413         (precision_for_value): Resolve value_* calls to matching mpz_* calls.
5414         (precision_for_interval): Same.
5415         (gcc_type_for_interval): Same.
5416         (compute_type_for_level): Same.
5417         * graphite-interchange.c
5418         (lst_interchange_profitable_p): Same.
5419         * graphite-poly.c
5420         (psct_scattering_dim_for_loop_depth): Same.
5421         * graphite-ppl.c
5422         (ppl_max_for_le_pointset): Same.
5423         (ppl_min_for_le_pointset): Same.
5424
5425 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5426
5427         * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
5428         (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
5429
5430 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5431
5432         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
5433         rewrite_close_phi_out_of_ssa.
5434
5435 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5436
5437         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
5438
5439 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5440
5441         * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
5442         rename_map.
5443         * sese.c (debug_rename_map): Same.
5444         (get_rename): Same.
5445         (set_rename): Same.
5446         (rename_variables_in_stmt): Same.
5447         (expand_scalar_variables_call): Same.
5448         (expand_scalar_variables_ssa_name): Same.
5449         (expand_scalar_variables_expr): Same.
5450         (expand_scalar_variables_stmt): Same.
5451         (expand_scalar_variables): Same.
5452         (rename_variables): Same.
5453         (graphite_copy_stmts_from_block): Same.
5454         (copy_bb_and_scalar_dependences): Same.
5455
5456 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5457
5458         * graphite-clast-to-gimple.c (copy_renames): Removed.
5459         (translate_clast_for): Do not call copy_renames.
5460         (translate_clast_guard): Same.
5461
5462 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5463
5464         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
5465         (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
5466         (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
5467         before rewrite_cross_bb_scalar_deps.
5468
5469 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5470
5471         * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
5472         Early return in when flag_associative_math is not set.
5473
5474 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5475
5476         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
5477         of SSA copies on edges except for loop->latch.
5478
5479 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5480
5481         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
5482         Split out of rewrite_reductions_out_of_ssa.
5483         * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
5484         Declared.
5485         * graphite.c (graphite_transform_loops): Call it.
5486
5487 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5488
5489         * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
5490
5491 2010-08-11  Alexander Monakov  <amonakov@ispras.ru>
5492
5493         * dbgcnt.def (graphite_scop): New counter.
5494         * graphite.c: Include dbgcnt.h.
5495         (graphite_transform_loops): Use new counter to limit transformations.
5496         * Makefile.in (graphite.o): Depend on DBGCNT_H.
5497
5498 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5499
5500         * passes.c (init_optimization_passes): Add pass_graphite.
5501         Schedule a pass_copy_prop before pass_graphite_transforms.
5502         * timevar.def (TV_GRAPHITE): Declared.
5503         * tree-pass.h (pass_graphite): Declared.
5504         * tree-ssa-loop.c (pass_graphite): New.
5505
5506 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5507
5508         * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
5509         Remove calls to rename_nb_iterations and rename_sese_parameters.
5510         * graphite-clast-to-gimple.h (gloog): Update declaration.
5511         * graphite.c (graphite_transform_loops): Update call to gloog.
5512         * sese.c (rename_variables_in_expr): Removed.
5513         (rename_nb_iterations): Removed.
5514         (rename_sese_parameters): Removed.
5515         * sese.h (rename_nb_iterations): Removed.
5516         (rename_sese_parameters): Removed.
5517
5518 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5519
5520         * graphite-clast-to-gimple.c (gloog): Remove call to
5521         sese_adjust_liveout_phis.
5522         * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
5523         SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
5524         (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
5525         rewrite_phi_out_of_ssa.
5526         * sese.c (get_vdef_before_sese): Removed.
5527         (sese_adjust_vphi): Removed.
5528         (sese_adjust_liveout_phis): Removed.
5529         * sese.h (sese_adjust_liveout_phis): Removed.
5530
5531 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5532
5533         * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
5534         argument for the place after which to insert the out of SSA copy.
5535         (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
5536         (rewrite_phi_out_of_ssa): Same.
5537         (rewrite_cross_bb_scalar_deps): Same.
5538         (insert_copyout): Removed.
5539         (insert_copyin): Removed.
5540         (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
5541         insert_out_of_ssa_copy_on_edge instead of insert_copyout and
5542         insert_copyin.
5543
5544 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5545
5546         * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
5547         (rewrite_reductions_out_of_ssa): Same.
5548         (rewrite_commutative_reductions_out_of_ssa): Same.
5549         (build_poly_scop): Do not call these functions.
5550         * graphite-sese-to-poly.h (build_poly_scop): Declared.
5551         (rewrite_reductions_out_of_ssa): Declared.
5552         (rewrite_commutative_reductions_out_of_ssa): Declared.
5553         * graphite.c (graphite_transform_loops): Call on every scop
5554         rewrite_commutative_reductions_out_of_ssa before calling
5555         rewrite_reductions_out_of_ssa and build_scop_bbs.
5556
5557 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5558
5559         * graphite-dependences.c (dot_deps): Make system call to dotty run
5560         in background.
5561         (dot_deps_stmt): Same.
5562         * graphite-poly.c (dot_lst): Same.
5563
5564 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5565
5566         * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
5567         phi_arg_in_outermost_loop.
5568         (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
5569         (remove_invariant_phi): Same.
5570
5571 2010-08-11  Anatoly Sokolov  <aesok@post.ru>
5572
5573         * target.def (output_addr_const_extra): New hook.
5574         * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
5575         * doc/tm.texi: Regenerate.
5576         * targhooks.c (default_asm_output_addr_const_extra): New function.
5577         * targhooks.h (default_asm_output_addr_const_extra): Declare.
5578         * final.c (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
5579         target hook.
5580
5581         * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
5582         * config/i386/i386-protos.h (output_addr_const_extra): Remove.
5583         * config/i386/i386.h (output_addr_const_extra): Rename to...
5584         (i386_asm_output_addr_const_extra): ...this. Make static.
5585         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
5586
5587 2010-08-11  Richard Henderson  <rth@redhat.com>
5588
5589         * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
5590
5591 2010-08-11  Nick Clifton  <nickc@redhat.com>
5592
5593         * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
5594         * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
5595         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
5596         stormy16-lib2-cmpsi.c.
5597
5598         * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
5599         -O2.
5600
5601 2010-08-11  Joseph Myers  <joseph@codesourcery.com>
5602
5603         * opts.h (struct cl_option_handler_func): Make handler take
5604         cl_decoded_option structure as parameter, not individual elements.
5605         (struct cl_option_handlers): Make callbacks take cl_decoded_option
5606         structure as parameter, not individual elements.
5607         (handle_option): Take cl_decoded_option structure as parameter,
5608         not individual elements.
5609         (handle_generated_option): Declare.
5610         * opts-common.c (handle_option): Take cl_decoded_option structure
5611         as parameter, not individual elements.  Update calls to callback
5612         and handler functions.
5613         (handle_generated_option): New.
5614         (read_cmdline_option): Update calls to callback functions and
5615         handle_option.
5616         * opts.c (common_handle_option, complain_wrong_lang,
5617         unknown_option_callback, post_handling_callback,
5618         lang_handle_option, target_handle_option): Take cl_decoded_option
5619         structure as parameter, not individual elements.
5620         (lang_handle_option, target_handle_option, common_handle_option):
5621         Assert option has at most one argument.
5622         (enable_warning_as_error): Call handle_generated_option instead of
5623         handle_option.  Do not pass -Werror argument as argument of
5624         generated option.
5625
5626 2010-08-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5627
5628         * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
5629         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
5630         (SUBWORD_BOOL_CAS): Likewise.
5631         (SUBWORD_SYNC_OP): Likewise.
5632         (SUBWORD_TEST_AND_SET): Likewise.
5633         (FETCH_AND_OP_WORD): Parenthesise INF_OP
5634         (SUBWORD_SYNC_OP): Likewise.
5635         (OP_AND_FETCH_WORD): Likewise.
5636
5637 2010-08-10  Xinliang David Li  <davidxl@google.com>
5638
5639         * tree-ssa-loop-ivopts.c (get_address_cost): Properly
5640         compute max/min offset in address.
5641
5642 2010-08-10  Vladimir Makarov  <vmakarov@redhat.com>
5643
5644         * ira-live.c: Include sbitmap.h.
5645         (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
5646         Compress live ranges even more.
5647
5648 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
5649
5650         * coverage.c (ctr_labels): Delete.
5651
5652 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
5653
5654         PR bootstrap/45177
5655         * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
5656         test here from arm_gen_load_multiple_1.
5657         (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
5658         multiple_operation_profitable_p.
5659
5660 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
5661
5662         * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
5663         (fini_pre): Call free_aux_for_blocks.  Delete unused bb variable.
5664
5665 2010-08-10  Richard Henderson  <rth@redhat.com>
5666
5667         * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
5668         after saving registers.  Assert that SSE registers are only saved
5669         with a sufficiently aligned frame.
5670         (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
5671         remove stack_realign_fp handling.
5672         (ix86_expand_prologue): Save int registers before stack_realign_fp,
5673         and do not mark the stack alignment as frame related.
5674         (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
5675
5676         * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
5677         saves when re-aligning the stack.
5678
5679 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
5680
5681         * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
5682         * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
5683         (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
5684
5685 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
5686
5687         * dwarf2out.c (struct die_struct): Move die_tag to the end.
5688
5689 2010-08-09  Sofiane Naci  <sofiane.naci@arm.com>
5690
5691         * config/arm/iterators.md: New file.
5692         * config/arm/arm.md: Include iterators.md.
5693         (QHSI): Move to new file.
5694         (LTUGEU, cnb, optab, ior_xor): Likewise.
5695         * config/arm/iwmmxt.md (VMMX): Move to new file.
5696         (VSHFT, MMX_char): Likewise.
5697         * config/arm/neon.md (VD): Move to new file.
5698         (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
5699         (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
5700         (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
5701         (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
5702         (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
5703         (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
5704         (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
5705         (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
5706         (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
5707         (Is_d_reg, V_mode_nunits): Likewise.
5708         * config/arm/vec-common.md (VALL): Move to new file.
5709         (VALLW, VINT, VINTW): Likewise.
5710
5711 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
5712
5713         PR middle-end/45182
5714         * combine.c (make_compound_operation): Don't try to convert
5715         shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
5716
5717 2010-08-10  Richard Guenther  <rguenther@suse.de>
5718
5719         * tree.h (get_object_alignment): Adjust prototype.
5720         * builtins.c (get_object_alignment): Return unsigned int,
5721         drop the align parameter.  Handle MEM_REF, MISALIGNED_INDIRECT_REF
5722         and TARGET_MEM_REF properly.
5723         (get_pointer_alignment): Adjust.
5724         * emit-rtl.c (get_mem_align_offset): Adjust comment.
5725         (set_mem_attributes_minus_bitpos): Adjust.
5726         * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
5727
5728 2010-08-10  Richard Guenther  <rguenther@suse.de>
5729
5730         * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
5731         (copy_prop_visit_assignment): Simplify.
5732         (copy_prop_visit_stmt): Also visit assignments from
5733         constants.
5734         (copy_prop_visit_phi_node): Use operand_equal_p.
5735
5736 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
5737
5738         * ipa-split.c (find_split_points): Free stack.
5739
5740 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
5741
5742         * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
5743         * tree.c (tree_node_kind): Delete corresponding entries.
5744
5745 2010-08-09  H.J. Lu  <hongjiu.lu@intel.com>
5746
5747         * alias.c (may_alias_p): Remove unused ret.
5748
5749 2010-08-09  Bingfeng Mei  <bmei@broadcom.com>
5750
5751         * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
5752         alias_sets_conflict_p.
5753         (walk_mems_1): Moved from alias.c.
5754         (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
5755         in alias.c.
5756         (add_inter_loop_mem_dep): Use insns_may_alias_p now.
5757         * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
5758         * alias.c (walk_mems_2): Moved to ddg.c.
5759         (walk_mems_1): Ditto.
5760         (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
5761         to ddg.c.
5762         (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
5763         disambiguation.
5764         *(may_alias_p): New function to check whether two memory expression
5765         may alias or not. Currently used in buidling inter-iteration memory
5766         dependence.
5767         *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
5768         (insn_alias_sets_conflict_p): Removed
5769         *rtl.h (may_alias_p): New function prototype.
5770
5771 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
5772
5773         * tree.c (nreverse): Assert that we don't have a BLOCK.
5774
5775 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
5776
5777         * builtins.c (fold_builtin_next_arg): Use stdarg_p.
5778         * config/arm/arm.c (arm_get_pcs_model): Likewise.
5779         * config/avr/avr.c (init_cumulative_args): Likewise.
5780         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
5781         * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
5782         * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
5783         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
5784         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
5785         * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
5786         * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
5787         * dwarf2out.c (gen_subprogram_die): Likewise.
5788         * function.c (allocate_struct_function): Likewise.
5789         * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
5790         (deserves_ellipsis): Delete.
5791
5792 2010-08-09  Richard Guenther  <rguenther@suse.de>
5793
5794         * tree-ssa-copy.c (cached_last_copy_of): Remove.
5795         (valueize_val): New function.
5796         (get_last_copy_of): Remove.
5797         (set_copy_of_val): Simplify.
5798         (dump_copy_of): Likewise.
5799         (copy_prop_visit_cond_stmt): Use valueize_val.
5800         (copy_prop_visit_phi_node): Properly handle unvisited names.
5801         Drop code managing copy-of chains.
5802         (init_copy_prop): Adjust.
5803         (fini_copy_prop): Likewise.
5804         (execute_copy_prop): Remove obsolete comment.
5805
5806 2010-08-09  Richard Guenther  <rguenther@suse.de>
5807
5808         PR middle-end/44632
5809         * function.c (gimplify_parameters): Do not clear addressable
5810         bit of the original parameter.
5811
5812 2010-08-09  Richard Guenther  <rguenther@suse.de>
5813
5814         PR middle-end/45212
5815         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
5816         alignment from MEM_REF offset only if we took it from the
5817         base object.
5818
5819 2010-08-09  Eric Fisher  <joefoxreal@gmail.com>
5820
5821         * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
5822
5823 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
5824
5825         * c-tree.h (build_arg_info): Declare.
5826         * c-decl.c (build_arg_info): Define.
5827         (get_parm_info): Call it.  Delete initialization code.
5828         * c-parser.c (c_parser_parms_declarator): Likewise.
5829         (c_parser_parms_list_declaractor): Likewise.
5830
5831 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
5832
5833         * c-tree.h (c_arg_tag): Define.  Define a VEC containing it.
5834         (struct c_arg_info): Change type of tags field.
5835         * c-decl.c (grokdeclarator): Update for changed type of tags field.
5836         (get_parm_info): Likewise.
5837         (store_parm_decls_newstyle): Likewise.
5838
5839 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
5840
5841         * config/rs6000/rs6000.c (branch_island): Define.  Define a VEC of it.
5842         (branch_island_list): Delete.
5843         (branch_islands): Declare.
5844         (add_compiler_branch_island): Adjust for branch_islands instead of
5845         branch_island_list.
5846         (macho_branch_islands): Likewise.
5847         (no_previous_def): Likewise.
5848         (get_prev_label): Likewise.
5849
5850 2010-08-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5851
5852         PR boehm-gc/34544
5853         * gthr-posix.h (__gthread_start): Delete.
5854         (__gthread_active_init): Use pthread_default_stacksize_np instead of
5855         pthread_create to determine if hpux pthreads are active.
5856         * gthr-posix95.h (__gthread_start): Delete.
5857         (__gthread_active_init): Likewise use pthread_default_stacksize_np.
5858
5859 2010-08-08  Kai Tietz  <kai.tietz@onevision.com>
5860
5861         * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
5862         _WIN64 not expanded.
5863
5864 2010-08-07  Uros Bizjak  <ubizjak@gmail.com>
5865             H.J. Lu  <hongjiu.lu@intel.com>
5866
5867         PR target/45213
5868         * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
5869         to output 32bit SFmode immediate as 8 byte sign extended value.
5870
5871 2010-08-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5872
5873         * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
5874         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
5875         (SUBWORD_BOOL_CAS): Likewise.
5876         (SUBWORD_SYNC_OP): Likewise.
5877         (SUBWORD_TEST_AND_SET): Likewise.
5878         (FETCH_AND_OP_WORD): Parenthesise INF_OP
5879         (SUBWORD_SYNC_OP): Likewise.
5880         (OP_AND_FETCH_WORD): Likewise.
5881
5882 2010-08-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5883
5884         * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
5885         * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
5886         (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
5887         (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
5888         generic part.
5889         (cortex_a9_sched_adjust_cost): New function.
5890         (xscale_sched_adjust_cost): New function.
5891         * config/arm/arm-protos.h (struct tune_params): New field
5892         sched_adjust_cost.
5893         * config/arm/arm-cores.def: Adjust costs for cortex-a9.
5894
5895 2010-08-06  Eric Botcazou  <ebotcazou@adacore.com>
5896
5897         PR target/44942
5898         * config/sparc/sparc.c (function_arg_advance): Always take into account
5899         the padding, if any.
5900
5901 2010-08-06  Richard Guenther  <rguenther@suse.de>
5902
5903         * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
5904         (dump_lattice_value): Dump it.
5905         (get_default_value): Adjust.
5906         (get_constant_value): Likewise.
5907         (set_value_varying): Likewise.
5908         (set_lattice_value): Make sure to not go up the lattice
5909         with bitwise constant values.
5910         (get_value_for_expr): Handle ADDR_EXPRs.
5911         (value_to_double_int): New function.
5912         (get_value_from_alignment): Likewise.
5913         (do_dbg_cnt): Adjust.
5914         (ccp_lattice_meet): Handle partially constant values.
5915         (bit_value_unop_1): New function.
5916         (bit_value_binop_1): Likewise.
5917         (bit_value_unop): Likewise.
5918         (bit_value_binop): Likewise.
5919         (evaluate_stmt): Track partially constant values if
5920         flag_tree_bit_ccp is set.
5921         (ccp_fold_stmt): Dump if we folded a predicate.
5922         (ccp_visit_stmt): Adjust.
5923         * common.opt (ftree-bit-ccp): New flag.
5924         * doc/invoke.texi (ftree-bit-ccp): Document.
5925         * opts.c (decode_options): Enable bit-CCP at -O1.
5926
5927 2010-08-06  Alan Modra  <amodra@gmail.com>
5928
5929         * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
5930         and -mrelocatable-lib description.
5931
5932 2010-08-05  Bernd Schmidt  <bernds@codesourcery.com>
5933
5934         From Martin Thuresson  <martint@google.com>
5935         * postreload.c (reload_cse_simplify_operands): Use
5936         SET_REGNO_RAW instead of SET_REGNO.
5937         * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
5938         SET_REGNO.
5939         * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
5940         instead of SET_REGNO.
5941         * rtl.h (SET_REGNO_RAW): New macro.
5942
5943 2010-08-05  Eric Botcazou  <ebotcazou@adacore.com>
5944
5945         * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
5946         computations.  Fix formatting issues.
5947         (num_sign_bit_copies1): Likewise.
5948         (canonicalize_condition): Likewise.
5949
5950 2010-08-05  Richard Henderson  <rth@redhat.com>
5951
5952         * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
5953         (floor_log2): Use clz_hwi.
5954         (exact_log2): Use ctz_hwi.
5955         * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
5956         * builtins.c (fold_builtin_bitop): Use them.
5957         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
5958         * combine.c (get_pos_from_mask): Use ctz_hwi.
5959         * double-int.c (double_int_ctz): Likewise.
5960         * explow.c (force_reg): Likewise.
5961         * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
5962
5963 2010-08-05  Richard Henderson  <rth@redhat.com>
5964
5965         PR target/45189
5966         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
5967         the alignment constant is properly sign-extended.
5968
5969 2010-08-05  Richard Guenther  <rguenther@suse.de>
5970
5971         * expr.c (store_expr): Use emit_block_move only if both
5972         source and target are MEMs.  Use store_bit_field if only
5973         the target is a MEM.
5974
5975 2010-08-05  Richard Henderson  <rth@redhat.com>
5976
5977         PR debug/45188
5978         * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
5979         (INCOMING_RETURN_ADDR_RTX): Likewise.
5980         (dwarf2out_do_frame): Remove conditional compilation.
5981         (dwarf2out_frame_init): Likewise.
5982
5983 2010-08-05  Nicolas Setton  <setton@adacore.com>
5984
5985         * gcov.c (flag_display_progress): New static variable.
5986         (main): Display progress info on standard output if requested.
5987         (options): Add -d/--display-progress.
5988         (print_usage): Print them.
5989         (process_args): Handle them.
5990         * doc/gcov.texi: Document them.
5991
5992 2010-08-05  Martin Jambor  <mjambor@suse.cz>
5993
5994         * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
5995         (ipcp_insert_stage): Redirect only edges not flagged with
5996         indirect_inlining_edge.  Call ipcp_discover_new_direct_edges for all
5997         discovered constants.
5998
5999 2010-08-05  Martin Jambor  <mjambor@suse.cz>
6000
6001         * ipa-prop.h (enum ipa_lattice_type): Changed comments.
6002         (struct ipa_param_descriptor): New fields types and
6003         cannot_devirtualize.
6004         (ipa_param_cannot_devirtualize_p): New function.
6005         (ipa_param_types_vec_empty): Likewise.
6006         (ipa_make_edge_direct_to_target): Declare.
6007         * ipa-cp.c: Fixed first stage driver name in initial comment,
6008         described devirtualization there too.
6009         (ipcp_analyze_node): Call ipa_analyze_params_uses.
6010         (ipcp_print_all_lattices): Print devirtualization info.
6011         (ipa_set_param_cannot_devirtualize): New function.
6012         (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
6013         lattice to BOTTOM.
6014         (ipcp_init_stage): Merged into...
6015         (ipcp_generate_summary): ...its caller.
6016         (ipcp_change_tops_to_bottom): Also process type lists.
6017         (ipcp_add_param_type): New function.
6018         (ipcp_copy_types): Likewise.
6019         (ipcp_propagate_types): Likewise.
6020         (ipcp_propagate_stage): Also propagate types.
6021         (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
6022         Also return true if propagated types require it.
6023         (ipcp_update_callgraph): Dump redirection info.
6024         (ipcp_process_devirtualization_opportunities): New function.
6025         (ipcp_const_param_count): Include known type information.
6026         (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
6027         on new node.  Fixed formatting.
6028         * ipa-prop.c (make_edge_direct_to_target): Renamed to
6029         ipa_make_edge_direct_to_target and changed all callers.  Made
6030         externally visible.
6031         (ipa_node_duplication_hook): Duplicate types vector.
6032         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
6033         redirect outgoing calls for which we can't get a decl from the
6034         statement.  Check that we can get a decl from the call statement.
6035         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
6036         ipa_analyze_params_uses only when ipa-cp is disabled.
6037         * tree-inline.c (get_indirect_callee_fndecl): Removed.
6038         (expand_call_inline): Do not call get_indirect_callee_fndecl.
6039         * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
6040         * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
6041
6042 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
6043
6044         * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
6045         temporary. Emit move from temporary to accum, so REG_EQUAL note will
6046         be attached to this insn in correct mode.
6047
6048 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
6049
6050         * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
6051         using REGNO of base_reg directly.
6052
6053 2010-08-05  Jie Zhang  <jie@codesourcery.com>
6054
6055         PR tree-optimization/45144
6056         * tree-sra.c (type_consists_of_records_p): Return false
6057         if the record contains bit-field.
6058
6059 2010-08-04  Richard Henderson  <rth@redhat.com>
6060
6061         * config/i386/i386.c (struct ix86_frame): Remove padding and
6062         to_allocate members.
6063         (ix86_compute_frame_layout): Don't store them.
6064         (ix86_can_use_return_insn_p): Use a more direct and more obviously
6065         correct condition for the position of the stack pointer.
6066         (ix86_expand_prologue): Compute remaining stack allocation based
6067         on the ultimate stack pointer offset.
6068         (ix86_expand_epilogue): Use more obvious expressions testing for
6069         the stack pointer already pointing to the saved registers.
6070
6071         * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
6072         duplication deconstructing the frame pointer.  Simplify
6073         deallocation of the local stack frame.
6074
6075         * reg-notes.def (CFA_EXPRESSION): New.
6076         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
6077         (dwarf2out_frame_debug_cfa_expression): New.
6078         (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
6079
6080         * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
6081         * config/i386/i386.c (ix86_expand_prologue): Set it.
6082         (ix86_expand_epilogue): Clear it.
6083         (ix86_emit_save_reg_using_mov): For registers saved in a realigned
6084         context, add REG_CFA_EXPRESSION notes.
6085
6086         * config/i386/i386.h (struct machine_frame_state): Rename from
6087         machine_cfa_state.  Add members tracking SP and FP regardless
6088         of the current CFA register.
6089         (ix86_cfa_state): Remove.
6090         * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
6091         and sse_reg_save_offset members.
6092         (ix86_compute_frame_layout): Set them.
6093         (gen_push): Increment sp_offset too.
6094         (choose_baseaddr_len, choose_baseaddr): New.
6095         (ix86_emit_save_reg_using_mov): New.
6096         (ix86_emit_save_regs_using_mov): Use it.
6097         (ix86_emit_save_sse_regs_using_mov): Likewise.
6098         (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
6099         compare vs the saved red_zone_offset.
6100         (pro_epilogue_adjust_stack): Adjust sp_offset.
6101         (ix86_adjust_stack_and_probe): Likewise.
6102         (ix86_expand_prologue): Set up, use, and validate the new
6103         frame_state_info members.  Use gen_frame_mem.
6104         (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
6105         (ix86_emit_restore_reg_using_pop): Likewise.  Use and update the
6106         new frame_state_info members.
6107         (ix86_emit_leave): Likewise.
6108         (ix86_emit_restore_regs_using_mov): Likewise.  Don't check for
6109         out-of-range stack pointer offsets here.
6110         (ix86_emit_restore_sse_regs_using_mov): Likewise.
6111         (ix86_expand_epilogue): Use and validate the new frame_state_info
6112         members.  Break up and simplify the logic selecting the
6113         restore_regs_via_mov code path.  Ensure that there will be no
6114         out-of-range stack pointer offsets.
6115
6116         * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
6117
6118         * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
6119         argument name to reflect the expected tree; fix indentation.
6120         (ix86_asm_output_function_label): Output the entire 32-bit
6121         ms_hook here as bytes ...
6122         (ix86_expand_prologue): ... not here as insns.  Attach the
6123         unwind info for the ms_hook to a blockage insn.
6124         (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
6125         (ix86_ms_bitfield_layout_p): Fix indentation.
6126         * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
6127
6128         * config/i386/i386.c (ix86_using_red_zone): New.
6129         (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
6130         ix86_expand_prologue, ix86_force_to_memory): Use it.
6131
6132         * config/i386/i386.c (ix86_expand_prologue): Simplify logic
6133         saving the int registers.
6134
6135         * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
6136         and DWARF2_UNWIND_INFO conditional compilation.
6137
6138 2010-08-04  Richard Henderson  <rth@redhat.com>
6139
6140         PR debug/45171
6141         * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
6142         an is_naming_typedef_decl.
6143
6144 2010-08-04  Bernd Schmidt  <bernds@codesourcery.com>
6145
6146         PR rtl-optimization/45162
6147         * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
6148         * dce.c (word_dce_process_block): Likewise.
6149
6150 2010-08-04  Steve Ellcey  <sje@cup.hp.com>
6151
6152         PR target/44583
6153         * config/ia64/constraints.md (Z): New.
6154         * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
6155         (xfreg_or_signed_fp01_operand): New.
6156         * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
6157         with fr_reg_or_signed_fp01_operand and constraint G with Z.
6158         (subsf3): Ditto.
6159         (*maddsf4): Ditto.
6160         (*msubsf4): Ditto.
6161         (adddf3): Ditto.
6162         (adddf3_trunc): Ditto.
6163         (subdf3): Ditto.
6164         (*subdf3_trunc): Ditto.
6165         (*madddf4): Ditto.
6166         (*madddf4_trunc): Ditto.
6167         (*msubdf4): Ditto.
6168         (*msubdf4_trunc): Ditto.
6169         (addxf3): Replace xfreg_or_fp01_operand with
6170         xfreg_or_signed_fp01_operand and constraint G with Z.
6171         (*addxf3_truncsf): Ditto.
6172         (*addxf3_truncdf): Ditto.
6173         (subxf3): Ditto.
6174         (*subxf3_truncsf): Ditto.
6175         (*subxf3_truncdf): Ditto.
6176         (*maddxf4): Ditto.
6177         (*maddxf4_truncsf): Ditto.
6178         (*maddxf4_truncdf): Ditto.
6179         (*msubxf4): Ditto.
6180         (*msubxf4_truncsf): Ditto.
6181         (*msubxf4_truncdf): Ditto.
6182
6183 2010-08-04  Richard Guenther  <rguenther@suse.de>
6184
6185         * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
6186         if either alias-set is zero.
6187
6188 2010-08-04  Richard Guenther  <rguenther@suse.de>
6189
6190         * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
6191         * tree-ssa-ccp.c: ... here.
6192         * tree-ssa-copy.c: ... and here.
6193         * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
6194         value_range_t): Move ...
6195         * tree-vrp.c: ... here.
6196         * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
6197         (substitute_and_fold): Adjust prototype.
6198         * tree-ssa-propagate.c (replace_uses_in): Adjust.
6199         (replace_phi_args_in): Likewise.
6200         (substitute_and_fold): Take callback to query lattice instead
6201         of pointer to lattice.  Replace SSA name defs with lattice
6202         values first.
6203         * tree-ssa-ccp.c (ccp_finalize): Adjust.
6204         * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
6205         (get_value): New function.
6206         (fini_copy_prop): Adjust.
6207         * tree-vrp.c (vrp_finalize): Adjust.
6208
6209 2010-08-04  Richard Guenther  <rguenther@suse.de>
6210
6211         PR middle-end/45176
6212         * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
6213         points-to set for original MEM_REF.
6214
6215 2010-08-04  Richard Guenther  <rguenther@suse.de>
6216
6217         * tree-ssa-ccp.c (get_constant_value): New function.
6218         (get_rhs_assign_op_for_ccp): Remove.
6219         (valueize_op): New function.
6220         (ccp_fold): Use get_constant_value and valueize_op.
6221         (fold_const_aggregate_ref): Likewise.
6222         (ccp_fold_stmt): Likewise.
6223         (visit_assignment): Simplify.
6224
6225 2010-08-04  Richard Guenther  <rguenther@suse.de>
6226
6227         * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
6228         * double-int.h (double_int_ctz): Declare.
6229         * double-int.c (double_int_ctz): New function.
6230
6231 2010-08-04  Hariharan Sandanagobalane  <hariharan@picochip.com>
6232
6233         * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
6234         Define.
6235         picochip_expand_movmemhi : Expand movmem pattern.
6236         * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
6237         Declare.
6238         * config/picochip/picochip.md (movmemhi) : New pattern.
6239
6240 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
6241
6242         * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
6243
6244 2010-08-03  Bernd Schmidt  <bernds@codesourcery.com>
6245
6246         * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
6247         NEG as operand of a MULT by merging it with the other operand.
6248         * combine.c (make_compound_operation): Use trunc_int_for_mode when
6249         generating a MULT with constant.  Canonicalize PLUS and MINUS involving
6250         MULT.
6251         * config/arm/constraints.md (M): Examine only 32 bits of a
6252         HOST_WIDE_INT.
6253         * config/arm/predicates.md (power_of_two_operand): Likewise.
6254
6255 2010-08-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6256
6257         * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
6258         non-NOTE insns.
6259
6260 2010-08-03  Jan Hubicka  <jh@suse.cz>
6261
6262         * ipa-split.c (struct split_point): Add split_part_set_retval.
6263         (find_retval): Forward declare.
6264         (test_nonssa_use, mark_nonssa_use): Special case return by reference.
6265         (consider_split): Compute current->split_part_set_retval.
6266         (visit_bb): Do not look into return value.
6267         (split_function): Handle !split_part_set_retval
6268
6269 2010-08-03  Martin Jambor  <mjambor@suse.cz>
6270
6271         * tree-sra.c (completely_scalarize_record): New parameter REF, create
6272         its own access->expr intead of using build_ref_for_offset.
6273
6274 2010-08-03  Joseph Myers  <joseph@codesourcery.com>
6275
6276         * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
6277         * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
6278         * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
6279         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
6280         * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
6281         * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
6282         * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
6283         DEFAULT_SWITCH_TAKES_ARG.
6284         * config/rx/rx.opt (-patch=): Remove option.
6285         * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
6286         * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
6287         * doc/invoke.texi (RX Options): Remove -patch=.
6288         * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
6289         (option_map): Remove --profile-blocks, --quiet and --silent.
6290
6291 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
6292
6293         * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
6294         * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
6295         (ix86_expand_branch): Add op0 and op1 arguments.  Do not access
6296         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
6297         Update calls to ix86_expand_compare and ix86_expand_branch.
6298         (ix86_expand_setcc): Add op0 and op1 arguments.  Update calls to
6299         ix86_expand_compare.
6300         (ix86_expand_compare): Add op0 and op1 arguments.  Do not access
6301         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
6302         Make static.
6303         (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
6304         and ix86_compare_op1.  Update calls to ix86_expand_compare.
6305         (ix86_expand_int_movcc): Ditto.
6306         (ix86_expand_fp_movcc): Ditto.  Update calls to ix86_expand_setcc.
6307         * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
6308         (ix86_expand_setcc): Ditto.
6309         (ix86_expand_compare): Remove prototype.
6310         * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
6311         ix86_compare_op0 and ix86_compare_op1.  Update calls
6312         to ix86_expand_branch to directly pass operands[1] and operands[2].
6313         (cbranchxf4): Ditto.
6314         (cbranch<MODEF:mode>4): Ditto.
6315         (cbranchcc4): Ditto.
6316         (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
6317         Update calls to ix86_expand_setcc to directly pass operands[2] and
6318         operands[3].
6319         (cstorexf4): Ditto.
6320         (cstore<MODEF:mode>4): Ditto.
6321         (cstorecc4): Ditto.
6322
6323 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
6324
6325         PR target/45063
6326         * caller-save.c (save_call_clobbered_regs): Remove regs from
6327         hard_regs_saved when they are set.
6328
6329 2010-08-02  Uros Bizjak  <ubizjak@gmail.com>
6330
6331         PR target/41089
6332         * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
6333         as volatile.
6334
6335 2010-08-02  Sebastian Pop  <sebastian.pop@amd.com>
6336
6337         * common.opt (ftree-loop-distribute-patterns): New.
6338         * invoke.texi (-ftree-loop-distribute-patterns): Documented.
6339         * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
6340         at -O3.
6341         * tree-data-ref.c (stores_zero_from_loop): New.
6342         * tree-data-ref.h (stores_zero_from_loop): Declared.
6343         * tree-loop-distribution.c (tree_loop_distribution): Call
6344         stores_zero_from_loop.
6345         (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
6346
6347 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
6348
6349         * postreload.c (reload_cse_simplify_operands): Take attribute enabled
6350         into account.
6351
6352         * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
6353         * config/arm/arm.c (thumb1_code): New variable.
6354         (arm_override_options): Set it.
6355         (thumb1_final_prescan_insn): Keep track of condition code status.
6356         (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
6357         jumps that depend on them.
6358         * config/arm/arm.h (thumb1_code): Declare variable.
6359         (struct machine_function): Guard with #ifndef GENERATOR_FILE.  Add
6360         members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
6361         thumb1_cc_mode.
6362         (CC_STATUS_INIT): New macro.
6363         * config/arm/constraints.md (Pd): New constraint.
6364         * config/arm/predicates.md (noov_comparison_operator): New predicate.
6365         * config/arm/arm.md (is_thumb1): New define_attr.
6366         (conds): Set default to "clob" when generating Thumb1 code.
6367         (thumb1_bicsi3): Renamed from bicsi3.  All uses changed.  Condition
6368         code are set.  Use two-operand assembly syntax.
6369         (thumb1_subsi3_insn): Condition codes are set.  Now a properly named
6370         pattern.
6371         (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
6372         codes are set.  Use two-operand assembly syntax.
6373         (zero_extendhisi splitter): Remove constraints.
6374         (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
6375         thumb1_movsf_insn): Set conds attribute as appropriate.
6376         (cbranchsi4_insn): Use condition code status from struct
6377         machine_function to determine whether the comparison can be eliminated.
6378         Discourage the alternative using high registers.
6379         (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
6380         orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
6381         bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
6382         subsi3_cbranch): Delete.
6383         (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
6384         one subtract and one cbranch insn.
6385
6386         * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
6387         thumb2_movdf_soft_insn): Delete patterns.
6388         * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
6389         arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
6390         (pool_range, neg_pool_range): Use them to define defaults.
6391         (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
6392         and allow for TARGET_32BIT.
6393
6394         PR target/40457
6395         * config/arm/arm.h (arm_regs_in_sequence): Declare.
6396         * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
6397         load_multiple_sequence, store_multiple_sequence): Delete
6398         declarations.
6399         (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
6400         declarations.
6401         * config/arm/ldmstm.md: New file.
6402         * config/arm/arm.c (arm_regs_in_sequence): New array.
6403         (load_multiple_sequence): Now static.  New args SAVED_ORDER,
6404         CHECK_REGS.  All callers changed.
6405         If SAVED_ORDER is nonnull, copy the computed order into it.
6406         If CHECK_REGS is false, don't sort REGS.  Handle Thumb mode.
6407         (store_multiple_sequence): Now static.  New args NOPS_TOTAL,
6408         SAVED_ORDER, REG_RTXS and CHECK_REGS.  All callers changed.
6409         If SAVED_ORDER is nonnull, copy the computed order into it.
6410         If CHECK_REGS is false, don't sort REGS.  Set up REG_RTXS just
6411         like REGS.  Handle Thumb mode.
6412         (arm_gen_load_multiple_1): New function, broken out of
6413         arm_gen_load_multiple.
6414         (arm_gen_store_multiple_1): New function, broken out of
6415         arm_gen_store_multiple.
6416         (arm_gen_multiple_op): New function, with code from
6417         arm_gen_load_multiple and arm_gen_store_multiple moved here.
6418         (arm_gen_load_multiple, arm_gen_store_multiple): Now just
6419         wrappers around arm_gen_multiple_op.  Remove argument UP, all callers
6420         changed.
6421         (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
6422         * config/arm/predicates.md (commutative_binary_operator): New.
6423         (load_multiple_operation, store_multiple_operation): Handle more
6424         variants of these patterns with different starting offsets.  Handle
6425         Thumb-1.
6426         * config/arm/arm.md: Include "ldmstm.md".
6427         (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
6428         ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
6429         stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
6430         peepholes): Delete.
6431         * config/arm/ldmstm.md: New file.
6432         * config/arm/arm-ldmstm.ml: New file.
6433
6434         * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
6435         if statement which adds extra costs to frame-related expressions.
6436
6437 2010-08-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6438
6439         * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
6440
6441 2010-08-01  Uros Bizjak  <ubizjak@gmail.com>
6442
6443         PR target/45142
6444         * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
6445         alternative 2.
6446         (vec_set<mode>_0 splitter): Use SSEMODE4S mode iterator to also
6447         split V4SI operands.
6448
6449 2010-08-01  Anatoly Sokolov  <aesok@post.ru>
6450
6451         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
6452         * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
6453         * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
6454         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
6455
6456 2010-07-31  Kai Tietz  <kai.tietz@onevision.com>
6457
6458         * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
6459         LOCAL_INCLUDE_DIR.
6460
6461 2010-07-31  Richard Sandiford  <rdsandiford@googlemail.com>
6462
6463         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
6464         used in the call to optab_for_tree_code.  Fix the second
6465         is_widening_mult_p call.  Check that both unwidened operands
6466         have the same sign.
6467
6468 2010-07-31  John Tytgat  <John.Tytgat@aaug.net>
6469
6470         * config/arm/arm.c (arm_function_arg): Remove superfluous test.
6471
6472 2010-07-31  Anatoly Sokolov  <aesok@post.ru>
6473
6474         * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
6475
6476 2010-07-30  DJ Delorie  <dj@redhat.com>
6477
6478         * config/rx/predicates.md (rx_constshift_operand): New.
6479         * config/rx/rx.md (zs_cond): New.
6480         (cbranchsi4): Remove mode.
6481         (*cbranchsi4_<code>): Likewise.
6482         (*tstbranchsi4_<code>): New.
6483         (*tstbranchsi4r_<code>): New.
6484         (*tstbranchsi4m_eq): New.
6485         (*tstbranchsi4m_ne): New.
6486         (cbranchsf4): Remove mode.
6487         (*cbranchsf4_<code>): Likewise.
6488
6489 2010-07-30  Bernd Schmidt  <bernds@codesourcery.com>
6490
6491         * rtlanal.c (simplify_subreg_regno): Don't treat
6492         HARD_FRAME_POINTER_REGNUM specially.
6493
6494 2010-07-30  Joseph Myers  <joseph@codesourcery.com>
6495
6496         * common.opt (-G): Don't define option here.
6497         * config/g.opt: New.
6498         * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
6499         rs6000/powerpc and score targets.
6500         * opts.c (common_handle_option): Don't handle -G here.
6501         * config/alpha/alpha.c (alpha_handle_option): Handle -G.
6502         * config/frv/frv.c (frv_handle_option): Handle -G.
6503         * config/ia64/ia64.c (ia64_handle_option): Handle -G.
6504         * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
6505         * config/m32r/m32r.c (m32r_handle_option): Handle -G.
6506         * config/mips/mips.c (mips_handle_option): Handle -G.
6507         * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
6508         * config/score/score.c (score_handle_option): Handle -G.
6509
6510 2010-07-30  Anatoly Sokolov  <aesok@post.ru>
6511
6512         * config/mmix/mmix.c: Include basic-block.h.
6513
6514 2010-07-30  Jakub Jelinek  <jakub@redhat.com>
6515
6516         PR debug/45055
6517         PR rtl-optimization/45137
6518         * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
6519         prototypes.
6520         * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
6521         New functions.
6522         * combine.c (next_nonnote_nondebug_insn): Removed.
6523         * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
6524         * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
6525         * sched-deps.c (sched_analyze_insn): Likewise.
6526         (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
6527         * rtlanal.c (canonicalize_condition): Likewise.
6528         * postreload.c (reload_combine_recognize_pattern): Likewise.
6529         (reload_cse_move2add): Use next_nonnote_nondebug_insn.
6530
6531 2010-07-29  Uros Bizjak  <ubizjak@gmail.com>
6532
6533         * config/i386/i386.md (int_cond): Remove code iterator.
6534         (fp_cond): Ditto.
6535         (cbranch<mode>4): Use ordered_comparison_operator predicate
6536         for operator0.
6537         (cstore<mode>4): Ditto for operator1.
6538         (mov<SWIM:mode>cc and corresponding splitter): Ditto.
6539         (add<mode>cc): ditto.
6540
6541 2010-07-30  Richard Guenther  <rguenther@suse.de>
6542
6543         PR middle-end/45141
6544         * expr.c (expand_expr_real_1): Check for not handled base address.
6545
6546 2010-07-30  Richard Guenther  <rguenther@suse.de>
6547
6548         * ipa-prop.c (ipa_modify_formal_parameters): Use
6549         build_distinct_type_copy.
6550
6551 2010-07-30  Anthony Green  <green@moxielogic.com>
6552
6553         * config/moxie/rtems.h: New file.
6554         * config.gcc: Add moxie-rtems support.
6555
6556 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
6557
6558         * dce.c (run_word_dce): Take flag_dce into account.  Clear and restore
6559         df flags as in run_fast_df_dce.
6560
6561 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
6562
6563         Revert:
6564         2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
6565
6566         * rtl.def (NOTE): Swap operands 4 and 5.
6567         * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
6568         NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
6569         Adjust accordingly.
6570         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
6571
6572 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
6573
6574         PR debug/45110
6575         * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
6576         (gen_formal_types_die): Add DW_AT_object_pointer in methods.
6577         (gen_subprogram_die): Likewise.  Remove it when removing declaration's
6578         formal parameters.
6579         (gen_decl_die): Change return type to dw_die_ref, return what
6580         gen_formal_parameter_die returned.
6581
6582 2010-07-29  Martin Jambor  <mjambor@suse.cz>
6583
6584         * dbgcnt.def (eipa_sra): New counter.
6585         * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
6586
6587 2010-07-29  Xinliang David Li  <davidxl@google.com>
6588
6589         PR bootstrap/45119
6590         * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
6591         in revision 162652.
6592
6593 2010-07-29  Richard Guenther  <rguenther@suse.de>
6594
6595         * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
6596         (TV_TREE_STORE_CCP): Likewise.
6597         (TV_TREE_REDPHI): Likewise.
6598
6599 2010-07-29  Richard Guenther  <rguenther@suse.de>
6600
6601         * double-int.h (double_int_and_not): New function.
6602         * combine.c (try_combine): Use it.
6603         * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
6604
6605 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
6606
6607         PR rtl-optimization/42575
6608         * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
6609         Argument AU removed.  All callers changed.  Ignore artificial refs.
6610         Use return value of df_word_lr_simulate_defs to decide whether an insn
6611         is necessary.
6612         (fast_dce): Rename arg to WORD_LEVEL.
6613         (run_word_dce): Renamed from rest_of_handle_fast_byte_dce.  No longer
6614         static.
6615         (pass_fast_rtl_byte_dce): Delete.
6616         * dce.h (run_word_dce): Declare.
6617         * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
6618         All callers changed.  Simplify code to only deal with two-word regs.
6619         * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
6620         (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
6621         (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
6622         (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
6623         (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
6624         (df_word_lr_mark_ref): Declare.
6625         (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
6626         df_word_lr_simulate_uses): Declare or rename from byte variants.
6627         (df_byte_lr_simulate_artificial_refs_at_top,
6628         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
6629         df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
6630         declarations.
6631         (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
6632         (enum df_mm): Delete.
6633         * df-byte-scan.c: Delete file.
6634         * df-problems.c (df_word_lr_problem_data): Renamed from
6635         df_byte_lr_problem_data, all members deleted except for
6636         WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS.  Uses changed.
6637         (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
6638         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
6639         df_byte_lr_get_regno_len, df_byte_lr_check_regs,
6640         df_byte_lr_confluence_0): Delete functions.
6641         (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
6642         callers changed.
6643         (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
6644         Don't initialize members that were deleted, don't try to discover data
6645         about registers.  Ignore hard regs.
6646         (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
6647         (df_word_lr_mark_ref): New function.
6648         (df_word_lr_bb_local_compute): Renamed from
6649         df_byte_bb_lr_local_compute; all callers changed.  Use
6650         df_word_lr_mark_ref.  Assert that artificial refs don't include
6651         pseudos.  Ignore hard registers.
6652         (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
6653         Assert that exit block uses don't contain pseudos.
6654         (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
6655         (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
6656         callers changed.  Ignore hard regs.
6657         (df_word_lr_transfer_function): Renamed from
6658         df_byte_lr_transfer_function; all callers changed.
6659         (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
6660         (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
6661         changed.
6662         (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
6663         callers changed.
6664         (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
6665         confluence operator 0 set to NULL.
6666         (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
6667         callers changed.
6668         (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
6669         Return bool, true if bitmap changed or insn otherwise necessary.
6670         All callers changed.  Simplify using df_word_lr_mark_ref.
6671         (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
6672         all callers changed.  Simplify using df_word_lr_mark_ref.
6673         * lower-subreg.c: Include "dce.h"
6674         (decompose_multiword_subregs): Call run_word_dce if df available.
6675         * Makefile.in (lower-subreg.o): Adjust dependencies.
6676         (df-byte-scan.o): Delete.
6677         * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
6678
6679 2010-07-29  Richard Guenther  <rguenther@suse.de>
6680
6681         * tree.c (build_vector): Assert that the vector constant
6682         has enough elements.
6683         (build_vector_from_ctor): Pad with trailing zeros.
6684
6685 2010-07-29  Richard Guenther  <rguenther@suse.de>
6686
6687         PR tree-optimization/45120
6688         * tree-ssa-structalias.c (get_constraint_for_component_ref):
6689         Handle offset in DEREFs properly.
6690         (get_constraint_for_1): Handle MEM_REF offset properly.
6691
6692 2010-07-29  Richard Guenther  <rguenther@suse.de>
6693
6694         PR middle-end/45034
6695         * convert.c (convert_to_integer): Always use an unsigned
6696         type for narrowed negate and bitwise not.
6697
6698 2010-07-29  Ira Rosen  <irar@il.ibm.com>
6699
6700         * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
6701         to outer loop when creating reduction epilogue for double reduction,
6702         and switch back to the inner loop when updating the phi nodes.
6703         Update uses of outer loop exit phi nodes in double reduction (instead
6704         of uses of reduction).
6705
6706 2010-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
6707
6708         * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
6709         popcount on power7 and parity on power6 systems.
6710         (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
6711         (rs6000_emit_parity): Add support for power6 prtyd/prtyw
6712         instructions.
6713
6714         * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
6715         (UNSPEC_PARITY): Ditto.
6716         (SFDF): New iterator for SF/DF.
6717         (rreg2): New mode attribute for floating register constraint.
6718         (TARGET_FLOAT): New mode attribute for whether single/double float
6719         is supported.
6720         (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
6721         pattern.
6722         (parity<mode>2_cmpb): New insn for parity on power6 and newer
6723         machines.
6724         (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
6725         pattern.  Add support for fcpsgn instruction added in power6.
6726         (copysignsf3): Delete.
6727         (copysigndf3): Delete.
6728         (copysign<mode>3_fcpsgn): New insn to generate fcpsgn.  Use UNSPEC
6729         instead of if_then_else in RTL to avoid problems with -0.
6730
6731         * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
6732         of if_then_else to mirror scalar code.
6733         (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
6734         rs6000.md.
6735
6736         * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
6737         instead of if_then_else.
6738
6739 2010-07-28  Xinliang David Li  <davidxl@google.com>
6740
6741         * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
6742         (dump_cand): Dump var_before/after.
6743         (htab_inv_expr_eq): New function.
6744         (htab_inv_expr_hash): New function.
6745         (tree_ssa_iv_optimize_init): Support pseudo invariants.
6746         (add_candidate_1): consider base type precision.
6747         (set_use_iv_cost): New parameter.
6748         (adjust_setup_cost): Use profile information.
6749         (get_address_cost): Do not hard code width in computing address
6750         offset limits.
6751         (compare_aff_trees): New function.
6752         (get_loop_invariant_expr_id): New function.
6753         (get_computation_cost_at): New parameter and use profile information.
6754         (get_computation_cost): New parameter.
6755         (determine_use_iv_cost_generic): Pass new parameter.
6756         (determine_use_iv_cost_address): Ditto.
6757         (determine_use_iv_cost_condition): Ditto.
6758         (autoinc_possible_for_pair): Ditto.
6759         (determine_use_iv_costs): More dumps.
6760         (iv_ca_get_num_inv_exprs): New function.
6761         (iv_ca_recount_cost): Consider loop invariants in register pressure
6762         cost.
6763         (iv_ca_add_use): New parameter.
6764         (iv_ca_dump): Better dumping.
6765         (iv_ca_extend): New parameter.
6766         (try_add_cand_for): Attempt to get better partial solution.
6767         (try_improve_iv_set): Pass new parameter to iv_ca_extend.
6768         (create_new-ivs): More dumps.
6769         (rewrite_use_compare): Ditto.
6770         (free_loop_data): More cleanup.
6771         (treee_ssa_iv_optimize_finalize): Ditto.
6772
6773 2010-07-28  Kai Tietz  <kai.tietz@onevision.com>
6774
6775         * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
6776         * config/i386/i386.c (ix86_profile_before_prologue): New.
6777         (override_options): Add special handling for -mfentry.
6778         (ix86_function_regparm): Likewise.
6779         (ix86_function_sseregparm): Likewise.
6780         (ix86_frame_pointer_required): Likewise.
6781         (ix86_expand_prologue): Check for ms_hook_prologue.
6782         (x86_function_profiler): Adjust mcount output.
6783         (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
6784         * config/i386/i386.opt (mfentry): New.
6785         * doc/invoke.texi (mfentry): Add documentation.
6786         * doc/tm.texi: Regenerated..
6787         * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
6788         * final.c (final_start_function): Replace macro
6789         PROFILE_BEFORE_PROLOGUE by target hook.
6790         * function.c (thread_prologue_and_epilogue_insns): Likewise.
6791         * target.def (profile_before_prologue): New hook.
6792         * targhooks.c (default_profile_before_prologue): New.
6793         * targhooks.h (default_profile_before_prologue): New.
6794
6795 2010-07-28  Jakub Jelinek  <jakub@redhat.com>
6796
6797         PR debug/45105
6798         * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
6799
6800         PR debug/45103
6801         * dwarf2out.c (dwarf2out_var_location): Always consider
6802         NOTE_DURING_CALL_P notes, even when not followed by real instructions.
6803
6804 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
6805
6806         PR rtl-optimization/45107
6807         * gcse.c (hash_scan_set): Use max_distance for gcse-las.
6808
6809 2010-07-28  Richard Guenther  <rguenther@suse.de>
6810
6811         * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
6812         (set_lattice_value): Do not query an old default value.
6813         (get_value_for_expr): New function.  Properly canonicalize
6814         float values.
6815         (ccp_visit_phi_node): Use it.
6816
6817 2010-07-28  Chung-Lin Tang  <cltang@codesourcery.com>
6818
6819         * config/arm/arm.c (arm_pcs_default): Remove static.
6820         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
6821         __ARM_PCS_VFP to indicate soft/hard-float calling convention.
6822         (arm_pcs_default): Declare.
6823
6824 2010-07-28  Iain Sandoe  <iains@gcc.gnu.org>
6825
6826         * config/rs6000/rs6000.c (rs6000_override_options):
6827         Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
6828         ... to darwin_rs6000_override_options.
6829         (rs6000_return_in_memory): Update preceding comment for darwin
6830         64 bit ABI.  Use TARGET_MACHO inline.
6831         (rs6000_darwin64_struct_check_p): New.
6832         (function_arg_advance): Use rs6000_darwin64_struct_check_p.
6833         (function_arg): Likewise.
6834         (rs6000_arg_partial_bytes): Likewise.
6835         (rs6000_function_value): Likewise.
6836
6837 2010-07-28  Andi Kleen  <ak@linux.intel.com>
6838
6839         * lto-opts.c (lto_file_read_options): Add loop over all inputs.
6840
6841 2010-07-28  Richard Guenther  <rguenther@suse.de>
6842
6843         PR middle-end/44903
6844         * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
6845         targets try harder to not generate unaligned accesses.
6846
6847 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
6848
6849         PR rtl-optimization/45101
6850         * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
6851         for gcse-las.
6852
6853 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
6854
6855         PR tree-optimization/44885
6856         * tree-sra.c (find_param_candidates): Skip pointer types to arrays
6857         with non-aliased component.
6858
6859 2010-07-28  Joseph Myers  <joseph@codesourcery.com>
6860
6861         * config/darwin-driver.c (SWITCH_TAKES_ARG,
6862         WORD_SWITCH_TAKES_ARG): Remove.
6863         * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
6864         * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
6865         DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
6866         (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
6867         definitions from gcc.c.
6868         * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
6869         defaults.h.
6870         * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
6871         Move to defaults.h.
6872         * opts-common.c: Include tm.h.
6873         (decode_cmdline_option): Use SWITCH_TAKES_ARG and
6874         WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
6875         Handle more than one argument.  Set canonical_option_num_elements.
6876         (decode_cmdline_options_to_array): Set
6877         canonical_option_num_elements and trailing elements of
6878         canonical_option.
6879         * opts.h (struct cl_decoded_option): Allow four elements in
6880         canonical_option.  Add field canonical_option_num_elements.
6881         * Makefile.in (opts-common.o): Update dependencies.
6882
6883 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
6884
6885         PR middle-end/44790
6886         PR middle-end/44993
6887         * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change.  Make
6888         sure the base has address_mode before adding the offset.
6889
6890 2010-07-27  Xinliang David Li  <davidxl@google.com>
6891
6892         * tree-flow.h (create_mem_ref): Add one new parameter.
6893         * tree-ssa-address.c (create_mem_ref): New parameter.
6894         (addr_to_parts): Ditto.
6895         (move_variant_to_index): New function.
6896         * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
6897
6898 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
6899
6900         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
6901         4 and 5.
6902         * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
6903         NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
6904         NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
6905         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
6906         CODE_LABELs and NOTEs.
6907         * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
6908         * combine.c (try_combine): Likewise.
6909         * ira.c (setup_prohibited_mode_move_regs): Likewise.
6910         * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
6911
6912 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
6913
6914         * coretypes.h (struct cl_option_handlers): Declare.
6915         * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
6916         * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
6917         * langhooks-def.h (lhd_handle_option): Declare.
6918         (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
6919         * langhooks.c (lhd_handle_option): New.
6920         * langhooks.h (struct lang_hooks): Update prototype and return
6921         value type of handle_option hook.
6922         * optc-gen.awk: Generate target_flags_explicit definition for the
6923         driver.
6924         * opts-common.c: Include diagnostic.h.
6925         (handle_option): Move from opts.c.  Update prototype and return
6926         value type.  Use handlers structure.
6927         (read_cmdline_option): Move from opts.c.  Update prototype.  Use
6928         handlers structure.
6929         (set_option): Move from opts.c.
6930         * opts.c (common_handle_option): Update prototype and return value
6931         type.  Update calls to handle_option and enable_warning_as_error.
6932         (unknown_option_callback, post_handling_callback,
6933         lang_handle_option, target_handle_option): New.
6934         (handle_option, read_cmdline_option): Move to opts-common.c.
6935         (read_cmdline_options): Update prototype.  Update call to
6936         read_cmdline_option.
6937         (decode_options): Initialize and use handlers structure.
6938         (set_option): Move to opts-common.c.
6939         (enable_warning_as_error): Update prototype.  Update call to
6940         handle_option.
6941         * opts.h (struct cl_option_handler_func, struct
6942         cl_option_handlers): New.
6943         (handle_option, enable_warning_as_error): Update prototypes.
6944         (read_cmdline_option): Declare.
6945         * Makefile.in (opts-common.o): Update dependencies.
6946
6947 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
6948
6949         * config/arm/arm.c (params.h): Include.
6950         (arm_override_options): Tune gcse-unrestricted-cost.
6951         * config/arm/t-arm (arm.o): Define dependencies.
6952
6953 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
6954
6955         PR target/42495
6956         PR middle-end/42574
6957         * basic-block.h (get_dominated_to_depth): Declare.
6958         * dominance.c (get_dominated_to_depth): New function, use
6959         get_all_dominated_blocks as a base.
6960         (get_all_dominated_blocks): Use get_dominated_to_depth.
6961
6962         * gcse.c (occr_t, VEC (occr_t, heap)): Define.
6963         (hoist_exprs): Remove.
6964         (alloc_code_hoist_mem, free_code_hoist_mem): Update.
6965         (compute_code_hoist_vbeinout): Add debug print outs.
6966         (hoist_code): Partially rewrite, simplify.  Use get_dominated_to_depth.
6967
6968         * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
6969         quadratic behavior.
6970         * params.h (MAX_HOIST_DEPTH): New macro.
6971         * doc/invoke.texi (max-hoist-depth): Document.
6972
6973 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
6974
6975         PR rtl-optimization/40956
6976         * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
6977         constants.
6978
6979 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
6980
6981         PR target/42495
6982         PR middle-end/42574
6983         * config/arm/arm.c (legitimize_pic_address): Use
6984         gen_calculate_pic_address pattern to emit calculation of PIC address.
6985         (will_be_in_index_register): New function.
6986         (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
6987         (thumb1_legitimate_address_p): Use it provided !strict_p.
6988         * config/arm/arm.md (calculate_pic_address): New expand and split.
6989
6990 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
6991
6992         PR target/42495
6993         PR middle-end/42574
6994         * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
6995         * config/arm/arm.md (define_split "J", define_split "K"): Make
6996         IRA/reload friendly.
6997
6998 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
6999
7000         * gcse.c (insert_insn_end_basic_block): Update signature, remove
7001         unused checks.
7002         (pre_edge_insert, hoist_code): Update.
7003
7004 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7005
7006         PR target/42495
7007         PR middle-end/42574
7008         * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
7009
7010 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7011
7012         * gcse.c (hoist_code): Generate new pseudo for every new set insn.
7013
7014 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7015
7016         PR rtl-optimization/40956
7017         PR target/42495
7018         PR middle-end/42574
7019         * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
7020         for hoisting.
7021         (hoist_code): Count occurences in current block too.
7022
7023 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7024
7025         * gcse.c (struct expr:max_distance): New field.
7026         (doing_code_hoisting_p): New static variable.
7027         (want_to_gcse_p): Change signature.  Allow constrained hoisting of
7028         simple expressions, don't change behavior for PRE.  Set max_distance.
7029         (insert_expr_in_table): Set new max_distance field.
7030         (hash_scan_set): Update.
7031         (hoist_expr_reaches_here_p): Stop search after max_distance
7032         instructions.
7033         (find_occr_in_bb): New static function.  Use it in ...
7034         (hoist_code): Calculate sizes of basic block before any changes are
7035         done.  Pass max_distance to hoist_expr_reaches_here_p.
7036         (one_code_hoisting_pass): Set doing_code_hoisting_p.
7037
7038         * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
7039         (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
7040         * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
7041         macros.
7042         * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
7043         Document.
7044
7045 2010-07-27  Jeff Law  <law@redhat.com>
7046             Maxim Kuvyrkov  <maxim@codesourcery.com>
7047
7048         * gcse.c (compute_transpout, transpout): Remove, move logic
7049         to prune_expressions.
7050         (compute_pre_data): Move pruning of trapping expressions ...
7051         (prune_expressions): ... here.  New static function.
7052         (compute_code_hoist_data): Use it.
7053         (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
7054
7055 2010-07-27  Xinliang David Li  <davidxl@google.com>
7056
7057         * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
7058         (rewrite_use_address): Adjust iv update position when needed.
7059
7060 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7061
7062         * dbgcnt.def (hoist_insn): New debug counter.
7063         * gcse.c (hoist_code): Use it.
7064
7065 2010-07-27  Xinliang David Li  <davidxl@google.com>
7066
7067         * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
7068         (niter_for_single_dom_exit): Passes additional parameter.
7069         (iv_period): Fix comments.
7070         (may_eliminate_iv): Handles multiple exit loops properly.
7071         (free_tree_niter_desc): New function.
7072         (free_loop_data): Frees up loop iteration descriptors.
7073
7074 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
7075
7076         PR target/44542
7077         * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
7078         of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
7079         instead of MAX_SUPPORTED_STACK_ALIGNMENT.
7080         (expand_one_var): Don't consider DECL_ALIGN for variables for
7081         which expand_one_stack_var_at has been already called.
7082
7083         PR testsuite/44701
7084         * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
7085         constraints on IA-64.
7086
7087 2010-07-27  Jie Zhang  <jie@codesourcery.com>
7088
7089         PR target/44290
7090         Revert:
7091         2010-07-23  Jie Zhang  <jie@codesourcery.com>
7092
7093         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
7094         false if ! tree_versionable_function_p.
7095
7096 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
7097
7098         * dwarf2out.c (add_data_member_location_attribute): Use
7099         add_AT_unsigned instead of add_AT_int if offset is non-negative.
7100
7101 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
7102
7103         * postreload.c (try_replace_in_use): New static function.
7104         (reload_combine_recognize_const_pattern): Use it here.  Allow
7105         substituting into a final add insn, and substituting into a memory
7106         reference in an insn that sets the reg.
7107
7108 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
7109
7110         * common.opt (o): Add MissingArgError.
7111         * doc/options.texi (MissingArgError): Document.
7112         * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
7113         * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
7114         * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
7115         (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
7116         * langhooks.h (struct lang_hooks): Remove missing_argument.
7117         * optc-gen.awk: Handle MissingArgError and output new structure
7118         field initializers.
7119         * opts.c (read_cmdline_option): Use missing_argument_error field
7120         instead of missing_argument langhook.
7121         * opts.h (struct cl_option): Add missing_argument_error field.
7122         * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
7123
7124 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
7125
7126         PR target/29090
7127         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
7128         Darwin64 ABI, for zero-sized objects.
7129
7130 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
7131
7132         PR target/35491
7133         PR target/29090
7134
7135         Merge from Apple local 4.2.1.
7136         2005-05-11  Stan Shebs  <shebs@apple.com>
7137         Fix 64-bit varargs for Darwin (Radar 4028089).
7138         * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
7139         * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
7140         Add argument, add case for 8-byte register half-filled with a float.
7141         (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
7142         single-precision floats specially.
7143
7144 2010-07-27  Ira Rosen  <irar@il.ibm.com>
7145
7146         PR tree-optimization/44152
7147         * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
7148         complex numbers for further check.
7149         (vect_supported_load_permutation_p): Check nodes with
7150         complex numbers.
7151
7152 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
7153
7154         * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
7155         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
7156         (LANG_HOOKS_INIT_OPTIONS): Update default definition.
7157         (LANG_HOOKS_INITIALIZER): Add new hooks.
7158         * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
7159         * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
7160         and complain_wrong_lang_p.  Update init_options prototype.
7161         * c-objc-common.c (c_initialize_diagnostics): First call
7162         c_common_initialize_diagnostics.
7163         * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
7164         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
7165         * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
7166         * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
7167         (hook_uint_void_0): New.
7168         * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
7169         (hook_uint_void_0): New.
7170         * opts-common.c (decode_cmdline_option,
7171         decode_cmdline_options_to_array): Also fill in canonical_option field.
7172         * opts.c (complain_wrong_lang): Use langhook to determine whether
7173         to complain instead of special-casing LTO.
7174         (decode_options): Separate lang_mask determination with
7175         option_lang_mask hook from call of init_options hook.
7176         * opts.h (struct cl_decoded_option): Add canonical_option.
7177
7178 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
7179
7180         PR tree-optimization/45083
7181         * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
7182
7183 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
7184
7185         * postreload.c (reload_combine_recognize_const_pattern): Move test
7186         for limiting the insn movement to the right scope.
7187
7188         PR rtl-optimization/45051
7189         * reload1.c (delete_output_reload): Use refers_to_regno_p rather
7190         than reg_mentioned_p.
7191
7192 2010-07-26  Richard Henderson  <rth@redhat.com>
7193
7194         PR target/44132
7195         * tree-emutls.c: New file.
7196         * Makefile.in (OBJS-common): Add it.
7197         * tree-pass.h (pass_ipa_lower_emutls): Declare.
7198         * passes.c (init_optimization_passes): Add it.
7199
7200         * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
7201         pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
7202         * expr.c (emutls_var_address): Delete.
7203         (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
7204         * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
7205         (emutls_finish): Delete.
7206         * toplev.c (compile_file): Don't call it.
7207         * tree.h (emutls_decl): Delete.
7208         * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
7209         (emutls_finish, emutls_finalize_control_var): Delete.
7210         (emutls_object_type): Move to tree-emutls.c.
7211         (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
7212         default_emutls_var_fields, get_emutls_object_type,
7213         get_emutls_init_templ_addr, emutls_decl, emutls_common_1
7214         default_emutls_var_init): Likewise.
7215         (get_variable_section): Don't special case emutls.
7216         (assemble_variable, do_assemble_alias, categorize_decl_for_section,
7217         default_elf_select_section, default_unique_section,
7218         default_encode_section_info): Likewise.
7219         * varpool.c (decide_is_variable_needed): Likewise.
7220         * gimple-iterator.c (update_call_edge_frequencies): New
7221         (gsi_insert_on_edge_immediate): Use it.
7222         (gsi_insert_seq_on_edge_immediate): Likewise.
7223         (gsi_commit_one_edge_insert): Likewise.
7224
7225         * config/i386/i386.c (x86_64_elf_select_section): Don't handle
7226         SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
7227         (x86_64_elf_unique_section): Likewise.
7228
7229 2010-07-26  Jan Hubicka  <jh@suse.cz>
7230
7231         * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
7232         GTY((skip)).
7233
7234 2010-07-26  Anatoly Sokolov  <aesok@post.ru>
7235
7236         * target.def (output_source_filename): New hook.
7237         * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
7238         * doc/tm.texi: Regenerate.
7239         * toplev.c (output_file_directive) Remove function.
7240         * toplev.h (output_file_directive) Remove.
7241         * output.h (default_asm_output_source_filename,
7242         output_file_directive): Declare.
7243         * varasm.h (default_asm_output_source_filename,
7244         output_file_directive): New functions.
7245
7246         * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
7247         * config/mips/mips-protos.h (mips_output_filename): Remove.
7248         * config/mips/mips.c (mips_output_filename): Make Static.
7249         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
7250
7251 2010-07-26  Richard Guenther  <rguenther@suse.de>
7252
7253         PR tree-optimization/43784
7254         * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
7255         if the destination is used by the call.
7256
7257 2010-07-26  Richard Guenther  <rguenther@suse.de>
7258
7259         PR middle-end/45073
7260         * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
7261         SSA updating on being in SSA form.
7262
7263 2010-07-26  Richard Guenther  <rguenther@suse.de>
7264
7265         PR middle-end/45056
7266         * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
7267
7268 2010-07-26  Richard Guenther  <rguenther@suse.de>
7269
7270         PR tree-optimization/45071
7271         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
7272         adjust op->opcode.
7273
7274 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
7275
7276         * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
7277         save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
7278         save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
7279         save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
7280         save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
7281         save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
7282         save_r31, return_r31, save_interrupt, return_interrupt,
7283         save_all_interrupt, return_all_interrupt, L_save_r2_r31,
7284         L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
7285         L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
7286         new ABI requirements.
7287         (save_r6_r9, L_callt_save_r6_r9): Remove.
7288         * config/v850/predicates.md (even_reg_operand, disp23_operand,
7289         const_float_1_operand const_float_0_operand): New Predicates.
7290         (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
7291         pattern_is_ok_for_epilogue): Update as per the ABI requirements.
7292         * config/v850/t-v850: Update multilibs for new target variants.
7293         (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
7294         * config/v850/t-v850e: Likewise.
7295         * config/v850/v850.c (v850_issue_rate): New.
7296         (v850_strict_argument_naming): New.
7297         (function_arg): Modify to generate a different ABI.
7298         (print_operand): Update case 'z' to support float modes.
7299         (output_move_single): Modify to generate appropriate and better
7300         assembly.
7301         (v850_float_z_comparison_operator, v850_select_cc_mode,
7302         v850_float_nz_comparison_operator,  v850_gen_float_compare,
7303         v850_gen_compare): New functions to support comparison of float values.
7304         (ep_memory_offset): Add support for V850E2 targets.
7305         (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
7306         (INTERRUPT_REGPARM_NUM): Remove.
7307         (compute_register_save_size): Add extra case to save/restore long call.
7308         (use_prolog_function): New function to support prologue.
7309         (expand_prologue): Add support for V850E2 targets and modified
7310         as per the current ABI requirements.
7311         (expand_epilogue): Likewise.
7312         (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
7313         (construct_save_jarl): Likewise.
7314         (construct_dispose_instruction): Update as per the current ABI
7315         requirements.
7316         (construct_prepare_instruction): Likewise.
7317         * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
7318         (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
7319         (CPP_SPEC): Updated to support v850e2 targets.
7320         (STRICT_ALIGNMENT): Modified.
7321         (FIRST_PSEUDO_REGISTER): Updated to add even registers.
7322         (FIXED_REGISTERS): Likewise.
7323         (CALL_USED_REGISTERS): Likewise.
7324         (CONDITIONAL_REGISTER_USAGE): Updated.
7325         (HARD_REGNO_MODE_OK): Updated.
7326         (reg_class): Updated to add even registers.
7327         (REG_CLASS_NAMES): Likewise.
7328         (REG_CLASS_CONTENTS): Likewise.
7329         (REGNO_REG_CLASS): Updated for CC registers.
7330         (REG_CLASS_FROM_LETTER): Added support for even registers.
7331         (REGNO_OK_FOR_BASE_P): Updated for CC registers.
7332         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
7333         ARG_POINTER_REGNUM): Updated.
7334         (FUNCTION_ARG_ADVANCE): Define.
7335         (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
7336         (OUTGOING_REG_PARM_STACK_SPACE): Remove.
7337         (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
7338         (GO_IF_LEGITIMATE_ADDRESS): Updated.
7339         (SELECT_CC_MODE): Define.
7340         (REGISTER_NAMES): Updated to add psw and fcc registers.
7341         (ADDITIONAL_REGISTER_NAMES): Updated.
7342         (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
7343         (JUMP_TABLES_IN_TEXT_SECTION): Updated.
7344         * config/v850/v850.md (define_constants): Define new constants.
7345         (type): Update store,bit1,macc,div,fpu and single attributes.
7346         (cpu): New attribute.
7347         (cc): Add set_z attribute.
7348         (unsign23byte_load, sign23byte_load, unsign23hword_load,
7349         sign23hword_load, 23word_load, 23byte_store, 23hword_store,
7350         23word_store): New instructions for 23-bit displacement load and store.
7351         (movqi_internal, movhi_internal): Update the attributes.
7352         (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
7353         (movsi_internal_v850e, movsi_internal, movsf_internal): Update
7354         the attributes.
7355         (v850_tst1): Modified using CC_REGNUM.
7356         (tstsi): Remove.
7357         (cmpsi): Modified as define_expand from define_insn.
7358         (cmpsi_insn, cmpsf, cmpdf): New instructions.
7359         (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
7360         udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
7361         v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
7362         one_cmplsi2): Clobber the CC_REGNUM register.
7363         (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
7364         v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
7365         v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
7366         (setf_insn, set_z_insn, set_nz_insn): New instructions for
7367         v850e2v3 target.
7368         (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
7369         (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
7370         targets.
7371         (sasf_1, sasf_2): Remove.
7372         (sasf): New instruction.
7373         (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
7374         targets. CC_REGNUM register is clobbered and attributes are
7375         updated.
7376         (branch_z_normal, branch_z_invert, branch_nz_normal,
7377         branch_nz_invert): New branch related instructions.
7378         (jump): Updated the attributes.
7379         (switch): Update to support new targets. CC_REGNUM register is
7380         clobbered and attributes are updated.
7381         (call_internal_short, call_internal_long, call_value_internal_short,
7382         call_value_internal_long): Updated the attributes.
7383         (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
7384         clobbered and attributes are updated.
7385         (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
7386         Update to support new targets. CC_REGNUM register is clobbered.
7387         (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
7388         instructions.
7389         (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
7390         are updated.
7391         (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
7392         divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
7393         negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
7394         floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
7395         rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
7396         cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
7397         cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
7398         cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
7399         movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
7400         movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
7401         point instructions defined for V850e2v3 target.
7402         (callt_save_interrupt, callt_return_interrupt, return_interrupt):
7403         Add support for V850E2 targets and CC_REGNUM register is clobbered.
7404         (callt_save_all_interrupt, callt_restore_all_interrupt): Add
7405         support for new targets.
7406         * config/v850/v850-modes.def: New file.
7407         * config/v850/v850.opt(mstrict-align): Remove.
7408         (mno-strict-align, mjump-tables-in-data-section, mv850e2,
7409         mv850e2v3): New command line options for V850.
7410         * config.gcc: Update the newly added files.
7411         * doc/invoke.texi: Update the newly added command line options for
7412         V850 target.
7413
7414 2010-07-26  Richard Guenther  <rguenther@suse.de>
7415
7416         PR tree-optimization/45052
7417         * ipa-pure-const.c (check_stmt): Check volatileness.
7418
7419 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
7420
7421         PR target/44707
7422         * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
7423         * config/sparc/sparc.c: Include reload.h.
7424         (legitimize_tls_address): Rename into...
7425         (sparc_legitimize_tls_address): ...this.
7426         (legitimize_pic_address): Rename into...
7427         (sparc_legitimize_pic_address): ...this.
7428         (sparc_expand_move): Adjust to above renaming.
7429         (sparc_tls_referenced_p): Likewise.
7430         (sparc_legitimize_tls_address): Likewise.
7431         (sparc_legitimize_pic_address): Likewise.
7432         (sparc_legitimize_address): Likewise.
7433         (sparc_output_mi_thunk): Likewise.
7434         (sparc_legitimize_reload_address): New global function.  Recognize
7435         (lo_sum (high ...) ...) patterns generated by earlier passes.
7436         * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
7437
7438 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
7439
7440         PR target/44484
7441         * config/sparc/predicates.md (memory_reg_operand): Delete.
7442         * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
7443         (*sync_compare_and_swap): Encode the address form in the pattern.
7444         (*sync_compare_and_swapdi_v8plus): Likewise.
7445
7446 2010-07-24  Gerald Pfeifer  <gerald@pfeifer.com>
7447
7448         * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
7449         Streamline paragraph on compatibility with the system compiler.
7450
7451 2010-07-24  Steven Bosscher  <steven@gcc.gnu.org>
7452
7453         PR middle-end/45035
7454         * alias.c (true_dependence_1): Fix thinko in merge of old
7455         true_dependence and canon_true_dependence.
7456
7457 2010-07-23  Jan Hubicka  <jh@suse.cz>
7458
7459         * lto-streamer-out.c (write_symbol): Fix visibilities of external
7460         references.
7461
7462 2010-07-23  Le-Chun Wu  <lcwu@google.com>
7463
7464         * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
7465         * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
7466         and an unnecessary assignment.
7467         * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
7468         self-assign warning.
7469         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
7470         unnecessary self-init.
7471
7472 2010-07-23  Richard Guenther  <rguenther@suse.de>
7473
7474         PR lto/43071
7475         * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
7476         for -flto and -fwhopr.
7477
7478 2010-07-23  Kai Tietz  <kai.tietz@onevision.com>
7479
7480         PR target/41943
7481         * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
7482         (stmp-int-hdrs): Prefix/postfix headers by include_next.
7483         * config.gcc (user_headers_inc_next_pre): New.
7484         (user_headers_inc_next_post): Likewise.
7485         (*-w64-mingw*): Use for float.h post-fixing, and for
7486         stddef.h/stdarg.h pre-fixing by include_next.
7487         * configure.ac (user_headers_inc_next_post): New.
7488         (user_headers_inc_next_pre): New.
7489         * configure: Regenerated.
7490
7491 2010-07-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7492
7493         * configure.ac: Don't disable TLS on Solaris 8/9 by default
7494         Set tga_func for Solaris 2/x86 resp. SPARC.
7495         Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
7496         (LIB_THREAD_LDFLAGS_SPEC): Define.
7497         (LIB_TLS_SPEC): Define.  Check for required Sun ld version.
7498         * configure: Regenerate.
7499         * config.in: Regenerate.
7500         * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
7501         -pthread, -threads, LIB_TLS_SPEC with -pthread.
7502         * doc/install.texi (Specific, *-*-solaris2*): Document use of
7503         alternate thread libraries on Solaris 8.
7504         Document TLS patch requirements.
7505         * doc/sourcebuild.texi (Add Options): Sort alphabetically.
7506         Document tls.
7507
7508         PR target/18788
7509         * config/sol2.h (LIB_SPEC): Link with thread libraries even with
7510         -shared.
7511
7512 2010-07-23  Jakub Jelinek  <jakub@redhat.com>
7513
7514         * tree.h (struct tree_base): Add nameless_flag bitfield.
7515         (TYPE_NAMELESS, DECL_NAMELESS): Define.
7516         * omp-low.c (create_omp_child_function, scan_omp_parallel,
7517         scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
7518         DECL_ARTIFICIAL where needed.
7519         * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
7520         (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
7521         has DECL_NAMELESS set.
7522
7523 2010-07-23  Martin Jambor  <mjambor@suse.cz>
7524
7525         PR tree-optimization/44915
7526         * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
7527         * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
7528         (analyze_function): Likewise.
7529
7530 2010-07-23  Martin Jambor  <mjambor@suse.cz>
7531
7532         PR tree-optimization/44914
7533         * tree-sra.c (sra_modify_function_body): Return true if CFG was
7534         changed, add purging dead eh edges.
7535         (ipa_sra_modify_function_body): Return true if CFG was changed,
7536         simplify purging dead eh edges.
7537         (modify_function): Return true if CFG was changed.
7538         (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
7539         was changed.
7540         (ipa_early_sra): Likewise.
7541
7542 2010-07-23  Jie Zhang  <jie@codesourcery.com>
7543
7544         PR target/44290
7545         * attribs.c (decl_attributes): Insert "noinline" and "noclone"
7546         if "naked".
7547         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
7548         false if ! tree_versionable_function_p.
7549
7550 2010-07-23  Nathan Froyd  <froydnj@codesourcery.com>
7551
7552         * builtins.def (BUILT_IN_ARGS_INFO): Remove.
7553         * ipa-pure-const.c (special_builtlin_state): Remove
7554         BUILT_IN_ARGS_INFO case.
7555         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
7556         * builtins.c (expand_builtin): Likewise.
7557         (expand_builtin_args_info): Remove.
7558         * doc/tm.texi (__builtin_args_info): Remove.
7559         (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
7560         * doc/tm.text.in: Likewise.
7561
7562 2010-07-23  Richard Guenther  <rguenther@suse.de>
7563
7564         * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
7565         (lto_symtab_merge_decls_2): Likewise.
7566         * tree-ssa.c (useless_type_conversion_p): Likewise.
7567         * lto-streamer-in.c (input_gimple_stmt): Likewise.
7568         * gimple.c (gtc_visited2, gtc_ob2): Remove.
7569         (struct type_pair_d): Make same_p an array indexed by mode.
7570         Update comment.
7571         (lookup_type_pair): Update initialization.
7572         (struct sccs): Adjust same_p type.
7573         (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
7574         Adjust.
7575         (print_gimple_types_stats): Likewise.
7576         * gimple.h (enum gtc_mode): New.
7577         (gimple_types_compatible_p): Adjust prototype.
7578
7579 2010-07-23  Daniel Jacobowitz  <dan@codesourcery.com>
7580
7581         * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
7582         again after processing insn.
7583
7584 2010-07-23  Jie Zhang  <jie@codesourcery.com>
7585
7586         * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
7587         proper words when !tree_versionable_function_p.
7588
7589 2010-07-23  Richard Guenther  <rguenther@suse.de>
7590
7591         PR tree-optimization/45037
7592         * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
7593
7594 2010-07-23  Jie Zhang  <jie@codesourcery.com>
7595
7596         * doc/extend.texi: Remove IP2K from the description of naked attribute.
7597         Add MCORE instead.
7598
7599 2010-07-10  Andi Kleen  <ak@linux.intel.com>
7600
7601         PR lto/44992
7602         * lto-opts.c (lto_write_options): Add NULL file_data argument to
7603         lto_get_section_name.
7604         * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
7605         * lto-streamer-out.c (produce_asm): Likewise.
7606         (copy_function): Likewise.
7607         (produce_symtab): Likewise.
7608         (produce_asm_for_decls): Likewise.
7609         * lto-streamer.c (lto_get_section_name): Add file_data argument.
7610         Rewrite to add random postfix to LTO sections.
7611         * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
7612         (lto_get_section_name): Add file_data argument to prototype.
7613
7614 2010-07-10  Andi Kleen  <ak@linux.intel.com>
7615
7616         * lto-section-in.c (lto_section_name): Synchronize names
7617         with lto_get_section_name.
7618
7619 2010-07-10  Andi Kleen  <ak@linux.intel.com>
7620
7621         * lto-opts.c (lto_read_file_options): Check for missing section.
7622
7623 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
7624
7625         * ira.c (check_allocation): Correctly handle the case where an allocno
7626         with two objects was allocated to a single reg.
7627
7628 2010-07-22  Richard Sandiford  <rdsandiford@googlemail.com>
7629
7630         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
7631         (is_widening_mult_p): Likewise.
7632         (convert_to_widen): Use them.
7633         (convert_plusminus_to_widen): Likewise.  Handle fixed-point types as
7634         well as integer ones.
7635
7636 2010-07-22  Steven Bosscher  <steven@gcc.gnu.org>
7637
7638         * alias.c (true_dependence_1): New function, merged version of
7639         true_dependence and canon_true_dependence.
7640         (true_dependence): Simplify.
7641         (canon_true_dependence): Simplify.
7642
7643 2010-07-22  Richard Henderson  <rth@redhat.com>
7644
7645         PR target/45027
7646         * config/i386/i386.c (setup_incoming_varargs_64): Force the use
7647         of V4SFmode for the SSE saves; increase stack alignment if needed.
7648         (ix86_gimplify_va_arg): Don't increase stack alignment here.
7649
7650 2010-07-22  Jakub Jelinek  <jakub@redhat.com>
7651
7652         PR bootstrap/45028
7653         * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
7654         call cprop_find_used_regs again via note_uses.
7655
7656 2010-07-22  Eric Botcazou  <ebotcazou@adacore.com>
7657
7658         * alias.c (get_alias_set): Fix formatting issues.
7659
7660 2010-07-22  Steve Ellcey  <sje@cup.hp.com>
7661
7662         PR middle-end/44878
7663         * stmt.c (expand_value_return):  Call promote_function_mode with
7664         a for_return argument of 2 when returning by reference.
7665
7666 2010-07-22  Dodji Seketeli  <dodji@redhat.com>
7667
7668         PR debug/45024
7669         * dwarf2out.c (scope_die_for): Don't fall back to the compilation
7670         unit DIE if we can find the scope DIE.
7671
7672 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
7673
7674         * ira-build.c (ira_create_object): New arg SUBWORD; all callers
7675         changed.  Initialize OBJECT_SUBWORD.
7676         (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
7677         (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
7678         all callers changed.
7679         (merge_hard_reg_conflicts): Iterate over allocno subobjects.
7680         (finish_allocno): Likewise.
7681         (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
7682         (remove_low_level_allocnos): Likewise.
7683         (update_bad_spill_attribute): Likewise.
7684         (setup_min_max_allocno_live_range_point): Likewise.
7685         (sort_conflict_id_map): Likewise.
7686         (ira_flattening): Likewise.  Use ior_hard_reg_conflicts.
7687         (ior_hard_reg_conflicts): New function.
7688         (ior_allocate_object_conflicts): Renamed first argument to OBJ.
7689         (compress_conflict_vecs): Iterate over objects, not allocnos.
7690         (ira_add_live_range_to_object): New function.
7691         (object_range_compare_func): Renamed from allocno_range_compare_func.
7692         All callers changed.
7693         (setup_min_max_conflict_allocno_ids): For allocnos with multiple
7694         subobjects, widen the min/max range of the lowest-order object to
7695         potentially include all other such low-order objects.
7696         * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
7697         (check_allocation): Likewise.  Use more fine-grained tests for register
7698         conflicts.
7699         * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
7700         allocno subobjects.
7701         (assign_hard_reg): Keep multiple sets of conflicts.  Make finer-grained
7702         choices about which bits to set in each set.  Don't use
7703         ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
7704         using the multiple sets we computed.
7705         (push_allocno_to_stack): Iterate over allocno subobjects.
7706         (all_conflicting_hard_regs_coalesced): New static function.
7707         (setup_allocno_available_regs_num): Use it.
7708         (setup_allocno_left_conflicts_size): Likewise.  Iterate over allocno
7709         subobjects.
7710         (coalesced_allocno_conflict): Test subobject 0 in each allocno.
7711         (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
7712         by ALLOCNO_NUM_OBJECTS.
7713         (calculate_spill_cost): Likewise.
7714         (color_pass): Express if statement in a more normal way.
7715         (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
7716         (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
7717         (setup_slot_coalesced_allocno_live_ranges): Likewise.
7718         (allocno_reload_assign): Likewise.
7719         (ira_reassign_pseudos): Likewise.
7720         (fast_allocation): Likewise.
7721         * ira-conflicts.c (build_conflict_bit_table): Likewise.
7722         (print_allocno_conflicts): Likewise.
7723         (ira_build_conflicts): Likewise.
7724         (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p.  All
7725         callers changed.  Test subword 0 of each allocno for conflicts.
7726         (build_object_conflicts): Renamed from build_allocno_conflicts.  All
7727         callers changed.  Iterate over allocno subobjects.
7728         * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
7729         * ira-int.h (struct ira_allocno): New member: num_objects.
7730         Rename object to objects and change it into an array.
7731         (ALLOCNO_OBJECT): Add new argument N.
7732         (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
7733         (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
7734         (ior_hard_reg_conflicts): Declare.
7735         (ira_add_live_range_to_object): Declare.
7736         (ira_allocno_object_iterator): New.
7737         (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
7738         (FOR_EACH_ALLOCNO_OBJECT): New macro.
7739         * ira-lives.c (objects_live): Renamed from allocnos_live; all
7740         uses changed.
7741         (allocnos_processed): New sparseset.
7742         (make_object_born): Renamed from make_allocno_born; take an
7743         ira_object_t argument.  All callers changed.
7744         (make_object_dead): Renamed from make_allocno_dead; take an
7745         ira_object_t argument.  All callers changed.
7746         (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
7747         All callers changed.
7748         (mark_pseudo_regno_live): Iterate over allocno subobjects.
7749         (mark_pseudo_regno_dead): Likewise.
7750         (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
7751         functions.
7752         (mark_ref_live): Detect subword accesses and call
7753         mark_pseudo_regno_subword_live as appropriate.
7754         (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
7755         (process_bb_nodes_live): Deal with object-related updates first; set
7756         and test bits in allocnos_processed to avoid computing allocno
7757         statistics more than once.
7758         (create_start_finish_chains): Iterate over objects, not allocnos.
7759         (print_object_live_ranges): New function.
7760         (print_allocno_live_ranges): Use it.
7761         (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
7762         and objects_live.
7763
7764 2010-07-22  Richard Guenther  <rguenther@suse.de>
7765
7766         PR lto/42451
7767         * gimple.c (gtc_next_dfs_num): New global.
7768         (struct sccs): Make value a union, add integer same_p member.
7769         (gtc_visit): New function.
7770         (gimple_types_compatible_p_1): New function, split out from ...
7771         (gimple_types_compatible_p): ... here.  Start a DFS walk here.
7772         (iterative_hash_gimple_type): Adjust for sccs change.
7773
7774 2010-07-22  Martin Jambor  <mjambor@suse.cz>
7775
7776         PR tree-optimization/44891
7777         * tree-sra.c: Include gimple-pretty-print.h.
7778         (replace_uses_with_default_def_ssa_name): Renamed to
7779         get_repl_default_def_ssa_name, return the new SSA name instead of
7780         replacing the old one.
7781         (sra_modify_assign): Dump a message when removing a load, if the LHS
7782         is an SSA_NAME, do not do any propagation, just set the RHS to a
7783         default definition SSA NAME, type convert if necessary.
7784         * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
7785
7786 2010-07-22  Richard Guenther  <rguenther@suse.de>
7787
7788         PR tree-optimization/45017
7789         * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
7790         TYPE_PRECISION of integral types in addition to size.
7791
7792 2010-07-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
7793
7794         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
7795         when no C library is specified.
7796
7797 2010-07-22  Martin Jambor  <mjambor@suse.cz>
7798
7799         * ipa-prop.h (struct ipa_node_params): Updated comment.
7800         (struct ipa_edge_args): Likewise.
7801         * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
7802
7803 2010-07-22  Martin Jambor  <mjambor@suse.cz>
7804
7805         * cgraphunit.c (verify_edge_count_and_frequency): New function.
7806         (verify_cgraph_node): Verify frequencies of indirect edges.
7807         * tree-inline.c (tree_function_versioning): Update frequencies of
7808         indirect edges.
7809
7810 2010-07-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7811
7812         PR target/43698
7813         * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
7814         Set *arm_rev to be predicable.
7815
7816 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
7817
7818         * config/darwin.h (LINK_COMMAND_SPEC): Split into...
7819         (LINK_COMMAND_SPEC_A): New.
7820         (DSYMUTIL): New.
7821         (DSYMUTIL_SPEC): New.
7822         * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
7823         (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
7824
7825 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
7826
7827         * calls.c (load_register_parameters): Move check for zero
7828         sized items so that only the call to
7829         mem_overlaps_already_clobbered_arg_p () is protected.
7830
7831 2010-07-22  Jan Hubicka  <jh@suse.cz>
7832
7833         * ipa-pure-const.c (varying_state): Break out from ...
7834         (get_function_state): ... here; always return varying_state
7835         when state would be NULL otherwise.
7836         (remove_node_data): Do not free varying state.
7837
7838 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
7839
7840         PR bootstrap/44970
7841         PR middle-end/45009
7842         * postreload.c: Include "target.h".
7843         (reload_combine_closest_single_use): Don't take DEBUG_INSNs
7844         into account.
7845         (fixup_debug_insns): Don't copy the rtx.
7846         (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
7847         Don't copy when replacing.  Call fixup_debug_insns in the case where
7848         we merged one add with another.
7849         (reload_combine_recognize_pattern): Fail if there aren't any uses.
7850         Try harder to determine whether we're picking a valid index register.
7851         Don't set store_ruid for an insn we're going to scan in the
7852         next iteration.
7853         (reload_combine): Remove unused code.
7854         (reload_combine_note_use): When updating use information for
7855         an old insn, ignore a use that occurs after store_ruid.
7856         * Makefile.in (postreload.o): Update dependencies.
7857
7858         * function.c (record_hard_reg_sets): Restrict the previous change
7859         to cases where the incoming nominal mode is the same as the
7860         incoming promoted mode and everything happens in MODE_INT.
7861
7862 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
7863
7864         PR debug/45015
7865         * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
7866         ASM_OPERANDS_OUTPUT_IDX.
7867         (adjust_insn): For inline asm with multiple sets ensure first
7868         ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
7869         the insn.
7870
7871 2010-07-21  Richard Henderson  <rth@redhat.com>
7872
7873         * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
7874         comparison for avoiding xmm register saves.  Emit the xmm register
7875         saves explicitly.
7876         * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
7877         (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
7878         (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
7879         Remove patterns and the associated splitters.
7880
7881 2010-07-21  Changpeng Fang  <changpeng.fang@amd.com>
7882
7883         * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
7884         and imagine parts of a complex, so that they can have the same
7885         base and fall into the same group.
7886
7887 2010-07-21  Richard Guenther  <rguenther@suse.de>
7888
7889         PR lto/45018
7890         * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
7891         of TYPE_DECLs.  Do not follow TYPE_NEXT_VARIANT,
7892         TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
7893
7894 2010-07-21  Martin Jambor  <mjambor@suse.cz>
7895
7896         PR tree-optimization/44900
7897         * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
7898         (sra_modify_assign): Move gsi to the next statmenent unconditionally.
7899
7900 2010-07-21  Bernd Schmidt  <bernds@codesourcery.com>
7901
7902         PR middle-end/44738
7903         * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
7904
7905 2010-07-21  Richard Guenther  <rguenther@suse.de>
7906
7907         PR middle-end/45013
7908         * tree-ssa.c (useless_type_conversion_p): Dispatch to
7909         gimple_types_compatible_p only when in lto.
7910         * gimple.c (gimple_types_compatible_p): Use canonical types
7911         to speed up comparison.
7912
7913 2010-07-21  Richard Guenther  <rguenther@suse.de>
7914
7915         * tree-flow.h (referenced_var): Move define ...
7916         * tree-flow-inline.h (referenced_var): ... here as an inline
7917         function.  Assert here ...
7918         * tree-dfa.c (referenced_var_lookup): ... instead of here.
7919         * tree-ssa.c (maybe_optimize_var): Check if the variable
7920         is in referenced vars.
7921         (execute_update_addresses_taken): Remove old broken check.
7922         * gimple-pretty-print.c (pp_points_to_solution): Use
7923         referenced_var_lookup.
7924         * tree-into-ssa.c (dump_decl_set): Likewise.
7925
7926 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
7927
7928         PR debug/45003
7929         * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
7930         * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
7931         ZERO_EXTEND here.
7932
7933 2010-07-20  Richard Henderson  <rth@redhat.com>
7934
7935         * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
7936
7937 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
7938
7939         * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
7940         computing the sum of the stack pointer and a large constant.
7941         * config/arm/constraints.md (M): Remove superfluous parentheses.
7942         (Pc): New constraint.
7943
7944 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
7945
7946         PR debug/45006
7947         * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
7948         operand's type if exp is tcc_unary class tree.
7949
7950 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
7951
7952         * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
7953         Reverse sense of if_then_else condition.
7954
7955 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
7956
7957         * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
7958         * config/rs6000/rs6000.c (rs6000_override_options): Set
7959         rs6000_block_move_inline_limit appropriately.
7960         (expand_block_move): Use rs6000_block_move_inline_limit.
7961         * doc/invoke.texi (mblock-move-inline-limit): Document.
7962
7963 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
7964
7965         * postreload.c (fixup_debug_insns): Remove arg REGNO.  New args
7966         FROM and TO.  All callers changed.  Don't look for tracked uses,
7967         just scan the RTL for DEBUG_INSNs and substitute.
7968         (reload_combine_recognize_pattern): Call fixup_debug_insns.
7969         (reload_combine): Ignore DEBUG_INSNs.
7970
7971 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
7972
7973         * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
7974         depth to 8 from 5.
7975
7976         PR debug/45003
7977         * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
7978         or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
7979         instead of the result's type.
7980
7981 2010-07-20  Richard Guenther  <rguenther@suse.de>
7982
7983         PR tree-optimization/44977
7984         * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
7985         SSA form.
7986
7987 2010-07-20  Richard Guenther  <rguenther@suse.de>
7988
7989         * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
7990         (lto_symtab_merge_decls_2): Likewise.
7991         * gimple.h (gimple_types_compatible_p): Declare.
7992         * gimple.c (gimple_queue_type_fixup): Remove.
7993         (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
7994         (gimple_compatible_complete_and_incomplete_type_p): New function.
7995         (gimple_types_compatible_p): Adjust.
7996         (gimple_register_type): Remove type fixup code.
7997         (print_gimple_types_stats): Adjust.
7998         (free_gimple_type_tables): Likewise.
7999         * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
8000         * tree-ssa.c (useless_type_conversion_p): Likewise.
8001
8002 2010-07-20  Richard Guenther  <rguenther@suse.de>
8003
8004         PR middle-end/44971
8005         PR middle-end/44988
8006         * tree-ssa.c (maybe_optimize_var): New function split out from ...
8007         (execute_update_addresses_taken): ... here.
8008         (non_rewritable_mem_ref_base): Likewise.
8009         (execute_update_addresses_taken): Do not iterate over all referenced
8010         vars but just all local decls and parms.
8011         Properly check call and asm arguments and rewrite call arguments.
8012
8013 2010-07-20  Maxim Kuvyrkov  <maxim@codesourcery.com>
8014
8015         * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
8016         to top level.
8017         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
8018         definitions ...
8019         * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
8020         New macro.
8021         * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
8022
8023 2010-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
8024
8025         * gengtype.c (start_root_entry): New function, split out from
8026         write_root.  Check whether V is null and raise an error if so.
8027         (write_field_root): Check for V being null.  Don't raise an error here;
8028         set V to null instead.
8029         (write_root): Update comment above function.  Use start_root_entry.
8030
8031 2010-07-19  Xinliang David Li  <davidxl@google.com>
8032
8033         PR testsuite/44932
8034         * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
8035         def edges.
8036         (find_uninit_use): Add dump.
8037         (is_use_properly_guarded): Ditto.
8038         (warn_uninitialized_phi): Ditto.
8039         (execute_late_warn_uninitialized): Ditto.
8040
8041 2010-07-19  Richard Guenther  <rguenther@suse.de>
8042
8043         PR middle-end/44941
8044         * expr.c (emit_block_move_hints): Move zero size check first.
8045         Move asserts to more useful places.
8046         * calls.c (load_register_parameters): Check for zero size.
8047
8048 2010-07-19  Richard Henderson  <rth@redhat.com>
8049
8050         * tree-optimize.c (execute_all_early_local_passes): New.  Change
8051         cgraph_state here ...
8052         (execute_early_local_optimizations): ... not here.  Remove.
8053         (pass_early_local_passes, pass_all_early_optimizations): Update.
8054
8055 2010-07-19  Bernd Schmidt  <bernds@codesourcery.com>
8056
8057         * postreload.c (reload_combine_closest_single_use): Ignore the
8058         number of uses for DEBUG_INSNs.
8059         (fixup_debug_insns): New static function.
8060         (reload_combine_recognize_const_pattern): Use it.  Don't let the
8061         main loop be affected by DEBUG_INSNs.
8062         Really disallow moving adds past a jump insn.
8063         (reload_combine_recognize_pattern): Don't update use_ruid here.
8064         (reload_combine_note_use): Do it here.
8065         (reload_combine): Use control_flow_insn_p rather than JUMP_P.
8066
8067 2010-07-19  Bingfeng Mei  <bmei@broadcom.com>
8068
8069         * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
8070         of a loop.
8071         * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
8072
8073 2010-07-19  Iain Sandoe  <iains@gcc.gnu.org>
8074
8075         * config/i386/darwin.h: Define darwin_emit_branch_islands.
8076         (TARGET_MACHO_BRANCH_ISLANDS): New.
8077         (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
8078         * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
8079         default value.
8080         * config/i386/i386.c (output_pic_addr_const): Do not emit
8081         branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
8082         (x86_output_mi_thunk): Adjust symbol creation.
8083         * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
8084         Remove out of date comment.
8085         * config/rs6000/rs6000.c (print_operand): Adjust symbol.
8086         (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
8087         (DARWIN_GENERATE_ISLANDS): Ditto.
8088         (output_call):  Do not emit branch islands unless
8089         darwin_emit_branch_islands is set.
8090         * config/darwin.c: Declare darwin_emit_branch_islands.
8091         (machopic_indirect_data_reference): Do not emit unless
8092         darwin_emit_branch_islands is set.
8093         (darwin_override_options): Set darwin_emit_branch_islands
8094         where it is needed.
8095         * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
8096
8097 2010-07-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8098
8099         * doc/sourcebuild.texi (Effective-Target Keywords): Document
8100         sse_runtime, sse2_runtime.
8101
8102 2010-07-18  Richard Sandiford  <rdsandiford@googlemail.com>
8103
8104         * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
8105         low half of a single-register SCmode return value before ORing
8106         it with the high half.
8107         * config/mips/mips16.S (MERGE_GPRf): Likewise.
8108
8109 2010-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8110
8111         PR target/44805
8112         * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
8113         on all targets.
8114
8115 2010-07-17  Bernd Schmidt  <bernds@codesourcery.com>
8116
8117         PR target/42235
8118         * postreload.c (reload_cse_move2add): Return bool, true if anything.
8119         changed.  All callers changed.
8120         (move2add_use_add2_insn): Likewise.
8121         (move2add_use_add3_insn): Likewise.
8122         (reload_cse_regs): If reload_cse_move2add changed anything, rerun
8123         reload_combine.
8124         (RELOAD_COMBINE_MAX_USES): Bump to 16.
8125         (last_jump_ruid): New static variable.
8126         (struct reg_use): New members CONTAINING_MEM and RUID.
8127         (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
8128         (reload_combine_split_one_ruid, reload_combine_split_ruids,
8129         reload_combine_purge_insn_uses, reload_combine_closest_single_use
8130         reload_combine_purge_reg_uses_after_ruid,
8131         reload_combine_recognize_const_pattern): New static functions.
8132         (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
8133         is true for our reg and that we have available index regs.
8134         (reload_combine_note_use): New args RUID and CONTAINING_MEM.  All
8135         callers changed.  Use them to initialize fields in struct reg_use.
8136         (reload_combine): Initialize last_jump_ruid.  Be careful when to
8137         take PREV_INSN of the scanned insn.  Update REAL_STORE_RUID fields.
8138         Call reload_combine_recognize_const_pattern.
8139         (reload_combine_note_store): Update REAL_STORE_RUID field.
8140
8141 2010-07-16  Jason Merrill  <jason@redhat.com>
8142
8143         * Makefile.in (opts-common.o): Depend on options.h.
8144
8145 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
8146
8147         * tree.c (build_common_builtin_nodes): Use build_function_type_list
8148         instead of build_function_type.
8149         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
8150         * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
8151
8152 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
8153
8154         * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
8155         do all the work.
8156         (rs6000_emit_int_cmove): Use function pointers for insn generation.
8157         Don't force values into registers unnecessarily.
8158         (output_isel): Assert that we're not given conditions we can't handle.
8159         Delete corresponding code.
8160         * config/rs6000/rs6000.md (isel_signed_<mode>): Use
8161         scc_comparison_operator constraint.  Permit 0 for the consequent
8162         operand.  Permit any GPR for the alternative operand.
8163         (isel_unsigned_<mode>): Likewise.
8164
8165 2010-07-16  Jakub Jelinek  <jakub@redhat.com>
8166
8167         PR target/44942
8168         * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
8169         argument to const_tree.
8170         * config/i386/i386.c (function_arg_advance): If padding needs to be
8171         inserted before argument, increment cum->words by number of padding
8172         words as well.
8173         (contains_aligned_value_p): Change argument to const_tree.
8174         (ix86_function_arg_boundary): Change second argument to const_tree.
8175
8176 2010-07-16  Bernd Schmidt  <bernds@codesourcery.com>
8177
8178         PR target/42235
8179         * function.c (record_hard_reg_sets): New static function.
8180         (assign_parm_setup_reg): If an optab for extending exists and the
8181         generated code clobbbers no hard regs, emit the insn directly and
8182         create a REG_EQUIV note.
8183
8184 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
8185
8186         * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
8187         TREE_CHAIN.
8188         * c-typeck.c (push_init_level): Likewise.
8189         (process_init_element): Likewise.
8190
8191 2010-07-15  Anatoly Sokolov  <aesok@post.ru>
8192
8193         * tree.h (enum tree_index): Add TI_INTEGER_THREE.
8194         (integer_three_node): Add.
8195         * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
8196         NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
8197         * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
8198         of call build_int_cst.
8199         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
8200         * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
8201         (find_interesting_uses_address): Ditto.
8202         * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
8203         * tree-eh.c (lower_eh_constructs_2): Ditto.
8204         * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
8205         * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
8206         * expmed.c (expand_divmod): Ditto.
8207         * tree-mudflap.c (mx_register_decls): Ditto.
8208         * varasm.c (array_size_for_constructor): Ditto.
8209         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
8210         * c-parser.c (c_parser_postfix_expression): Ditto.
8211
8212 2010-07-15  Bernd Schmidt  <bernds@codesourcery.com>
8213
8214         * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
8215         New static variables.
8216         (reload_combine_recognize_pattern): New static function, broken out
8217         of reload_combine.
8218         (reload_combine): Use it.  Only initialize first_index_reg and
8219         last_index_reg once.
8220
8221 2010-07-15  Richard Henderson  <rth@redhat.com>
8222
8223         * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
8224         when done.
8225
8226 2010-07-15  Jan Hubicka  <jh@suse.cz>
8227
8228         * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
8229         comdats for broken gold.
8230         (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
8231
8232 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
8233
8234         * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
8235
8236 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
8237
8238         * tree.h (DECL_CHAIN): Define.
8239         * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
8240         * c-decl.c: Likewise.
8241         * c-parser.c: Likewise.
8242         * c-typeck.c: Likewise.
8243         * cfgexpand.c: Likewise.
8244         * cgraph.c: Likewise.
8245         * cgraphunit.c: Likewise.
8246         * combine.c: Likewise.
8247         * config/alpha/alpha.c: Likewise.
8248         * config/arm/arm.c: Likewise.
8249         * config/frv/frv.c: Likewise.
8250         * config/i386/i386.c: Likewise.
8251         * config/i386/winnt-cxx.c: Likewise.
8252         * config/ia64/ia64.c: Likewise.
8253         * config/iq2000/iq2000.c: Likewise.
8254         * config/mep/mep.c: Likewise.
8255         * config/mips/mips.c: Likewise.
8256         * config/pa/som.h: Likewise.
8257         * config/rs6000/rs6000.c: Likewise.
8258         * config/s390/s390.c: Likewise.
8259         * config/sh/sh.c: Likewise.
8260         * config/sh/symbian-cxx.c: Likewise.
8261         * config/sparc/sparc.c: Likewise.
8262         * config/spu/spu.c: Likewise.
8263         * config/stormy16/stormy16.c: Likewise.
8264         * config/vxworks.c: Likewise.
8265         * config/xtensa/xtensa.c: Likewise.
8266         * coverage.c: Likewise.
8267         * dbxout.c: Likewise.
8268         * dwarf2out.c: Likewise.
8269         * emit-rtl.c: Likewise.
8270         * expr.c: Likewise.
8271         * function.c: Likewise.
8272         * gimple-low.c: Likewise.
8273         * gimple-pretty-print.c: Likewise.
8274         * gimplify.c: Likewise.
8275         * integrate.c: Likewise.
8276         * ipa-inline.c: Likewise.
8277         * ipa-prop.c: Likewise.
8278         * ipa-split.c: Likewise.
8279         * ipa-struct-reorg.c: Likewise.
8280         * ipa-type-escape.c: Likewise.
8281         * langhooks.c: Likewise.
8282         * lto-cgraph.c: Likewise.
8283         * omp-low.c: Likewise.
8284         * stor-layout.c: Likewise.
8285         * tree-cfg.c: Likewise.
8286         * tree-complex.c: Likewise.
8287         * tree-dfa.c: Likewise.
8288         * tree-dump.c: Likewise.
8289         * tree-inline.c: Likewise.
8290         * tree-mudflap.c: Likewise.
8291         * tree-nested.c: Likewise.
8292         * tree-object-size.c: Likewise.
8293         * tree-pretty-print.c: Likewise.
8294         * tree-sra.c: Likewise.
8295         * tree-ssa-live.c: Likewise.
8296         * tree-ssa-loop-niter.c: Likewise.
8297         * tree-ssa-math-opts.c: Likewise.
8298         * tree-ssa-reassoc.c: Likewise.
8299         * tree-ssa-sccvn.c: Likewise.
8300         * tree-ssa-structalias.c: Likewise.
8301         * tree-tailcall.c: Likewise.
8302         * tree-vrp.c: Likewise.
8303         * tree.c: Likewise.
8304         * var-tracking.c: Likewise.
8305         * varasm.c: Likewise.
8306
8307 2010-07-15  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8308
8309         PR target/44877
8310         * config/spu/spu.c (spu_expand_builtin_1): Allow references
8311         (as well as pointers) as argument to mask_for_load builtins.
8312
8313 2010-07-15  Richard Guenther  <rguenther@suse.de>
8314
8315         PR tree-optimization/44946
8316         * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
8317         with accessing only padding properly.
8318
8319 2010-07-15  Jan Hubicka  <jh@suse.cz>
8320
8321         * ipa.c (function_and_variable_visibility): Variables marked as used
8322         should not be localized.
8323
8324 2010-07-15  Jan Hubicka  <jh@suse.cz>
8325
8326         * cgraph.c: Include lto-streamer.h
8327         (change_decl_assembler_name): Work when assembler name hash is at place.
8328         (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
8329         be sure to rename it to avoid name clash.
8330         * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
8331         Localize hidden symbols only when locally defined.
8332
8333 2010-07-15  Uros Bizjak  <ubizjak@gmail.com>
8334
8335         * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
8336
8337 2010-07-15  Magnus Granberg  <zorry@gentoo.org>
8338             Kevin F. Quinn  <kevquinn@gentoo.org>
8339
8340         * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
8341         * common.opt: Add -Wtrampolines.
8342         * doc/invoke.texi: Add -Wtrampolines.
8343
8344 2010-07-15  Jie Zhang  <jie@codesourcery.com>
8345
8346         * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
8347         cortex_a8_issue_ls.
8348
8349 2010-07-15  Dave Korn  <dave.korn.cygwin@gmail.com>
8350
8351         * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
8352         * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
8353
8354 2010-07-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8355
8356         * config/spu/spu.c (reg_names): Remove prototype.
8357         (call_used_regs): Likewise.
8358
8359 2010-07-14  Dave Korn  <dave.korn.cygwin@gmail.com>
8360
8361         * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
8362         "unused" with attribute "used".
8363         (__JCR_END__): Likewise.
8364         * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
8365         "used" attribute.
8366         (__JCR_LIST__): Replace attribute "unused" with attribute "used".
8367
8368 2010-07-14  Richard Guenther  <rguenther@suse.de>
8369
8370         * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
8371         (maybe_fixup_decls): Likewise.
8372         (input_gimple_stmt): Do not fixup anything.
8373         * lto-streamer-out.c (output_gimple_stmt): Make sure all
8374         non-automatic variable uses are wrapped inside a MEM_REF.
8375
8376 2010-07-14  Richard Henderson  <rth@redhat.com>
8377
8378         * passes.c (rest_of_decl_compilation): Do not call assemble_variable
8379         for functions.
8380         * varasm.c (assemble_variable): Remove early exit for functions;
8381         assert that we're given a variable.
8382
8383 2010-07-14  Jie Zhang  <jie@codesourcery.com>
8384
8385         * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
8386         cortex_a8_default when neon_type is not none.
8387
8388 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
8389
8390         * lower-subreg.c (subreg_context): New static bitmap.
8391         (decompose_multiword_subregs): Allocate and free it.
8392         (find_decomposable_subregs): Set a bit in it for a register that
8393         occurs in a subreg that changes mode but not size.
8394         (can_decompose_p): Test it instead of non_decomposable_context.
8395
8396 2010-07-14  Richard Guenther  <rguenther@suse.de>
8397
8398         PR tree-optimization/44824
8399         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
8400         is_gimple_mem_ref_addr.
8401         (tree_ssa_forward_propagate_single_use_vars): Do not propagate
8402         non-decl_address_invariant_p addresses.
8403
8404 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
8405
8406         * reload.c (find_reloads): Revert code to penalize small register
8407         classes that was brought in with the IRA merge.
8408
8409 2010-07-14  Richard Guenther  <rguenther@suse.de>
8410
8411         * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
8412         as base of ARRAY_REFs.
8413
8414 2010-07-14  Richard Guenther  <rguenther@suse.de>
8415
8416         PR middle-end/44930
8417         * tree-pretty-print.c (do_niy): Do not print a newline.
8418
8419 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
8420
8421         * ira-int.h (struct ira_object): New.
8422         (ira_object_t): New typedef.  Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
8423         (struct ira_allocno): Remove members min, max,
8424         conflict_allocno_array, conflict_id, conflict_allocno_array_size,
8425         conflict_allocnos_num and conflict_vec_p.  Add new member object.
8426         (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
8427         OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
8428         OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
8429         OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
8430         ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
8431         ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
8432         ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
8433         ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
8434         an ira_object_t rather than ira_allocno_t.  All uses changed.
8435         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
8436         contains a vector of ira_object_t; all uses changed.
8437         (ira_objects_num): Declare variable.
8438         (ira_create_allocno_object): Declare function.
8439         (ira_conflict_vector_profitable_p): Adjust prototype.
8440         (ira_allocate_conflict_vec): Renamed from
8441         ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
8442         (ira_allocate_object_conflicts): Renamed from
8443         ira_allocate_allocno_conflicts; first arg now ira_object_t.
8444         (struct ira_object_iterator): New.
8445         (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
8446         (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
8447         to conflict_vec_p.  All uses changed.
8448         (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
8449         Changed to take into account that conflicts are now tracked for
8450         objects.
8451         * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
8452         Args changed to accept ira_object_t.  All uses changed.
8453         (allocnos_conflict_p): New static function.
8454         (collected_conflict_objects): Renamed from collected_allocno_objects;
8455         now a vector of ira_object_t.  All uses changed.
8456         (build_conflict_bit_table): Changed to take into account that
8457         conflicts are now tracked for objects.
8458         (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
8459         (print_allocno_conflicts, ira_build_conflicts): Likewise.
8460         * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
8461         setup_allocno_left_conflicts_size, allocno_reload_assign,
8462         fast_allocation): Likewise.
8463         * ira-lives.c (make_hard_regno_born, make_allocno_born)
8464         process_single_reg_class_operands, process_bb_node_lives): Likewise.
8465         * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
8466         Likewise.
8467         * ira-build.c (ira_objects_num): New variable.
8468         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
8469         contains a vector of ira_object_t; all uses changed.
8470         (ira_object_id_map_vec): Corresponding change.
8471         (object_pool): New static variable.
8472         (initiate_allocnos): Initialize it.
8473         (finish_allocnos): Free it.
8474         (ira_create_object, ira_create_allocno_object, create_allocno_objects):
8475         New functions.
8476         (ira_create_allocno): Don't set members that were removed.
8477         (ira_set_allocno_cover_class): Don't change conflict hard regs.
8478         (merge_hard_reg_conflicts): Changed to take into account that
8479         conflicts are now tracked for objects.
8480         (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
8481         allocate_conflict_bit_vec, ira_allocate_object_conflicts,
8482         compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
8483         setup_min_max_allocno_live_range_point, allocno_range_compare_func,
8484         setup_min_max_conflict_allocno_ids, ):  Likewise.
8485         (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
8486         to ira_object_t; all callers changed.
8487         (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
8488         to ira_object_t, all callers changed.
8489         (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
8490         to ira_object_t, all callers changed.
8491         (conflict_check, curr_conflict_check_tick): Renamed from
8492         allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
8493         changed.
8494         (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
8495         arg changed to ira_object_t, all callers changed.
8496         (create_cap_allocno): Call ira_create_allocno_object.
8497         (finish_allocno): Free the corresponding object.
8498         (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
8499         callers changed.  Adjusted for dealing with objects.
8500         (ira_build): Call create_allocno_objects after ira_costs.  Adjusted for
8501         dealing with objects.
8502         * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
8503
8504         * ira-int.h (struct live_range): Rename allocno member to object
8505         and change type to ira_object_t.
8506         (struct ira_object): New member live_ranges.
8507         (struct ira_allocno): Remove member live_ranges.
8508         (ALLOCNO_LIVE_RANGES): Remove.
8509         (OBJECT_LIVE_RANGES): New macro.
8510         (ira_create_live_range, ira_copy_live_range_list,
8511         ira_merge_live_range_list, ira_live_ranges_intersect_p,
8512         ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
8513         * ira-build.c (ira_create_object): Initialize live ranges here.
8514         (ira_create_allocno): Not here.
8515         (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
8516         changed to ira_object_t, all callers changed.
8517         (copy_live_range): Rename from copy_allocno_live_range, all callers
8518         changed.
8519         (ira_copy_live_range_list): Rename from
8520         ira_copy_allocno_live_range_list, all callers changed.
8521         (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
8522         all callers changed.
8523         (ira_live_ranges_intersect_p): Rename from
8524         ira_allocno_live_ranges_intersect_p, all callers changed.
8525         (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
8526         callers changed.
8527         (ira_finish_live_range_list): Rename from
8528         ira_finish_allocno_live_range_list, all callers changed.
8529         (change_object_in_range_list): Rename from change_allocno_in_range_list,
8530         last arg changed to ira_object_t, all callers changed.
8531         (finish_allocno): Changed to expect live ranges in the allocno's object.
8532         (move_allocno_live_ranges, copy_allocno_live_ranges,
8533         update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
8534         ira_flattening, ira_build): Likewise.
8535         * ira-color.c (allocnos_have_intersected_live_ranges_p,
8536         slot_coalesced_allocno_live_ranges_intersect,
8537         setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
8538         * ira-conflicts.c (build_conflict_bit_table): Likewise.
8539         * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
8540         * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
8541         make_allocno_dead, create_start_finish_chains,
8542         remove_some_program_points_and_update_live_ranges,
8543         ira_debug_live_range_list): Likewise.
8544
8545         * ira-int.h (ira_object_conflict_iterator): Rename from
8546         ira_allocno_conflict_iterator.
8547         (ira_object_conflict_iter_init): Rename from
8548         ira_allocno_conflict_iter_init, second arg changed to
8549         * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
8550         FOR_EACH_ALLOCNO_CONFLICT.
8551         * ira-color.c (assign_hard_reg, push_allocno_to_stack)
8552         setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
8553         ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
8554         * ira-conflicts.c (print_allocno_conflicts): Likewise.
8555
8556 2010-07-13  Joern Rennecke  <joern.rennecke@embecosm.com>
8557
8558         PR other/44874
8559         * tree-dump.c (dump_options): Add enumerate_locals entry.
8560         Add TDF_NOID exclusion to all entry.
8561         * tree-dump.h (dump_enumerated_decls): Declare.
8562         * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
8563         Don't display type uid.
8564         (print_declaration): Don't crash on TREE_TYPE (t) == 0.
8565         * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
8566         * tree-ssa-live.c: Include gimple.h.
8567         (numbered_tree_d): New struct.
8568         (numbered_tree): New typedef.
8569         (DEF_VEC_O (numbered_tree): New.
8570         (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
8571         (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
8572         (dump_enumerated_decls): Likewise.
8573         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
8574         debug info and flag_dump_final_insns, call dump_enumerated_decls.
8575         * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
8576         * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
8577
8578 2010-07-13  Richard Sandiford  <rdsandiford@googlemail.com>
8579
8580         * expmed.h (MAX_BITS_PER_WORD): Move to...
8581         * defaults.h (MAX_BITS_PER_WORD): ...here.
8582
8583 2010-07-13  DJ Delorie  <dj@redhat.com>
8584
8585         * config/h8300/h8300.c (h8300_init_once): Default to
8586         -fstrict_volatile_bitfields.
8587
8588         * config/sh/sh.c (sh_override_options): Default to
8589         -fstrict_volatile_bitfields.
8590
8591         * config/rx/rx.c (rx_option_override): New.
8592
8593         * config/m32c/m32c.c (m32c_override_options): Default to
8594         -fstrict_volatile_bitfields.
8595
8596 2010-07-13  Nathan Froyd  <froydnj@codesourcery.com>
8597
8598         * tree.h (build_function_call_expr): Delete.
8599         (build_call_expr_loc_array): New function.
8600         (build_call_expr_loc_vec): New function.
8601         * tree-flow.h (struct omp_region): Change type of ws_args field
8602         to a VEC.
8603         * builtins.c (build_function_call_expr): Delete.
8604         (build_call_expr_loc_array): New function.
8605         (build_call_expr_loc): Call it.  Use XALLOCAVEC.
8606         (build_call_expr): Likewise.
8607         (build_call_expr_loc_vec): New function.
8608         * cgraphunit.c (build_cdtor): Call build_call_expr instead of
8609         build_function_call_expr.
8610         * expr.c (emutls_var_address): Likewise.
8611         * varasm.c (emutls_common_1): Likewise.
8612         * omp-low.c (expand_omp_atomic_mutex): Likewise.
8613         (expand_omp_taskreg): Adjust for new type of region->ws_args.
8614         (get_ws_args_for): Return a VEC instead of a tree.
8615         (expand_parallel_call): Call build_call_expr_loc_vec instead of
8616         build_function_call_expr.
8617         * stor-layout.c (self_referential_size): Likewise.
8618
8619 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
8620
8621         PR testsuite/44701
8622         * recog.c (constrain_operands): Allow side-effects in memory
8623         operands if either < or > constraint is used, rather than if
8624         both < and > is used.
8625
8626 2010-07-13  Richard Guenther  <rguenther@suse.de>
8627
8628         PR middle-end/44911
8629         * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
8630         MEM_REF pointer type dumping.  Avoid recursing for TYPE_DECLs
8631         without name.
8632
8633 2010-07-13  Kaz Kojima  <kkojima@gcc.gnu.org>
8634
8635         PR target/44761
8636         * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
8637         to variable emited.
8638         * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
8639         * config/sh/sh.md (symGOT_load): Likewise.
8640         (symDTPOFF2reg): Likewise.
8641         (symTPOFF2reg): Likewise.
8642
8643 2010-07-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8644
8645         * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
8646         * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
8647
8648 2010-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8649
8650         * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
8651         explanation.
8652         Find ucontext_t * on Solaris 11.
8653         (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
8654         Handle new Solaris 11 __sighndlr patterns.
8655
8656 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
8657
8658         PR debug/44901
8659         * vec.h (VEC_block_remove): Fix comment.
8660         * tree-ssa-live.c (remove_unused_locals): Don't use
8661         VEC_unordered_remove on local_decls, instead replace a single
8662         vector element in each iteration if at least one element had
8663         to be removed and VEC_truncate at the end.
8664         * omp-low.c (expand_omp_taskreg): Likewise.
8665
8666 2010-07-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8667
8668         * c-decl.c (finish_function): Fix typo in comment.
8669
8670 2010-07-12  H.J. Lu  <hongjiu.lu@intel.com>
8671
8672         PR bootstrap/44921
8673         * postreload.c (move2add_use_add3_insn): Silence gcc warning
8674         on min_regno.
8675
8676 2010-07-12  Jakub Jelinek  <jakub@redhat.com>
8677
8678         * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
8679         (simplify_stmt_using_ranges): Use it.
8680
8681 2010-07-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8682
8683         * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
8684         member.  Do not mark as GTY(()).
8685         * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
8686         (spu_builtin_decls): New static variable.
8687         (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
8688         (spu_init_builtins): Likewise.
8689         (spu_builtin_mul_widen_even): Likewise.
8690         (spu_builtin_mul_widen_odd): Likewise.
8691         (spu_builtin_mask_for_load): Likewise.
8692         (spu_builtin_vec_perm): Likewise.
8693         * config/spu/spu-c.c: Include "target.h".
8694         (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
8695         of using spu_builtins[].fndecl.
8696
8697 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8698
8699         * config/mips/mips.c (mips_override_options): Make -mflip-mips16
8700         imply -minterlink-mips16.
8701
8702 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8703
8704         * config/mips/mips.h (mips16_globals): Declare.
8705         (SWITCHABLE_TARGET): Define.
8706         * config/mips/mips.c: Include target-globals.h.
8707         (mips16_globals): New variable.
8708         (mips_set_mips16_mode): Use save_target_globals and
8709         restore_target_globals instead of target_reinit.
8710
8711 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8712
8713         * reginfo.c (init_reg_sets): Don't zero globals here.  Update comment
8714         to say that the function can be called more than once.
8715         * target-globals.c (save_target_globals): Call init_reg_sets.
8716
8717 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8718
8719         * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
8720         * bb-reorder.h: New file.
8721         * bb-reorder.c (default_target_bb_reorder): New variable.
8722         (this_target_bb_reorder): New conditional variable.
8723         (uncond_jump_length): Redefine as a macro.
8724         * target-globals.h (this_target_bb_reorder): Declare.
8725         (target_globals): Add a bb_reorder field.
8726         (restore_target_globals): Copy the bb_reorder field to
8727         this_target_bb-reorder.
8728         * target-globals.c: Include bb-reorder.h.
8729         (default_target_globals): Initialize the bb_reorder field.
8730         (save_target_globals): Likewise.
8731
8732 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8733
8734         * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
8735         * gcse.h: New file.
8736         * gcse.c: Include gcse.h.
8737         (default_target_gcse): New variable.
8738         (this_target_gcse): New conditional variable.
8739         (can_copy): Redefine as a macro.
8740         (can_copy_init_p): New macro.
8741         (can_copy_p): Remove can_copy_init_p.
8742         * target-globals.h (this_target_gcse): Declare.
8743         (target_globals): Add a gcse field.
8744         (restore_target_globals): Copy the gcse field to this_target_gcse.
8745         * target-globals.c: Include gcse.h.
8746         (default_target_globals): Initialize the gcse field.
8747         (save_target_globals): Likewise.
8748
8749 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8750
8751         * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
8752         and x_ira_prohibited_mode_move_regs_initialized_p.
8753         (ira_prohibited_mode_move_regs): Redefine as a macro.
8754         * ira.c (ira_prohibited_mode_move_regs): Delete.
8755         (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
8756
8757 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8758
8759         * reload.h (target_reload): Add x_cached_reg_save_code and
8760         x_cached_reg_restore_code.
8761         * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
8762         Redefine as macros.
8763
8764 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8765
8766         * Makefile.in (target-globals.o): Depend on builtins.h.
8767         * builtins.h: New file.
8768         * builtins.c: Include builtins.h.
8769         (default_target_builtins): New variable.
8770         (this_target_builtins): New conditional variable.
8771         (apply_args_mode, apply_result_mode): Redefine as macros.
8772         * target-globals.h (this_target_builtins): Declare.
8773         (target_globals): Add a builtins field.
8774         (restore_target_globals): Copy the builtins field to
8775         this_target_builtins.
8776         * target-globals.c: Include builtins.h.
8777         (default_target_globals): Initialize the builtins field.
8778         (save_target_globals): Likewise.
8779
8780 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8781
8782         * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
8783         (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
8784         from expmed.c.
8785         (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
8786         (alg_hash, alg_hash_used_p): New macros.
8787         * expmed.c (init_expmed): Clear alg_hash if reinitializing.
8788         (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
8789         (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
8790
8791 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8792
8793         * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
8794         x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
8795         * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
8796         (this_op_costs, costs_classes): Redefine as macros.
8797         (record_reg_classes): Don't take op_costs as a parameter.
8798         (record_operand_costs): Likewise.  Update calls to record_reg_classes.
8799         (scan_one_insn): Update call to record_operand_costs.
8800
8801 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8802
8803         * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
8804         * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
8805         (target_ira_int): New structure.
8806         (default_target_ira_int): Declare.
8807         (this_target_ira_int): Declare as a variable or define as a macro.
8808         (ira_reg_mode_hard_regset, ira_register_move_cost)
8809         (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
8810         (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
8811         (prohibited_class_mode_regs, ira_important_classes_num)
8812         (ira_important_classes, ira_reg_class_intersect)
8813         (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
8814         (ira_reg_class_union): Redefine as macros.
8815         * ira.h (target_ira): New structure.
8816         (default_target_ira): Declare.
8817         (this_target_ira): Declare as a variable or define as a macro.
8818         (ira_available_class_regs, ira_hard_regno_cover_class)
8819         (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
8820         (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
8821         (ira_class_hard_regs_num): Redefine as macros.
8822         * ira.c (default_target_ira, default_target_ira_int): New variables.
8823         (this_target_ira, this_target_ira_int): New conditional variables.
8824         (ira_reg_mode_hard_regset, ira_memory_move_cost)
8825         (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
8826         (ira_class_subset_p): Delete.
8827         (no_unit_alloc_regs): Redefine as a macro.
8828         (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
8829         (ira_class_hard_regs_num, ira_class_hard_reg_index)
8830         (ira_available_class_regs): Delete.
8831         (alloc_reg_class_subclasses): Redefine as a macro.
8832         (ira_reg_class_cover_size, ira_reg_class_cover)
8833         (ira_important_classes_num, ira_important_classes)
8834         (ira_important_class_nums, ira_class_translate): Delete.
8835         (cover_class_order): Document the variable's lifetime.
8836         (reorder_important_classes): Don't set ira_important_class_nums.
8837         (ira_reg_class_intersect, ira_reg_classes_intersect_p)
8838         (ira_reg_class_super_classes, ira_reg_class_union)
8839         (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
8840         Delete.
8841         (setup_reg_class_nregs): Don't set ira_max_regs.
8842         (prohibited_class_mode_regs): Delete.
8843         * target-globals.h (this_target_ira, this_target_ira_int): Declare.
8844         (target_globals): Add ira and ira_int fields.
8845         (restore_target_globals): Copy the ira field to this_target_ira
8846         and the ira_int field to this_target_ira_int.
8847         * target-globals.c: Include ira-int.h.
8848         (default_target_globals): Initialize the ira and ira_int fields.
8849         (save_target_globals): Likewise.
8850
8851 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8852
8853         * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
8854         * cfgloop.h (target_cfgloop): New structure.
8855         (default_target_cfgloop): Declare.
8856         (this_target_cfgloop): Declare as a variable or define as a macro.
8857         (target_avail_regs, target_clobbered_regs, target_res_regs)
8858         (target_reg_cost, target_spill_cost): Redefine as macros.
8859         * cfgloopanal.c (default_target_cfgloop): New variable.
8860         (this_target_cfgloop): New conditional variable.
8861         (target_avail_regs, target_clobbered_regs, target_res_regs)
8862         (target_reg_cost, target_spill_cost): Delete.
8863         * target-globals.h (this_target_cfgloop): Declare.
8864         (target_globals): Add a cfgloop field.
8865         (restore_target_globals): Copy the cfgloop field to
8866         this_target_cfgloop.
8867         * target-globals.c: Include cfgloop.h.
8868         (default_target_globals): Initialize the cfgloop field.
8869         (save_target_globals): Likewise.
8870
8871 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8872
8873         * regs.h (target_regs): Add x_direct_load, x_direct_store and
8874         x_float_extend_from_mem.
8875         (direct_load, direct_store, float_extend_from_mem): New macros.
8876         * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
8877
8878 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8879
8880         * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
8881         (target-globals.o): Depend on $(LIBFUNCS_H).
8882         * libfuncs.h: Include hashtab.h.
8883         (libfunc_entry): Moved from optabs.c.
8884         (target_libfuncs): New structure.
8885         (default_target_libfuncs): Declare.
8886         (this_target_libfuncs): Declare as a variable or define as a macro.
8887         (libfunc_table): Redefine as a macro.
8888         * optabs.c (default_target_libfuncs): New variable.
8889         (this_target_libfuncs): New conditional variable.
8890         (libfunc_table): Delete.
8891         (libfunc_entry): Moved to optabs.h.
8892         (libfunc_hash): Redefine as a macro.
8893         (hash_libfunc, eq_libfunc): Fix comments.
8894         (init_optabs): Use libfunc_hash to detect cases where the function
8895         has already been called.  Clear the hash table instead of
8896         recreating it.
8897         * target-globals.h (this_target_libfuncs): Declare.
8898         (target_globals): Add a libfuncs field.
8899         (restore_target_globals): Copy the libfuncs field to
8900         this_target_libfuncs.
8901         * target-globals.c: Include libfuncs.h.
8902         (default_target_globals): Initialize the libfuncs field.
8903         (save_target_globals): Likewise.
8904
8905 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8906
8907         * Makefile.in (LIBFUNCS_H): New variable.  Use instead of libfuncs.h
8908         in all dependency lists.
8909
8910 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8911
8912         * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
8913         * optabs.h (target_optabs): New structure.
8914         (default_target_optabs): Declare.
8915         (this_target_optabs): Declare as a variable or define as a macro.
8916         (optab_table, convert_optab_table, direct_optab_table): Redefine
8917         as macros.
8918         * optabs.c (default_target_optabs): New variable.
8919         (this_target_optabs): New conditional variable.
8920         (optab_table, convert_optab_table, direct_optab_table): Delete.
8921         * target-globals.h (this_target_optabs): Declare.
8922         (target_globals): Add a optabs field.
8923         (restore_target_globals): Copy the optabs field to
8924         this_target_optabs.
8925         * target-globals.c: Include expr.h and optabs.h.
8926         (default_target_globals): Initialize the optabs field.
8927         (save_target_globals): Likewise.
8928
8929 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8930
8931         * flags.h (target_flagstate): Add x_flag_excess_precision.
8932         (flag_excess_precision): Redefine as a macro.
8933         * toplev.c (flag_excess_precision): Delete.
8934
8935 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8936
8937         * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
8938         * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
8939         * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
8940         (no_caller_save_reg_set): Redefine as a macro.
8941         * reload.h (target_reload): Add x_caller_save_initialized_p and
8942         x_regno_save_mode.
8943         (caller_save_initialized_p): Redefine as a macro.
8944         * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
8945         (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
8946         (regno_save_mode): Redefine as a macro.
8947
8948 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8949
8950         * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
8951         * expmed.h: New file.
8952         * expmed.c (default_target_costs): New variable.
8953         (this_target_costs): New conditional variable.
8954         (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
8955         (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
8956         (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
8957         * target-globals.h (this_target_expmed): Declare.
8958         (target_globals): Add a expmed field.
8959         (restore_target_globals): Copy the expmed field to
8960         this_target_expmed.
8961         * target-globals.c: Include expmed.h.
8962         (default_target_globals): Initialize the expmed field.
8963         (save_target_globals): Likewise.
8964
8965 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8966
8967         * Makefile.in (target-globals.o): Depend on reload.h.
8968         * reload.h (target_reload): New structure.
8969         (default_target_reload): Declare.
8970         (this_target_reload): Declare as a variable or define as a macro.
8971         (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
8972         * reload1.c (default_target_reload): New variable
8973         (this_target_reload): New conditional variable.
8974         (indirect_symref_ok, double_reg_address_ok): Delete.
8975         (spill_indirect_levels): Redefine as a macro.
8976         * target-globals.h (this_target_reload): Declare.
8977         (target_globals): Add a reload field.
8978         (restore_target_globals): Copy the reload field to
8979         this_target_reload.
8980         * target-globals.c: Include hard-reg-set.h.
8981         (default_target_globals): Initialize the reload field.
8982         (save_target_globals): Likewise.
8983
8984 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8985
8986         * rtl.h (target_rtl): Add x_static_reg_base_value.
8987         * alias.c (static_reg_base_value): Redefine as a macro.
8988
8989 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8990
8991         * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
8992         (GTFILES): Remove reginfo.c.
8993         * rtl.h (target_rtl): Add x_top_of_stack.
8994         (top_of_stack): New macro.
8995         * reginfo.c: Don't include ggc.h or gt-reginfo.h.
8996         (top_of_stack): Delete.
8997
8998 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
8999
9000         * regs.h (target_regs): Add x_hard_regs_of_mode,
9001         x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
9002         x_may_move_out_cost and x_last_mode_for_init_move_cost.
9003         (have_regs_of_mode, contains_reg_of_mode, move_cost)
9004         (may_move_in_cost, may_move_out_cost): Redefine as macros.
9005         * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
9006         (may_move_in_cost, may_move_out_cost): Delete.
9007         (last_mode_for_init_move_cost): Redefine as a macro.
9008
9009 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9010
9011         * hard-reg-set.h (target_hard_regs): New structure.
9012         (default_target_hard_regs): Declare.
9013         (this_target_hard_regs): Declare as a variable or define as a macro.
9014         (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
9015         (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
9016         (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
9017         (reg_class_size, reg_class_subclasses, reg_class_subunion)
9018         (reg_class_superunion, reg_names): Redefine as macros.
9019         * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
9020         (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
9021         (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
9022         (reg_class_contents, reg_class_size, reg_class_subclasses)
9023         (reg_class_subunion, reg_class_superunion, reg_names): Delete.
9024         (default_target_hard_regs): New variable
9025         (this_target_hard_regs, initial_call_really_used_regs)
9026         (initial_reg_alloc_order): New conditional variables.
9027         (initial_reg_names): New variable.
9028         (init_reg_sets): Assert that initial_call_really_used_regs,
9029         initial_reg_alloc_order and initial_reg_names
9030         are all the same size as their variable counterparts.  Use them to
9031         initialize those counterparts.
9032         * target-globals.h (this_target_hard_regs): Declare.
9033         (target_globals): Add a hard_regs field.
9034         (restore_target_globals): Copy the hard_regs field to
9035         this_target_hard_regs.
9036         * target-globals.c: Include hard-reg-set.h.
9037         (default_target_globals): Initialize the hard_regs field.
9038         (save_target_globals): Likewise.
9039
9040 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9041
9042         * Makefile.in (target-globals.o): Depend on $(RTL_H).
9043         * rtl.h (target_rtl): New structure.
9044         (default_target_rtl): Declare.
9045         (this_target_rtl): Declare as a variable or define as a macro.
9046         (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
9047         Redefine as macros.
9048         * emit-rtl.c (default_target_rtl): New variable.
9049         (this_target_rtl): New conditional variable.
9050         (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
9051         (return_address_pointer_rtx): Delete.
9052         (initial_regno_reg_rtx): New macro.
9053         (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
9054         (init_emit_regs): Likewise.
9055         * target-globals.h (this_target_rtl): Declare.
9056         (target_globals): Add a rtl field.
9057         (restore_target_globals): Copy the rtl field to this_target_rtl.
9058         * target-globals.c: Include rtl.h.
9059         (default_target_globals): Initialize the rtl field.
9060         (save_target_globals): Likewise.
9061
9062 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9063
9064         * Makefile.in (target-globals.o): Depend on $(REGS_H).
9065         * regs.h (target_reg_modes): New structure.
9066         (default_target_reg_modes): Declare.
9067         (this_target_reg_modes): Declare as a variable or define as a macro.
9068         (hard_regno_nregs, reg_raw_mode): Redefine as macros.
9069         * reginfo.c (default_target_reg_modes): New variable.
9070         (this_target_reg_modes): New conditional variable.
9071         (hard_regno_nregs, reg_raw_mode): Delete.
9072         * target-globals.h (this_target_regs): Declare.
9073         (target_globals): Add a regs field.
9074         (restore_target_globals): Copy the regs field to this_target_regs.
9075         * target-globals.c: Include regs.h.
9076         (default_target_globals): Initialize the regs field.
9077         (save_target_globals): Likewise.
9078
9079 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9080
9081         * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
9082         * doc/tm.texi: Regenerate.
9083         * Makefile.in (OBJS-common): Add target-globals.o.
9084         (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
9085         and target-globals.h.
9086         (target-globals.o): New rule.
9087         (GTFILES): Include $(srcdir)/target-globals.h.
9088         * defaults.h (SWITCHABLE_TARGET): Define.
9089         * gengtype.c (open_base_files): Add target-globals.h to the
9090         list of includes.
9091         * target-globals.h: New file.
9092         * target-globals.c: Likewise.
9093
9094         * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
9095         * flags.h (target_flag_state): New structure.
9096         (default_target_flag_state): Declare.
9097         (this_target_flag_state): Declare as a variable or define as a macro.
9098         (align_loops_log): Redefine as a macro.
9099         (align_loops_max_skip, align_jumps_log): Likewise.
9100         (align_jumps_max_skip, align_labels_log): Likewise.
9101         (align_labels_max_skip, align_functions_log): Likewise.
9102         * toplev.c (default_target_flag_state): New variable.
9103         (this_target_flag_state): New conditional variable.
9104         (align_loops_log): Delete.
9105         (align_loops_max_skip, align_jumps_log): Likewise.
9106         (align_jumps_max_skip, align_labels_log): Likewise.
9107         (align_labels_max_skip, align_functions_log): Likewise.
9108         * target-globals.h (this_target_flag_state): Declare.
9109         (target_globals): Add a flag_state field.
9110         (restore_target_globals): Copy the flag_state field to
9111         this_target_flag_state.
9112         * target-globals.c: Include flags.h.
9113         (default_target_globals): Initialize the flag_state field.
9114         (save_target_globals): Likewise.
9115
9116 2010-07-12  Jie Zhang  <jie@codesourcery.com>
9117
9118         * postreload.c (reg_symbol_ref[]): New.
9119         (move2add_use_add2_insn): New.
9120         (move2add_use_add3_insn): New.
9121         (reload_cse_move2add): Handle SYMBOL + OFFSET case.
9122         (move2add_note_store): Likewise.
9123
9124 2010-07-12  Joern Rennecke  <joern.rennecke@embecosm.com>
9125
9126         PR rtl-optimization/44752
9127         * genautomata.c (main): Don't emit an empty file even if there
9128         is no automaton.
9129
9130 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9131
9132         * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
9133         ix86_solaris_return_in_memory.
9134         * config/i386-protos.h: Reflect this.
9135         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
9136         * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
9137         Move ...
9138         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
9139
9140 2010-07-12  Jie Zhang  <jie@codesourcery.com>
9141
9142         * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
9143         align the stack when it's going to be saved.
9144
9145 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9146
9147         PR pch/14940
9148         * config/host-solaris.c (mmap_fixed): New function.
9149         (sol_gt_pch_get_address): Use it.
9150         (sol_gt_pch_use_address): Likewise.
9151
9152 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9153
9154         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
9155         pentiumpro on Solaris 8 and 9/x86.
9156         * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
9157         Document SSE/SSE2 support.
9158         * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
9159
9160 2010-07-12  Andi Kleen  <ak@linux.intel.com>
9161
9162         * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
9163         instead of gcc_assert to print better error message for multiple
9164         prevailing defs.
9165
9166 2010-07-12  Uros Bizjak  <ubizjak@gmail.com>
9167
9168         * config/i386/i386.c (ix86_asm_output_function_label): Change format
9169         string placeholder from 0x%x to %#x.
9170         (ix86_code_end): Use putc to output '\n'.
9171         (ix86_print_operand) <case ';'>: Use putc to output ';'.
9172
9173 2010-07-11  Kai Tietz  <kai.tietz@onevision.com>
9174
9175         * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
9176         in directive -export.
9177
9178 2010-07-10  Anatoly Sokolov  <aesok@post.ru>
9179
9180         * reginfo.h (reg_classes_intersect_p): Change arguments type to
9181         reg_class_t.
9182         * rtl.h (reg_classes_intersect_p): Adjust prototype.
9183
9184         * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
9185         Remove macros.
9186         * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
9187         rs6000_memory_move_cost): Remove
9188         * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
9189         TARGET_MEMORY_MOVE_COST): Define.
9190         (rs6000_register_move_cost): Make static. Change arguments type from
9191         enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
9192         (rs6000_memory_move_cost): Make static. Change arguments type from
9193         'enum reg_class' to reg_class_t.
9194
9195 2010-07-10  Sandra Loosemore  <sandra@codesourcery.com>
9196
9197         PR middle-end/42505
9198         * tree-inline.c (estimate_num_insns): Refactor builtin complexity
9199         lookup code into....
9200         * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
9201         new functions.
9202         * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
9203         * cfgloopanal.c (target_clobbered_regs): Define.
9204         (init_set_costs): Initialize target_clobbered_regs.
9205         (estimate_reg_pressure_cost): Add call_p argument.  When true,
9206         adjust the number of available registers to exclude the
9207         call-clobbered registers.
9208         * cfgloop.h (target_clobbered_regs): Declare.
9209         (estimate_reg_pressure_cost): Adjust declaration.
9210         * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
9211         (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
9212         (determine_set_costs): Dump target_clobbered_regs.
9213         (loop_body_includes_call): New function.
9214         (tree_ssa_iv_optimize_loop): Use it to initialize new field.
9215         * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
9216         call_p flag through.
9217         (best_gain_for_invariant): Likewise.
9218         (find_invariants_to_move): Likewise.
9219         (move_single_loop_invariants): Likewise, using already-computed
9220         has_call field.
9221
9222 2010-07-10  Richard Guenther  <rguenther@suse.de>
9223             Joern Rennecke  <joern.rennecke@embecosm.com>
9224
9225         PR debug/44832
9226         * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
9227         (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
9228         unless they have DECL_IGNORED_P set.
9229
9230 2010-07-10  Richard Guenther  <rguenther@suse.de>
9231
9232         PR lto/44889
9233         * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
9234         helper function.
9235         (gimple_types_compatible_p): Similar to pointed-to
9236         types allow and merge a mix of complete and incomplete aggregate.
9237         Use gimple_fixup_complete_and_incomplete_subtype_p for that.
9238         (iterative_hash_gimple_type): Adjust for that.
9239
9240 2010-07-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
9241
9242         * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
9243
9244 2010-07-10  Iain Sandoe  <iains@gcc.gnu.org>
9245
9246         PR objc/44140
9247         * config/darwin.c (output_objc_section_asm_op): Save and restore
9248         section when outputting ObjC section list.
9249
9250 2010-07-09  Jan Hubicka  <jh@suse.cz>
9251
9252         * lto-streamer-out.c (produce_symtab): Do not write alias
9253         cgraph/varpool nodes.
9254
9255 2010-07-09  Jan Hubicka  <jh@suse.cz>
9256
9257         * tree-inline.c (declare_return_variable): Fix ICE while
9258         inlining DECL_BY_VALUE function not in SSA form
9259
9260 2010-07-09  Changpeng Fang  <changpeng.fang@amd.com>
9261
9262         PR tree-optimization/44576
9263         * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
9264         New.  Pull out from is_loop_prefetching_profitable to implement
9265         the trip count to ahead ratio heuristic.
9266         (mem_ref_count_reasonable_p): New.  Pull out from
9267         is_loop_prefetching_profitable to implement the instruction to
9268         memory reference ratio heuristic.  Also consider not reasonable if
9269         the memory reference count is above a threshold (to avoid
9270         explosive compilation time.
9271         (insn_to_prefetch_ratio_too_small_p): New.  Pull out from
9272         is_loop_prefetching_profitable to implement the instruction to
9273         prefetch ratio heuristic.
9274         (is_loop_prefetching_profitable): Removed.
9275         (loop_prefetch_arrays): Distribute the cost analysis across the
9276         function to allow early exit of the prefetch analysis.
9277         is_loop_prefetching_profitable is splitted into three functions,
9278         with each one called as early as possible.
9279         (PREFETCH_MAX_MEM_REFS_PER_LOOP): New.  Threshold above which the
9280         number of memory references in a loop is considered too many.
9281
9282 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
9283
9284         * reload.c (find_reloads): Don't clear badop if we have a winreg
9285         alternative, but not win, and the class only has fixed regs.
9286         * hard-reg-set.h (class_only_fixed_regs): Declare.
9287         * reginfo.c (class_only_fixed_regs): New array.
9288         (init_reg_sets_1): Initialize it.
9289         * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
9290         discourage alternatives using the stack pointer.
9291
9292         * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
9293
9294         * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
9295
9296         * config/arm/arm.md (cbranchqi4): Fix array size.
9297         (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
9298         calculating length.
9299
9300 2010-07-09  Richard Guenther  <rguenther@suse.de>
9301
9302         * gimple.c (struct type_fixup_s): New struct and VEC type.
9303         (gimple_register_type_fixups): New static global.
9304         (gimple_queue_type_fixup): New function.
9305         (gimple_types_compatible_p): Queue type fixups instead of
9306         applying them here.
9307         (gimple_register_type): Apply queued fixups for the
9308         canonical type.  Empty the type fixup queue.
9309
9310 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
9311
9312         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
9313         * configure: Regenerate.
9314         * config.in: Ditto.
9315
9316 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
9317             Denys Vlasenko  <dvlasenk@redhat.com>
9318             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
9319
9320         PR tree-optimization/28632
9321         * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
9322         (extract_range_from_binary_expr): Further optimize
9323         BIT_AND_EXPR and BIT_IOR_EXPR.
9324
9325 2010-07-09  Sebastian Pop  <sebastian.pop@amd.com>
9326
9327         * tree-if-conv.c (fold_or_predicates): New.
9328         (add_to_predicate_list): Call it.
9329
9330 2010-07-09  Richard Guenther  <rguenther@suse.de>
9331
9332         PR middle-end/44890
9333         * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
9334         if base is a pointer.
9335         * tree-cfg.c (verify_expr): Update MEM_REF checking.
9336
9337 2010-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
9338
9339         PR target/44877
9340         * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
9341         POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
9342         builtin mask for load/store builtins.
9343
9344 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
9345
9346         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
9347         for "lock addl".
9348         * configure: Regenerate.
9349         * config/i386/i386.c (ix86_print_operand) <case ';'>:
9350         Remove TARGET_MACHO.
9351
9352 2010-07-09  Peter Bergner  <bergner@vnet.ibm.com>
9353
9354         * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
9355         default ISA flags.
9356         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
9357
9358 2010-07-09  Tom de Vries  <tjvries@xs4all.nl>
9359
9360         * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
9361
9362 2010-07-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
9363
9364         * config/picochip/picochip.md (commsTestPort): Emit more
9365         efficient sequence for tstport instruction.
9366
9367 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
9368
9369         * config/i386/i386.c (ix86_veclib_handler): Make static.
9370
9371 2010-07-09  Richard Guenther  <rguenther@suse.de>
9372
9373         PR tree-optimization/44852
9374         * tree-ssa-alias.c: Include toplev.h for exact_log2.
9375         (indirect_ref_may_alias_decl_p): Properly handle negative offsets
9376         in MEM_REF.
9377         (indirect_refs_may_alias_p): Likewise.
9378         * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
9379
9380 2010-07-09  Richard Guenther  <rguenther@suse.de>
9381
9382         PR tree-optimization/44882
9383         * tree-vect-stmts.c (vectorizable_store): Do not assert alias
9384         sets do conflict.
9385         (vectorizable_load): Likewise.
9386
9387 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
9388
9389         PR target/40657
9390         * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
9391         All callers changed.
9392         Handle the case when we're called for the epilogue.
9393         (thumb_unexpanded_epilogue): Use it.
9394         (thumb1_expand_epilogue): Likewise.
9395
9396 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
9397
9398         * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
9399         both ranges are range_int_cst_p with non-negative minimum,
9400         try harder to derive smaller range.
9401
9402 2010-07-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
9403
9404         * genrecog.c: Include diagnostic-core.h before toplev.h.
9405         * genoutput.c: Likewise.
9406         * genextract.c: Likewise.
9407         * genautomata.c: Likewise.
9408         * genemit.c: Likewise.
9409         * genpeep.c: Likewise.
9410         * genattrtab.c: Likewise.
9411         * genconditions.c: Likewise.
9412         * genpreds.c: Likewise.
9413
9414 2010-07-08  Andi Kleen  <ak@linux.intel.com>
9415
9416         * lto-section-in.c (lto_section_name): Add missing comma.
9417
9418 2010-07-08  Anatoly Sokolov  <aesok@post.ru>
9419
9420         * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
9421         * config/ia64/ia64-protos.h (ia64_override_options): Remove.
9422         * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
9423         (ia64_override_options): Rename to...
9424         (ia64_option_override): ... this one. Make static.
9425
9426 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
9427
9428         PR middle-end/44843
9429         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
9430         pointed-to type of the offset in a MEM_REF to compute the alignment.
9431
9432 2010-07-08  Kai Tietz  <kai.tietz@onevision.com>
9433
9434         * final.c (final_scan_insn): Replace
9435         TARGET_UNWIND_INFO macro check by unwind_emit
9436         hook NULL check.
9437         * targhooks.c (default_unwind_emit): Removed.
9438         * targhooks.h (default_unwind_emit): Likewise.
9439         * target.def (unwind_emit): Set default value to NULL.
9440
9441         * config/i386/i386-protos.h (ix86_asm_output_function_label):
9442         New prototype.
9443         * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
9444         for NULL fntype argument and allow 64-bit targets.
9445         (ix86_asm_output_function_label): New function.
9446         (ix86_expand_prologue): Handle 64-bit ms hook prologue.
9447         (ix86_handle_fndecl_attribute): Likewise.
9448         * doc/extend.texi (ms_hook_prologue): Adjust documentation.
9449         * doc/doc/tm.texi: Regenerated.
9450         * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
9451         (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
9452         * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
9453         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
9454         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
9455         * config/elfos.h: Likewise.
9456         * config/i386/cygming.h: Likewise.
9457         * config/netbsd-aout.h: Likewise.
9458         * config/openbsd.h: Likewise.
9459         * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
9460         by ix86_asm_output_function_label function call.
9461         * varasm.c (assemble_start_function): Use
9462         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
9463
9464 2010-07-08  Jan Hubicka  <jh@suse.cz>
9465
9466         * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
9467         New function.
9468         * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
9469         Declare.
9470         * ipa-cp.c (ipcp_estimate_growth): Use it.
9471         * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
9472         Likewise.
9473
9474 2010-07-08  Jan Hubicka  <jh@suse.cz>
9475
9476         * tree-inline.c (declare_return_variable): Allocate annotation for new
9477         temporary.
9478
9479 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
9480
9481         PR tree-optimization/44710
9482         * tree-if-conv.c (parse_predicate): New.
9483         (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
9484         Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
9485
9486 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
9487
9488         * common.opt (ftree-loop-if-convert): New flag.
9489         * doc/invoke.texi (ftree-loop-if-convert): Documented.
9490         * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
9491         when flag_tree_loop_if_convert is set.
9492
9493 2010-07-08  Uros Bizjak  <ubizjak@gmail.com>
9494
9495         * config/i386/i386.c: Use short syntax for function calls
9496         through function pointers.
9497         * config/i386/i386.md: Ditto.
9498
9499 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
9500
9501         * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
9502
9503 2010-07-08  Richard Guenther  <rguenther@suse.de>
9504
9505         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
9506         stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
9507
9508 2010-07-08  Jakub Jelinek  <jakub@redhat.com>
9509
9510         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
9511         instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
9512         (loc_list_from_tree): Likewise.
9513         (output_loc_operands): Handle outputting DW_OP_const[48]u
9514         with loc->dtprel set.
9515         (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
9516
9517 2010-07-08  Jan Hubicka  <jh@suse.cz>
9518
9519         * ipa.c: Include pointer-set.h
9520         (cgraph_externally_visible_p): New attribute ALIASED;
9521         when in LTO, hidden symbols are local unless they are aliased.
9522         (function_and_variable_visibility): Compute aliased nodes;
9523         handle LTO and hidden symbol on functions and vars.
9524         * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
9525         for COMDAT symbols; handle COMDAT_GROUPS also at vars.
9526
9527 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
9528
9529         * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
9530         * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
9531         * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
9532         * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
9533         * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
9534         * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
9535         (ix86_gen_probe_stack_range): Likewise.
9536         (override_options): Set them.
9537         (ix86_target_stack_probe): New function.
9538         (ix86_compute_frame_layout): Force use of push instructions to
9539         save registers if stack checking with probes is enabled.
9540         (get_scratch_register_on_entry): New function.
9541         (release_scratch_register_on_entry): Likewise.
9542         (ix86_adjust_stack_and_probe): Likewise.
9543         (output_adjust_stack_and_probe): Likewise.
9544         (ix86_emit_probe_stack_range): Likewise.
9545         (output_probe_stack_range): Likewise.
9546         (ix86_expand_prologue): Emit stack checking code if static built-in
9547         stack checking is enabled.
9548         Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
9549         * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
9550         (output_adjust_stack_and_probe): Likewise.
9551         (output_probe_stack_range): Likewise.
9552         * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
9553         (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
9554         TARGET_STACK_PROBE.
9555         (allocate_stack_worker_64): Likewise.
9556         (allocate_stack): Likewise.
9557         (adjust_stack_and_probe): New insn.
9558         (probe_stack_range): Likewise.
9559
9560 2010-07-08  Richard Guenther  <rguenther@suse.de>
9561
9562         PR tree-optimization/44831
9563         * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
9564         a MEM_REF preserving TBAA info of the original dereference.
9565         Dereference the original pointer if the address is not invariant.
9566         (propagate_with_phi): Fixup type checks wrt MEM_REFs.  Require
9567         at least one invariant address that we are going to dereference.
9568
9569 2010-07-08  Richard Guenther  <rguenther@suse.de>
9570
9571         PR tree-optimization/44861
9572         * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
9573         information when building MEM_REFs.
9574         (vectorizable_load): Likewise.
9575         * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
9576
9577 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
9578
9579         * config/sol2-c.c: Do not include diagnostic-core.h.
9580
9581 2010-07-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9582
9583         PR bootstrap/44768
9584         * cfgexpand.c (estimated_stack_frame_size): Make self-contained
9585         with respect to current_function_decl. Pass decl of the function.
9586         * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
9587         * ipa-inline.c (compute_inline_parameters): Pass decl to
9588         estimated_stack_frame_size.
9589
9590 2010-07-08  Richard Guenther  <rguenther@suse.de>
9591
9592         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
9593         New function.
9594         (valueize_refs): Call it.
9595
9596 2010-07-08  Richard Guenther  <rguenther@suse.de>
9597
9598         PR rtl-optimization/44838
9599         * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
9600         SSA form do not use pointer equivalence.
9601
9602 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
9603
9604         * dwarf2out.c (AT_linkage_name): Delete.
9605         (add_linkage_attr): New function.
9606         (add_linkage_name): Call it to emit the linkage attribute.
9607         (dwarf2out_finish): Likewise.
9608         (move_linkage_attr): Explicitly accept both attribute variants.
9609
9610 2010-07-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
9611
9612         * toplev.h: Do not include diagnostic-core.h.
9613         Include diagnostic-core.h in every file that includes toplev.h.
9614         * c-tree.h: Do not include toplev.h.
9615         * pretty-print.h: Update comment.
9616         * Makefile.in: Update dependencies.
9617         * alias.c: Include diagnostic-core.h in every file that includes
9618         toplev.h.
9619         * attribs.c: Likewise.
9620         * auto-inc-dec.c: Likewise.
9621         * bb-reorder.c: Likewise.
9622         * bt-load.c: Likewise.
9623         * caller-save.c: Likewise.
9624         * calls.c: Likewise.
9625         * cfg.c: Likewise.
9626         * cfganal.c: Likewise.
9627         * cfgbuild.c: Likewise.
9628         * cfgcleanup.c: Likewise.
9629         * cfghooks.c: Likewise.
9630         * cfgloop.c: Likewise.
9631         * combine.c: Likewise.
9632         * config/alpha/alpha.c: Likewise.
9633         * config/arc/arc.c: Likewise.
9634         * config/arm/arm.c: Likewise.
9635         * config/arm/pe.c: Likewise.
9636         * config/avr/avr.c: Likewise.
9637         * config/bfin/bfin.c: Likewise.
9638         * config/cris/cris.c: Likewise.
9639         * config/crx/crx.c: Likewise.
9640         * config/darwin-c.c: Likewise.
9641         * config/darwin.c: Likewise.
9642         * config/fr30/fr30.c: Likewise.
9643         * config/frv/frv.c: Likewise.
9644         * config/h8300/h8300.c: Likewise.
9645         * config/host-darwin.c: Likewise.
9646         * config/i386/i386.c: Likewise.
9647         * config/i386/netware.c: Likewise.
9648         * config/i386/nwld.c: Likewise.
9649         * config/i386/winnt-cxx.c: Likewise.
9650         * config/i386/winnt-stubs.c: Likewise.
9651         * config/i386/winnt.c: Likewise.
9652         * config/ia64/ia64-c.c: Likewise.
9653         * config/ia64/ia64.c: Likewise.
9654         * config/iq2000/iq2000.c: Likewise.
9655         * config/lm32/lm32.c: Likewise.
9656         * config/m32c/m32c-pragma.c: Likewise.
9657         * config/m32c/m32c.c: Likewise.
9658         * config/m32r/m32r.c: Likewise.
9659         * config/m68hc11/m68hc11.c: Likewise.
9660         * config/m68k/m68k.c: Likewise.
9661         * config/mcore/mcore.c: Likewise.
9662         * config/mep/mep-pragma.c: Likewise.
9663         * config/mep/mep.c: Likewise.
9664         * config/mmix/mmix.c: Likewise.
9665         * config/mn10300/mn10300.c: Likewise.
9666         * config/moxie/moxie.c: Likewise.
9667         * config/pa/pa.c: Likewise.
9668         * config/pdp11/pdp11.c: Likewise.
9669         * config/picochip/picochip.c: Likewise.
9670         * config/rs6000/rs6000-c.c: Likewise.
9671         * config/rs6000/rs6000.c: Likewise.
9672         * config/rx/rx.c: Likewise.
9673         * config/s390/s390.c: Likewise.
9674         * config/score/score.c: Likewise.
9675         * config/score/score3.c: Likewise.
9676         * config/score/score7.c: Likewise.
9677         * config/sh/sh.c: Likewise.
9678         * config/sh/symbian-base.c: Likewise.
9679         * config/sh/symbian-c.c: Likewise.
9680         * config/sh/symbian-cxx.c: Likewise.
9681         * config/sol2-c.c: Likewise.
9682         * config/sol2.c: Likewise.
9683         * config/sparc/sparc.c: Likewise.
9684         * config/spu/spu.c: Likewise.
9685         * config/stormy16/stormy16.c: Likewise.
9686         * config/v850/v850-c.c: Likewise.
9687         * config/v850/v850.c: Likewise.
9688         * config/vax/vax.c: Likewise.
9689         * config/vxworks.c: Likewise.
9690         * config/xtensa/xtensa.c: Likewise.
9691         * convert.c: Likewise.
9692         * cse.c: Likewise.
9693         * cselib.c: Likewise.
9694         * dbgcnt.c: Likewise.
9695         * dbxout.c: Likewise.
9696         * ddg.c: Likewise.
9697         * dominance.c: Likewise.
9698         * emit-rtl.c: Likewise.
9699         * explow.c: Likewise.
9700         * expmed.c: Likewise.
9701         * fixed-value.c: Likewise.
9702         * fold-const.c: Likewise.
9703         * fwprop.c: Likewise.
9704         * gcse.c: Likewise.
9705         * ggc-common.c: Likewise.
9706         * ggc-page.c: Likewise.
9707         * ggc-zone.c: Likewise.
9708         * gimple-low.c: Likewise.
9709         * gimplify.c: Likewise.
9710         * graph.c: Likewise.
9711         * haifa-sched.c: Likewise.
9712         * ifcvt.c: Likewise.
9713         * implicit-zee.c: Likewise.
9714         * integrate.c: Likewise.
9715         * ira-build.c: Likewise.
9716         * ira-color.c: Likewise.
9717         * ira-conflicts.c: Likewise.
9718         * ira-costs.c: Likewise.
9719         * ira-lives.c: Likewise.
9720         * ira.c: Likewise.
9721         * lists.c: Likewise.
9722         * loop-doloop.c: Likewise.
9723         * loop-iv.c: Likewise.
9724         * lto-opts.c: Likewise.
9725         * lto-symtab.c: Likewise.
9726         * main.c: Likewise.
9727         * modulo-sched.c: Likewise.
9728         * optabs.c: Likewise.
9729         * params.c: Likewise.
9730         * plugin.c: Likewise.
9731         * postreload-gcse.c: Likewise.
9732         * postreload.c: Likewise.
9733         * predict.c: Likewise.
9734         * profile.c: Likewise.
9735         * real.c: Likewise.
9736         * regcprop.c: Likewise.
9737         * reginfo.c: Likewise.
9738         * regmove.c: Likewise.
9739         * reorg.c: Likewise.
9740         * resource.c: Likewise.
9741         * rtl.c: Likewise.
9742         * rtlanal.c: Likewise.
9743         * sched-deps.c: Likewise.
9744         * sched-ebb.c: Likewise.
9745         * sched-rgn.c: Likewise.
9746         * sdbout.c: Likewise.
9747         * sel-sched-dump.c: Likewise.
9748         * sel-sched-ir.c: Likewise.
9749         * simplify-rtx.c: Likewise.
9750         * stmt.c: Likewise.
9751         * stor-layout.c: Likewise.
9752         * store-motion.c: Likewise.
9753         * targhooks.c: Likewise.
9754         * tree-cfg.c: Likewise.
9755         * tree-cfgcleanup.c: Likewise.
9756         * tree-dump.c: Likewise.
9757         * tree-eh.c: Likewise.
9758         * tree-inline.c: Likewise.
9759         * tree-nomudflap.c: Likewise.
9760         * tree-object-size.c: Likewise.
9761         * tree-optimize.c: Likewise.
9762         * tree-outof-ssa.c: Likewise.
9763         * tree-phinodes.c: Likewise.
9764         * tree-profile.c: Likewise.
9765         * tree-ssa-ccp.c: Likewise.
9766         * tree-ssa-coalesce.c: Likewise.
9767         * tree-ssa-live.c: Likewise.
9768         * tree-ssa-loop-niter.c: Likewise.
9769         * tree-ssa-loop-prefetch.c: Likewise.
9770         * tree-ssa-loop.c: Likewise.
9771         * tree-ssa-structalias.c: Likewise.
9772         * tree-ssa-uninit.c: Likewise.
9773         * tree-ssa.c: Likewise.
9774         * tree-vect-data-refs.c: Likewise.
9775         * tree-vect-loop-manip.c: Likewise.
9776         * tree-vect-loop.c: Likewise.
9777         * tree-vect-patterns.c: Likewise.
9778         * tree-vect-stmts.c: Likewise.
9779         * tree-vrp.c: Likewise.
9780         * varasm.c: Likewise.
9781         * vec.c: Likewise.
9782         * web.c: Likewise.
9783         * xcoffout.c: Likewise.
9784
9785 2010-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
9786
9787         * gengtype.c (write_field_root): New function.
9788         (write_root): Use it.
9789
9790 2010-07-07  Wei Guozhi  <carrot@google.com>
9791
9792         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
9793         of lowest bits to lshift/compare): Add a missing line.
9794
9795 2010-07-07  Wei Guozhi  <carrot@google.com>
9796
9797         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
9798         of lowest bits to lshift/compare): New.
9799
9800 2010-07-07  Tom Tromey  <tromey@redhat.com>
9801
9802         * doc/tm.texi: Update.
9803         * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
9804         Add @hook.
9805         * target.def (want_debug_pub_sections): New hook.
9806         * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
9807         * dwarf2out.c (add_pubname_string): Check
9808         targetm.want_debug_pub_sections.
9809         (add_pubname): Likewise.
9810         (add_pubtype): Likewise.
9811
9812 2010-07-07  Jie Zhang  <jie@codesourcery.com>
9813
9814         * genautomata.c (output_automata_list_min_issue_delay_code):
9815         Correctly decompress min_issue_delay.
9816
9817 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
9818
9819         PR rtl-optimization/44404
9820         * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
9821         possible, use reg_overlap_mentioned_p instead.
9822
9823 2010-07-07  Duncan Sands  <baldrick@free.fr>
9824
9825         PR middle-end/41355
9826         * tree.c (build_function_type_skip_args): Copy the original type using
9827         build_distinct_type_copy rather than copy_node.
9828
9829 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
9830
9831         PR target/44850
9832         * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
9833         revision 161876.
9834         (ix86_expand_prologue): Likewise.
9835         (ix86_handle_fndecl_attribute): Likewise.
9836         (ix86_asm_declare_function_name): Likewise.
9837         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
9838         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
9839         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
9840         * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
9841         * doc/extend.texi: Likewise.
9842
9843 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
9844
9845         PR target/44844
9846         * config/i386/i386.md (rdrand<mode>): Changed to expand to
9847         retry if the carry flag isn't valid.
9848         (rdrand<mode>_1): New.
9849
9850 2010-07-07  Richard Guenther  <rguenther@suse.de>
9851
9852         PR middle-end/44790
9853         * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
9854         for expanding the constant offset for MEM_REFs.
9855
9856 2010-07-07  Richard Guenther  <rguenther@suse.de>
9857
9858         * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
9859         * tree-ssa-propagate.c (valid_gimple_call_p): Make static.  Fix.
9860         * gimple.h (is_gimple_operand): Remove.
9861         * gimple.c (is_gimple_operand): Likewise.
9862         (walk_gimple_op): Fix wi->val_only setting for calls.
9863         * tree-cfg.c (verify_gimple_call): Fix argument validation.
9864         * tree-profile.c (tree_gen_ic_func_profiler): Do not create
9865         invalid gimple calls.
9866
9867 2010-07-06  Jan Hubicka  <jh@suse.cz>
9868
9869         * lto-cgraph.c (output_cgraph): Add missing declaration.
9870
9871 2010-07-06  Jan Hubicka  <jh@suse.cz>
9872
9873         * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
9874         partition.
9875
9876 2010-07-06  Alexandre Oliva  <aoliva@redhat.com>
9877
9878         * doc/gimple.texi (GIMPLE_DEBUG): Document.
9879         * doc/rtl.texi (Debug Information): New node.
9880         (NOTE_INSN_VAR_LOCATION): Document.
9881         (debug_insn): Likewise.
9882         * doc/generic.texi (DEBUG_EXPR_DECL): Document.
9883
9884 2010-07-07  Jan Hubicka  <jh@suse.cz>
9885
9886         With parts by Richard Guenther.
9887
9888         PR middle-end/44813
9889         * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
9890         for functions passed by reference.
9891         * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
9892         in memory when passed by reference.
9893         * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
9894         beggining.
9895         * ipa-split.c (split_function): Cleanup way return value is passed;
9896         handle SSA DECL_BY_REFERENCE retvals.
9897         * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
9898         DECL_BY_REFERENCE is set.
9899         * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
9900         find_what_p_points_to): Handle RESULT_DECL.
9901         * tree-inline.c (declare_return_variable): Get new entry_block argument;
9902         when passing by reference ensure that RESULT_DECL is gimple_val.
9903         (remap_gimple_op_r): Remap RESULT_DECL ssa name.
9904         (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
9905
9906 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
9907
9908         PR rtl-optimization/44787
9909         * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
9910         * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
9911
9912 2010-07-06  Jan Hubicka  <jh@suse.cz>
9913
9914         * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
9915         (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
9916         with body can prevail.
9917         (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
9918         (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
9919         * cgraph.c (cgraph_get_node_or_alias): New function.
9920         * cgraph.h (cgraph_get_node_or_alias): Declare.
9921
9922 2010-07-06  Kai Tietz  <kai.tietz@onevision.com>
9923
9924         * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
9925         support.
9926         (ix86_expand_prologue): Likewise.
9927         (ix86_handle_fndecl_attribute): Likewise.
9928         (ix86_asm_declare_function_name): New function for
9929         ASM_DECLARE_FUNCTION_NAME.
9930         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
9931         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
9932         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
9933         * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
9934         * doc/extend.texi: Adjust documentation about ms_hook_prologue
9935         attribute.
9936
9937 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
9938
9939         * config/i386/i386.md (immediate_operand): New mode attribute.
9940
9941         (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
9942         pro_epilogue_adjust_stack  and pro_epilogue_adjust_stack_rex64
9943         using P mode iterator.
9944         (pro_epilogue_adjust_stack_di_2): Rename from
9945         pro_epilogue_adjust_stack_rex64_2.
9946
9947         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
9948
9949 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
9950
9951         * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
9952         through gen_mov_insv_1 function pointer.
9953         (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
9954         gen_truncxf<mode>2 through gen_truncxf function pointer.
9955         (remainder<mode>3): Ditto.
9956         (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
9957         (allocate_stack): Call gen_allocate_stack_worker_64 or
9958         gen_allocate_stack_worker_32 through gen_allocate_stack_worker
9959         function pointer.
9960         (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
9961         function pointer.
9962
9963 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
9964
9965         * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
9966         operand constraint instead of <r><i>m.
9967
9968 2010-07-06  Richard Guenther  <rguenther@suse.de>
9969
9970         PR middle-end/44828
9971         * convert.c (convert_to_integer): Watch out for overflowing
9972         MULT_EXPR as well.
9973
9974 2010-07-05  Jan Hubicka  <jh@suse.cz>
9975
9976         * lto-streamer.c (write_symbol_vec): Rename to ...
9977         (write_symbol) ... this one; write only symbol given and when
9978         present in cache. Sanity check that what is defined is present
9979         in cgraph/varpool with body/finalized decl.
9980         (write_symbols_of_kind): Remove.
9981         (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
9982         pairs to produce symtab.
9983         (produce_asm_for_decls): Update call of produce_symtab; don't do so
9984         when doing WPA streaming.
9985
9986 2010-07-05  Jan Hubicka  <jh@suse.cz>
9987
9988         * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
9989         function is still available to fold into.
9990
9991 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
9992
9993         * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
9994         * function.h (struct_function): Change type of local_decls field
9995         to a VEC.
9996         (add_local_decl): New function.
9997         (FOR_EACH_LOCAL_DECL): New macro.
9998         * cfgexpand.c (init_vars_expansion): Adjust for new type of
9999         cfun->local_decls.
10000         (estimated_stack_frame_size): Likewise.
10001         (expand_used_vars): Likewise.
10002         * cgraphbuild.c (build_cgraph_edges): Likewise.
10003         * function.c (instantiate_decls_1): Likewise.
10004         * ipa-struct-reorg.c (build_data_structure): Likewise.
10005         * ipa-type-escape.c (analyze_function): Likewise.
10006         * lto-streamer-in.c (input_function): Likewise.
10007         * lto-streamer-out.c (output_function): Likewise.
10008         * tree-ssa-live.c (remove_unused_locals): Likewise.
10009         * tree.c (free_lang_data_in_decl): Likewise.
10010         (find_decls_types_in_node): Likewise.
10011         * omp-low.c (remove_exit_barrier): Likewise.
10012         (expand_omp_taskreg): Likewise.
10013         (list2chain): Rename to...
10014         (vec2chain): ...this.  Adjust.
10015         * cgraphunit.c (assemble_thunk): Call add_local_decl.
10016         * tree-cfg.c (replace_by_duplicate_decl): Likewise.
10017         * gimple-low.c (record_vars_into): Likewise.
10018         * tree-inline.c (remap_decls): Likewise.
10019         (declare_return_variable): Likewise.
10020         (declare_inline_vars): Likewise.
10021         (copy_forbidden): Adjust for new type of cfun->local_decls.
10022         (add_local_variables): New function.
10023         (expand_call_inline): Call it.
10024         (tree_function_versioning): Likewise.
10025
10026 2010-07-05  H.J. Lu  <hongjiu.lu@intel.com>
10027
10028         AVX Programming Reference (June, 2010)
10029         * config/i386/cpuid.h (bit_F16C): New.
10030         (bit_RDRND): Likewise.
10031         (bit_FSGSBASE): Likewise.
10032
10033         * config/i386/i386-builtin-types.def: Add
10034         "DEF_FUNCTION_TYPE (UINT16)", function types for
10035         float16 <-> float conversions and
10036         "DEF_FUNCTION_TYPE (VOID, UINT64)".
10037
10038         * config/i386/i386-c.c (ix86_target_macros_internal): Support
10039         OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
10040         OPTION_MASK_ISA_F16C.
10041
10042         * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
10043         (OPTION_MASK_ISA_RDRND_SET): Likewise.
10044         (OPTION_MASK_ISA_F16C_SET): Likewise.
10045         (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
10046         (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
10047         (OPTION_MASK_ISA_F16C_UNSET): Likewise.
10048         (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
10049         (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
10050         (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
10051         (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
10052         (override_options): Handle them.
10053         (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
10054         (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
10055         IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
10056         IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
10057         IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
10058         IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
10059         IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
10060         IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
10061         IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
10062         (bdesc_args): Likewise.
10063         (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
10064         V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
10065         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
10066         VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
10067         Handle non-memory store.
10068
10069         * config/i386/i386.h (TARGET_FSGSBASE): New.
10070         (TARGET_RDRND): Likewise.
10071         (TARGET_F12C): Likewise.
10072
10073         * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
10074         (UNSPEC_VCVTPS2PH): Likewise.
10075         (UNSPECV_RDFSBASE): Likewise.
10076         (UNSPECV_RDGSBASE): Likewise.
10077         (UNSPECV_WRFSBASE): Likewise.
10078         (UNSPECV_WRGSBASE): Likewise.
10079         (UNSPECV_RDRAND): Likewise.
10080         (rdfsbase<mode>): Likewise.
10081         (rdgsbase<mode>): Likewise.
10082         (wrfsbase<mode>): Likewise.
10083         (wrgsbase<mode>): Likewise.
10084         (rdrand<mode>): Likewise.
10085
10086         * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
10087
10088         * config/i386/immintrin.h (_rdrand_u16): New.
10089         (_rdrand_u32): Likewise.
10090         (_readfsbase_u32): Likewise.
10091         (_readfsbase_u64): Likewise.
10092         (_readgsbase_u32): Likewise.
10093         (_readgsbase_u64): Likewise.
10094         (_writefsbase_u32): Likewise.
10095         (_writefsbase_u64): Likewise.
10096         (_writegsbase_u32): Likewise.
10097         (_writegsbase_u64): Likewise.
10098         (_rdrand_u64): Likewise.
10099         (_cvtsh_ss): Likewise.
10100         (_mm_cvtph_ps): Likewise.
10101         (_mm256_cvtph_ps): Likewise.
10102         (_cvtss_sh): Likewise.
10103         (_mm_cvtps_ph): Likewise.
10104         (_mm256_cvtps_ph): Likewise.
10105
10106         * config/i386/sse.md (vcvtph2ps): New.
10107         (*vcvtph2ps_load): Likewise.
10108         (vcvtph2ps256): Likewise.
10109         (vcvtps2ph): Likewise.
10110         (*vcvtps2ph): Likewise.
10111         (*vcvtps2ph_store): Likewise.
10112         (vcvtps2ph256): Likewise.
10113
10114         * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
10115
10116         * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
10117
10118 2010-07-05  Joern Rennecke  <joern.rennecke@embecosm.com>
10119
10120         PR bootstrap/44512
10121         * genenums.c (main): Output include of insn-constants.h
10122         * Makefile.in (insn-enums.o): Depend on insn-constants.h.
10123
10124 2010-07-05  Uros Bizjak  <ubizjak@gmail.com>
10125
10126         * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
10127         (override_options): Initialize it.
10128         (ix86_expand_prologue): Use it.
10129
10130 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
10131
10132         * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
10133
10134 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
10135
10136         * double-int.h (fit_double_type): Remove declaration.
10137         * double-int.c (fit_double_type): Remove function.
10138         * tree.h (int_fits_type_p): Adjust prototype.
10139         * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
10140         instead of fit_double_type.
10141         (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
10142         instead of fit_double_type and build_int_cst_wide.
10143         * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
10144         instead of fit_double_type and build_int_cst_wide.
10145         (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
10146         of fit_double_type.
10147
10148 2010-07-05  Jan Hubicka  <jh@suse.cz>
10149
10150         * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
10151         in_other_partition.
10152         * lto-cgraph.c (referenced_from_other_partition_p,
10153         reachable_from_other_partition_p): Use in_other_partition flags.
10154         (output_node, output_varpool_node): COMDAT nodes always have private
10155         copies and thus are never used from other partition.
10156
10157 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
10158
10159         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
10160         * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
10161         * config/ia64/ia64.c Include reload.h.
10162         (ia64_memory_move_cost): New function.
10163         (TARGET_MEMORY_MOVE_COST): Define.
10164         (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
10165         memory_move_cost.
10166
10167 2010-07-05  Sandra Loosemore  <sandra@codesourcery.com>
10168
10169         PR middle-end/42505
10170         * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
10171         comments about cost model.
10172         (try_add_cand_for):  Add second strategy for choosing initial set
10173         based on original IVs, controlled by ORIGINALP argument.
10174         (get_initial_solution): Add ORIGINALP argument.
10175         (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
10176         (find_optimal_iv_set): Try two different strategies for choosing
10177         the IV set, and return the one with lower cost.
10178
10179 2010-07-05  Richard Guenther  <rguenther@suse.de>
10180
10181         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
10182
10183 2010-07-05  Richard Guenther  <rguenther@suse.de>
10184
10185         * tree.c (reference_alias_ptr_type): New function.
10186         * tree.h (reference_alias_ptr_type): Declare.
10187         * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
10188         allow non-TARGET_MEM_REF new refs.
10189         (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
10190         * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
10191         Build a MEM_REF instead of a TARGET_MEM_REF if possible.
10192         (create_mem_ref): Get alias pointer type.  Adjust calls to
10193         create_mem_ref_raw.
10194         (maybe_fold_tmr): Likewise.
10195         * tree-flow.h (create_mem_ref): Adjust prototype.
10196
10197 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
10198
10199         PR c++/44808
10200         * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
10201         *from_p is VAR_DECL.
10202
10203 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
10204
10205         * tree.h (build_call_list): Remove.
10206         * tree.c (build_call_list): Remove.
10207
10208 2010-07-05  Richard Guenther  <rguenther@suse.de>
10209
10210         * double-int.h (double_int_sub): Declare.
10211         * double-int.c (double_int_sub): New function.
10212         * dwarf2out.c (field_byte_offset): Use it.
10213         * fixed-value.c (do_fixed_add): Likewise.
10214         (do_fixed_multiply): Likewise.
10215         (do_fixed_divide): Likewise.
10216         * tree-predcom.c (add_ref_to_chain): Likewise.
10217         (determine_roots_comp): Likewise.
10218         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
10219
10220 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
10221
10222         * vec.h (VEC_splice, VEC_safe_splice): New macros.  Add function
10223         implementations.
10224
10225 2010-07-05  Bernd Schmidt  <bernds@codesourcery.com>
10226
10227         * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
10228         * arm-modes.def (CC_NOTB): Don't define.
10229         * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
10230         (adddi_sesidi_di, adddi_zesidi_di): Likewise.
10231         (LTUGEU): New code_iterator.
10232         (cnb, optab): New corresponding code_attrs.
10233         (addsi3_carryin_<optab>): Renamed from addsi3_carryin.  Change pattern
10234         to canonical form.  Operands 1 and 2 are commutative.  Parametrize
10235         using LTUGEU.
10236         (addsi3_carryin_shift_<optab>): Likewise.
10237         (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
10238         Operands 1 and 2 are commutative.  Parametrize using LTUGEU.
10239         (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
10240         (subsi3_compare): Renamed from subsi3_compare0_c.
10241         Change CC_NOTB to CC.
10242         (arm_subsi3_insn): Allow constants for operand 0.
10243         (compare_scc peephole for eq case): New.
10244         (compare_scc splitters): Change CC_NOTB to CC.
10245
10246 2010-07-05  Richard Guenther  <rguenther@suse.de>
10247
10248         * tree-ssa-loop-im.c (for_each_index): Do not handle
10249         ALIGN_INDIRECT_REF.
10250         (gen_lsm_tmp_name): Likewise.
10251         * tree-dump.c (dequeue_and_dump): Likewise.
10252         * tree-pretty-print.c (dump_generic_node): Likewise.
10253         (op_code_prio): Likewise.
10254         (op_symbol_code): Likewise.
10255         * tree.c (staticp): Likewise.
10256         (build1_stat): Likewise.
10257         * tree.h (INDIRECT_REF_P): Likewise.
10258         * fold-const.c (maybe_lvalue_p): Likewise.
10259         (operand_equal_p): Likewise.
10260         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
10261         (ao_ref_init_from_vn_reference): Likewise.
10262         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
10263         (find_interesting_uses_address): Likewise.
10264         * dwarf2out.c (loc_list_from_tree): Likewise.
10265         * gimplify.c (gimplify_expr): Likewise.
10266         * tree-eh.c (tree_could_trap_p): Likewise.
10267         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
10268         * cfgexpand.c (expand_debug_expr): Likewise.
10269         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
10270         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
10271         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
10272         * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
10273         * tree-ssa-operands.c (get_expr_operands): Likewise.
10274         * expr.c (safe_from_p): Likewise.
10275         (expand_expr_real_1): Likewise.  TER BIT_AND_EXPRs into MEM_REFs.
10276         * tree-vect-data-refs.c (vect_setup_realignment): Build
10277         BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
10278         * tree-vect-stmts.c (vectorizable_load): Likewise.
10279         * tree.def (ALIGN_INDIRECT_REF): Remove.
10280
10281 2010-07-05  Richard Guenther  <rguenther@suse.de>
10282
10283         PR tree-optimization/44784
10284         * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
10285         for inserted stmts.
10286         (find_or_generate_expression): Fix SCCVN insertion check.
10287
10288 2010-07-05  Nathan Sidwell  <nathan@codesourcery.com>
10289
10290         * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
10291         * config/rs6000/e500crtsav64gprctr.asm: Likewise.
10292         * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
10293         directives.
10294
10295 2010-07-05  Ira Rosen  <irar@il.ibm.com>
10296
10297         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
10298         statements that are not vectorized.
10299         * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
10300         in INSIDE_COST.
10301
10302 2010-07-05  Mikael Pettersson  <mikpe@it.uu.se>
10303
10304         PR bootstrap/44820
10305         * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
10306
10307 2010-07-05  Richard Guenther  <rguenther@suse.de>
10308
10309         * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
10310         RESULT_DECLs properly.
10311
10312 2010-07-04  H.J. Lu  <hongjiu.lu@intel.com>
10313
10314         PR rtl-optimization/44695
10315         * config/i386/i386.md (extract_code): Removed.
10316         (<u>divmodqi4): Likewise.
10317         (divmodqi4): New.
10318         (udivmodqi4): Likewise.
10319         (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
10320         (udivmodhiqi3): Likewise.
10321
10322 2010-07-04  Jan Hubicka  <jh@suse.cz>
10323
10324         * lto-cgraph.c (input_edge): Do not care about resolution decisions.
10325
10326 2010-07-04  Jan Hubicka  <jh@suse.cz>
10327
10328         * cgraphunit.c (init_cgraph): Only initialize dump file if it
10329         is not already initialized.
10330
10331 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
10332
10333         * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
10334         (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
10335         (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
10336         (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
10337         (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
10338         (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
10339         (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
10340         (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
10341         (sync_new_nand_optab): Redefine as macros.
10342         (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
10343         Delete.
10344         (direct_optab_index): New enum.
10345         (direct_optab_d): New structure.
10346         (direct_optab): New typedef.
10347         (direct_optab_table): Declare.
10348         (direct_optab_handler, set_direct_optab_handler): New functions.
10349         (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
10350         (sync_lock_release_optab): New macros.
10351         * optabs.c (direct_optab_table): New variable.
10352         (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
10353         (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
10354         cmpstr_optab and cmpstrn_optab.
10355         (emit_conditional_move): Likewise for movcc_optab.
10356         (can_conditionally_move_p): Likewise for movcc_gen_code.
10357         (init_insn_codes): Clear direct_optab_table.
10358         (init_optabs): Don't initialize the new "direct optabs" here.
10359         (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
10360         vcond_gen_code.
10361         (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
10362         (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
10363         (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
10364         (expand_sync_operation): Likewise other sync_*_optabs.
10365         (expand_sync_fetch_operation): Likewise.  Rename sync_compare_and_swap
10366         to sync_compare_and_swap_optab.
10367         (expand_sync_lock_test_and_set): Use direct_optab_handler for
10368         sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
10369         to the names of both.
10370         * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
10371         cmpstr_optab and cmpstrn_optab.
10372         (expand_builtin_lock_release): Likewise sync_lock_release.
10373         * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
10374         (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
10375         (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
10376         (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
10377         (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
10378         (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
10379         (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
10380         (sync_lock_test_and_set, sync_lock_release): Delete.
10381         (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
10382         (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
10383         * genopinit.c (optabs): Use set_direct_optab_handler for the new
10384         macro optabs.
10385         * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
10386         the "optab" local variable.  Use direct_optab_handler for optab and
10387         sync_compare_and_swap_optab.
10388         * reload1.c (reload_in_optab, reload_out_optab): Delete.
10389         * targhooks.c (default_secondary_reload): Use direct_optab_handler for
10390         reload_in_optab and reload_out_optab.
10391         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
10392         * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
10393         * config/pa/pa.c (pa_secondary_reload): Likewise.
10394         * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
10395         for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
10396         (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
10397         (VMSupportsCS8_builtin): Likewise.
10398
10399 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
10400
10401         * optabs.h (optab_handlers): Change type of insn_code to int.
10402         (optab_handler, set_optab_handler, convert_optab_handler)
10403         (set_convert_optab_handler): Treat the insn_code field as "insn_code -
10404         CODE_FOR_nothing".
10405         * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
10406         (init_insn_codes): Zero both the above arrays.
10407         (init_optabs): Never call init_insn_codes first time around.
10408
10409 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
10410
10411         * optabs.h (optab_handler, convert_optab_handler): Turn into
10412         inline functions that return an insn code.
10413         (set_optab_handler, set_convert_optab_handler): New functions.
10414         * builtins.c: Replace optab_handler(X)->insn_code with
10415         optab_handler or set_optab_handler thoughout.  Likewise
10416         convert_optab_handler(X)->insn_code with convert_optab_handler
10417         and set_convert_optab_handler.
10418         * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
10419         reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
10420         tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
10421         tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
10422         tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
10423         config/spu/spu.c: Likewise.
10424
10425 2010-07-04  Kaz Kojima  <kkojima@gcc.gnu.org>
10426
10427         PR target/44531
10428         * config.gcc (sh*-*-*): Use regular expressions instead of
10429         the 'i' modifier for sed substitutions.
10430
10431 2010-07-04  Jeremie Salvucci  <jeremie.salvucci@free.fr>
10432
10433         * gimple.c (gimple_body): Comments added.
10434
10435 2010-07-04  Richard Guenther  <rguenther@suse.de>
10436
10437         PR middle-end/44809
10438         * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
10439         of an INDIRECT_REF.
10440
10441 2010-07-04  Richard Guenther  <rguenther@suse.de>
10442
10443         PR tree-optimization/44479
10444         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
10445         extra SSA name copy statements which preserves points-to
10446         information.
10447         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
10448         Copy points-to information for all pointers.  Properly handle
10449         MEM_REFs.
10450         (vect_create_data_ref_ptr): Likewise.  Avoid extra SSA name
10451         copy statements.
10452         * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
10453         dependency.
10454
10455 2010-07-04  Richard Guenther  <rguenther@suse.de>
10456
10457         PR middle-end/44785
10458         * tree-inline.c (initialize_inlined_parameters): Do not
10459         re-use pointer-map slot over remap_type call.
10460
10461 2010-07-04  Richard Guenther  <rguenther@suse.de>
10462
10463         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
10464
10465 2010-07-04  Richard Guenther  <rguenther@suse.de>
10466
10467         PR tree-optimization/44656
10468         * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
10469         again after value-replacing in the defintions lhs.
10470
10471 2010-07-04  Ira Rosen  <irar@il.ibm.com>
10472             Revital Eres  <eres@il.ibm.com>
10473
10474         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
10475         Document new arguments.
10476         * doc/tm.texi: Regenerate.
10477         * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
10478         Handle unaligned store.
10479         * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
10480         * target.def (builtin_vectorization_cost): Add new arguments.
10481         * target.h (enum vect_cost_for_stmt): Add unaligned_store.
10482         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
10483         of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
10484         (vect_vfa_segment_size): Fix indentation.
10485         * tree-vectorizer.h (struct _vect_peel_info): New.
10486         (struct _vect_peel_extended_info): New.
10487         (struct _loop_vec_info): Add new field for peeling hash table and a
10488         macro for its access.
10489         (VECT_MAX_COST): Define.
10490         (vect_get_load_cost): Declare.
10491         (vect_get_store_cost, vect_get_known_peeling_cost,
10492         vect_get_single_scalar_iteraion_cost): Likewise.
10493         (vect_supportable_dr_alignment): Add new argument.
10494         * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
10495         field.
10496         (destroy_loop_vec_info): Free peeling hash table.
10497         (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
10498         (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
10499         vect_analyze_slp. Fix indentation.
10500         (vect_get_single_scalar_iteraion_cost): New function.
10501         (vect_get_known_peeling_cost): Likewise.
10502         (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
10503         Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
10504         statement. Move outside cost calculation inside unknown peeling case.
10505         Call vect_get_known_peeling_cost for known amount of peeling.
10506         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
10507         reference to the print message of forced alignment.
10508         (vect_verify_datarefs_alignment): Update call to
10509         vect_supportable_dr_alignment.
10510         (vect_get_data_access_cost): New function.
10511         (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
10512         vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
10513         vect_peeling_hash_choose_best_peeling): Likewise.
10514         (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
10515         to store all the accesses in the loop and find best possible access to
10516         align using peeling for known alignment case. For unknown alignment
10517         check if stores are preferred or if peeling is worthy.
10518         (vect_find_same_alignment_drs): Analyze pairs of loads too.
10519         (vect_supportable_dr_alignment): Add new argument and check aligned
10520         accesses according to it.
10521         * tree-vect-stmts.c (vect_get_stmt_cost): New function.
10522         (cost_for_stmt): Call vect_get_stmt_cost.
10523         (vect_model_simple_cost): Likewise.
10524         (vect_model_store_cost): Call vect_get_stmt_cost. Call
10525         vect_get_store_cost to calculate the cost of the statement.
10526         (vect_get_store_cost): New function.
10527         (vect_model_load_cost): Call vect_get_stmt_cost. Call
10528         vect_get_load_cost to calculate the cost of the statement.
10529         (vect_get_load_cost): New function.
10530         (vectorizable_store): Update call to vect_supportable_dr_alignment.
10531         (vectorizable_load): Likewise.
10532         * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
10533         * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
10534         arguments. Handle unaligned store.
10535         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
10536         (rs6000_builtin_support_vector_misalignment): Return true for word and
10537         double word alignments for VSX.
10538         * tree-vect-slp.c (vect_build_slp_tree): Update calls to
10539         vect_supportable_dr_alignment and builtin_vectorization_cost.
10540
10541 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10542
10543         PR target/44597
10544         * config/pa/predicates.md (prefetch_cc_operand): Remove.
10545         (prefetch_nocc_operand): Likewise.
10546         * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
10547         (prefetch_20): New insn.
10548         (prefetch_cc): Remove.
10549         (prefetch_nocc): Likewise.
10550
10551 2010-07-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10552
10553         * expr.c (vector_mode_valid_p): Move to c-common.c.
10554         * expr.h (vector_mode_valid_p): Do not declare here.
10555         * system.h: Poison GCC_EXPR_H in front-ends.
10556         * Makefile.in: Update dependencies.
10557
10558 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10559
10560         PR target/44705
10561         * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
10562
10563 2010-07-03  Jan Hubicka  <jh@suse.cz>
10564
10565         * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
10566         TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
10567         * cfgexpand.c (gimple_expand_cfg): Use new timevars.
10568         * var-tracking.c (vt_find_locations, variable_tracking_main_1):
10569         Likewise.
10570
10571         * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
10572         Update timevars.V
10573         * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
10574         (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
10575         TV_IPA_LTO_DECL_OUT): New.
10576         * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
10577
10578 2010-07-03  Jan Hubicka  <jh@suse.cz>
10579
10580         * ipa-inline.c (update_edge_key): Break out from ...
10581         update_callers_keys): ... here;
10582         (update_callee_keys): Update only the edges from caller to callee.
10583         (update_all_calle_keys): Do what update_calle_keys did.
10584         (decide_inlining_of_small_functions): Avoid recomputing of all
10585         callees when badness increase.
10586
10587 2010-07-03  Jie Zhang  <jie@codesourcery.com>
10588
10589         * config/arm/arm.c (arm_attr_length_move_neon): New.
10590         * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
10591         * config/arm/neon.md (define_mode_attr V_slen): Remove.
10592         (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
10593         to compute length attribute.
10594
10595 2010-07-03  Jie Zhang  <jie@codesourcery.com>
10596
10597         * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
10598         as predicate for operand 1 and remove its constraint.
10599         * config/arm/predicates.md (vfp_register_operand): New.
10600         * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
10601         (*push_fp_multi): Likewise.
10602
10603 2010-07-03  Eric Botcazou  <ebotcazou@adacore.com>
10604
10605         * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
10606
10607 2010-07-03  Jan Hubicka  <jh@suse.cz>
10608
10609         * config/i386/i386.c (override_options): Revert accidental commit.
10610
10611 2010-07-02  Le-Chun Wu  <lcwu@google.com>
10612
10613         PR c++/44128
10614         * doc/invoke.texi: Update documentation of -Wshadow.
10615
10616 2010-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
10617             Julian Brown  <julian@codesourcery.com>
10618             Sandra Loosemore  <sandra@codesourcery.com>
10619
10620         * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
10621         comparisons.  Adjust to take both operands.
10622         (arm_select_cc_mode): Handle DImode comparisons.
10623         (arm_gen_compare_reg): Generate a scratch register for DImode
10624         comparisons which require one.  Use xor for Thumb equality checks.
10625         (arm_const_double_by_immediates): New.
10626         (arm_print_operand): Allow 'Q' and 'R' for constants.
10627         (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
10628         * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
10629         arm_canonicalize_comparison.
10630         * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
10631         * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
10632         prototype.
10633         (arm_const_double_by_immediates): Declare.
10634         * config/arm/constraints.md (Di): New constraint.
10635         * config/arm/predicates.md (arm_immediate_di_operand)
10636         (arm_di_operand, cmpdi_operand): New.
10637         * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
10638         (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
10639         (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
10640         (cstoredi4): Handle non-Cirrus also.
10641
10642 2010-07-02  Julian Brown  <julian@codesourcery.com>
10643             Sandra Loosemore  <sandra@codesourcery.com>
10644
10645         PR target/43703
10646         * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
10647         (smax<mode>3): Disable for NEON float modes when
10648         flag_unsafe_math_optimizations is false.
10649         * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
10650         (*mul<mode>3_neon)
10651         (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
10652         (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
10653         for NEON float modes when flag_unsafe_math_optimizations is false.
10654         (quad_halves_<code>v4sf): Only enable if
10655         flag_unsafe_math_optimizations is true.
10656         * doc/invoke.texi (ARM Options): Add note about floating point
10657         vectorization requiring -funsafe-math-optimizations.
10658
10659 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
10660             Julian Brown  <julian@codesourcery.com>
10661
10662         * config/arm/neon.md (UNSPEC_VABA): Delete.
10663         (UNSPEC_VABAL): Delete.
10664         (UNSPEC_VABS): Delete.
10665         (UNSPEC_VMUL_N): Delete.
10666         (adddi3_neon): New.
10667         (subdi3_neon): New.
10668         (mul<mode>3add<mode>_neon): Make the pattern named.
10669         (mul<mode>3neg<mode>add<mode>_neon): Likewise.
10670         (neon_vadd<mode>): Replace with define_expand, and move the remaining
10671         unspec parts...
10672         (neon_vadd<mode>_unspec): ...to this.
10673         (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
10674         (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
10675         (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
10676         (neon_vaba<mode>): Rewrite in terms of vabd.
10677         (neon_vabal<mode>): Rewrite in terms of vabdl.
10678         (neon_vabs<mode>): Rewrite without unspec.
10679         * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
10680         (*arm_subdi3): Likewise.
10681         * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
10682         No_op attribute to disable assembly output checks.
10683         * config/arm/arm_neon.h: Regenerated.
10684         * doc/arm-neon-intrinsics.texi: Regenerated.
10685
10686 2010-07-02  Jan Hubicka  <jh@suse.cz>
10687
10688         * ipa-split.c (split_function): For aggregate values, set the return
10689         slot optimization bit.  When passing DECL_BY_REFERENCE, produce
10690         *<retval> = fncall.part ().
10691         (execute_split_functions): Do not care about DECL_BY_REFERENCE.
10692
10693 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
10694
10695         * config/arm/neon.md (UNSPEC_VAND): Delete.
10696         (UNSPEC_VBIC): Delete.
10697         (UNSPEC_VCLZ): Delete.
10698         (UNSPEC_VCNT): Delete.
10699         (UNSPEC_VEOR): Delete.
10700         (UNSPEC_VORN): Delete.
10701         (UNSPEC_VORR): Delete.
10702         (iordi3_neon): Rewrite RTL without unspec.  Add alternatives to handle
10703         core registers too.
10704         (anddi3_neon): Likewise.
10705         (orndi3_neon): Likewise.
10706         (bicdi3_neon): Likewise.
10707         (xordi3_neon): Likewise.
10708         (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
10709         rid of unspec and handle unused operand.
10710         (neon_vcnt<mode>): Similarly, with popcount<mode>2.
10711         * config/arm/predicates.md (imm_for_neon_logic_operand):
10712         Require TARGET_NEON.
10713         (imm_for_neon_inv_logic_operand): Likewise.
10714         * config/arm/arm.md (define_split for logical_binary_operator):
10715         Disable for NEON registers.
10716         (anddi3): Add new define_expand, and rename the insn.  Disable
10717         this insn for NEON, where anddi3_neon now applies.
10718         (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
10719         (iordi3): As for anddi3.
10720         (xordi3): Likewise.
10721         * config/arm/neon.ml (Vand): Split DImode variants and mark them
10722         as No_op to disable testing for exact instruction match.
10723         (Vorr): Likewise.
10724         (Veor): Likewise.
10725         (Vbic): Likewise.
10726         (Vorn): Likewise.
10727         * config/arm/arm_neon.h: Regenerated.
10728         * doc/arm-neon-intrinsics.texi: Regenerated.
10729
10730 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
10731
10732         * expr.h (emit_stack_probe): Declare.
10733         * explow.c (emit_stack_probe): Make global.
10734         (anti_adjust_stack_and_probe): Fix comments.
10735         * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
10736         * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
10737         * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
10738         * config/sparc/sparc.c: Include except.h.
10739         (sparc_emit_probe_stack_range): New function.
10740         (output_probe_stack_range): Likewise.
10741         (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
10742         built-in stack checking is enabled.
10743         * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
10744         * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
10745         (probe_stack_range): New insn.
10746
10747 2010-07-02  Richard Guenther  <rguenther@suse.de>
10748
10749         PR target/43958
10750         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
10751         for argument alignment.
10752
10753 2010-07-02  Jan Hubicka  <jh@suse.cz>
10754
10755         * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
10756         walk backwards from entry_bb to check only those basic block of header
10757         that might lead to execution of split part.
10758         (consider_split) ... here.
10759         (find_return_bb): Allow assignment in return BB.
10760         (find_retval): New.
10761         (split_function): Fix name of cloned function; take care of updating
10762         return value in return_bb containing move.
10763
10764 2010-07-02  Andreas Schwab  <schwab@linux-m68k.org>
10765
10766         PR target/44771
10767         * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
10768         used variable insn.
10769
10770 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
10771
10772         * implicit-zee.c (combine_reaching_defs): Fix long lines.
10773         (is_set_with_extension_DI): Delete.
10774         (struct zero_extend_info): New structure.
10775         (add_removable_zero_extend): New function.
10776         (find_removable_zero_extends): Use note_stores to find SETs.
10777         (find_and_remove_ze): Fix long line, remove superfluous parentheses.
10778
10779 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
10780
10781         * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
10782         is_miss_rate_acceptable. Pull total_positions computation
10783         out of the loops.  Early return if miss_positions exceeds
10784         the acceptable threshold.
10785         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
10786         is_miss_rate_acceptable after renaming of compute_miss_rate.
10787
10788 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
10789
10790         PR middle-end/44576
10791         * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
10792         of 1000) for miss rate if the address diference is greater than or
10793         equal to the cache line size (the two reference will never hit the
10794         same cache line).
10795
10796 2010-07-02  Bernd Schmidt  <bernds@codesourcery.com>
10797
10798         PR target/42835
10799         * config/arm/arm-modes.def (CC_NOTB): New mode.
10800         * config/arm/arm.c (get_arm_condition_code): Handle it.
10801         * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
10802         * config/arm/arm.md (subsi3_compare0_c): New pattern.
10803         (compare_scc): Now a define_and_split.  Add a number of extra
10804         splitters before it.
10805
10806         PR target/42172
10807         * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
10808         and ZERO_EXTEND.
10809         (arm_rtx_costs_1): Likewise.
10810         (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
10811         * config/arm/arm.md (is_arch6): New attribute.
10812         (zero_extendhisi2, zero_extendqisi2, extendhisi2,
10813         extendqisi2): Tighten the code somewhat, avoiding invalid
10814         RTL to occur in the expander patterns.
10815         (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
10816         (thumb1_zero_extendhisi2_v6): Delete.
10817         (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
10818         (thumb1_extendhisi2_v6): Delete.
10819         (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
10820         (thumb1_extendqisi2_v6): Delete.
10821         (zero_extendhisi2 for register input splitter): New.
10822         (zero_extendqisi2 for register input splitter): New.
10823         (thumb1_extendhisi2 for register input splitter): New.
10824         (extendhisi2 for register input splitter): New.
10825         (extendqisi2 for register input splitter): New.
10826         (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
10827         (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
10828         and add support for a register alternative requiring a split.
10829         (thumb1_zero_extendqisi2): Likewise.
10830         (arm_zero_extendqisi2): Likewise.
10831         (arm_extendhisi2): Likewise.
10832         (arm_extendqisi2): Likewise.
10833
10834 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
10835
10836         * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
10837         instead of an unspec.
10838         (neon_expand_vector_init): Likewise.
10839         * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
10840         (UNSPEC_VDUP_LANE): Delete.
10841         (UNSPEC VDUP_N): Delete.
10842         (UNSPEC_VGET_HIGH): Delete.
10843         (UNSPEC_VGET_LANE): Delete.
10844         (UNSPEC_VGET_LOW): Delete.
10845         (UNSPEC_VMVN): Delete.
10846         (UNSPEC_VSET_LANE): Delete.
10847         (V_double_vector_mode): New.
10848         (vec_set<mode>_internal): Make code emitted match that for the
10849         corresponding intrinsics.
10850         (vec_setv2di_internal): Likewise.
10851         (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
10852         (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
10853         (neon_vset_lane<mode>): Combine double and quad patterns and
10854         expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
10855         (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
10856         (neon_vdup_n<mode>): Rewrite RTL without unspec.
10857         (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
10858         (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
10859         with neon_vdup_lanev2di, adjusting the pattern from the latter
10860         to be predicable for consistency.
10861         (neon_vdup_lane<mode>_internal): New.
10862         (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
10863         to avoid using an unspec.
10864         (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
10865         (neon_vdup_lanev2di): Turn into a define_expand.
10866         (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
10867         (neon_vget_high<mode>): Replace with....
10868         (neon_vget_highv16qi): New pattern using canonical RTL.
10869         (neon_vget_highv8hi): Likewise.
10870         (neon_vget_highv4si): Likewise.
10871         (neon_vget_highv4sf): Likewise.
10872         (neon_vget_highv2di): Likewise.
10873         (neon_vget_low<mode>): Replace with....
10874         (neon_vget_lowv16qi): New pattern using canonical RTL.
10875         (neon_vget_lowv8hi): Likewise.
10876         (neon_vget_lowv4si): Likewise.
10877         (neon_vget_lowv4sf): Likewise.
10878         (neon_vget_lowv2di): Likewise.
10879
10880         * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
10881         test for this emitting vmov.
10882         (Vset_lane): Likewise.
10883         (Vdup_n): Likewise.
10884         (Vmov_n): Likewise.
10885
10886         * doc/arm-neon-intrinsics.texi: Regenerated.
10887
10888 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
10889
10890         * config/arm/neon.md (vec_extractv2di): Correct error in register
10891         numbering to reconcile with neon_vget_lanev2di.
10892
10893 2010-07-02  Richard Guenther  <rguenther@suse.de>
10894
10895         * tree-ssa-structalias.c (pt_solution_set_var): New function.
10896         * tree-ssa-alias.h (pt_solution_set_var): Declare.
10897         * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
10898         points-to information.
10899
10900 2010-07-02  Christian Borntraeger  <borntraeger@de.ibm.com>
10901
10902         * config/s390/s390.c (override_options): Adopt prefetching
10903         at -O3 to handle flag_prefetch_loop_arrays as a tristate.
10904
10905 2010-07-02  Jan Hubicka  <jh@suse.cz>
10906
10907         * df-problems.c (df_kill_notes): Do not collect dead  notes.
10908         (df_set_note): Just call add_reg_note.
10909         (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
10910         df_create_unused_note): Do not deal with lists of old notes.
10911         (df_note_bb_compute): Likewise.
10912
10913 2010-07-02  Richard Guenther  <rguenther@suse.de>
10914
10915         * tree-ssa-structalias.c (find_func_aliases): Handle
10916         pointer alignment via BIT_AND_EXPR.
10917         * tree-vrp.c (extract_range_from_binary_expr): Likewise.
10918
10919 2010-07-02  Richard Guenther  <rguenther@suse.de>
10920
10921         * tree-data-ref.c (initialize_data_dependence_relation): Handle
10922         mismatching number of dimensions properly.
10923
10924 2010-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10925
10926         PR target/44707
10927         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
10928         (lo_sum (high ...) ...) patterns generated by earlier passes.
10929
10930 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10931
10932         * doc/install.texi (Prerequisites): Document Perl requirement on
10933         Solaris 2.
10934         (Specific, *-*-solaris2*): Document GNU c++filt requirement.
10935
10936 2010-07-02  Richard Guenther  <rguenther@suse.de>
10937
10938         PR middle-end/44777
10939         * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
10940
10941 2010-07-02  Jan Hubicka  <jh@suse.cz>
10942
10943         PR middle-end/44706
10944         * predict.c (predict_paths_for_bb): Handle case when control dependence
10945         BB has only abnormal edges.
10946
10947 2010-07-02  Richard Guenther  <rguenther@suse.de>
10948
10949         PR tree-optimization/44748
10950         * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
10951         the embedded conversion in MEM_REFs.
10952
10953 2010-07-01  López-Ibáñez  <manu@gcc.gnu.org>
10954
10955         * reload.c: Include toplev.h.
10956         * recog.c:  Likewise.
10957         * Makefile.in: Adjust dependencies.
10958
10959 2010-07-01  Jakub Jelinek  <jakub@redhat.com>
10960
10961         PR debug/44694
10962         * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
10963         or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
10964
10965 2010-07-01  Richard Guenther  <rguenther@suse.de>
10966
10967         * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
10968         types for offsets.
10969
10970 2010-07-01  Joern Rennecke  <joern.rennecke@embecosm.com>
10971
10972         PR target/44732
10973         * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
10974         Fix argument types.
10975
10976 2010-07-01  Bernd Schmidt  <bernds@codesourcery.com>
10977
10978         PR target/44727
10979         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
10980         Make sure operand 0 dies.
10981
10982 2010-07-01  Richard Guenther  <rguenther@suse.de>
10983
10984         PR middle-end/42834
10985         PR middle-end/44468
10986         * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
10987         * doc/generic.texi (References to storage): Document MEM_REF.
10988         * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
10989         (print_call_name): Likewise.
10990         * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
10991         (build_simple_mem_ref_loc): New function.
10992         (mem_ref_offset): Likewise.
10993         * tree.h (build_simple_mem_ref_loc): Declare.
10994         (build_simple_mem_ref): Define.
10995         (mem_ref_offset): Declare.
10996         * fold-const.c: Include tree-flow.h.
10997         (operand_equal_p): Handle MEM_REF.
10998         (build_fold_addr_expr_with_type_loc): Likewise.
10999         (fold_comparison): Likewise.
11000         (fold_unary_loc): Fold
11001         VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
11002         (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
11003         fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
11004         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
11005         (ptr_deref_may_alias_ref_p_1): Likewise.
11006         (ao_ref_base_alias_set): Properly differentiate base object for
11007         offset and TBAA.
11008         (ao_ref_init_from_ptr_and_size): Use MEM_REF.
11009         (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
11010         (indirect_refs_may_alias_p): Likewise.
11011         (refs_may_alias_p_1): Likewise.  Remove pointer SSA name def
11012         chasing code.
11013         (ref_maybe_used_by_call_p_1): Handle MEM_REF.
11014         (call_may_clobber_ref_p_1): Likewise.
11015         * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
11016         * expr.c (expand_assignment): Handle MEM_REF.
11017         (store_expr): Handle MEM_REFs from STRING_CSTs.
11018         (store_field): If expanding a MEM_REF of a non-addressable
11019         decl use bitfield operations.
11020         (get_inner_reference): Handle MEM_REF.
11021         (expand_expr_addr_expr_1): Likewise.
11022         (expand_expr_real_1): Likewise.
11023         * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
11024         * alias.c (ao_ref_from_mem): Handle MEM_REF.
11025         (get_alias_set): Likewise.  Properly handle VIEW_CONVERT_EXPRs.
11026         * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
11027         (dr_analyze_indices): Likewise.
11028         (dr_analyze_alias): Likewise.
11029         (object_address_invariant_in_loop_p): Likewise.
11030         * gimplify.c (mark_addressable): Handle MEM_REF.
11031         (gimplify_cond_expr): Build MEM_REFs.
11032         (gimplify_modify_expr_to_memcpy): Likewise.
11033         (gimplify_init_ctor_preeval_1): Handle MEM_REF.
11034         (gimple_fold_indirect_ref): Adjust.
11035         (gimplify_expr): Handle MEM_REF.  Gimplify INDIRECT_REF to MEM_REF.
11036         * tree.def (MEM_REF): New tree code.
11037         * tree-dfa.c: Include toplev.h.
11038         (get_ref_base_and_extent): Handle MEM_REF.
11039         (get_addr_base_and_unit_offset): New function.
11040         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
11041         * gimple-fold.c (may_propagate_address_into_dereference): Handle
11042         MEM_REF.
11043         (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
11044         accesses if the array has just one dimension.  Remove always true
11045         parameter.  Do not require type compatibility here.
11046         (maybe_fold_offset_to_component_ref): Remove.
11047         (maybe_fold_stmt_indirect): Remove.
11048         (maybe_fold_reference): Remove INDIRECT_REF handling.
11049         Fold back to non-MEM_REF.
11050         (maybe_fold_offset_to_address): Simplify.  Deal with type
11051         mismatches here.
11052         (maybe_fold_reference): Likewise.
11053         (maybe_fold_stmt_addition): Likewise.  Also handle
11054         &ARRAY + I in addition to &ARRAY[0] + I.
11055         (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
11056         (gimple_get_relevant_ref_binfo): Handle MEM_REF.
11057         * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
11058         * tree-ssa.c (useless_type_conversion_p): Make most pointer
11059         conversions useless.
11060         (warn_uninitialized_var): Handle MEM_REF.
11061         (maybe_rewrite_mem_ref_base): New function.
11062         (execute_update_addresses_taken): Implement re-writing of MEM_REFs
11063         to SSA form.
11064         * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
11065         INDIRECT_REF handling.
11066         (copy_tree_body_r): Handle MEM_REF.
11067         * gimple.c (is_gimple_addressable): Adjust.
11068         (is_gimple_address): Likewise.
11069         (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
11070         invariant base are invariant.
11071         (is_gimple_min_lval): Adjust.
11072         (is_gimple_mem_ref_addr): New function.
11073         (get_base_address): Handle MEM_REF.
11074         (count_ptr_derefs): Likewise.
11075         (get_base_loadstore): Likewise.
11076         * gimple.h (is_gimple_mem_ref_addr): Declare.
11077         (gimple_call_fndecl): Handle invariant MEM_REF addresses.
11078         * tree-cfg.c (verify_address): New function, split out from ...
11079         (verify_expr): ... here.  Use for verifying ADDR_EXPRs and
11080         the address operand of MEM_REFs.  Verify MEM_REFs.  Reject
11081         INDIRECT_REFs.
11082         (verify_types_in_gimple_min_lval): Handle MEM_REF.  Disallow
11083         INDIRECT_REF.  Allow conversions.
11084         (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
11085         a register does not change its size.
11086         (verify_types_in_gimple_reference): Verify MEM_REF.
11087         (verify_gimple_assign_single): Disallow INDIRECT_REF.
11088         Handle MEM_REF.
11089         * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
11090         New.
11091         (mark_address_taken): Handle MEM_REF.
11092         (get_indirect_ref_operands): Pass through opf_not_non_addressable.
11093         (get_asm_expr_operands): Pass opf_not_non_addressable.
11094         (get_expr_operands): Handle opf_[not_]non_addressable.
11095         Handle MEM_REF.  Remove INDIRECT_REF handling.
11096         * tree-vrp.c (check_array_ref): Handle MEM_REF.
11097         (search_for_addr_array): Likewise.
11098         (check_array_bounds): Likewise.
11099         (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
11100         * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
11101         (ref_always_accessed_p): Likewise.
11102         (gen_lsm_tmp_name): Likewise.  Handle ADDR_EXPR.
11103         * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
11104         Handle MEM_REF.
11105         * cgraphbuild.c (mark_load): Properly check for NULL result
11106         from get_base_address.
11107         (mark_store): Likewise.
11108         * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
11109         * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
11110         handling for MEM_REF.
11111         * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
11112         &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
11113         * builtins.c (stabilize_va_list_loc): Use the function ABI
11114         valist type if we couldn't canonicalize the argument type.
11115         Always dereference with the canonical va-list type.
11116         (maybe_emit_free_warning): Handle MEM_REF.
11117         (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
11118         memmove to memcpy.
11119         * builtins.c (fold_builtin_memory_op): Use ref-all types
11120         for all memcpy foldings.
11121         * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
11122         (build_outer_var_ref): Likewise.
11123         (scan_omp_1_op): Likewise.
11124         (lower_rec_input_clauses): Likewise.
11125         (lower_lastprivate_clauses): Likewise.
11126         (lower_reduction_clauses): Likewise.
11127         (lower_copyprivate_clauses): Likewise.
11128         (expand_omp_atomic_pipeline): Likewise.
11129         (expand_omp_atomic_mutex): Likewise.
11130         (create_task_copyfn): Likewise.
11131         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
11132         Remove old union trick.  Initialize constant offsets.
11133         (ao_ref_init_from_vn_reference): Likewise.  Do not handle
11134         INDIRECT_REF.  Init base_alias_set properly.
11135         (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
11136         (vn_reference_fold_indirect): Adjust for MEM_REFs.
11137         (valueize_refs): Fold MEM_REFs.  Re-evaluate constant offset
11138         for ARRAY_REFs.
11139         (may_insert): Remove.
11140         (visit_reference_op_load): Do not test may_insert.
11141         (run_scc_vn): Remove parameter, do not fiddle with may_insert.
11142         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
11143         a field to store the constant offset this op applies.
11144         (run_scc_vn): Adjust prototype.
11145         * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
11146         * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
11147         MEM_REF.  Propagate &foo + CST as &MEM[&foo, CST].  Do not
11148         bother about volatile qualifiers on pointers.
11149         (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
11150         * tree-ssa-loop-ivopts.c
11151         * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
11152         (strip_offset_1): Likewise.
11153         (find_interesting_uses_address): Replace INDIRECT_REF handling with
11154         MEM_REF handling.
11155         (get_computation_cost_at): Likewise.
11156         * ipa-pure-const.c (check_op): Handle MEM_REF.
11157         * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
11158         * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
11159         and constants.
11160         * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
11161         * tree-parloops.c (take_address_of): Adjust for MEM_REF.
11162         (eliminate_local_variables_1): Likewise.
11163         (create_call_for_reduction_1): Likewise.
11164         (create_loads_for_reductions): Likewise.
11165         (create_loads_and_stores_for_name): Likewise.
11166         * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
11167         (ssa_accessed_in_tree): Handle MEM_REF.
11168         (ssa_accessed_in_assign_rhs): Likewise.
11169         (update_type_size): Likewise.
11170         (analyze_accesses_for_call_stmt): Likewise.
11171         (analyze_accesses_for_assign_stmt): Likewise.
11172         (transform_access_sites): Likewise.
11173         (transform_allocation_sites): Likewise.
11174         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
11175         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
11176         not handle INDIRECT_REF.
11177         * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
11178         (cond_store_replacement): Likewise.
11179         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
11180         MEM_REF, no not handle INDIRECT_REFs.
11181         (insert_into_preds_of_block): Properly initialize avail.
11182         (phi_translate_1): Fold MEM_REFs.  Re-evaluate constant offset
11183         for ARRAY_REFs.  Properly handle reference lookups that
11184         require a bit re-interpretation.
11185         (can_PRE_operation): Do not handle INDIRECT_REF.  Handle MEM_REF.
11186         * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
11187         (build_ref_for_offset_1): Remove.
11188         (build_ref_for_offset): Build MEM_REFs.
11189         (gate_intra_sra): Disable for now.
11190         (sra_ipa_modify_expr): Handle MEM_REF.
11191         (ipa_early_sra_gate): Disable for now.
11192         * tree-sra.c (create_access): Swap INDIRECT_REF handling for
11193         MEM_REF handling.
11194         (disqualify_base_of_expr): Likewise.
11195         (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
11196         MEM_REF handling.
11197         (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
11198         Use mem_ref_offset.  Remove bogus folding.
11199         (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
11200         (make_fancy_name_1): Add support for MEM_REF.
11201         * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
11202         * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
11203         * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
11204         (compute_complex_ancestor_jump_func): Likewise.
11205         (ipa_analyze_virtual_call_uses): Likewise.
11206         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
11207         INDIRECT_REF folding with more generalized MEM_REF folding.
11208         (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
11209         (forward_propagate_addr_into_variable_array_index): Also handle
11210         &ARRAY + I in addition to &ARRAY[0] + I.
11211         * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
11212         * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
11213         creates assignments with overlap.
11214         * tree-nested.c (get_static_chain): Adjust for MEM_REF.
11215         (get_frame_field): Likewise.
11216         (get_nonlocal_debug_decl): Likewise.
11217         (convert_nonlocal_reference_op): Likewise.
11218         (struct nesting_info): Add mem_refs pointer-set.
11219         (create_nesting_tree): Allocate it.
11220         (convert_local_reference_op): Insert to be folded mem-refs.
11221         (fold_mem_refs): New function.
11222         (finalize_nesting_tree_1): Perform defered folding of mem-refs
11223         (free_nesting_tree): Free the pointer-set.
11224         * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
11225         (vectorizable_load): Likewise.
11226         * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
11227         (propagate_with_phi): Likewise.
11228         * tree-object-size.c (addr_object_size): Handle MEM_REFs
11229         instead of INDIRECT_REFs.
11230         (compute_object_offset): Handle MEM_REF.
11231         (plus_stmt_object_size): Handle MEM_REF.
11232         (collect_object_sizes_for): Dispatch to plus_stmt_object_size
11233         for &MEM_REF.
11234         * tree-flow.h (get_addr_base_and_unit_offset): Declare.
11235         (symbol_marked_for_renaming): Likewise.
11236         * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
11237         (fold-const.o): Add $(TREE_FLOW_H).
11238         * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
11239         (find_func_clobbers): Likewise.
11240         * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
11241         (decompose_access): Likewise.
11242         (replace_field_acc): Likewise.
11243         (replace_field_access_stmt): Likewise.
11244         (insert_new_var_in_stmt): Likewise.
11245         (get_stmt_accesses): Likewise.
11246         (reorg_structs_drive): Disable.
11247         * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
11248         (ix86_canonical_va_list_type): Likewise.
11249
11250 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
11251
11252         PR other/44566
11253         * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
11254         * target.def (struct gcc_target): Replace enum reg_class with
11255         reg_class_t in hook argument / return types.
11256         * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
11257         (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
11258         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
11259         * targhooks.h (default_branch_target_register_class): Likewise.
11260         (default_ira_cover_classes, default_secondary_reload): Likewise.
11261         (default_memory_move_cost, default_register_move_cost): Likewise.
11262         * targhooks.c (default_branch_target_register_class): Likewise.
11263         (default_ira_cover_classes, default_secondary_reload): Likewise.
11264         (default_memory_move_cost, default_register_move_cost): Likewise.
11265         * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
11266         * bt-load.c (branch_target_load_optimize): Likewise.
11267         * ira.c (setup_cover_and_important_classes): Likewise.
11268         * ira-costs.c (copy_cost): Likewise.
11269         * reload1.c (emit_input_reload_insns): Likewise.
11270         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
11271         * config/frv/frv.c (frv_secondary_reload): Likewise.
11272         * config/s390/s390.c (s390_secondary_reload): Likewise.
11273         * config/i386/i386.c (i386_ira_cover_classes): Likewise.
11274         (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
11275         (ix86_register_move_cost): Likewise.
11276         * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
11277         * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
11278         * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
11279         * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
11280         * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
11281         (rs6000_ira_cover_classes): Likewise.
11282         * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
11283         * config/picochip/picochip-protos.h (picochip_secondary_reload):
11284         Likewise.
11285         * config/pa/pa.c (pa_secondary_reload): Likewise.
11286         * config/mips/mips.c (mips_ira_cover_classes): Likewise.
11287         * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
11288         * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
11289         * doc/tm.texi: Regenerate.
11290
11291 2010-06-30  Sebastian Pop  <sebastian.pop@amd.com>
11292
11293         PR bootstrrap/44726
11294         * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
11295         use.
11296         (build_alias_set_optimal_p): Likewise.
11297         (build_base_obj_set_for_drs): Likewise.
11298
11299 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
11300
11301         * target.def: Remove comment about licensing problems of function
11302         declarations.
11303
11304         * target.def (declare_constant_name): Change exp to expr.  Use DEFHOOK.
11305         * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
11306         * doc/tm.texi: Regenerate.
11307
11308         * target.def (builtin_reciprocal): Change tm_fn to md_fn.  Use DEFHOOK.
11309         * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
11310
11311         * target.def (enum_va_list_p): Use DEFHOOK.
11312         * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
11313         Rename ptype to ptree.
11314         * doc/tm.texi: Regenerate.
11315
11316         * target.def (fold_builtin): Rename nargs to n_args.  Use DEFHOOK.
11317         * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
11318         * doc/tm.texi: Regenerate.
11319
11320         * target.def (memory_move_cost): Use DEFHOOK.
11321         * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
11322         Rename regclass AKA class to rclass.
11323         * doc/tm.texi: Regenerate.
11324
11325         * target.def (pragma_parse): Use DEFHOOK.
11326         * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
11327         s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
11328         * doc/tm.texi: Regenerate.
11329
11330         * target.def (pass_by_reference): Use DEFHOOK.
11331         * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
11332         * doc/tm.texi: Regenerate.
11333
11334         * target.def (resolve_overloaded_builtin): Rename params to arglist.
11335         Use DEFHOOK.
11336         * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
11337         * doc/tm.texi: Regenerate.
11338
11339         * target.def (return_pops_args): Use DEFHOOK.
11340         * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
11341         Rename stack-size to size.
11342         * doc/tm.texi: Regenerate.
11343
11344         * target.def (dfa_new_cycle): Use DEFHOOK.  Rename dump_file to dump,
11345         last-sched_cycle to last_clock, cur_cycle to clock.
11346         * doc/tm.texi.in: Use @hook.
11347         * doc/tm.texi: Regenerate.
11348
11349         * target.def (print_operand, print_operand_address): Update comment.
11350         (print_operand_punct_valid_p): Likewise.
11351
11352 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
11353
11354         * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
11355         to rtl.h.
11356         (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
11357         * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
11358         * rtl-error.h: New.
11359         * regrename.c: Do not include toplev.h. Include rtl-error.h.
11360         * rtl-error.c: Likewise.
11361         * reload.c: Likewise.
11362         * recog.c:  Likewise.
11363         * sel-sched.c: Likewise.
11364         * function.c: Likewise.
11365         * reg-stack.c: Likewise.
11366         * cfgrtl.c: Likewise.
11367         * reload1.c: Likewise.
11368         * final.c: Include rtl-error.
11369         * Makefile.in: Adjust dependencies.
11370
11371 2010-06-30  Jan Hubicka  <jh@suse.cz>
11372
11373         PR middle-end/PR44706
11374         * ipa-split (split_function): Refine conditions when to use DECL_RESULT
11375         to return the value.
11376
11377 2010-06-30  Michael Matz  <matz@suse.de>
11378
11379         PR bootstrap/44699
11380         * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
11381         * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
11382         a gimple reg, attach the original VDEF to the last store in the
11383         sequence.
11384
11385 2010-06-30  Iain Sandoe  <iains@gcc.gnu.org>
11386
11387         PR other/44034
11388         * config/darwin.c (darwin_override_options): Use renamed
11389         targetm.asm_out.emit_unwind_label.
11390
11391 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
11392
11393         PR tree-optimization/39799
11394         * tree-inline.c (remap_ssa_name): Initialize variable only if
11395         SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
11396
11397 2010-06-30  Nathan Froyd  <froydnj@codesourcery.com>
11398
11399         * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
11400
11401 2010-06-30  Richard Guenther  <rguenther@suse.de>
11402
11403         PR target/44722
11404         * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
11405         against oscillation with reverse peephole2.
11406
11407 2010-06-30  H.J. Lu  <hongjiu.lu@intel.com>
11408
11409         PR target/44721
11410         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
11411         Fix last commit.
11412
11413 2010-06-30  Nick Clifton  <nickc@redhat.com>
11414
11415         * config/rx/rx-modes.def: New file.
11416         * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
11417         (CC_REGNUM): Define.
11418         (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
11419         register.
11420         (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
11421         (SELECT_CC_MODE): Define.
11422         * config/rx/rx.md (CC_REG): Define.  Update all patterns to use
11423         (reg:CC CC_REG) instead of (cc0).
11424         (attr "cc"): Delete.
11425         (cbranchsi4): Do not split compare and branch here. Instead move
11426         it to...
11427         (cbranchsi4_<code>): ... here.  New patterns.
11428         (cmpsi): Call rx-compare_redundant to find out if it is necessary
11429         to emit the compare instruction.
11430         * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
11431         cc_status flags.
11432         (rx_get_stack_layout): Iterate up to before CC_REGNUM not
11433         FIRST_PSEUDO_REGNUM.
11434         (rx_expand_prologue, rx_expand_epilogue): Likewise.
11435         (rx_notice_update_cc): Delete.
11436         (rx_cc_modes_compatible): New function.
11437         (flags_needed_for_conditional): New function.
11438         (flags_from_mode): New function.
11439         (rx_compare_redundant): New function - scans backwards through
11440         insn list to find out if condition flags are already set correctly.
11441         (TARGET_CC_MODES_COMPATIBLE): Define.
11442         * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
11443
11444         * config/rx/rx.h (BRANCH_COST): Define.
11445         (REGISTER_MOVE_COST): Define.
11446         * config/rx/predicates (rx_source_operand): Allow all constant types.
11447         * config/rx/rx.md (addsi3): Add alternative for swapped operands.
11448         (tstsi4): New pattern.
11449         * config/rx/rx.c (rx_memory_move_cost): Define.
11450         (TARGET_MEMORY_MOVE_COST): Define.
11451
11452 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
11453
11454         * tree.h (block_may_fallthru): Declare here.
11455         * tree-flow.h (block_may_fallthru): Do not declare here.
11456         * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
11457         bitmap.h
11458         * Makefile.in (c-typeck.o): Update dependencies.
11459
11460 2010-06-30  Jakub Jelinek  <jakub@redhat.com>
11461
11462         PR debug/44694
11463         * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
11464         * cselib.c (cfa_base_preserved_regno): New static variable.
11465         (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
11466         of REGNO (cfa_base_preserved_val->locs->loc).
11467         (cselib_preserve_cfa_base_value): Add regno argument, set
11468         cfa_base_preserved_regno to it.
11469         (cselib_invalidate_regno): Allow removal of registers other than
11470         cfa_base_preserved_regno from cfa_base_preserved_val.
11471         (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
11472         * var-tracking.c (adjust_mems): Replace sp or hfp even outside
11473         of MEM addresses, if not on LHS.
11474         (reverse_op): Don't add reverse ops for cfa_base_rtx.
11475         (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
11476
11477 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
11478
11479         * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
11480         static variables.
11481         (peep2_buf_position): New static function.
11482         (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
11483         peephole2_optimize): Use it.
11484         (peep2_attempt, peep2_update_life): New static functions, broken out
11485         of peephole2_optimize.
11486         (peep2_fill_buffer): New static function.
11487         (peephole2_optimize): Change the main loop to try to fill the buffer
11488         with the maximum number of insns before matching them against
11489         peepholes.  Use a forward scan.  Remove special case for targets with
11490         conditional execution.
11491         * genrecog.c (change_state): Delete dead code.
11492         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
11493         Rewrite so as not to expect the second insn to have had a peephole
11494         applied yet.
11495
11496 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
11497
11498         * genhooks.c (emit_findices): Cast field precision to int.
11499         (emit_documentation): Likewise.
11500
11501 2010-06-29  Jakub Jelinek  <jakub@redhat.com>
11502
11503         PR tree-optimization/43801
11504         * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
11505         if old_decl was DECL_ONE_ONLY.
11506
11507         PR debug/44668
11508         * dwarf2out.c (add_accessibility_attribute): New function.
11509         (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
11510         instead of adding DW_AT_accessibility manually.
11511         (gen_enumeration_type_die, gen_struct_or_union_type_die,
11512         gen_typedef_die): Use it.
11513
11514 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
11515
11516         * vmsdbgout.c (full_name): Just output the file name if not native.
11517
11518 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
11519
11520         * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
11521         (funcnam_table): New static table.
11522         (funcnum_table): New static table.
11523         (write_rtnbeg): Write value saved in funcnum_table.
11524         (write_rtnend): Write value saved in funcnum_table.
11525         (vmsdbgout_begin_function): Save current function info in
11526         (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
11527         (vmsdbgout_finish): Iterate over funcnum_table.
11528
11529 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
11530
11531         * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
11532         (vmsdbgout_type_decl): Declare
11533         (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
11534         (FUNC_EPILOGUE_LABEL): New macro
11535         (vmsdbgout_begin_epilogue): New function.
11536         (vmsdbgout_type_decl): New function.
11537
11538 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
11539
11540         * vmsdbg.h: Update copyright.
11541
11542 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
11543
11544         * vmsdbg.h (DST_K_TBG): New DST constant.
11545         * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
11546         (write_modbeg): Cast module_language to avoid warning.
11547         (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
11548
11549 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
11550
11551         PR other/44034
11552         * target.def, doc/tm.texi.in, genhooks.c: New files.
11553         * target.h: Instead of defining individual hook members,
11554         define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
11555         include target.def.
11556         * target-def.h: Instead of defining individual hook initializers,
11557         include target-hooks-def.h.
11558         * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
11559         targetm.live_on_entry -> targetm.extra_live_on_entry
11560         targetm.sched.md_finish ->targetm.sched.finish
11561         targetm.sched.md_init -> targetm.sched.init
11562         targetm.sched.md_init_global -> targetm.sched.init_global
11563         targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
11564         targetm.asm_out.except_table_label ->
11565           targetm.asm_out.emit_except_table_label
11566         targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
11567         targetm.target_help -> targetm.help
11568         targetm.vectorize.builtin_support_vector_misalignment ->
11569           targetm.vectorize.support_vector_misalignment
11570         targetm.file_start_app_off -> targetm.asm_file_start_app_off
11571         targetm.file_start_file_directive ->
11572          targetm.asm_file_start_file_directive
11573         * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
11574         * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
11575         * config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
11576         TARGET_VECTOR_ALIGNMENT_REACHABLE ->
11577           TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
11578         TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
11579           TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
11580         TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
11581         * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
11582         * Makefile.in (TARGET_H): Depend on target.def.
11583         (TARGET_DEF_H): Depend on target-hooks-def.h.
11584         (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
11585         (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
11586         * doc/tm.texi: Regenerate.
11587
11588         * Makefile.in (s-tm-texi): Remove stray tab / rule.
11589
11590         * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
11591         (targetm.sched.init): Likewise.
11592
11593 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
11594
11595         PR bootstrap/44713
11596         * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
11597         (function_arg_advance_32): Const-ify TYPE parameter.
11598         (function_arg_advance_64): Likewise.  Change type of NAMED to bool.
11599         (ix86_function_arg_advance): Change type of NAMED to bool.
11600         (function_arg_32): Const-ify CUM and TYPE parameters.
11601         (function_arg_64): Likewise.  Change type of NAMED to bool.
11602         (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
11603         to bool.
11604         (ix86_function_arg): Change type of NAMED to bool.
11605         (ix86_setup_incoming_varargs): Call ix86_function_arg_advance.  Pass
11606         last argument as a bool.
11607
11608 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
11609
11610         * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
11611         (OVERRIDE_OPTIONS): Add note of obsolescence.
11612         Replace references with references to TARGET_OPTION_OVERRIDE.
11613         (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
11614          the macro).
11615         * targhooks.c (default_target_option_override): New function.
11616         * targhooks.h (default_target_option_override): Declare.
11617         * target.h (struct gcc_target): Add override member to
11618         target_option member.
11619         * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
11620         targetm.target_option.override call.
11621         * target-def.h (TARGET_OPTION_OVERRIDE): Define.
11622         (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
11623
11624 2010-06-29  Jan Hubicka  <jh@suse.cz>
11625
11626         * tree-inline.c: Replace incomming by incomin and clonning by cloning.
11627
11628 2010-06-29  Jan Hubicka  <jh@suse.cz>
11629
11630         * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
11631         unreachable.
11632         (rebuild_frequencies): New function.
11633         * predict.h (rebuild_frequencies): Declare.
11634         * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
11635         entry block and edge reaching new_entry.
11636         (tree_function_versioning): When doing partial cloning, rebuild
11637         frequencies when done.
11638         * passes.c (execute_function_todo): Use rebild_frequencies.
11639
11640 2010-06-29  Richard Guenther  <rguenther@suse.de>
11641
11642         * tree-dfa.c (dump_variable): Remove noalias_state dumping.
11643         * tree-flow.h (enum noalias_state): Remove.
11644         (struct var_ann_d): Remove noalias_state member.
11645
11646 2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
11647
11648         PR target/43902
11649         * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
11650         (maddhisi4): Renamed from mulhisi3addsi.  Operands renumbered.
11651         (maddhidi4): Likewise.
11652
11653         Revert parts of the change for PR25130.
11654         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
11655         MEM_ALIAS_SET.
11656
11657 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
11658
11659         * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
11660         targetm.calls.function_incoming_arg, and
11661         targetm.calls.function_arg_advance instead of FUNCTION_ARG,
11662         FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
11663         * target.h (struct gcc_target): Add function_arg_advance,
11664         function_arg, and function_incoming_arg fields.
11665         * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
11666         (TARGET_FUNCTION_INCOMING_ARG): Define.
11667         (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
11668         and TARGET_FUNCTION_INCOMING_ARG.
11669         * targhooks.h (default_function_arg_advance): Declare.
11670         (default_function_arg, default_function_incoming_arg): Declare.
11671         * targhooks.c (default_function_arg_advance): New function.
11672         (default_function_arg, default_function_incoming_arg): New function.
11673         * config/i386/i386.c (function_arg_advance): Rename to...
11674         (ix86_function_arg_advance): ...this.  Make static.
11675         (function_arg): Rename to...
11676         (ix86_function_arg): ...this.  Make static.
11677         (TARGET_FUNCTION_ARG_ADVANCE): Define.
11678         (TARGET_FUNCTION_ARG): Define.
11679         * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
11680         (FUNCTION_ARG): Delete.
11681         * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
11682         (function_arg): Delete prototype.
11683
11684 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
11685
11686         * reginfo.c (init_reg_sets_1): Adjust comments.
11687         * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
11688         * calls.c (prepare_call_address): Likewise.
11689         (emit_call_1): Use targetm.calls.return_pops_args.
11690         (expand_call): Likewise.
11691         * function.c (assign_parms): Likewise.
11692         * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
11693         * target.h (struct gcc_target) [struct calls]: Add
11694         return_pops_args field.
11695         * targhooks.h (default_return_pops_args): Declare.
11696         * targhooks.c (default_return_pops_args): Define.
11697         * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
11698         (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
11699         * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
11700         (TARGET_RETURN_POPS_ARGS): ...this.  Use deftypefn.  Adjust
11701         documentation.
11702         * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
11703         * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
11704         * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
11705         * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
11706         * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
11707         * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
11708         * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
11709         * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
11710         * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
11711         * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
11712         * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
11713         * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
11714         * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
11715         * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
11716         * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
11717         * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
11718         * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
11719         * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
11720         * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
11721         * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
11722         * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
11723         * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
11724         * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
11725         * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
11726         * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
11727         * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
11728         * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
11729         * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
11730         * config/score/score.h (RETURN_POPS_ARGS): Likewise.
11731         * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
11732         * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
11733         * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
11734         * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
11735         * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
11736         * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
11737         * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
11738         * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
11739         * config/i386/i386.c (ix86_return_pops_args): Make static.
11740         Constify arguments.
11741         (TARGET_RETURN_POPS_ARGS): Define.
11742         * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
11743         * config/m68k/m68k.c (m68k_return_pops_args): ...here.  New function.
11744         (TARGET_RETURN_POPS_ARGS): Define.
11745         * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
11746         * config/vax/vax.c (vax_return_pops_args): ...here.  New function.
11747         (TARGET_RETURN_POPS_ARGS): Define.
11748
11749 2010-06-29  Richard Guenther  <rguenther@suse.de>
11750
11751         PR middle-end/44667
11752         * tree-inline.c (initialize_inlined_parameters): Make sure
11753         to remap the inlined parameter variable substitutions types.
11754
11755 2010-06-29  Eric Botcazou  <ebotcazou@adacore.com>
11756
11757         PR rtl-optimization/44659
11758         * combine.c (make_compound_operation) <SUBREG>: Do not return the
11759         result of force_to_mode if it partially re-expanded the compound.
11760
11761 2010-06-28  Jan Hubicka  <jh@suse.cz>
11762
11763         PR middle-end/44671
11764         * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
11765         RESULT_DECL.
11766
11767 2010-06-28  Anatoly Sokolov  <aesok@post.ru>
11768
11769         * double-int.h (force_fit_type_double): Remove declaration.
11770         * double-int.c (force_fit_type_double): Move to tree.c.
11771         * tree.h (force_fit_type_double): Declare.
11772         * tree.h (force_fit_type_double): Moved from double-int.c. Use
11773         double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
11774         double_int_to_tree instead of fit_double_type and build_int_cst_wide.
11775         * convert.c (convert_to_pointer): Adjust call to
11776         force_fit_type_double.
11777         * tree-vrp.c (extract_range_from_assert,
11778         extract_range_from_unary_expr): Adjust call to force_fit_type_double.
11779         * fold-const.c: Update comment.
11780         (int_const_binop, fold_convert_const_int_from_int,
11781         fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
11782         extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
11783         fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
11784         round_up_loc): Adjust call to force_fit_type_double.
11785
11786 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
11787
11788         * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
11789
11790 2010-06-28  Martin Jambor  <mjambor@suse.cz>
11791
11792         * tree-sra.c (convert_callers): New parameter, change fndecls of
11793         recursive calls.
11794         (modify_function): Pass the old decl to convert_callers.
11795
11796 2010-06-28  Martin Jambor  <mjambor@suse.cz>
11797
11798         * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
11799         ipa_check_create_node_params and ipa_initialize_node_params with
11800         checking asserts they are not necessary.
11801
11802 2010-06-28  Jan Hubicka  <jh@suse.cz>
11803
11804         PR tree-optimization/44687
11805         * ipa-split.c (split_function): Use DECL_RESULT to store return value.
11806
11807 2010-06-28  Martin Jambor  <mjambor@suse.cz>
11808
11809         PR c++/44535
11810         * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
11811         (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
11812         instead of BINFO_BASE_BINFO.
11813
11814 2010-06-28  Michael Matz  <matz@suse.de>
11815
11816         PR middle-end/44592
11817         * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
11818         proper VDEF chain for intermediate stores in the sequence.
11819
11820 2010-06-28  Jan Hubicka  <jh@suse.cz>
11821
11822         PR tree-optimization/44357
11823         * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
11824         uninlinable functions.
11825
11826 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
11827
11828         * config.gcc (powerpc*-*-*): Handle titan.
11829         * config/rs6000/rs6000.c (titan_cost): New costs.
11830         (rs6000_override_options): Add "titan" to processor_target_table.
11831         Add Titan to branch alignment logic.
11832         Correctly set rs6000_cost for titan.
11833         * config/rs6000/rs6000.md (cpu): Add titan.  Include "titan.md".
11834         * config/rs6000/titan.md: New file.
11835         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
11836
11837 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
11838
11839         * tree-browser.c (TB_history_stack): Convert to a VEC.
11840         (TB_SET_HEAD): Adjust for new type of TB_history_stack.
11841         (TB_history_prev): Likewise.
11842
11843 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
11844
11845         * vec.h (vec_heap_free): Add parentheses around free.
11846
11847 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
11848
11849         * system.h: Poison GCC_EXCEPT_H for front-end files.
11850
11851         * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
11852         langhook.
11853         * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
11854         Define to NULL by default.
11855         * except.h: Define GCC_EXCEPT_H.
11856         (doing_eh): Remove prototype.
11857         (init_eh, init_eh_for_function): Move prototypes to toplev.h.
11858         (lang_protect_cleanup_actions): Remove.
11859         * except.c (lang_protect_cleanup_actions): Remove.
11860         (doing_eh): Remove.
11861         (gen_eh_region): Don't check doing_eh here.
11862         * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
11863         * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
11864         instead of lang_protect_cleanup_actions.
11865         * omp-low.c (maybe_catch_exception): Likewise.
11866         * Makefile.in: Update dependencies.
11867
11868 2010-06-28  Bingfeng Mei  <bmei@broadcom.com>
11869
11870         * cgraph.h (struct varpool_node): new used_from_object_file flag.
11871         (struct cgraph_local_info): new used_from_object_file flag.
11872         * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
11873         (cgraph_clone_node): initialize used_from_object_file.
11874         (cgraph_create_virtual_clone): initialize used_from_object_file.
11875         * lto-symbtab.c (lto_symtab_merge_decls_1): Set
11876         used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
11877         when compiling with -fwhole-program.
11878         (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
11879         internal resolver.
11880         * ipa.c (function_and_variable_visibility): Set externally_visible
11881         flag of varpool_node if used_from_object_file flag is set.
11882         (cgraph_externally_visible_p): check used_from_object_file flag.
11883         * doc/invoke.texi (-fwhole-program option): Change description of
11884         externally_visible attribute accordingly.
11885         * doc/extend.texi (externally_visible): Ditto.
11886
11887 2010-06-27  Jan Hubicka  <jh@suse.cz>
11888
11889         * params.def (max-inline-insns-auto): Default to 40.
11890         * doc/invoke.texi (max-inline-insns-auto): Document the change.
11891
11892 2010-06-27  Jan Hubicka  <jh@suse.cz>
11893
11894         PR middle-end/44671
11895         PR middle-end/44686
11896         * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
11897         signature change.
11898         * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
11899         * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
11900
11901 2010-06-27  Anatoly Sokolov  <aesok@post.ru>
11902
11903         * target.h (struct gcc_target): Add register_move_cost field.
11904         * target-def.h (TARGET_REGISTER_MOVE_COST): New.
11905         (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
11906         * targhooks.c (default_register_move_cost): New function.
11907         * targhooks.h (default_register_move_cost): Declare function.
11908         * defaults.h (REGISTER_MOVE_COST): Delete.
11909         * ira-int.h (ira_register_move_cost): Update comment.
11910         * ira.c (ira_register_move_cost): Update comment.
11911         * reload.h (register_move_cost): Declare.
11912         * reginfo.c (register_move_cost): New function.
11913         (move_cost): Update comment.
11914         (init_move_cost, memory_move_secondary_cost): Replace
11915         REGISTER_MOVE_COST with register_move_cost.
11916         * postreload.c (reload_cse_simplify_set): (Ditto.).
11917         * reload.c (find_valid_class, find_reloads): (Ditto.).
11918         * reload1.c (choose_reload_regs): (Ditto.).
11919         * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
11920         (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
11921         * doc/md.texi (can_create_pseudo_p): Update documentation.
11922
11923         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
11924         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
11925         * config/i386/i386.h (ix86_memory_move_cost): Make static.
11926         (TARGET_MEMORY_MOVE_COST): Define.
11927
11928         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
11929         * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
11930         * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
11931         (TARGET_MEMORY_MOVE_COST): Define.
11932
11933 2010-06-27  Richard Guenther  <rguenther@suse.de>
11934
11935         PR tree-optimization/44683
11936         * tree-ssa-dom.c (record_edge_info): Record equivalences for the
11937         false edge from the inverted condition.
11938
11939 2010-06-27  Richard Guenther  <rguenther@suse.de>
11940
11941         PR middle-end/44684
11942         * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
11943         (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
11944         for register LHS.  Or non-store assignments.
11945
11946 2010-06-26  Eric Botcazou  <ebotcazou@adacore.com>
11947
11948         * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
11949         (sparc_emit_set_const64): Likewise.  Remove disabled code.
11950         * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
11951         (sparc_emit_set_const64): Likewise.
11952
11953 2010-06-26  Catherine Moore  <clm@codesourcery.com>
11954
11955         * config/mips/mips.md (alu_type): New attribute.
11956         (type): Infer type from alu_type.
11957         (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
11958         *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
11959         *subsi3_extended, negsi2, negdi2, *low<mode>,
11960         *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
11961         xor<mode>3, *nor<mode>3,
11962         *zero_extend<GPR:mode>_trunc<SHORT:mode>,
11963         *zero_extendhi_truncqi):  Set alu_type instead of type.
11964
11965 2010-06-26  Douglas B Rupp  <rupp@gnat.com>
11966
11967         * config/alpha/alpha.c (alpha_need_linkage): Adjust
11968         splay_tree_new_ggc call.
11969         (alpha_use_linkage): Likewise.
11970
11971 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
11972
11973         * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
11974         * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
11975         * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
11976         (static_specs): Remove switches_need_spaces.
11977         (process_command, do_self_spec): Hardcode handling "-o" instead of
11978         checking switches_need_spaces.
11979         * system.h (SWITCHES_NEED_SPACES): Poison.
11980
11981 2010-06-26  Richard Guenther  <rguenther@suse.de>
11982
11983         PR tree-optimization/44393
11984         * tree-loop-distribution.c (generate_loops_for_partition): Fix
11985         stmt removal and VOP renaming.
11986         (generate_memset_zero): Remove redundant stmt updating.
11987         * tree-flow.h (mark_virtual_ops_in_bb): Remove.
11988         * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
11989
11990 2010-06-26  Jan Hubicka  <jh@suse.cz>
11991
11992         * ipa-split.c (consider_split): PHI in entry block is OK as long as all
11993         edges comming from header are equivalent.
11994         (visit_bb): Handle PHIs correctly.
11995         * tree-inline.c (copy_phis_for_bb): Be able to copy
11996         PHI from entry edge.
11997         (copy_cfg_body): Produce edge from entry BB before copying PHIs.
11998
11999 2010-06-26  Richard Guenther  <rguenther@suse.de>
12000
12001         PR middle-end/44674
12002         * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
12003         decls.  Handle LABEL_DECLs like FUNCTION_DECLs.
12004
12005 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
12006
12007         * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
12008         add_infile, alloc_switch): New.
12009         (process_command): Remove variable lang_n_infiles.  Process
12010         options in a single pass.  Use new functions for allocating
12011         infiles and switches arrays.  Properly skip operands of
12012         -Xpreprocessor and -Xassembler.
12013
12014 2010-06-26  Jan Hubicka  <jh@suse.cz>
12015
12016         PR middle-end/44671
12017         * cgraphunit.c (cgraph_function_versioning): Remove wrong
12018         cgraph_make_decl_local call; fix typo copying RTL data.
12019
12020 2010-06-25  DJ Delorie  <dj@redhat.com>
12021
12022         * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
12023         (m32c_output_aligned_common): Likewise.
12024         * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
12025         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
12026         * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
12027         (m32c_register_pragmas): Register it.
12028         * config/m32c/m32c.c (m32c_get_pragma_address): New.
12029         (m32c_insert_attributes): Set #pragma address decls volatile.
12030         (pragma_entry_eq): New.
12031         (pragma_entry_hash): New.
12032         (m32c_note_pragma_address): New.
12033         (m32c_get_pragma_address): New.
12034         (m32c_output_aligned_common): New.
12035         * doc/extend.texi: Document the new pragma.
12036
12037         * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
12038         also.
12039         * config/m32c/predicates.md (m32c_any_operand): Check the code
12040         instead of memory_operand so as to allow matching volatile MEMs.
12041         (m32c_nonimmediate_operand): Likewise.
12042         (mra_operand): Allow volatiles.
12043
12044 2010-06-25  Alexandre Oliva  <aoliva@redhat.com>
12045
12046         PR debug/44610
12047         * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
12048         address if the offset is unknown.
12049
12050 2010-06-25  Douglas B Rupp  <rupp@gnat.com>
12051
12052         * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
12053         * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
12054         * config/ia64/ia64-protos.h (ia64_start_function): Declare.
12055         * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
12056         to ia64_start_function. Invoke it.
12057         * config/ia64/ia64.c (ia64_start_function): Call new function
12058         dwarf2out_vms_debug_main_pointer.
12059
12060 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
12061
12062         * tree-if-conv.c (insert_gimplified_predicates): Do not insert
12063         statements computing the true predicate.
12064
12065 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
12066
12067         * tree-if-conv.c (init_bb_predicate): Initialize the predicate
12068         to boolean_true_node.
12069         (reset_bb_predicate): New.
12070         (predicate_bbs): Call reset_bb_predicate.
12071
12072 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
12073
12074         * tree-if-conv.c (combine_blocks): Remove FIXME comment.
12075         (tree_if_conversion): Returns true when something has been changed.
12076         (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
12077         changed something.
12078
12079 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
12080
12081         * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
12082         * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
12083         * tree-if-conv.c: Include dbgcnt.h.
12084         (tree_if_conversion): Use if_conversion_tree to count the number of
12085         if-convertible loops.
12086
12087 2010-06-25  Changpeng Fang  <changpeng.fang@amd.com>
12088
12089         * common.opt (fprefetch-loop-arrays): Re-define
12090         -fprefetch-loop-arrays as a tri-state option with the initial
12091         value of -1.
12092         * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
12093         pass only when flag_prefetch_loop_arrays > 0.
12094         * toplev.c (process_options): Note that, with tri-states,
12095         flag_prefetch_loop_arrays>0 means prefetching is enabled.
12096         * config/i386/i386.c (override_options): Enable prefetching at -O3
12097         for a set of CPUs that sw prefetching is helpful.
12098         (software_prefetching_beneficial_p): New.  Return TRUE if software
12099         prefetching is beneficial for the given CPU.
12100
12101 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
12102
12103         PR rtl-optimization/44326
12104         * implicit-zee.c (find_removable_zero_extends): Replace
12105         INSN_P with NONDEBUG_INSN_P.
12106
12107 2010-06-25  Martin Jambor  <mjambor@suse.cz>
12108
12109         * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
12110         (struct ipa_node_params): Removed the modification_analysis_done flag.
12111         (ipa_is_param_modified): Removed.
12112         (ipa_analyze_node): Declare.
12113         (ipa_compute_jump_functions): Remove declaration.
12114         (ipa_count_arguments): Likewise.
12115         (ipa_detect_param_modifications): Likewise.
12116         (ipa_analyze_params_uses): Likewise.
12117         * ipa-prop.c (struct param_analysis_info): New type.
12118         (visit_store_addr_for_mod_analysis): Removed.
12119         (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
12120         moved down in the file.
12121         (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
12122         (ipa_count_arguments): Made static.
12123         (mark_modified): New function.
12124         (is_parm_modified_before_call): New function.
12125         (compute_pass_through_member_ptrs): New parameter parms_info, call
12126         is_parm_modified_before_call instead of ipa_is_param_modified.
12127         (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
12128         it to compute_pass_through_member_ptrs.
12129         (ipa_compute_jump_functions): New parameter parms_info, pass it to
12130         ipa_compute_jump_functions_for_edge.  Call ipa_initialize_node_params
12131         on the callee if it is analyzed.  Made static.
12132         (ipa_analyze_indirect_call_uses): New parameter parms_info, call
12133         is_parm_modified_before_call instead of ipa_is_param_modified.
12134         (ipa_analyze_call_uses): New parameter parms_info, pass it to
12135         ipa_analyze_indirect_call_uses.
12136         (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
12137         ipa_analyze_call_uses.
12138         (ipa_analyze_params_uses): New parameter parms_info, pass it to
12139         ipa_analyze_stmt_uses.  Also perform the used analysis.  Made static.
12140         (ipa_analyze_node): New function.
12141         (ipa_print_node_params): Do not dump the modified flag.
12142         (ipa_write_node_info): Assert uses_analysis_done rather than streaming
12143         it.  Do not stream the modified parameter flag.
12144         (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
12145         it.  Do not stream the modified parameter flag.
12146         * ipa-cp.c (ipcp_analyze_node): Removed.
12147         (ipcp_init_stage): Iterate only once over the nodes, analyze each one
12148         with only a call to ipa_analyze_node.
12149         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
12150         node with only a call to ipa_analyze_node.
12151
12152 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12153
12154         * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
12155
12156 2010-06-25  Jan Hubicka  <jh@suse.cz>
12157
12158         * tree-pass.h (pass_split_functions): Declare.
12159         * opts.c (decode_options): Enable function splitting at -O2
12160         * timevar.def (TV_IPA_FNSPLIT): New macro.
12161         * ipa-split.c: New file.
12162         * common.opt (-fpartial-inlining): New flag.
12163         * Makefile.in (ipa-split.o): New object file.
12164         * passes.c (init_optimization_passes): Add ipa-split.
12165         * params.def (partial-inlining-entry-probability): New parameters.
12166         * doc/invoke.texi (-fpartial-inlining): New.
12167
12168 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12169
12170         PR 44665
12171         * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
12172         * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
12173         (gimplify_expr): Likewise.
12174
12175 2010-06-25  Martin Jambor  <mjambor@suse.cz>
12176
12177         * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
12178         statements instead of bailing out on them.
12179         (ipa_analyze_indirect_call_uses): Do not require that loads from the
12180         parameter are in the same BB as the condition.  Update comments.
12181
12182 2010-06-25  Jakub Jelinek  <jakub@redhat.com>
12183
12184         PR middle-end/43866
12185         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
12186         true or always false, return NULL_TREE.
12187         (tree_unswitch_single_loop): Optimize conditions even when reaching
12188         max-unswitch-level parameter.  If num > 0, optimize first all conditions
12189         using entry checks, then do still reachable block discovery and consider
12190         only conditions in still reachable basic blocks in the loop.
12191
12192         PR tree-optimization/44539
12193         * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
12194         the call doesn't have LHS, but has VDEF.
12195
12196 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
12197
12198         * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
12199         * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
12200         * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
12201         (process_command): Remove code conditional on MODIFY_TARGET_NAME.
12202         * system.h (MODIFY_TARGET_NAME): Poison.
12203
12204 2010-06-25  Alan Modra  <amodra@gmail.com>
12205
12206         * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
12207         * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
12208         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
12209         CMODEL_LARGE as default.
12210         * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
12211         (offsettable_ok_by_alignment): Delete.
12212         (rs6000_emit_move): Remove mcmodel=medium optimization.
12213
12214 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
12215
12216         With large parts from Jim Wilson:
12217         PR target/43902
12218         * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
12219         WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
12220         * optabs.c (optab_for_tree_code): Likewise.
12221         (expand_widen_pattern_expr): Likewise.
12222         * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
12223         out of execute_optimize_widening_mul.
12224         (convert_plusminus_to_widen): New function.
12225         (execute_optimize_widening_mul): Use the two new functions.
12226         * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
12227         Remove code to generate widening multiply-accumulate.  Add support
12228         for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
12229         * gimple-pretty-print.c (dump_ternary_rhs): New function.
12230         (dump_gimple_assign): Call it when appropriate.
12231         * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
12232         * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
12233         (expand_gimple_stmt_1): Likewise.
12234         (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
12235         WIDEN_MULT_MINUS_EXPR.
12236         * tree-ssa-operands.c (get_expr_operands): Likewise.
12237         * tree-inline.c (estimate_operator_cost): Likewise.
12238         * gimple.c (extract_ops_from_tree_1): Renamed from
12239         extract_ops_from_tree.  Add new arg for a third operand; fill it.
12240         (gimple_build_assign_stat): Support operations with three operands.
12241         (gimple_build_assign_with_ops_stat): Likewise.
12242         (gimple_assign_set_rhs_from_tree): Likewise.
12243         (gimple_assign_set_rhs_with_ops_1): Renamed from
12244         gimple_assign_set_rhs_with_ops.  Add new arg for a third operand.
12245         (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
12246         (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
12247         WIDEN_MULT_MINUS_EXPR.
12248         * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
12249         (extract_ops_from_tree_1): Adjust declaration.
12250         (gimple_assign_set_rhs_with_ops_1): Likewise.
12251         (gimple_build_assign_with_ops): Pass NULL for last operand.
12252         (gimple_build_assign_with_ops3): New macro.
12253         (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
12254         gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
12255         functions.
12256         * tree-cfg.c (verify_gimple_assign_ternary): New static function.
12257         (verify_gimple_assign): Call it.
12258         * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
12259         (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
12260         functions for dealing with three-operand statements.
12261         * tree.c (commutative_ternary_tree_code): New function.
12262         * tree.h (commutative_ternary_tree_code): Declare it.
12263         * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
12264         ternary statements.
12265         (gimple_assign_nonzero_warnv_p): Likewise.
12266         * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
12267         * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
12268         (ccp_fold): Use it.  Handle GIMPLE_TERNARY_RHS.
12269         * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
12270         (struct hashtable_expr): New member ternary in the union.
12271         (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
12272         (hashable_expr_equal_p): Fix indentation.  Handle EXPR_TERNARY.
12273         (iterative_hash_hashable_expr): Likewise.
12274         (print_expr_hash_elt): Handle EXPR_TERNARY.
12275         * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
12276         * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
12277         statements.  Handle GIMPLE_TERNARY_RHS.
12278
12279 2010-06-25  Jan Hubicka  <jh@suse.cz>
12280
12281         * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
12282
12283 2010-06-25  Shujing Zhao  <pearly.zhao@oracle.com>
12284
12285         PR c/44517
12286         * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
12287         parameters are not good.
12288         (c_parser_parameter_declaration): Error unknown type name if the type
12289         name can't start declaration specifiers.
12290
12291 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
12292
12293         * gcc.c (translate_options): Don't mention +e in comment.
12294         (process_command): Don't handle +e specially.
12295
12296 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
12297
12298         * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
12299
12300         * ira-build.c (merge_hard_reg_conflicts): New function.
12301         (create_cap_allocno, copy_info_to_removed_store_destinations,
12302         propagate_some_info_from_allocno, propagate_allocno_info): Use it.
12303         (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
12304         (remove_unnecessary_allocnos, remove_low_level_allocnos)
12305         copy_nifo_to_removed_store_destination): Use them.
12306         * ira-lives.c (make_hard_regno_born): New function, split out of
12307         make_regno_born.
12308         (make_allocno_born): Likewise.
12309         (make_hard_regno_dead): New function, split out of make_regno_dead.
12310         (make_allocno_dead): Likewise.
12311         (inc_register_pressure): New function, split out of set_allocno_live.
12312         (dec_register_pressure): New function, split out of clear_allocno_live.
12313         (mark_pseudo_regno_live): New function, split out of mark_reg_live.
12314         (mark_hard_reg_live): Likewise.  Use inc_register_pressure.
12315         (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
12316         (mark_hard_reg_dead): Likewise.  Use dec_register_pressure.
12317         (make_pseudo_conflict): Use mark_pseudo_regno_dead and
12318         mark_pseudo_regno_live.
12319         (process_bb_node_lives): Use mark_pseudo_regno_live,
12320         make_hard_regno_born and make_allocno_dead.
12321         (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
12322         set_allocno_live, clear_allocno_live): Delete functions.
12323
12324         * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
12325         * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
12326         functions.
12327         (ira_flattening): Use ira_parent_allocno.
12328         * ira-conflicts.c (process_regs_for_copy, propagate_copies)
12329         build_allocno_conflicts): Use ira_parent_or_cap_allocno.
12330
12331         * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
12332         statement.
12333
12334         * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
12335         TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
12336         minmax_set_iter_cond, minmax_set_iter_next,
12337         FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
12338         CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
12339         ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
12340         ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET.  All
12341         uses changed.
12342
12343         * ira-int.h (struct live_range, live_range_t): Renamed from struct
12344         ira_allocno_live_range and allocno_live_range_t; all uses changed.
12345         * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
12346         All uses changed.
12347
12348 2010-06-24  Richard Earnshaw  <rearnsha@arm.com>
12349
12350         * thumb2.md (thumb2_tlobits_cbranch): Delete.
12351         (peephole2 to convert zero_extract/compare of single bit to
12352          lshift/compare): New.
12353
12354 2010-06-24  Anatoly Sokolov  <aesok@post.ru>
12355
12356         * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
12357         recursive call and call to 'int_const_binop'.
12358         (build_range_check, fold_cond_expr_with_comparison, unextend,
12359         fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
12360         multiple_of_p): Adjust call to const_binop.
12361
12362 2010-06-24  Uros Bizjak  <ubizjak@gmail.com>
12363
12364         * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
12365         determine size of XFmode operand.
12366         (XFmode extended DFmode push splitter): Ditto.
12367         (XFmode extended SFmode push splitter): Ditto.
12368
12369 2010-06-24  H.J. Lu  <hongjiu.lu@intel.com>
12370
12371         PR target/44588
12372         * config/i386/i386.md (extract_code): New.
12373         (<u>divmodqi4): Likewise.
12374         (divmodhiqi3): Likewise.
12375         (udivmodhiqi3): Likewise.
12376         (<u>divqi3): Remvoved.
12377
12378 2010-06-24  Jakub Jelinek  <jakub@redhat.com>
12379
12380         PR middle-end/44492
12381         * recog.h (struct recog_data): Add is_asm field.
12382         * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
12383         present in constraints of inline-asm operand and memory operand
12384         contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
12385         (extract_insn): Initialize recog_data.is_asm.
12386         * doc/md.texi (Constraints): Document operand side-effect rules.
12387
12388 2010-06-24  Andi Kleen  <ak@linux.intel.com>
12389
12390         * c-parser.c (c_parser_conditional_expression): Call
12391         warn_for_omitted_condop.
12392         * doc/invoke.texi: Document omitted condop warning.
12393
12394 2010-06-24  Nick Clifton<nickc@redhat.com>
12395
12396         * loop-unswitch.c (compare_and_jump_seq): Assert that the last
12397         insn in the sequence is a jump insn before setting its label.
12398
12399 2010-06-24  Alan Modra  <amodra@gmail.com>
12400
12401         * collect2.c (main): Match exactly --version and --help.
12402
12403 2010-06-24  DJ Delorie  <dj@redhat.com>
12404
12405         * config/m32c/m32c-pragma.c: Don't include rtl.h.
12406
12407 2010-06-23  Uros Bizjak  <ubizjak@gmail.com>
12408
12409         * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
12410         using X87MODEF mode iterator.
12411         (pushsf splitter): Macroize splitter using P mode iterator.
12412         (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
12413         mode iterator.
12414
12415         (*movxf_internal): Rename from *movxf_integer.
12416         (*movxf_internal_nointeger): Rename from *movxf_nointeger.
12417         (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
12418         (*movdf_internal): Rename from *movdf_integer.
12419         (*movdf_internal_nointeger): Rename from *movdf_nointeger.
12420         (*movsf_internal): Rename from *movdf_1.
12421
12422 2010-06-23  Basile Starynkevitch  <basile@starynkevitch.net>
12423
12424         * coretypes.h (gimple_seq_node_d, gimple_seq_node)
12425         (const_gimple_seq_node): Removed typedefs.
12426
12427         * gimple.h (gimple_seq_node_d, gimple_seq_node)
12428         (const_gimple_seq_node): Added typedefs moved from coretypes.h.
12429
12430 2010-06-23  H.J. Lu  <hongjiu.lu@intel.com>
12431
12432         * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
12433         CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
12434         CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
12435         and CODE_FOR_vec_extract_lo_v4df.
12436
12437         * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
12438         Changed to define_insn_and_split.
12439         (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
12440         (vec_extract_lo_v16hi): Likewise.
12441         (vec_extract_lo_v32qi): Likewise.
12442         (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
12443         (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
12444
12445 2010-06-23  Joern Rennecke  <joern.rennecke@embecosm.com>
12446
12447         PR target/44640
12448         * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
12449         * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
12450         (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
12451         (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
12452         (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
12453
12454         PR target/44640
12455         * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
12456
12457         PR other/44644
12458         * df-core.c (struct df): Rename to df_d.
12459         * df.h (struct df): Likewise.
12460         * dse.h (struct df): Remove forward declaration.
12461         * recog.h (struct insn_data): Rename to:
12462         (struct_insn_data_d).  Adjusted all users.
12463
12464 2010-06-23  Arnaud Charlet  <charlet@adacore.com
12465
12466         PR ada/22220
12467         * doc/install.texi: Update requirements to build GNAT.
12468
12469 2010-06-22  Andreas Schwab  <schwab@linux-m68k.org>
12470
12471         * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
12472         enum type.
12473         (m68k_sched_attr_opx_type): Remove unreachable return.
12474         (m68k_sched_attr_opy_type): Likewise.
12475         (m68k_sched_attr_size): Likewise.
12476         (sched_get_opxy_mem_type): Likewise.
12477         (m68k_sched_attr_op_mem): Likewise.
12478
12479 2010-06-22  Eric Botcazou  <ebotcazou@adacore.com>
12480
12481         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
12482         new statement and adjust VDEF only if necessary.  Remove superfluous
12483         call to maybe_clean_or_replace_eh_stmt.
12484         * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
12485         copy the flags.
12486         * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
12487         * tree-inline.c (copy_bb): ...and not there.
12488
12489 2010-06-22  Cary Coutant  <ccoutant@google.com>
12490
12491         * dwarf2out.c (is_nested_in_subprogram): New function.
12492         (should_move_die_to_comdat): Use it.
12493         (copy_ancestor_tree): Don't mark DIEs here.
12494         (copy_decls_walk): Start walk from root of newly-added tree;
12495         mark DIEs here instead.
12496
12497 2010-06-22  H.J. Lu  <hongjiu.lu@intel.com>
12498
12499         * config/i386/i386.md (unit): Also check sseishft1.
12500
12501 2010-06-22  Jan Hubicka  <jh@suse.cz>
12502
12503         * gimple.h (gimple_expr_code): Do checking on when gimple checking is
12504         enabled.
12505
12506 2010-06-22  Jan Hubicka  <jh@suse.cz>
12507
12508         * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
12509         df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
12510         Return true if something changed.
12511         * df.h (df_confluence_function_n): Return bool.
12512         * df-core.c (df_worklist_propagate_forward,
12513         df_worklist_propagate_backward): Track changes and ages.
12514         (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
12515         track ages.
12516         * dse.c (dse_confluence_n): Return always true.
12517
12518 2010-06-22  Jan Hubicka  <jh@suse.cz>
12519
12520         * bitmap.c (bitmap_clear_bit): Micro optimize.
12521
12522 2010-06-22  Uros Bizjak  <ubizjak@gmail.com>
12523
12524         * config/i386/i386.md (SWI1248x): New mode iterator.
12525         (SWI48x): Ditto.
12526         (SWI12): Ditto.
12527         (SWI24): Ditto.
12528
12529         (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
12530         SWI1248x mode iterator.
12531         (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
12532         using SWI124 mode iterator.
12533         (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
12534         mode iterator.
12535         (*push<mode>2_prologue): Macroize insn from  *pushsi2_prologue and
12536         *pushdi2_prologue_rex64 using P mode iterator.
12537         (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
12538         using SWI48 mode iterator.
12539         (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
12540         (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
12541         using SWI1248x mode iterator.
12542         (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
12543         (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
12544         SWI48 mode iterator.
12545         (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
12546         iterator.
12547         (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
12548         (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
12549         SWI12 mode iterator.
12550         (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
12551         SWI12 mode iterator.
12552         (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
12553         (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
12554         SWI24 mode iterator.
12555         (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
12556         SWI48 mode iterator.
12557         (mov<mode>_insn_1): New expander.
12558         (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
12559         using SWI48x mode iterator.
12560
12561         (*movoi_internal_avx): Rename from *movoi_internal.
12562         (*movti_internal_rex64): Rename from *movti_rex64.
12563         (*movti_internal_sse): Rename from *movti_sse.
12564         (*movdi_internal_rex64): Rename from *movdi_1_rex64.
12565         (*movdi_internal): Rename from *movdi_2.
12566         (*movsi_internal): Rename from *movsi_1.
12567         (*movhi_internal): Rename from *movhi_1.
12568         (*movqi_internal): Rename from *movqi_1.
12569
12570         (insv): Update the call to gen_movsi_insv_1 for rename.
12571         * config/i386/i386.c (promote_duplicated_reg): Ditto.
12572
12573 2010-06-22  Jan Hubicka  <jh@suse.cz>
12574
12575         * passes.c (execute_function_todo): Move call of statistics_fini_pass
12576         to ...
12577         (execute_todo) ... this one.
12578
12579 2010-06-22  Alan Modra  <amodra@gmail.com>
12580
12581         PR target/44364
12582         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
12583         * caller-save.c (insert_restore, insert_save): Use non-validate
12584         form of adjust_address.
12585
12586 2010-06-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12587
12588         PR target/39690
12589         * config/pa/pa.c (override_options): Disable
12590         -freorder-blocks-and-partition.
12591
12592 2010-06-21  H.J. Lu  <hongjiu.lu@intel.com>
12593
12594         PR target/44615
12595         * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
12596
12597         * config/i386/i386.md (type): Add sseishft1
12598
12599         * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
12600         (ppro_insn_load): Likewise.
12601         (ppro_insn_store): Likewise.
12602         (ppro_insn_both): Likewise.
12603
12604         * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
12605         (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
12606         for type.
12607         (*vec_extractv2di_1_avx): Likewise.
12608         (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
12609         type.  Remove atom_unit.
12610         (*vec_extractv2di_1_sse2): Likewise.
12611
12612 2010-06-21  DJ Delorie  <dj@redhat.com>
12613
12614         * diagnostic.h (diagnostic_classification_change_t): New.
12615         (diagnostic_context): Add history and push/pop list.
12616         (diagnostic_push_diagnostics): Declare.
12617         (diagnostic_pop_diagnostics): Declare.
12618         * diagnostic.c (diagnostic_classify_diagnostic): Store changes
12619         from pragmas in a history chain instead of the global table.
12620         (diagnostic_push_diagnostics): New.
12621         (diagnostic_pop_diagnostics): New.
12622         (diagnostic_report_diagnostic): Scan history chain to find state
12623         of diagnostics as of the diagnostic location.
12624         * opts.c (set_option): Pass UNKNOWN_LOCATION to
12625         diagnostic_classify_diagnostic.
12626         (enable_warning_as_error): Likewise.
12627         * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
12628         use in the history chain.
12629         * doc/extend.texi: Document pragma GCC diagnostic changes.
12630
12631 2010-06-21  Jakub Jelinek  <jakub@redhat.com>
12632
12633         * dwarf2out.c (add_linkage_name): New function.  Don't add
12634         anything to DW_TAG_member DIEs.
12635         (add_name_and_src_coords_attributes): Use it.
12636         (gen_variable_die): Call it for C++ static data members if
12637         specification is DW_TAG_member.
12638
12639         * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
12640         C++ char16_t and char32_t.
12641
12642         * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
12643         * genattrtab.c: Include vecprim.h.
12644         (cached_attrs, cached_attr_count, attrs_seen_once,
12645         attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
12646         attrs_cached_after): New variables.
12647         (find_attrs_to_cache): New function.
12648         (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
12649         (write_test_expr): Add attrs_cached argument, return it too,
12650         attempt to cache non-const attributes used more than once in
12651         a single case handling.
12652         (write_attr_get): Use find_attrs_to_cache, for caching candidates
12653         emit cached_* variables.  Adjust write_attr_set callers.
12654         (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
12655         to find attributes that should be cached in this block.  Adjust
12656         write_test_expr callers.
12657         (write_attr_case): Clear attrs_to_cache.  Adjust write_attr_set
12658         callers.
12659         (make_automaton_attrs): Adjust write_test_expr caller.
12660
12661         * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
12662         * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
12663         (make_automaton_attrs): If find_tune_attr returns non-NULL,
12664         write separate internal_dfa_insn_code_* and insn_default_latency_*
12665         functions for each attribute's value and emit init_sched_attrs
12666         function and function pointers.
12667         * genattr.c (const_attrs, reservations): New variables.
12668         (gen_attr): Add const attributes to const_attrs vector.
12669         (check_tune_attr, find_tune_attr): New functions.
12670         (main): Add reservations to reservations vector.  If find_tune_attr
12671         returns true, add prototype for init_sched_attrs and make
12672         internal_dfa_insn_code and insn_default_latency function pointers,
12673         otherwise define init_sched_attrs as dummy macro.
12674         * cfgexpand.c: Include insn-attr.h.
12675         (gimple_expand_cfg): Call init_sched_attrs.
12676
12677         * stmt.c (resolve_asm_operand_names): Fix handling of %%.
12678
12679         PR target/44575
12680         * config/i386/i386.c (ix86_gimplify_va_arg): When copying
12681         va_arg from a set of register save slots into a temporary,
12682         if the container is bigger than type size, do the copying
12683         using smaller mode or using memcpy.
12684
12685         PR bootstrap/44426
12686         * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
12687         prototype.
12688         (sel_print_to_dot): Remove macro.
12689         (sel_print): Likewise.  New prototype.
12690         * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
12691         (sel_print): New function.
12692
12693 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12694
12695         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
12696         __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
12697
12698 2010-06-21  Nick Clifton  <nickc@redhat.com>
12699
12700         * config/rx/rx.h (PTRDIFF_TYPE): Define.
12701         (SMALL_REGISTER_CLASS): Define (to zero).
12702         (PRINT_OPERAND): Delete.
12703         (PRINT_OPERAND_ADDRESS): Delete.
12704         * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
12705         (rx_print_operand_address): Delete prototype.
12706         * config/rx/rx.c (rx_print_operand): Make static.
12707         Allow %H and %L to handle CONST_DOUBLEs.
12708         (rx_print_operand_address): Make static.
12709         (rx_gen_move_template): Rename local variable 'template' to
12710         out_template.
12711         (rx_function_arg): Do not pass unknown sized objects in registers.
12712         (TARGET_PRINT_OPERAND): Define.
12713         (TARGET_PRINT_OPERAND_ADDRESS): Define.
12714
12715 2010-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12716
12717         * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
12718
12719 2010-06-21  Kai Tietz  <kai.tietz@onevision.com>
12720
12721         * config/i386/i386.c (ix86_compute_frame_layout): Avoid
12722         stack-alignment for simple leaf-functions.
12723
12724 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
12725
12726         * doc/install.texi: Document bootstrap-lto.
12727
12728 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
12729
12730         PR debug/44248
12731         * lto-streamer-in.c (input_bb): Leave debug stmts alone.
12732         (input_function): Drop them here, if VTA is disabled.
12733
12734 2010-06-20  Uros Bizjak  <ubizjak@gmail.com>
12735
12736         PR target/44546
12737         * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
12738         New predicate.
12739         * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
12740         ix86_swapped_fp_comparsion_operator instead of
12741         ix86_fp_comparison_operator.
12742
12743         (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
12744         (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
12745         (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
12746         (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
12747         (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
12748         (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
12749
12750 2010-06-20  Joseph Myers  <joseph@codesourcery.com>
12751
12752         PR other/32998
12753         * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
12754         OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
12755         * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
12756         (decode_cmdline_option): Update for this return value.  Set
12757         orig_option_with_args_text field.  Set arg field for unknown
12758         options.  Make static.
12759         (decode_cmdline_options_to_array): New.
12760         (prune_options): Update handling of find_opt return value.
12761         * opts.c (read_cmdline_option): Take decoded option.  Return void.
12762         (read_cmdline_options): Take decoded options.
12763         (decode_options): Add parameters for decoded options.  Use
12764         decode_cmdline_options_to_array.  Use decoded options for -O
12765         scan.  Use integral_argument for -O parameters.  Update call to
12766         read_cmdline_options.
12767         (enable_warning_as_error): Update handling of find_opt return value.
12768         * opts.h: Update comment on unknown options.
12769         (struct cl_decoded_option): Update comments on opt_index and arg.
12770         Add orig_option_with_args_text.
12771         (decode_cmdline_option): Remove.
12772         (decode_cmdline_options_to_array): Declare.
12773         (decode_options): Update prototype.
12774         * toplev.c (save_argv): Remove.
12775         (save_decoded_options, save_decoded_options_count): New.
12776         (read_integral_parameter): Remove.
12777         (print_switch_values): Use decoded options.
12778         (toplev_main): Don't set save_argv.  Update call to decode_options.
12779         * toplev.h (read_integral_parameter): Remove.
12780         * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
12781
12782 2010-06-19  Richard Earnshaw  <rearnsha@arm.com>
12783
12784         PR target/44072
12785         * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
12786         immediate.
12787         * constraints.md (Pw, Px): New constraints.
12788         * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
12789
12790 2010-06-19  H.J. Lu  <hongjiu.lu@intel.com>
12791
12792         * config/i386/sse.md (fma4modesuffixf4): Removed.
12793         (ssemodesuffixf2s): Likewise.
12794         (ssemodesuffixf4): Likewise.
12795         (ssemodesuffixf2c): Likewise.
12796         (ssescalarmodesuffix2s): Likewise.
12797         (avxmodesuffixf2c): Likewise.
12798         (ssemodesuffix): New.
12799         (ssescalarmodesuffix): Likewise.
12800         Update patterns with ssemodesuffix and ssescalarmodesuffix.
12801
12802 2010-06-19  Philip Herron  <herron.philip@googlemail.com>
12803
12804         * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
12805
12806 2010-06-18  H.J. Lu  <hongjiu.lu@intel.com>
12807
12808         * stor-layout.c (debug_rli): Remove unused local variables.
12809
12810 2010-06-18  Eric Botcazou  <ebotcazou@adacore.com>
12811
12812         PR rtl-optimization/40900
12813         * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line.  Save the
12814         original expression for later reuse.
12815         <expand_decl_rtl>: Use promote_function_mode to compute the signedness
12816         of the promoted RTL for a SSA_NAME on the LHS of a call statement.
12817
12818 2010-06-18  Anatoly Sokolov  <aesok@post.ru>
12819
12820         * double-int.h (double_int_to_shwi, double_int_to_uhwi,
12821         double_int_fits_in_uhwi_p): Implement as static inline.
12822         (double_int_xor): New inline function.
12823         (double_int_lrotate, double_int_rrotate, double_int_max,
12824         double_int_umax, double_int_smax, double_int_min, double_int_umin,
12825         double_int_smin): Declare.
12826         (lrotate_double, rrotate_double): Remove declaration.
12827         * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
12828         double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
12829         (double_int_lrotate, double_int_rrotate, double_int_max,
12830         double_int_umax, double_int_smax, double_int_min, double_int_umin,
12831         double_int_smin): New function.
12832         * fold-const.c (int_const_binop): Clean up, use double_int_*
12833         functions.
12834         * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
12835         double_int_* and immed_double_int_const functions.
12836
12837 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
12838
12839         * function.h (types_used_by_cur_var_decl): Change type to a VEC.
12840         * function.c (types_used_by_cur_var_decl): Likewise.
12841         (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
12842
12843 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
12844
12845         * tree.h (record_layout_info): Change type of pending_statics field
12846         to a VEC.
12847         * stor-layout.c (start_record_layout): Store NULL into
12848         pending_statics.
12849         (debug_rli): Call debug_vec_tree instead of debug_tree.
12850         (place_field): Likewise.
12851         (finish_record_layout): Likewise.
12852
12853 2010-06-18  Alan Modra  <amodra@gmail.com>
12854
12855         * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
12856
12857 2010-06-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12858
12859         PR target/43740
12860         * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
12861         for SET source operand from SET destination operand.
12862
12863 2010-06-17  Bernd Schmidt  <bernds@codesourcery.com>
12864
12865         PR rtl-optimization/39871
12866         * reload1.c (init_eliminable_invariants): For flag_pic, disable
12867         equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
12868         (function_invariant_p): Rule out a plus of frame or arg pointer with
12869         a SYMBOL_REF.
12870         * ira.c (find_reg_equiv_invariant_const): Likewise.
12871
12872 2010-06-17  Gunther Nikl  <gnikl@users.sourceforge.net>
12873
12874         * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
12875         print_operand_address and puts to output the operand for CONST.
12876
12877 2010-06-17  Jakub Jelinek  <jakub@redhat.com>
12878
12879         PR debug/44572
12880         * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
12881         hook.
12882
12883 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
12884
12885         * v850-protos.h (print_operand): Delete.
12886         (print_operand_address): Delete.
12887         * v850.h (PRINT_OPERAND): Delete.
12888         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
12889         (PRINT_OPERAND_ADDRESS): Delete.
12890         * v850.c (print_operand_address): Rename to...
12891         (v850_print_operand_address): ...this.  Make static. Call
12892         v850_print_operand.
12893         (print_operand): Rename to...
12894         (v850_print_operand): ...this.  Make static.  Call
12895         v850_print_operand_address.
12896         (v850_print_operand_punct_valid_p): New function.
12897         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
12898         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
12899
12900 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
12901
12902         * config/sh/sh-protos.h (print_operand): Delete.
12903         (print_operand_address): Delete.
12904         * config/sh/sh.h (PRINT_OPERAND): Delete.
12905         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
12906         (PRINT_OPERAND_ADDRESS): Delete.
12907         * config/sh/sh.c (sh_print_operand_address): Make static.
12908         (sh_print_operand): Make static.  Call sh_print_operand_address
12909         and sh_print_operand.
12910         (sh_print_operand_punct_valid_p): New function.
12911         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
12912         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
12913
12914 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
12915
12916         * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
12917         (mcore_print_operand_address): Delete.
12918         * config/mcore/mcore.h (PRINT_OPERAND): Delete.
12919         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
12920         (PRINT_OPERAND_ADDRESS): Delete.
12921         * config/mcore/mcore.c (mcore_print_operand_address): Make static.
12922         (mcore_print_operand): Make static.
12923         (mcore_print_operand_punct_valid_p): New function.
12924         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
12925         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
12926
12927 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
12928
12929         * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
12930         (print_operand_address): Delete.
12931         * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
12932         (PRINT_OPERAND_ADDRESS): Delete.
12933         * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
12934         static.
12935         (m68hc11_print_operand): Make static.
12936         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
12937
12938 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
12939
12940         * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
12941         (m32r_print_operand_address): Delete.
12942         * config/m32r/m32r.h (m32r_punct_chars): Delete.
12943         (PRINT_OPERAND): Delete.
12944         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
12945         (PRINT_OPERAND_ADDRESS): Delete.
12946         * config/m32r/m32r.c (m32r_punct_chars): Make static.
12947         (m32r_print_operand_address): Make static.
12948         (m32r_print_operand): Make static.
12949         (m32r_print_operand_punct_valid_p): New function.
12950         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
12951         (TARGET_PRINT_OPERAND_ADDRESS): Define.
12952
12953 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
12954
12955         * config/iq2000/iq2000-protos.h (print_operand): Delete.
12956         (print_operand_address): Delete.
12957         * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
12958         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
12959         (PRINT_OPERAND_ADDRESS): Delete.
12960         (iq2000_print_operand_punct): Delete.
12961         * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
12962         (iq2000_print_operand_address): Make static.
12963         (iq2000_print_operand): Make static.
12964         (iq2000_print_operand_punct_valid_p): New function.
12965         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
12966         (TARGET_PRINT_OPERAND_ADDRESS): Define.
12967
12968 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
12969
12970         * config/frv/frv-protos.h (frv_print_operand): Delete.
12971         (frv_print_operand_address): Delete.
12972         * config/frv/frv.h (PRINT_OPERAND): Delete.
12973         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
12974         (PRINT_OPERAND_ADDRESS): Delete.
12975         * config/frv/frv.c (frv_print_operand_address): Make static.
12976         (frv_print_operand): Make static.
12977         (frv_print_operand_punct_valid_p): New function.
12978         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
12979         (TARGET_PRINT_OPERAND_ADDRESS): Define.
12980
12981 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
12982
12983         * tree.h (vec_member): Declare.
12984         * tree.c (vec_member): Define.
12985
12986 2010-06-17  Richard Guenther  <rguenther@suse.de>
12987
12988         * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
12989         * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
12990
12991 2010-06-17  Richard Guenther  <rguenther@suse.de>
12992
12993         * tree-inline.c (declare_return_variable): Remove bogus code.
12994
12995 2010-06-17  Richard Guenther  <rguenther@suse.de>
12996
12997         * gimplify.c (gimplify_bind_expr): Always promote complex
12998         and vector variables to registers if possible.
12999
13000 2010-06-17  Richard Guenther  <rguenther@suse.de>
13001
13002         * expr.c (get_inner_reference): Use double_int for bit_offset
13003         calculation.
13004
13005 2010-06-16  DJ Delorie  <dj@redhat.com>
13006
13007         * common.opt (-fstrict-volatile-bitfields): new.
13008         * doc/invoke.texi: Document it.
13009         * fold-const.c (optimize_bit_field_compare): For volatile
13010         bitfields, use the field's type to determine the mode, not the
13011         field's size.
13012         * expr.c (expand_assignment): Likewise.
13013         (get_inner_reference): Likewise.
13014         (expand_expr_real_1): Likewise.
13015         * expmed.c (store_fixed_bit_field): Likewise.
13016         (extract_bit_field_1): Likewise.
13017         (extract_fixed_bit_field): Likewise.
13018
13019 2010-06-16  Richard Guenther  <rguenther@suse.de>
13020
13021         * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
13022
13023 2010-06-16  Douglas B Rupp  <rupp@gnat.com>
13024
13025         * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
13026         (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
13027         * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
13028         * debug.c: Likewise.
13029         * sdbout.c: Likewise.
13030         * vmsdbgout.c: Likewise.
13031         * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
13032         * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
13033         * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
13034         (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
13035         * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
13036         * dwarf2out.c (dw_fde_struct): New fields
13037         dw_fde_vms_{end,begin}_prologue.
13038         (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
13039         (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
13040         (dwarf2out_vms_end_prologue): New function.
13041         (dwarf2out_vms_begin_epilogue): New function.
13042         (dw_val_struct): New value dw_val_class_vms_delta.
13043         (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
13044         begin_epilogue for VMS.
13045         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
13046         new static functions.
13047         (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
13048         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
13049         static functions.
13050         (print_die): New case dw_val_class_vms_delta.
13051         (attr_checksum): Likewise.
13052         (same_dw_val_p: Likewise.
13053         (size_of_die): Likewise.
13054         (value_format): Likewise.
13055         (output_die): Likewise.
13056         (gen_subprogram_die): Call add_AT_vms_delta on VMS.
13057         (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
13058         * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
13059         dwarf2out_cfi_begin_epilogue
13060         * final.c (final_scan_insn): Likewise. Call begin_epilogue.
13061
13062 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
13063
13064         * config/cris/cris-protos.h (cris_print_operand): Delete.
13065         (cris_print_operand_address): Delete.
13066         * config/cris/cris.h (PRINT_OPERAND): Delete.
13067         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13068         (PRINT_OPERAND_ADDRESS): Delete.
13069         * config/cris/cris.c (cris_print_operand_address): Make static.
13070         (cris_print_operand): Make static.
13071         (cris_print_operand_punct_valid_p): New function.
13072         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
13073         (TARGET_PRINT_OPERAND_ADDRESS): Define.
13074
13075 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
13076
13077         * config/arm/arm-protos.h (arm_print_operand): Delete.
13078         (arm_print_operand_address): Delete.
13079         * config/arm/arm.h (PRINT_OPERAND): Delete.
13080         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13081         (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
13082         (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
13083         * config/arm/arm.c (arm_print_operand_address): ...here.  New function.
13084         (arm_print_operand): Make static.
13085         (arm_print_operand_punct_valid_p): New function.
13086         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
13087         (TARGET_PRINT_OPERAND_ADDRESS): Define.
13088
13089 2010-06-16  Nick Clifton  <nickc@redhat.com>
13090
13091         * config/rx/constraints.md (NEGint4): New constraint.
13092         * config/rx/rx.md (attr cc): Add set_zsc.
13093         (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
13094         initialised.
13095         (cmpsf): Likewise.
13096         (call_internal): Clobber the cc0 register.
13097         (call_value_internal): Likewise.
13098         (cstoresi4): Likewise.
13099         (movsieq): Likewise.
13100         (movsine): Likewise.
13101         (addsi3): Add alternative to handle small negative constants.
13102         (sunsi3): Likewise.
13103         (addsi3): Do not set the O bit in the cc0 register.
13104         (adddi3): Likewise.
13105         (subsi3): Likewise.
13106         (subdi3): Likewise.
13107         (andsi3): Reorder alternatives to prefer shorter forms.
13108         (mulsi3): Likewise.
13109         (iorsi3): Likewise.
13110         (negsi2): Note that the cc0 flags are set.
13111         (rotlsi3): Note that only the Z and S bits are set in cc0.
13112         (lshrsi3): Likewise.
13113         (ashlsi3): Likewise.
13114         (subsf3): Use %Q for the MEM operand.
13115         (fix_truncsfsi2): Likewise.
13116         (floatsisf2): Likewise.
13117         (bitset): Remove early clobber from destination.
13118         (bitset_in_memory): Likewise.
13119         (lrintsf2): Clobber the cc0 register.
13120         * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
13121         (rx_print_operand): Handle %N.
13122
13123 2010-06-16  Jan Hubicka  <jh@suse.cz>
13124
13125         * df-core.c (df_compact_blocks): Free problem_temps vector.
13126
13127 2010-06-16  Martin Jambor  <mjambor@suse.cz>
13128
13129         PR tree-optimization/43905
13130         * tree-sra.c: Include tree-inline.h.
13131         (create_abstract_origin): Removed.
13132         (modify_function): Version the call graph node instead of creating
13133         abstract origins and dealing with same_body aliases.
13134         * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
13135         function is versionable.
13136         * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
13137
13138 2010-06-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
13139
13140         * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
13141         (CHOOSE_DYNAMIC_LINKER): Update.
13142
13143 2010-06-15  Uros Bizjak  <ubizjak@gmail.com>
13144
13145         * config/i386/i386.c (*prefetch_sse_<mode>):  Macroize insn from
13146         *prefetch_sse and *prefetch_sse_rex using P mode iterator.
13147         (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
13148         *prefetch_3dnow_rex.
13149
13150 2010-06-15  Anatoly Sokolov  <aesok@post.ru>
13151
13152         * target.h (struct asm_out):Add declare_constant_name field.
13153         * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
13154         (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
13155         * output.h (default_asm_declare_constant_name): Declare.
13156         (assemble_label): Update prototype.
13157         * varasm.c (assemble_constant_contents): Use
13158         targetm.asm_out.declare_constant_name target hook.
13159         (assemble_label): Add 'file' argument.
13160         (default_asm_declare_constant_name): New function.
13161         * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
13162         * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
13163         (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
13164
13165         * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
13166         * config/darwin.c (darwin_asm_declare_constant_name): New function.
13167         (machopic_output_indirection): Update assemble_label argument list.
13168         * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
13169         (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
13170
13171 2010-06-15  Sebastian Pop  <sebastian.pop@amd.com>
13172
13173         PR middle-end/44391
13174         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
13175         size_one_node for pointer types.  Do not call gmp_cst_to_tree.
13176
13177 2010-06-15  Richard Guenther  <rguenther@suse.de>
13178
13179         * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
13180
13181 2010-06-15  Paul Brook  <paul@codesourcery.com>
13182
13183         * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
13184         hard-float ABI.
13185
13186 2010-06-15  Alexandre Oliva  <aoliva@redhat.com>
13187
13188         * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
13189         don't get a vector type for output.
13190
13191 2010-06-15  Jakub Jelinek  <jakub@redhat.com>
13192
13193         PR fortran/44536
13194         * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
13195         * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
13196         (LANG_HOOKS_DECLS): Add it.
13197         * gimplify.c (omp_notice_variable): Call
13198         lang_hooks.decls.omp_report_decl.
13199
13200 2010-06-15  Martin Jambor  <mjambor@suse.cz>
13201
13202         PR lto/44464
13203         * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
13204         on the newly dead SSA name.
13205
13206 2010-06-15  Alan Modra  <amodra@gmail.com>
13207
13208         * doc/invoke.texi: Add mcmodel to powerpc options.
13209         * configure.ac: Add HAVE_LD_LARGE_TOC test.
13210         * configure: Regenerate.
13211         * config.in: Regenerate.
13212         * config/rs6000/linux64.opt (mcmodel): New.
13213         * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
13214         (TARGET_CMODEL, SET_CMODEL): Define.
13215         (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
13216         select CMODEL_MEDIUM default.
13217         * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
13218         (TARGET_CMODEL): Define default.
13219         * config/rs6000/rs6000.c (cmodel): New variable.
13220         (rs6000_explicit_options): Add cmodel field.
13221         (rs6000_handle_option): Handle -mcmodel.
13222         (create_TOC_reference): Add largetoc_reg param.  Generate high,
13223         lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE.  Update all callers.
13224         (rs6000_delegitimize_address): Recognise new toc reference rtl
13225         and minimal-toc rtl.
13226         (rs6000_legitimize_reload_address): Handle new toc references.
13227         (print_operand_address): Handle legitimate_constant_pool_address_p
13228         match before lo_sum.
13229         (rs6000_eliminate_indexed_memrefs): Tidy.
13230         (rs6000_emit_move): Tweak threshold for inlining constants.
13231         Keep rs6000_emit_allocate_stack large stack frame offsets
13232         loaded into r0 inline.
13233         (rs6000_generate_compare <cmptf_internal2>): One more clobber.
13234         (tocrel_base, tocrel_offset): New variables.
13235         (toc_relative_expr_p): Set them here.
13236         (print_operand_address): Skip over any offset on constant pool address.
13237         (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
13238         (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
13239         (offsettable_ok_by_alignment): New function.
13240         (rs6000_emit_move): Address suitably aligned local symbol_refs
13241         relative to the toc pointer for -mcmodel=medium.
13242         (legitimate_constant_pool_address_p): Make param const_rtx.  Add
13243         strict param.  Allow lo_sum version of addressing.  Verify reg
13244         used for -mminimal-toc and -mcmodel != small.  Update all callers.
13245         * config/rs6000/constraints.md: Update for above change.
13246         * config/rs6000/predicates.md: Likewise.
13247         * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
13248         code.
13249         (tls_gd): Split for -mcmodel=medium/large.
13250         (tls_gd_high, tls_gd_low): New.
13251         (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
13252         (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
13253         (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
13254         (largetoc_high, largetoc_low): New.
13255         (cmptf_internal2): Add clobber.
13256         * config/rs6000/rs6000-protos.h: Update.
13257
13258 2010-06-14  Changpeng Fang  <changpeng.fang@amd.com>
13259
13260         * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New.  Return
13261         true if no prefetch is going to be generated for a given group.
13262         (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
13263         estimate the prefetch_count.
13264         (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
13265         prefetch count by considering the unroll_factor and prefetch_mod
13266         for is_loop_prefetching_profitable.
13267
13268 2010-06-14  Andreas Schwab  <schwab@linux-m68k.org>
13269
13270         * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
13271         anything if the argument is not a MEM.
13272
13273 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
13274
13275         PR debug/43650
13276         PR debug/44181
13277         PR debug/44247
13278         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
13279         debug stmts.
13280         (canonicalize_loop_ivs): Likewise.
13281
13282 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
13283
13284         PR debug/43656
13285         * haifa-sched.c (setup_insn_reg_pressure_info,
13286         update_register_pressure): Reject debug insns.
13287         (ready_sort): Don't setup reg pressure for debug insns.
13288         (schedule_insn): Don't update reg pressure for debug insns.
13289
13290 2010-06-14  Richard Guenther  <rguenther@suse.de>
13291
13292         * lto-streamer.c (cached_bp): Remove.
13293         (bitpack_delete): Likewise.
13294         (bitpack_create): Likewise.
13295         (bp_get_next_word): Likewise.
13296         (bp_pack_value, bp_unpack_value): Move ...
13297         * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
13298         Re-implement.
13299         (struct bitpack_d): Likewise.
13300         (bitpack_create, lto_output_bitpack, lto_input_bitpack):
13301         New inline functions.
13302         * lto-streamer-out.c (lto_output_bitpack): Remove.
13303         (pack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
13304         (pack_value_fields): Adjust.
13305         (lto_write_tree): Likewise.
13306         (output_gimple_stmt): Likewise.
13307         (output_function): Likewise.
13308         * lto-streamer-in.c (input_gimple_stmt): Adjust.
13309         (input_function): Likewise.
13310         (unpack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
13311         (lto_input_bitpack): Remove.
13312         (lto_materialize_tree): Adjust.
13313         * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
13314         * lto-cgraph.c (lto_output_edge): Adjust.
13315         (lto_output_node): Likewise.
13316         (lto_output_varpool_node): Likewise.
13317         (lto_output_ref): Likewise.
13318         (input_node): Likewise.
13319         (input_varpool_node): Likewise.
13320         (input_ref): Likewise.
13321         (input_edge): Likewise.
13322         (output_node_opt_summary): Likewise.
13323         (input_node_opt_summary): Likewise.
13324         * ipa-pure-const.c (pure_const_write_summary): Likewise.
13325         (pure_const_read_summary): Likewise.
13326         * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
13327         (ipa_read_indirect_edge_info): Likewise.
13328         (ipa_write_node_info): Likewise.
13329         (ipa_read_node_info): Likewise.
13330
13331 2010-06-14  H.J. Lu  <hongjiu.lu@intel.com>
13332
13333         PR target/44534
13334         * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
13335         (vec_extract_lo_v16hi): Likewise.
13336         (vec_extract_lo_v32qi): Likewise.
13337
13338 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
13339
13340         PR bootstrap/44426
13341         * tree.h (build_call_expr): Don't define as vararg macro, instead
13342         add a prototype.
13343         * builtins.c (build_call_nofold): Remove.
13344         (expand_builtin_int_roundingfn, expand_builtin_pow,
13345         expand_builtin_mempcpy_args, expand_builtin_stpcpy,
13346         expand_builtin_memset_args, expand_builtin_strcmp,
13347         expand_builtin_strncmp, expand_builtin_memory_chk): Use
13348         build_call_nofold_loc instead of build_call_nofold.
13349         (build_call_expr): New function.
13350
13351         PR tree-optimization/44508
13352         * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
13353         * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
13354         don't eliminate trivially dead stmts.
13355         * tree-vrp.c (vrp_finalize): Pass false as last argument
13356         to substitute_and_fold.
13357         * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
13358         to substitute_and_fold.
13359         * tree-ssa-ccp.c (ccp_finalize): Likewise.
13360
13361         PR bootstrap/44509
13362         * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
13363
13364 2010-06-14  Ira Rosen  <irar@il.ibm.com>
13365
13366         PR tree-optimization/44507
13367         * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
13368         to build initial vector for BIT_AND_EXPR.
13369         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
13370
13371 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
13372
13373         * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
13374         adjust z10prop set_attr.
13375
13376 2010-06-13  Jan Hubicka  <jh@suse.cz>
13377
13378         * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
13379         bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
13380         bitmap_ior_into, bitmap_xor, bitmap_xor_into,
13381         bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
13382         datastructure checks into checking asserts.
13383         * rtlanal.c (find_reg_note): Use gcc_checking_assert.
13384         * tree-ssa-sccvn.c (VN_INFO): Likewise.
13385         * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
13386         df_ref_create_structure): Likewise.
13387         * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
13388         pool_free): Use gcc_checking_assert.
13389         * alias.c (get_alias_set): Likewise.
13390         * var-tracking.c (variable_htab_free, shared_hash_copy,
13391         canonicalize_values_mark, variable_merge_over_cur): Likewise.
13392         * lto-streamer.c (bp_unpack_value): Likewise.
13393
13394 2010-06-13  Richard Guenther  <rguenther@suse.de>
13395
13396         * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
13397         Do not stream but initialize TYPE_CANONICAL to NULL.
13398         (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
13399         * gimple.c (gimple_types_compatible_p): Disregard
13400         TYPE_STRUCTURAL_EQUALITY_P.
13401         (gimple_register_type): Use TYPE_CANONICAL as cache.
13402         * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
13403         before registering common types.
13404         * config/i386/i386.c (ix86_function_arg_boundary): Do not
13405         use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
13406         * tree.h (TYPE_CANONICAL): Clarify documentation.
13407
13408 2010-06-13  Anatoly Sokolov  <aesok@post.ru>
13409
13410         * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
13411         LIBCALL_VALUE): Remove macros.
13412         * config/ia64/ia64-protos.h (ia64_function_value): Remove.
13413         * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
13414         TARGET_FUNCTION_VALUE_REGNO_P): Define.
13415         (ia64_libcall_value, ia64_function_value_regno_p): New functions.
13416         (ia64_function_value): Make static. Handle receiving the function
13417         type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
13418
13419 2010-06-12  Jan Hubicka  <jh@suse.cz>
13420
13421         * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
13422         at correct place.
13423
13424 2010-06-12  Bernd Schmidt  <bernds@codesourcery.com>
13425
13426         * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
13427
13428 2010-06-12  Jan Hubicka  <jh@suse.cz>
13429
13430         * df-core.c (df_clear_bb_info): New function.
13431         (df_set_blocks): bb_info is always allocated.
13432         (df_get_bb_info): Use block_info_elt_size.
13433         (df_set_bb_info): Likewise.
13434         (df_compact_blocks): Update for new block_info.
13435         (grow_bb_info): New function.
13436         * df-problems.c (df_grow_bb_info): Move to df-core.c
13437         (df_rd_set_bb_info): Remove.
13438         (df_rd_free_bb_info): Do not free block pool.
13439         (df_rd_alloc): Do not create pool, use check for
13440         obstack presence instead of NULL pointer for new blocks.
13441         (df_rd_free): DO not free alloc pool; clear block_info.
13442         (problem_RD): Add size of block info structure.
13443         (df_lr_set_bb_info): Remove.
13444         (df_lr_free_bb_info): Do not free block pool.
13445         (df_lr_alloc): Do not create pool, use check for
13446         obstack presence instead of NULL pointer for new blocks.
13447         (df_lr_free): DO not free alloc pool; clear block_info.
13448         (problem_LR): Add size of block info structure.
13449         (df_live_set_bb_info): Remove.
13450         (df_live_free_bb_info): Do not free block pool.
13451         (df_live_alloc): Do not create pool, use check for
13452         obstack presence instead of NULL pointer for new blocks.
13453         (df_live_free): DO not free alloc pool; clear block_info.
13454         (problem_LIVE): Add size of block info structure.
13455         (problem_CHAIN): Add size of block info structure.
13456         (df_byte_lr_set_bb_info): Remove.
13457         (df_byte_lr_free_bb_info): Do not free block pool.
13458         (df_byte_lr_alloc): Do not create pool, use check for
13459         obstack presence instead of NULL pointer for new blocks.
13460         (df_byte_lr_free): DO not free alloc pool; clear block_info.
13461         (problem_BYTE_LR): Add size of block info structure.
13462         (problem_NOTE): Add size of block info structure.
13463         (df_byte_MD_set_bb_info): Remove.
13464         (df_byte_MD_free_bb_info): Do not free block pool.
13465         (df_byte_MD_alloc): Do not create pool, use check for
13466         obstack presence instead of NULL pointer for new blocks.
13467         (df_byte_MD_free): DO not free alloc pool; clear block_info.
13468         (problem_BD): Add size of block info structure.
13469         * df-scan.c (df_scan_free_internal): Free block pool.
13470         (df_scan_set_bb_info): Remove.
13471         (df_scan_free_bb_info): Check for artificial_defs instead
13472         of bb_info being non-NULL.
13473         (df_scan_alloc): DO not create df_scan_block pool.
13474         (problem_SCAN): Set size of block info.
13475         (df_bb_refs_record): Do not allocate bb_info.
13476         * df.h (df_problem): Add block_info_elt_size.
13477         (struct dataflow): Change block_info to void *.
13478         (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
13479         df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
13480         in-line structures.
13481
13482 2010-06-12  Jan Hubicka  <jh@suse.cz>
13483
13484         PR tree-optimize/44485
13485         * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
13486         containing use of return value of noreturn function.
13487
13488 2010-06-12  Anatoly Sokolov  <aesok@post.ru>
13489
13490         * targhooks.c (default_function_value): Don't use
13491         FUNCTION_OUTGOING_VALUE.
13492         * system.h (FUNCTION_OUTGOING_VALUE): Poison.
13493         * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
13494
13495 2010-06-12  Kazu Hirata  <kazu@codesourcery.com>
13496
13497         * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
13498         Add crtfastmath.o to extra_parts.
13499         * config/mips/crtfastmath.c: New.
13500         * config/mips/linux.h (ENDFILE_SPEC): New.
13501
13502 2010-06-12  Sebastian Pop  <sebastian.pop@amd.com>
13503
13504         * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
13505         old_type in parameter.
13506         (gcc_type_for_value): Update call to gcc_type_for_interval.
13507         (compute_type_for_level_1): Renamed compute_type_for_level.
13508         Update call to gcc_type_for_interval.
13509
13510 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
13511
13512         * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
13513         flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
13514
13515 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
13516
13517         * opts-common.c: Include options.h.
13518         (integral_argument): Move from opts.c.
13519         (decode_cmdline_option): New.  Based on read_cmdline_option.
13520         * opts.c (integral_argument): Move to opts-common.c.
13521         (read_cmdline_option): Move most contents to
13522         decode_cmdline_option.  Use %qs in diagnostics.
13523         * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
13524         CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
13525         decode_cmdline_option): New.
13526
13527 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
13528
13529         PR target/44481
13530         * config/i386/i386.md (UNSPEC_PARITY): New unspec.
13531         (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
13532         (partiysi2_cmp): Ditto.
13533         (*partiyhi2_cmp): Ditto.
13534         (*parityqi2_cmp): Remove.
13535
13536 2010-06-11  Jan Hubicka  <jh@suse.cz>
13537
13538         * bitmap.h (bmp_iter_next_bit): New.
13539         (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
13540
13541 2010-06-11  Sandra Loosemore  <sandra@codesourcery.com>
13542             Eric Botcazou  <ebotcazou@adacore.com>
13543
13544         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
13545         computed cost.
13546
13547 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
13548
13549         * config/i386/i386.md (unspec): New define_c_enum.
13550         (unspecv): Ditto.
13551
13552 2010-06-10  Jakub Jelinek  <jakub@redhat.com>
13553
13554         * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
13555
13556 2010-06-11  Sebastian Pop  <sebastian.pop@amd.com>
13557
13558         PR middle-end/44483
13559         * tree-if-conv.c (bb_predicate_s): New struct.
13560         (bb_predicate_p): New.
13561         (bb_has_predicate): New.
13562         (bb_predicate): New.
13563         (set_bb_predicate): New.
13564         (bb_predicate_gimplified_stmts): New.
13565         (set_bb_predicate_gimplified_stmts): New.
13566         (add_bb_predicate_gimplified_stmts): New.
13567         (init_bb_predicate): New.
13568         (free_bb_predicate): New.
13569         (is_predicated): Use bb_predicate.
13570         (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
13571         (predicate_bbs): Same.  Gimplify the condition of the basic blocks
13572         before processing their successors.
13573         (clean_predicate_lists): Removed.
13574         (find_phi_replacement_condition): Use bb_predicate.
13575         (process_phi_nodes): Renamed ifconvert_phi_nodes.  Avoid useless
13576         computations.
13577         (insert_gimplified_predicates): New.
13578         (combine_blocks): Call insert_gimplified_predicates.
13579         (tree_if_conversion): Call free_bb_predicate instead of
13580         clean_predicate_lists.
13581
13582 2010-10-11  Paul Brook  <paul@codesourcery.com>
13583
13584         * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
13585         * config/arm/arm.c (all_architectures): Change v7e-m default to
13586         cortexm4.
13587         * config/arm/arm-cores.def: Add cortex-m4.
13588         * config/arm/arm-tune.md: Regenerate.
13589
13590 2010-06-11  Jan Hubicka  <jh@suse.cz>
13591
13592         * ipa-pure-const.c (special_builtlin_state): New function.
13593         (check_call): Use it instead of special casign BUILT_IN_RETURN.
13594         (propagate_pure_const): Use it.
13595
13596 2010-06-11  Jan Hubicka  <jh@suse.cz>
13597
13598         * df-problems.c (df_live_scratch): Convert to bitmap_head.
13599         (df_live_alloc): Initialize df_live_scratch when initializing
13600         problem_data.
13601         (df_live_transfer_function): Update uses of df_live_scratch.
13602         (df_live_free): Free problem_data; clear df_live_scratch before
13603         releasing the obstack.
13604         (df_md_free): Free problem data.
13605
13606 2010-06-11  Jan Hubicka  <jh@suse.cz>
13607
13608         * doc/invoke.texi (Wsuggest-attribute): Document.
13609         (Wmissing-noreturn): Remove.
13610         * ipa-pure-const.c (warn_function_noreturn): New function.
13611         * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
13612         warn_missing_noreturn.
13613         * common.opt (Wsuggest-attribute=noreturn): New.
13614         * tree-flow.h (warn_function_noreturn): Declare.
13615         * tree-cfg.c (execute_warn_function_noreturn): Use
13616         warn_function_noreturn.
13617         (gate_warn_function_noreturn): New.
13618         (pass_warn_function_noreturn): Update.
13619
13620 2010-06-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
13621
13622         * c-typeck.c (handle_warn_cast_qual): Add loc
13623         parameter. Improve warning message.
13624         (build_c_cast): Pass location to handle_warn_cast_qual.
13625
13626 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
13627
13628         * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
13629         that operand 0 == operand 1.  Use x86_maybe_negate_const_int to output
13630         insn mnemonic.
13631         (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
13632
13633 2010-06-10  Dodji Seketeli  <dodji@redhat.com>
13634
13635         Fix bootstap on mips
13636         * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
13637         be naming typedefs.
13638
13639 2010-06-11  Kai Tietz  <kai.tietz@onevision.com>
13640
13641         * system.h (helper_const_non_const_cast): New inline for
13642         gcc version <= 4.0.
13643         (CONST_CAST2): For gcc version <= 4.0 use
13644         new helper to do const/non-const casting.
13645
13646 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
13647
13648         * doc/md.texi: Document the "unspec" and "unspecv" enum names.
13649         * Makefile.in (OBJS-common): Include insn-enums.o.
13650         (insn-enums.o): New rule.
13651         (simple_generated_c): Add insn-enums.c.
13652         (build/genenums.o): New rule.
13653         (genprogmd): Add "enums".
13654         * genconstants.c (print_enum_type): Declare a C string array
13655         for each enum.
13656         * genenums.c: New file.
13657         * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
13658         for UNSPEC_VOLATILE.  If defined, use the "unspec" enum for both
13659         UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
13660
13661 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
13662
13663         * doc/md.texi (define_enum_attr): Document.
13664         * rtl.def (DEFINE_ENUM_ATTR): New rtx.
13665         * read-md.h (lookup_enum_type): Declare.
13666         * read-md.c (lookup_enum_type): New function.
13667         * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
13668         * genattrtab.c (attr_desc): Add an enum_name field.
13669         (evaluate_eq_attr): Take the associated attribute as argument.
13670         Get the enum prefix from the enum_name field, if defined.
13671         Use ACONCAT rather than a fixed-length buffer.  Update recursive calls.
13672         (simplify_test_exp): Pass attr to evaluate_eq_attr.
13673         (add_attr_value): New function, split out from...
13674         (gen_attr): ...here.  Handle DEFINE_ENUM_ATTR.
13675         (write_test_expr): Pass attr to evaluate_eq_attr.
13676         (write_attr_get): Use the enum_name as the enum tag, if defined.
13677         (write_attr_valueq): Use the enum_name as a prefix, if defined.
13678         (find_attr): Initialize enum_name.
13679         (main): Handle DEFINE_ENUM_ATTR.
13680         * gensupport.c (process_rtx): Likewise.
13681         * config/mips/mips.h (mips_tune_attr): Delete.
13682         * config/mips/mips.md (cpu): Use define_attr_enum.
13683
13684 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
13685
13686         * doc/md.texi (define_c_enum, define_enum): Document.
13687         * read-md.h (md_constant): Add a parent_enum field.
13688         (enum_value, enum_type): New structures.
13689         (upcase_string, traverse_enum_types): Declare.
13690         * read-md.c (enum_types): New variable.
13691         (upcase_string, add_constant): New functions.
13692         (handle_constants): Don't create the hash table here.
13693         Use add_constant.
13694         (traverse_md_constants): Don't check for a null md_constants.
13695         (decimal_string, handle_enum, traverse_enum_types): New functions.
13696         (read_md_files): Initialize md_constants and md_enums.
13697         * genconstants.c (print_md_constant): Ignore info argument.
13698         Only print constants that belong to no enum.
13699         (print_enum_type): New function.
13700         (main): Don't pass stdout to print_md_constant.  Call print_enum_type
13701         for each defined enum type.
13702         * config/mips/mips.md (processor): New define_enum.
13703         (unspec): New define_c_enum.
13704         (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
13705         (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
13706         (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
13707         (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
13708         (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
13709         (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
13710         (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
13711         (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
13712         (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
13713         (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
13714         (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
13715         (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
13716         (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
13717         (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
13718         (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
13719         (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
13720         (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
13721         (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
13722         (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
13723         (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
13724         (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
13725         (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
13726         (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
13727         (UNSPEC_RDDSP): Move to mips-dsp.md.
13728         (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
13729         (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
13730         (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
13731         (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
13732         (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
13733         (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
13734         (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
13735         (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
13736         (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
13737         (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
13738         (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
13739         (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
13740         (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
13741         Moved to mips-dspr2.md.
13742         (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
13743         (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
13744         (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
13745         (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
13746         (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
13747         (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
13748         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
13749         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
13750         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
13751         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
13752         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
13753         UNSPEC_LOONGSON_PSADBH)
13754         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
13755         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
13756         (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
13757         (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
13758         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
13759         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
13760         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
13761         (cpu): Update comment.
13762         * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
13763         (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
13764         (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
13765         (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
13766         * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
13767         UNSPEC_LOONGSON_PCMPEQ)
13768         (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
13769         UNSPEC_LOONGSON_PINSR_0)
13770         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
13771         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
13772         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
13773         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
13774         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
13775         UNSPEC_LOONGSON_PSADBH)
13776         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
13777         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
13778         (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
13779         * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
13780         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
13781         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
13782         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
13783         * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
13784         (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
13785         (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
13786         (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
13787         (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
13788         (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
13789         (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
13790         (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
13791         (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
13792         (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
13793         (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
13794         (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
13795         (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
13796         (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
13797         (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
13798         (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
13799         (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
13800         (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
13801         (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
13802         (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
13803         (UNSPEC_RDDSP): Moved from mips.md.
13804         * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
13805         (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
13806         (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
13807         (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
13808         (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
13809         (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
13810         (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
13811         (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
13812         (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
13813         (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
13814         (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
13815         (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
13816         (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
13817         (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
13818         * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
13819         (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
13820         (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
13821         (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
13822         (UNSPEC_SCC): Moved from mips.md.
13823         * config/mips/mips.c (mips_arch, mips_tune): Change enum from
13824         "processor_type" to "processor".
13825         (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
13826         * config/mips/mips.h (processor_type): Delete.
13827         (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
13828         "processor_type" to "processor".
13829
13830 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
13831
13832         * configure.ac (tm_include_list): Add insn-constants.h.
13833         * configure: Regenerate.
13834         * Makefile.in (GTM_H): Move insn-constants.h here from...
13835         (TM_H): ...here.
13836         * mkconfig.sh: Remove special handling for insn-constants.h.
13837
13838 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
13839
13840         * Makefile.in (BUILD_RTL): Move build/read-md.o to...
13841         (BUILD_MD): ...this new variable.
13842         (simple_generated_rtl_h, simple_generated_rtl_c): New variables
13843         that include the old contents of simple_generated_h and
13844         simple_generated_c.
13845         (simple_generated_h, simple_generated_c): Include them.  Add
13846         insn-constants.h.
13847         (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
13848         and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
13849         Remove these dependencies from the main rule and include
13850         insn-conditions.md in the command line only if it appears
13851         in the dependency list.
13852         (insn-constants.h, s-constants): Delete.
13853         (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
13854         or gensupport.h.
13855         (build/genmddeps.o): Likewise.
13856         (genprogrtl): New variable that contains everything from genprogmd
13857         except mddeps and constants.
13858         (genprogmd): Redefine in terms of genprogrtl.  Make these programs
13859         depend on $(BUILD_MD)
13860         (genprog): New variable.  Make these programs depend on
13861         $(BUILD_ERRORS).
13862         * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
13863         (main): Use read_md_files instead of init_rtx_reader_args.
13864         * genconstants.c: As for genmddeps.c.
13865         * read-md.h (read_skip_construct): Declare.
13866         * read-md.c (read_skip_construct): New function.
13867         (handle_file): Allow a null handle_directive, skipping the
13868         construct if so.
13869         (parse_include): Update the comment accordingly.
13870
13871 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
13872
13873         * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
13874         * genmddeps.c: Include read-md.h.
13875         (main): Call init_rtx_reader_args instead of init_md_reader_args.
13876         * genattr.c (main): Likewise.
13877         * genattrtab.c (main): Likewise.
13878         * genautomata.c (main): Likewise.
13879         * gencodes.c (main): Likewise.
13880         * genconditions.c (main): Likewise.
13881         * genconfig.c (main): Likewise.
13882         * genconstants.c (main): Likewise.
13883         * genemit.c (main): Likewise.
13884         * genextract.c (main): Likewise.
13885         * genflags.c (main): Likewise.
13886         * genopinit.c (main): Likewise.
13887         * genoutput.c (main): Likewise.
13888         * genpeep.c (main): Likewise.
13889         * genrecog.c (main): Likewise.
13890         * genpreds.c (main): Likewise.
13891         * gensupport.h (in_fname): Move to read-md.h.
13892         (init_md_reader_args_cb): Rename to...
13893         (init_rtx_reader_args_cb): ...this and return a bool.
13894         (init_md_reader_args): Rename to...
13895         (init_rtx_reader_args): ...this and return a bool.
13896         (include_callback): Move to read-md.h.
13897         * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
13898         (file_name_list, first_dir_md_include): Move to read-md.c
13899         (first_bracket_include): Delete unused variable.
13900         (last_dir_md_include): Move to read-md.c.
13901         (process_include): Delete, moving code to read-md.c:handle_include.
13902         (process_rtx): Don't handle INCLUDE.
13903         (save_string): Delete.
13904         (rtx_handle_directive): New function.
13905         (init_md_reader_args_cb): Rename to...
13906         (init_rtx_reader_args_cb): ...this and return a boolean success value.
13907         Use read_md_args.
13908         (init_md_reader_args): Rename to...
13909         (init_rtx_reader_args): ...this and return a boolean success value.
13910         * rtl.def (INCLUDE): Delete.
13911         * rtl.h (read_rtx): Remove "int *" argument.  Add "const char *"
13912         argument.
13913         * read-rtl.c (read_conditions): Don't gobble ')' here.
13914         (read_mapping): Likewise.
13915         (read_rtx): Remove LINENO argument.  Add RTX_NAME argument.
13916         Handle top-level non-rtx constructs here rather than in read_rtx_1.
13917         Store the whole queue in *X.  Remove call to init_md_reader.
13918         (read_rtx_1): Rename to...
13919         (read_rtx_code): ...this.  Call read_nested_rtx to read subrtxes.
13920         Don't handle top-level non-rtx constructs here.  Don't handle (nil)
13921         here.
13922         (read_nested_rtx): New function.  Handle (nil) here rather than
13923         in read_rtx_code.
13924         (read_rtx_variadic): Call read_nested_rtx to read subrtxes.  Don't
13925         gobble ')' here.
13926         * read-md.h (directive_handler_t): New type.
13927         (in_fname, include_callback): Moved from read-md.h.
13928         (read_constants, init_md_reader): Delete.
13929         (read_md_files): Declare.
13930         * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
13931         (last_dir_md_include_ptr, include_callback, max_include_len): Moved
13932         from gensupport.c.
13933         (read_constants): Rename to...
13934         (handle_constants): ...this.  Don't gobble ')' here.
13935         (handle_include, handle_file, handle_toplevel_file)
13936         (parse_include): New functions, mostly taken from gensupport.c.
13937         (init_md_reader): Subsume into...
13938         (read_md_files): ...this new function.
13939
13940 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
13941
13942         * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
13943         (unread_char): Decrement read_md_lineno after putting back '\n'.
13944         * read-md.c (fatal_with_file_and_line): Push back any characters
13945         that we decide not to add to the context.
13946         (read_skip_spaces): Don't increment read_md_lineno here.  Avoid using
13947         fatal_expected_char in cases where '/' ends a line (for example).
13948         (read_name): Don't increment read_md_lineno here.
13949         (read_escape): Likewise.
13950         (read_quoted_string): Likewise.
13951         (read_braced_string): Likewise.
13952
13953 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
13954
13955         * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
13956         (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
13957         * genconstants.c: Include read-md.h.
13958         * read-rtl.c (md_constants): Move to read-md.c.
13959         (md_name): Move to read-md.h.
13960         (initialize_iterators): Use leading_string_hash instead of def_hash
13961         and leading_string_eq_p instead of def_name_eq_p.
13962         (read_name): Move to read-md.c.
13963         (def_hash, def_name_eq_p): Delete.
13964         (read_constants, traverse_md_constants): Move to read-md.c.
13965         * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
13966         * read-md.h: Include hashtab.h.
13967         (md_name): Moved from read-rtl.c.
13968         (md_constant): Moved from read-md.h.
13969         (leading_string_hash, leading_string_eq_p, read_name)
13970         (read_constants, traverse_md_constants): Declare.
13971         * read-md.c (md_constants): Moved from read-rtl.c.
13972         (leading_string_hash, leading_string_eq_p): New functions.
13973         (read_name, read_constants, traverse_md_constants): Moved from
13974         read-rtl.c.
13975
13976 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
13977
13978         * read-rtl.c (md_name): New structure.
13979         (read_name): Take an md_name instead of a buffer pointer.
13980         Use the "string" field instead of strcpy when expanding constants.
13981         (read_constants): Remove the tmp_char argument.  Update the calls
13982         to read_name, using two local name buffers instead of the tmp_char
13983         argument.  Merge the constant-creation code.
13984         (read_conditions): Remove the tmp_char argument.  Update the calls
13985         to read_name, using a local name buffer instead of the tmp_char
13986         argument.
13987         (read_mapping): Replace tmp_char variable with a local name buffer.
13988         Update the calls to read_name.
13989         (read_rtx_1): Likewise.  Update the calls to read_constants and
13990         read_conditions.
13991
13992 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
13993
13994         * Makefile.in (build/read-md.o): Depend on errors.h.
13995         * read-md.h (error_with_line): Declare.
13996         * read-md.c: Include errors.h.
13997         (message_with_line_1): New function, extracted from...
13998         (message_with_line): ...here.
13999         (error_with_line): New function.
14000         * genattrtab.c: If a call to message_with_line is followed by
14001         "have_error = 1;", replace both statements with a call to
14002         error_with_line.
14003         * genoutput.c: Likewise.
14004         * genpreds.c: Likewise.
14005         * genrecog.c: If a call to message_with_line is followed by
14006         "error_count++;", replace both statements with a call to
14007         error_with_line.
14008         (errorcount): Delete.
14009         (main): Don't check it.
14010         * gensupport.c: If a call to message_with_line is followed by
14011         "errors = 1;", replace both statements with a call to error_with_line.
14012         (errors): Delete.
14013         (process_define_cond_exec): Check have_error instead of errors.
14014         (init_md_reader_args_cb): Likewise.  Don't set errors.
14015
14016 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14017
14018         * read-md.h (read_md_file): Declare.
14019         (read_char, unread_char): New functions.
14020         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
14021         (read_quoted_string, read_string): Remove FILE * argument.
14022         * read-md.c (read_md_file): New variable.
14023         (read_md_filename, read_md_lineno): Update comments and remove
14024         unnecessary initialization.
14025         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
14026         (read_escape, read_quoted_string, read_braced_string, read_string):
14027         Remove FILE * argument.  Update calls accordingly, using read_char
14028         and unread_char instead of getc and ungetc.
14029         * rtl.h (read_rtx): Remove FILE * argument.
14030         * read-rtl.c (iterator_group): Remove FILE * argument from
14031         "find_builtin".
14032         (iterator_traverse_data): Remove "infile" field.
14033         (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
14034         (add_mapping, read_name, read_constants, read_conditions)
14035         (validate_const_int, find_iterator, read_mapping, check_code_iterator)
14036         (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
14037         Remove file arguments from all calls, using read_char and unread_char
14038         instead of getc and ungetc.
14039         * gensupport.c (process_include): Preserve read_md_file around
14040         the include.  Set read_md_file to the handle of the included file.
14041         Update call to read_rtx.
14042         (init_md_reader_args_cb): Set read_md_file to the handle of the file
14043         and remove local FILE *.  Update calls to read_rtx.
14044
14045 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14046
14047         * read-md.h (read_rtx_lineno): Rename to...
14048         (read_md_lineno): ...this.
14049         (read_rtx_filename): Rename to...
14050         (read_md_filename): ...this.
14051         (copy_rtx_ptr_loc): Rename to...
14052         (copy_md_ptr_loc): ...this.
14053         (print_rtx_ptr_loc): Rename to...
14054         (print_md_ptr_loc): ...this.
14055         * read-md.c: Likewise.  Update references after renaming.
14056         (string_obstack): Replace RTL with MD in comment.
14057         (set_rtx_ptr_loc): Rename to...
14058         (set_md_ptr_loc): ...this.
14059         (get_rtx_ptr_loc): Rename to...
14060         (get_md_ptr_loc): ...this.
14061         * genconditions.c: Update references after renaming.
14062         * genemit.c: Likewise.
14063         * genoutput.c: Likewise.
14064         * genpreds.c: Likewise.
14065         * gensupport.c: Likewise.
14066         * read-rtl.c: Likewise.
14067
14068 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14069
14070         * Makefile.in (READ_MD_H): New variable.
14071         (BUILD_RTL): Add build/read-md.o.
14072         (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
14073         (build/gensupport.o, build/read-rtl.o, build/genattr.o)
14074         (build/genattrtab.o, build/genconditions.o build/genemit.o)
14075         (build/genextract.o, build/genflags.o, build/genoutput.o)
14076         (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
14077         (build/read-md.o): New rule.
14078         * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
14079         (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
14080         * coretypes.h: ...here.
14081         * lto-wrapper.c: Include coretypes.h instead of defaults.h.
14082         * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
14083         * genattr.c: Include read-md.h.
14084         * genattrtab.c: Likewise.
14085         * genconditions.c: Likewise.
14086         * genemit.c: Likewise.
14087         * genextract.c: Likewise.
14088         * genflags.c: Likewise.
14089         * genoutput.c: Likewise.
14090         * genpreds.c: Likewise.
14091         * genrecog.c: Likewise.
14092         * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
14093         (join_c_conditions, print_c_condition, read_rtx_filename)
14094         (read_rtx_lineno): Move to read-md.h.
14095         * read-rtl.c: Include read-md.h.
14096         (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
14097         (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
14098         (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
14099         (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
14100         (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
14101         (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
14102         (read_braced_string, read_string): Move to read-md.c.
14103         (read_rtx): Move some initialization to init_md_reader and call
14104         init_md_reader here.
14105         * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
14106         Move to read-md.h.
14107         * gensupport.c: Include read-md.h.
14108         (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
14109         * read-md.h, read-md.c: New files.
14110
14111 2010-06-10  Anatoly Sokolov  <aesok@post.ru>
14112
14113         * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
14114         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
14115         * config/moxie/moxie-protos.h (moxie_function_value): Remove.
14116         * config/moxie/moxie.c (moxie_function_value): Make static.
14117         (moxie_libcall_value, moxie_function_value_regno_p): New functions.
14118         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
14119
14120 2010-06-10  Martin Jambor  <mjambor@suse.cz>
14121
14122         * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
14123         * dbgcnt.def (tree_sra): New counter.
14124         * tree-sra.c: Include dbgcnt.h.
14125         (gate_intra_sra): Check tree_sra debug counter.
14126
14127 2010-06-10  Martin Jambor  <mjambor@suse.cz>
14128
14129         PR tree-optimization/44258
14130         * tree-sra.c (build_access_subtree): Return false iff there is a
14131         partial overlap.
14132         (build_access_trees): Likewise.
14133         (analyze_all_variable_accesses): Disqualify candidates if
14134         build_access_trees returns true for them.
14135
14136 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
14137
14138         PR debug/41371
14139         * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
14140         tail-recurse into canonical node.  Fast-forward over
14141         non-canonical VALUEs.
14142
14143 2010-06-10  H.J. Lu  <hongjiu.lu@intel.com>
14144
14145         PR boostrap/44470
14146         * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
14147         (*addsi_1_zext) <TYPE_LEA>: Likewise.
14148         (add lea splitter): Likewise.
14149         (add_zext lea splitter): Likewise.
14150
14151 2010-06-10  Joseph Myers  <joseph@codesourcery.com>
14152
14153         * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
14154
14155 2010-06-10  Jan Hubicka  <jh@suse.cz>
14156
14157         * df-problems.c (df_live_problem_data): Add live_bitmaps.
14158         (df_live_alloc): Initialize problem data and live_osbtacks.
14159         (df_live_finalize): Remove obstack, problem data; do not
14160         clear all bitmaps.
14161         (df_live_top_dump, df_live_bottom_dump): Do not dump old
14162         data when not allocated.
14163         (df_live_verify_solution_start): Do not allocate problem data.
14164         (df_live_verify_solution_end): Check if out is allocated.
14165         (struct df_md_problem_data): New structure.
14166         (df_md_alloc): Allocate problem data.
14167         (df_md_free): Free problem data; do not clear bitmaps.
14168
14169 2010-06-10  Jan Beulich  <jbeulich@novell.com>
14170
14171         PR bootstrap/37304
14172         * configure.ac: Replace $() with ${} when intending to expand
14173         variables rather than invoking commands.
14174         * configure: Re-generate.
14175
14176 2010-06-10  Jan Hubicka  <jh@suse.cz>
14177
14178         PR rtl-optimization/44460
14179         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
14180         TYPE_NEEDS_CONSTRUCTING sanity check.
14181
14182 2010-06-10  Gerald Pfeifer  <gerald@pfeifer.com>
14183
14184         * doc/include/fdl.texi: Move to GFDL version 1.3.
14185
14186         * doc/cpp.texi: Move to GFDL version 1.3.
14187         * doc/gcc.texi: Move to GFDL version 1.3.  Fix copyright years.
14188         * doc/gccint.texi: Move to GFDL version 1.3.
14189         * doc/gcov.texi: Move to GFDL version 1.3.  Update copyright years.
14190         * doc/install.texi: Move to GFDL version 1.3.  Fix copyright years.
14191         * doc/invoke.texi: Move to GFDL version 1.3.
14192
14193 2010-06-09  Jan Hubicka  <jh@suse.cz>
14194
14195         * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
14196         Break out from ...
14197         (propagate) ... here; swap the order.
14198
14199 2010-06-09  Jan Hubicka  <jh@suse.cz>
14200
14201         * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
14202         bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
14203         bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
14204         bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
14205
14206 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
14207
14208         * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
14209         Do not the gather memory reference in the outer loop if the step
14210         is not a constant.
14211
14212 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
14213
14214         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
14215         Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
14216         8 to 4.  Minor change of the related comments.
14217
14218 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
14219
14220         * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
14221         the scev analysis when the variable is not used outside the loop
14222         in a close phi node: call compute_overall_effect_of_inner_loop.
14223
14224 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
14225
14226         * graphite-sese-to-poly.c (single_pred_cond): Renamed
14227         single_pred_cond_non_loop_exit.  Return NULL for loop exit edges.
14228         (build_sese_conditions_before): Renamed call to single_pred_cond.
14229         (build_sese_conditions_after): Same.
14230
14231 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
14232
14233         * graphite-poly.h: Fix comments and indentation.
14234         * graphite-sese-to-poly.c: Same.
14235         (build_sese_conditions_before): Compute stmt and gbb only when needed.
14236         * tree-chrec.c: Fix comments and indentation.
14237         (tree-ssa-loop-niter.c): Same.
14238
14239 2010-06-09  Eric Botcazou  <ebotcazou@adacore.com>
14240
14241         PR rtl-optimization/42461
14242         * dce.c (deletable_insn_p): Return true for const or pure calls again.
14243         * except.c (insn_could_throw_p): Return false if !flag_exceptions.
14244
14245 2010-06-09  Jan Hubicka  <jh@suse.cz>
14246
14247         * bitmap.c (bitmap_and): Walk array forward.
14248         (bitmap_and_compl_into): Likewise.
14249         (bitmap_xor): Likewise.
14250         (bitmap_xor_into):  Likewise.
14251         (bitmap_equal_p): Likewise.
14252         (bitmap_intersect_p): Likewise.
14253         (bitmap_intersect_compl_p): Likewise.
14254         (bitmap_ior_and_into): Likewise.
14255         (bitmap_elt_copy): Likewise.
14256         (bitmap_and_compl): Likewise.
14257         (bitmap_elt_ior): Likewise.
14258
14259 2010-06-09  Dave Korn  <dave.korn.cygwin@gmail.com>
14260
14261         * opts-common.c (prune_options): Ensure replacement argv array
14262         is correctly terminated by a NULL entry.
14263
14264 2010-06-09  Jan Hubicka  <jh@suse.cz>
14265
14266         * cgraph.h (varpool_first_static_initializer,
14267         varpool_next_static_initializer): Make checking only when
14268         checking enabled.
14269         * tree-vectorizer.h (vinfo_for_stmt): Remove check.
14270         (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
14271         gcc_assert to gcc_checking_assert.
14272         * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
14273         phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
14274         op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
14275         op_iter_init_phiuse, op_iter_init_phidef,
14276         array_ref_contains_indirect_ref, ref_contains_array_ref): Use
14277         gcc_checking_assert.
14278         * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
14279         * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
14280         partition_is_global, live_on_entry, live_on_exit,
14281         live_merge_and_clear): Likewise.
14282         * system.h (gcc_checking_assert): New macro.
14283         * gimple.h (set_bb_seq): Use gcc_checking_assert.
14284
14285 2010-06-09  Jason Merrill  <jason@redhat.com>
14286
14287         * Makefile.in (TAGS): Collect tags info from c-family.
14288
14289 2010-06-09  Jan Hubicka  <jh@suse.cz>
14290
14291         * gimple.h (gcc_gimple_checking_assert): New macro.
14292         (gimple_set_def_ops, gimple_set_use_ops,
14293         gimple_set_vuse, gimple_set_vdef,
14294         gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
14295         gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
14296         gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
14297         gimple_asm_output_op, gimple_asm_output_op_ptr,
14298         gimple_asm_set_output_op, gimple_asm_clobber_op,
14299         gimple_asm_set_clobber_op, gimple_asm_label_op,
14300         gimple_asm_set_label_op, gimple_try_set_kind,
14301         gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
14302         gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
14303         gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
14304         gimple_omp_for_index_ptr, gimple_omp_for_set_index,
14305         gimple_omp_for_initial, gimple_omp_for_initial_ptr,
14306         gimple_omp_for_set_initial, gimple_omp_for_final,
14307         gimple_omp_for_final_ptr, gimple_omp_for_set_final,
14308         gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
14309         gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
14310         conditional with ENABLE_GIMPLE_CHECKING.
14311         (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
14312
14313 2010-06-09  Sandra Loosemore  <sandra@codesourcery.com>
14314
14315         * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
14316         (get_computation_cost_at): Use it.
14317         (determine_use_iv_cost_condition): Likewise.
14318         (determine_iv_cost): Likewise.
14319
14320 2010-06-09  Richard Guenther  <rguenther@suse.de>
14321
14322         * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
14323         replace constants.
14324
14325 2010-06-09  Kai Tietz  <kai.tietz@onevision.com>
14326
14327         * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
14328
14329 2010-06-09  Martin Jambor  <mjambor@suse.cz>
14330
14331         PR tree-optimization/44423
14332         * tree-sra.c (dump_access): Dump also grp_assignment_read.
14333         (analyze_access_subtree): Pass negative allow_replacements to children
14334         if the current type is scalar.
14335
14336 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
14337
14338         PR testsuite/42843
14339         * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
14340         * doc/plugins.texi (Plugin license check): Update information
14341         on type of plugin_is_GPL_compatible.
14342         * Makefile.in (PLUGINCC): Define as $(COMPILER).
14343         (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
14344
14345 2010-06-09  Bernd Schmidt  <bernds@codesourcery.com>
14346
14347         * config/arm/arm.c (thumb2_reorg): New function.
14348         (arm_reorg): Call it.
14349         * config/arm/thumb2.md (define_peephole2 for flag clobbering
14350         arithmetic operations): Delete.
14351
14352 2010-06-09  Edmar Wienskoski  <edmar@freescale.com>
14353
14354         PR target/44067
14355         * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
14356         e500v2 target.
14357
14358 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
14359
14360         PR plugins/44459
14361         * gcc-plugin.h: Encapsulate all declarations in extern "C".
14362
14363 2010-06-08  Jan Hubicka  <jh@suse.cz>
14364
14365         * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
14366         ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
14367
14368 2010-06-08  Sandra Loosemore  <sandra@codesourcery.com>
14369
14370         PR tree-optimization/39874
14371         PR middle-end/28685
14372         * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
14373         Declare.
14374         * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
14375         same_bool_result_p): New.
14376         (and_var_with_comparison, and_var_with_comparison_1,
14377         and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
14378         (or_var_with_comparison, or_var_with_comparison_1,
14379         or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
14380         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
14381         maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
14382         of combine_comparisons.
14383         * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
14384
14385 2010-06-08  Anatoly Sokolov  <aesok@post.ru>
14386
14387         * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
14388         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
14389         * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
14390         pdp11_function_value_regno_p): New functions.
14391         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
14392         TARGET_FUNCTION_VALUE_REGNO_P): Define.
14393
14394 2010-06-08  Kazu Hirata  <kazu@codesourcery.com>
14395
14396         * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
14397         Thumb-2 in the MINUS case.
14398
14399 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
14400
14401         * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
14402
14403         * doc/gty.texi (GTY Options): Document typed GC allocation and
14404         variable_size GTY option.
14405
14406         * ggc-internal.h: New.
14407
14408         * ggc.h: Update copyright year.
14409         (digit_string): Move to stringpool.c.
14410         (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
14411         (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
14412         (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
14413         (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
14414         (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
14415         (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
14416         (ggc_force_collect, ggc_get_size, ggc_statistics)
14417         (ggc_print_common_statistics): Move to ggc-internal.h.
14418         (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
14419         (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
14420         (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
14421         (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
14422         (ggc_min_heapsize_heuristic, ggc_alloc_zone)
14423         (ggc_alloc_zone_pass_stat): Remove.
14424         (ggc_internal_alloc_stat, ggc_internal_alloc)
14425         (ggc_internal_cleared_alloc_stat): New.
14426         (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
14427         (ggc_internal_vec_alloc_stat)
14428         (ggc_internal_cleared_vec_alloc_stat)
14429         (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
14430         (ggc_alloc_atomic_stat, ggc_alloc_atomic)
14431         (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
14432         (ggc_cleared_alloc_ptr_array_two_args): New.
14433         (htab_create_ggc, splay_tree_new_ggc): Redefine.
14434         (ggc_splay_alloc): Change the type of the first argument to
14435         enum gt_types_enum.
14436         (ggc_alloc_string): Make macro.
14437         (ggc_alloc_string_stat): New.
14438         (ggc_strdup): Redefine.
14439         (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
14440         (ggc_alloc_rtvec_sized): New.
14441         (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
14442         (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
14443         (ggc_internal_cleared_alloc_zone_stat)
14444         (ggc_internal_zone_alloc_stat)
14445         (ggc_internal_zone_cleared_alloc_stat)
14446         (ggc_internal_zone_vec_alloc_stat)
14447         (ggc_alloc_zone_rtx_def_stat)
14448         (ggc_alloc_zone_tree_node_stat)
14449         (ggc_alloc_zone_cleared_tree_node_stat)
14450         (ggc_alloc_cleared_gimple_statement_d_stat): New.
14451
14452         * ggc-common.c: Include ggc-internal.h.
14453         (ggc_internal_cleared_alloc_stat): Rename from
14454         ggc_alloc_cleared_stat.
14455         (ggc_realloc_stat): Use ggc_internal_alloc_stat.
14456         (ggc_calloc): Remove.
14457         (ggc_cleared_alloc_htab_ignore_args): New.
14458         (ggc_cleared_alloc_ptr_array_two_args): New.
14459         (ggc_splay_alloc): Add obj_type parameter.
14460         (init_ggc_heuristics): Formatting fixes.
14461
14462         * ggc-none.c: Update copyright year.
14463         (ggc_alloc_stat): Rename to ggc_alloc_stat.
14464         (ggc_alloc_cleared_stat): Rename to
14465         ggc_internal_cleared_alloc_stat.
14466         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
14467
14468         * ggc-page.c: Update copyright year.  Include ggc-internal.h.
14469         Remove references to ggc_alloc in comments.
14470         (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
14471         (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
14472         (new_ggc_zone, destroy_ggc_zone): Remove.
14473         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
14474
14475         * ggc-zone.c: Include ggc-internal.h.  Remove references to
14476         ggc_alloc in comments.
14477         (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
14478         (ggc_internal_alloc_zone_pass_stat): New.
14479         (ggc_internal_cleared_alloc_zone_stat): New.
14480         (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
14481         (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
14482         (new_ggc_zone, destroy_ggc_zone): Remove.
14483
14484         * stringpool.c: Update copyright year.  Include ggc-internal.h
14485         (digit_vector): Make static.
14486         (digit_string): Moved from ggc.h.
14487         (stringpool_ggc_alloc): Use ggc_alloc_atomic.
14488         (ggc_alloc_string): Rename to ggc_alloc_string_stat.
14489
14490         * Makefile.in (GGC_INTERNAL_H): New.
14491         (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
14492         $(GGC_INTERNAL_H) to dependencies.
14493
14494         * gentype.c: Update copyright year.
14495         (walk_type): Accept variable_size GTY option.
14496         (USED_BY_TYPED_GC_P): New macro.
14497         (write_enum_defn): Use USED_BY_TYPED_GC_P.  Do not output
14498         whitespace at the end of strings.
14499         (get_type_specifier, variable_size_p): New functions.
14500         (alloc_quantity, alloc_zone): New enums.
14501         (write_typed_alloc_def): New function.
14502         (write_typed_struct_alloc_def): Likewise.
14503         (write_typed_typed_typedef_alloc_def): Likewise.
14504         (write_typed_alloc_defns): Likewise.
14505         (output_typename, write_splay_tree_allocator_def): Likewise.
14506         (write_splay_tree_allocators): Likewise.
14507         (main): Call write_typed_alloc_defns and
14508         write_splay_tree_allocators.
14509
14510         * lto-streamer.h (lto_file_decl_data_ptr): New.
14511
14512         * passes.c (order): Define using cgraph_node_ptr.
14513
14514         * strinpool.c (struct string_pool_data): Declare nested_ptr using
14515         ht_identifier_ptr.
14516
14517         * gimple.h (union gimple_statement_d): Likewise.
14518
14519         * rtl.h (struct rtx_def): Likewise.
14520         (struct rtvec_def): Likewise.
14521
14522         * tree.h (union tree_node): Likewise.
14523
14524         * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
14525
14526         * cfgloop.c (record_loop_exits): Use htab_create_ggc.
14527
14528         * tree-scalar-evolution.c (scev_initialize): Likewise.
14529
14530         * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
14531
14532         * dwarf2asm.c (dw2_force_const_mem): Likewise.
14533
14534         * omp-low.c (lower_omp_critical): Likewise.
14535
14536         * bitmap.h (struct bitmap_head_def): Update comment to not
14537         reference ggc_alloc.
14538
14539         * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
14540
14541         * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
14542
14543         * ipa-prop.c (duplicate_ggc_array): Rename to
14544         duplicate_ipa_jump_func_array.  Use typed GC allocation.
14545         (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
14546
14547         * gimple.c (gimple_alloc_stat): Use
14548         ggc_alloc_cleared_gimple_statement_d_stat.
14549
14550         * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
14551
14552         * tree.c (make_node_stat): Use
14553         ggc_alloc_zone_cleared_tree_node_stat.
14554         (make_tree_vec_stat): Likewise.
14555         (build_vl_exp_stat): Likewise.
14556         (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
14557         (make_tree_binfo_stat): Likewise.
14558         (tree_cons_stat): Likewise.
14559
14560         * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
14561         (shallow_copy_rtx_stat): Likewise.
14562         (make_node_stat): Likewise.
14563
14564         * lto-symtab.c: Fix comment.
14565
14566         * tree-cfg.c (create_bb): Update comment to not reference
14567         ggc_alloc_cleared.
14568         * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
14569
14570         * varpool.c (varpool_node): Use typed GC allocation.
14571         (varpool_extra_name_alias): Likewise.
14572
14573         * varasm.c (emutls_decl): Likewise.
14574         (get_unnamed_section): Likewise.
14575         (get_noswitch_section): Likewise.
14576         (get_section): Likewise.
14577         (get_block_for_section): Likewise.
14578         (build_constant_desc): Likewise.
14579         (create_constant_pool): Likewise.
14580         (force_const_mem): Likewise.
14581
14582         * tree.c (build_vl_exp_stat): Likewise.
14583         (build_real): Likewise.
14584         (build_string): Likewise.
14585         (decl_debug_expr_insert): Likewise.
14586         (decl_value_expr_insert): Likewise.
14587         (type_hash_add): Likewise.
14588         (build_omp_clause): Likewise.
14589
14590         * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
14591
14592         * tree-ssa.c (init_tree_ssa): Likewise.
14593
14594         * tree-ssa-structalias.c (heapvar_insert): Likewise.
14595
14596         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
14597
14598         * tree-ssa-loop-niter.c (record_estimate): Likewise.
14599
14600         * tree-ssa-alias.c (get_ptr_info): Likewise.
14601
14602         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
14603
14604         * tree-phinodes.c (allocate_phi_node): Likewise.
14605
14606         * tree-iterator.c (tsi_link_before): Likewise.
14607         (tsi_link_after): Likewise.
14608
14609         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
14610
14611         * tree-dfa.c (create_var_ann): Likewise.
14612
14613         * tree-cfg.c (create_bb): Likewise.
14614
14615         * toplev.c (alloc_for_identifier_to_locale): Likewise.
14616         (general_init): Likewise.
14617
14618         * stringpool.c (stringpool_ggc_alloc): Likewise.
14619         (gt_pch_save_stringpool): Likewise.
14620
14621         * sese.c (if_region_set_false_region): Likewise.
14622
14623         * passes.c (do_per_function_toporder): Likewise.
14624
14625         * optabs.c (set_optab_libfunc): Likewise.
14626         (set_conv_libfunc): Likewise.
14627
14628         * lto-symtab.c (lto_symtab_register_decl): Likewise.
14629
14630         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
14631         (input_eh_region): Likewise.
14632         (input_eh_lp): Likewise.
14633         (make_new_block): Likewise.
14634         (unpack_ts_real_cst_value_fields): Likewise.
14635
14636         * lto-section-in.c (lto_new_in_decl_state): Likewise.
14637
14638         * lto-cgraph.c (input_node_opt_summary): Likewise.
14639
14640         * loop-init.c (loop_optimizer_init): Likewise.
14641
14642         * lambda.h (lambda_vector_new): Likewise.
14643
14644         * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
14645
14646         * ira.c (update_equiv_regs): Likewise.
14647
14648         * ipa.c (cgraph_node_set_new): Likewise.
14649         (cgraph_node_set_add): Likewise.
14650         (varpool_node_set_new): Likewise.
14651         (varpool_node_set_add): Likewise.
14652
14653         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
14654         (duplicate_ipa_jump_func_array): Likewise.
14655         (ipa_read_node_info): Likewise.
14656
14657         * ipa-cp.c (ipcp_create_replace_map): Likewise.
14658
14659         * integrate.c (get_hard_reg_initial_val): Likewise.
14660
14661         * gimple.c (gimple_alloc_stat): Likewise.
14662         (gimple_build_omp_for): Likewise.
14663         (gimple_seq_alloc): Likewise.
14664         (gimple_copy): Likewise.
14665
14666         * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
14667         (gsi_insert_after_without_update): Likewise.
14668
14669         * function.c (add_frame_space): Likewise.
14670         (insert_temp_slot_address): Likewise.
14671         (assign_stack_temp_for_type): Likewise.
14672         (allocate_struct_function): Likewise.
14673         (types_used_by_var_decl_insert): Likewise.
14674
14675         * except.c (init_eh_for_function): Likewise.
14676         (gen_eh_region): Likewise.
14677         (gen_eh_region_catch): Likewise.
14678         (gen_eh_landing_pad): Likewise.
14679         (add_call_site): Likewise.
14680
14681         * emit-rtl.c (get_mem_attrs): Likewise.
14682         (get_reg_attrs): Likewise.
14683         (start_sequence): Likewise.
14684         (init_emit): Likewise.
14685
14686         * dwarf2out.c (new_cfi): Likewise.
14687         (queue_reg_save): Likewise.
14688         (dwarf2out_frame_init): Likewise.
14689         (new_loc_descr): Likewise.
14690         (find_AT_string): Likewise.
14691         (new_die): Likewise.
14692         (add_var_loc_to_decl): Likewise.
14693         (clone_die): Likewise.
14694         (clone_as_declaration): Likewise.
14695         (break_out_comdat_types): Likewise.
14696         (new_loc_list): Likewise.
14697         (loc_descriptor): Likewise.
14698         (add_loc_descr_to_each): Likewise.
14699         (add_const_value_attribute): Likewise.
14700         (tree_add_const_value_attribute): Likewise.
14701         (add_comp_dir_attribute): Likewise.
14702         (add_name_and_src_coords_attributes): Likewise.
14703         (lookup_filename): Likewise.
14704         (store_vcall_insn): Likewise.
14705         (dwarf2out_init): Likewise.
14706
14707         * dbxout.c (dbxout_init): Likewise.
14708
14709         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
14710
14711         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
14712
14713         * config/score/score7.c (score7_output_external): Likewise.
14714
14715         * config/score/score3.c (score3_output_external): Likewise.
14716
14717         * config/s390/s390.c (s390_init_machine_status): Likewise.
14718
14719         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
14720         (rs6000_init_machine_status): Likewise.
14721         (output_toc): Likewise.
14722
14723         * config/pa/pa.c (pa_init_machine_status): Likewise.
14724         (get_deferred_plabel): Likewise.
14725
14726         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
14727
14728         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
14729
14730         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
14731
14732         * config/mep/mep.c (mep_init_machine_status): Likewise.
14733         (mep_note_pragma_flag): Likewise.
14734
14735         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
14736
14737         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
14738
14739         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
14740
14741         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
14742         (i386_pe_maybe_record_exported_symbol): Likewise.
14743
14744         * config/i386/i386.c (get_dllimport_decl): Likewise.
14745         (ix86_init_machine_status): Likewise.
14746         (assign_386_stack_local): Likewise.
14747
14748         * config/frv/frv.c (frv_init_machine_status): Likewise.
14749
14750         * config/darwin.c (machopic_indirection_name): Likewise.
14751
14752         * config/cris/cris.c (cris_init_machine_status): Likewise.
14753
14754         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
14755
14756         * config/avr/avr.c (avr_init_machine_status): Likewise.
14757
14758         * config/arm/arm.c (arm_init_machine_status): Likewise.
14759
14760         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
14761         (alpha_need_linkage): Likewise.
14762         (alpha_use_linkage): Likewise.
14763
14764         * cgraph.c (cgraph_allocate_node): Likewise.
14765         (cgraph_create_edge_1): Likewise.
14766         (cgraph_create_indirect_edge): Likewise.
14767         (cgraph_add_asm_node): Likewise.
14768
14769         * cfgrtl.c (init_rtl_bb_info): Likewise.
14770
14771         * cfgloop.c (alloc_loop): Likewise.
14772         (rescan_loop_exit): Likewise.
14773
14774         * cfg.c (init_flow): Likewise.
14775         (alloc_block): Likewise.
14776         (unchecked_make_edge): Likewise.
14777
14778         * c-parser.c (c_parse_init): Likewise.
14779         (c_parse_file): Likewise.
14780
14781         * c-decl.c (bind): Likewise.
14782         (record_inline_static): Likewise.
14783         (push_scope): Likewise.
14784         (make_label): Likewise.
14785         (lookup_label_for_goto): Likewise.
14786         (finish_struct): Likewise.
14787         (finish_enum): Likewise.
14788         (c_push_function_context): Likewise.
14789
14790         * bitmap.c (bitmap_element_allocate): Likewise.
14791         (bitmap_gc_alloc_stat): Likewise.
14792
14793         * alias.c (record_alias_subset): Likewise.
14794         (init_alias_analysis): Likewise.
14795
14796 2010-06-08  Shujing Zhao  <pearly.zhao@oracle.com>
14797
14798         * fold-const.c (fold_comparison): Remove redundant parenthesis.
14799         * tree-inline.c (expand_call_inline): Pass translated return value of
14800         cgraph_inline_failed_string to diagnostic function.
14801
14802 2010-06-08  Andrew Pinski  <pinskia@gmail.com>
14803             Shujing Zhao  <pearly.zhao@oracle.com>
14804
14805         PR c/37724
14806         * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
14807         implicit bad conversions is initialization.
14808         (error_init): Use gmsgid instead of msgid for argument name and change
14809         the call for error.
14810         (pedwarn_init): Use gmsgid instead of msgid for argument name and
14811         change the call for pedwarn.
14812         (warning_init): Use gmsgid instead of msgid for argument name and
14813         change the call for warning.
14814
14815 2010-06-07  Nathan Froyd  <froydnj@codesourcery.com>
14816
14817         * config/mips/mips-protos.h (mips_print_operand): Delete.
14818         (mips_print_operand_address): Delete.
14819         * config/mips/mips.h (mips_print_operand_punct): Delete.
14820         (PRINT_OPERAND): Delete.
14821         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
14822         (PRINT_OPERAND_ADDRESS): Delete.
14823         * config/mips/mips.c (mips_print_operand_punct): Make static.
14824         (mips_print_operand_address): Make static.
14825         (mips_print_operand): Make static.  Call
14826         mips_print_operand_punct_valid_p.
14827         (mips_print_operand_punct_valid_p): New function.
14828         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
14829         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
14830
14831 2010-06-07  Jan Hubicka  <jh@suse.cz>
14832
14833         PR middle-end/44454
14834         (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
14835         are allocated.
14836
14837 2010-06-07  Kaz Kojima  <kkojima@gcc.gnu.org>
14838
14839         * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
14840         name of RECORD.
14841
14842 2010-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14843
14844         * doc/sourcebuild.texi (Effective-Target Keywords, Other
14845         attributes): Document gas.
14846
14847 2010-06-07  Uros Bizjak  <ubizjak@gmail.com>
14848
14849         * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
14850         <TYPE_LEA>: Split instruction.
14851         <default>: Remove alternative 2 handling.
14852         (*addsi_1_zext) <TYPE_LEA>: Split instruction.
14853         (add lea splitter): Generate SImode lea for mode sizes <= SImode.
14854         (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
14855
14856         (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
14857         (ashift_zext lea splitter): Use DImode for multiplication.
14858
14859         * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
14860         to generate addition.
14861
14862 2010-06-07  Joseph Myers  <joseph@codesourcery.com>
14863
14864         * common.opt (fira-verbose): Use Var.
14865         (fpcc-struct-return): Use Init instead of VarExists.
14866         * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
14867         toplev.c.
14868         * flags.h (flag_signed_char, flag_short_enums,
14869         flag_pcc_struct_return, flag_ira_verbose,
14870         flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
14871         * toplev.c (flag_detailed_statistics, flag_signed_char,
14872         flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
14873         (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
14874         * toplev.h (flag_crossjumping, flag_if_conversion,
14875         flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
14876         flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
14877         flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
14878         flag_cprop_registers, time_report, flag_ira_loop_pressure,
14879         flag_ira_coalesce, flag_ira_move_spills,
14880         flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
14881
14882 2010-06-07  Jan Hubicka  <jh@suse.cz>
14883
14884         * df-core.c (df_analyze_problem): Do verification after allocation.
14885
14886         * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
14887         (df_lr_alloc): Initialize problem data; move bitmaps to
14888         lr_bitmaps obstack.
14889         (df_lr_finalize): Free problem data; do not bother to free bitmaps.
14890         (df_lr_verify_solution_start): Do not initialize problem data;
14891         allocate bitmaps in lr_bitmaps.
14892         (df_lr_verify_solution_end): Do not free problem data.
14893
14894 2010-06-07  Jan Hubicka  <jh@suse.cz>
14895
14896         * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
14897         if caller is noreturn.
14898         * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
14899         * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
14900         * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
14901         * ipa-pure-const.c (check_decl): Add IPA parameter.
14902         (state_from_flags): New function.
14903         (better_state, worse_state): New functions.
14904         (check_call): When in IPA mode, do not care about callees.
14905         (check_load, check_store): Update.
14906         (check_ipa_load, check_ipa_store): New.
14907         (check_stmt): When in IPA mode, use IPA checkers.
14908         (analyze_function): Use state_from_flags.
14909         (propagate): Check indirect edges and references.
14910
14911 2010-06-07  Kazu Hirata  <kazu@codesourcery.com>
14912
14913         PR rtl-optimization/44404
14914         * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
14915         of count_occurrences to see if it's safe to modify mem_insn.
14916
14917 2010-06-07  Richard Guenther  <rguenther@suse.de>
14918
14919         * gimplify.c (gimplify_cleanup_point_expr): For empty body
14920         and EH-only cleanup drop the cleanup instead of inserting it
14921         unconditionally.
14922
14923 2010-06-07  Ira Rosen  <irar@il.ibm.com>
14924
14925         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
14926         documentation.
14927         * targhooks.c (default_builtin_vectorization_cost): New function.
14928         * targhooks.h (default_builtin_vectorization_cost): Declare.
14929         * target.h (enum vect_cost_for_stmt): Define.
14930         (builtin_vectorization_cost): Change argument and comment.
14931         * tree-vectorizer.h: Remove cost model macros.
14932         * tree-vect-loop.c: Include target.h.
14933         (vect_get_cost): New function.
14934         (vect_estimate_min_profitable_iters): Replace cost model macros with
14935         calls to vect_get_cost.
14936         (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
14937         * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
14938         default implementation.
14939         * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
14940         calls to target hook builtin_vectorization_cost.
14941         (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
14942         Likewise.
14943         * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
14944         * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
14945         implementation to return costs.
14946         * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
14947         * config/spu/spu.h: Remove vectorizer cost model macros.
14948         * config/i386/i386.h: Likewise.
14949         * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
14950         a call to target hook builtin_vectorization_cost.
14951
14952 2010-06-06  Sriraman Tallam  <tmsriram@google.com>
14953
14954         PR target/44319
14955         * config/i386/i386.c (override_options): Turn zee pass on for level 2
14956         and above and defer till target is known.
14957         (optimization_options): Turn on zee pass if TARGET_64BIT is set and
14958         turn off otherwise.
14959
14960 2010-05-25  Jan Hubicka  <jh@suse.cz>
14961
14962         * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
14963         (df_compact_blocks): Likewise.
14964         * df.h (struct df): Turn hardware_regs_used,
14965         regular_block_artificial_uses, eh_block_artificial_uses,
14966         insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
14967         bitmap_head.
14968         * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
14969         df_byte_lr_alloc, df_simulate_fixup_sets): Update.
14970         * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
14971         df_scan_blocks, df_insn_delete, df_insn_rescan,
14972         df_insn_rescan_debug_internal, df_insn_rescan_all,
14973         df_process_deferred_rescans, df_process_deferred_rescans,
14974         df_notes_rescan, df_get_call_refs, df_get_call_refs,
14975         regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
14976         df_record_entry_block_defs, df_record_exit_block_uses,
14977         df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
14978         df_scan_verify): Update.
14979
14980 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
14981
14982         PR c++/44188
14983         * c-common.c (is_typedef_decl): Move this definition ...
14984         * tree.c (is_typedef_decl): ... here.
14985         (typdef_variant_p): Move definition here from cp/tree.c.
14986         * c-common.h (is_typedef_decl): Move this declaration ...
14987         * tree.h (is_typedef_decl): ... here.
14988         (typedef_variant_p): Move declaration here from cp/cp-tree.h
14989         * dwarf2out.c (is_naming_typedef_decl): New function.
14990         (gen_tagged_type_die): Split out of ...
14991         (gen_type_die_with_usage): ... this function. When an anonymous
14992         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
14993         is emitted for the typedef.
14994         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
14995         anonymous tagged types.
14996
14997 2010-06-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
14998
14999         PR c/20000
15000         * c-decl.c (grokdeclarator): Delete warning.
15001
15002 2010-06-06  Eric Botcazou  <ebotcazou@adacore.com>
15003
15004         * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
15005         newly built CALL_EXPR.
15006         * tree-profile.c (tree_profiling): Don't profile functions produced
15007         for built-in stuff.
15008
15009 2010-06-06  Segher Boessenkool  <segher@kernel.crashing.org>
15010
15011         PR bootstrap/44427
15012         PR bootstrap/44428
15013         * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
15014         endianness-independent.
15015
15016 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
15017
15018         * c-common.c: Move to c-family/.
15019         * c-common.def: Likewise.
15020         * c-common.h: Likewise.
15021         * c-cppbuiltin.c: Likewise.
15022         * c-dump.c: Likewise.
15023         * c-format.c: Likewise.
15024         * c-format.h : Likewise.
15025         * c-gimplify.c: Likewise.
15026         * c-lex.c: Likewise.
15027         * c-omp.c: Likewise.
15028         * c.opt: Likewise.
15029         * c-opts.c: Likewise.
15030         * c-pch.c: Likewise.
15031         * c-ppoutput.c: Likewise.
15032         * c-pragma.c: Likewise.
15033         * c-pragma.h: Likewise.
15034         * c-pretty-print.c: Likewise.
15035         * c-pretty-print.h: Likewise.
15036         * c-semantics.c: Likewise.
15037         * stub-objc.c: Likewise.
15038
15039         * gengtype.c (get_file_langdir): Special-case files in c-family/.
15040         (get_output_file_with_visibility): Fix name for c-common.h.
15041         * c-config-lang.in: Update paths in gtfiles for files in c-family/.
15042
15043         * c-tree.h: Update include path for moved files.
15044         * c-lang.c: Likewise.
15045         * c-lang.h: Likewise.
15046         * c-parser.c: Likewise.
15047         * c-convert.c: Likewise.
15048         * c-decl.c: Likewise.
15049         * c-objc-common.c: Likewise.
15050         * configure.ac: Make sure c-family/ exists in the build directory.
15051         * configure: Regenerate.
15052         * Makefile.in: Update paths for moved files.  Regroup files per
15053         location and update dependencies.  Move generated_files down after
15054         ALL_GTFILES_H.
15055
15056         * config/spu/spu-c.c: Update paths for moved files.
15057         * config/mep/mep-pragma.c: Likewise.
15058         * config/darwin-c.c: Likewise.
15059         * config/i386/msformat-c.c: Likewise.
15060         * config/i386/i386-c.c: Likewise.
15061         * config/avr/avr-c.c: Likewise.
15062         * config/sol2-c.c: Likewise.
15063         * config/ia64/ia64-c.c: Likewise.
15064         * config/rs6000/rs6000-c.c: Likewise.
15065         * config/arm/arm.c: Likewise.
15066         * config/arm/arm-c.c: Likewise.
15067         * config/h8300/h8300.c: Likewise.
15068         * config/v850/v850-c.c: Likewise.
15069
15070         * config/t-darwin: Fix dependencies for moved files.
15071         * config/t-sol2: Fix dependencies for moved files.
15072         * config/mep/t-mep: Fix dependencies for moved files.
15073         * config/ia64/t-ia64: Fix dependencies for moved files.
15074         * config/rs6000/t-rs6000: Fix dependencies for moved files.
15075         * config/v850/t-v850: Fix dependencies for moved files.
15076         * config/v850/t-v850e: Fix dependencies for moved files.
15077
15078         * config/m32c/m32c-pragma.c
15079
15080         * po/exgettext: Look in c-family/ also.
15081
15082 2010-06-05  Eric Botcazou  <ebotcazou@adacore.com>
15083
15084         * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
15085         (mark_control_dependent_edges_necessary): Call it instead of marking
15086         the last statement manually.
15087         (propagate_necessity): Likewise.
15088
15089 2010-06-05  Jan Hubicka  <jh@suse.cz>
15090
15091         * basic-block.h (compute_dominance_frontiers): Updated.
15092         (compute_idf): Likewise.
15093
15094         * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
15095         for dominance frontiers.
15096         (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
15097         (insert_updated_phi_nodes_for): Likewise.
15098         (update_ssa): Likewise.
15099         * cfganal.c (compute_dominance_frontiers_1): Likewise.
15100         (compute_dominance_frontiers): Likewise.
15101         (compute_idf): Likewise.
15102         * df-problems.c (df_md_local_compute): Likewise.
15103
15104 2010-06-05  Anatoly Sokolov  <aesok@post.ru>
15105
15106         * target.h (struct gcc_target): Add memory_move_cost field.
15107         * target-def.h (TARGET_MEMORY_MOVE_COST): New.
15108         (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
15109         * targhooks.c (default_memory_move_cost): New function.
15110         * targhooks.h (default_memory_move_cost): Declare function.
15111         * reload.h (memory_move_cost): Declare.
15112         (memory_move_secondary_cost): Change type of 'in' argument to bool.
15113         * reginfo.c (memory_move_cost): New function.
15114         (memory_move_secondary_cost): Change type of 'in' argument to bool.
15115         * ira.h (ira_memory_move_cost): Update comment.
15116         * ira.c (ira_memory_move_cost): Update comment.
15117         (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
15118         with memory_move_cost.
15119         * postreload.c (reload_cse_simplify_set): (Ditto.).
15120         * reload1.c (choose_reload_regs): (Ditto.).
15121         * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
15122         (MEMORY_MOVE_COST):  Revise documentation.
15123
15124         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
15125         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
15126         * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
15127         type of 'in' argument to bool.
15128         (TARGET_MEMORY_MOVE_COST): Define.
15129
15130 2010-06-05  Jan Hubicka  <jh@suse.cz>
15131
15132         * ipa-pure-const.c (propagate): Fix typo in handling of functions
15133         that cannot return.  Be more careful when merging the results with
15134         previously known ones.
15135
15136 2010-06-05  Matthias Klose  <doko@ubuntu.com>
15137
15138         * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
15139         function to add the -iplugindir option.
15140         (find_plugindir_spec_function): Add new declaration and function.
15141         (static_spec_func): Use it for "find-plugindir".
15142
15143 2010-06-05  Jakub Jelinek  <jakub@redhat.com>
15144
15145         PR c++/44361
15146         * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
15147         * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
15148         statement expression.
15149
15150 2010-06-05  Jan Hubicka  <jh@suse.cz>
15151
15152         * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
15153         (df_rd_problem_data): Convert sparse_invalidated_by_call,
15154         dense_invalidated_by_call to bitmap head.
15155         (df_rd_alloc, df_rd_bb_local_compute_process_def,
15156         df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
15157         df_rd_start_dump, df_lr_verify_transfer_functions,
15158         df_live_verify_transfer_functions, df_chain_create_bb,
15159         df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
15160         df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
15161         df_simulate_one_insn_forwards, df_md_alloc,
15162         df_md_bb_local_compute_process_def,
15163         df_md_bb_local_compute_process_def, df_md_local_compute,
15164         df_md_transfer_function df_md_free): Update.
15165
15166 2010-06-05  Joseph Myers  <joseph@codesourcery.com>
15167
15168         PR c/44322
15169         * c-typeck.c (build_unary_op): Merge qualifiers into pointer
15170         target type for ADDR_EXPR; require no changes to qualifiers except
15171         for function types.
15172         * c-tree.h (c_build_type_variant): Remove.
15173
15174 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
15175
15176         * genautomata.c (get_excl_set): Do work per element, not per char.
15177         (check_presence_pattern_sets): Similar.
15178         (check_absence_pattern_sets): Similar.
15179
15180 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
15181
15182         * genautomata.c (curr_state_pass_num): Delete.
15183         (min_issue_delay_pass_states): Delete.
15184         (min_issue_delay): Delete.
15185         (initiate_min_issue_delay_pass_states): Delete.
15186         (output_min_issue_delay_table): Compute min_issue_delay_vect
15187         using a breadth-first search variant.
15188         (output_tables): Don't call initiate_min_issue_delay_pass_states.
15189
15190 2010-06-04  H.J. Lu  <hongjiu.lu@intel.com>
15191
15192         PR boostrap/44421
15193         * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
15194         (df_byte_lr_bb_local_compute): Likewise.
15195
15196 2010-06-03  Jason Merrill  <jason@redhat.com>
15197
15198         Implement noexcept operator (5.3.7)
15199         * c-common.c (c_common_reswords): Add noexcept.
15200         * c-common.h (enum rid): Add RID_NOEXCEPT.
15201
15202 2010-06-04  Joseph Myers  <joseph@codesourcery.com>
15203
15204         * config/darwin-driver.c (darwin_default_min_version): Use
15205         GCC-specific formats in diagnostics.
15206         * cppspec.c (lang_specific_driver): Use GCC-specific formats in
15207         diagnostics.
15208         * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
15209         execute, process_command, end_going_arg, do_self_spec, do_spec_1,
15210         eval_spec_function, handle_braces, process_brace_body, main,
15211         perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
15212         getenv_spec_function, compare_version_strings,
15213         version_compare_spec_function): Use GCC-specific formats in
15214         diagnostics.
15215
15216 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
15217
15218         * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
15219         that operand 0 and operand 1 are equal.
15220         (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
15221         (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
15222         and operand 1 are equal.
15223         <default>: Ditto.  Remove ??? comment.
15224         (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
15225         and operand 1 are equal.
15226         <default>: Ditto.  Remove ??? comment.
15227         (*adddi_4) <default>: Remove assert that operand 0 and operand 1
15228         are equal.
15229         (*add<mode>_4) <default>: Ditto.
15230         (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
15231
15232 2010-06-04  Nathan Froyd  <froydnj@codesourcery.com>
15233
15234         * config/i386/i386-protos.h (ix86_print_operand): Declare.
15235         * config/i386/i386.c (ix86_print_operand): Make non-static.
15236         * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
15237         * output.h (output_operand): Declare.
15238         * final.c (output_operand): Make non-static.
15239
15240 2010-06-04  Alexandre Oliva  <aoliva@redhat.com>
15241
15242         PR rtl-optimization/44013
15243         * sched-deps.c (add_dependence_list_and_free): Don't free lists
15244         when processing debug insns.
15245
15246         PR debug/41371
15247         * var-tracking.c (find_loc_in_1pdv): Mark initial value before
15248         recursing.  Check that recursion is bounded.  Rename inner var
15249         to avoid hiding incoming argument.
15250
15251 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
15252
15253         * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
15254         operands[2] == 255.
15255         (*addqi_3): Ditto.
15256         (*addqi_4): Ditto.
15257         (*addqi_5): Ditto.
15258         (*addqi_ext_1_rex64): Ditto.
15259         (*addqi_ext_1): Ditto.
15260
15261         (*addqi_4): Check for incdec_operand in QImode.
15262
15263         (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
15264         using SWI mode iterator.
15265         (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
15266         (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
15267         mode iterator.
15268         (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
15269         using SWI mode iterator.
15270
15271 2010-06-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
15272
15273         PR c/25880
15274         * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
15275         * c-format.c (gcc_diag_flag_specs): Add hash.
15276         (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
15277         (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
15278         * c-pretty-print.c (pp_c_cv_qualifier): Rename as
15279         pp_c_cv_qualifiers. Handle qualifiers spelling here.
15280         (pp_c_type_qualifier_list): Call the function above.
15281         * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
15282         * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
15283         (WARN_FOR_QUALIFIERS): New macro.
15284         (convert_for_assignment): Use it.
15285
15286 2010-06-04  Kai Tietz  <kai.tietz@onevision.com>
15287
15288         * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
15289
15290 2010-06-04  Jan Hubicka  <jh@suse.cz>
15291
15292         * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
15293         df_byte_lr_bb_info): Embedd bitmap_head into the structure.
15294         (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
15295         DF_BYTE_LR_OUT): Update for embedded bitmaps.
15296         * fwprop.c (single_def_use_enter_block): Likewise.
15297         * ddg.c (create_ddg_dep_from_intra_loop_link,
15298         add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
15299         * loop-iv.c (latch_dominating_def): Likewise.
15300         * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
15301         df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
15302         df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
15303         df_rd_transfer_function, df_rd_top_dump,
15304         df_rd_bottom_dump): Update.
15305         (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
15306         df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
15307         df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
15308         df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
15309         df_lr_verify_solution_start, df_lr_verify_solution_end,
15310         df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
15311         df_live_free_bb_info, df_live_alloc, df_live_reset,
15312         df_live_bb_local_compute, df_live_init, df_live_transfer_function,
15313         df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
15314         df_live_verify_solution_start, df_live_verify_solution_end,
15315         df_live_verify_transfer_functions, df_chain_create_bb,
15316         df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
15317         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
15318         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
15319         df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
15320         df_byte_lr_confluence_0, df_byte_lr_confluence_n,
15321         df_byte_lr_transfer_function, df_byte_lr_top_dump,
15322         df_byte_lr_bottom_dump, df_create_unused_note,
15323         df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
15324         df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
15325         df_md_transfer_function, df_md_init, df_md_confluence_0,
15326         df_md_confluence_n,
15327         df_md_top_dump, df_md_bottom_dump): Update.
15328         (struct df_lr_problem_data): Embedd bitmap headers.
15329
15330 2010-06-04  Jan Hubicka  <jh@suse.cz>
15331
15332         * dce.c (dce_process_block): Do not re-scan already marked
15333         instructions.
15334
15335 2010-06-04  Bernd Schmidt  <bernds@codesourcery.com>
15336
15337         PR rtl-optimization/39871
15338         PR rtl-optimization/40615
15339         PR rtl-optimization/42500
15340         PR rtl-optimization/42502
15341         * ira.c (init_reg_equiv_memory_loc: New function.
15342         (ira): Call it twice.
15343         * reload.h (calculate_elim_costs_all_insns): Declare.
15344         * ira-costs.c: Include "reload.h".
15345         (regno_equiv_gains): New static variable.
15346         (init_costs): Allocate it.
15347         (finish_costs): Free it.
15348         (ira_costs): Call calculate_elim_costs_all_insns.
15349         (find_costs_and_classes): Take estimated elimination costs
15350         into account.
15351         (ira_adjust_equiv_reg_cost): New function.
15352         * ira.h (ira_adjust_equiv_reg_cost): Declare it.
15353         * reload1.c (init_eliminable_invariants, free_reg_equiv,
15354         elimination_costs_in_insn, note_reg_elim_costly): New static functions.
15355         (elim_bb): New static variable.
15356         (reload): Move code out of here into init_eliminable_invariants and
15357         free_reg_equiv.  Call them.
15358         (calculate_elim_costs_all_insns): New function.
15359         (eliminate_regs_1): Declare.  Add extra arg FOR_COSTS;
15360         all callers changed.  If FOR_COSTS is true, don't call alter_reg,
15361         but call note_reg_elim_costly if we turned a valid memory address
15362         into an invalid one.
15363         * Makefile.in (ira-costs.o): Depend on reload.h.
15364
15365 2010-06-04  Julian Brown  <julian@codesourcery.com>
15366
15367         * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
15368         for pool ranges.
15369
15370 2010-06-04  Richard Guenther  <rguenther@suse.de>
15371
15372         PR lto/41584
15373         * cgraph.h (struct varpool_node): Add lto_file_data field.
15374         * lto-cgraph.c (input_varpool_node): Initialize it.
15375
15376 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
15377
15378         * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
15379         * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
15380         predicate in "type" attribute calculation.
15381         (*addsi_1_zext): Ditto.
15382         (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
15383         (*addsi_2_zext): Ditto.
15384         (*add<mode>_3): Ditto.
15385         (*addsi_3_zext): Ditto.
15386         (*add<mode>_5): Ditto.
15387
15388 2010-06-03  Jan Hubicka  <jh@suse.cz>
15389
15390         * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
15391         of bitmap_bit_p.
15392         * cfganal.c (compute_dominance_frontiers_1): Likewise.
15393
15394 2010-06-03  Jan Hubicka  <jh@suse.cz>
15395
15396         * df-problems.c (df_create_unused_note, df_note_bb_compute):
15397         micro-optimize the checks when to add new note.
15398
15399 2010-06-03  Nathan Froyd  <froydnj@codesourcery.com>
15400
15401         * final.c (output_asm_insn): Call
15402         targetm.asm_out.print_operand_punct_valid_p.  Update comments.
15403         (output_operand): Call targetm.asm_out.print_operand.  Update comments.
15404         (output_address): Call targetm.asm_out.print_operand_address.
15405         Update comments.
15406         * target.h (struct gcc_target): Add print_operand,
15407         print_operand_address, and print_operand_punct_valid_p fields.
15408         * targhooks.h (default_print_operand): Declare.
15409         (default_print_operand_address): Declare.
15410         (default_print_operand_punct_valid_p): Declare.
15411         * targhooks.c (default_print_operand): Define.
15412         (default_print_operand_address): Define.
15413         (default_print_operand_punct_valid_p): Define.
15414         * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
15415         (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
15416         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
15417         (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
15418         TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
15419         * vmsdbgout.c (addr_const_to_string): Update comment.
15420         * config/i386/i386.c (print_operand): Rename to...
15421         (ix86_print_operand): ...this.  Make static.
15422         (print_operand_address): Rename to...
15423         (ix86_print_operand_address): ...this.  Make static.  Call
15424         ix86_print_operand instead of PRINT_OPERAND.
15425         (ix86_print_operand_punct_valid_p): New function.
15426         (TARGET_PRINT_OPERAND): Define.
15427         (TARGET_PRINT_OPERAND_ADDRESS): Define.
15428         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
15429         * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
15430         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
15431         (PRINT_OPERAND): Delete.
15432         (PRINT_OPERAND_ADDRESS): Delete.
15433         * config/i386/i386-protos.h (print_operand): Delete prototype.
15434         (print_operand_address): Delete prototype.
15435
15436 2010-06-03  Richard Guenther  <rguenther@suse.de>
15437
15438         PR tree-optimization/44403
15439         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
15440         Preserve pointer qualifiers.
15441         (vect_create_data_ref_ptr): Likewise.
15442
15443 2010-06-03  H.J. Lu  <hongjiu.lu@intel.com>
15444
15445         PR c++/44294
15446         * defaults.h (MAX_FIXED_MODE_SIZE): New.
15447
15448         * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
15449
15450 2010-06-03  Jakub Jelinek  <jakub@redhat.com>
15451
15452         PR debug/44375
15453         * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
15454         return false if merging the bbs would lead to goto_locus
15455         location being lost from the IL.
15456
15457 2010-06-03  Jan Hubicka  <jh@suse.cz>
15458             Jakub Jelinek  <jakub@redhat.com>
15459
15460         * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
15461         set->regs[i] is NULL or has just one entry.
15462
15463 2010-06-03  Jan Hubicka  <jh@suse.cz>
15464
15465         * lto-cgraph.c (lto_varpool_encoder_size): Remove.
15466         * lto-streamer.h (lto_varpool_encoder_size): New inline function.
15467
15468 2010-06-03  Paul Brook  <paul@codesourcery.com>
15469
15470         * config/arm/arm.c (FL_TUNE): Define.
15471         (arm_default_cpu, arm_cpu_select): Remove.
15472         (all_cores): Populate core field.
15473         (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
15474         (arm_find_cpu): New function.
15475         (arm_handle_option): Lookup cpu/architecture names.
15476         (arm_override_options): Cleanup mcpu/march/mtune handling.
15477         (arm_file_start): Ditto.
15478
15479 2010-06-03  Alan Modra  <amodra@gmail.com>
15480
15481         PR target/44169
15482         * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
15483         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
15484         rtx to gen_load_toc_v4_PIC_1b.  Tidy.
15485         (rs6000_emit_load_toc_table): Likewise.
15486
15487 2010-06-02  Jan Hubicka  <jh@suse.cz>
15488
15489         * passes.c (init_optimization_passes): Put ipa reference
15490         after ipa pure-const.
15491
15492 2010-06-02  Jan Hubicka  <jh@suse.cz>
15493
15494         * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
15495         calls_read_all and calls_write_all.
15496         (get_reference_optimization_summary): Fix formatting.
15497         (is_proper_for_analysis): Check that decl is not readonly.
15498         (propagate_bits): Check CONST/PURE/noreturn flags.
15499         (ipa_init): Move all_module_statics to optimization_summary_obstack.
15500         (analyze_function): Ignore indirect edges.
15501         (copy_global_bitmap): For all module statics, do nothing.
15502         (generate_summary): Do not print calls_read_all/calls_write_all.
15503         (read_write_all_from_decl): Take node as argument; check
15504         cgraph_node_cannot_return.
15505         (propagate): Reorganize read_all/write_all computation;
15506         check indirect edges; check ecf flags; use all_module_statics
15507         in the results; do not free all_module_statics.
15508         (stream_out_bitmap): Handle all_module_statics.
15509         (ipa_reference_write_optimization_summary): Likewise; use
15510         varpool/cgraph encoders to get boundaries.
15511         (ipa_reference_read_optimization_summary): Read in all_module_statics;
15512         use it when possible.
15513
15514 2010-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
15515
15516         PR target/44218
15517         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
15518         -mswdiv option.  Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
15519
15520         * doc/extend.texi (powerpc builtins): Document vec_recip,
15521         vec_rsqrt, vec_rsqrte altivec/vsx builtins.
15522
15523         * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
15524         (rs6000_emit_swrsqrt): Ditto.
15525         (rs6000_emit_swdivsf): Delete.
15526         (rs6000_emit_swdivdf): Ditto.
15527         (rs6000_emit_swrsqrtsf): Ditto.
15528
15529         * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
15530         describe the reciprocal estimate support for each type.
15531         (recip_options): Map -mrecip=<opt> into option bits.
15532         (gen_2arg_fn_t): New typedef for binary rtx gen function.
15533         (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
15534         reciprocal estimate instructions.
15535         (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
15536         debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
15537         Set up rs6000_recip_bits based on the -mrecip* options.  Print the
15538         cost information if -mdebug=cost or -mdebug=reg.
15539         (rs6000_override_options): Set -mrecip-precision for power6, and
15540         power7 machines.  If -mvsx or -mdfp, enable various options that
15541         came in previous instruction set ISAs, unless the option was
15542         explicitly disabled by the command line option.  Parse
15543         -mrecip=<opt> options.
15544         (rs6000_builtin_vectorized_function): Add support for vectorizing
15545         the reciprocal estimate builtins and expansions.
15546         (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
15547         (bdesc_2arg): Add reciprocal estimate builtins.
15548         (bdesc_1arg): Add reciprocal square root estimate builtins.
15549         (rs6000_expand_builtin): Rewrite to use a switch statement,
15550         instead of multiple if/then/elses.  Add reciprocal estimate builtins.
15551         (rs6000_init_builtins): Create declarations for reciprocal
15552         estimate builtins.
15553         (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
15554         sized, prefer traditional floating point registers, if integer
15555         vector types, prefer altivec registers.  Don't actually look at
15556         the memory address any more.
15557         (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
15558         builtins.
15559         (rs6000_load_constant_and_splat): New helper function to load up
15560         the constant for reciprocal estimate instructions.
15561         (rs6000_emit_madd): New helper function for generating
15562         multiply/add type instructions, based on the current switches.
15563         (rs6000_emit_msub): Ditto.
15564         (rs6000_emit_mnsub): Ditto.
15565         (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
15566         replace a divide with a reciprocal estimate and fixup, adding
15567         support for machines with high precision and vectors.
15568         (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
15569         low precision machines.
15570         (rs6000_emit_swdiv): New common function to be called to replace a
15571         division with reciprocal estimate and fixup.
15572         (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf.  Add support
15573         for double and vector types.  Add support for high precision machines.
15574
15575         * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
15576         the reciprocal estimate instructions can be generated.
15577         (TARGET_FRE): Ditto.
15578         (TARGET_FRSQRTES): Ditto.
15579         (TARGET_FRSQRTE): Ditto.
15580         (RS6000_RECIP_*): New macros for reciprocal estimate support.
15581
15582         * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
15583         square root estimate on vectors.
15584         (re<mode>2): New insn for reciprocal division estimate on vectors.
15585
15586         * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
15587         New builtin.
15588         (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
15589         (ALTIVEC_BUITLIN_VEC_RE): Ditto.
15590         (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
15591         (VSX_BUILTIN_RSQRT_V4SF): Ditto.
15592         (VSX_BUITLIN_RSQRT_V2DF): Ditto.
15593         (RS6000_BUILTIN_RSQRT): Ditto.
15594         (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
15595         floating point builtin.
15596
15597         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
15598         macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
15599         __RECIP_PRECISION__ based on the command line switches.
15600         (altivec_overloaded_builtins): Add reciprocal estimate builtins.
15601
15602         * config/rs6000/rs6000.opt (-mrecip): Document add support for
15603         replacing division instructions with reciprocal estimate and fixup.
15604         (-mrecip=<opt>): New option.
15605         (-mrecip-precision): Ditto.
15606
15607         * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
15608         (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
15609         (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
15610         precision scalar.
15611
15612         * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
15613         (UNSPEC_VREFP): Ditto.
15614         (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
15615         conterparts with regard to support of -mno-fused-madd and -ffast-math.
15616         (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
15617         reciprocal estimate instructions to be generated.
15618         (altivec_vrefp): Ditto.
15619
15620         * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
15621         estimate support.
15622         (rreg): New mode attribute for reciprocal estimate support.
15623         (recip<mode>3): New insn for division using reciprocal estimate
15624         and fixup builtins.
15625         (divide define_split): New define_split to convert floating point
15626         division to use reciprocal estimate if the user used the
15627         appropriate options and the split is run when we can add new
15628         pseudo registers for the fixup.
15629         (rsqrt<mode>2): New insn for reciprocal square root support.
15630         (recipsf3): Move into recip<mode>3.
15631         (recipdf3): Ditto.
15632         (fres): Use TARGET_FRES.
15633         (rsqrtsf2): Move into rsqrt<mode>2.
15634         (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
15635         (copysignsf3): Add support for VSX.
15636         (fred): Use TARGET_FRE.
15637         (fred_fpr): Ditto.
15638         (rsqrtdf_internal1): New function for frsqrte instruciton.
15639
15640         * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
15641         (vec_rsqrt): Ditto.
15642
15643 2010-06-03  Richard Guenther  <rguenther@suse.de>
15644
15645         PR middle-end/44291
15646         * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
15647         (set_user_assembler_libfunc): Likewise.
15648
15649 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
15650
15651         * mkconfig.sh: Include insn-flags.h and insn-constants.h before
15652         defaults.h.
15653         * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
15654         to defaults.h
15655         * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
15656         DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
15657         FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
15658         STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
15659         STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
15660         STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
15661         STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
15662         STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
15663         * defaults.h: Updated for above mentioned changes.
15664
15665 2010-06-02  Kai Tietz  <kai.tietz@onevision.com>
15666
15667         * c-common.c: Remove header include of tm_p.h.
15668         * Makefile.in (c-common.o): Remove TM_P_H dependency.
15669
15670 2010-06-02  Jakub Jelinek  <jakub@redhat.com>
15671
15672         * tree.h (struct tree_decl_map): New type.
15673         (tree_decl_map_eq, tree_decl_map_marked_p): Define.
15674         (tree_decl_map_hash): New prototype.
15675         (debug_expr_for_decl, value_expr_for_decl): Change into
15676         tree_decl_map hashtab from tree_map.
15677         (init_ttree): Adjust initialization.
15678         (tree_decl_map_hash): New function.
15679         (decl_debug_expr_lookup, decl_debug_expr_insert,
15680         decl_value_expr_lookup, decl_value_expr_insert): Adjust.
15681
15682 2010-06-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15683
15684         * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
15685         linker emulations.
15686         * configure: Regenerate.
15687         * config.in: Regenerate.
15688
15689         * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
15690         (X86_64_EMULATION): Define.
15691         (TARGET_LD_EMULATION): Use them.
15692
15693         * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
15694         (SPARC64_EMULATION): Define.
15695         (LINK_ARCH_SPEC): Use them.
15696
15697 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
15698
15699         * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
15700         smallest_mode_for_size for computing the precision types of new
15701         graphite IVs.  Do not call lang_hooks.types.type_for_size.
15702
15703 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
15704
15705         * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
15706         information.
15707         (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
15708
15709 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
15710
15711         PR middle-end/44363
15712         * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
15713         return false instead.
15714
15715 2010-06-02  Jan Hubicka  <jh@suse.cz>
15716
15717         PR middle-end/44295
15718         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
15719         create new cgraph node to check callee.
15720
15721 2010-06-02  Richard Guenther  <rguenther@suse.de>
15722
15723         * lto-streamer-in.c (input_gimple_stmt): Fix typo.
15724
15725 2010-06-02  Richard Guenther  <rguenther@suse.de>
15726
15727         * lto-wrapper.c (lto_wrapper_exit): Rename to ...
15728         (lto_wrapper_cleanup): ... this.  Do not exit.
15729         (fatal): Adjust.  Exit here.
15730         (fatal_perror): Likewise.
15731         (fatal_signal): New function.
15732         (main): Set up signal handlers to cleanup temporary files.
15733         * Makefile.in (lto-wrapper.o): Adjust dependencies.
15734
15735 2010-06-02  Richard Guenther  <rguenther@suse.de>
15736
15737         PR tree-optimization/44377
15738         * tree-ssa-structalias.c (find_func_aliases): Fix typo.
15739
15740 2010-06-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15741
15742         * config/s390/2097.md (z10_fhex): Remove insn reservation.
15743         * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
15744         (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
15745         *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
15746         instruction.
15747         * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
15748
15749 2010-06-02  Jan Hubicka  <jh@suse.cz>
15750
15751         * bitmap.c (bitmap_descriptor): Add search_iter.
15752         (bitmap_find_bit): Increment it.
15753         (print_statistics): Print it.
15754
15755 2010-06-02  Nathan Froyd  <froydnj@codesourcery.com>
15756
15757         * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
15758         instead of gimple_build_call_vec.  Delete unnecessary local variable.
15759
15760 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
15761
15762         * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
15763         change from yesterday.
15764
15765 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
15766
15767         * c-ada-spec.c: Clean up redundant includes.
15768
15769 2010-06-01  Steven Bosscher  <steven@gcc.gnu.org>
15770
15771         * gimplify.c: Do not include except.h and optabs.h.
15772         (gimplify_body): Do not initialize RTL profiling.
15773         * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
15774         langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
15775         * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
15776         output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
15777         langhooks.h.
15778
15779         * tree-pretty-print.h: Include pretty-print.h.
15780         * gimple-pretty-print.h: Include pretty-print.h.
15781
15782         * tree-pretty-print.c: Do not include diagnostic.h.
15783         * tree-vrp.c: Likewise.
15784         * tree-tailcall.c: Likewise
15785         * tree-scalar-evolution.c: Likewise
15786         * tree-ssa-dse.c: Likewise
15787         * tree-chrec.c: Likewise
15788         * tree-ssa-sccvn.c: Likewise
15789         * tree-ssa-copyrename.c: Likewise
15790         * tree-nomudflap.c: Likewise
15791         * tree-call-cdce.c: Likewise
15792         * tree-stdarg.c: Likewise
15793         * tree-ssa-math-opts.c: Likewise
15794         * tree-nrv.c: Likewise
15795         * tree-ssa-sink.c: Likewise
15796         * tree-browser.c: Likewise
15797         * tree-ssa-loop-ivcanon.c: Likewise
15798         * tree-ssa-loop.c: Likewise
15799         * tree-parloops.c: Likewise
15800         * tree-ssa-address.c: Likewise
15801         * tree-ssa-ifcombine.c: Likewise
15802         * tree-if-conv.c: Likewise
15803         * tree-data-ref.c: Likewise
15804         * tree-affine.c: Likewise
15805         * tree-ssa-phiopt.c: Likewise
15806         * tree-ssa-coalesce.c: Likewise
15807         * tree-ssa-pre.c: Likewise
15808         * tree-ssa-live.c: Likewise
15809         * tree-predcom.c: Likewise
15810         * tree-ssa-forwprop.c: Likewise
15811         * tree-ssa-dce.c: Likewise
15812         * tree-ssa-ter.c: Likewise
15813         * tree-ssa-loop-prefetch.c: Likewise
15814         * tree-optimize.c: Likewise
15815         * tree-ssa-phiprop.c: Likewise
15816         * tree-object-size.c: Likewise
15817         * tree-outof-ssa.c: Likewise
15818         * tree-ssa-structalias.c: Likewise
15819         * tree-switch-conversion.c: Likewise
15820         * tree-ssa-reassoc.c: Likewise
15821         * tree-ssa-operands.c: Likewise
15822         * tree-vectorizer.c: Likewise
15823         * tree-vect-data-refs.c: Likewise
15824         * tree-vect-generic.c: Likewise
15825         * tree-vect-stmts.c: Likewise
15826         * tree-vect-patterns.c: Likewise
15827         * tree-vect-slp.c: Likewise
15828         * tree-vect-loop.c: Likewise
15829         * tree-ssa-loop-ivopts.c: Likewise
15830         * tree-ssa-loop-im.c: Likewise
15831         * tree-ssa-loop-niter.c: Likewise
15832         * tree-ssa-loop-unswitch.c: Likewise
15833         * tree-ssa-loop-manip.c: Likewise
15834         * tree-ssa-loop-ch.c: Likewise
15835         * tree-dump.c: Likewise
15836         * tree-complex.c: Likewise
15837
15838         * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
15839         * tree-ssa-uninit.c: Likewise
15840         * tree-ssa-threadupdate.c: Likewise
15841         * tree-ssa-uncprop.c: Likewise
15842         * tree-ssa-ccp.c: Likewise
15843         * tree-ssa-dom.c: Likewise
15844         * tree-ssa-propagate.c: Likewise
15845         * tree-ssa-alias.c: Likewise
15846         * tree-dfa.c: Likewise
15847         * tree-cfgcleanup.c: Likewise
15848         * tree-sra.c: Likewise
15849         * tree-ssa-copy.c: Likewise
15850         * tree-ssa.c: Likewise
15851         * tree-profile.c: Likewise
15852         * tree-cfg.c: Likewise
15853         * tree-ssa-threadedge.c: Likewise
15854         * tree-vect-loop-manip.c: Likewise
15855
15856         * tree-inline.c: Do not include diagnostic.h and expr.h.
15857         Include rtl.h.
15858         (copy_decl_for_dup_finish): Do not use NULL_RTX.
15859
15860         * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
15861         * tree-loop-distribution.c: Likewise.
15862
15863 2010-06-01  Jan Hubicka  <jh@suse.cz>
15864
15865         * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
15866
15867 2010-06-01  Jan Hubicka  <jh@suse.cz>
15868
15869         * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
15870         remove return value.
15871         (split_bbs_on_noreturn_calls) .... here.
15872         * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
15873         * tree-flow.h (fixup_noreturn_call): New.
15874
15875 2010-06-01  Jan Hubicka  <jh@suse.cz>
15876
15877         * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
15878
15879 2010-06-01  Nathan Froyd  <froydnj@codesourcery.com>
15880
15881         * tree.h (build_nt_call_list): Delete.
15882         * tree.c (build_nt_call_list): Delete.
15883
15884 2010-06-01  Jan Hubicka  <jh@suse.cz>
15885
15886         * fwprop.c: Make emit-rtl.h include last.
15887         * rtlanal.c: Include emit-rtl.h.
15888         * genautomata.c: Output emit-rtl include into insn-automata.c
15889         * df-scan.c: Include emit-rtl.h.
15890         * haifa-sched.c: Indlude emit-rtl.h.
15891         * mode-switching.c: Indlude emit-rtl.h.
15892         * graph.c: Indlude emit-rtl.h.
15893         * sel-sched.c: Include emit-rtl.h.
15894         * sel-sched-ir.c: Include emit-rtl.h.
15895         * ira-build.c: Include emit-rtl.h.
15896         * emit-rtl.c (first_insn, last_insn): Remove defines.
15897         (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
15898         Move to emit-rtl.h.
15899         (set_new_first_and_last_insn, get_last_insn_anywhere,
15900         get_first_nonnote_insn, get_last_nonnote_insn, try_split,
15901         make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
15902         delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
15903         emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
15904         push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
15905         Use accessor functions.
15906         * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
15907          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
15908         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
15909         mem_expr_equal_p): Move here from rtl.h.
15910         (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
15911         Move here from emit-rtl.c; make inline.
15912         * cfglayout.h: Include emit-rtl.h.
15913         * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
15914          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
15915         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
15916         mem_expr_equal_p, get_insns, set_first-insn,
15917         get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
15918         * reg-stack.c: Include emit-rtl.h.
15919         * dce.c: Likewise.
15920
15921 2010-06-01  Jan Hubicka  <jh@suse.cz>
15922
15923         * cgraph.h (tree_function_versioning): Update prototype.
15924         (cgraph_function_versioning): Update prototype.
15925         * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
15926         bitmap.
15927         (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
15928         (cgraph_materialize_clone, save_inline_function_body): Update use of
15929         tree_function_versioning.
15930         * tree-inline.c (copy_bb): Look for previous copied block to link
15931         after; fix debug output.
15932         (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
15933         (copy_body): Likewise.
15934         (expand_call_inline): Update use of copy_body.
15935         (tree_function_versioning): Update use of copy body; accept
15936         blocks_to_copy and new_entry.
15937
15938 2010-06-01  Jan Hubicka  <jh@suse.cz>
15939
15940         * gegenrtl.c: Remove unnecesary prototypes.
15941         (gendecl): Remove.
15942         (gendef): Produce static inline.
15943         (gencode): Remove.
15944         (main): Do not decode parameters; generate header only.
15945         * Makefile.in (genrtl.c): Remove.
15946
15947 2010-06-01  Jan Hubicka  <jh@suse.cz>
15948
15949         * tree-switch-conversion.c (build_one_array): Make it readonly.
15950
15951 2010-06-01  Richard Guenther  <rguenther@suse.de>
15952
15953         * optabs.c (init_optabs): Guard all accesses to reinit.
15954         * ipa-pure-const.c (propagate): Fix another typo.
15955         * opts.c (common_handle_option): Split assignment to bool.
15956         * c-opts.c (c_common_handle_option): Likewise.
15957
15958 2010-06-01  Arnaud Charlet  <charlet@adacore.com>
15959             Matthew Gingell  <gingell@adacore.com>
15960
15961         * doc/invoke.texi: Mention -fdump-ada-spec.
15962         * tree-dump.c (dump_files): Add ada-spec.
15963         (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
15964         * tree-pass.h (tree_dump_index): Add TDI_ada.
15965         * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
15966         (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
15967         (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
15968         * c-decl.c: Include c-ada-spec.h.
15969         (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
15970         functions.
15971         (c_write_global_declarations): Add handling of -fdump-ada-spec.
15972         * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
15973         * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
15974         * c-ada-spec.h, c-ada-spec.c: New files.
15975
15976 2010-06-01  Richard Guenther  <rguenther@suse.de>
15977
15978         PR lto/43853
15979         * ipa-pure-const.c (get_function_state): Hand back varying state
15980         if we do not have one.
15981         (has_function_state): New function.
15982         (duplicate_node_data): Adjust.
15983         (remove_node_data): Likewise.
15984         (pure_const_write_summary): Likewise.
15985         (propagate): Likewise.  Fix typo.
15986
15987 2010-06-01  Jan Hubicka  <jh@suse.cz>
15988
15989         * tree-cfg.c (verify_stmt): Do not skip could_throw test.
15990         * passes.c (execute_function_todo): Do not make implicit verify_ssa.
15991         (execute_all_ipa_transforms): Do not play with the states.
15992
15993 2010-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
15994
15995         * config/arm/t-linux-androideabi: New.
15996         * config.gcc (arm*-*-linux-androideabi): Include multilib config.
15997
15998 2010-06-01  Jan Hubicka  <jh@suse.cz>
15999
16000         * tree-inline.c (estimate_num_insns): For stdarg functions look
16001         into call statement to count cost of argument passing.
16002
16003 2010-06-01  Kai Tietz  <kai.tietz@onevision.com>
16004
16005         * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
16006         argument for fprintf.
16007         (ix86_output_addr_diff_elt): Likewise.
16008         (x86_function_profiler): Likewise.
16009         * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
16010         (LPREFIX): Likewise.
16011         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
16012
16013 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
16014
16015         PR target/44338
16016         * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
16017         fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
16018         fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
16019         fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
16020         fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
16021         fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
16022         fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
16023         Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
16024         TARGET_FUSED_MADD.
16025
16026 2010-05-31  Jan Hubicka  <jh@suse.cz>
16027
16028         * tree.h (tree_range_check_failed): Declare noreturn.
16029
16030 2010-05-31  Jan Hubicka  <jh@suse.cz>
16031
16032         * gimple.c (gimple_call_builtin_p): New function.
16033         * gimple.h (gimple_call_builtin_p): Declare.
16034         * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
16035         to exit.
16036         (execute_warn_function_return): BUILT_IN_RETURN is return.
16037         (split_critical_edges): Return edges are not critical.
16038         (is_ctrl_altering_stmt): Builtin_in_return is altering.
16039         (gimple_verify_flow_info): Handle built_in_return.
16040         (execute_warn_function_return): Handle built_in_return.
16041         * ipa-pure-const.c (check_call): Ignore builtin_return.
16042
16043 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
16044
16045         PR middle-end/44337
16046         * expr.c (expand_assignment): Don't store anything for out-of-bounds
16047         array accesses with non-MEM.
16048
16049         PR tree-optimization/44182
16050         * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
16051         newly needs to end a bb is followed by debug stmts, instead return
16052         true from the function at the end.
16053         (maybe_move_debug_stmts_to_successors): New function.
16054         (copy_cfg_body): Call it if copy_edges_for_bb returned true.
16055
16056 2010-05-31  Kai Tietz  <kai.tietz@onevision.com>
16057
16058         PR target/44161
16059         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
16060
16061 2010-05-31  Eric Botcazou  <ebotcazou@adacore.com>
16062
16063         * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
16064         for nested functions in non-optimized compilation.
16065
16066 2010-05-31  Richard Guenther  <rguenther@suse.de>
16067
16068         * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
16069
16070 2010-05-30  Jan Hubicka  <jh@suse.cz>
16071
16072         * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
16073
16074 2010-05-30  Richard Guenther  <rguenther@suse.de>
16075
16076         PR lto/42975
16077         * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
16078         (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
16079         no longer needed.
16080
16081 2010-05-30  Iain Sandoe  <iains@gcc.gnu.org>
16082
16083         * config/darwin.c (output_objc_section_asm_op): Add comment.
16084         (name_needs_quotes): Add '_' to list of valid comment chars.
16085         (machopic_output_function_base_name): Remove unneeded quotes.
16086         (darwin_encode_section_info): Adjust asm whitespace.
16087         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
16088         (ASM_OUTPUT_LOCAL): Ditto.
16089         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
16090         * config/darwin.h (GLOBAL_ASM_OP): Ditto.
16091         * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
16092
16093 2010-05-30  Eric Botcazou  <ebotcazou@adacore.com>
16094
16095         * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
16096         RS6000_OUTPUT_BASENAME unconditionally.
16097         (rs6000_output_function_epilogue): Likewise.
16098
16099 2010-05-30  Jan Hubicka  <jh@suse.cz>
16100
16101         * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
16102         nodes.
16103
16104 2010-05-30  Richard Guenther  <rguenther@suse.de>
16105
16106         * tree-cfg.c (verify_gimple_assign_single): Implement
16107         verification for COND_EXPR rhs.
16108
16109 2010-05-30  Jan Hubicka  <jh@suse.cz>
16110
16111         * cgraph.h (cgraph_dump_file): Declare.
16112         * cgraphunit.c (cgraph_dump_file): Export.
16113         * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
16114
16115 2010-05-30  Jan Hubicka  <jh@suse.cz>
16116
16117         * dwarf2out.c (reference_to_unused,
16118         premark_types_used_by_global_vars_helper): Avoid creation of new
16119         varpool nodes.
16120
16121 2010-05-30  Jan Hubicka  <jh@suse.cz>
16122
16123         * cgraph.h (cgraph_node_cannot_return,
16124         cgraph_edge_cannot_lead_to_return): New functions.
16125         * cgraph.c (cgraph_node_cannot_return,
16126         cgraph_edge_cannot_lead_to_return): Use them.
16127         * ipa-pure-const.c (pure_const_names): New static var.
16128         (check_call): Handle calls not leading to return.
16129         (pure_const_read_summary): Dump info read.
16130         (propagate): Dump info about propagation process; ignore side effects
16131         of functions not leading to exit; fix handling of pure functions.
16132
16133 2010-05-30  Jan Hubicka  <jh@suse.cz>
16134
16135         * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
16136         for tail call epilogues.
16137
16138 2010-05-30  Jan Hubicka  <jh@suse.cz>
16139
16140         * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
16141         ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
16142         dump files.
16143
16144 2010-05-29  Jan Hubicka  <jh@suse.cz>
16145
16146         * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
16147         node; remove references in node we no longer keep in cgrpah but need
16148         body of.
16149
16150 2010-05-29  Jan Hubicka  <jh@suse.cz>
16151
16152         * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
16153
16154 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16155
16156         PR target/44165
16157         * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
16158
16159 2010-05-29  Jan Hubicka  <jh@suse.cz>
16160
16161         * tree-vrp.c (debug_value_range, debug_all_value_ranges,
16162         debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
16163         * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
16164         debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
16165         debug_names_replaced_by, debug_update_ssa): Likewise.
16166         * sbitmap.c (debug_sbitmap): Likewise.
16167         * genrecog.c (debug_decision, debug_decision_list): Likewise.
16168         * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
16169         debug_tree_chain): Likewise.
16170         * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
16171         * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
16172         * optabs.c (debug_optab_libfuncs): Likewise.
16173         (verify_loop_closed_ssa): Likewise.
16174         * value-prof.c (verify_histograms): Likewise.
16175         * reload.c (debug_reload_to_stream, debug_reload): Likewise.
16176         * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
16177         * cfghooks.c (verify_flow_info): Likewise.
16178         * fold-const.c (debug_fold_checksum): Likewise.
16179         * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
16180         * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
16181         Likewise.
16182         * omega.c (debug_omega_problem): Likewise.
16183         * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
16184         * tree-ssa-ccp.c (debug_lattice_value): Likewise.
16185         * dominance.c (verify_dominators, debug_dominance_info,
16186         debug_dominance_tree): Likewise.
16187         * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
16188         * df_regno_debug, df_ref_debug,
16189         debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
16190         debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
16191         * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
16192         * sel-sched.c (debug_state): Likewise.
16193         * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
16194         Likewise.
16195         * cfganal.c (print_edge_list, verify_edge_list): Likewise.
16196         * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
16197         * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
16198         * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
16199         Likewise.
16200         * c-pretty-print.c (debug_c_tree): Likewise.
16201         * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
16202         debug_av_set, debug_lv_set, debug_ilist, debug_blist,
16203         debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
16204         * ebitmap.c (debug_ebitmap): Likewise.
16205         * function.c (debug_find_var_in_block_tree): Likewise.
16206         * print-rtl.c (debug_rtx): Likewise.
16207         (debug_rtx_count): Likewise.
16208         (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
16209         * stor-layout.c (debug_rli): Likewise.
16210         * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
16211         * tree-data-ref.c (debug_data_references,
16212         debug_data_dependence_relations, debug_data_reference,
16213         debug_data_dependence_relation, debug_rdg_vertex,
16214         debug_rdg_component, debug_rdg): Likewise.
16215         * tree-affine.c (debug_aff): Likewise.
16216         * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
16217         Likewise.
16218         * except.c (debug_eh_tree, verify_eh_tree): Likewise.
16219         * emit-rtl.c (verify_rtl_sharing): Likewise.
16220         * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
16221         debug_value_expressions): Likewise.
16222         * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
16223         * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
16224         * print-tree.c (debug_tree, debug_vec_tree): Likewise.
16225         * cfglayout.c (verify_insn_chain): Likewise.
16226         * graphite-clast-to-gimple.c (debug_clast_name_indexes,
16227         debug_clast_stmt, debug_generated_program): Likewise.
16228         * ggc-page.c (debug_print_page_list): Likewise.
16229         * tree-ssa-ter.c (debug_ter): Likewise.
16230         * graphite-dependences.c (debug_pddr): Likewise.
16231         * sched-deps.c (debug_ds): Likewise.
16232         * tree-ssa.c (verify_ssa): Likewise.
16233         * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
16234         debug_scattering_functions, debug_iteration_domains, debug_pdr,
16235         debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
16236         debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
16237         * tree-inline.c (debug_find_tree): Likewise.
16238         * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
16239         debug_ppl_powerset_matrix): Likewise.
16240         * var-tracking.c (debug_dv): Likewise.
16241         * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
16242         * cfgloop.c (verify_loop_structure): Likewise.
16243         * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
16244         * c-common.c (verify_sequence_points): Likewise.
16245         * sched-rgn.c (debug_regions, debug_region, debug_candidate,
16246         debug_candidates, debug_rgn_dependencies): Likewise.
16247         * tree-ssa-structalias.c (debug_constraint, debug_constraints,
16248         * debug_constraint_graph, debug_solution_for_var,
16249         debug_sa_points_to_info): Likewise.
16250         * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
16251         Likewie.
16252         * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
16253         debug_loops, debug_loop, debug_loop_num): Likewise.
16254         * passes.c (debug_pass): Likewise.
16255         (dump_properties): Likewise; add cfglayout property.
16256         (debug_properties): Likewise.
16257         * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
16258         * varpool.c (debug_varpool): Likewise.
16259         * regcprop.c (debug_value_data): Likewise.
16260         * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
16261         debug_immediate_uses_for): Likewise.
16262
16263 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
16264
16265         PR bootstrap/44315
16266         * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
16267         Filter out insn-flags.h.
16268
16269 2010-05-29  Jan Hubicka  <jh@suse.cz>
16270
16271         * cgraph.h (struct varpool_node_set_def,
16272         struct cgraph_node_set_def): Remove unused AUX pointer.
16273         (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
16274         VEC_empty macro.
16275
16276 2010-05-29  Jan Hubicka  <jh@suse.cz>
16277
16278         PR middle-end/44324
16279         * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
16280
16281 2010-05-29  Richard Guenther  <rguenther@suse.de>
16282
16283         * lto-streamer.c (cached_bp): New global variable.
16284         (bitpack_create): Return the cached bitpack, if available.
16285         (bitpack_delete): Clear and cache the bitpack, if appropriate.
16286         (bp_pack_value): Remove redundant asserts.
16287
16288 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
16289
16290         PR middle-end/44306
16291         * tree-if-conv.c (is_true_predicate): New.
16292         (is_predicated): Use is_true_predicate.
16293         (add_to_predicate_list): Same.  Do not use unshare_expr.
16294         (add_to_dst_predicate_list): Same.
16295
16296 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
16297
16298         * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
16299         field on edges.
16300         (predicate_bbs): Same.
16301         (clean_predicate_lists): Same.
16302         (find_phi_replacement_condition): Do not AND the predicate from
16303         edge->aux.
16304
16305 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
16306
16307         PR bootstrap/44315
16308         * Makefile.in (build/gencondmd.o): Add a missing `\'.
16309
16310 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16311
16312         PR target/44261
16313         config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
16314         (negdf2): Adjust expander pattern and use negdf2_slow.
16315         (negsf2): Likewise.
16316
16317 2010-05-29  Nathan Froyd  <froydnj@codesourcery.com>
16318
16319         * basic-block.h (struct control_flow_graph): Move last_label_uid field
16320         up.
16321         * df.h (struct df_base_ref): Move regno field up.
16322         * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
16323         * expr.h (struct separate_ops): Move location field up.
16324         * optabs.h (struct optab_d): Move libcall_basename field down.
16325         * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
16326         * config/i386/i386.h (struct machine_function): Convert call_abi field
16327         into a bitfield.  Move cfa field to the end of the structure.
16328
16329 2010-05-29  Jan Hubicka  <jh@suse.cz>
16330
16331         * varpool.c (varpool_get_node): Fix lookup.
16332
16333 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
16334
16335         * config/spu/spu-protos.h: Do not include rtl.h.  Protect
16336         RTL specific prototypes with #ifdef RTX_CODE.
16337         * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
16338         * config/spu/t-spu-elf: Fix dependencies.
16339
16340         * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
16341
16342 2010-05-29  Mike Stump  <mikestump@comcast.net>
16343
16344         PR bootstrap/44315
16345         * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
16346         TM_H when building to avoid dependency loops.
16347
16348 2010-05-29  Jan Hubicka  <jh@suse.cz>
16349
16350         * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
16351         refs and body; not the whole node for masters of materialized clones.
16352
16353 2010-05-29  Mike Stump  <mikestump@comcast.net>
16354
16355         * config/rs6000/rs6000-c.c: Remove c-tree.h include.
16356
16357 2010-05-29  Jan Hubicka  <jh@suse.cz>
16358
16359         * cgraph.c (clone_function_name): Take SUFFIX argument; export.
16360         (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
16361         use of clone_function_name.
16362         * cgraph.h (cgraph_create_virtual_clone,
16363         cgraph_function_versioning): update prototypes.
16364         (clone_function_name): Declare.
16365         * ipa-cp.c (ipcp_insert_stage): Update call of
16366         cgraph_create_virtual_clone.
16367         * omp-low.c (create_omp_child_function_name): Use
16368         cgraph_create_virtual_clone.
16369         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
16370         (cgraph_function_versioning): Take SUFFIX argument; produce new name
16371         and make decl local.
16372
16373 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
16374
16375         * vec.h: Include statistics.h
16376         * Makefile.in: Introduce VEC_H.  Replace all vec.h dependencies
16377         with VEC_H.
16378
16379 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
16380
16381         * c-lex.c: Do not include c-tree.h.
16382         * c-pretty-print.c: Likewise.
16383         * c-opts.c: Likewise.
16384         * c-gimplify.c: Likewise.
16385         * c-common.c: Likewise.
16386         * c-dump.c: Likewise.  Include c-common.h.
16387
16388 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
16389
16390         * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
16391         before including diagnostic-core.h.
16392         (c_cpp_error): New prototype moved from c-tree.h.
16393         Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
16394         * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
16395         (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
16396         (c_cpp_error): Prototype moved to c-common.h.
16397         * Makefile.in: Update dependency for C_COMMON_H.
16398
16399 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
16400
16401         * c-common.h: Add FIXME for awkward split of c_register_addr_space.
16402         * c-common.c (c_register_addr_space): Remove here.
16403         * c-decl.c (c_register_addr_space): Re-add here.
16404
16405 2010-05-28  Mike Stump  <mikestump@comcast.net>
16406
16407         * config/darwin-c.c: Remove c-tree.h include.
16408
16409 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
16410
16411         * gcc.c: Include diagnostic.h.
16412         (error_count): Remove.  All users changed to use errorcount.
16413         (programname): Remove.  All users changed to use progname.
16414         (fancy_abort, internal_error, fatal_error, error, warning, inform,
16415         fnotice): Remove.
16416         (execute): Don't include "Internal error" and bug reporting
16417         information in argument of internal_error call.
16418         (process_command): Don't increment error_count after calling
16419         perror_with_name.
16420         (input_filename): Rename to gcc_input_filename.  All users
16421         changed.
16422         (main): Call diagnostic_initialize.  Register delete_temp_files
16423         with atexit.  Use seen_error to test for errors.
16424         * gcc.h: Include diagnostic-core.h.
16425         (fatal_error, error, warning): Remove.
16426         * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
16427         (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
16428         (gcc.o): Update dependencies.
16429
16430 2010-05-28  Jeff Law  <law@redhat.com>
16431
16432         * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
16433         functions.
16434         * ira.h (ira_bad_reload_regno): Declare
16435         * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
16436
16437         * ira-color.c (update_curr_costs): Free updated hard reg costs.
16438         (ira_reassign_conflict_allocnos): Remove bogus asserts.
16439         (allocno_reload_assign): Likewise.
16440
16441 2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
16442
16443         * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
16444         build1_stat.
16445
16446 2010-05-28  Richard Guenther  <rguenther@suse.de>
16447
16448         PR lto/44312
16449         * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
16450         Stream fixed-point constants mode.
16451         (unpack_ts_type_value_fields): Fix width of TYPE_MODE
16452         and TYPE_PRECISION.
16453         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
16454         Stream fixed-point constants mode.
16455         (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
16456         and TYPE_PRECISION.
16457
16458 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
16459
16460         * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
16461         only place it was called from.
16462         (number_of_latch_executions): Do not return chrec_dont_know when the
16463         may_be_zero is a runtime condition: instead, return a COND_EXPR
16464         including the may_be_zero condition.
16465         * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
16466         of nb_iterations.
16467         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
16468         COND_EXPRs.
16469
16470 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
16471
16472         * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
16473         generate COND_EXPRs for degenerate_phi_result.
16474
16475 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
16476
16477         PR middle-end/44293
16478         * tree-if-conv.c (if_convertible_loop_p): Check the
16479         if-convertibility of phi nodes in non predicated BBs.
16480
16481 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
16482
16483         * gcc.c (error, warning, inform): Remove duplicate ": " in output.
16484
16485 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
16486
16487         PR driver/15303
16488         * gcc.c (inform, warning, inform): New functions.
16489         (fatal_ice): Rename to internal_error; change cmsgid parameter to
16490         gmsgid.  All callers changed.
16491         (notice): Rename to fnotice; add parameter fp.  All callers changed.
16492         (fatal_error): Rename to fatal_signal.  All users changed.
16493         (fatal): Rename to fatal_error; change cmsgid parameter to
16494         gmsgid.  All callers changed.
16495         (process_command): Use warning instead of error for warnings.
16496         (end_going_arg): Don't use _() around argument of error.
16497         (do_spec_1): Use inform for message from %n specs.  Use warning
16498         instead of error for warnings.
16499         (main): Use inform for comparison messages.  Use warning for
16500         message about unused linker input.
16501         (error): Increment error_count.  Print "error: ".
16502         * gcc.h (fatal): Change to fatal_error.
16503         (warning): Declare.
16504         * config/darwin-driver.c (darwin_default_min_version): Use warning
16505         instead of fprintf for warnings.
16506         * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
16507
16508 2010-05-28  Julian Brown  <julian@codesourcery.com>
16509
16510         * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
16511         (*thumb2_addsi3_compare0_scratch): New.
16512         * config/arm/constraints.md (Pv): New.
16513         * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
16514         for ARM mode only.
16515         (*addsi3_compare0_scratch): Likewise.
16516
16517 2010-05-28  Jan Hubicka  <jh@suse.cz>
16518
16519         * ipa-reference.c (add_static_var): Remove redundant all_module_statics
16520         check.
16521         (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
16522         only on local statics.
16523
16524 2010-05-28  Iain Sandoe  <iains@gcc.gnu.org>
16525
16526         * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
16527
16528 2010-05-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
16529
16530         PR bootstrap/44314
16531         * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
16532         (OPTION_GLIBC): Define.
16533
16534 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
16535
16536         PR debug/41048
16537         * dwarf2out.c (double_int_type_size_in_bits): New function.
16538         (round_up_to_align): Change first argument and return value to
16539         double_int.
16540         (field_byte_offset): Work internally on double_ints.
16541
16542         PR target/43636
16543         * builtins.c (expand_movstr): Use a temporary pseudo instead
16544         of target even when target is not NULL and not const0_rtx, but
16545         fails movstr predicate.
16546         * config/m32c/blkmov.md (movstr): Add predicate to first operand.
16547
16548 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
16549
16550         * final.c (rest_of_clean_state): Use %m in errors instead of
16551         strerror (errno).
16552         * gengtype.c (read_input_list, close_output_files): Use xstrerror
16553         instead of strerror.
16554         * toplev.c (process_options): Use %m in errors instead of strerror
16555         (errno).
16556         * tree-dump.c (dump_begin): Use %m in errors instead of strerror
16557         (errno).
16558
16559 2010-05-28  Uros Bizjak  <ubizjak@gmail.com>
16560
16561         * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
16562         (ix86_canonical_va_list_type): Make static.  Add declaration.
16563         (ix86_enum_va_list): Make static.  Reindent.
16564         * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
16565         (ix86_canonical_va_list_type): Ditto.
16566         (ix86_enum_va_list): Ditto.
16567
16568 2010-05-28  Richard Guenther  <rguenther@suse.de>
16569
16570         * lto-wrapper.c (run_gcc): With -save-temps generate a
16571         user-visible ltrans filename.  Fixup ltrans unit numbering.
16572
16573 2010-05-28  Kai Tietz  <kai.tietz@onevision.com>
16574
16575         * c-common.c (c_common_nodes_and_builtins): Replace use
16576         of TARGET_ENUM_VA_LIST by target hook enum_va_list.
16577         * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
16578         to ix86_enum_va_list.
16579         * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
16580         * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
16581         (TARGET_ENUM_VA_LIST_P): Add hook description.
16582         * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
16583         * target.h (gcc_target): Add enum_va_list hook.
16584
16585         PR bootstrap/44299
16586         * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
16587         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
16588         * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
16589
16590 2010-05-28  Alan Modra  <amodra@gmail.com>
16591
16592         PR target/44266
16593         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
16594         emit_library_call machinery to set up __tls_get_addr calls.
16595
16596 2010-05-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16597
16598         * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
16599
16600 2010-05-28  Dodji Seketeli  <dodji@redhat.com>
16601
16602         Revert fix for PR c++/44188
16603         * c-common.c (is_typedef_decl): Revert the moving of  this
16604         definition ...
16605         * tree.c (is_typedef_decl): ... here.
16606         (typdef_variant_p): Revert the moving of this  definition
16607         here from cp/tree.c.
16608         * c-common.h (is_typedef_decl): Revert the moving of this
16609         declaration ...
16610         * tree.h (is_typedef_decl): ... here.
16611         (typedef_variant_p): Revert the moving of this  declaration here
16612         from cp/cp-tree.h
16613         * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
16614         (gen_tagged_type_die): Revert the splitting out of ...
16615         (gen_type_die_with_usage): ... this function. Revert the anonymous
16616         tagged type handling.
16617         (gen_typedef_die): Revert emitting DW_TAG_typedef  for
16618         typedefs naming anonymous tagged types.
16619
16620 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
16621
16622         * config/rs6000/rs6000-modes.def (PSImode): Delete.
16623
16624 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
16625
16626         * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
16627         * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
16628         throughout.
16629         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
16630         "xer" to "ca".
16631         Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
16632         XER_REGS to CA_REGS throughout.
16633         * config/rs6000/rs6000.h: Same.
16634         (ADDITIONAL_REGISTER_NAMES): Add "xer".
16635         * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO.  Document
16636         that mode_iterator "P" is the size for arithmetic carries as well.
16637         * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
16638
16639 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
16640
16641         PR bootstrap/44255
16642         * combine.c (struct rtx_subst_pair): Define unconditionally.
16643         (propagate_for_debug_subst): Likewise.  If not AUTO_INC_DEC,
16644         copy_rtx pair->to instead of cleanup_auto_inc_dec it.
16645         Call make_compound_operation on pair->to.
16646         (propagate_for_debug): Don't call make_compound_operation here.
16647         Always use simplify_replace_fn_rtx.
16648
16649 2010-05-27  Sterling Augustine  <sterling@tensilica.com>
16650
16651         * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
16652         * config/xtensa/xtensa.c (override_options): Check
16653           TARGET_FORCE_NO_PIC and set flag_pic.
16654         * config/xtensa/xtensa.opt: Document -mforce-no-pic
16655
16656 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
16657
16658         PR bootstrap/44299
16659         * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
16660         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
16661
16662 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
16663
16664         * diagnostic-core.h: New.  Contents moved from diagnostic.h and
16665         toplev.h.
16666         * diagnostic.c: Don't include toplev.h.
16667         (progname): Define.  Moved from toplev.c.
16668         (seen_error): New function.
16669         * diagnostic.h: Include diagnostic-core.h.
16670         (diagnostic_t, emit_diagnostic): Don't declare here.
16671         * toplev.c (progname): Move to toplev.c.
16672         (emit_debug_global_declarations, compile_file, finalize,
16673         do_compile, toplev_main): Use seen_error.
16674         * toplev.h: Include diagnostic-core.h.
16675         (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
16676         internal_error, warning, warning_at, error, error_n, error_at,
16677         fatal_error, pedwarn, permerror, sorry, inform, inform_n,
16678         verbatim, fnotice, progname): Move to diagnostic-core.h.
16679         * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
16680         (expand_builtin_expect): Use seen_error.
16681         * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
16682         (c_make_fname_decl, c_write_global_declarations): Use seen_error.
16683         * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
16684         * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
16685         * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
16686         * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
16687         errorcount for errors.
16688         * c-opts.c (c_common_finish): Use seen_error.
16689         * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
16690         * cgraphunit.c (verify_cgraph_node, verify_cgraph,
16691         cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
16692         * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
16693         (get_coverage_counts): Use seen_error.
16694         * dwarf2out.c (dwarf2out_finish): Use seen_error.
16695         * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
16696         gimplify_body): Use seen_error.
16697         * ipa-inline.c (cgraph_early_inlining): Use seen_error.
16698         * ipa-pure-const.c (gate_pure_const): Use seen_error.
16699         * ipa-reference.c (gate_reference): Use seen_error.
16700         * jump.c: Include diagnostic-core.h instead of diagnostic.h.
16701         * lambda-code.c: Include diagnostic-core.h instead of
16702         diagnostic.h.
16703         * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
16704         * lto-compress.c: Include diagnostic-core.h instead of
16705         diagnostic.h.
16706         * lto-section-in.c: Include diagnostic-core.h instead of
16707         diagnostic.h.
16708         * lto-streamer-out.c: Include diagnostic-core.h instead of
16709         diagnostic.h.
16710         * lto-streamer.c: Include diagnostic-core.h instead of
16711         diagnostic.h.
16712         (gate_lto_out): Use seen_error.
16713         * matrix-reorg.c: Include diagnostic-core.h instead of
16714         diagnostic.h.
16715         * omega.c: Include diagnostic-core.h instead of diagnostic.h.
16716         * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
16717         (gate_expand_omp, lower_omp_1): Use seen_error.
16718         * passes.c: Include diagnostic-core.h instead of diagnostic.h.
16719         (rest_of_decl_compilation, rest_of_type_compilation,
16720         gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
16721         * tree-cfg.c (label_to_block_fn): Use seen_error.
16722         * tree-inline.c (optimize_inline_calls): Use seen_error.
16723         * tree-mudflap.c (mudflap_finish_file): Use
16724         seen_error.
16725         * tree-optimize.c (gate_all_optimizations,
16726         gate_all_early_local_passes, gate_all_early_optimizations): Use
16727         seen_error.
16728         * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
16729         * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
16730         (varpool_remove_unreferenced_decls,
16731         varpool_assemble_pending_decls): Use seen_error.
16732         * Makefile.in (DIAGNOSTIC_CORE_H): Define.
16733         (TOPLEV_H, DIAGNOSTIC_H): Update.
16734         (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
16735         lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
16736         c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
16737         builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
16738         coverage.o, lambda-code.o): Update dependencies.
16739
16740 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
16741
16742         PR c++/44188
16743         * c-common.c (is_typedef_decl): Move this definition ...
16744         * tree.c (is_typedef_decl): ... here.
16745         (typdef_variant_p): Move definition here from cp/tree.c.
16746         * c-common.h (is_typedef_decl): Move this declaration ...
16747         * tree.h (is_typedef_decl): ... here.
16748         (typedef_variant_p): Move declaration here from cp/cp-tree.h
16749         * dwarf2out.c (is_naming_typedef_decl): New function.
16750         (gen_tagged_type_die): Split out of ...
16751         (gen_type_die_with_usage): ... this function. When an anonymous
16752         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
16753         is emitted for the typedef.
16754         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
16755         anonymous tagged types.
16756
16757 2010-05-27  Jason Merrill  <jason@redhat.com>
16758
16759         * print-tree.c (debug_vec_tree): New fn.
16760         (print_vec_tree): New fn.
16761         * tree.h: Declare them.
16762         * gdbinit.in (pvt): New command.
16763
16764         * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
16765
16766         * gdbinit.in (pdd): New command.
16767
16768 2010-05-27  Jan Hubicka  <jh@suse.cz>
16769
16770         * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
16771         (update_caller_keys): Return early if there are no callers;
16772         only update fibheap when decresing the key.
16773         (update_callee_keys): Avoid recursion.
16774         (decide_inlining_of_small_functions): When badness does not match;
16775         re-insert into fibheap.
16776
16777 2010-05-27  Steven Bosscher  <steven@gcc.gnu.org>
16778
16779         * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
16780         (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
16781         (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
16782         (ALL_HOST_OBJS): Now a union of the above two.
16783         <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
16784         all files in ALL_HOST_FRONTEND_OBJS.
16785         * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
16786
16787         * c-common.c: Pretend to be a backend file by undefining
16788         IN_GCC_FRONTEND (still need rtl.h here).
16789
16790 2010-05-27  Jan Hubicka  <jh@suse.cz>
16791
16792         * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
16793         * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
16794
16795 2010-05-27  Jan Hubicka  <jh@suse.cz>
16796
16797         * sched-ebb.c: Rename struct deps to struct deps_desc.
16798         * ddg.c: Likewise.
16799         * sel-sched-ir.c: Likewise.
16800         * sched-deps.c: Likewise.
16801         * sched-int.h: Likewise.
16802         * sched-rgn.c: Likewise.
16803
16804 2010-05-27  Jon Beniston  <jon@beniston.com>
16805
16806         PR 43726
16807         * config/lm32/lm32.h: Remove definition of
16808         GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
16809
16810 2010-05-27  Eric Botcazou  <ebotcazou@adacore.com>
16811
16812         PR lto/44230
16813         * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
16814
16815 2010-05-27  Richard Guenther  <rguenther@suse.de>
16816
16817         PR tree-optimization/44284
16818         * tree-vect-stmts.c (vectorizable_assignment): Handle
16819         sign-changing conversions as simple copy.
16820
16821 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
16822
16823         * gthr-posix.h (pthread_cancel): Don't declare if compiling against
16824         Bionic C library.
16825         (__gthread_active_p): Check for pthread_create if compiling against
16826         Bionic C library.
16827
16828 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
16829
16830         Support compilation for Android platform.  Reimplement -mandroid.
16831
16832         * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
16833         (*android*): Set ANDROID_DEFAULT.
16834         (arm*-*-linux*): Include linux-android.h.
16835         (arm*-*-eabi*): Don't include previous -mandroid implementation.
16836         * config/arm/eabi.h: Remove, move Android-specific parts ...
16837         * config/linux-android.h: ... here.  New file.
16838         * config/arm/eabi.opt: Rename to ...
16839         * config/linux-android.opt: ... this.
16840         (mandroid): Allow -mno-android option.  Initialize based on
16841         ANDROID_DEFAULT.
16842         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
16843         Move logic to corresponding LINUX_TARGET_* macros.
16844         (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
16845         * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
16846         (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
16847         Android definitions.
16848         (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
16849         * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
16850         Document.
16851
16852 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
16853
16854         Add support for Bionic C library
16855
16856         * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
16857         macro.
16858         (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
16859         (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
16860
16861         * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
16862         (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
16863         (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
16864         to support multiple C libraries.  Handle Bionic.
16865         (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
16866         (BIONIC_DYNAMIC_LINKER64): Define.
16867         (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
16868         Update.
16869         (TARGET_HAS_SINCOS): Enable for Bionic.
16870
16871         * config/linux.opt: Rewrite to handle more than 2 C libraries.  Make
16872         the last option specified on command line take effect.
16873         (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
16874         (mbionic): New.
16875         (mglibc, muclibc): Update.
16876
16877         * config/alpha/linux-elf.h, config/rs6000/linux64.h,
16878         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
16879         DEFAULT_LIBC.
16880
16881         * doc/invoke.texi (-mglibc, -muclibc): Update.
16882         (-mbionic): Document.
16883
16884 2010-05-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16885
16886         * c-common.h (c_register_addr_space): Add prototype.
16887         (ADDR_SPACE_KEYWORD): Remove.
16888         * c-common.c (c_register_addr_space): New function.
16889         (c_addr_space_name): Reimplement.
16890         (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
16891
16892         * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
16893         (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
16894
16895         * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
16896         Remove TARGET_ADDR_SPACE_KEYWORDS.
16897
16898 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
16899
16900         * input.c: New file.
16901         * input.h (main_input_filename): Move declaration to toplev.h.
16902         * toplev.c (input_location, line_table): Move to input.c
16903         * toplev.h (main_input_filename): Move declaration from input.h.
16904         * tree.c (expand_location): Move to input.c.
16905         * Makefile.in (OBJS-common): Add input.o.
16906         (input.o): Add dependencies.
16907
16908 2010-05-27  Richard Guenther  <rguenther@suse.de>
16909
16910         * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
16911         for non-existant files.
16912         (fork_execute): Mark args_name file as deleted.
16913
16914 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
16915
16916         PR bootstrp/44287
16917         * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
16918         (narrow_signed_type): Likewise.
16919
16920 2010-05-26  Jan Hubicka  <jh@suse.cz>
16921
16922         * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
16923         edge only when checking is enabled; check using former_clone_of;
16924         check inline clones too.
16925         (cgraph_materialize_clone): Record former_clone_of pointer.
16926         (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
16927         combining redirections; dump args_to_skip bitmap
16928         (cgraph_materialize_all_clones): Do no redirection here.
16929         * ipa-inline.c (inline_transform): Do redirection here.
16930         * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
16931         cheking only).
16932
16933 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
16934
16935         * config/avr/avr-c.c: Do not include regs.h.
16936         Include cpplib.h for cpp_define and tree.h for c-common.h.
16937         * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
16938         * config/avr/t-avr: Fix dependencies for avr-c.o.
16939
16940 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
16941
16942         * explow.c (set_stack_check_libfunc): Adjust to accept name as a
16943         string instead of SYMBOL_REF rtx.
16944         * rtl.h (set_stack_check_libfunc): Move prototype from here...
16945         * libfuncs.h: ...to here.  Adjust for explow.c change.
16946
16947 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
16948
16949         * pretty-print.c: Don't include ggc.h.
16950         (identifier_to_locale_alloc, identifier_to_locale_free): Define.
16951         (identifier_to_locale): Use them for allocation.
16952         * pretty-print.h (identifier_to_locale_alloc,
16953         identifier_to_locale_free): Declare.
16954         * toplev.c (alloc_for_identifier_to_locale): New.
16955         (general_init): Set identifier_to_locale_alloc and
16956         identifier_to_locale_free.
16957         * Makefile.in (pretty-print.o): Update dependencies.
16958
16959 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
16960
16961         * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
16962         pointer types if they have different alignment or mode.
16963
16964 2010-05-26  Anatoly Sokolov  <aesok@post.ru>
16965
16966         * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
16967         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
16968         * config/sparc/sparc-protos.h (function_value): Remove declaration.
16969         * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
16970         sparc_function_value_regno_p): New functions.
16971         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
16972         TARGET_FUNCTION_VALUE_REGNO_P): Define.
16973         (function_value): Rename to...
16974         (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
16975         argument to 'outgoing'.
16976         (function_arg_record_value, function_arg_union_value,
16977         function_arg_vector_value): Update comment.
16978
16979 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
16980
16981         * dwarf2out.c (struct dw_fde_struct): Reorder flags.
16982         (fde_needed_for_eh_p): New predicate.
16983         (output_call_frame_info): Use it throughout to decide whether FDEs
16984         are needed for EH purpose.
16985         (dwarf2out_begin_prologue): Reorder assignments.
16986
16987 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
16988
16989         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
16990         special case loop->header.
16991         (is_predicated): New.
16992         (if_convertible_loop_p): Call it.
16993
16994 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
16995
16996         * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
16997         iterator in parameter.  Do not generate code during the analysis.
16998         (tree_if_convert_cond_stmt): Removed.
16999         (tree_if_convert_stmt): Removed.
17000         (predicate_bbs): New.
17001         (if_convertible_loop_p): Call predicate_bbs.
17002         (tree_if_conversion): Simplify the top-level logic as predicate_bbs
17003         now contains all the analysis part.
17004
17005 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17006
17007         * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
17008         statements in the analysis part.
17009         (tree_if_convert_stmt): Update comment.
17010         (remove_conditions_and_labels): New.
17011         (combine_blocks): Call remove_conditions_and_labels.
17012         (tree_if_conversion): Update comment.
17013
17014 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17015
17016         * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
17017         than 2 predecessors or more than 2 successors.
17018
17019 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17020
17021         * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
17022         of loops in which the data dependence analysis fails.
17023
17024 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17025
17026         * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
17027         CDI_POST_DOMINATORS.
17028         (tree_if_conversion): Same.
17029
17030 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17031
17032         * tree-if-conv.c (tree_if_conversion): Do not return a bool.
17033
17034 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17035
17036         * tree-if-conv.c: Update copyright years.  Fix comments.
17037         Fix indentation.
17038
17039 2010-05-26  Kai Tietz  <kai.tietz@onevision.com>
17040
17041         * builtin-types.def (BT_INT128): New primitive type.
17042         (BT_UINT128): Likewise.
17043         * c-common.c (c_common_r): Add __int128 keyword.
17044         (c_common_type_for_size): Handle __int128.
17045         (c_common_type_for_mode): Likewise.
17046         (c_common_signed_or_unsigned_type): Likewise.
17047         (c_common_nodes_and_builtins): Add builtin type
17048         if target supports 128-bit integer scalar.
17049         * c-common.h (enum rid): Add RID_INT128.
17050         * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
17051         if target supports 128-bit integer scalar.
17052         * c-decl.c (declspecs_add_type): Handle new keyword __int128.
17053         (finish_declspecs): Likewise.
17054         * c-parser.c (c_token_starts_typename): Handle RID_INT128.
17055         (c_token_starts_declspecs): Likewise.
17056         (c_parser_declspecs): Likewise.
17057         (c_parser_attributes): Likewise.
17058         (c_parser_objc_selector): Likewise.
17059         * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
17060         * c-tree.h (enum c_typespec_keyword): Add cts_int128.
17061         * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
17062         * tree.c (make_or_reuse_type): Likewise.
17063         (make_unsigned_type): Likewise.
17064         (build_common_tree_nodes_2): Likewise.
17065         * tree.h (enum integer_type_kind): Add itk_int128 and
17066         itk_unsigned_int128.
17067         (int128_integer_type_node): New define.
17068         (int128_unsigned_type_node): New define.
17069         * doc/extend.texi: Add documentation about __int128 type.
17070
17071 2010-05-26  Richard Guenther  <rguenther@suse.de>
17072
17073         * tree-ssa-sccvn.c (copy_nary): Adjust.
17074         (copy_phis): Rename to ...
17075         (copy_phi): ... this.  Adjust.
17076         (copy_references): Rename to ...
17077         (copy_reference): ... this.  Adjust.
17078         (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
17079         result into the valid table.
17080
17081 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
17082
17083         * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
17084         insn-config.h, insn-codes.h, recog.h, and optabs.h.
17085
17086 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17087
17088         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
17089
17090 2010-05-26  Richard Guenther  <rguenther@suse.de>
17091
17092         * opts.c (common_handle_option): Handle OPT_Ofast.
17093
17094 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
17095
17096         * diagnostic.c: Don't include opts.h.
17097         (permissive_error_option): Define.
17098         (diagnostic_initialize): Take n_opts parameter.  Allocate memory
17099         for classify_diagnostic.  Don't use memset for
17100         classify_diagnostic.  Initialize new and recently added fields.
17101         (diagnostic_classify_diagnostic): Use context->n_opts instead of
17102         N_OPTS.
17103         (diagnostic_report_diagnostic): Pass context parameter to
17104         diagnostic_report_warnings_p.  Use option_enabled and option_name
17105         hooks from context.
17106         (emit_diagnostic): Use permissive_error_option.
17107         (permerror): Likewise.
17108         * diagnostic.h: Don't include options.h.
17109         (struct diagnostic_context): Add n_opts, opt_permissive,
17110         inhibit_warnings, warn_system_headers, option_enabled and
17111         option_name fields.  Change classify_diagnostic to a pointer.
17112         * opts-diagnostic.h: New file.
17113         * opts.c: Include opts-diagnostic.h.
17114         (common_handle_option): Set global_dc fields for -Wfatal-errors,
17115         -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
17116         (option_name): New function.
17117         * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
17118         (c_common_handle_option): Set global_dc->permissive for
17119         -fpermissive.
17120         * c-common.c (c_cpp_error): Save and restore
17121         global_dc->warn_system_headers, not variable warn_system_headers.
17122         * toplev.c: Include opts-diagnostic.h.
17123         (general_init): Update call to diagnostic_initialize.  Set
17124         global_dc->show_column, global_dc->option_enabled and
17125         global_dc->option_name.
17126         (process_options): Don't set global_dc fields here.
17127         * Makefile.in (DIAGNOSTIC_H): Remove options.h.
17128         (diagnostic.o, opts.o, toplev.o): Update dependencies.
17129
17130 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
17131
17132         * config/picochip/picochip.md (movsi): Split a movsi from a
17133         const after reload.
17134
17135 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17136
17137         * ggc-zone.c: Update copyright year.
17138         (poison_region): Mark memory for Valgrind as undefined before
17139         memset () call and inaccessible afterwards.
17140         (ggc_pch_total_size): Change type of i to int.
17141
17142 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17143
17144         * ggc-common.c (ggc_free_overhead): Allow empty slot.
17145
17146 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17147
17148         * ggc-common.c: Update copyright year.
17149         (ggc_rlimit_bound): Remove prototype.  Compile only if
17150         !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
17151         (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
17152         && !ENABLE_GC_ALWAYS_COLLECT.  Make static.
17153         (ggc_min_heapsize_heuristic): Likewise.
17154
17155 2010-05-26  Richard Guenther  <rguenther@suse.de>
17156
17157         PR rtl-optimization/44164
17158         * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
17159         no-common access-path disambiguation.
17160         (indirect_ref_may_alias_decl_p): Adjust.
17161         (indirect_refs_may_alias_p): Likewise.
17162         (refs_may_alias_p_1): Likewise.
17163
17164 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
17165
17166         * c-typeck.c: Do not include expr.h.
17167
17168 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
17169
17170         * rtl.h (decl_default_tls_model): Move prototype from here...
17171         * output.h: ...to here.
17172         * c-decl.c: Do not include rtl.h.
17173         * c-pragma.c: Likewise.
17174         * c-parser.c: Likewise.
17175         * c-gimplify.c: Likewise.  And also not hard-reg-set.
17176         * c-common.c: Do not include rtl.h.  Include tm_p.h and add a
17177         FIXME note for it.  Add a FIXME note for expr.h.
17178         * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
17179         ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
17180         defined.
17181
17182 2010-05-26  Jakub Jelinek  <jakub@redhat.com>
17183
17184         PR target/44199
17185         * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
17186         or total_size is larger than red zone size for non-V4 ABI, emit a
17187         stack_tie resp. frame_tie insn before stack pointer restore.
17188         * config/rs6000/rs6000.md (frame_tie): New insn.
17189
17190 2010-05-25  Eric Botcazou  <ebotcazou@adacore.com>
17191
17192         * function.h (struct function): Add can_throw_non_call_exceptions bit.
17193         * lto-streamer-in.c (input_function): Stream it in.
17194         * lto-streamer-out.c (output_function): Stream it out.
17195         * function.c (allocate_struct_function): Set it.
17196         (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
17197         for flag_non_call_exceptions.
17198         * cfgbuild.c (control_flow_insn_p): Likewise.
17199         (make_edges): Likewise.
17200         * cfgexpand.c (expand_stack_alignment): Likewise.
17201         * combine.c (distribute_notes): Likewise.
17202         * cse.c (cse_extended_basic_block): Likewise.
17203         * except.c (insn_could_throw_p): Likewise.
17204         * gcse.c (simple_mem): Likewise.
17205         * ipa-pure-const.c (check_call): Likewise.
17206         (check_stmt ): Likewise.
17207         * lower-subreg.c (lower-subreg.c): Likewise.
17208         * optabs.c (emit_libcall_block): Likewise.
17209         (prepare_cmp_insn): Likewise.
17210         * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
17211         * postreload.c (rest_of_handle_postreload): Likewise.
17212         * reload1.c (reload_as_needed): Likewise.
17213         (emit_input_reload_insns): Likewise.
17214         (emit_output_reload_insns): Likewise.
17215         (fixup_abnormal_edges): Likewise.
17216         * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
17217         * store-motion.c (find_moveable_store): Likewise.
17218         * tree-eh.c (stmt_could_throw_p): Likewise.
17219         (tree_could_throw_p): Likewise.
17220         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
17221         * config/arm/arm.c (arm_expand_prologue): Likewise.
17222         (thumb1_expand_prologue): Likewise.
17223         * config/rx/rx.md (cbranchsf4): Likewise.
17224         (cmpsf): Likewise.
17225         * config/s390/s390.c (s390_emit_prologue): Likewise.
17226         * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
17227         (inline_forbidden_into_p): New predicate.
17228         (expand_call_inline): Use it to forbid inlining.
17229         (tree_can_inline_p): Likewise.
17230
17231 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
17232
17233         * config/i386/i386-c.c: Do not include rtl.h.
17234         * config/i386/t-i386: Update dependencies.
17235
17236 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
17237
17238         * attribs.c: Do not include rtl.h.
17239         * Makefile.in: Update dependencies.
17240
17241 2010-05-25  Anatoly Sokolov  <aesok@post.ru>
17242
17243         * double-int.h (double_int_and): New.
17244         * combine.c (try_combine): Clean up, use double_int_* and
17245         immed_double_int_const functions.
17246
17247 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17248
17249         * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
17250         stderr to /dev/null instead of grep -q.
17251         * configure: Regenerate.
17252
17253 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
17254
17255         * Makefile.in (EXCEPT_H): Fix typo.
17256
17257 2010-05-25  Vladimir Makarov  <vmakarov@redhat.com>
17258
17259         * ira-build.c (update_conflict_hard_reg_costs): New.
17260         (ira_build): Call update_conflict_hard_reg_costs.
17261
17262 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
17263
17264         PR debug/41371
17265         * var-tracking.c (find_loc_in_1pdv): Guard asserts with
17266         ENABLE_CHECKING.
17267         (intersect_loc_chains): Walk the s2var's loc_chain together
17268         with s1node chain as long as the locations are equal, don't
17269         call find_loc_in_1pdv in that case.
17270
17271         PR debug/42801
17272         * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
17273         (copy_bind_expr): ... instead of here.
17274         (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
17275         if the block hasn't been remapped.
17276         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
17277         emitting concrete instance of abstract VLA, add DW_AT_type attribute.
17278
17279 2010-05-25  Richard Guenther  <rguenther@suse.de>
17280
17281         PR middle-end/44069
17282         * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
17283         out-of-bounds array accesses.
17284
17285 2010-05-25  Richard Guenther  <rguenther@suse.de>
17286
17287         * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
17288         (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
17289         (run_gcc): Re-organize to make cleanup easier.
17290
17291 2010-05-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17292
17293         * config/s390/s390.c (optimization_options): Fix and move the
17294         flag_prefetch_loop_arrays override ...
17295         (override_options): ... here.
17296
17297 2010-05-25  Joseph Myers  <joseph@codesourcery.com>
17298
17299         * diagnostic.c: Don't include plugin.h.
17300         (diagnostic_report_diagnostic): Don't handle plugins specially
17301         here.  Pass context to internal_error callback.
17302         * diagnostic.h (struct diagnostic_context): Add context parameter
17303         to internal_error callback.
17304         * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
17305         * plugin.h (struct diagnostic_context): Declare.
17306         (warn_if_plugins, plugins_internal_error_function): Declare.
17307         * toplev.c (general_init): Set global_dc->internal_error.
17308         * Makefile.in (diagnostic.o): Update dependencies.
17309
17310 2010-05-25  Iain Sandoe  <iains@gcc.gnu.org>
17311
17312         * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
17313         * config/rs6000/t-darwin64: New.
17314         * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
17315         build crt2.
17316
17317 2010-05-25  Christian Borntraeger  <borntraeger@de.ibm.com>
17318
17319         PR 44203
17320         * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
17321         match the original (and intended) behaviour before r159557.  This
17322         changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
17323         in two ways.
17324
17325 2010-05-25  Richard Guenther  <rguenther@suse.de>
17326
17327         * doc/invoke.texi: Document -Ofast.
17328         * target.h (struct gcc_target): Add handle_ofast.
17329         * target-def.h (TARGET_HANDLE_OFAST): Add.
17330         (TARGET_INITIALIZER): Adjust.
17331         * opts.c (decode_options): Handle -Ofast.  Enable -ffast-math with it.
17332         * common.opt (Ofast): Add.
17333
17334 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
17335
17336         * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
17337         * doc/md.texi (cstoreXX4): Update for cond-optab changes.
17338
17339 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
17340
17341         PR target/43610
17342         * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
17343         even if !FLOAT_LIB_COMPARE_RETURNS_BOOL.  Always compute true_rtx and
17344         false_rtx.  Use false_rtx to compute the correct *ptest for reversed
17345         comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
17346
17347 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
17348
17349         * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
17350         DW_OP_minus with negated offset instead of DW_OP_plus.
17351         (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
17352
17353 2010-05-25  Wei Guozhi  <carrot@google.com>
17354
17355         * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
17356         tst instruction and a new alternative.
17357         * config/arm/constraints.md (Pu): New constraint.
17358
17359 2010-05-24  Sebastian Pop  <sebastian.pop@amd.com>
17360
17361         * function.c (assign_stack_local_1): Initialize variable
17362         to avoid warning when bootstrapping at -O3.
17363
17364 2010-05-24  Steven Bosscher  <steven@gcc.gnu.org>
17365
17366         * configure.ac (all_lang_makefiles): Remove everything related to it.
17367         * configure: Regenerate.
17368         * Makefile.in: Fix reference to ada Make-lang.in.
17369         Remove support for LANG_MAKEFILES.
17370
17371 2010-05-24  Daniel Jacobowitz  <dan@codesourcery.com>
17372             Sandra Loosemore  <sandra@codesourcery.com>
17373
17374         * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
17375         * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
17376         description.  Add arm_neon_fp16_ok.
17377         (Add Options): Add arm_neon and arm_neon_fp16.
17378
17379 2010-05-24  Joseph Myers  <joseph@codesourcery.com>
17380
17381         * diagnostic.c: Don't include flags.h.
17382         (pedantic_warning_kind, permissive_error_kind): Take diagnostic
17383         context parameters.  Check flags in the context passed as a parameter.
17384         (diagnostic_build_prefix): Add context parameter.  Check
17385         show_column flag in context.
17386         (diagnostic_action_after_output): Check fatal_errors flag in context.
17387         (diagnostic_report_current_module): Check show_column flag in context.
17388         (default_diagnostic_starter): Update call to
17389         diagnostic_build_prefix.
17390         (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
17391         (emit_diagnostic): Pass context to permissive_error_kind.
17392         (permerror): Pass context to permissive_error_kind.
17393         * diagnostic.h (struct diagnostic_context): Add show_column,
17394         pedantic_errors, permissive and fatal_errors fields.
17395         (diagnostic_build_prefix): Update prototype.
17396         * langhooks.c
17397         * toplev.c (process_options): Set flags in global_dc from
17398         flag_show_column, flag_pedantic_errors, flag_permissive,
17399         flag_fatal_errors.
17400         * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
17401         to diagnostic_build_prefix.
17402         * Makefile.in (diagnostic.o): Update dependencies.
17403
17404 2010-05-24  H.J. Lu  <hongjiu.lu@intel.com>
17405
17406         * config/i386/ia32intrin.h (__crc32q): Define only if
17407         __SSE4_2__ is defined.
17408
17409 2010-05-24  Iain Sandoe  <iains@gcc.gnu.org>
17410
17411         PR target/44132
17412         PR middle-end/43602
17413         * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
17414         DECL_VISIBILITY_SPECIFIED.
17415         (emutls_decl): Set DECL_PRESERVE_P and copy
17416         DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
17417         (emutls_finalize_control_var): New callback.
17418         (emutls_finish): Finalize emutls control variables.
17419         * toplev.c (compile_file): Move the call to emutls_finish ()
17420         before varpool_assemble_pending_decls ().
17421
17422 2010-05-24  Daniel Gutson  <dgutson@codesourcery.com>
17423
17424         * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
17425         added to the preprocessor condition.
17426
17427 2010-05-24  Paul Brook  <paul@codesourcery.com>
17428
17429         * gengtype-lex.l: Add HARD_REG_SET.
17430         * expr.c (expand_expr_real_1): Record writes to hard registers.
17431         * function.c (rtl_data): Add asm_clobbers.
17432         * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
17433         (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
17434         Use crtl->asm_clobbers.
17435
17436 2010-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17437
17438         * doc/makefile.texi (Makefile): Mention stages 'profile'
17439         and 'feedback' for profiledbootstrap.
17440
17441 2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>
17442
17443         PR target/44245
17444         * config/i386/i386.c (def_builtin): Properly check
17445         OPTION_MASK_ISA_64BIT.
17446
17447 2010-05-23  Joseph Myers  <joseph@codesourcery.com>
17448
17449         * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
17450         typedefs with different but compatible types.  Allow duplicate
17451         typedefs with the same type except for pedantic non-C1X, but give
17452         warning for variably modified types.
17453         * c-typeck.c (tagged_types_tu_compatible_p,
17454         function_types_compatible_p, type_lists_compatible_p,
17455         comptypes_internal): Add parameter different_types_p; set
17456         *different_types_p for different but compatible types.  All
17457         callers changed.
17458         (comptypes_check_different_types): New.
17459         * c-tree.h (comptypes_check_different_types): Declare.
17460
17461 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
17462
17463         * regs.h: Do not include obstack.h, basic-block.h.  Include machmode.h.
17464         * jump.c: Include basic-block.h.
17465         * profile.c: Likewise.
17466         * tree-profile.c: Likewise.
17467         * coverage.c: Likewise.
17468         * basic-block.h (optimize_function_for_size_p): Move to function.h.
17469         (optimize_function_for_speed_p): Likewise.
17470         * function.h (optimize_function_for_size_p,
17471         optimize_function_for_speed_p): Moved here from basic-block.h.
17472         * Makefile.in: Update dependencies.
17473
17474 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17475
17476         * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
17477         before calling make; allow override through $MAKE.
17478         * doc/invoke.texi (Optimize Options): Document override.
17479
17480 2010-05-23  Anatoly Sokolov  <aesok@post.ru>
17481
17482         * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
17483         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
17484         (rs6000_mode_dependent_address_ptr): Make static.
17485         * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
17486         * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
17487         Remove.
17488
17489 2010-05-23  Maarten Lankhorst  <mlankhorst@codeweavers.com>
17490
17491         PR target/43869
17492         * config/i386/i386.c: Make sure that the correct regparm is passed.
17493
17494 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
17495
17496         * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
17497         * sbitmap.c: ...to here to internalize sbitmap element access.
17498         Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
17499         Explain why basic-block.h is included.
17500         * function.h: Include tm.h for CUMULATIVE_ARGS.
17501         * Makefile.in: Update dependencies.
17502
17503 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
17504
17505         * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
17506         New core types.
17507         * sbitmap.h (struct sbitmap_def): Do not typedef here.
17508         * sbitmap.c: Include sbitmap.h.
17509         * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
17510         hard-reg-set.h.  Split everything related to regsets out from here...
17511         * regset.h: ...to here.  New file.
17512         * df.h: Include regset.h and sbitmap.h.
17513         * tree-flow.h: Likewise.
17514         * cfgloop.h: Likewise.
17515         * except.h: Do not include sbitmap.h.  Include hashtab.h.
17516         * cgraph.h: Include vec.h and function.h.
17517         * reload.h (struct insn_chain): Change types of live_throughout
17518         and dead_or_set from regset_head to bitmap_head.
17519         (compute_use_by_pseudos): Be defined also if regset.h is not included.
17520         * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
17521         spilled_regs from regset_head to bitmap_head to avoid dependency
17522         in regset.h.
17523         * sel-sched-ir.h: Include regset.h.
17524         * reload.c: Include df.h before reload.h.
17525         * caller-save.c: Likewise.
17526         * reload1.c: Likewise.
17527         * ira.c: Likewise.
17528         (mark_elimination): Update type of r to bitmap, consistent with
17529         DF_LR_IN.
17530         * dominance.c: Include bitmap.h.
17531         * modulo-sched.c: Include df.h.
17532         * cfganal.c: Include bitmap.h and sbitmap.h.
17533         * cfgbuild.c: Include sbitmap.h.
17534         * lcm.c: Include sbitmap.h.
17535         * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
17536         * domwalk.c: Include sbitmap.h, exclude ggc.h.
17537         * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
17538         * cselib.c: Include bitmap.h.
17539         * tree-optimize.c: Include regset.h.
17540         * stmt.c: Include bitmap.h.
17541         * Makefile.in: Update dependencies.
17542
17543 2010-05-22  Jan Hubicka  <jh@suse.cz>
17544
17545         * cgraph.h (struct varpool_node): Add same_comdat_group.
17546         * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
17547         pointer.
17548         (output_varpool): Update call of lto_output_varpool_node.
17549         (input_varpool): Read same_comdat_group pointer.
17550         (input_varpool_1): Fixup same_comdat_group pointer.
17551         * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
17552         group is needed, all are.
17553         * varpool.c (varpool_remove_node): Remove node from same comdat group
17554         linklist too.
17555         (varpool_analyze_pending_decls): Walk same comdat groups.
17556
17557 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
17558
17559         * rtl.h (union rtunion_def): Remove rt_bit member.
17560         (XBITMAP, X0BITMAP, XCBITMAP): Remove.
17561         * print-rtl (print_rtx): Do not print the member.
17562         * gengtype.c (adjust_field_rtx_def): Do not handle it.
17563         * gengenrtl.c (type_from_format): Likewise.
17564         (accessor_from_format): Likewise.
17565
17566 2010-05-22  Joseph Myers  <joseph@codesourcery.com>
17567
17568         * dbgcnt.c: Include toplev.h instead of errors.h.
17569         * ira-emit.c: Don't include errors.h.
17570         * ira.c: Include toplev.h instead of errors.h.
17571         * lto-compress.c: Include toplev.h instead of errors.h.
17572         * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
17573         ira.o, dbgcnt.o): Update dependencies.
17574
17575 2010-05-22  Richard Guenther  <rguenther@suse.de>
17576
17577         * gimple.c (gimple_types_compatible_p): Check type qualifications
17578         before merging pointer to complete and pointer to incomplete type.
17579         * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
17580         we use our own resolution algorithm.  The gold linker plugin
17581         doesn't do the job we want it to do here.
17582
17583 2010-05-22  Anatoly Sokolov  <aesok@post.ru>
17584
17585         * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
17586         * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
17587         (sparc_mode_dependent_address_p): New function.
17588
17589 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
17590
17591         * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
17592
17593         * timevar.c: Do not include any core headers.
17594         (timevar_print): De-i18n-ize.
17595         (print_time): Likewise.
17596         * timevar.h (timevar_push, timevar_pop): Make inline functions.
17597
17598 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
17599
17600         * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
17601         langhooks-def.h.
17602         (diagnostic_initialize): Initialize x_data not last_function.
17603         (diagnostic_report_current_function): Move to tree-diagnostic.c.
17604         (default_diagnostic_starter): Call
17605         diagnostic_report_current_module not
17606         diagnostic_report_current_function.
17607         (diagnostic_report_diagnostic): Initialize x_data not
17608         abstract_origin.
17609         (verbatim): Likewise.
17610         * diagnostic.h (struct diagnostic_info): Change abstract_origin to
17611         x_data.
17612         (struct diagnostic_context): Change last_function to x_data.
17613         (diagnostic_auxiliary_data): Replace with
17614         diagnostic_context_auxiliary_data and
17615         diagnostic_info_auxiliary_data.
17616         (diagnostic_last_function_changed, diagnostic_set_last_function,
17617         diagnostic_report_current_function): Move to tree-diagnostic.h.
17618         (print_declaration, dump_generic_node, print_generic_stmt,
17619         print_generic_stmt_indented, print_generic_expr,
17620         print_generic_decl, debug_c_tree, dump_omp_clauses,
17621         print_call_name, debug_generic_expr, debug_generic_stmt,
17622         debug_tree_chain, default_tree_printer): Move to
17623         tree-pretty-print.h.
17624         (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
17625         print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
17626         gimple-pretty-print.h.
17627         * pretty-print.c: Don't include tree.h
17628         (pp_base_format): Don't handle %K here.
17629         (pp_base_tree_identifier): Move to tree-pretty-print.c.
17630         * pretty-print.h (text_info): Change abstract_origin to x_data.
17631         (pp_tree_identifier, pp_unsupported_tree,
17632         pp_base_tree_identifier): Move to tree-pretty-print.h.
17633         * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
17634         tree-pretty-print.h: New files.
17635         * tree-pretty-print.c: Include tree-pretty-print.h.
17636         (percent_K_format): New.  Moved from pretty-print.c.
17637         (pp_base_tree_identifier): Move from pretty-print.c.
17638         * c-objc-common.c: Include tree-pretty-print.h.
17639         (c_tree_printer): Handle %K here.
17640         * langhooks.c: Include tree-diagnostic.h.
17641         (lhd_print_error_function): Use diagnostic_abstract_origin macro.
17642         * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
17643         (default_tree_printer): Handle %K using percent_K_format.
17644         (general_init): Use default_tree_diagnostic_starter.
17645         * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
17646         (free_lang_data): Use default_tree_diagnostic_starter.
17647         * c-pretty-print.c: Include tree-pretty-print.h.
17648         * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
17649         * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
17650         * dwarf2out.c: Include tree-pretty-print.h.
17651         * except.c: Include tree-pretty-print.h.
17652         * gimple-pretty-print.c: Include tree-pretty-print.h and
17653         gimple-pretty-print.h.
17654         * gimplify.c: Include tree-pretty-print.h.
17655         * graphite-poly.c: Include tree-pretty-print.h and
17656         gimple-pretty-print.h.
17657         * ipa-cp.c: Include tree-pretty-print.h.
17658         * ipa-inline.c: Include gimple-pretty-print.h.
17659         * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
17660         * ipa-pure-const.c: Include gimple-pretty-print.h.
17661         * ipa-struct-reorg.c: Include tree-pretty-print.h and
17662         gimple-pretty-print.h.
17663         * ipa-type-escape.c: Include tree-pretty-print.h.
17664         * print-rtl.c: Include tree-pretty-print.h.
17665         * print-tree.c: Include gimple-pretty-print.h.
17666         * sese.c: Include tree-pretty-print.h.
17667         * tree-affine.c: Include tree-pretty-print.h.
17668         * tree-browser.c: Include tree-pretty-print.h.
17669         * tree-call-cdce.c: Include gimple-pretty-print.h.
17670         * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
17671         * tree-chrec.c: Include tree-pretty-print.h.
17672         * tree-data-ref.c: Include tree-pretty-print.h and
17673         gimple-pretty-print.h.
17674         * tree-dfa.c: Include tree-pretty-print.h.
17675         * tree-if-conv.c: Include tree-pretty-print.h and
17676         gimple-pretty-print.h.
17677         * tree-inline.c: Include tree-pretty-print.h.
17678         * tree-into-ssa.c: Include tree-pretty-print.h and
17679         gimple-pretty-print.h.
17680         * tree-nrv.c: Include tree-pretty-print.h.
17681         * tree-object-size.c: Include tree-pretty-print.h and
17682         gimple-pretty-print.h.
17683         * tree-outof-ssa.c: Include tree-pretty-print.h and
17684         gimple-pretty-print.h.
17685         * tree-parloops.c: Include tree-pretty-print.h and
17686         gimple-pretty-print.h.
17687         * tree-predcom.c: Include tree-pretty-print.h and
17688         gimple-pretty-print.h.
17689         * tree-scalar-evolution.c: Include tree-pretty-print.h and
17690         gimple-pretty-print.h.
17691         * tree-sra.c: Include tree-pretty-print.h.
17692         * tree-ssa-address.c: Include tree-pretty-print.h.
17693         * tree-ssa-alias.c: Include tree-pretty-print.h.
17694         * tree-ssa-ccp.c: Include tree-pretty-print.h and
17695         gimple-pretty-print.h.
17696         * tree-ssa-coalesce.c: Include tree-pretty-print.h.
17697         * tree-ssa-copy.c: Include tree-pretty-print.h and
17698         gimple-pretty-print.h.
17699         * tree-ssa-copyrename.c: Include tree-pretty-print.h.
17700         * tree-ssa-dce.c: Include tree-pretty-print.h and
17701         gimple-pretty-print.h.
17702         * tree-ssa-dom.c: Include tree-pretty-print.h and
17703         gimple-pretty-print.h.
17704         * tree-ssa-dse.c: Include gimple-pretty-print.h.
17705         * tree-ssa-forwprop.c: Include tree-pretty-print.h.
17706         * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
17707         * tree-ssa-live.c: Include tree-pretty-print.h and
17708         gimple-pretty-print.h.
17709         * tree-ssa-loop-im.c: Include tree-pretty-print.h and
17710         gimple-pretty-print.h.
17711         * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
17712         gimple-pretty-print.h.
17713         * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
17714         gimple-pretty-print.h.
17715         * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
17716         gimple-pretty-print.h.
17717         * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
17718         * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
17719         * tree-ssa-operands.c: Include tree-pretty-print.h and
17720         gimple-pretty-print.h.
17721         * tree-ssa-phiprop.c: Include tree-pretty-print.h and
17722         gimple-pretty-print.h.
17723         * tree-ssa-pre.c: Include tree-pretty-print.h and
17724         gimple-pretty-print.h.
17725         * tree-ssa-propagate.c: Include gimple-pretty-print.h.
17726         * tree-ssa-reassoc.c: Include tree-pretty-print.h and
17727         gimple-pretty-print.h.
17728         * tree-ssa-sccvn.c: Include tree-pretty-print.h and
17729         gimple-pretty-print.h.
17730         * tree-ssa-sink.c: Include gimple-pretty-print.h.
17731         * tree-ssa-ter.c: Include tree-pretty-print.h and
17732         gimple-pretty-print.h.
17733         * tree-ssa-uninit.c: Include gimple-pretty-print.h.
17734         * tree-ssa.c: Include tree-pretty-print.h and
17735         gimple-pretty-print.h.
17736         * tree-stdarg.c: Include gimple-pretty-print.h.
17737         * tree-switch-conversion.c: Include gimple-pretty-print.h.
17738         * tree-tailcall.c: Include tree-pretty-print.h and
17739         gimple-pretty-print.h.
17740         * tree-vect-data-refs.c: Include tree-pretty-print.h and
17741         gimple-pretty-print.h.
17742         * tree-vect-loop-manip.c: Include tree-pretty-print.h and
17743         gimple-pretty-print.h.
17744         * tree-vect-loop.c: Include tree-pretty-print.h and
17745         gimple-pretty-print.h.
17746         * tree-vect-patterns.c: Include gimple-pretty-print.h.
17747         * tree-vect-slp.c: Include tree-pretty-print.h and
17748         gimple-pretty-print.h.
17749         * tree-vect-stmts.c: Include tree-pretty-print.h and
17750         gimple-pretty-print.h.
17751         * tree-vectorizer.c: Include tree-pretty-print.h.
17752         * tree-vrp.c: Include tree-pretty-print.h and
17753         gimple-pretty-print.h.
17754         * value-prof.c: Include tree-pretty-print.h and
17755         gimple-pretty-print.h.
17756         * var-tracking.c: Include tree-pretty-print.h.
17757         * Makefile.in (OBJS-common): Add tree-diagnostic.o.
17758         (tree-diagnostic.o): New dependencies.
17759         (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
17760         tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
17761         tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
17762         tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
17763         tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
17764         tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
17765         tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
17766         tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
17767         tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
17768         tree-ssa-address.o, tree-ssa-loop-niter.o,
17769         tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
17770         tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
17771         tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
17772         gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
17773         tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
17774         tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
17775         tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
17776         tree-parloops.o, tree-stdarg.o, tree-object-size.o,
17777         gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
17778         toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
17779         ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
17780         ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
17781         tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
17782         tree-switch-conversion.o, var-tracking.o, value-prof.o,
17783         cfgexpand.o, pretty-print.o): Update dependencies.
17784
17785 2010-05-22  Andreas Tobler  <andreast@fgznet.ch>
17786
17787         * tree-ssa-structalias.c: Remove tm_p.h from include.
17788
17789 2010-05-21  Jeff Law  <law@redhat.com>
17790
17791         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
17792
17793 2010-05-21  Jason Merrill  <jason@redhat.com>
17794
17795         * tree-eh.c (cleanup_is_dead_in): New.
17796         (lower_try_finally): Don't generate a dead cleanup region.
17797         (lower_cleanup): Likewise.
17798
17799 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
17800
17801         PR debug/44223
17802         * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
17803         unchain each use from the cyclic next_regno_use chain first.
17804
17805 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
17806
17807         * real: Do not include gmp.h, mpfr.h, and mpc.h.
17808         (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
17809         (real_value_negate, real_value_abs): New prototypes.
17810         (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
17811         * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
17812         new include file for interface between MPFR and REAL_VALUE_TYPE.
17813         * real.c: Include realmpfr.h.
17814         (real_arithmetic2): Remove legacy function.
17815         (real_value_negate): New.
17816         (real_value_abs): New.
17817         (mfpr_from_real, real_from_mpfr): Move from here...
17818         * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
17819         * builtins.c: Include realmpfr.h.
17820         * fold-const.c: Include realmpfr.h.
17821         (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
17822         (fold_negate_const): Likewise.
17823         (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
17824         * toplev.c: Include realmpfr.h.
17825         * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
17826         and real_value_negate.
17827         * fixed-value.c (check_real_for_fixed_mode): Likewise.
17828         * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
17829         (vfp3_const_double_index): Likewise.
17830         (arm_print_operand): Likewise.
17831         * Makefile.in: Update dependencies.
17832
17833 2010-05-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17834
17835         * config/s390/s390.c (override_options): Increase the default
17836         of max-completely-peel-times.
17837
17838 2010-05-21  Julian Brown  <julian@codesourcery.com>
17839             Mark Mitchell  <mark@codesourcery.com>
17840
17841         * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
17842         sibling calls for Thumb-1.
17843         * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
17844         * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
17845         Thumb-2.
17846         (*call_insn, *call_value_insn): Don't use for Thumb-2.
17847         (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
17848         for Thumb-2.
17849         (return): New expander.
17850         (*arm_return): New name for ARM return insn.
17851         * config/arm/thumb2.md (*thumb2_return): New insn pattern.
17852
17853 2010-05-19  Joel Sherrill  <joel.sherrill@oarcorp.com>
17854
17855         * config.gcc (sparc64-*-rtems*): New target.
17856
17857 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
17858
17859         * tree.c (build_function_decl_skip_args): Fix grammar.
17860         (build_function_type_list_1): Fix typos, adjust formatting.
17861
17862 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
17863
17864         * tree.h: Include real.h and fixed-value.h as basic datatypes.
17865         * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
17866         tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
17867         tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
17868         tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
17869         genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
17870         tree-pretty-print.c, tree-loop-distribution.c,
17871         tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
17872         tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
17873         tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
17874         tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
17875         tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
17876         tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
17877         tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
17878         tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
17879         tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
17880         tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
17881         genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
17882         tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
17883         gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
17884         tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
17885         tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
17886         store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
17887         tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
17888         tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
17889         tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
17890         tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
17891         fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
17892         tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
17893         config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
17894         config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
17895         config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
17896         config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
17897         config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
17898         config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
17899         config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
17900         config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
17901         config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
17902         config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
17903         config/score/score7.c, config/score/score.c, config/arm/arm.c,
17904         config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
17905         config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
17906         config/bfin/bfin.c: Clean up redundant includes.
17907         * Makefile.in: Update accordingly.
17908
17909 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
17910
17911         PR middle-end/44204
17912         * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
17913         statement has no arguments.
17914
17915 2010-05-21  Kai Tietz  <kai.tietz@onevision.com>
17916
17917         PR/44139
17918         * varasm.c (emutls_decl): Merge attributes to new decl.
17919
17920 2010-05-21  Eric Botcazou  <ebotcazou@adacore.com>
17921
17922         PR middle-end/44101
17923         * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
17924         around the uniquized constructor if its type requires a conversion.
17925
17926 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
17927
17928         PR debug/44205
17929         * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
17930         at -O0 goto_locus of any of the incoming edges differs from
17931         goto_locus of outgoing edge, or gimple_location of any of the
17932         labels differs.
17933
17934 2009-09-14  Vladimir Makarov  <vmakarov@redhat.com>
17935
17936         * ira.c (ira_non_ordered_class_hard_regs): Define.
17937         (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
17938         * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
17939         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
17940         cost of unaligned hard regs when allocating multi-reg pseudos.
17941
17942 2010-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
17943
17944         * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
17945         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
17946         for TARGET_NO_FLOAT.
17947         * config/mips/mips.c (mips_file_start): Expand conditional expression
17948         into "if" statements.  Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
17949         (mips_override_options): Move -mno-float override -msoft-float and
17950         -mhard-float.
17951         * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
17952         Condition(TARGET_SUPPORTS_NO_FLOAT).
17953         * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
17954         __mips_no_float here.
17955         (SUBTARGET_OVERRIDE_OPTIONS): Delete.
17956         (TARGET_SUPPORTS_NO_FLOAT): Define.
17957         * config/mips/sdemtk.opt: Delete.
17958
17959 2010-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
17960
17961         * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
17962
17963 2010-05-20  Uros Bizjak  <ubizjak@gmail.com>
17964
17965         PR target/43733
17966         * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
17967         * configure: Regenerate.
17968         * config.in: Regenerate.
17969         * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
17970         instead of sahf only for 64bit targets.
17971
17972 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
17973
17974         PR debug/44178
17975         * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
17976         setup_ref_regs for DEBUG_INSNs.
17977
17978 2010-05-20  Jan Hubicka  <jh@suse.cz>
17979
17980         PR middle-end/44197
17981         * varpool.c (varpool_remove_node): Handle in-varpool aliases.
17982
17983 2010-05-20  Kenneth Zadeck  <zadeck@naturalbridge.com>
17984
17985         PR bootstrap/43870
17986         * df-scan.c (df_ref_compare): Stabilize sort.
17987
17988 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
17989
17990         * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
17991         argument.  Don't use DW_OP_piece if offset is non-zero,
17992         put offset into second DW_OP_bit_piece argument.
17993         (dw_sra_loc_expr): Adjust callers.  For memory expressions
17994         compute offset.
17995
17996 2010-05-20  Hans-Peter Nilsson  <hp@axis.com>
17997
17998         PR target/44202
17999         * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
18000         settings for 16-bit-constant "addo" alternative.
18001
18002 2010-05-19  James E. Wilson  <wilson@codesourcery.com>
18003
18004         * config/mips/mips-dsp.md (add<DSPV:mode>3,
18005         mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
18006
18007         PR target/43764
18008         * mips.c (mips_call_expr_from_insn): New arg second_call.  Set it.
18009         (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
18010         Use it.
18011
18012 2010-05-19  Joseph Myers  <joseph@codesourcery.com>
18013
18014         * diagnostic.c (FLOAT, FFS): Don't undefine.
18015         * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
18016         * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
18017         include ordering.
18018
18019 2010-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
18020
18021         * combine.c (propagate_for_debug): Call make_compound_operation
18022         on the source value.
18023         (try_combine): When implementing a split chosen by find_split_point,
18024         either copy i2src or set it to null.  Assert that i2src is not null
18025         before substituting into CALL_INSN_FUNCTION_USAGE.
18026
18027 2010-05-19  Anatoly Sokolov  <aesok@post.ru>
18028
18029         * double-int.h (double_int_ior): New function.
18030         * tree.h (build_int_cst_wide_type): Remove.
18031         * tree.c (build_int_cst_wide_type): Remove.
18032         * fold-const.c (native_interpret_int): Use double_int_to_tree instead
18033         of build_int_cst_wide_type.
18034         * stor-layout.c (set_sizetype): (Ditto.).
18035         * dojump.c (do_jump): Use build_int_cstu instead of
18036         build_int_cst_wide_type.
18037
18038 2010-05-19  Eric Botcazou  <ebotcazou@adacore.com>
18039
18040         * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
18041         * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
18042         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
18043         * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
18044         TARGET_EXPR nodes, but only once, if instructed to do so.  Do not
18045         propagate the 'data' argument to copy_tree_r.
18046         (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
18047         Propagate 'data' argument to walk_tree.
18048         (copy_if_shared): New function.
18049         (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
18050         (unmark_visited): New function.
18051         (unshare_body): Call copy_if_shared instead of doing it manually.
18052         (unvisit_body): Call unmark_visited instead of doing it manually.
18053
18054 2010-05-19  Nathan Froyd  <froydnj@codesourcery.com>
18055
18056         * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
18057         (hook_tree_tree_int_treep_bool_null): ...this.  Update signature.
18058         * hooks.c: Likewise.
18059         * target-def.h (TARGET_FOLD_BUILTIN): Define to
18060         hook_tree_tree_int_treep_bool_null.
18061         * target.h (struct gcc_target): Update signature of fold_builtin
18062         field.
18063         * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
18064         * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
18065         instead of the call expression.
18066         (fold_builtin_call_array): Pass n and argarray directly.
18067         (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
18068         consing a list.
18069         * config/alpha/alpha.c (alpha_fold_builtin): Update signature.  Lift
18070         MAX_ARGS check out of the loop.  Delete declaration of `arity', declare
18071         `i' and use it in place of `arity'.
18072         * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
18073         Dereference `args' directly.
18074         * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
18075
18076 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18077
18078         * doc/sourcebuild.texi (Effective-Target Keywords): Document
18079         3dnow, sse3, sse2.
18080         (Directives): Document optional dg-require-effective-target
18081         selector.
18082
18083 2010-05-19  Richard Guenther  <rguenther@suse.de>
18084
18085         PR lto/44196
18086         * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
18087
18088 2010-05-19  Richard Guenther  <rguenther@suse.de>
18089
18090         * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
18091         * common.opt (fwhopr=): New.
18092         * opts.c (common_handle_option): Handle OPT_fwhopr.
18093         * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
18094         * collect2.c (main): Match -fwhopr*.
18095         * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
18096         Execute ltrans stage in parallel when jobs is bigger than 1.
18097
18098 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18099
18100         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
18101         pentiumpro on Solaris 8/x86 with Sun as.
18102         * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
18103         hidden alias bug.
18104         (gcc_cv_as_ix86_quad): Check for .quad directive.
18105         * configure: Regenerate.
18106         * config.in: Regenerate.
18107         * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
18108
18109 2010-05-19  Martin Jambor  <mjambor@suse.cz>
18110
18111         * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
18112         also for indirect edges.  Actual printing moved...
18113         (ipa_print_node_jump_functions_for_edge): ...here.
18114         (ipa_compute_jump_functions): Renamed to
18115         ipa_compute_jump_functions_for_edge and made static.
18116         (ipa_compute_jump_functions): New function.
18117         (make_edge_direct_to_target): Check if the number of arguments on
18118         the newly direct edge is the same as the number of parametrs of
18119         the callee.
18120         * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
18121         ipa_compute_jump_functions.  Call ipa_analyze_params_uses.
18122         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
18123         analysis functions unconditionally, call the new
18124         ipa_analyze_params_uses on the node instead of every edge.
18125
18126 2010-05-19  Christian Borntraeger  <borntraeger@de.ibm.com>
18127
18128         * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
18129         to tree.
18130         (dump_mem_ref): Adopt debug code to handle a tree as step.  This
18131         also checks for a constant int vs.  non-constant but
18132         loop-invariant steps.
18133         (find_or_create_group): Change the sort algorithm to only consider
18134         steps that are constant ints.
18135         (idx_analyze_ref): Adopt code to handle a tree instead of a
18136         HOST_WIDE_INT for step.
18137         (gather_memory_references_ref): Handle tree instead of int and be
18138         prepared to see a NULL_TREE.
18139         (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
18140         prefetches if the step cannot be calculated at compile time.
18141         (issue_prefetch_ref): Issue prefetches for non-constant but
18142         loop-invariant steps.
18143
18144 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
18145
18146         Revert:
18147         2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
18148
18149         * tree.h (build_call_list): Remove.
18150         * tree.c (build_call_list): Remove.
18151
18152 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
18153
18154         * tree.h (build_call_list): Remove.
18155         * tree.c (build_call_list): Remove.
18156
18157 2010-05-18  Jan Hubicka  <jh@suse.cz>
18158
18159         * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
18160
18161 2010-05-18  Vladimir Makarov  <vmakarov@redhat.com>
18162
18163         PR rtl-optimization/43332
18164         * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
18165
18166 2010-05-18  Anatoly Sokolov  <aesok@post.ru>
18167
18168         * tree.h (build_int_cstu): Implement as static inline.
18169         * tree.c (build_int_cstu): Remove function.
18170         (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
18171         sign extended.
18172
18173 2010-05-18  Richard Guenther  <rguenther@suse.de>
18174
18175         PR lto/44143
18176         * lto-wrapper.c (verbose): New variable.  Initialize from -v.
18177         (debug): Initialize from -save-temps.
18178         (collect_execute): Print command-line when verbose.
18179         (run_gcc): Always use COLLECT_GCC_OPTIONS.  Use fork_execute
18180         for ltrans invocation.  Produce -dumpbase flag again.
18181         (process_args): Remove.
18182         (main): Simplify.
18183         * collect2.c (maybe_run_lto_and_relink): Only pass object
18184         files to lto-wrapper.
18185         * gcc.c (LINK_COMMAND_SPEC): Likewise.
18186
18187 2010-05-18  Jan Hubicka  <jh@suse.cz>
18188
18189         * opts.c (decode_options): Do not disable whopr at ipa_cp.
18190         * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
18191
18192 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
18193
18194         PR lto/44184
18195         * lto-streamer-out.c (output_gimple_stmt): Output number of labels
18196         in a GIMPLE_ASM.
18197         * lto-streamer-in.c (input_gimple_stmt): Read number of labels
18198         in a GIMPLE_ASM.
18199
18200 2010-05-18  Jakub Jelinek  <jakub@redhat.com>
18201
18202         PR debug/41371
18203         * var-tracking.c (find_loc_in_1pdv): Add a few checks from
18204         rtx_equal_p inline.
18205
18206 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
18207
18208         * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
18209         lto-macho as lto_binary_reader.
18210
18211         * darwin.c (darwin_asm_named_section): Do not add assembler comment
18212         after .section directive; just print it before the directive instead.
18213
18214 2010-05-17  Jan Hubicka  <jh@suse.cz>
18215
18216         * cgraph.c (cgraph_create_virtual_clone): Only check
18217         versionable_function_p when not in wpa and checking is enabled.
18218         * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
18219         there are no more functions to materialize.
18220
18221 2010-05-17  Jan Hubicka  <jh@suse.cz>
18222
18223         * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
18224         * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
18225         New functions.
18226         (output_cgraph): Call output_cgraph_opt_summary.
18227         (input_cgrpah): Call input_cgraph_opt_summary.
18228         (output_cgraph_opt_summary_p, output_node_opt_summary,
18229         input_node_opt_summary, input_cgraph_opt_section): New functions.
18230         * lto-section-in.c (lto_section_name): Add cgraphopt.
18231         * tree-inline.c (tree_function_versioning): Handle parm_num.
18232         * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
18233         * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
18234
18235 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
18236
18237         * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
18238         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
18239         the insn to prefetch ratio heuristic to loops with known trip count.
18240
18241 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
18242
18243         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
18244         (schedule_prefetches): Do not generate a prefetch if the unroll factor
18245         is far from what is required by the prefetch.
18246
18247 2010-05-17  Jan Hubicka  <jh@suse.cz>
18248
18249         * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
18250         (ipcp_estimate_growth): Likewise.
18251         (ipcp_const_param_count): Likewise.
18252         (ipcp_insert_stage): Likewise.
18253         * ipa-prop.c (visit_load_for_mod_analysis): New function.
18254         (visit_store_addr_for_mod_analysis): Set used flag.
18255         (ipa_detect_param_modifications): Set used flag for SSE params;
18256         update use of walk_stmt_load_store_addr_ops.
18257         (ipa_print_node_params): Print used flag.
18258         (ipa_write_node_info): Stream used flag.
18259         (ipa_read_node_info): Likewise.
18260         * ipa-prop.h (struct ipa_param_descriptor): Add used field.
18261         (ipa_is_param_used): New function.
18262         (lto_ipa_fixup_call_notes): Remove unused declaration.
18263
18264 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18265
18266         PR target/44074
18267         * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
18268         * configure: Regenerate.
18269         * config.in: Regenerate.
18270         * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
18271         !HAVE_AS_IX86_REP_LOCK_PREFIX.
18272         Don't emit whitespace.
18273         * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
18274         (*rep_movsi): Likewise.
18275         (*rep_movsi_rex64): Likewise.
18276         (*rep_movqi): Likewise.
18277         (*rep_movqi_rex64): Likewise.
18278         (*rep_stosdi_rex64): Likewise.
18279         (*rep_stossi): Likewise.
18280         (*rep_stossi_rex64): Likewise.
18281         (*rep_stosqi): Likewise.
18282         (*rep_stosqi_rex64): Likewise.
18283         (*cmpstrnqi_nz_1): Use {%;} after repz.
18284         (*cmpstrnqi_nz_rex_1): Likewise.
18285         (*cmpstrnqi_1): Likewise.
18286         (*cmpstrnqi_rex_1): Likewise.
18287         (*strlenqi_1): Use {%;} after repnz.
18288         (*strlenqi_rex_1): Likewise.
18289         * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
18290         (*sync_compare_and_swap<mode>): Likewise.
18291         (sync_double_compare_and_swap<mode>): Likewise.
18292         (*sync_double_compare_and_swapdi_pic): Likewise.
18293         (sync_old_add<mode>): Likewise.
18294         (sync_add<mode>): Likewise.
18295         (sync_sub<mode>): Likewise.
18296         (sync_<code><mode>): Likewise.
18297
18298 2010-05-17  Martin Jambor  <mjambor@suse.cz>
18299
18300         * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
18301         otr_token and polymorphic.
18302         * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
18303         (cgraph_clone_edge): Copy the above fields.
18304         * tree.c (get_binfo_at_offset): New function.
18305         * tree.h (get_binfo_at_offset): Declare.
18306         * ipa-prop.h (enum jump_func_type): Added known_type jump function
18307         type, reordered items, updated comments.
18308         (union jump_func_value): Added base_type field, reordered fields.
18309         (enum ipa_lattice_type): Moved down in the file.
18310         (struct ipa_param_descriptor): New field polymorphic.
18311         (ipa_is_param_polymorphic): New function.
18312         * ipa-prop.c: Include gimple.h and gimple-fold.h.
18313         (ipa_print_node_jump_functions): Print known type jump functions.
18314         (compute_complex_pass_through): Renamed to...
18315         (compute_complex_assign_jump_func): this.
18316         (compute_complex_ancestor_jump_func): New function.
18317         (compute_known_type_jump_func): Likewise.
18318         (compute_scalar_jump_functions): Create known type and complex ancestor
18319         jump functions.
18320         (ipa_note_param_call): New parameter polymorphic, set the corresponding
18321         flag in the call note accordingly.
18322         (ipa_analyze_call_uses): Renamed to...
18323         (ipa_analyze_indirect_call_uses): this.  New parameter target, define
18324         variable var only in the block where it is used.
18325         (ipa_analyze_virtual_call_uses): New function.
18326         (ipa_analyze_call_uses): Likewise.
18327         (combine_known_type_and_ancestor_jfs): Likewise.
18328         (update_jump_functions_after_inlining): Implemented handling of a
18329         number of new jump function types combination.
18330         (print_edge_addition_message): Removed.
18331         (make_edge_direct_to_target): New function.
18332         (try_make_edge_direct_simple_call): Likewise.
18333         (try_make_edge_direct_virtual_call): Likewise.
18334         (update_call_notes_after_inlining): Renamed to...
18335         (update_indirect_edges_after_inlining): this.  Moved edge creation for
18336         indirect calls to try_make_edge_direct_simple_call, also calls
18337         try_make_edge_direct_virtual_call for virtual calls.
18338         (ipa_print_node_params): Changed the header message.
18339         (ipa_write_jump_function): Stream also known type jump functions.
18340         (ipa_read_jump_function): Likewise.
18341         (ipa_write_indirect_edge_info): Stream new fields in
18342         cgraph_indirect_call_info.
18343         (ipa_read_indirect_edge_info): Likewise.
18344         * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
18345         GIMPLE_FOLD_H.
18346
18347 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18348
18349         * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
18350
18351 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
18352
18353         * tree.h (CALL_EXPR_ARGS): Delete.
18354         (call_expr_arglist): Delete.
18355         * tree.c (call_expr_arglist): Delete.
18356         * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
18357         targetm.fold_builtin.
18358         * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
18359         Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
18360         * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
18361         arglist parameter.  Use CALL_EXPR_ARG.
18362         (picochip_expand_builtin_3op): Likewise.
18363         (picochip_expand_builtin_2opvoid): Likewise.
18364         (picochip_expand_array_get): Likewise.
18365         (picochip_expand_array_put): Likewise.
18366         (picochip_expand_array_testport): Likewise.
18367         (picochip_expand_builtin): Don't call CALL_EXPR_ARGS.  Pass exp
18368         rather than arglist.
18369         * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
18370         CALL_EXPR_ARGS.
18371         * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
18372         than TREE_VALUE and TREE_CHAIN.
18373         * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
18374         * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
18375         the arglist.
18376
18377 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
18378
18379         PR bootstrap/42347
18380         * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
18381         to have no fallthru edge.
18382
18383         PR middle-end/44102
18384         * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
18385         bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
18386         mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
18387         add BARRIER after previous bb if needed.
18388
18389 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
18390
18391         * tree.c (build_function_type_list_1): Remove bogus assert condition.
18392
18393 2010-05-17  Alan Modra  <amodra@gmail.com>
18394
18395         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
18396         unnecessary prototype.  Replace copy_r12 and copy_r11 flag params
18397         with copy_reg rtx param.
18398         (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
18399         Correct cases where code for ABI_V4 did not initialise the reg
18400         used to access frame.  Also leave frame_reg_rtx as sp for large
18401         frames that save no regs.
18402
18403 2010-05-17  Martin Jambor  <mjambor@suse.cz>
18404
18405         PR middle-end/44133
18406         * tree-sra.c (create_access_replacement): New parameter rename, mark
18407         the replaement for renaming only when it is true.
18408         (get_access_replacement): Pass true in the rename parameter of
18409         create_access_replacement.
18410         (get_unrenamed_access_replacement): New function.
18411         (replace_uses_with_default_def_ssa_name): New parameter racc, get the
18412         replacement declaration from it.
18413
18414 2010-05-17  Bernd Schmidt  <bernds@codesourcery.com>
18415
18416         * function.c (try_fit_stack_local, add_frame_space): New static
18417         functions.
18418         (assign_stack_local_1): Use them.  Look for opportunities to use
18419         space previously wasted on alignment.
18420         * function.h (struct frame_space): New.
18421         (struct rtl_data): Add FRAME_SPACE_LIST member.
18422         * reload1.c (something_was_spilled): New static variable.
18423         (alter_reg): Set it.
18424         (reload): Test it in addition to testing if the frame size changed.
18425
18426 2010-05-17  Christian Borntraeger  <borntraeger@de.ibm.com>
18427
18428         * config/s390/s390.c: Define sane prefetch settings and activate
18429         flag_prefetch_loop_arrays on -O3.
18430         * config/s390/s390.h: Declare that read can use write prefetch.
18431
18432 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
18433
18434         * lto-streamer-out.c (lto_output): Fix --enable-checking=release
18435         build.
18436
18437 2010-05-16  Jan Hubicka  <jh@suse.cz>
18438
18439         * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
18440         function body; do not check stdarg field of struct function.
18441
18442 2010-05-16  Jan Hubicka  <jh@suse.cz>
18443
18444         * cgraph.c (dump_cgraph_node): Dump versionable flag.
18445         * cgraph.h (cgraph_local_info): Add versionable flag.
18446         * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
18447         (ipcp_versionable_function_p): Use it.
18448         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
18449         versionable flag.
18450
18451 2010-05-16  Jan Hubicka  <jh@suse.cz>
18452
18453         * cgraph.c (cgraph_clone_node): Take decl argument and insert
18454         clone into hash when it is different from orig.
18455         (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
18456         * cgraph.h (cgraph_clone_node): Update prototype.
18457         * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
18458         (lto_cgraph_encoder_delete): Delete body map.
18459         (lto_cgraph_encoder_size): Move to header.
18460         (lto_cgraph_encoder_encode_body_p,
18461         lto_set_cgraph_encoder_encode_body): New.
18462         (lto_output_node): Do not take written_decls argument; output clone_of
18463         pointer.
18464         (add_node_to): Add include_body_argument; call
18465         lto_set_cgraph_encoder_encode_body on master of the clone.
18466         (add_references): Update use of add_node_to.
18467         (compute_ltrans_boundary): Likewise.
18468         (output_cgraph): Do not create written_decls bitmap.
18469         (input_node): Take nodes argument; stream in clone_of correctly.
18470         (input_cgraph_1): Update use of input_node.
18471         * lto-streamer-out.c (lto_output): Use encoder info to decide
18472         what bodies to output.
18473         * ipa-inline.c (cgraph_clone_inlined_nodes,
18474         cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
18475         * lto-streamer.h (lto_cgraph_encoder_d): Add body.
18476         (lto_cgraph_encoder_size): Define here.
18477         (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
18478         Declare.
18479
18480 2010-05-16  Richard Guenther  <rguenther@suse.de>
18481
18482         * doc/invoke.texi (-fipa-struct-reorg): Do not mention
18483         -fipa-type-escape.
18484         * ipa-type-escape.c (gate_type_escape_vars): Run when
18485         -fipa-struct-reorg runs.
18486         * opts.c (decode_options): Do not unset flag_ipa_type_escape.
18487         * common.opt (fipa-type-escape): Remove.
18488
18489 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
18490
18491         * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
18492         (decode_options): Likewise.
18493         * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
18494
18495 2010-05-16  Jan Hubicka  <jh@suse.cz>
18496
18497         * ipa.c (function_and_variable_visibility): Also bring local all
18498         aliases.
18499
18500 2010-05-16  Richard Guenther  <rguenther@suse.de>
18501
18502         * alias.c (nonoverlapping_memrefs_p): Remove use of
18503         IPA type-escape information.
18504
18505 2010-05-16  Joseph Myers  <joseph@codesourcery.com>
18506
18507         * c-common.c (c_common_reswords): Add _Static_assert for C.
18508         * c-parser.c (c_token_starts_declaration,
18509         c_parser_next_token_starts_declaration,
18510         c_parser_static_assert_declaration_no_semi,
18511         c_parser_static_assert_declaration): New.
18512         (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
18513         Handle static assertions if static_assert_ok.
18514         (c_parser_external_declaration, c_parser_declaration_or_fndef,
18515         c_parser_compound_statement_nostart, c_parser_label,
18516         c_parser_for_statement, c_parser_objc_methodprotolist,
18517         c_parser_omp_for_loop): All callers of
18518         c_parser_declaration_or_fndef changed.
18519         (c_parser_struct_declaration): Handle static assertions.
18520         (c_parser_compound_statement_nostart): Use
18521         c_parser_next_token_starts_declaration and
18522         c_token_starts_declaration to detect start of declarations.
18523         (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
18524         Likewise.
18525
18526 2010-05-16  Anatoly Sokolov  <aesok@post.ru>
18527
18528         * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
18529         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
18530         * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
18531         TARGET_FUNCTION_VALUE_REGNO_P): Define.
18532         (mmix_function_outgoing_value): Rename to...
18533         (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
18534         (mmix_function_value_regno_p): Make static.
18535         (mmix_libcall_value): New function.
18536         * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
18537         mmix_function_value_regno_p): Remove declaration.
18538
18539 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
18540
18541         * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
18542         BUILT_IN_ALLOCA if stack checking is enabled.
18543
18544 2010-05-16  Richard Guenther  <rguenther@suse.de>
18545
18546         * var-tracking.c (vars_copy_1): Inline ...
18547         (vars_copy): ... here.  Use FOR_EACH_HTAB_ELEMENT.
18548         (variable_union): Use FOR_EACH_HTAB_ELEMENT.  Merge asserts.
18549         (variable_merge_over_cur): Adjust.  Merge asserts.
18550         (variable_merge_over_src): Likewise.
18551         (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
18552         (variable_post_merge_new_vals): Merge asserts.
18553         (variable_post_merge_perm_vals): Likewise.
18554         (find_mem_expr_in_1pdv): Likewise.
18555         (dataflow_set_different_value): Remove.
18556         (onepart_variable_different_p): Merge asserts.
18557         (variable_different_p): Likewise.
18558         (dataflow_set_different_1): Inline ...
18559         (dataflow_set_different): ... here.  Use FOR_EACH_HTAB_ELEMENT.
18560         (emit_notes_for_differences_1): Merge asserts.
18561
18562 2010-05-16  Richard Guenther  <rguenther@suse.de>
18563
18564         * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
18565         * optabs.c (libfunc_decl_hash): Likewise.
18566         * varasm.c (emutls_decl): Likewise.
18567
18568 2010-05-16  Steven Bosscher  <steven@gcc.gnu.org>
18569
18570         * c-decl.c: Don't include gimple.h.
18571         (merge_decls): Do not copy gimple_body.
18572
18573 2010-05-15  Jason Merrill  <jason@redhat.com>
18574
18575         * c.opt: Add -fnothrow-opt.
18576
18577 2010-05-15  Jan Hubicka  <jh@suse.cz>
18578
18579         * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
18580         analyzed.
18581         * passes.c (ipa_write_summaries): Write all analyzed nodes.
18582
18583 2010-05-15  Steven Bosscher  <steven@gcc.gnu.org>
18584
18585         * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
18586         * Makefile.in: Add it.
18587         Fix all other Makefile dependencies for changes below.
18588         * tree.h: Include it instead of defining VEC primitives here.
18589         * gimple.h: Likewise.
18590         * rtl.h: Likewise.
18591         * tree-inline.h: Inlclude vecir.h instead of gimple.h.
18592         * except.h: Include vecir.h, break dependence on tree.h.
18593
18594         * gimplify.c (append_to_statement_list_1, append_to_statement_list):
18595         Move from here...
18596         * tree-iterator.c: ...to here.
18597         * tree-iterator.h: Fix file introduction comment.  Add extern markers.
18598
18599         * c-lex.c: Include fixed-value.h instead of rtl.h.  Do not include
18600         tm_p.h.
18601         * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
18602         * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
18603         integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
18604         tree-mudflap.h, and target.h.
18605         * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
18606         predict.h, tree-inline.h, gimple.h, and langhooks.h.
18607         * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
18608         Add FIXME for why gimple.h is still included (should be unnecessary
18609         since GCC 4.5 gimplification unit-at-a-time).
18610         * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
18611         * c-pragma.c: Add FIXME for why function.h needs to be included just
18612         for cfun, at front-end level.
18613         Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
18614         Do not include ggc.h, but include vecprim.h for VEC(char).
18615         * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
18616         Explain why target.h is included.
18617         * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
18618         Explain why gimple.h is included.
18619         * c-ppoutput.c: Do not include tm.h.
18620         * c-common.c: Do not include gimple.h.  Explain why expr.h is included.
18621         * c-parses.c: Explain why rtl.h is included, and that this (and only
18622         this) is also why tm.h must be included.
18623         Do not include except.h.
18624         * c-lang.c: Do not include ggc.h.
18625
18626 2010-05-15  Uros Bizjak  <ubizjak@gmail.com>
18627
18628         * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
18629
18630 2010-05-15  Joseph Myers  <joseph@codesourcery.com>
18631
18632         * c-decl.c (grokfield): Allow typedefs for anonymous structs and
18633         unions by default if those structs and unions have no tags.  Do
18634         not condition anonymous struct and unions handling on flag_iso.
18635         Allow anonymous structs and unions for C1X.
18636         (finish_struct): Do not diagnose lack of named fields when
18637         anonymous structs and unions present for C1X.  Accept flexible
18638         array members in structure with anonymous structs or unions but no
18639         directly named fields.
18640         * doc/extend.texi (Unnamed Fields): Update.
18641
18642 2010-05-15  Eric Botcazou  <ebotcazou@adacore.com>
18643
18644         * gimple.h (compare_field_offset): Rename into...
18645         (gimple_compare_field_offset): ...this.
18646         * gimple.c (compare_field_offset): Rename into...
18647         (gimple_compare_field_offset): ...this.  Compare the full access if
18648         the offset is self-referential.
18649         (gimple_types_compatible_p): Adjust for above renaming.
18650         * lto-streamer-in.c (input_gimple_stmt): Likewise.  Also compare the
18651         DECL_NONADDRESSABLE_P flag of fields before merging them.
18652
18653 2010-05-15  Nathan Froyd  <froydnj@codesourcery.com>
18654
18655         * tree.h (ctor_to_list): Delete.
18656         * tree.c (ctor_to_list): Delete.
18657
18658 2010-05-15  Jan Hubicka  <jh@suse.cz>
18659
18660         * ipa-reference.c: Include toplev.h
18661         (is_proper_for_analysis): Only add to all_module_statics
18662         if it is allocated.
18663         (write_node_summary_p, stream_out_bitmap,
18664         ipa_reference_write_optimization_summary,
18665         ipa_reference_read_optimization_summary): New.
18666         (struct ipa_opt_pass_d pass_ipa_reference): Add
18667         optimization summary streaming.
18668         * lto-cgraph.c (referenced_from_this_partition_p,
18669         reachable_from_this_partition_p): New functions.
18670         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
18671         call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
18672         * opts.c (decode_options): Enable ipa_reference.
18673         * Makefile.in (ipa-reference.o): Add toplev.h dependency.
18674         * lto-streamer.h (referenced_from_this_partition_p,
18675         reachable_from_this_partition_p): Declare.
18676
18677 2010-05-15  Richard Guenther  <rguenther@suse.de>
18678
18679         PR tree-optimization/44038
18680         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
18681         taking the address of a V_C_E of a constant.
18682
18683 2010-05-14  Jan Hubicka  <jh@suse.cz>
18684
18685         * tree.h (memory_identifier_string): Remove.
18686         * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
18687         (ipa_reference_global_vars_info_d): Remove statics_not_read and
18688         statics_not_written.
18689         (ipa_reference_optimization_summary_d): New structure.
18690         (ipa_reference_optimization_summary_t): New type and vector.
18691         (ipa_reference_vars_info_d): Embedd structures instead of using
18692         pointers.
18693         (reference_vars_to_consider): Remove out of GGC space.
18694         (module_statics_escape): Remove.
18695         (global_info_obstack): Rename to ...
18696         (optimization_summary_obstack): ... this one.
18697         (initialization_status_t): Remove.
18698         (memory_identifier_string): Remove.
18699         (get_reference_vars_info): Fix indenting.
18700         (set_reference_vars_info): Likewise.
18701         (get_reference_optimization_summary): New.
18702         (set_reference_optimization_summary): New.
18703         (get_global_reference_vars_info): Remove.
18704         (ipa_reference_get_read_global): Remove.
18705         (ipa_reference_get_written_global): Remove.
18706         (ipa_reference_get_not_read_global): Update.
18707         (ipa_reference_get_not_written_global): Update.
18708         (is_proper_for_analysis): Outlaw addressable.
18709         (propagate_bits): Update for new datastructures.
18710         (analyze_variable): Remove.
18711         (init_function_info): Update for new datastructures.
18712         (clean_function_local_data): Remove.
18713         (clean_function): Remove.
18714         (copy_global_bitmap): Use optimizations_summary_obstack.
18715         (duplicate_node_data): Duplicate optimization summary only.
18716         (remove_node_data): Remove optimization summary only.
18717         (generate_summary): Do not analyze variables; do not compute
18718         module_statics_escape; do not prune solutions by it.
18719         (read_write_all_from_decl): Fix typos in comments.
18720         (propagate): Doscover readonly and nonaddressable first;
18721         update for new datastructures; share global bitmaps.
18722         * ipa-reference.h (ipa_reference_get_read_global,
18723         ipa_reference_get_written_global): Remove.
18724         * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
18725         * Makefile.in: Remove ipa-refereference from GT files.
18726
18727 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
18728
18729         PR debug/44112
18730         * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
18731         for all SYMBOL_REF_DECLs.
18732
18733 2010-05-14  Jan Hubicka  <jh@suse.cz>
18734
18735         * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
18736         (varpool_all_refs_explicit_p): New inline function.
18737         * ipa-reference.c: Update comment.
18738         (module_statics_written): Remove.
18739         (get_static_decl): Remove.
18740         (ipa_init): Do not initialize module_statics_written.
18741         (analyze_function): Likewise.
18742         (generate_summary): Likewise; do not compute module_statics_readonly
18743         and do not update variable flags.
18744         (propagate): Call ipa_discover_readonly_nonaddressable_vars.
18745         * ipa.c: Inlucde flags.h
18746         (cgraph_local_node_p): New.
18747         (cgraph_remove_unreachable_nodes): Return early when not optimizing;
18748         promote functions to local.
18749         (ipa_discover_readonly_nonaddressable_vars): New function.
18750         (function_and_variable_visibility): Use cgraph_local_node_p.
18751         * varpool.c (varpool_finalize_decl): Set force_output for
18752         DECL_PRESERVE_P vars.
18753
18754 2010-05-14  Jan Hubicka  <jh@suse.cz>
18755
18756         * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
18757
18758 2010-05-14  Richard Guenther  <rguenther@suse.de>
18759
18760         PR tree-optimization/44119
18761         * tree-ssa-pre.c (eliminate): Properly mark replacement of
18762         a PHI node necessary.
18763
18764 2010-05-14  Eric Botcazou  <ebotcazou@adacore.com>
18765
18766         * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
18767
18768 2010-05-14  Jason Merrill  <jason@redhat.com>
18769
18770         PR c++/44127
18771         * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
18772         (gimple_call_set_nothrow): New.
18773         * gimple.c (gimple_build_call_from_tree): Call it.
18774         (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
18775
18776         PR c++/44127
18777         * gimplify.c (gimplify_seq_add_stmt): No longer static.
18778         * gimple.h: Declare it.
18779         * gimple.c (gimple_build_eh_filter): No ops.
18780
18781 2010-05-14  Jan Hubicka  <jh@suse.cz>
18782
18783         * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
18784         nodes already in queue.
18785         (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
18786         re-enqueueing node.
18787
18788 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
18789
18790         PR debug/44136
18791         * cfgexpand.c (expand_debug_expr): If non-memory op0
18792         has BLKmode, return NULL.
18793
18794 2010-05-14  Harsha Jagasia  <harsha.jagasia@amd.com>
18795
18796         * config.gcc: Add support for --with-cpu option for bdver1.
18797         * config/i386/i386.h (TARGET_BDVER1): New macro.
18798         (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
18799         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
18800         (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
18801         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
18802         Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
18803         (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
18804         (processor_type): Add PROCESSOR_BDVER1.
18805         * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
18806         processor_type in config/i386/i386.h.
18807         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
18808         movaps <reg, reg> instead of movapd <reg, reg> when replacing
18809         movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
18810         Add check for  TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
18811         to emit packed xor instead of packed double/packed integer
18812         xor for SSE and AVX when moving a zero value.
18813         * config/i386/sse.md: Add check for
18814         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
18815         movapd/movdqa for SSE and AVX.
18816         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
18817         single logical operations i.e and, or and xor instead of packed double
18818         logical operations for SSE and AVX.
18819         * config/i386/i386-c.c (ix86_target_macros_internal):
18820         Add PROCESSOR_BDVER1.
18821         * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
18822         (has_fma4, has_xop): New.
18823         * config/i386/i386.c (bdver1_cost): New variable.
18824         (m_BDVER1): New macro.
18825         (m_AMD_MULTIPLE): Add m_BDVER1.
18826         (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
18827         x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
18828         x86_tune_use_simode_fiop, x86_tune_promote_qimode,
18829         x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
18830         x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
18831         x86_tune_sse_partial_reg_dependency,
18832         x86_tune_sse_unaligned_load_optimal,
18833         x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
18834         x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
18835         x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
18836         x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
18837         x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
18838         Enable/disable for bdver1.
18839         (processor_target_table): Add bdver1_cost.
18840         (cpu_names): Add bdver1.
18841         (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
18842          processor_alias_table.
18843         (ix86_expand_vector_move_misalign): Change.
18844         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
18845         Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
18846         Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
18847         of movupd/movdqu for SSE and AVX.
18848         (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
18849         (ix86_tune_adjust_cost): Add code for bdver1.
18850         (standard_sse_constant_opcode): Add check for
18851         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
18852         of packed double xor for SSE and AVX.
18853
18854 2010-05-14  Pat Haugen  <pthaugen@us.ibm.com>
18855
18856         * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
18857         result to unsigned.
18858
18859 2010-05-14  Tristan Gingold  <gingold@adacore.com>
18860
18861         * toplev.c (default_debug_hooks): Remove this variable.
18862         (process_options): Remove assignments to default_debug_hooks.
18863
18864 2010-05-14  Martin Jambor  <mjambor@suse.cz>
18865
18866         * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
18867         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
18868         * langhooks.h (struct lang_hooks_for_decls): Removed field
18869         fold_obj_type_ref.
18870         * tree.c (free_lang_data): Remove assignment to
18871         lang_hooks.fold_obj_type_ref.
18872         * tree.def (OBJ_TYPE_REF): Update comment.
18873
18874 2010-05-14  Richard Guenther  <rguenther@suse.de>
18875
18876         PR tree-optimization/44124
18877         * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
18878
18879 2010-05-14  Alan Modra  <amodra@gmail.com>
18880
18881         PR target/44075
18882         * config/rs6000/rs6000.c (struct machine_function): Reorder
18883         fields for better packing.  Add lr_save_state.
18884         (rs6000_ra_ever_killed): Return lr_save_state if set.
18885         (rs6000_emit_eh_reg_restore): Set lr_save_state.
18886
18887 2010-05-13  Jan Hubicka  <jh@suse.cz>
18888
18889         * varpool.c (decide_is_variable_needed): Drop code checking
18890         TREE_SYMBOL_REFERENCED.
18891
18892 2010-05-13  Jan Hubicka  <jh@suse.cz>
18893
18894         * final.c (output_addr_const): Do not call mark_decl_referenced.
18895         * cgraphunit.c (process_function_and_variable_attributes): Use
18896         mark_needed_node dirrectly.
18897         (assemble_thunk): Do not call mark_decl_referenced.
18898
18899 2010-05-13  Anatoly Sokolov  <aesok@post.ru>
18900
18901         * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
18902
18903 2010-05-13  Jeff Law  <law@redhat.com>
18904
18905         * ira-conflicts.c (print_allocno_conflicts): New function broken out
18906         from...
18907         (print_conflicts): Call print_allocno_conflicts.
18908
18909 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
18910
18911         PR debug/44104
18912         * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
18913         if it is NULL.
18914
18915 2010-05-13  Kai Tietz  <kai.tietz@onevision.com>
18916
18917         * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
18918         t-mingw-w64 or t-mingw-w32 for multilib configuration.
18919         * config/i386/t-mingw-w32: New.
18920         * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
18921
18922 2010-05-13  Martin Jambor  <mjambor@suse.cz>
18923
18924         * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
18925         gimple-fold.c).
18926         * gimple-fold.c (get_base_binfo_for_type): New function.
18927         (gimple_get_relevant_ref_binfo): Likewise.
18928         (gimple_fold_obj_type_ref_known_binfo): Likewise.
18929         (gimple_fold_obj_type_ref): Likewise.
18930         (fold_gimple_call): Simplify condition for folding virtual calls
18931         and call gimple_fold_obj_type_ref.
18932         * gimple.h (gimple_get_relevant_ref_binfo): Declare.
18933         (gimple_fold_obj_type_ref_known_binfo): Likewise.
18934
18935 2010-05-13  Andreas Schwab  <schwab@linux-m68k.org>
18936
18937         * config/rs6000/rs6000-protos.h
18938         (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
18939         * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
18940         (rs6000_debug_mode_dependent_address)
18941         (rs6000_mode_dependent_address_ptr): Likewise.
18942
18943 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
18944
18945         PR debug/43983
18946         * var-tracking.c (track_expr_p): Allow tracking of variables optimized
18947         by SRA.
18948         * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
18949         * tree-sra.c (create_access_replacement): Call unshare_expr before
18950         passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
18951         * dwarf2out.c: Include tree-flow.h.
18952         (struct var_loc_node): Rename var_loc_note field to loc, add comment.
18953         (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
18954         Handle DW_OP_bit_piece.
18955         (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
18956         construct_piece_list, adjust_piece_list): New functions.
18957         (add_var_loc_to_decl): Handle SRA optimized variables.
18958         Adjust for var_loc_note to loc field renaming.
18959         (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
18960         in VAR_LOCATION note.
18961         (new_loc_descr_op_bit_piece): New function.
18962         (dw_sra_loc_expr): New function.
18963         (dw_loc_list): Use it.  Don't handle the last range after the
18964         loop, handle it inside of the loop.  Adjust for var_loc_note
18965         to loc field renaming.
18966         (add_location_or_const_value_attribute): Only special case
18967         single entry loc lists if loc is NOTE_P.  Adjust for
18968         var_loc_note to loc field renaming.
18969         (dwarf2out_var_location): Don't set newloc->var_loc_note
18970         and newloc->next here.
18971
18972 2010-05-12  Jan Hubicka  <jh@suse.cz>
18973
18974         * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
18975         flag.
18976         * cgraph.h (cgraph_only_called_directly_p,
18977         cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
18978         (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
18979         * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
18980         (assemble
18981         * ipa.c (cgraph_remove_unreachable_nodes): Use
18982         cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
18983         flags.
18984         * tree-inline.c (copy_bb): Check address_taken flag.
18985         * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
18986         externally_visible flag.
18987
18988 2010-05-12  Jason Merrill  <jason@redhat.com>
18989
18990         PR bootstrap/44048
18991         PR target/44099
18992         * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
18993         * sdbout.c (plain_type_1): Likewise.
18994         * dwarf2out.c (is_base_type): Likewise.
18995         (gen_type_die_with_usage): Likewise.  Generate
18996         DW_TAG_unspecified_type for any LANG_TYPE.
18997
18998 2010-05-12  Jan Hubicka  <jh@suse.cz>
18999
19000         * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
19001         indrect edges too.
19002         * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
19003         (cgraph_clone_edge): Update.
19004         (cgraph_node_remove_callees): Remove indirect calls too.
19005         * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
19006         (cgraph_create_indirect_edge): Update prototype.
19007         * ipa-reference.c (has_proper_scope_for_analysis): Rename to
19008         is_proper_for_analysis.
19009         (add_new_function, visited_nodes, function_insertion_hook_holder,
19010         get_local_reference_vars_info, mark_address_taken, mark_address,
19011         mark_load, mark_store, check_asm_memory_clobber, check_call,
19012         scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
19013         (ipa_init): Do not initialize visited_nodes;
19014         function_insertion_hook_holder.
19015         (analyze_variable): Rewrite.
19016         (analyze_function): Rewrite.
19017         (copy_local_bitmap): Remove.
19018         (duplicate_node_dat): Do not duplicate local info.
19019         (generate_summary): Simplify to only walk cgraph.
19020         (write_node_summary_p, ipa_reference_write_summary,
19021         ipa_reference_read_summary): Remove.
19022         (propagate): Do not remove function insertion;
19023         generate summary.
19024         (pass_ipa_reference): NULLify summary handling fields.
19025         * lto-cgraph.c (lto_output_edge): Output ecf_flags.
19026         (input_edge): Input ecf_flags.
19027         * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
19028         (update_indirect_edges_after_inlining): Ignore edges with unknown
19029         param.
19030
19031 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
19032
19033         * implicit-zee.c: New file.
19034         * tree-pass.h (pass_implicit_zee): Declare.
19035         * passes.c (init_optimization_passes): Add zee pass.
19036         * common.opt (fzee): New flag.
19037         * timevar.def (TV_ZEE): Define.
19038         * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
19039         and beyond.
19040         * Makefile.in (implicit-zee.o): Add new build file.
19041
19042 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
19043             Nathan Froyd  <froydnj@codesourcery.com>
19044
19045         * c-common.c (sync_resolve_params): Remove write-only variable.
19046
19047 2010-05-12  Anatoly Sokolov  <aesok@post.ru>
19048
19049         * target.h (struct gcc_target): Add mode_dependent_address_p field.
19050         * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
19051         (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
19052         * targhooks.c (default_mode_dependent_address_p): New function.
19053         * targhooks.h (default_mode_dependent_address_p): Declare function.
19054         * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
19055         (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
19056         * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
19057         target hook. Change return type to bool.
19058         * recog.h (mode_dependent_address_p): Change return type to bool.
19059
19060 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
19061             Nathan Froyd  <froydnj@codesourcery.com>
19062
19063         * tree-mudflap.c (build_function_type_0, build_function_type_1,
19064         build_function_type_2, build_function_type_3): Remove.
19065         (mudflap_init): Use build_function_type_list.
19066
19067 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
19068             Nathan Froyd  <froydnj@codesourcery.com>
19069
19070         * coverage.c (build_fn_info_value): Call build_constructor instead of
19071         build_constructor_from_list.
19072         (build_ctr_info_value): Likewise.
19073         (build_gcov_info): Likewise.
19074
19075 2010-05-12  Nathan Froyd  <froydnj@codesourcery.com>
19076
19077         * tree.c (build_constructor): Compute TREE_CONSTANT for the
19078         resultant constructor.
19079         (build_constructor_single): Don't set TREE_CONSTANT.
19080         (build_constructor_from_list): Don't compute TREE_CONSTANT.
19081
19082 2010-05-12  Jan Hubicka  <jh@suse.cz>
19083
19084         * cgraph.h (struct varpool_node): Add aux.
19085         * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
19086         * varpool.c (varpool_remove_node): Do not remove initializer.
19087         (varpool_reset_queue): Export.
19088         (varpool_finalize_decl): Volatile vars are forced to be output.
19089         * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
19090         replaced decl.
19091         * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
19092         process_references, varpool_can_remove_if_no_refs): New functions.
19093         (cgraph_remove_unreachable_nodes): Handle variables too.
19094
19095 2010-05-12  H.J. Lu  <hongjiu.lu@intel.com>
19096
19097         PR target/44088
19098         * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
19099
19100 2010-05-12  Jakub Jelinek  <jakub@redhat.com>
19101
19102         PR middle-end/44085
19103         * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
19104         change value of ORT_TASK.
19105         (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
19106         (omp_notice_threadprivate_variable): New function.
19107         (omp_notice_variable): Call it for threadprivate variables.
19108         If enclosing ctx is a task, print enclosing task rather than
19109         enclosing parallel.  Handle ORT_UNTIED_TASK like ORT_TASK.
19110         (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
19111         if task has untied clause.
19112
19113         PR debug/42278
19114         * dwarf2out.c (base_type_die): Don't add name attribute here.
19115         (modified_type_die): Instead of sizetype use
19116         its underlying original type.  If a DW_TAG_base_type doesn't
19117         have name added, add __unknown__.
19118         (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
19119         always call force_type_die instead.
19120
19121 2010-05-12  Maxim Kuvyrkov  <maxim@codesourcery.com>
19122
19123         * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
19124         for __stack_chk_guard.
19125
19126 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
19127
19128         * c-opts.c (c_common_parse_file): If start_end_main_source_file,
19129         don't call start_source_file debug hook here...
19130         (finish_options): ... but here, after outputting predefined and
19131         command line defines and undefs.
19132
19133         PR middle-end/44071
19134         * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
19135         no fallthru edge.
19136         * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
19137         optimizing away empty bb with no successors, move over its
19138         footer chain to fallthru predecessor.
19139         * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
19140         (rtl_split_edge): For asm goto call patch_jump_insn even if
19141         splitting fallthru edge.
19142
19143         PR c++/44059
19144         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
19145         even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
19146         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
19147         * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
19148         on DW.ref.* decls.
19149
19150         PR c++/44062
19151         * c-parser.c (c_parser_expression): Mark LHS of a comma
19152         expression as read if it is a decl, handled component or
19153         COMPOUND_EXPR with that on the RHS.
19154         * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
19155         if it is a decl or handled component.
19156
19157 2010-05-11  Jan Hubicka  <jh@suse.cz>
19158
19159         * lto-symtab.c (lto_symtab_free): New function.
19160         * lto-streamer.h (lto_symtab_free): Declare.
19161
19162 2010-05-11  Jan Hubicka  <jh@suse.cz>
19163
19164         * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
19165         that if function is needed it is reachable.
19166         (lto_output_node): See if it the function is reachable or referenced.
19167         (output_cgraph): Update call of lto_output_node.
19168         * lto-streamer.h (reachable_from_other_partition_p): Declare.
19169
19170 2010-05-11  Jan Hubicka  <jh@suse.cz>
19171
19172         * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
19173         Mark as used.
19174
19175 2010-05-11  Jan Hubicka  <jh@suse.cz>
19176
19177         PR tree-optimize/44063
19178         * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
19179         queue.
19180         (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
19181         limits.
19182         (estimate_function_body_sizes): Compute sizes even when disregarding.
19183
19184 2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
19185
19186         * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
19187
19188 2010-05-11  Jan Hubicka  <jh@suse.cz>
19189
19190         * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
19191         into every boundary.
19192
19193 2010-05-11  Jan Hubicka  <jh@suse.cz>
19194
19195         * matrix-reorg.c (matrix_reorg): Rebuild edges.
19196
19197 2010-05-11  Jan Hubicka  <jh@suse.cz>
19198
19199         * lto-streamer.c (lto_streamer_cache_add_to_node_array,
19200         lto_streamer_cache_delete): Put nodes into heap.
19201         * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
19202         heap.
19203
19204 2010-05-11  Jan Hubicka  <jh@suse.cz>
19205
19206         * cgraphbuild.c (cgraph_rebuild_references): New.
19207         * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
19208         out extern inlines.
19209         * cgraph.h (cgraph_rebuild_references): Declare.
19210         * tree-inline.c (tree_function_versioning): Use it.
19211         * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
19212
19213 2010-05-11  Jan Hubicka  <jh@suse.cz>
19214
19215         * cgraph.c: Include ipa-utils.h
19216         (cgraph_create_virtual_clone): Update references.
19217         * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
19218
19219 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
19220
19221         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
19222         prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
19223         cache size.
19224
19225 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
19226
19227         * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
19228
19229 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
19230
19231         * gcc.c (execute): For -### don't quote arguments that
19232         contain just alphanumerics and _/-. characters.
19233         * doc/invoke.texi: Document that change for -###.
19234
19235         PR debug/44023
19236         * df-problems.c (struct dead_debug): Add to_rescan field.
19237         (dead_debug_init): Clear to_rescan field.
19238         (dead_debug_finish): Rescan all debug insns in to_rescan
19239         bitmap and free the bitmap.
19240         (dead_debug_insert_before): Instead of rescanning debug insns
19241         immediately queue their rescanning until dead_debug_finish.
19242         (df_note_bb_compute): After dead_debug_add do continue instead
19243         of break.
19244
19245 2010-05-10  Jakub Jelinek  <jakub@redhat.com>
19246
19247         PR debug/44028
19248         * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
19249         clear also INSN_REG_USE_LIST.
19250
19251 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19252
19253         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
19254
19255 2010-05-10  Jan Hubicka  <jh@suse.cz>
19256
19257         * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
19258         commited change.
19259
19260 2010-05-10  Jan Hubicka  <jh@suse.cz>
19261
19262         * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
19263         Allocate encoders.
19264         * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
19265         * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
19266         (lto_streamer_cache_create): Init alloc pool.
19267         (lto_streamer_cache_delete): Free alloc pool.
19268         * lto-streamer.h: Include alloc pool.
19269         (lto_streamer_cache_d): Use alloc pool.
19270         * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
19271
19272 2010-05-10  Jan Hubicka  <jh@suse.cz>
19273
19274         * Makefile.in (cgraphbuild.o): Add dependency on except.h.
19275         * cgraphbuild.c: Include except.h
19276         (record_type_list, record_eh_tables): New function.
19277         (build_cgraph_edges, rebuild_cgraph_edges): Use it.
19278
19279 2010-05-10  Jan Hubicka  <jh@suse.cz>
19280
19281         * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
19282         __frame_dummy_init_array_entry, force_to_data): Attribute as used
19283         rather than unused.
19284
19285 2010-05-10  Michael Matz  <matz@suse.de>
19286
19287         * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
19288         (can_reassociate_p): Use FLOAT_TYPE_P.
19289         * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
19290         (vect_force_simple_reduction): ... this.
19291         * tree-parloops.c (gather_scalar_reductions): Use
19292         vect_force_simple_reduction.
19293         * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
19294         vect_is_simple_reduction, add modify argument, if true rewrite
19295         "a-b" into "a+(-b)".
19296         (vect_is_simple_reduction, vect_force_simple_reduction): New
19297         functions.
19298         (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
19299
19300 2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>
19301             Vladimir Makarov  <vmakarov@redhat.com>
19302
19303         PR rtl-optimization/44012
19304         * ira-build.c (remove_unnecessary_allocnos): Nullify
19305         regno_allocno_map of the removed allocno.
19306
19307 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19308
19309         * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
19310         to /dev/null.
19311         * configure: Regenerate.
19312
19313 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19314
19315         * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
19316         unused.
19317         Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
19318         * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
19319         support in Sun ld.
19320         * configure: Regenerate.
19321
19322 2010-05-10  Richard Guenther  <rguenther@suse.de>
19323
19324         * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
19325         marked if the entry identifier is marked.
19326
19327 2010-05-10  Richard Guenther  <rguenther@suse.de>
19328
19329         * c-common.c (struct c_common_attributes): Add fnspec attribute.
19330         (handle_fnspec_attribute): New function.
19331         * gimple.h (gimple_call_return_flags): Declare.
19332         (gimple_call_arg_flags): Likewise.
19333         * gimple.c (gimple_call_arg_flags): New function.
19334         (gimple_call_return_flags): Likewise.
19335         * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
19336         New argument flags.
19337         (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
19338         return value flags.
19339         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
19340         * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
19341         main work to ...
19342         (make_heapvar_for): ... this new function.
19343         (handle_rhs_call): Handle fnspec attribute argument specifiers.
19344         (handle_lhs_call): Likewise.
19345         (find_func_aliases): Adjust.
19346
19347 2010-05-10  Richard Guenther  <rguenther@suse.de>
19348
19349         PR tree-optimization/44050
19350         * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
19351
19352 2010-05-10  Wei Guozhi  <carrot@google.com>
19353
19354         PR target/42879
19355         * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
19356
19357 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
19358
19359         PR c/10676
19360         * c-typeck.c (lookup_field): Take a type directly.  Update
19361         recursive calls.
19362         (build_component_ref): Update call to lookup_field.
19363         (set_init_label): Use lookup_field to find initialized field.
19364         Handle returned list of fields like a sequence of designators.
19365
19366 2010-05-09  Richard Guenther  <rguenther@suse.de>
19367
19368         PR middle-end/44024
19369         * fold-const.c (tree_single_nonzero_warnv_p): Properly
19370         handle &FUNCTION_DECL.
19371
19372 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
19373
19374         PR c/4784
19375         * c-decl.c (detect_field_duplicates_hash): New.  Handle anonymous
19376         structures and unions recursively.
19377         (detect_field_duplicates): Move duplicate detection with a hash to
19378         detect_field_duplicates_hash.  Always use a hash if anonymous
19379         structures or unions are present.
19380         * doc/extend.texi (Unnamed Fields): Document that duplicate fields
19381         give errors.
19382
19383 2010-05-09  H.J. Lu  <hongjiu.lu@intel.com>
19384
19385         PR target/44046
19386         * config/i386/driver-i386.c (host_detect_local_cpu): Properly
19387         detect Atom, Core 2 and Core i7.
19388
19389 2010-05-09  Richard Guenther  <rguenther@suse.de>
19390
19391         * gcc.c (store_arg): Handle temporary file deletion for
19392         joined arguments.
19393
19394 2010-05-09  Richard Guenther  <rguenther@suse.de>
19395
19396         PR middle-end/44043
19397         * ipa-inline.c (estimate_function_body_sizes): Return after
19398         disregarding inline limits.
19399
19400 2010-05-09  Richard Guenther  <rguenther@suse.de>
19401
19402         * gcc.c (store_arg): Revert last change.
19403
19404 2010-05-08  Sandra Loosemore  <sandra@codesourcery.com>
19405
19406         PR middle-end/28685
19407         * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
19408         (optimize_ops_list): Call it.
19409
19410 2010-05-08  Richard Guenther  <rguenther@suse.de>
19411
19412         PR tree-optimization/44030
19413         * tree-ssa-pre.c (eliminate): Copy NECESSARY flag.  Set
19414         NECESSARY flag if we propagate from a inserted expression.
19415
19416 2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
19417
19418         * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
19419         domain types as equal if they are both PLACEHOLDER_EXPRs.
19420
19421 2010-05-08  Richard Guenther  <rguenther@suse.de>
19422
19423         * lto-wrapper.c (run_gcc): Remove linker output from
19424         command line for LTRANS invocation.
19425
19426 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
19427
19428         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
19429         lto-macho as lto_binary_reader.
19430         * target.h (struct gcc_target): New hooks lto_start and lto_end.
19431         * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
19432         * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
19433         in lto_start and lto_end calls.
19434         (is_elf_or_coff): Rename to maybe_lto_object_file.  Add Mach-O
19435         magic numbers.
19436         (scan_prog_file): Update is_elf_or_coff call.
19437         * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
19438
19439         * collect2.c (main): Fix enum comparison.
19440
19441         * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
19442         Add prototypes.
19443         * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
19444         * darwin.h (LINK_COMMAND_SPEC): Likewise.  Define TARGET_ASM_LTO_START
19445         and TARGET_ASM_LTO_END.
19446         * darwin.c: Include obstack.h and lto-streamer.h.
19447         (lto_section_names_offset, lto_section_names_obstack,
19448         lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
19449         global variables.
19450         (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
19451         (darwin_asm_lto_start): New function.  Redirect output to asm_out_file
19452         to a temporary file.
19453         (darwin_asm_lto_end): New function.  Restore asm_out_file.
19454         (darwin_asm_named_section): For LTO sections, replace the name with
19455         the offset of the section name in a string table, and build this
19456         table.
19457         (darwin_file_start): Initialize global vars for LTO support.
19458         (darwin_file_end): If output to asm_out_file was redirected, append it
19459         to the proper asm_out_file here.  Add the section names section.
19460
19461 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
19462
19463         * c-pragma.c (pending_weak_d, pending_weak): New.
19464         (pending_weaks): Change the type to VEC((pending_weak,gc) *.
19465         (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
19466         handle_pragma_weak): Update the uses of pending_weaks.
19467
19468 2010-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19469
19470         PR documentation/44016
19471         * doc/standards.texi (Standards): Link to unversioned
19472         cxx0x_status.html page.
19473
19474 2010-05-07  Iain Sandoe  <iains@gcc.gnu.org>
19475
19476         PR target/43708
19477         * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
19478         in addition to TREE_USED, to avoid "set but unused" warnings.
19479
19480 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
19481
19482         * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
19483         (is_loop_prefetching_profitable): Do not insert prefetches
19484         when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
19485         times the prefetch ahead distance.
19486
19487 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
19488
19489         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
19490         Account for loop unrolling in the insn-to-prefetch ratio heuristic.
19491         (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
19492         the unroll_factor.
19493
19494 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
19495
19496         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
19497         a diagnostic info when the insn-to-mem ratio is too small.
19498
19499 2010-05-07  Richard Guenther  <rguenther@suse.de>
19500
19501         * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
19502         the linker plugin.
19503         (store_arg): Queue temp_filename for deletion instead of
19504         the whole argument.
19505
19506 2010-05-07  Richard Guenther  <rguenther@suse.de>
19507
19508         * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
19509         (run_gcc): Handle LTRANS phase invocation.
19510         * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
19511
19512 2010-05-07  Jakub Jelinek  <jakub@redhat.com>
19513
19514         * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
19515         this is also meaningful on PARM_DECLs and RESULT_DECLs.
19516
19517 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19518
19519         * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
19520
19521 2010-05-07  Richard Guenther  <rguenther@suse.de>
19522
19523         PR tree-optimization/44020
19524         * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
19525         code when PRE is not yet initialized.
19526
19527 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19528
19529         * config/mips/dbxmdebug.h: Remove.
19530         * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
19531
19532 2010-05-07  Shujing Zhao  <pearly.zhao@oracle.com>
19533
19534         * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
19535         with null pointer and also warn about ordered comparison of zero with
19536         pointer if -Wextra.
19537
19538 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
19539
19540         * graphite-blocking.c
19541         (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
19542         * graphite-clast-to-gimple.c
19543         (clast_to_gcc_expression): Same.
19544         (precision_for_value): Same.
19545         (precision_for_interval): Same.
19546         (gcc_type_for_interval): Same.
19547         (graphite_create_new_guard): Same.
19548         (compute_bounds_for_level): Same.
19549         (graphite_create_new_loop_guard): Same.
19550         * graphite-interchange.c
19551         (build_linearized_memory_access): Same.
19552         (pdr_stride_in_loop): Same.
19553         (memory_strides_in_loop_1): Same.
19554         (memory_strides_in_loop): Same.
19555         (extend_scattering): Same.
19556         (psct_scattering_dim_for_loop_depth): Same.
19557         (pbb_number_of_iterations): Same.
19558         * graphite-poly.h
19559         (debug_iteration_domains): Same.
19560         * graphite-ppl.c
19561         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
19562         (ppl_set_inhomogeneous_gmp): Same.
19563         (ppl_strip_loop): Same.
19564         (ppl_lexico_compare_linear_expressions): Same.
19565         (ppl_read_polyhedron_matrix): Same.
19566         (ppl_max_for_le_pointset): Same.
19567         * graphite-ppl.h
19568         (ppl_read_polyhedron_matrix): Same.
19569         (tree_int_to_gmp): Same.
19570         (gmp_cst_to_tree): Same.
19571         (ppl_set_inhomogeneous): Same.
19572         (ppl_set_inhomogeneous_tree): Same.
19573         (ppl_set_coef): Same.
19574         (ppl_set_coef_tree): Same.
19575         * graphite-sese-to-poly.c
19576         (build_pbb_scattering_polyhedrons): Same.
19577         (build_scop_scattering): Same.
19578         (scan_tree_for_params_right_scev): Same.
19579         (scan_tree_for_params): Same.
19580         (find_params_in_bb): Same.
19581         (find_scop_parameters): Same.
19582         (add_upper_bounds_from_estimated_nit): Same.
19583         (build_loop_iteration_domains): Same.
19584         (add_condition_to_domain): Same.
19585         (pdr_add_memory_accesses): Same.
19586
19587 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
19588
19589         * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
19590         CLooG's value_* macros to their respective mpz_* counterparts.
19591         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
19592         (graphite_create_new_loop_guard): Same.
19593         * graphite-interchange.c (build_linearized_memory_access): Same.
19594         (pdr_stride_in_loop): Same.
19595         (memory_strides_in_loop_1): Same.
19596         (1st_interchange_profitable_p): Same.
19597         * graphite-poly.c (extend_scattering): Same.
19598         (psct_scattering_dim_for_loop_depth): Same.
19599         (pbb_number_of_iterations): Same.
19600         (pbb_number_of_iterations_at_time): Same.
19601         * graphite-poly.h (new_1st_loop): Same.
19602         * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
19603         (oppose_constraint): Same.
19604         (insert_constraint_into_matrix): Same.
19605         (ppl_set_inhomogeneous_gmp): Same.
19606         (ppl_set_coef_gmp): Same.
19607         (ppl_strip_loop): Same.
19608         (ppl_lexico_compare_linear_expressions): Same.
19609         (ppl_max_for_le_pointset): Same.
19610         (ppl_min_for_le_pointset): Same.
19611         (ppl_build_realtion): Same.
19612         * graphite-ppl.h (gmp_cst_to_tree): Same.
19613         (ppl_set_inhomogeneous): Same.
19614         (ppl_set_inhomogeneous_tree): Same.
19615         (ppl_set_coef): Same.
19616         (ppl_set_coef_tree): Same.
19617         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
19618         (build_scop_scattering): Same.
19619         (add_value_to_dim): Same.
19620         (scan_tree_for_params_right_scev): Same.
19621         (scan_tree_for_params_int): Same.
19622         (scan_tree_for_params): Same.
19623         (find_params_in_bb): Same.
19624         (find_scop_parameters): Same.
19625         (add_upper_bounds_from_estimated_nit): Same.
19626         (build_loop_iteration_domains): Same.
19627         (create_linear_expr_from_tree): Same.
19628         (add_condition_to_domain): Same.
19629         (pdr_add_memory_accesses): Same.
19630
19631 2010-05-06  Magnus Fromreide  <magfr@lysator.liu.se>
19632             Jason Merrill  <jason@redhat.com>
19633
19634         * c-common.c (c_common_reswords): Add nullptr.
19635         * c-common.h: Add RID_NULLPTR.  Reorganize C++0x rids.
19636         * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
19637         (gen_type_die_with_usage): Likewise.
19638         * dbxout.c (dbxout_type): Likewise.
19639         * sdbout.c (plain_type_1): Likewise.
19640
19641 2010-05-06  Jason Merrill  <jason@redhat.com>
19642
19643         * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
19644         Don't change GS_OK to GS_ALL_DONE.  Make sure that all cases set
19645         ret appropriately.
19646         (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
19647
19648         * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
19649         stripping WITH_SIZE_EXPR.
19650         (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
19651         change.
19652
19653 2010-05-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19654
19655         * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
19656         list of obsolete configurations.
19657         Disabled check for obsolete configurations.
19658         (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
19659         Removed support for previous versions.
19660         * config/mips/iris.h: Removed.
19661         * config/mips/iris5.h: Removed.
19662         * config/mips/iris6.h: Merged old iris.h contents.
19663         (TARGET_IRIX): Removed.
19664         (DRIVER_SELF_SPECS): Removed mabi=32.
19665         (IDENT_ASM_OP): Removed undef.
19666         (STARTFILE_SPEC): Removed mabi=32.
19667         (ENDFILE_SPEC): Likewise.
19668         (IRIX_SUBTARGET_LINK_SPEC): Likewise.
19669         (MACHINE_TYPE): Update for IRIX 6.5.
19670         * config/mips/mips.c (mips_build_builtin_va_list): Replaced
19671         TARGET_IRIX by TARGET_IRIX6.
19672         (mips_file_start): Likewise.
19673         (mips_output_external): Remove IRIX 5/6 O32 support.
19674         (mips_output_function_prologue): Likewise.
19675         * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
19676         TARGET_IRIX6.
19677         (TARGET_CPU_CPP_BUILTINS): Likewise.
19678         (TARGET_IRIX): Removed.
19679         * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
19680         (MULTILIB_DIRNAMES): Removed 32.
19681         (MULTILIB_OSDIRNAMES): Removed ../lib.
19682         * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
19683         (Specific, mips-sgi-irix5): Document removal.
19684         (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
19685         Remove references to older IRIX 6 releases and the O32 ABI.
19686
19687 2010-05-06  Jakub Jelinek  <jakub@redhat.com>
19688
19689         PR bootstrap/43994
19690         * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
19691         instead of DF_REF_REAL_REG.
19692
19693 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
19694
19695         PR target/43888
19696         * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
19697         handling to still return true for x64 targets.
19698
19699 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
19700
19701         * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
19702
19703 2010-05-06  Jan Hubicka  <jh@suse.cz>
19704
19705         PR tree-optimization/43791
19706         * ipa-inline.c (update_caller_keys): Remove bogus
19707         disregard_inline_limits check.
19708
19709 2010-05-06  Michael Matz  <matz@suse.de>
19710
19711         PR tree-optimization/43984
19712         * tree-ssa-pre.c (inserted_phi_names): Remove.
19713         (inserted_exprs): Change to bitmap.
19714         (create_expression_by_pieces): Set bits, don't append to vector.
19715         (insert_into_preds_of_block): Don't handle inserted_phi_names.
19716         (eliminate): Don't look at inserted_phi_names, remove deleted
19717         insns from inserted_exprs.
19718         (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
19719         (init_pre, fini_pre): Allocate and free bitmaps.
19720         (execute_pre): Insert insns on edges before elimination.
19721
19722 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
19723
19724         * tree.c (initializer_zerop): Handle STRING_CST.
19725
19726 2010-05-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19727
19728         PR 40989
19729         * doc/invoke.texi (Wimplicit): Document as C only.
19730         * opts.c (common_handle_option): Add argument kind.
19731         (handle_option): Rename as read_cmdline_option. Factor out code to...
19732         (handle_option): ... here. New.
19733         (handle_options): Rename as read_cmdline_options.
19734         (decode_options): Update call.
19735         (set_option): Use option index instead of option pointer. Classify
19736         diagnostics correctly.
19737         (enable_warning_as_error): Call handle_option.
19738         * opts.h (set_option): Update declaration.
19739         (handle_option): Declare.
19740         * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
19741         * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
19742         * c-opts.c (set_Wimplicit): Delete.
19743         (c_family_lang_mask): New static constant.
19744         (c_common_handle_option): Add argument kind. Use handle_option
19745         instead of set_Wimplicit.
19746         (c_common_post_options): warn_implicit and warn_implicit_int
19747         are disabled by default.
19748         * c-common.c (warn_implicit): Do not define here.
19749         * c-common.h (warn_implicit): Do not declare here.
19750         (c_common_handle_option): Update declaration.
19751         * lto-opts.c (lto_reissue_options): Update call to set_option.
19752
19753 2010-05-06  Richard Guenther  <rguenther@suse.de>
19754
19755         PR tree-optimization/43571
19756         * domwalk.c (walk_dominator_tree): Walk the dominator
19757         sons in more optimal order.
19758
19759 2010-05-06  Richard Guenther  <rguenther@suse.de>
19760
19761         PR tree-optimization/43934
19762         * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
19763         (stmt_cost): Likewise.
19764         (extract_true_false_args_from_phi): New helper.
19765         (determine_max_movement): For PHI nodes verify we can hoist them
19766         and compute their cost.
19767         (determine_invariantness_stmt): Handle PHI nodes.
19768         (move_computations_stmt): Likewise.  Hoist PHI nodes in
19769         if-converted form using COND_EXPRs.
19770         (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
19771         (tree_ssa_lim): Likewise.
19772         * tree-flow.h (tree_ssa_lim): Adjust prototype.
19773         * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
19774
19775 2010-05-06  Richard Guenther  <rguenther@suse.de>
19776
19777         PR tree-optimization/43987
19778         * tree-ssa-structalias.c (could_have_pointers): For possibly
19779         address-taken variables force pointers to be recorded.
19780         (create_variable_info_for_1): Likewise.
19781         (push_fields_onto_fieldstack): Pass in wheter all fields
19782         must have pointers.
19783         (find_func_aliases): Query types instead of vars whether
19784         they contain pointers where appropriate.
19785
19786 2010-05-06  Jan Hubicka  <jh@suse.cz>
19787
19788         * cgraphbuild.c (record_reference_ctx): Add varpool_node.
19789         (record_reference, mark_address, mark_load, mark_store): Record
19790         references.
19791         (record_references_in_initializer): Update call of record_references.
19792         (rebuild_cgraph_edges): Remove all references before rebuiding.
19793         * cgraph.c (cgraph_create_node): Clear ref list.
19794         (cgraph_remove_node): Remove references.
19795         (dump_cgraph_node): Dump references.
19796         (cgraph_clone_node): Clone references.
19797         * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
19798         (struct cgraph_node, varpool_node): Add ref_lst.
19799         * ipa-ref.c: New file.
19800         * ipa-ref.h: New file.
19801         * ipa-ref-inline.h: New file.
19802         * lto-cgraph.c (output_varpool): Take cgrag node set argument.
19803         (referenced_from_other_partition_p): New function.
19804         (lto_output_varpool_node): Take set arugment; call
19805         referenced_from_other_partition.
19806         (lto_output_ref): New.
19807         (add_references): New.
19808         (output_refs): New.
19809         (output_cgraph): Compute boundary based on references; output refs.
19810         (output_varpool): Accept cgraph_node_set argument.
19811         (input_ref): New.
19812         (input_refs): New.
19813         (input_cgraph): Call input_refs.
19814         * lto-section-in.c (lto_section_name): Add refs.
19815         * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
19816         (ipa-ref.o): New file.
19817         * varpool.c (varpool_node): Clear ipa ref list.
19818         (varpool_remove_node): Remove references.
19819         (dump_varpool_node): Dump references.
19820         (varpool_assemble_decl): Only compile finalized ones.
19821         (varpool_extra_name_alias): Initialize ref list.
19822         * lto-streamer.c (lto-get_section_name): Add .refs section.
19823         * lto-streamer.h (lto_section_type): Add LTO_section_refs.
19824         (referenced_from_other_partition_p): Declared.
19825
19826 2010-05-06  Ira Rosen  <irar@il.ibm.com>
19827
19828         PR tree-optimization/43901
19829         * tree-vect-stmts.c (vectorizable_call): Assert that vector
19830         type is not NULL if it's transformation phase, and return
19831         FALSE if it's analysis.
19832         (vectorizable_conversion, vectorizable_operation,
19833         vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
19834
19835 2010-05-05  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
19836
19837         * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
19838         Delete.
19839         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
19840         New define.
19841         * config/mips/mips-protos.h
19842         (mips_small_register_classes_for_mode_p): Delete prototype.
19843
19844 2010-05-06  Bernd Schmidt  <bernds@codesourcery.com>
19845
19846         * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
19847         * config/arm/arm.c (multiple_operation_profitable_p,
19848         compute_offset_order): New static functions.
19849         (load_multiple_sequence, store_multiple_sequence): Use them.
19850         Replace constant 4 with MAX_LDM_STM_OPS.  Compute order[0] from
19851         memory offsets, not register numbers.
19852         (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
19853
19854 2010-05-05  Steven Bosscher  <steven@gcc.gnu.org>
19855
19856         * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
19857         (get_pending_sizes, put_pending_size, put_pending_sizes):
19858         Update the uses of pending_sizes.
19859         * c-decl.c (store_parm_decls): Likewise.
19860         * c-tree.h (struct c_arg_info): Likewise.
19861         * tree.h: Update the prototype for get_pending_sizes and
19862         put_pending_sizes.
19863
19864 2010-05-05  Jason Merrill  <jason@redhat.com>
19865
19866         PR debug/43370
19867         * c-common.c (handle_aligned_attribute): Respect
19868         ATTR_FLAG_TYPE_IN_PLACE.
19869
19870         PR testsuite/43758
19871         * target.h (struct gcc_target): Add attribute_takes_identifier_p.
19872         * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
19873         (TARGET_INITIALIZER): Use it.
19874         * c-common.c (attribute_takes_identifier_p): Call it.
19875         * c-common.h: Update prototype.
19876         * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
19877         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
19878
19879 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
19880
19881         PR debug/43950
19882         * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
19883         DW_ID_down_case for Fortran compilation units.
19884
19885 2010-05-05  Jan Hubicka  <jh@suse.cz>
19886
19887         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
19888         handle aliases.
19889
19890 2010-05-05  Eric Botcazou  <ebotcazou@adacore.com>
19891
19892         * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
19893         a variable-sized RESULT_DECL.
19894
19895 2010-05-05  Maxim Kuvyrkov  <maxim@codesourcery.com>
19896
19897         * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
19898
19899 2010-05-05  Jason Merrill  <jason@redhat.com>
19900
19901         PR c++/43787
19902         * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
19903         returns GS_OK.
19904         (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
19905
19906 2010-05-05  Alexandre Oliva  <aoliva@redhat.com>
19907             Jakub Jelinek  <jakub@redhat.com>
19908
19909         PR debug/43478
19910         * df-problems.c (struct dead_debug_use, struct dead_debug): New.
19911         (dead_debug_init, dead_debug_finish): New functions.
19912         (dead_debug_add, dead_debug_insert_before): Likewise.
19913         (df_note_bb_compute): Initialize a dead_debug object, add dead
19914         debug uses to it, insert debug bind insns before death insns,
19915         reset debug insns that refer to pending uses at the end.
19916         * rtl.h (make_debug_expr_from_rtl): New prototype.
19917         * varasm.c (make_debug_expr_from_rtl): New function.
19918
19919 2010-05-05  Jan Hubicka  <jh@suse.cz>
19920
19921         * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
19922         (lto_varpool_encoder_new, lto_varpool_encoder_delete,
19923         lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
19924         lto_varpool_encoder_deref, lto_varpool_encoder_size,
19925         lto_varpool_encoder_encode_initializer_p,
19926         lto_set_varpool_encoder_encode_initializer): New functions.
19927         (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
19928         call output_varpool.
19929         (input_varpool_node): Do not always set analyzed.
19930         (input_cgraph_1): Return vector of cgraph nodes.
19931         (input_varpool_1): Return vector of varpools.
19932         (input_cgraph): Free the vectors.
19933         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
19934         output only initializers needed.
19935         (lto_output): Only call output_cgraph.
19936         (produce_asm_for_decls): Call lto_varpool_encoder_delete.
19937         * lto-section-out.c (lto_new_out_decl_state): Initialize
19938         state->varpool_node_encoder.
19939         * lto-streamer.h (lto_varpool_encoder_d): New.
19940         (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
19941         (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
19942         (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
19943         lto_varpool_encoder_encode, lto_varpool_encoder_delete,
19944         lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
19945         Declare.
19946         (output_varpool, input_varpool): Remove declarations.
19947
19948 2010-05-05  Jan Hubicka  <jh@suse.cz>
19949
19950         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
19951         with body can prevail.
19952
19953 2010-05-05  Jan Hubicka  <jh@suse.cz>
19954
19955         * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
19956         size.
19957
19958 2010-05-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
19959
19960         * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
19961
19962         * gengtype.h (erro_at_line): Constify pos argument.
19963
19964         * gengtype.c: Include hashtab.h.
19965         (enum gc_used): Document GC_MAYBE_POINTED_TO.
19966         (error_at_line): Constify pos argument.
19967         (do_typedef): Initialize p->opt field.
19968         (get_file_gtfilename): Fix comment typo.
19969         (struct walk_type_data): Constify line field.
19970         (get_output_file_for_structure): New function.
19971         (write_local_func_for_structure): Constify orig_s argument.
19972         Use get_output_file_for_structure.
19973         (write_func_for_structure): Use get_output_file_for_structure.
19974         (INDENT): New define.
19975         (dump_pair, dump_type, dump_type_list, dump_typekind)
19976         (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
19977         (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
19978         functions.
19979         (seen_types): New variable.
19980         (main): New variable do_dump.  Process "-d" command line option.
19981         Call dump_everything if dump requested.
19982
19983 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
19984
19985         * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
19986         in a temporary instead of invoking the macro multiple times.
19987         (track_expr_p): Likewise.
19988
19989 2010-05-04  Neil Vachharajani  <nvachhar@google.com>
19990
19991         * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
19992         per new semantics.
19993         * opts.c (decode_options): Enable -Werror=coverage-mismatch.
19994         * coverage.c (get_coverage_counts): Always emit a warning.  Adjust
19995         conditions for printing notes.
19996         * common.opt (-Wcoverage-mismatch): Allow negative, default to
19997         true, update documentation.
19998         * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
19999
20000 2010-05-04  Jakub Jelinek  <jakub@redhat.com>
20001
20002         PR c/43981
20003         * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
20004         on dimen.
20005
20006 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
20007
20008         PR target/43799
20009         * config/i386/i386.md (sse_prologue_save): Clobber CC register.
20010         (*sse_prologue_save_insn1): Likewise.
20011         (SSE prologue save splitter): Likewise.
20012
20013 2010-05-04  Eric Botcazou  <ebotcazou@adacore.com>
20014
20015         * tree.c (free_lang_data_in_one_sizepos): New inline function.
20016         (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
20017         types.  Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
20018         (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
20019         all decls.  Call it on DECL_FIELD_OFFSET of fields.
20020         (find_decls_types_r): Follow DECL_VALUE_EXPR.
20021         (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
20022
20023 2010-05-04  Martin Jambor  <mjambor@suse.cz>
20024
20025         * tree-sra.c (build_access_from_expr_1): The first parameter type
20026         changed to simple tree.
20027         (build_access_from_expr): Likewise, gsi parameter was eliminated.
20028         (scan_assign_result): Renamed to assignment_mod_result, enum elements
20029         renamed as well.
20030         (build_accesses_from_assign): Removed all parameters except for a
20031         simple gimple statement.  Now returns a simple bool.
20032         (scan_function): All non-analysis parts moved to separate functions
20033         sra_modify_function_body and ipa_sra_modify_function_body.  Removed all
20034         parameters and updated both callers.
20035         (sra_modify_expr): Removed parameter data.
20036         (sra_modify_function_body): New function.
20037         (perform_intra_sra): Call sra_modify_function_body to modify the
20038         function body.
20039         (replace_removed_params_ssa_names): Parameter data changed into
20040         adjustments vector.
20041         (sra_ipa_modify_expr): Likewise.  Also removed unused parameter gsi and
20042         changed the parameter dont_convert to convert with the opposite
20043         meaning.
20044         (sra_ipa_modify_assign): Parameter data changed into adjustments
20045         vector, return value changed to bool.
20046         (ipa_sra_modify_function_body): New function.
20047         (sra_ipa_reset_debug_stmts): Updated a comment.
20048         (modify_function): Use ipa_sra_modify_function_body to modify function
20049         body.
20050
20051 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
20052
20053         PR middle-end/43671
20054         * alias.c (true_dependence): Handle the same VALUE in x and mem.
20055         (canon_true_dependence): Likewise.
20056         (write_dependence_p): Likewise.
20057
20058 2010-05-04  Jan Hubicka  <jh@suse.cz>
20059
20060         * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
20061         * cgraphbuild.c: Include ipa-utils.h
20062         (record_reference_ctx): New struct.
20063         (record_reference): Simplify to work on initializers; not statements.
20064         (mark_address, mark_load, mark_store): New.
20065         (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
20066         walk PHI nodes too.
20067         (record_references_in_initializer): Update use of record_reference.
20068         (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
20069         walk PHI nodes too.
20070
20071 2010-05-04  Jan Hubicka  <jh@suse.cz>
20072
20073         * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
20074         node will be removed anyway.
20075         (lto_varpool_replace_node): Allow also unanalyzed nodes;
20076         relink aliases of node into prevailing node.
20077         * varpool.c (varpool_remove_node): Remove aliases properly;
20078         when removing node, remove all its aliases too; remove DECL_INITIAL
20079         of removed node; ggc_free the varpool node.
20080
20081 2010-05-04  Richard Guenther  <rguenther@suse.de>
20082
20083         PR tree-optimization/43879
20084         * tree-ssa-structalias.c (alias_get_name): Use
20085         DECL_ASSEMBLER_NAME if available.
20086         (create_function_info_for): Return the varinfo node.
20087         (ipa_pta_execute): Associate same-body aliases and extra names
20088         with their origin nodes varinfo.  Dump DECL_ASSEMBLER_NAME.
20089
20090 2010-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
20091
20092         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
20093
20094 2010-05-04  Mikael Pettersson  <mikpe@it.uu.se>
20095
20096         PR bootstrap/43964
20097         * ira-color.c (assign_hard_reg): Declare rclass and add_cost
20098         only if HONOR_REG_ALLOC_ORDER is not defined.
20099
20100 2010-05-04  Richard Guenther  <rguenther@suse.de>
20101
20102         PR tree-optimization/43949
20103         * tree-vrp.c (extract_range_from_binary_expr): Only handle
20104         TRUNC_MOD_EXPR.
20105
20106 2010-04-26  Jason Merrill  <jason@redhat.com>
20107
20108         * c.opt (-fstrict-enums): New.
20109         * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
20110
20111 2010-05-03  David Ung  <davidu@mips.com>
20112             James E. Wilson  <wilson@codesourcery.com>
20113
20114         * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
20115         emit the trap instruction before the divide for TUNE_74K.
20116
20117 2010-05-03  Steven Bosscher  <steven@gcc.gnu.org>
20118
20119         * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
20120         (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
20121         based on the above, for new target hook.
20122
20123         * hooks.c (hook_bool_mode_true): New generic hook.
20124         * hooks.h (hook_bool_mode_true): Add prototype.
20125
20126         * target.h (struct gcc_target): Add small_register_classes_for_mode_p
20127         target hook.
20128         * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
20129         target hook, set to hook_bool_mode_false.
20130         * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
20131         * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
20132         with targetm.small_register_classes_for_mode_p.
20133         (find_reusable_reload): Likewise.
20134         (combine_reloads): Likewise.
20135         * reload1.c (reload_as_needed): Likewise.
20136         * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
20137         * ifcvt.c (noce_process_if_block, check_cond_move_block,
20138         dead_or_predicable): Likewise.
20139         * regmove.c (optimize_reg_copy_1): Likewise.
20140         * calls.c (prepare_call_address): Likewise.
20141         (precompute_register_parameters): Likewise.
20142
20143         * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
20144         hook definition.
20145         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
20146         implementation of the hook that considers all register classes
20147         small except for SH64.
20148         (sh_override_options): Use the new hook.
20149         * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
20150         Add prototype.
20151
20152         * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
20153         hook definition.
20154         * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
20155         implementation of the hook that considers all register classes
20156         small for THUMB1.
20157         * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
20158         Add prototype.
20159
20160         * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
20161         hook definition.
20162         * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
20163         implementation of the hook that considers all register classes
20164         small for MIPS16.
20165         * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
20166         Add prototype.
20167
20168         * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
20169         hook definition.
20170         * config/m32c/m32c.h: Likewise.
20171         * config/pdp11/pdp11.h: Likewise.
20172         * config/avr/avr.h: Likewise.
20173         * config/xtensa/xtensa.h: Likewise.
20174         * config/m68hc11/m68hc11.h: Likewise.
20175         * config/mn10300/mn10300.h: Likewise.
20176         * config/mcore/mcore.h: Likewise.
20177         * config/h8300/h8300.h: Likewise.
20178         * config/bfin/bfin.h: Likewise.
20179
20180         * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
20181         * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
20182
20183 2010-05-03  Anatoly Sokolov  <aesok@post.ru>
20184
20185         * double-int.h (tree_to_double_int): Remove macro.
20186         (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
20187         * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
20188         (tree_to_double_int): New function.
20189         * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
20190         Move ...
20191         * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
20192
20193 2010-05-03  Richard Guenther  <rguenther@suse.de>
20194
20195         PR tree-optimization/43971
20196         * tree-ssa-structalias.c (get_constraint_for_1): Fix
20197         constraints in the !flag_delete_null_pointer_checks case.
20198
20199 2010-05-03  Jakub Jelinek  <jakub@redhat.com>
20200
20201         PR debug/43972
20202         * config/i386/i386.c (ix86_delegitimize_address): Make sure the
20203         result mode matches original rtl mode.
20204
20205 2010-05-03  Dave Korn  <dave.korn.cygwin@gmail.com>
20206
20207         PR target/43888
20208         * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
20209
20210 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
20211
20212         * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
20213         when processing flag options.
20214
20215 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
20216
20217         * gcov-iov.c (main): Change format string placeholder
20218         from %#08x to 0x%08x.
20219         * genchecksum.c (dosum): Change format string placeholder
20220         from %#02x to 0x%02x.
20221
20222 2010-05-02  Richard Guenther  <rguenther@suse.de>
20223
20224         PR tree-optimization/43879
20225         * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
20226
20227 2010-05-02  Bruno Haible  <bruno@clisp.org>
20228
20229         * doc/extend.texi (Function Attributes): Fix a typo.
20230
20231 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
20232
20233         Revert:
20234         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
20235         placeholder from 0x%x to %#x.
20236         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
20237         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
20238         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
20239         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
20240         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
20241         * config/i386/i386.c (ix86_target_string): Ditto.
20242         * config/i386/i386.c (output_pic_addr_const): Ditto.
20243         (print_operand): Ditto.
20244
20245 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
20246
20247         * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
20248         placeholder from 0x%x to %#x.
20249         (ASM_OUTPUT_DEBUG_DATA1): Ditto.
20250         (ASM_OUTPUT_DEBUG_DATA4): Ditto.
20251         (ASM_OUTPUT_DEBUG_DATA): Ditto.
20252         (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
20253         (ASM_OUTPUT_DEBUG_DATA8): Ditto.
20254         * optc-gen.awk: Ditto.
20255         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
20256         (HOST_WIDE_INT_PRINT_HEX): Ditto.
20257         (HOST_WIDEST_INT_PRINT_HEX): Ditto.
20258         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
20259
20260 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
20261
20262         * target.h (struct calls): Add function_value_regno_p field.
20263         * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
20264         (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
20265         * targhooks.c (default_function_value_regno_p): New function.
20266         * targhooks.h (default_function_value_regno_p): Declare function.
20267         * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
20268         * builtins.c. (apply_result_size): (Ditto.).
20269         * combine.c. (likely_spilled_retval_p): (Ditto.).
20270         * mode-switching.c. Include 'target.h'.
20271         (create_pre_exit): Use function_value_regno_p hook.
20272         * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
20273         * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
20274         TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
20275
20276         * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
20277         * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
20278         (ix86_function_value_regno_p): Declare as static, change argument
20279         type to const unsigned int.
20280         * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
20281
20282 2010-05-01  Richard Guenther  <rguenther@suse.de>
20283
20284         PR tree-optimization/43949
20285         * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
20286         types.
20287         (extract_range_from_binary_expr): Handle *_MOD_EXPR.
20288
20289 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
20290
20291         * rtl.h (CONST_DOUBLE_P): Define.
20292         (rtx_to_double_int): Declare.
20293         * emit-rtl.c (rtx_to_double_int): New function.
20294         * dwarf2out.c (insert_double): New function.
20295         (loc_descriptor, add_const_value_attribute): Clean up, use
20296         rtx_to_double_int and insert_double functions.
20297
20298 2010-05-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
20299
20300         * doc/extend.texi (Inline): Add missing return keyword to examples.
20301         (Function Attributes, Variable Attributes, Pragmas): Hyphenate
20302         "command-line".
20303
20304 2010-04-30  Eric Botcazou  <ebotcazou@adacore.com>
20305
20306         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
20307         the variable part of the offset as well.  Use highest_pow2_factor for
20308         all alignment checks.
20309
20310 2010-04-30  Richard Guenther  <rguenther@suse.de>
20311
20312         PR tree-optimization/43879
20313         * tree-ssa-structalias.c (type_could_have_pointers): Functions
20314         can have pointers.
20315
20316 2010-04-30  Jan Hubicka  <jh@suse.cz>
20317
20318         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
20319         varpool.
20320         (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
20321
20322 2010-04-30  Jan Hubicka  <jh@suse.cz>
20323
20324         * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
20325         New.
20326         * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
20327         * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
20328         (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
20329         cgraph_node_set_needs_ltrans_p): Remove.
20330
20331 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
20332
20333         * sdbout.c: Include vec.h, do not include varray.h.
20334         (deferred_global_decls, sdbout_global_decl,
20335         sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
20336         * toplev.c: Do not include varray.h.
20337         (dump_memory_report): Do not dump VARRAY statistics.
20338         * gengtype.c (open_base_file): Ignore varray.h.
20339         * Makefile.in: Update for abovementioned changes.
20340         Remove all traces of varray.c and varray.h.
20341         * varray.c: Remove file.
20342         * varray.h: Remove file.
20343
20344 2010-04-30  Jan Hubicka  <jh@suse.cz>
20345
20346         * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
20347         references.
20348
20349 2010-04-30  Jan Hubicka  <jh@suse.cz>
20350
20351         * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
20352         needed.
20353
20354 2010-04-30  Richard Guenther  <rguenther@suse.de>
20355
20356         * tree-ssa-structalias.c (get_constraint_for_1): Generate
20357         constraints for CONSTRUCTOR.
20358
20359 2010-04-30  Richard Guenther  <rguenther@suse.de>
20360
20361         PR lto/43946
20362         * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
20363         first after all lowering passes.
20364
20365 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
20366
20367         * toplev.c: Include varray.h for statistics dumping.
20368         * tree.h: Do not declare varray_head_tag.
20369         * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
20370         regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
20371         c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
20372         gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
20373         lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
20374         tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
20375         c-common.c, c-common.h, reg-stack.c, basic-block.h,
20376         tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
20377         include varray.h.
20378         * Makefile.in: Update for abovementioned changes.
20379
20380 2010-04-30  Jakub Jelinek  <jakub@redhat.com>
20381
20382         PR debug/43942
20383         * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
20384
20385 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
20386
20387         * config/picochip/picochip.c (picochip_legitimize_address): Define.
20388         Use this function to do machine-specific conversion.
20389         (picochip_legitimize_reload_address): Likewise.
20390         (picochip_legitimate_address_p): Check valid base register only if
20391         strict.
20392         (picochip_check_conditional_copy): Check for modw only if opnd is
20393         register.
20394         * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
20395         to call the function in c.
20396         * config/picochip/picochip-protos.h
20397         (picochip_legitimize_reload_address): Define.
20398         * config/picochip/picochip.md (supported_compare1): Define.
20399
20400 2010-04-30  Jan Hubicka  <jh@suse.cz>
20401
20402         * cgraph.h (cgraph_local_info): Remove for_functions_valid.
20403         (cgraph_global_info): Remove inlined.
20404         (LTO_cgraph_tag_names): Remove.
20405         (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
20406         * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
20407         simplify cgraph tags and document.
20408         (lto_output_node): Use only LTO_cgraph_unavail_node and
20409         LTO_cgraph_analyzed_node; Do not save analzed, reachable,
20410         for_functions_valid, global info, process and output flags.
20411         (input_overwrite_node): Initialize estimated stack size and
20412         estimated growth.  Do not read flags we no longer store.
20413         (input_node): Likewise do not read info no longer stored.
20414         * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
20415         flag.
20416
20417 2010-04-30  Richard Guenther  <rguenther@suse.de>
20418
20419         PR tree-optimization/43879
20420         * tree-ssa-structalias.c (get_constraint_for_1): Properly
20421         handle non-zero initializers.
20422
20423 2010-04-30  Richard Guenther  <rguenther@suse.de>
20424
20425         * builtins.c (fold_builtin_1): Delete free (0).
20426
20427 2010-04-29  Jan Hubicka  <jh@suse.cz>
20428
20429         * gengtype.c (open_base_files): Add lto-streamer.h
20430         * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
20431         (pass_ipa_cp): GGC collect.
20432         * toplev. (compile_file): Do not output symbols.
20433         * ipa-inline.c (pass_ipa_inline): Add ggc collect.
20434         * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
20435         TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
20436         * lto-section-in.c: Include ggc.h
20437         (lto_new_in_decl_state): Alloc in GGC.
20438         (lto_delete_in_decl_state): Likewise.
20439         * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
20440         Collect.
20441
20442 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
20443
20444         PR target/42895
20445         * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
20446         ORDER_REGS_FOR_LOCAL_ALLOC.  All instances of this macro changed.
20447         (HONOR_REG_ALLOC_ORDER): Describe new macro.
20448         * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
20449         * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
20450         account only if HONOR_REG_ALLOC_ORDER is not defined.
20451         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
20452         * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
20453
20454 2010-04-29  Jon Grant  <04@jguk.org>
20455
20456         * collect2.c (vflag): Change type from int to bool.
20457         (debug): Likewise.
20458         (helpflag): New global bool.
20459         (main): Set vflag and debug with boolean, not integer truth values.
20460         Accept new "--help" option and output usage text if found.
20461         * collect2.h (vflag): Update prototype.
20462         (debug): Likewise.
20463
20464 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
20465
20466         PR bootstrap/43936
20467         * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
20468
20469 2010-04-29  Richard Guenther  <rguenther@suse.de>
20470
20471         PR bootstrap/43935
20472         * plugin.h (invoke_plugin_callbacks): Annotate arguments
20473         with ATTRIBUTE_UNUSED.
20474
20475 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
20476
20477         PR target/43921
20478         * config/i386/i386.c (get_some_local_dynamic_name): Replace
20479         INSN_P with NONDEBUG_INSN_P.
20480         (distance_non_agu_define): Likewise.
20481         (distance_agu_use): Likewise.
20482
20483 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
20484
20485         From Dominique d'Humieres  <dominiq@lps.ens.fr>
20486         PR bootstrap/43858
20487         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
20488         test_set.
20489
20490 2010-04-29  Brian Hackett  <bhackett1024@gmail.com>
20491
20492         * plugin.h (invoke_plugin_callbacks): New inline function.
20493         * plugin.c (flag_plugin_added): New global flag.
20494         (add_new_plugin): Initialize above flag.
20495         (invoke_plugin_callbacks): Rename to ...
20496         (invoke_plugin_callbacks_full): ... this.
20497
20498 2010-04-28  Jan Hubicka  <jh@suse.cz>
20499
20500         * lto-symtab.c (lto_symtab_entry_def) Add vnode.
20501         (lto_varpool_replace_node): New.
20502         (lto_symtab_resolve_symbols): Resolve varpool nodes.
20503         (lto_symtab_merge_decls_1): Prefer decls with varpool node.
20504         (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
20505         * cgraph.h (varpool_node_ptr): New type.
20506         (varpool_node_ptr): New vector.
20507         (varpool_node_set_def): New structure.
20508         (varpool_node_set): New type.
20509         (varpool_node_set): New vector.
20510         (varpool_node_set_element_def): New structure.
20511         (varpool_node_set_element, const_varpool_node_set_element): New types.
20512         (varpool_node_set_iterator): New type.
20513         (varpool_node): Add prev pointers, add used_from_other_partition,
20514         in_other_partition.
20515         (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
20516         varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
20517         varpool_get_node, varpool_remove_node): Declare.
20518         (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
20519         varpool_node_set_size): New inlines.
20520         * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
20521         * tree-pass.h (varpool_node_set_def): Forward declare.
20522         (ipa_opt_pass_d): Summary writting takes vnode sets too.
20523         (ipa_write_optimization_summaries): Update prototype.
20524         * ipa-cp.c (ipcp_write_summary): Update.
20525         * ipa-reference.c (ipa_reference_write_summary): Update.
20526         * lto-cgraph.c (lto_output_varpool_node): New static function.
20527         (output_varpool): New function.
20528         (input_varpool_node): New static function.
20529         (input_varpool_1): New function.
20530         (input_cgraph): Input varpool.
20531         * ipa-pure-const.c (pure_const_write_summary): Update.
20532         * lto-streamer-out.c (lto_output): Update, output varpool too.
20533         (write_global_stream): Kill WPA hack.
20534         (produce_asm_for_decls): Update.
20535         (output_alias_pair_p): Handle variables.
20536         (output_unreferenced_globals): Output only needed partition of varpool.
20537         * ipa-inline.c (inline_write_summary): Update.
20538         * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
20539         cgraph.
20540         * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
20541         * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
20542         varpool_node_set_new, varpool_node_set_add,
20543         varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
20544         debug_varpool_node_set): New functions.
20545         * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
20546         (execute_one_pass): Process new decls too.
20547         (ipa_write_summaries_2): Pass around vsets.
20548         (ipa_write_summaries_1): Likewise.
20549         (ipa_write_summaries): Build vset; be more selective about cgraph nodes
20550         to add.
20551         (ipa_write_optimization_summaries_1): Pass around vsets.
20552         (ipa_write_optimization_summaries): Likewise.
20553         * varpool.c (varpool_get_node): New.
20554         (varpool_node): Update doubly linked lists.
20555         (varpool_remove_node): New.
20556         (dump_varpool_node): More dumping.
20557         (varpool_enqueue_needed_node): Update doubly linked lists.
20558         (decide_is_variable_needed): Kill ltrans hack.
20559         (varpool_finalize_decl): Kill lto hack.
20560         (varpool_assemble_decl): Skip decls in other partitions.
20561         (varpool_assemble_pending_decls): Update doubly linkes lists.
20562         (varpool_empty_needed_queue): Likewise.
20563         (varpool_extra_name_alias): Likewise.
20564         * lto-streamer.c (lto_get_section_name): Add vars section.
20565         * lto-streamer.h (lto_section_type): Update.
20566         (output_varpool, input_varpool): Declare.
20567
20568 2010-04-28  Mike Stump  <mikestump@comcast.net>
20569
20570         * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
20571
20572 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
20573
20574         * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
20575         record or union type with RECORD_OR_UNION_TYPE_P predicate.
20576         (lto_input_ts_type_tree_pointers): Likewise.
20577         * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
20578         (lto_output_ts_type_tree_pointers): Likewise.
20579
20580 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
20581
20582         Uniquization of constants at the Tree level
20583         * tree.h (DECL_IN_CONSTANT_POOL): New macro.
20584         (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
20585         bit to the end.
20586         (tree_output_constant_def): Declare.
20587         * gimplify.c (gimplify_init_constructor): When using block copy, first
20588         uniquize the constant constructor on the RHS.
20589         * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
20590         DECL_IN_CONSTANT_POOL flag.
20591         * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
20592         * varasm.c (make_decl_rtl): Deal with variables belonging to the global
20593         constant pool.
20594         (assemble_variable): Deal with symbols belonging to the tree constant
20595         pool.
20596         (get_constant_section): Add ALIGN parameter and simplify.
20597         (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
20598         (assemble_constant_contents): Use the expression of the VAR_DECL.
20599         (output_constant_def_contents): Use the alignment of the VAR_DECL.
20600         (tree_output_constant_def): New global function.
20601         (mark_constant): Use the expression of the VAR_DECL.
20602         (place_block_symbol): Use the alignment of the VAR_DECL and the size of
20603         its expression.
20604         (output_object_block): Likewise and assemble the expression.
20605
20606 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
20607
20608         * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
20609         hash_tree, eq_tree): New tree hash table.
20610         (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
20611         [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
20612         lto_orig_address_remove): Reimplement.
20613
20614 2010-04-28  Xinliang David Li  <davidxl@google.com>
20615
20616         PR c/42643
20617         * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
20618         (compute_uninit_opnds_pos): New function.
20619         (is_non_loop_exit_postdominating): New function.
20620         (compute_control_dep_chain): New function.
20621         (find_pdom): New function.
20622         (convert_control_dep_chain_into_preds): New function.
20623         (find_predicates): New function.
20624         (find_control_equiv_block): New function.
20625         (collect_phi_def_edges): New function.
20626         (find_def_preds): New function.
20627         (find_dom): New function.
20628         (dump_predicates): New function.
20629         (get_cmp_code): New function.
20630         (is_value_included_in): New function.
20631         (find_matching_predicate_in_rest_chains): New function.
20632         (use_pred_not_overlap_with_undef_path_pred): New function.
20633         (is_use_properly_guarded): New function.
20634         (normalize_cond_1): New function.
20635         (is_and_or_or): New function.
20636         (normalize_cond): New function.
20637         (is_gcond_subset_of): New function.
20638         (is_subset_of_any): New function.
20639         (is_or_set_subset_of): New function.
20640         (is_and_set_subset_of): New function.
20641         (is_norm_cond_subset_of): New function.
20642         (is_pred_expr_subset_of): New function.
20643         (is_pred_chain_subset_of): New function.
20644         (is_included_in): New function.
20645         (is_superset_of): New function.
20646         (find_uninit_use): New function.
20647         (warn_uninitialized_phi): New function.
20648         (compute_possibly_undefined_names): New function.
20649         (ssa_undefined_value_p): New function.
20650         (execute_late_warn_uninitialized): New function.
20651         * tree-ssa.c (ssa_undefined_value_p): Removed.
20652         (warn_uninit): Changed to extern.
20653         (warn_uninitialized_phi): Removed.
20654         (warn_uninitialized_vars): Changed to extern.
20655         (execute_late_warn_uninitialized): Removed
20656         * tree-flow.h: Add new prototypes.
20657         * timevar.def: Add new time variable.
20658         * Makefile.in: Add new build file.
20659
20660 2010-04-28  Uros Bizjak  <ubizjak@gmail.com>
20661
20662         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
20663         type if available.
20664
20665 2010-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20666
20667         PR target/22224
20668         * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
20669
20670 2010-04-28  Martin Jambor  <mjambor@suse.cz>
20671
20672         * cgraph.h (struct cgraph_node): New field indirect_calls.
20673         (struct cgraph_indirect_call_info): New type.
20674         (struct cgraph_edge): Removed field indirect_call. New fields
20675         indirect_info, indirect_inlining_edge and indirect_unknown_callee.
20676         (cgraph_create_indirect_edge): Declare.
20677         (cgraph_make_edge_direct): Likewise.
20678         (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
20679         * ipa-prop.h (struct ipa_param_call_note): Removed.
20680         (struct ipa_node_params): Removed field param_calls.
20681         (ipa_create_all_structures_for_iinln): Declare.
20682         * cgraph.c: Described indirect edges and uids in initial comment.
20683         (cgraph_add_edge_to_call_site_hash): New function.
20684         (cgraph_edge): Search also among the indirect edges, use
20685         cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
20686         (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
20687         one, use cgraph_add_edge_to_call_site_hash to add edges to the call
20688         site hash.
20689         (initialize_inline_failed): Assign a reason to indirect edges.
20690         (cgraph_create_edge_1): New function.
20691         (cgraph_create_edge): Moved some functionality to
20692         cgraph_create_edge_1.
20693         (cgraph_create_indirect_edge): New function.
20694         (cgraph_edge_remove_callee): Add an assert checking for
20695         non-indirectness.
20696         (cgraph_edge_remove_caller): Special-case indirect edges.
20697         (cgraph_remove_edge): Likewise.
20698         (cgraph_set_edge_callee): New function.
20699         (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
20700         (cgraph_make_edge_direct): New function.
20701         (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
20702         the declaration of the call statement matches.
20703         (cgraph_node_remove_callees): Special-case indirect edges.
20704         (cgraph_clone_edge): Likewise.
20705         (cgraph_clone_node): Clone also the indirect edges.
20706         (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
20707         indirect_call, dump count of indirect_calls edges.
20708         * ipa-prop.c (iinlining_processed_edges): New variable.
20709         (ipa_note_param_call): Create indirect edges instead of
20710         creating notes.  New parameter node.
20711         (ipa_analyze_call_uses): New parameter node, pass it on to
20712         ipa_note_param_call.
20713         (ipa_analyze_stmt_uses): Likewise.
20714         (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
20715         (print_edge_addition_message): Work on edges rather than on notes.
20716         (update_call_notes_after_inlining): Likewise, renamed to
20717         update_indirect_edges_after_inlining.
20718         (ipa_create_all_structures_for_iinln): New function.
20719         (ipa_free_node_params_substructures): Do not free notes.
20720         (ipa_edge_duplication_hook): Propagate bits within
20721         iinlining_processed_edges bitmap.
20722         (ipa_node_duplication_hook): Do not duplicate notes.
20723         (free_all_ipa_structures_after_ipa_cp): Renamed to
20724         ipa_free_all_structures_after_ipa_cp.
20725         (free_all_ipa_structures_after_iinln): Renamed to
20726         ipa_free_all_structures_after_iinln.
20727         (ipa_write_param_call_note): Removed.
20728         (ipa_read_param_call_note): Removed.
20729         (ipa_write_indirect_edge_info): New function.
20730         (ipa_read_indirect_edge_info): Likewise.
20731         (ipa_write_node_info): Do not stream notes, do stream information
20732         in indirect edges.
20733         (ipa_read_node_info): Likewise.
20734         (lto_ipa_fixup_call_notes): Removed.
20735         * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
20736         * ipa-inline.c (pass_ipa_inline): Likewise.
20737         * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
20738         * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
20739         * tree-inline.c (copy_bb): Removed an unnecessary double check for
20740         is_gimple_call.
20741         * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
20742         edges.
20743         * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
20744         (output_cgraph): Stream also indirect edges.
20745         (lto_output_edge): Added capability to stream indirect edges.
20746         (input_edge): Likewise.
20747         (input_cgraph_1): Likewise.
20748         * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
20749         of indirect edges.
20750
20751 2010-04-28  Richard Guenther  <rguenther@suse.de>
20752
20753         PR tree-optimization/43879
20754         PR tree-optimization/43909
20755         * tree-ssa-structalias.c (struct variable_info): Add
20756         only_restrict_pointers flag.
20757         (new_var_info): Initialize it.  Increment stats.total_vars here.
20758         (create_function_info_for): Do not increment stats.total_vars here.
20759         (get_function_part_constraint): Fix build with C++.
20760         (insert_into_field_list): Remove.
20761         (push_fields_onto_fieldstack): Properly merge fields.
20762         (create_variable_info_for): Split and simplify.
20763         (create_variable_info_for_1): New piece.
20764         (intra_create_variable_infos): Properly make restrict constraints
20765         from parameters.
20766
20767 2010-04-28  Richard Guenther  <rguenther@suse.de>
20768
20769         PR c++/43880
20770         * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
20771
20772 2010-04-27  Manuel López-Ibáñez  <manu@gcc.gnu.org>
20773             Jan Hubicka  <hubicka@ucw.cz>
20774
20775         * doc/invoke.texi (-Wsuggest-attribute=const,
20776         -Wsuggest-attribute=pure): Document.
20777         * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
20778         (function_always_visible_to_compiler_p,
20779         suggest_attribute, warn_function_pure, warn_function_const):
20780         New functions.
20781         (check_call): Improve debug info.
20782         (analyze_function): Do not check availability.
20783         (add_new_function): Check availability.
20784         (propagate): Output warnings.
20785         (skip_function_for_local_pure_const): New function.
20786         (local_pure_const): Use it; output warnings.
20787         * common.opt (Wsuggest-attribute=const,
20788         Wsuggest-attribute=pure): New.
20789
20790 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
20791
20792         * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
20793         force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
20794         or DW_CFA_def_cfa_offset{,_sf}.
20795
20796 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
20797
20798         * tree.h: Fix truncated long macros.
20799
20800 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
20801
20802         * collect2.c (TARGET_64BIT): Redefine to target's default.
20803         * tlink.c: Likewise.
20804         * config/i386/cygming.h (USER_LABEL_PREFIX): Define
20805         dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
20806         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
20807         for underscoring __USER_LABEL_PREFIX__.
20808         * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
20809         (SUB_LINK_ENTRY32): New.
20810         (SUB_LINK_ENTRY64): New.
20811         (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
20812         * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
20813         (SUB_LINK_ENTRY64): New.
20814         (SUB_LINK_ENTRY): New.
20815         (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
20816         (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
20817         x64 target is choosen.
20818         * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
20819         * configure: Regenerated.
20820         * configure.ac (leading-mingw64-underscores): Option added.
20821
20822 2010-04-27  Jan Hubicka  <jh@suse.cz>
20823
20824         * doc/invoke.texi (-fipa-profile): Document.
20825         * opts.c (decode_options): Enable ipa-profile at -O1.
20826         * timevar.def (TV_IPA_PROFILE): Define.
20827         * common.opt (fipa-profile): Add.
20828         * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
20829         flag for clones.
20830         (cgraph_propagate_frequency): Handle only local ones.
20831         * tree-pass.h (pass_ipa_profile): Declare.
20832         * ipa-profile.c (gate_profile): Use flag_ipa_profile.
20833         (pass_ipa_profile): Use TV_IPA_PROFILE.
20834         * ipa.c (ipa_profile): New function.
20835         (gate_ipa_profile): Likewise.
20836         (pass_ipa_profile): New global variable.
20837         * passes.c (pass_ipa_profile): New.
20838
20839 2010-04-27  Nathan Froyd  <froydnj@codesourcery.com>
20840
20841         * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
20842
20843 2010-04-27  Martin Jambor  <mjambor@suse.cz>
20844
20845         PR middle-end/43812
20846         * ipa.c (dissolve_same_comdat_group_list): New function.
20847         (function_and_variable_visibility): Call
20848         dissolve_same_comdat_group_list when comdat group contains external or
20849         newly local nodes.
20850         * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
20851         lists are circular and that they contain only DECL_ONE_ONLY nodes.
20852
20853 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
20854
20855         * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
20856         (const_hash_1) <VECTOR_CST>: New case.
20857         (compare_constant) <VECTOR_CST>: Likewise.
20858         <ADDR_EXPR>: Deal with LABEL_REFs.
20859         (copy_constant) <VECTOR_CST>: New case.
20860
20861 2010-04-27  Jan Hubicka  <jh@suse.cz>
20862
20863         * cgraph.c (cgraph_propagate_frequency): New function.
20864         * cgraph.h (cgraph_propagate_frequency): Declare.
20865         * ipa-inline.c (cgraph_clone_inlined_nodes): Call
20866         cgraph_propagate_frequency.
20867
20868 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
20869
20870         * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
20871
20872 2010-04-27  Bernd Schmidt  <bernds@codesourcery.com>
20873
20874         PR target/40657
20875         * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
20876         (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
20877         here to determine which regs to push and how much stack to reserve.
20878
20879 2010-04-27  Jie Zhang  <jie@codesourcery.com>
20880
20881         * doc/gimple.texi (gimple_statement_with_ops): Remove
20882         addresses_taken field.
20883         (gimple_statement_with_memory_ops): Likewise.
20884
20885 2010-04-27  Jan Hubicka  <jh@suse.cz>
20886
20887         * tree-inline.c (eni_inlining_weights): Remove.
20888         (estimate_num_insns): Special case more builtins.
20889
20890 2010-04-27  Shujing Zhao  <pearly.zhao@oracle.com>
20891
20892         PR c/32207
20893         * c-typeck.c (build_binary_op): Move forward check for comparison
20894         pointer with null pointer constant and adjust the diagnostic message.
20895
20896 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
20897
20898         PR lto/42776
20899         * configure.ac (gcc_cv_as_section_has_align): Set if installed
20900         binutils supports extended .section directive needed by LTO, or
20901         warn if older binutils found.
20902         (LTO_BINARY_READER): New AC_SUBST'd variable.
20903         (LTO_USE_LIBELF): Likewise.
20904         * config.gcc (lto_binary_reader): New target-specific configure
20905         variable.
20906         * Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
20907         (LTO_USE_LIBELF): Likewise.
20908         * configure: Regenerate.
20909
20910         * collect2.c (is_elf): Rename from this ...
20911         (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
20912          object files in addition to ELF-formatted ones.
20913         (scan_prog_file): Caller updated.  Also allow for LTO info marker
20914         symbol to be prefixed or not by an extra underscore.
20915
20916         * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
20917         * config/i386/winnt.c: Also #include lto-streamer.h
20918         (i386_pe_asm_named_section): Specify 1-byte section alignment for
20919         LTO named sections.
20920         (i386_pe_asm_output_aligned_decl_common): Add comment.
20921         (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
20922
20923 2010-04-27  Hans-Peter Nilsson  <hp@bitrange.com>
20924
20925         PR target/43889
20926         * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
20927         Add missing earlyclobber for second alternative.
20928
20929 2010-04-26  Bernd Schmidt  <bernds@codesourcery.com>
20930
20931         * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
20932         bits for artificial defs at the top of the block.
20933         * fwprop.c (single_def_use_enter_block): Don't call it.
20934
20935 2010-04-26  Jack Howarth  <howarth@bromo.med.uc.edu>
20936
20937         PR 43715
20938         * configure.ac: Use "$gcc_cv_nm -g" on darwin
20939         instead of "$gcc_cv_objdump -T".
20940         Use "-undefined dynamic_lookup" on darwin.
20941         * configure: Regenerate.
20942
20943 2010-04-26  Jakub Jelinek  <jakub@redhat.com>
20944
20945         PR c/43893
20946         * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
20947
20948 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
20949
20950         * c-parser.c (struct c_token): Move location field up.
20951         * c-tree.h (struct c_typespec): Move expr_const_operands field up.
20952         (struct c_declspecs): Convert typespec_word, storage_class, and
20953         default_int_p into bitfields.
20954         (struct c_declarator): Move loc field up.
20955
20956 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
20957
20958         * cfgloop.h (struct loop): Move can_be_parallel field up.
20959         * ipa-prop.h (struct ip_node_params): Move bitfields up.
20960         * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
20961         down.
20962         (struct iv_cand): Convert pos field into a bitfield.
20963         * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
20964         field up.
20965         (struct _stmt_vec_info): Shuffle fields for better packing.
20966
20967 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
20968
20969         * varasm.c (IN_NAMED_SECTION): Remove guard.
20970         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
20971         (IN_NAMED_SECTION_P): ...this.
20972         (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
20973         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
20974
20975 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
20976
20977         * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
20978         Use VOID_TYPE_P for all void type tests.  Adjust TYPE variable instead
20979         of shadowing it.  Fix comments.
20980
20981 2010-04-26  Jan Hubicka  <jh@suse.cz>
20982
20983         * cgraph.c (cgraph_create_node): Set node frequency to normal.
20984         (cgraph_clone_node): Copy function frequency.
20985         * cgraph.h (node_frequency): New enum
20986         (struct cgraph_node): Add.
20987         * final.c (rest_of_clean_state): Update.
20988         * lto-cgraph.c (lto_output_node): Output node frequency.
20989         (input_overwrite_node): Input node frequency.
20990         * tre-ssa-loop-ivopts (computation_cost): Update.
20991         * lto-streamer-out.c (output_function): Do not output function
20992         frequency.
20993         * predict.c (maybe_hot_frequency_p): Update and handle functions
20994         executed once.
20995         (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
20996         attribute lookup.
20997         (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
20998         (compute_function_frequency): Set noreturn functions to be executed
20999         once.
21000         (choose_function_section): Update.
21001         * lto-streamer-in.c (input_function): Do not input function frequency.
21002         * function.c (allocate_struct_function): Do not initialize function
21003         frequency.
21004         * function.h (function_frequency): Remove.
21005         (struct function): Remove function frequency.
21006         * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
21007         (try_update): Update.
21008         * tree-inline.c (initialize_cfun): Do not update function frequency.
21009         * passes.c (pass_init_dump_file): Update.
21010         * i386.c (ix86_compute_frame_layout): Update.
21011         (ix86_pad_returns): Update.
21012
21013 2010-04-26  Jie Zhang  <jie@codesourcery.com>
21014
21015         PR tree-optimization/43833
21016         * tree-vrp.c (range_int_cst_p): New.
21017         (range_int_cst_singleton_p): New.
21018         (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
21019         when both operands are constants.  Use range_int_cst_p in
21020         BIT_IOR_EXPR case.
21021
21022 2010-04-26  Jan Hubicka  <jh@suse.cz>
21023
21024         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
21025
21026 2010-04-26  Richard Guenther  <rguenther@suse.de>
21027
21028         PR lto/43080
21029         * gimple.c (gimple_decl_printable_name): Deal gracefully
21030         with a NULL DECL_NAME.
21031
21032 2010-04-26  Richard Guenther  <rguenther@suse.de>
21033
21034         PR lto/42425
21035         * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
21036         if emitting debug information and it is either a function
21037         or a namespace decl.
21038
21039 2010-04-26  Ira Rosen  <irar@il.ibm.com>
21040
21041         * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
21042         determine if the statement is vectorizable, and a macro to access it.
21043         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
21044         Skip statements that can't be vectorized. If the analysis fails,
21045         mark the statement as unvectorizable if vectorizing basic block.
21046         (vect_compute_data_refs_alignment): Likewise.
21047         (vect_verify_datarefs_alignment): Skip statements marked as
21048         unvectorizable. Add print.
21049         (vect_analyze_group_access): Skip statements that can't be
21050         vectorized. If the analysis fails, mark the statement as
21051         unvectorizable if vectorizing basic block.
21052         (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
21053         * tree-vect-stmts.c (vectorizable_store): Fix the number of
21054         generated stmts for SLP.
21055         (new_stmt_vec_info): Initialize the new field.
21056         * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
21057         statements marked as unvectorizable.
21058
21059 2010-04-25  Joseph Myers  <joseph@codesourcery.com>
21060
21061         * c-common.c (flag_isoc1x): New.
21062         (flag_isoc99): Update comment.
21063         * c-common.h (flag_isoc1x): New.
21064         (flag_isoc99): Update comment.
21065         * c-cppbuiltin.c (builtin_define_float_constants): Also define
21066         __<type>_DECIMAL_DIG__.
21067         * c-opts.c (set_std_c1x): New.
21068         (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
21069         (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
21070         * c.opt (-std=c1x, -std=gnu1x): New options.
21071         * doc/cpp.texi: Mention -std=c1x.
21072         * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
21073         * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
21074         * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
21075         * doc/standards.texi: Mention C1X.
21076         * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
21077         LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
21078         LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
21079         Define for C1X.
21080
21081 2010-04-25  Uros Bizjak  <ubizjak@gmail.com>
21082
21083         * config/i386/gmon-sol2.c (_mcleanup): Change format string
21084         placeholder from 0x%x to %#x.
21085         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
21086         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
21087         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
21088         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
21089         * config/i386/i386.c (ix86_target_string): Ditto.
21090         (output_pic_addr_const): Ditto.
21091         (print_operand): Ditto.
21092
21093 2010-04-25  Paolo Bonzini  <bonzini@gnu.org>
21094
21095         * combine.c (find_split_point): Add third argument.  Use it
21096         to find nested multiply-accumulate instructions.  Adjust calls.
21097         (try_combine): Adjust call to find_split_point.
21098
21099 2010-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
21100
21101         * doc/contrib.texi (Contributors): Add Dodji Seketeli.
21102
21103 2010-04-24  Bernd Schmidt  <bernds@codesourcery.com>
21104
21105         PR tree-optimization/41442
21106         * fold-const.c (merge_truthop_with_opposite_arm): New function.
21107         (fold_binary_loc): Call it.
21108
21109 2010-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21110
21111         * toplev.c (general_init): Set default for fdiagnostics-show-option.
21112         * opts.c (common_handle_option): Allow disabling it.
21113         * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
21114
21115 2010-04-23  Eric Botcazou  <ebotcazou@adacore.com>
21116
21117         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
21118         between modes if both types are integral.
21119
21120 2010-04-23  Richard Guenther  <rguenther@suse.de>
21121
21122         PR tree-optimization/43572
21123         * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
21124
21125 2010-04-23  Richard Guenther  <rguenther@suse.de>
21126
21127         PR lto/43455
21128         * tree-inline.c (tree_can_inline_p): Also check compatibility
21129         of return types.
21130
21131 2010-04-23  Martin Jambor  <mjambor@suse.cz>
21132
21133         PR tree-optimization/43846
21134         * tree-sra.c (struct access): New flag grp_assignment_read.
21135         (build_accesses_from_assign): Set grp_assignment_read.
21136         (sort_and_splice_var_accesses): Propagate grp_assignment_read.
21137         (enum mark_read_status): New type.
21138         (analyze_access_subtree): Propagate grp_assignment_read, create
21139         accesses also if both direct_read and root->grp_assignment_read.
21140
21141 2010-04-23  Martin Jambor  <mjambor@suse.cz>
21142
21143         PR middle-end/43835
21144         * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
21145         function does not have type attributes.
21146
21147 2010-04-23  Richard Guenther  <rguenther@suse.de>
21148
21149         PR lto/42653
21150         * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
21151         of FUNCTION_DECLs.
21152
21153 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
21154
21155         * sese.h (create_if_region_on_edge): Remove.
21156
21157         * sese.c (create_if_region_on_edge): Make static.
21158
21159         * tree-inline.c: Do not include ggc.h.
21160
21161         * expr.c: Do not include ggc.h.
21162
21163         * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
21164         dependencies.
21165
21166 2010-04-22  Kaz Kojima  <kkojima@gcc.gnu.org>
21167
21168         PR target/43744
21169         * config/sh/sh.c (find_barrier): Don't emit a constant pool
21170         in the middle of insns for casesi_worker_2.
21171
21172 2010-04-22  David Edelsohn  <edelsohn@gnu.org>
21173
21174         * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
21175
21176 2010-04-22  Ira Rosen  <irar@il.ibm.com>
21177
21178         PR tree-optimization/43842
21179         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
21180         loop unrolling in update of exit phis. Fix comment.
21181         * tree-vect-slp.c (vect_analyze_slp): Check that there are at
21182         least two reduction statements in the loop before starting SLP
21183         analysis.
21184
21185 2010-04-22  Nick Clifton  <nickc@redhat.com>
21186
21187         * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
21188
21189 2010-04-22  Alexander Monakov  <amonakov@ispras.ru>
21190
21191         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
21192         to simplify a + ~a.
21193
21194 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
21195
21196         * tree-parloops.c (loop_parallel_p): New argument
21197         parloop_obstack.  Pass it down.
21198         (parallelize_loops): New variable parloop_obstack.  Initialize it,
21199         pass it down, free it.
21200
21201         * tree-loop-linear.c (linear_transform_loops): Pass down
21202         lambda_obstack.
21203
21204         * tree-data-ref.h (lambda_compute_access_matrices): New argument
21205         of type struct obstack *.
21206
21207         * tree-data-ref.c (analyze_subscript_affine_affine): New variable
21208         scratch_obstack.  Initialize it, pass down, free it.
21209
21210         * lambda.h (lambda_loop_new): Remove.
21211         (lambda_matrix_new, lambda_matrix_inverse)
21212         (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
21213         argument of type struct obstack *.
21214
21215         * lambda-trans.c (lambda_trans_matrix_new): New argument
21216         lambda_obstack.  Pass it down, use obstack allocation for ret.
21217         (lambda_trans_matrix_inverse): New argument lambda_obstack.  Pass
21218         it down.
21219
21220         * lambda-mat.c (lambda_matrix_get_column)
21221         (lambda_matrix_project_to_null): Remove.
21222         (lambda_matrix_new): New argument lambda_obstack.  Use obstack
21223         allocation for mat.
21224         (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
21225         lambda_obstack.
21226
21227         * lambda-code.c (lambda_loop_new): New function.
21228         (lambda_lattice_new, compute_nest_using_fourier_motzkin)
21229         (lambda_compute_auxillary_space, lambda_compute_target_space)
21230         (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
21231         (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
21232         (build_access_matrix): New argument lambda_obstack.  Use obstack
21233         allocation for am.
21234         (lambda_compute_step_signs, lambda_compute_access_matrices): New
21235         argument lambda_obstack.  Pass it down.
21236
21237 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
21238
21239         * optabs.h (expand_widening_mult): Declare.
21240
21241 2010-04-22  Richard Guenther  <rguenther@suse.de>
21242
21243         PR tree-optimization/43845
21244         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
21245         lookup the CALL_EXPR function and arguments.
21246
21247 2010-04-22  Nick Clifton  <nickc@redhat.com>
21248
21249         * config/stormy16/stormy16.c
21250         (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
21251         * config/stormy16/stormy16.h: Tidy up formatting.
21252         (DONT_USE_BUILTIN_SETJMP): Remove definition.
21253         * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
21254         (ineqbranchsi): Delete pattern.
21255         * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
21256         * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
21257         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
21258         stormy16-lib2-ucmpsi2.c.
21259
21260 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
21261
21262         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
21263         df_simulate_find_noclobber_defs as appropriate.  Keep track of an
21264         extra set merge_set_noclobber, and use it to relax the final test
21265         slightly.
21266         * df.h (df_simulate_find_noclobber_defs): Declare.
21267         * df-problems.c (df_simulate_find_defs): Don't ignore partial or
21268         conditional defs.
21269         (df_simulate_find_noclobber_defs): New function.
21270
21271 2010-04-22  Uros Bizjak  <ubizjak@gmail.com>
21272
21273         * config/i386/i386.md: Use {} around multi-line preparation statements.
21274
21275 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
21276
21277         * c-tree.h (push_init_level, pop_init_level, set_init_index)
21278         (process_init_element): New argument of type struct obstack *.
21279
21280         * c-typeck.c (push_init_level, pop_init_level, set_designator)
21281         (set_init_index, set_init_label, set_nonincremental_init)
21282         (set_nonincremental_init_from_string, find_init_member)
21283         (output_init_element, output_pending_init_elements)
21284         (process_init_element): New argument braced_init_obstack.  Pass it
21285         down.
21286         (push_range_stack, add_pending_init): New argument
21287         braced_init_obstack.  Use obstack allocation.
21288
21289         * c-parser.c (c_parser_initelt, c_parser_initval): New argument
21290         braced_init_obstack.  Pass it down.
21291         (c_parser_braced_init): New variables ret, braced_init_obstack.
21292         Initialize obstack, pass it down and finally free it.
21293
21294 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
21295
21296         PR middle-end/29274
21297         * tree-pass.h (pass_optimize_widening_mul): Declare.
21298         * tree-ssa-math-opts.c (execute_optimize_widening_mul,
21299         gate_optimize_widening_mul): New static functions.
21300         (pass_optimize_widening_mul): New.
21301         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
21302         <case MULT_EXPR>: Remove support for widening multiplies.
21303         * tree.def (WIDEN_MULT_EXPR): Tweak comment.
21304         * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
21305         simplify_gen_unary rather than directly building extensions.
21306         * tree-cfg.c (verify_gimple_assign_binary): Add tests for
21307         WIDEN_MULT_EXPR.
21308         * expmed.c (expand_widening_mult): New function.
21309         * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
21310
21311 2010-04-21  Jan Hubicka  <jh@suse.cz>
21312
21313         * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
21314         * lto-section-in.c (lto_section_name): Remove wpa_fixup.
21315         * lto-wpa-fixup.c: Remove.
21316         * Makefile.in (lto-wpa-fixup.o): Remove.
21317         * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
21318         (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
21319         * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
21320
21321 2010-04-21  Jan Hubicka  <jh@suse.cz>
21322
21323         * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
21324         add write_optimization_summary, read_optimization_summary.
21325         (ipa_write_summaries_of_cgraph_node_set): Remove.
21326         (ipa_write_optimization_summaries): Declare.
21327         (ipa_read_optimization_summaries): Declare.
21328         * ipa-cp.c (pass_ipa_cp): Update.
21329         * ipa-reference.c (pass_ipa_reference): Update.
21330         * ipa-pure-const.c (pass_ipa_pure_const): Update.
21331         * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
21332         Update.
21333         * ipa-inline.c (pass_ipa_inline): Update.
21334         * ipa.c (pass_ipa_whole_program): Update.
21335         * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
21336         * passes.c (ipa_write_summaries_1): Do not test wpa.
21337         (ipa_write_optimization_summaries_1): New.
21338         (ipa_write_optimization_summaries): New.
21339         (ipa_read_summaries): Do not test ltrans.
21340         (ipa_read_optimization_summaries_1): New.
21341         (ipa_read_optimization_summaries): New.
21342
21343 2010-04-21  Jan Hubicka  <jh@suse.cz>
21344
21345         * lto-cgraph.c (lto_output_node): Do not output comdat groups
21346         for boundary nodes.
21347         (output_cgraph): Do not arrange comdat groups for boundary nodes.
21348
21349 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
21350
21351         PR debug/40040
21352         * dwarf2out.c (add_name_and_src_coords_attributes): Add
21353         DW_AT_{,MIPS_}linkage_name even for Fortran decls.
21354
21355 2010-04-21  Jan Hubicka  <jh@suse.cz>
21356
21357         * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
21358
21359 2010-04-21  Jan Hubicka  <jh@suse.cz>
21360
21361         * varpool.c (decide_is_variable_needed): Variable is always needed
21362         during ltrans.
21363
21364 2010-04-21  Jan Hubicka  <jh@suse.cz>
21365
21366         * opts.c (decode_options): Enable pure-const pass for whopr.
21367
21368 2010-04-21  Jan Hubicka  <jh@suse.cz>
21369
21370         * cgraph.c (dump_cgraph_node): Dump also assembler name.
21371         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
21372         at WPA dumping.
21373         (cgraph_decide_inlining): Do not expect callee to be removed in all
21374         cases.
21375
21376 2010-04-21  Eric B. Weddington  <eric.weddington@atmel.com>
21377
21378         * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
21379
21380 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
21381
21382         * config/i386/i386.md (x86_shrd): Add athlon_decode and
21383         amdfam10_decode attributes.
21384
21385 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
21386
21387         PR middle-end/43570
21388         * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
21389         OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
21390         (lower_copyprivate_clauses): Use private var in outer
21391         context instead of original var.  Make sure the types
21392         are correct for VLAs.
21393
21394 2010-04-21  Richard Guenther  <rguenther@suse.de>
21395
21396         * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
21397         to non-pointer objects.
21398
21399 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
21400
21401         * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument.  Drop
21402         last chain entry if it starts with the still current label.
21403         (add_location_or_const_value_attribute): Check that
21404         loc_list->first->next is NULL instead of comparing ->first with ->last.
21405         (dwarf2out_var_location): Pass last_label resp. last_postcall_label
21406         to add_var_loc_to_decl.
21407
21408         * dwarf2out.c (output_call_frame_info): For dw_cie_version
21409         >= 4 add also address size and segment size fields into CIE header.
21410
21411         * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
21412         long as address size is the same as sizeof (void *) and
21413         segment size is 0.
21414         * unwind-dw2-fde.c (get_cie_encoding): Likewise.  If
21415         address size or segment size is unexpected, return DW_EH_PE_omit.
21416         (classify_object_over_fdes): If get_cie_encoding returned
21417         DW_EH_PE_omit, return -1.
21418         (init_object): If classify_object_over_fdes returned -1,
21419         pretend there were no FDEs at all.
21420
21421 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
21422
21423         * config/i386/i386.md (bswap<mode>2): Macroize expander from
21424         bswap{si,di}2 using SWI48 mode iterator.
21425         (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
21426         SWI48 mode iterator.  Set type attribute of bswap insn to bitmanip,
21427         set modrm attribute of bswap insn to 0 and remove length attribute.
21428         (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
21429         iterator.  Set type attribute to bitmanip, set modrm attribute to 0,
21430         set mode attribute to <MODE> and remove length attribute.
21431
21432 2010-04-20  James E. Wilson  <wilson@codesourcery.com>
21433
21434         PR rtl-optimization/43520
21435         * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
21436         zero available registers.
21437
21438 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21439
21440         * builtins.c (fold_builtin_cproj): Fold more cases.
21441
21442 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21443
21444         * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
21445         (fold_builtin_1): Fold builtin cproj.
21446         * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
21447         Use ATTR_CONST_NOTHROW_LIST.
21448
21449 2010-04-20  Uros Bizjak  <ubizjak@gmail.com>
21450
21451         * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
21452         and ffsdi2 using SWI48 mode iterator.  Expand SImode insn through
21453         ffsi2_no_cmove for !TARGET_CMOVE.
21454         (ffssi2_no_cmove): Rename from *ffs_no_cmove.  Make public.
21455         (ffssi2): Remove expander.
21456         (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
21457         mode iterator.
21458         (ctz<mode>2): Ditto from ctz{si,di}2.
21459         (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
21460         mode iterator.
21461         (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
21462         mode iterator.
21463
21464 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
21465
21466         * dwarf2out.c (AT_linkage_name): Define.
21467         (clone_as_declaration): Handle DW_AT_linkage_name.
21468         (add_name_and_src_coords_attributes): Use AT_linkage_name instead
21469         of DW_AT_MIPS_linkage_name.
21470         (move_linkage_attr): Likewise.
21471         (dwarf2out_finish): Likewise.
21472
21473 2010-04-20  Xinliang David Li  <davidxl@gcc.gnu.org>
21474
21475         PR middle-end/41952
21476         * fold-const.c (fold_comparison): New folding rule.
21477
21478 2010-04-20  Anatoly Sokolov  <aesok@post.ru>
21479
21480         * double-int.h (double_int_setbit): Declare.
21481         * double-int.c (double_int_setbit): New function.
21482         * rtl.h (immed_double_int_const): Declare.
21483         * emit-rtl.c (immed_double_int_const): New function.
21484         * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
21485         and immed_double_int_const functions.
21486         * optabs.c (expand_absneg_bit, expand_copysign_absneg,
21487         expand_copysign_bit): (Ditto.).
21488         * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
21489         * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
21490         * dojump.c (prefer_and_bit_test): (Ditto.).
21491         * expr.c (convert_modes, reduce_to_bit_field_precision,
21492         const_vector_from_tree): (Ditto.).
21493         * expmed.c (mask_rtx, lshift_value): (Ditto.).
21494
21495 2010-04-20  Jan Hubicka  <jh@suse.cz>
21496
21497         * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
21498         (dump_cgraph_node): Dump new flags.
21499         * cgraph.h (struct cgraph_node): Add flags
21500         reachable_from_other_partition and in_other_partition.
21501         (cgraph_can_remove_if_no_direct_calls_p): Functions used by
21502         other partition can not be removed.
21503         * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
21504         the other partition must be output; silence sanity checking on
21505         leaking functions bodies from other paritition.
21506         * lto-cgraph.c (reachable_from_other_partition_p): New function.
21507         (lto_output_node): Output new flags; do not sanity check that inline
21508         clones are output; drop lto_forced_extern_inline_p code; do not mock
21509         visibility flags at partition boundaries.
21510         (add_node_to): New function.
21511         (output_cgraph): Use it to sort functions so masters appear before
21512         clones.
21513         (input_overwrite_node): Input new flags.
21514         * passes.c (ipa_write_summaries): Do not call
21515         lto_new_extern_inline_states.
21516         * lto-section-out.c (forced_extern_inline,
21517         lto_new_extern_inline_states lto_delete_extern_inline_states,
21518         lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
21519         * lto-streamer.h (lto_new_extern_inline_states,
21520         * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
21521         lto_forced_extern_inline_p): Kill.
21522
21523 2010-04-20  Richard Guenther  <rguenther@suse.de>
21524
21525         * tree-ssa-structalias.c (do_sd_constraint): Add edges only
21526         from vars that can have pointers.
21527         (process_constraint): Dump useless constraints.
21528
21529 2010-04-20  Richard Guenther  <rguenther@suse.de>
21530
21531         * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
21532         (dump_sa_points_to_info): Remove asserts.
21533         (init_base_vars): nothing_id isn't an escape point nor does it
21534         have pointers.
21535
21536 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
21537
21538         * tree.h (TYPE_REF_IS_RVALUE): Define.
21539         * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
21540         should_move_die_to_comdat, prune_unused_types_walk): Handle
21541         DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
21542         (modified_type_die, gen_reference_type_die): Emit
21543         DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
21544         if TYPE_REF_IS_RVALUE and -gdwarf-4.
21545
21546 2010-04-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21547
21548         PR target/43635
21549         * config/s390/s390.c (s390_emit_call): Turn direct into indirect
21550         calls for -fpic -m31 if they have been sibcall optimized.
21551
21552 2010-04-19  James E. Wilson  <wilson@codesourcery.com>
21553
21554         * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
21555         ar.lc fixed and call-used.
21556
21557         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
21558
21559 2010-04-19  Jan Hubicka  <jh@suse.cz>
21560
21561         * opts.c (decode_options): Disable whpr incompatible passes.
21562         * lto/lto.c (lto_1_to_1_map): Skip clones.
21563         (read_cgraph_and_symbols): Do not mark everything as needed.
21564         (do_whole_program_analysis): Do map only after optimizing;
21565         set proper cgraph_state; use passmanager.
21566
21567 2010-04-19  DJ Delorie  <dj@redhat.com>
21568
21569         * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
21570         POINTER_PLUS_EXPR and fix them.
21571
21572 2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
21573
21574         * config/avr/avr-devices.c (avr_mcu_types): Add support for new
21575         devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
21576         attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
21577         atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
21578         atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
21579         atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
21580         atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
21581         atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
21582         m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
21583         atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
21584         * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
21585
21586 2010-04-19  Eric Botcazou  <ebotcazou@adacore.com>
21587
21588         * ifcvt.c (noce_try_cmove_arith): Fix long lines.
21589         (check_cond_move_block): Likewise.
21590         (cond_move_process_if_block): Likewise.
21591         (noce_find_if_block): Improve formatting.
21592         (find_if_header): Pass 0 to memset and tweak conditions.
21593         (cond_exec_find_if_block): Fix long lines and tweak conditions.
21594
21595 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
21596
21597         * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
21598         for -gdwarf-4.
21599
21600         PR middle-end/43337
21601         * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
21602         with non-local decl doesn't need chain.
21603
21604 2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
21605
21606         * ira-color.c (allocno_reload_assign): Avoid accumulating
21607         reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
21608
21609 2010-04-19  Martin Jambor  <mjambor@suse.cz>
21610
21611         * gimple.h (create_tmp_reg): Declare.
21612         * gimplify.c (create_tmp_reg): New function.
21613         (gimplify_return_expr): Use create_tmp_reg.
21614         (gimplify_omp_atomic): Likewise.
21615         (gimple_regimplify_operands): Likewise.
21616         * tree-dfa.c (make_rename_temp): Likewise.
21617         * tree-predcom.c (predcom_tmp_var): Likewise.
21618         (reassociate_to_the_same_stmt): Likewise.
21619         * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
21620         (get_replaced_param_substitute): Likewise.
21621         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
21622         * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
21623         * tree-ssa-pre.c (get_representative_for): Likewise.
21624         (create_expression_by_pieces): Likewise.
21625         * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
21626         (create_tailcall_accumulator): Likewise.
21627
21628 2010-04-19  Martin Jambor  <mjambor@suse.cz>
21629
21630         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
21631         new_stmt.
21632         (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
21633
21634 2010-04-19  Richard Guenther  <rguenther@suse.de>
21635
21636         PR tree-optimization/43796
21637         * tree-vrp.c (adjust_range_with_scev): Lookup init and step
21638         from SCEV in the lattice.
21639         (vrp_visit_phi_node): Dump change.
21640
21641 2010-04-19  Richard Guenther  <rguenther@suse.de>
21642
21643         * configure.ac: Fix quoting around elf_getshstrndx ABI check.
21644         * configure: Re-generated.
21645
21646 2010-04-19  Richard Guenther  <rguenther@suse.de>
21647
21648         PR tree-optimization/43783
21649         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
21650         constant ARRAY_REF operands two and three if possible.
21651
21652 2010-04-19  Uros Bizjak  <ubizjak@gmail.com>
21653
21654         PR target/43766
21655         * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
21656
21657 2010-04-19  Jie Zhang  <jie@codesourcery.com>
21658
21659         PR target/43662
21660         * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
21661
21662 2010-04-19  Ira Rosen  <irar@il.ibm.com>
21663
21664         PR tree-optimization/37027
21665         * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
21666         and macro to access it.
21667         (vectorizable_reduction): Add argument.
21668         (vect_get_slp_defs): Likewise.
21669         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
21670         statements for possible use in SLP.
21671         (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
21672         (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
21673         (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
21674         add new argument.
21675         (vectorizable_reduction): Likewise.
21676         * tree-vect-stmts.c (vect_get_vec_defs): Update call to
21677         vect_get_slp_defs.
21678         (vectorizable_type_demotion, vectorizable_type_promotion,
21679         vectorizable_store): Likewise.
21680         (vect_analyze_stmt): Update call to vectorizable_reduction.
21681         (vect_transform_stmt): Likewise.
21682         * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
21683         (vect_build_slp_tree): Fix indentation. Check that there are no loads
21684         from different interleaving chains in same node.
21685         (vect_slp_rearrange_stmts): New function.
21686         (vect_supported_load_permutation_p): Allow load permutations for
21687         reductions. Call vect_slp_rearrange_stmts() to rearrange statements
21688         inside SLP nodes if necessary.
21689         (vect_analyze_slp_instance): Handle reductions.
21690         (vect_analyze_slp): Try to build SLP instances originating from groups
21691         of reductions.
21692         (vect_detect_hybrid_slp_stmts): Skip reduction statements.
21693         (vect_get_constant_vectors): Create initial vectors for reductions
21694         according to reduction code. Add new argument.
21695         (vect_get_slp_defs): Add new argument, pass it to
21696         vect_get_constant_vectors.
21697         (vect_schedule_slp_instance): Remove SLP tree root statements.
21698
21699 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
21700
21701         * tree.h (ENUM_IS_SCOPED): Define.
21702         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
21703         for ENUM_IS_SCOPED enums.
21704
21705 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
21706
21707         * fold-const.c (fold_comparison): Use ssizetype.
21708         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
21709         * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
21710         * tree-loop-distribution.c (build_size_arg_loc): Likewise.
21711         * tree-object-size.c (compute_object_sizes): Use size_type_node.
21712
21713         * tree.h (initialize_sizetypes): Remove parameter.
21714         (build_common_tree_nodes): Remove second parameter.
21715         * stor-layout.c (initialize_sizetypes): Remove parameter.
21716         Always create an unsigned type.
21717         (set_sizetype): Assert that the passed type is unsigned and simplify.
21718         * tree.c (build_common_tree_nodes): Remove second parameter.
21719         Adjust call to initialize_sizetypes.
21720         * c-decl.c (c_init_decl_processing): Remove second argument in call to
21721         build_common_tree_nodes.
21722
21723 2010-04-18  Matthias Klose  <doko@ubuntu.com>
21724
21725         * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
21726
21727 2010-04-18  Ira Rosen  <irar@il.ibm.com>
21728
21729         PR tree-optimization/43771
21730         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
21731         load permutation doesn't have gaps.
21732
21733 2010-04-18  Jan Hubicka  <jh@suse.cz>
21734
21735         * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
21736         (sse_prologue_save_insn expander): Use new pattern.
21737         (sse_prologue_save_insn1): New pattern and splitter.
21738         (sse_prologue_save_insn): Update to deal also with 64bit aligned
21739         blocks.
21740         * i386.c (setup_incoming_varargs_64): Do not compute jump
21741         destination here.
21742         (ix86_gimplify_va_arg): Update alignment needed.
21743         (ix86_local_alignment): Do not align all local arrays to 128bit.
21744
21745 2010-04-17  Jan Hubicka  <jh@suse.cz>
21746
21747         * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
21748
21749 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
21750
21751         * arm.md (negdi2): Remove redundant code to force values into a
21752         register.
21753
21754 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
21755
21756         * arm/bpabi.S: Add EABI alignment attributes to objects.
21757         * arm/bpabi-v6m.S: Likewise.
21758         * arm/crti.asm: Likewise.
21759         * arm/crtn.asm: Likewise.
21760         * arm/lib1funcs.asm: Likewise.
21761         * arm/libunwind.S: Likewise.
21762
21763 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
21764
21765         * arm-protos.h (tune_params): New structure.
21766         * arm.c (current_tune): New variable.
21767         (arm_constant_limit): Delete.
21768         (struct processors): Add pointer to the tune parameters.
21769         (arm_slowmul_tune): New tuning option.
21770         (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
21771         (all_cores): Adjust to pick up the tuning model.
21772         (arm_constant_limit): New function.
21773         (arm_override_options): Select the appropriate tuning model.  Delete
21774         initialization of arm_const_limit.
21775         (arm_split_constant): Use the new constant-limit model.
21776         (arm_rtx_costs): Pick up the current tuning model.
21777         * arm.md (is_strongarm, is_xscale): Delete.
21778         * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
21779         for Xscale variant architectures.
21780         (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
21781
21782 2010-04-17  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
21783
21784         * config/arm/arm.c (arm_gen_constant): Remove unused variable
21785         can_shift.
21786         (arm_rtx_costs_1): Remove unused variable extra_cost.
21787         (arm_unwind_emit_set): Use variable offset.
21788         (thumb1_output_casesi): Remove unused variable flags.
21789
21790 2010-04-16  Jeff Law  <law@redhat.com>
21791
21792         * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
21793         needing assignment rather than doing a two-phase assignment.  Remove
21794         unused variable 'm'.
21795
21796 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
21797
21798         PR bootstrap/43767
21799         * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
21800
21801 2010-04-16  Doug Kwan  <dougkwan@google.com>
21802
21803         * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
21804         (next_operand_entry_id): New static variable.
21805         (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
21806         (add_to_ops_vec): Assigned unique ID to operand entry.
21807         (struct oecount_s): New field ID.
21808         (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
21809         (undistribute_ops_list): Assign unique IDs to oecounts.
21810         (init_reassoc): reset next_operand_entry_id.
21811
21812 2010-04-16  Doug Kwan  <dougkwan@google.com>
21813
21814         * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
21815         missing left parenthesis.
21816
21817 2010-04-16  Uros Bizjak  <ubizjak@gmail.com>
21818
21819         * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
21820         *btdi_rex64 using SWI48 mode iterator.
21821         (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
21822         (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
21823         *jcc_btdi_mask_rex64.
21824
21825 2010-04-16  Anatoly Sokolov  <aesok@post.ru>
21826
21827         * double-int.h (tree_to_double_int): Convert to macro.
21828         * double-int.c (tree_to_double_int): Remove.
21829
21830 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
21831
21832         PR debug/43762
21833         * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
21834         with want_address 2 and in case a single element list might be
21835         possible, call it again with want_address 0.
21836
21837 2010-04-12  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
21838
21839         * config/h8300/h8300.c (print_operand) : Modify case 'V' and
21840         case 'W' print operands for HI mode.
21841         * config/h8300/h8300.h (Y0, Y2) : New constraints.
21842         * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
21843         (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
21844         * config/h8300/predicate.md (bit_register_indirect_operand): New.
21845
21846         * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
21847
21848         * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
21849         cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
21850         #xx:3 and #xx:4 mode.
21851
21852         * config/h8300/h8300.md (inverted load with HImode dest): Add
21853         support for H8300SX.
21854
21855         * config/h8300/predicate.md (bit_operand): Allow immediate values that
21856         satisfy 'U' constraint.
21857
21858 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21859
21860         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
21861         * configure: Regenerate.
21862         * config.in: Regenerate.
21863         * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
21864         works.
21865
21866 2010-04-16  Richard Guenther  <rguenther@suse.de>
21867
21868         * tree.h (struct tree_decl_minimal): Move pt_uid ...
21869         (struct tree_decl_common): ... here.
21870         (DECL_PT_UID): Adjust.
21871         (SET_DECL_PT_UID): Likewise.
21872         (DECL_PT_UID_SET_P): Likewise.
21873
21874 2010-04-16  Richard Guenther  <rguenther@suse.de>
21875
21876         PR tree-optimization/43572
21877         * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
21878         * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
21879         * tree-flow.h (is_call_clobbered): Remove.
21880         * tree-flow-inline.h (is_call_clobbered): Likewise.
21881         * tree-dfa.c (dump_variable): Do not dump call clobber state.
21882         * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
21883         (execute_return_slot_opt): Adjust.
21884         * tree-tailcall.c (suitable_for_tail_opt_p): Remove
21885         check for call clobbered vars here.
21886         (find_tail_calls): Move tailcall verification to the
21887         proper place.
21888
21889 2010-04-16  Diego Novillo  <dnovillo@google.com>
21890
21891         * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
21892
21893 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
21894
21895         PR target/40603
21896         * config/arm/arm.md (cbranchqi4): New pattern.
21897         * config/arm/predicates.md (const0_operand,
21898         cbranchqi4_comparison_operator): New predicates.
21899
21900 2010-04-16  Richard Guenther  <rguenther@suse.de>
21901
21902         * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
21903         (dump_gimple_stmt): Likewise.
21904
21905 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
21906
21907         * recog.h (struct recog_data): New field is_operator.
21908         (struct insn_operand_data): New field is_operator.
21909         * recog.c (extract_insn): Set recog_data.is_operator.
21910         * genoutput.c (output_operand_data): Emit code to set the
21911         is_operator field.
21912         * reload.c (find_reloads): Use it rather than testing for an
21913         empty constraint string.
21914
21915         PR target/41514
21916         * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
21917         If the previous insn is a cbranchsi4_insn with the same arguments,
21918         omit the compare instruction.
21919
21920         * config/arm/arm.md (addsi3_cbranch): If destination is a high
21921         register, inputs must be low registers and we need a low register
21922         scratch.  Handle alternative 2 like alternative 3.
21923
21924 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
21925
21926         * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
21927         don't call get_addr on both.  If one expression is a VALUE and
21928         the other a REG, check VALUE's locs if the REG isn't among them.
21929
21930 2010-04-16  Christian Bruel  <christian.bruel@st.com>
21931
21932         * config/sh/sh.h (sh_frame_pointer_required): New function.
21933         * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
21934         (flag_omit_frame_pointer) Set.
21935         (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
21936         (rounded_frame_size): Adjust size with outgoing_args_size.
21937         (sh_set_return_address): Must return from stack pointer.
21938         * config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
21939         (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
21940         (ACCUMULATE_OUTGOING_ARGS): Define.
21941         * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
21942         * config/sh/sh.opt (maccumulate-outgoing-args): New option.
21943
21944 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
21945
21946         PR target/43471
21947         * config/sh/sh.c (sh_legitimize_reload_address): Use
21948         MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
21949         Remove a unneeded check for offset_base.
21950
21951 2010-04-15  H.J. Lu  <hongjiu.lu@intel.com>
21952
21953         * configure: Regenerated.
21954
21955 2010-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21956
21957         * config/s390/s390.c (s390_call_save_register_used): Switch back
21958         to HARD_REGNO_NREGS.
21959
21960 2010-04-15  Richard Guenther  <rguenther@suse.de>
21961
21962         * alias.c (alias_set_subset_of): Handle alias-set zero
21963         child properly.
21964
21965 2010-04-15  Mark Shinwell  <shinwell@codesourcery.com>
21966             Julian Brown  <julian@codesourcery.com>
21967
21968         * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
21969         alternatives according to use of high and low regs.
21970         * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
21971         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
21972         optimizing for size on Thumb-2.
21973
21974 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
21975
21976         * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
21977
21978 2010-04-15  Richard Guenther  <rguenther@suse.de>
21979
21980         * tree-ssa-structalias.c (struct variable_info): Add
21981         is_fn_info flag.
21982         (new_var_info): Initialize it.
21983         (dump_constraints): Support printing last added constraints.
21984         (debug_constraints): Adjust.
21985         (dump_constraint_graph): Likewise.
21986         (make_heapvar_for): Check for NULL cfun.
21987         (get_function_part_constraint): New function.
21988         (get_fi_for_callee): Likewise.
21989         (find_func_aliases): Properly implement IPA PTA constraints.
21990         (process_ipa_clobber): New function.
21991         (find_func_clobbers): Likewise.
21992         (insert_into_field_list_sorted): Remove.
21993         (create_function_info_for): Properly allocate vars for IPA mode.
21994         Do not use insert_into_field_list_sorted.
21995         (create_variable_info_for): Properly generate constraints for
21996         global vars in IPA mode.
21997         (dump_solution_for_var): Always dump the solution.
21998         (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
21999         (find_what_var_points_to): Adjust.
22000         (pt_solution_set): Change.
22001         (pt_solution_ior_into): New function.
22002         (pt_solution_empty_p): Export.
22003         (pt_solution_includes_global): Adjust.
22004         (pt_solution_includes_1): Likewise.
22005         (pt_solutions_intersect_1): Likewise.
22006         (dump_sa_points_to_info): Check some invariants.
22007         (solve_constraints): Move constraint dumping ...
22008         (compute_points_to_sets): ... here.
22009         (ipa_pta_execute): ... and here.
22010         (compute_may_aliases): Do not re-compute points-to info
22011         locally if IPA info is available.
22012         (ipa_escaped_pt): New global var.
22013         (ipa_pta_execute): Properly implement IPA PTA.
22014         * tree-into-ssa.c (dump_decl_set): Support dumping
22015         decls not in referenced-vars.
22016         * tree-flow.h (struct gimple_df): Add ipa_pta flag.
22017         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
22018         (dump_points_to_solution): Likewise.
22019         * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
22020         * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
22021         (remap_gimple_stmt): Reset call clobber/use information if necessary.
22022         (copy_decl_to_var): Copy DECL_PT_UID.
22023         (copy_result_decl_to_var): Likewise.
22024         * tree.c (make_node_stat): Initialize DECL_PT_UID.
22025         (copy_node_stat): Copy it.
22026         * tree.h (DECL_PT_UID): New macro.
22027         (SET_DECL_PT_UID): Likewise.
22028         (DECL_PT_UID_SET_P): Likewise.
22029         (struct tree_decl_minimal): Add pt_uid member.
22030         * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
22031         (pt_solution_empty_p): Declare.
22032         (pt_solution_set): Adjust.
22033         (ipa_escaped_pt): Declare.
22034         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
22035         * gimple-pretty-print.c (pp_points_to_solution): New function.
22036         (dump_gimple_call): Dump call clobber/use information.
22037         * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
22038         * tree-pass.h (TDF_ALIAS): New dump option.
22039         * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
22040         * doc/invoke.texi (-fipa-pta): Update documentation.
22041
22042 2010-04-15  Richard Guenther  <rguenther@suse.de>
22043
22044         * Makefile.in (OBJS-common): Add gimple-fold.o.
22045         (gimple-fold.o): New rule.
22046         * tree.h (maybe_fold_offset_to_reference,
22047         maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
22048         prototypes ...
22049         * gimple.h: ... here.
22050         * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
22051         may_propagate_address_into_dereference): Move prototypes ...
22052         * gimple.h: ... here.
22053         * tree-ssa-ccp.c (get_symbol_constant_value,
22054         may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
22055         maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
22056         maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
22057         maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
22058         ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
22059         fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
22060         gimplify_and_update_call_from_tree): Move ...
22061         * gimple-fold.c: ... here.  New file.
22062         (ccp_fold_builtin): Rename to ...
22063         (gimple_fold_builtin): ... this.
22064         * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
22065
22066 2010-04-15  Richard Guenther  <rguenther@suse.de>
22067
22068         * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
22069         fit_double_type, force_fit_type_double, add_double_with_sign,
22070         neg_double, mul_double_with_sign, lshift_double, rshift_double,
22071         lrotate_double, rrotate_double, div_and_round_double): Move ...
22072         * double-int.c: ... here.
22073         * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
22074         add_double, neg_double, mul_double_with_sign, mul_double,
22075         lshift_double, rshift_double, lrotate_double, rrotate_double,
22076         div_and_round_double): Move prototypes ...
22077         * double-int.h: ... here.
22078
22079 2010-04-15  Bernd Schmidt  <bernds@codesourcery.com>
22080
22081         PR target/43742
22082         * config/sh/sh.md (doloop_end_split, dect): Undo previous patch.  Use
22083         matching constraints to ensure inputs match the output.
22084
22085 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
22086
22087         PR target/43742
22088         * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
22089         in an input-only operand.
22090
22091 2010-04-15  Anatoly Sokolov  <aesok@post.ru>
22092
22093         * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
22094         (double_int_not, double_int_lshift, double_int_rshift): Declare.
22095         (double_int_negative_p): Convert to static inline function.
22096         * double-int.c (double_int_lshift, double_int_lshift): New functions.
22097         (double_int_negative_p): Remove.
22098         * tree.h (lshift_double, rshift_double):
22099         * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
22100         * fold-const.c (fold_convert_const_int_from_real,
22101         fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
22102         (lshift_double): Change type of arith argument to bool.
22103         (rshift_double): Change type of arith argument to bool. Correct
22104         comment.
22105         * expmed.c (mask_rtx, lshift_value): (Ditto.).
22106
22107 2010-04-14  Bernd Schmidt  <bernds@codesourcery.com>
22108
22109         PR target/21803
22110         * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
22111         at the start and end of the then/else blocks, and omit them from the
22112         conversion.
22113         * cfgcleanup.c (flow_find_cross_jump): No longer static.  Remove MODE
22114         argument; all callers changed.  Pass zero to old_insns_match_p instead.
22115         (flow_find_head_matching_sequence): New function.
22116         (old_insns_match_p): Check REG_EH_REGION notes for calls.
22117         * basic-block.h (flow_find_cross_jump,
22118         flow_find_head_matching_sequence): Declare functions.
22119
22120 2010-04-14  Jason Merrill  <jason@redhat.com>
22121
22122         PR c++/36625
22123         * c-common.c (attribute_takes_identifier_p): New fn.
22124         * c-common.h: Declare it.
22125
22126 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
22127
22128         * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
22129         splitter condition.
22130         (*udivmod<mode>4): Ditto.
22131
22132 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
22133
22134         * config/i386/i386.md (maxmin_int): Rename code attribute from
22135         maxminiprefix and update all users.
22136         (maxmin_float): Ditto from maxminfprefix.
22137         (logic): Ditto from logicprefix.
22138         (absneg_mnemonic): Ditto from absnegprefix.
22139         * config/i386/mmx.md: Update all users of maxminiprefix,
22140         maxminfprefix and logicprefix for rename.
22141         * config/i386/sse.md: Ditto.
22142         * config/i386/sync.md (sync_<code><mode>): Update for
22143         logicprefix rename.
22144
22145 2010-04-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22146
22147         PR 42966
22148         * diagnostics.c (diagnostic_report_diagnostic): Mark specially
22149         warnings converted to errors.
22150
22151 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
22152
22153         * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
22154         used insn_type variable.
22155         (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
22156         to avoid set-but-not-used warning.
22157
22158 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
22159
22160         * df-core.c (df_ref_debug): Change format string placeholder
22161         from 0x%x to %#x.
22162         * dwarf2asm.c (dw2_asm_output_data_raw,
22163         dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
22164         dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
22165         * dwarf2out.c (output_cfi, output_cfi_directive,
22166         dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
22167         output_cfa_loc_raw, output_die, output_ranges, output_file_names):
22168         Ditto.
22169         * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
22170         * print-rtl.c (print_rtx): Ditto.
22171
22172 2010-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
22173
22174         PR middle-end/42694
22175         * builtins.c (expand_builtin_pow_root): New function to expand pow
22176         calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
22177         series of sqrt and cbrt calls under -ffast-math.
22178         (expand_builtin_pow): Call it.
22179
22180 2010-04-14  Michael Matz  <matz@suse.de>
22181
22182         PR tree-optimization/42963
22183         * tree-cfg.c (touched_switch_bbs): New static variable.
22184         (group_case_labels_stmt): New function broken out from ...
22185         (group_case_labels): ... here, use the above.
22186         (start_recording_case_labels): Allocate touched_switch_bbs.
22187         (end_recording_case_labels): Deallocate it, call
22188         group_case_labels_stmt.
22189         (gimple_redirect_edge_and_branch): Remember index of affected BB.
22190
22191 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
22192
22193         * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
22194         from insn template.
22195
22196 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
22197
22198         * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
22199
22200 2010-04-13  Jan Hubicka  <jh@suse.cz>
22201
22202         * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
22203         of optimized out static functions.
22204         (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
22205         cost computation.  Also sanity check for overflows.
22206         (update_caller_keys): Update cgraph_edge_badness call; properly
22207         update fibheap and sanity check that it is up to date.
22208         (add_new_edges_to_heap): Update cgraph_edge_badness.
22209         (cgraph_decide_inlining_of_small_function): Likewise;
22210         add sanity checking that badness in heap is up to date;
22211         improve dumping of reason; Update badness of calls to the
22212         offline copy of function currently inlined; dump badness
22213         of functions not inlined because of unit growth limits.
22214
22215 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
22216
22217         PR middle-end/32628
22218         * c-common.c (pointer_int_sum): Disregard overflow that occured only
22219         because of sign-extension change when converting to sizetype here...
22220         * fold-const.c (fold_convert_const_int_from_int): ...and not here.
22221
22222         * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
22223         the folding to constants.  Remove redundant final conversion.
22224         (fold_binary) <associate>: Do not associate if the re-association of
22225         constants alone overflows.
22226         (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
22227         to the end of the list.
22228         (multiple_of_p) <COND_EXPR>: New case.
22229
22230 2010-04-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22231
22232         * opt-functions.awk (opt_sanitized_name): New.
22233         (opt_enum): New.
22234         * optc-gen.awk: Use it
22235         * opth-gen.awk: Use it.
22236
22237 2010-04-13  Martin Jambor  <mjambor@suse.cz>
22238
22239         * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
22240         (sra_modify_assign): Delete stmts loading dead data even if racc has no
22241         children.  Call replace_uses_with_default_def_ssa_name to handle
22242         SSA_NAES on lhs.
22243
22244 2010-04-13  Michael Matz  <matz@suse.de>
22245
22246         PR middle-end/43730
22247         * builtins.c (expand_builtin_interclass_mathfn): Also create
22248         a register if the predicate doesn't match.
22249
22250 2010-04-13  Diego Novillo  <dnovillo@google.com>
22251
22252         * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
22253         * c-pch.c: Include timevar.h.
22254         (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
22255         (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
22256         * ggc-common.c: Include timevar.h.
22257         (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
22258         * timevar.def (TV_PCH_SAVE): Define.
22259         (TV_PCH_CPP_SAVE): Define.
22260         (TV_PCH_PTR_REALLOC): Define.
22261         (TV_PCH_PTR_SORT): Define.
22262         (TV_PCH_RESTORE): Define.
22263         (TV_PCH_CPP_RESTORE): Define.
22264
22265 2010-04-13  Michael Matz  <matz@suse.de>
22266
22267         * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
22268         into MINUS_EXPRs.
22269         (can_reassociate_p): New function.
22270         (break_up_subtract_bb, reassociate_bb): Use it.
22271
22272 2010-04-13  Richard Guenther  <rguenther@suse.de>
22273
22274         PR bootstrap/43737
22275         * builtins.c (c_readstr): Fix assert.
22276
22277 2010-04-13  Uros Bizjak  <ubizjak@gmail.com>
22278
22279         * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
22280         when generating cltd insn.
22281
22282         (*ashl<mode>3_1): Remove special handling for register operand 2.
22283         (*ashlsi3_1_zext): Ditto.
22284         (*ashlhi3_1): Ditto.
22285         (*ashlhi3_1_lea): Ditto.
22286         (*ashlqi3_1): Ditto.
22287         (*ashlqi3_1_lea): Ditto.
22288         (*<shiftrt_insn><mode>3_1): Ditto.
22289         (*<shiftrt_insn>si3_1_zext): Ditto.
22290         (*<shiftrt_insn>qi3_1_slp): Ditto.
22291         (*<rotate_insn><mode>3_1): Ditto.
22292         (*<rotate_insn>si3_1_zext): Ditto.
22293         (*<rotate_insn>qi3_1_slp): Ditto.
22294
22295 2010-04-13  Richard Guenther  <rguenther@suse.de>
22296
22297         * tree-ssa-structalias.c (callused_id): Remove.
22298         (call_stmt_vars): New.
22299         (get_call_vi): Likewise.
22300         (lookup_call_use_vi): Likewise.
22301         (lookup_call_clobber_vi): Likewise.
22302         (get_call_use_vi): Likewise.
22303         (get_call_clobber_vi): Likewise.
22304         (make_transitive_closure_constraints): Likewise.
22305         (handle_const_call): Adjust to do per-call call-used handling.
22306         (handle_pure_call): Likewise.
22307         (find_what_var_points_to): Remove general callused handling.
22308         (init_base_vars): Likewise.
22309         (init_alias_vars): Initialize call_stmt_vars.
22310         (compute_points_to_sets): Process call-used and call-clobbered
22311         vars for call statements.
22312         (delete_points_to_sets): Free call_stmt_vars.
22313
22314 2010-04-13  Richard Guenther  <rguenther@suse.de>
22315
22316         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
22317         Only add RW dependence for dependence distance zero.
22318         Adjust maximal vectorization factor according to dependences.
22319         Move alignment handling ...
22320         (vect_find_same_alignment_drs): ... here.  New function.
22321         (vect_analyze_data_ref_dependences): Adjust.
22322         (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
22323         (vect_analyze_data_refs): Adjust minimal vectorization factor
22324         according to data references.
22325         * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
22326         dependences before determining the vectorization factor.
22327         Analyze alignment after determining the vectorization factor.
22328         * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
22329         dependences before alignment.
22330         * tree-vectorizer.h (vect_analyze_data_ref_dependences):
22331         Adjust prototype.
22332         (vect_analyze_data_refs): Likewise.
22333         (MAX_VECTORIZATION_FACTOR): New define.
22334
22335 2010-04-13  Duncan Sands  <baldrick@free.fr>
22336
22337         * except.h (lang_eh_type_covers): Remove.
22338         * except.c (lang_eh_type_covers): Likewise.
22339
22340 2010-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22341             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22342
22343         * config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
22344         * config/s390/s390.c: Replace UNTIS_PER_WORD with
22345         UNITS_PER_LONG where it is ABI relevant.
22346         (s390_return_addr_rtx): Likewise.
22347         (s390_back_chain_rtx): Likewise.
22348         (s390_frame_area): Likewise.
22349         (s390_frame_info): Likewise.
22350         (s390_initial_elimination_offset): Likewise.
22351         (save_gprs): Likewise.
22352         (s390_emit_prologue): Likewise.
22353         (s390_emit_epilogue): Likewise.
22354         (s390_function_arg_advance): Likewise.
22355         (s390_function_arg): Likewise.
22356         (s390_va_start): Likewise.
22357         (s390_gimplify_va_arg): Likewise.
22358         (s390_function_profiler): Likewise.
22359         (s390_optimize_prologue): Likewise.
22360         (s390_rtx_costs): Likewise.
22361         (s390_secondary_reload): Likewise.
22362         (s390_promote_function_mode): Likewise.
22363         (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
22364         (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
22365         registers available.
22366         (s390_unwind_word_mode): New function.
22367         (s390_function_value): Split 64 bit values into register pair if
22368         used as return value.
22369         (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
22370         function call parameters.  Handle parallels.
22371         (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
22372         (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
22373         (DWARF_CIE_DATA_ALIGNMENT): New macro.
22374         (s390_expand_setmem): Remove unused variable src_addr.
22375         * longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
22376         deal with 64 bit registers.
22377         * config/s390/s390.h: Define __zarch__ predefined macro.
22378         Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
22379         (UNITS_PER_LONG): New macro.
22380         * libjava/include/s390-signal.h: Define extended ucontext
22381         structure containing the upper halfs of the 64 bit registers.
22382
22383 2010-04-13  Simon Baldwin  <simonb@google.com>
22384
22385         * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
22386
22387 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
22388
22389         * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
22390         rvalue on the RHS if the LHS is of a non-renamable type.
22391         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
22392
22393 2010-04-13  Matthias Klose  <doko@ubuntu.com>
22394
22395         * gcc.c (cc1_options): Handle -iplugindir before processing
22396         the cc1 spec. Only add -iplugindir once.
22397         (cpp_unique_options): Add -iplugindir option if -fplugin* options
22398         found.
22399         * common.opt (iplugindir): Remove `Separate' property, initialize.
22400         * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
22401         option.
22402         * Makefile.in (check-%, check-parallel-%): Create plugin dir.
22403         (distclean): Remove plugin dir.
22404         * doc/invoke.texi: Document -iplugindir.
22405
22406 2010-04-13  Basile Starynkevitch  <basile@starynkevitch.net>
22407
22408         * doc/plugins.texi (Loading Plugins): Document short
22409         -fplugin=foo option.
22410         (Plugin API): Mention default_plugin_dir_name function.
22411
22412         * gcc.c (find_file_spec_function): Add new declaration.
22413         (static_spec_func): Use it for "find-file".
22414         (find_file_spec_function): Add new function.
22415         (cc1_options): Add -iplugindir option if -fplugin* options found.
22416
22417         * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
22418
22419         * plugin.c (add_new_plugin): Updated comment, and handle short
22420         plugin name.
22421         (default_plugin_dir_name): Added new function.
22422
22423         * common.opt (iplugindir): New option to set the plugin directory.
22424
22425 2010-04-12  Uros Bizjak  <ubizjak@gmail.com>
22426
22427         * config/i386/i386.md (any_rotate): New code iterator.
22428         (rotate_insn): New code attribute.
22429         (rotate): Ditto.
22430         (SWIM124): New mode iterator.
22431         (<rotate_insn>ti3): New expander.
22432         (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
22433         any_rotate code iterator.
22434         (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
22435         using any_rotate code iterator and SWIM124 mode iterator.
22436         (ix86_rotlti3): New insn_and_split pattern.
22437         (ix86_rotrti3): Ditto.
22438         (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
22439         ix86_rotl{di,ti}3 patterns.
22440         (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
22441         (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
22442         and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
22443         *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
22444         code iterator and SWI mode iterator.
22445         (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
22446         Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
22447         code iterator.
22448         (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
22449         Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
22450         (bswap rotatert splitter): Add splitter.
22451         (bswap splitter): Macroize splitter using any_rotate code iterator.
22452         Add insn predicate to split only for TARGET_USE_XCHGB or when
22453         optimizing function for size.
22454
22455 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
22456
22457         * config/pa/pa.c (emit_move_sequence): Remove use of
22458         deleted variable flag_argument_noalias.
22459
22460 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22461
22462         * config.gcc: Removed *-*-solaris2.7* from list of obsolete
22463         configurations.
22464         Add to unsupported targets list.
22465         * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
22466         sparc*-sun-solaris2.[567]* from target lists.
22467         * configure: Regenerate.
22468         * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
22469         removal.
22470         Remove Solaris 7 patch references.
22471         (Specific, sparc-sun-solaris2.7): Removed.
22472         (sparc-sun-solaris2*): Update Solaris 7 example.
22473         (sparc64-*-solaris2*): Likewise.
22474
22475 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22476
22477         * config.build (alpha*-dec-osf4*): Remove.
22478         * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
22479         of obsolete configurations.
22480         (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
22481         support.
22482         * config/alpha/t-osf4: Renamed to ...
22483         * config/alpha/t-osf5: ... this.
22484         * config/alpha/osf.h: Renamed to ...
22485         * config/alpha/osf5.h: ... this.
22486         Merged old osf5.h contents.
22487         Update comments.
22488         (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
22489         (EXTRA_SPECS): Removed.
22490         * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
22491         reflect removal of Tru64 UNIX V4.0/V5.0 support.
22492         Document that.
22493
22494 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22495
22496         * doc/contrib.texi (Contributors, Rainer Orth): Update.
22497
22498 2010-04-12  Kai Tietz  <kai.tietz@onevision.com>
22499
22500         PR/43702
22501         * config/i386/i386.c (x86_this_parameter): Handle aggregate for
22502         __thiscall convention.
22503
22504 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
22505
22506         * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
22507         orig_base.
22508         * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
22509
22510 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
22511
22512         * function.c (assign_parms_initialize_all): Add unused attribute
22513         to fntype.
22514
22515 2010-04-12  Richard Guenther  <rguenther@suse.de>
22516
22517         * gsstruct.def (GSS_CALL): New.
22518         * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
22519         * gimple.h: Include tree-ssa-alias.h.
22520         (struct gimple_statement_call): New.
22521         (union gimple_statement_struct_d): Add gimple_call member.
22522         (gimple_call_reset_alias_info): Declare.
22523         (gimple_call_use_set): New function.
22524         (gimple_call_clobber_set): Likewise.
22525         * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
22526         * gimple.c (gimple_call_reset_alias_info): New function.
22527         (gimple_build_call_1): Call it.
22528         * lto-streamer-in.c (input_gimple_stmt): Likewise.
22529         * tree-inline.c (remap_gimple_stmt): Likewise.
22530         (expand_call_inline): Remove callused handling.
22531         * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
22532         * tree-dfa.c (dump_variable): Likewise.
22533         * tree-parloops.c (parallelize_loops): Likewise.
22534         * tree-ssa.c (init_tree_ssa): Likewise.
22535         (delete_tree_ssa): Likewise.
22536         * tree-flow-inline.h (is_call_used): Remove.
22537         * tree-flow.h (struct gimple_df): Remove callused member.
22538         * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
22539         * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
22540         (ref_maybe_used_by_call_p_1): Simplify.
22541         (call_may_clobber_ref_p_1): Likewise.
22542         * tree-ssa-structalias.c (compute_points_to_sets): Set
22543         the call stmt used and clobbered sets.
22544         * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
22545         (find_tail_calls): Verify the tail call.
22546
22547 2010-04-12  Richard Guenther  <rguenther@suse.de>
22548
22549         * ipa.c (cgraph_postorder): Adjust postorder to guarantee
22550         single-iteration always-inline inlining.
22551         * ipa-inline.c (cgraph_mark_inline): Do not return anything.
22552         (cgraph_decide_inlining): Do not handle always-inline specially.
22553         (try_inline): Remove always-inline cycle detection special case.
22554         Do not recurse on always-inlines.
22555         (cgraph_early_inlining): Do not iterate if not optimizing.
22556         (cgraph_gate_early_inlining): remove.
22557         (pass_early_inline): Run unconditionally.
22558         (gate_cgraph_decide_inlining): New function.
22559         (pass_ipa_inline): Use it.  Do not run the IPA inliner if
22560         not inlining or optimizing.
22561         (cgraph_decide_inlining_of_small_functions): Also consider
22562         always-inline functions.
22563         (cgraph_default_inline_p): Return true for nodes which should
22564         disregard inline limits.
22565         (estimate_function_body_sizes): Assume zero size and time for
22566         nodes which are marked as disregarding inline limits.
22567         (cgraph_decide_recursive_inlining): Do not perform recursive
22568         inlining on always-inline nodes.
22569
22570 2010-04-12  Jakub Jelinek  <jakub@redhat.com>
22571
22572         PR bootstrap/43699
22573         * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
22574         for exprs satisfying handled_component_p.
22575
22576 2010-04-12  Eric Botcazou  <ebotcazou@adacore.com>
22577
22578         * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
22579         non-constant aggregate elements.
22580
22581         * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
22582         is a real initialization.
22583
22584 2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
22585
22586         PR c/36774
22587         * c-decl.c (start_function): Move forward check for nested function.
22588
22589 2010-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
22590
22591         * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
22592         * config/sh/sh.c: Include reload.h.
22593         (sh_legitimize_reload_address): New.
22594         * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
22595         sh_legitimize_reload_address.
22596
22597 2010-04-11  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
22598
22599         * config/sh/sh.md (*movqi_pop): New insn pattern.
22600         * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
22601
22602 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
22603
22604         * config/i386/i386.md (any_shiftrt): New code iterator.
22605         (shiftrt_insn): New code attribute.
22606         (shiftrt): Ditto.
22607         (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
22608         using any_shiftrt code iterator.
22609         (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
22610         *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
22611         (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
22612         pattern from corresponding peephole2 patterns.
22613         (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
22614         using any_shiftrt code iterator.
22615         (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
22616         (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
22617         (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
22618         (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
22619         *{ashr,lshr}<mode>3_cmp_zext.
22620         (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
22621
22622 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
22623
22624         * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
22625         scratch register.
22626         (*lshr<mode>3_cconly): Ditto.
22627
22628 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
22629
22630         * config/i386/i386.md (lshr<mode>3): Macroize expander from
22631         lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
22632         (*lshr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
22633         pattern from *lshr{di,ti}3_1 and corresponding splitters using
22634         DWI mode iterator.
22635         (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
22636         from corresponding peephole2 patterns.
22637         (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
22638         *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
22639         and *lshrdi3_1_rex64 using SWI mode iterator.
22640         (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
22641         (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
22642         (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
22643         *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
22644         and *lshrdi3_cmp_rex64 using SWI mode iterator.
22645         (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
22646         (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
22647         *lshrdi3_one_bit_cconly_rex64. Macroize insn from
22648         *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
22649         SWI mode iterator.
22650
22651 2010-04-10  Uros Bizjak  <ubizjak@gmail.com>
22652
22653         * config/i386/i386.md (ashr<mode>3): Macroize expander from
22654         ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
22655         (*ashr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
22656         pattern from *ashr{di,ti}3_1 and corresponding splitters using
22657         DWI mode iterator.
22658         (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
22659         from corresponding peephole2 patterns.
22660         (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
22661         (ashrsi3_cvt): Rename from ashrsi3_31.
22662         (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
22663         (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
22664         and x86_64_shift_adj_3 using SWI48 mode iterator.
22665         (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
22666         *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
22667         and *ashrdi3_1_rex64 using SWI mode iterator.
22668         (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
22669         (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
22670         (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
22671         *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
22672         and *ashrdi3_cmp_rex64 using SWI mode iterator.
22673         (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
22674         (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
22675         *ashrdi3_one_bit_cconly_rex64. Macroize insn from
22676         *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
22677         SWI mode iterator.
22678         (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
22679         * config/i386/i386.c (ix86_split_ashr): Update for renamed
22680         x86_shift<mode>_adj_3 expanders.
22681
22682 2010-04-10  Wei Guozhi  <carrot@google.com>
22683
22684         PR target/42601
22685         * config/arm/arm.c (arm_pic_static_addr): New function.
22686         (legitimize_pic_address): Call arm_pic_static_addr when it detects
22687         a static symbol.
22688         (arm_output_addr_const_extra): Output expression for new pattern.
22689         * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
22690
22691 2010-04-10  Bernd Schmidt  <bernds@codesourcery.com>
22692
22693         * ira-costs.c (record_reg_classes): Ignore alternatives that are
22694         not enabled.
22695
22696         * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
22697         * web.c: Include "insn-config.h" and "recog.h".
22698         (union_match_dups): New function.
22699         (web_main): Call it.
22700         (union_defs): Don't try to recognize match_dups.
22701
22702         * reload1.c (eliminate_regs_in_insn): Don't restore an operand
22703         if doing so would replace the entire pattern.
22704
22705 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
22706
22707         PR target/43707
22708         PR target/43709
22709         * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
22710         and splitter pattern.  Change splitter operand 1 predicate to
22711         nonmemory_operand.
22712
22713 2010-04-09  Martin Jambor  <mjambor@suse.cz>
22714
22715         * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
22716         lattices are addresses of CONST_DECLs with the same initial value.
22717         (ipcp_print_all_lattices): Print values of CONST_DECLs.
22718         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
22719
22720 2010-04-09  Eric Botcazou  <ebotcazou@adacore.com>
22721             Bernd Schmidt  <bernds@codesourcery.com>
22722
22723         * loop-invariant.c (replace_uses): New static function.
22724         (move_invariant_reg): Use it to ensure we can replace the uses.
22725
22726 2010-04-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
22727
22728         * config/picochip/picochip.c (picochip_rtx_costs): Use correct
22729         function template.
22730         (picochip_override_options): Enable section anchors only above -O1.
22731         (picochip_reorg): Fixed a couple of build warnings.
22732
22733 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22734
22735         * configure.ac (plugin -rdynamic test): Log result.
22736         * configure: Regenerate.
22737         * config/sol2.h (LINK_SPEC): Handle -rdynamic.
22738         (RDYNAMIC_SPEC): Define.
22739         * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
22740
22741 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22742
22743         * configure.ac: Determine Sun ld version numbers.
22744         (comdat_group): Restrict GNU ld version checks to gld.
22745         (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
22746         (enable_comdat): Support --enable-comdat.
22747         * configure: Regenerate.
22748         * doc/install.texi (Configuration): Document --enable-comdat.
22749
22750 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22751
22752         * config/sparc/sol2-gld.h: Remove SPARC reference.  Rename ...
22753         * config/sol2-gld.h: ... here.
22754         * config.gcc (sparc*-*-solaris2*): Reflect this.
22755         (i[34567]86-*-solaris2*): Use it.
22756
22757 2010-04-09  Steve Ellcey  <sje@cup.hp.com>
22758
22759         * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
22760         setup_clocks_p.
22761         (final_emit_insn_group_barriers): Remove unused variable prev_insn.
22762
22763 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22764
22765         PR 42965
22766         * diagnostic.c (diagnostic_initialize): Initialize
22767         some_warnings_are_errors.
22768         (diagnostic_finish): New.
22769         (diagnostic_action_after_output): Call it before exiting.
22770         (diagnostic_report_diagnostic): Do not print message here. Set
22771         some_warnings_are_errors.
22772         * diagnostic.h (diagnostic_context): Delete
22773         issue_warnings_are_errors_message. Add some_warnings_are_errors.
22774         (diagnostic_finish): Declare.
22775         * toplev.c (toplev_main): Call it before exit.
22776
22777 2010-04-09  Jason Merrill  <jason@redhat.com>
22778
22779         PR c++/42623
22780         * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
22781         for incomplete type.
22782
22783         PR c++/41788
22784         * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
22785         based on a warning flag.
22786
22787 2010-04-09  Richard Guenther  <rguenther@suse.de>
22788
22789         * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
22790
22791 2010-04-09  Iain Sandoe  <iains@gcc.gnu.org>
22792
22793         PR bootstrap/43684
22794         * varasm.c (default_assemble_visibility): Wrap vars that are
22795         set, but unused, by targets without GAS.
22796         * config/rs6000/rs6000.c (paired_emit_vector_compare):
22797         Remove set, but unused, vars.
22798         (rs6000_legitimize_tls_address): Likewise.
22799         (altivec_expand_dst_builtin): Likewise.
22800         * config/darwin.c (machopic_classify_symbol): Likewise.
22801         (machopic_indirection_name): Likewise.
22802
22803 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
22804
22805         * config/i386/i386.md (DWI): New mode iterator.
22806         (S): New mode attribute.
22807         (shift_operand): Ditto.
22808         (shift_immediate_operand): Ditto.
22809         (ashl_input_operand): Ditto.
22810         (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
22811         using SDWIM mode iterator.
22812         (*ashl<mode>3_doubleword): New insn_and_split_pattern.  Macroize
22813         pattern from *ashl{di,ti}3_1 and corresponding splitters using
22814         DWI mode iterator.
22815         (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
22816         from corresponding peephole2 patterns.
22817         (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
22818         and x86_64_shift_adj_1 using SWI48 mode iterator.
22819         (x86_shift<mode>_adj_2): Ditto.
22820         (*ashldi3_1_rex64): Split TYPE_LEA pattern.
22821         (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
22822         using SWI48 mode iterator.
22823         (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
22824         *ashldi3_cmp_rex64 using SWI mode iterator.
22825         (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
22826         *ashldi3_cconly_rex64 using SWI mode iterator.
22827         * config/i386/i386.c (ix86_split_ashl): Update for renamed
22828         x86_shift<mode>_adj_{1,2}.
22829         (ix86_split_ashr): Ditto.
22830         (ix86_split_lshr): Ditto.
22831
22832 2010-04-09  Richard Guenther  <rguenther@suse.de>
22833
22834         * target.h (builtin_conversion): Pass in input and output types.
22835         * targhooks.c (default_builtin_vectorized_conversion): Adjust.
22836         * targhooks.h (default_builtin_vectorized_conversion): Likewise.
22837         * tree-vect-stmts.c (vectorizable_conversion): Adjust.
22838         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
22839
22840         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
22841         Handle AVX modes.
22842         * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
22843
22844 2010-04-09  Richard Guenther  <rguenther@suse.de>
22845
22846         PR target/43152
22847         * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
22848
22849 2010-04-09  Richard Guenther  <rguenther@suse.de>
22850
22851         * tree-vectorizer.h (struct _stmt_vec_info): Document
22852         that vectype is the type of the LHS.
22853         (supportable_widening_operation, supportable_narrowing_operation):
22854         Get both input and output vector types as arguments.
22855         (vect_is_simple_use_1): Declare.
22856         (get_same_sized_vectype): Likewise.
22857         * tree-vect-loop.c (vect_determine_vectorization_factor):
22858         Set STMT_VINFO_VECTYPE to the vector type of the def.
22859         (vectorizable_reduction): Adjust.
22860         * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
22861         Adjust.  Specify the output vector type.
22862         (vect_pattern_recog_1): Adjust.
22863         * tree-vect-stmts.c (get_same_sized_vectype): New function.
22864         (vectorizable_call): Adjust.
22865         (vectorizable_conversion): Likewise.
22866         (vectorizable_operation): Likewise.
22867         (vectorizable_type_demotion): Likewise.
22868         (vectorizable_type_promotion): Likewise.
22869         (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
22870         the def.
22871         (vect_is_simple_use_1): New function.
22872         (supportable_widening_operation): Get both input and output
22873         vector types.
22874         (supportable_narrowing_operation): Likewise.
22875         * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
22876
22877 2010-04-09  Kai Tietz  <kai.tietz@onevision.com>
22878
22879         * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
22880         __thiscall and _thiscall as predefined macros.
22881         * config/i386/i386.c (ix86_handle_cconv_attribute): Add
22882         thiscall attribute handling.
22883         (ix86_comp_type_attributes): Likewise.
22884         (ix86_function_regparm): Likewise.
22885         (ix86_return_pops_args): Likewise.
22886         (init_cumulative_args): Likewise.
22887         (find_drap_reg): Likewise.
22888         (ix86_static_chain): Likewise.
22889         (x86_this_parameter): Likewise.
22890         (x86_output_mi_thunk): Likewise.
22891         (ix86_attribute_table): Add description for thiscall attribute.
22892         * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
22893         * doc/extend.texi: Add documentation for thiscall.
22894
22895 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22896
22897         PR c++/28584
22898         * c.opt (Wint-to-pointer-cast): Available in C++.
22899         * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
22900
22901 2010-04-08  Eric Botcazou  <ebotcazou@adacore.com>
22902
22903         * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
22904         * calls.c (expand_call): Pass the function type to aggregate_value_p.
22905         * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
22906         the target function of a CALL_EXPR.  Honor TREE_ADDRESSABLE on the
22907         function type instead.  Reorder and simplify checks.
22908
22909         * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
22910
22911 2010-04-08  Jing Yu  <jingyu@google.com>
22912             Zdenek Dvorak  <ook@ucw.cz>
22913
22914         PR tree-optimization/42720
22915         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
22916         loop unswitch conditions here from ...
22917         (tree_unswitch_single_loop): ... here.
22918
22919 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
22920
22921         * tree-if-conv.c: Fix comments and simplify logic.
22922
22923 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
22924
22925         * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
22926         (tree_if_conversion): Same.  Update call to if_convertible_loop_p.
22927         (main_tree_if_conversion): Update call to tree_if_conversion.
22928
22929 2010-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22930
22931         PR 42485
22932         * doc/invoke.texi (-b,-V): Delete.
22933         * doc/tm.texi: Do not mention -b.
22934         * gcc.c (display_help): Delete -b and -V.
22935         (process_command): Delete -b and -V.
22936         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
22937
22938 2010-04-08  Christian Borntraeger  <borntraeger@de.ibm.com>
22939             Wolfgang Gellerich  <gellerich@de.ibm.com>
22940
22941         Implement target hook for loop unrolling
22942         * target.h (loop_unroll_adjust): Add a new target hook function.
22943         * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
22944         * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
22945         * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
22946         (s390_loop_unroll_adjust): Implement the new target hook for s390.
22947         * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
22948         target hook.
22949         (decide_unroll_stupid): Likewise.
22950
22951 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22952
22953         PR target/43643
22954         * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
22955
22956 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22957
22958         * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
22959         (Specific, *-*-solaris2*): Likewise.
22960         Don't prefer Sun as over GNU as.
22961
22962 2010-04-08  Wolfgang Gellerich  <gellerich@de.ibm.com>
22963
22964         * config/s390/s390.c (override_options): Adjust the z10 defaults
22965         for max-unroll-times, max-completely-peeled-insns
22966         and max-completely-peel-times.
22967
22968 2010-04-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22969
22970         * config/s390/s390.c (s390_expand_movmem): Issue prefetch
22971         instructions for z10.
22972         (s390_expand_setmem): Likewise.
22973         (s390_expand_cmpmem): Likewise.
22974
22975 2010-04-08  Richard Guenther  <rguenther@suse.de>
22976
22977         PR tree-optimization/43679
22978         * tree-ssa-pre.c (eliminate): Only propagate copies.
22979
22980 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
22981
22982         PR bootstrap/43681
22983         * expr.c (block_move_libcall_safe_for_call_parm): Avoid
22984         set but not used variable warning.
22985
22986 2010-04-08  Wei Guozhi  <carrot@google.com>
22987
22988         PR target/41653
22989         * config/arm/arm.c (thumb1_size_rtx_costs): New function.
22990         (arm_size_rtx_costs): Call the new function when optimized for size.
22991
22992 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
22993
22994         PR debug/43670
22995         * cfgexpand.c (expand_debug_expr): If for non-NULL offset
22996         op0 is not a MEM, just return NULL instead of assertion
22997         failure.
22998         (discover_nonconstant_array_refs): Don't walk debug stmts.
22999
23000 2010-04-08  Doug Kwan  <dougkwan@google.com>
23001
23002         * configure.ac: Recognize gold and do not use its version number
23003         to test ld features.
23004         * configure: Regenerate.
23005
23006 2010-04-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
23007
23008         PR middle-end/40815
23009         * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
23010         (negate_value): Move code to push elements to broken_up_substracts ...
23011         (eliminate_plus_minus_pair): ... here.  Push operands that have no
23012         negative pair to plus_negates.
23013         (repropagate_negates, init_reassoc, fini_reassoc): Update.
23014
23015 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23016
23017         * doc/install.texi (Configuration): Move description of
23018         --enable-lto, --with-libelf*, --enable-gold from Java section to
23019         general section.
23020
23021         * doc/generic.texi (Working with declarations)
23022         (Function Properties, C and C++ Trees): Fix typos.
23023         * doc/sourcebuild.texi (Top Level): Likewise.
23024
23025 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
23026
23027         PR c/18624
23028         * tree.h (DECL_READ_P): Define.
23029         (struct tree_decl_common): Add decl_read_flag.
23030         * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
23031         a set but not used warning.
23032         (merge_decls): Merge DECL_READ_P flag.
23033         (finish_decl, build_compound_literal): Set DECL_READ_P flag.
23034         (finish_function): Issue -Wunused-but-set-parameter diagnostics.
23035         * c-common.c (handle_used_attribute, handle_unused_attribute):
23036         Likewise.
23037         * c-tree.h (default_function_array_read_conversion, mark_exp_read):
23038         New prototypes.
23039         * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
23040         New functions.
23041         (default_conversion, c_process_expr_stmt): Call mark_exp_read.
23042         * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
23043         c_parser_binary_expression, c_parser_cast_expression,
23044         c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
23045         Call default_function_array_read_conversion instead of
23046         default_function_array_conversion where needed.
23047         (c_parser_unary_expression, c_parser_conditional_expression,
23048         c_parser_postfix_expression_after_primary, c_parser_initelt):
23049         Likewise.  Call mark_exp_read where needed.
23050         (c_parser_statement_after_labels, c_parser_asm_operands,
23051         c_parser_typeof_specifier, c_parser_sizeof_expression,
23052         c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
23053         where needed.
23054         * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
23055         New.
23056         * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
23057         (warn_unused_but_set_parameter): Default to warn_unused
23058         && extra_warnings.
23059         * doc/invoke.texi: Document -Wunused-but-set-variable and
23060         -Wunused-but-set-parameter.
23061
23062         * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
23063         used count variable.
23064         * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
23065         when operandN variables aren't used in the body of the expander
23066         or splitter.
23067         * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
23068         FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
23069         * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
23070         * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
23071         FOR_EACH_IMM_USE_ON_STMT): Likewise.
23072         * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
23073         * tree.c (PROCESS_ARG): Likewise.
23074
23075 2010-04-07  Simon Baldwin  <simonb@google.com>
23076
23077         * diagnostic.h (diagnostic_override_option_index): New macro to
23078         set a diagnostic's option_index.
23079         * c-tree.h (c_cpp_error): Add warning reason argument.
23080         * opts.c (_warning_as_error_callback): New.
23081         (register_warning_as_error_callback): Store callback for
23082         warnings enabled via enable_warning_as_error.
23083         (enable_warning_as_error): Call callback, minor code tidy.
23084         * opts.h (register_warning_as_error_callback): Declare.
23085         * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
23086         response to -Werror=.
23087         (c_common_init_options): Register warning_as_error_callback in opts.c.
23088         * common.opt: Add -Wno-cpp option.
23089         * c-common.c (struct reason_option_codes_t): Map cpp warning
23090         reason codes to gcc option indexes.
23091         * (c_option_controlling_cpp_error): New function, lookup the gcc
23092         option index for a cpp warning reason code.
23093         * (c_cpp_error): Add warning reason argument, call
23094         c_option_controlling_cpp_error for diagnostic_override_option_index.
23095         * doc/invoke.texi: Document -Wno-cpp.
23096
23097 2010-04-07  Richard Guenther  <rguenther@suse.de>
23098
23099         * ipa-reference.c (mark_load): Use get_base_address.
23100         (mark_store): Likewise.
23101
23102         * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
23103         inserting GIMPLE_NOPs into the IL.
23104         * tree-ssa-structalias.c (get_constraint_for_component_ref):
23105         Explicitly strip handled components and indirect references.
23106
23107         * fold-const.c (fold_unary_loc): Do not strip qualifiers when
23108         folding address expressions.
23109         * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
23110         * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
23111         operand_equal_p to compare decls.
23112         (ptr_deref_may_alias_decl_p): Likewise.
23113         * tree-ssa-operands.c (get_asm_expr_operands): Simplify
23114         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
23115         Handle reversed comparison ops.
23116         * tree-sra.c (asm_visit_addr): Use get_base_address.
23117         * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
23118         * ipa-reference.c (mark_address): Use get_base_address.
23119
23120 2010-04-07  Richard Guenther  <rguenther@suse.de>
23121
23122         * tree-ssa-forwprop.c (forward_propagate_addr_expr):
23123         Propagate constants everywhere.
23124
23125 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
23126
23127         PR debug/43516
23128         * tree.c (MAX_INT_CACHED_PREC): Define.
23129         (nonstandard_integer_type_cache): New array.
23130         (build_nonstandard_integer_type): Cache results for precision
23131         <= MAX_INT_CACHED_PREC.
23132
23133 2010-04-07  Richard Guenther  <rguenther@suse.de>
23134
23135         * doc/invoke.texi (-fargument-alias, -fargument-noalias,
23136         -fargument-noalias-global, -fargument-noalias-anything): Remove.
23137         * common.opt: Likewise.
23138         * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
23139         * alias.c (base_alias_check): Remove flag_argument_noalias handling.
23140         (nonoverlapping_memrefs_p): Likewise.
23141         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
23142         * opts.c (common_handle_option): Handle OPT_fargument_alias,
23143         OPT_fargument_noalias, OPT_fargument_noalias_anything and
23144         OPT_fargument_noalias_global for backward compatibility.
23145
23146 2010-04-07  Richard Guenther  <rguenther@suse.de>
23147
23148         PR tree-optimization/43270
23149         * tree-vrp.c (check_array_ref): Fix flexible array member detection.
23150         * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
23151         * tree-ssa-pre.c (phi_translate_1): Adjust.
23152         (fully_constant_expression): Split out vn_reference handling to ...
23153         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
23154         Fold reads from constant strings.
23155         (vn_reference_lookup): Handle fully constant references.
23156         (vn_reference_lookup_pieces): Likewise.
23157         * Makefile.in (expmed.o-warn): Add -Wno-error.
23158
23159 2010-04-07  Martin Jambor  <mjambor@suse.cz>
23160
23161         * tree-sra.c (find_param_candidates): Allow scalar va_list types.
23162
23163 2010-04-07  Iain Sandoe  <iains@gcc.gnu.org>
23164
23165         PR driver/41594
23166         * gcc.c: Add -static-libstdc++ to list of recognized options.
23167
23168 2010-04-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23169
23170         * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
23171
23172 2010-04-07  Richard Guenther  <rguenther@suse.de>
23173
23174         PR middle-end/42617
23175         * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
23176         bases build simple mem attributes to retain points-to information.
23177
23178 2010-04-07  Richard Guenther  <rguenther@suse.de>
23179
23180         PR middle-end/42617
23181         * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
23182         preserve points-to related information.
23183
23184 2010-04-07  Richard Guenther  <rguenther@suse.de>
23185
23186         PR middle-end/42617
23187         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
23188         discard plain indirect references.
23189         * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
23190         * tree.c (tree_nop_conversion): Likewise.
23191
23192 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
23193
23194         PR debug/43628
23195         * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
23196
23197 2010-04-06  Kai Tietz  <kai.tietz@onevision.com>
23198
23199         * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
23200         calling convention attributes on METHOD_TYPEs for w64 ABI, too.
23201
23202 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
23203
23204         * tree-if-conv.c: Fix indentation and comments.
23205
23206 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
23207
23208         * tree-if-conv.c: Sort static functions in topological order.
23209
23210 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
23211
23212         * tree-if-conv.c: Fix indentation and comments.
23213
23214 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
23215
23216         PR middle-end/43519
23217         * graphite-clast-to-gimple.c (max_signed_precision_type): Use
23218         lang_hooks.types.type_for_size instead of
23219         build_nonstandard_integer_type.
23220         When converting an unsigned type to signed, double its precision.
23221         (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
23222         (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
23223         (graphite_create_new_loop_guard): When ub + 1 wraps around,
23224         use lb <= ub.
23225
23226 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
23227
23228         PR middle-end/43519
23229         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
23230         POINTER_PLUS_EXPR for pointer types.
23231
23232 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
23233
23234         PR middle-end/43519
23235         * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
23236         * graphite-clast-to-gimple.c: Include langhooks.h.
23237         (max_signed_precision_type): New.
23238         (max_precision_type): Takes two types as arguments.
23239         (precision_for_value): New.
23240         (precision_for_interval): New.
23241         (gcc_type_for_interval): New.
23242         (gcc_type_for_value): New.
23243         (gcc_type_for_clast_term): New.
23244         (gcc_type_for_clast_red): New.
23245         (gcc_type_for_clast_bin): New.
23246         (gcc_type_for_clast_expr): Split up into several functions.
23247         (gcc_type_for_clast_eq): Rewritten.
23248         (compute_bounds_for_level): New.
23249         (compute_type_for_level_1): New.
23250         (compute_type_for_level): New.
23251         (gcc_type_for_cloog_iv): Removed.
23252         (gcc_type_for_iv_of_clast_loop): Rewritten.
23253         (graphite_create_new_loop): Compute the lower and upper bound types
23254         with gcc_type_for_clast_expr.
23255         (graphite_create_new_loop_guard): Same.
23256         (find_cloog_iv_in_expr): Removed.
23257         (compute_cloog_iv_types_1): Removed.
23258         (compute_cloog_iv_types): Removed.
23259         (gloog): Do not call compute_cloog_iv_types.
23260         * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
23261         GBB_CLOOG_IV_TYPES.
23262         (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
23263         * sese.h (struct gimple_bb): Removed field cloog_iv_types.
23264         (GBB_CLOOG_IV_TYPES): Removed.
23265
23266 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
23267
23268         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
23269         gimple_phi_num_args of the loop close SSA phi node is equal to 1.
23270         (detect_commutative_reduction): Same.
23271
23272 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
23273
23274         * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
23275         call to verify_ssa.  Invoke verify_loop_closed_ssa with an extra
23276         argument.
23277         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
23278         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
23279         (rewrite_commutative_reductions_out_of_ssa): Same.
23280         * passes.c (execute_function_todo): Call verify_ssa for every pass
23281         in the LNO.  Invoke verify_loop_closed_ssa with an extra argument.
23282         * tree-flow.h (verify_loop_closed_ssa): Update declaration.
23283         * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
23284         with an extra argument.
23285         * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same.  Call
23286         verify_ssa only when the extra argument is true.
23287         (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
23288         with an extra argument.
23289         (tree_transform_and_unroll_loop): Same.
23290
23291 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
23292
23293         * passes.c (execute_function_todo): Call verify_loop_closed_ssa
23294         for all the passes of the LNO having LOOP_CLOSED_SSA.
23295         * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
23296         * tree-loop-distribution.c (pass_loop_distribution): Same.
23297         * tree-pass.h (TODO_verify_loops): Removed.
23298         * tree-ssa-loop.c (pass_tree_loop_init): Same.
23299         (pass_lim): Same.
23300         (pass_tree_unswitch): Same.
23301         (pass_predcom): Same.
23302         (pass_vectorize): Same.
23303         (pass_linear_transform): Same.
23304         (pass_graphite_transforms): Same.
23305         (pass_iv_canon): Same.
23306         (pass_complete_unroll): Same.
23307         (pass_complete_unrolli): Same.
23308         (pass_parallelize_loops): Same.
23309         (pass_loop_prefetch): Same.
23310         (pass_iv_optimize): Same.
23311
23312 2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
23313
23314         PR middle-end/32824
23315         * passes.c (init_optimization_passes): Move pass_lim before
23316         pass_copy_prop and pass_dce_loop.
23317
23318 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
23319
23320         PR target/43667
23321         * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
23322         instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
23323         (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
23324         MULTI_* defines for 4 argument vpermil2p* builtins.
23325
23326 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
23327
23328         * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
23329         * config/i386/i386.c (x86_maybe_negate_const_int): New.
23330         (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
23331         * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
23332         *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
23333         *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
23334         *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
23335         Use x86_maybe_negate_const_int to output insn mnemonic.
23336         (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto.  Remove overflow
23337         check from instruction predicate.  Update comments.
23338         * config/i386/sync.md (sync_add<mode>): Use
23339         x86_maybe_negate_const_int to output insn mnemonic.
23340
23341 2010-04-06  Jan Hubicka  <jh@suse.cz>
23342
23343         PR tree-optimization/42906
23344         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
23345         IGNORE_SELF argument.  Set visited_control_parents for fully
23346         processed BBs.
23347         (find_obviously_necessary_stmts): Update call of
23348         mark_control_dependent_edges_necessary.
23349         (propagate_necessity): Likewise.  Handle PHI edges more curefully.
23350
23351 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
23352
23353         * config/i386/i386.md: Remove comment about 'e' and 'E'
23354         operand modifier.
23355
23356 2010-04-06  Richard Guenther  <rguenther@suse.de>
23357
23358         PR tree-optimization/43627
23359         * tree-vrp.c (extract_range_from_unary_expr): Widenings
23360         of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
23361         not varying.
23362
23363 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
23364
23365         * BASE-VER: Change to 4.6.0.
23366
23367         PR target/43638
23368         * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
23369         handling.
23370
23371 2010-04-06  Richard Guenther  <rguenther@suse.de>
23372
23373         PR middle-end/43661
23374         * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
23375
23376 2010-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23377
23378         * doc/invoke.texi (Optimize Options): Document that LTO
23379         won't remove object access purely due to incompatible
23380         declarations.
23381
23382 2010-04-04  Matthias Klose  <doko@ubuntu.com>
23383
23384         * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
23385         Initialize variable.
23386
23387 2010-04-03  Richard Guenther  <rguenther@suse.de>
23388
23389         PR middle-end/42509
23390         * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
23391         require a non-NULL MEM_OFFSET.
23392
23393 2010-04-02  Steven Bosscher  <steven@gcc.gnu.org>
23394
23395         * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
23396         basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
23397         collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
23398         config/alpha/predicates.md, config/arm/arm.md,
23399         config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
23400         config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
23401         config/darwin9.h, config/darwin.c, config/darwin.h,
23402         config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
23403         config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
23404         config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
23405         config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
23406         config/mips/mips.md, config/mn10300/mn10300.c,
23407         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
23408         config/rs6000/aix.h, config/rs6000/dfp.md,
23409         config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
23410         config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
23411         config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
23412         config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
23413         config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
23414         config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
23415         c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
23416         diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
23417         doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
23418         doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
23419         fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
23420         gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
23421         graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
23422         graphite-dependences.c, graphite-poly.c, graphite-poly.h,
23423         graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
23424         graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
23425         intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
23426         ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
23427         ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
23428         loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
23429         objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
23430         opt-functions.awk, opth-gen.awk, params.def, passes.c,
23431         postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
23432         rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
23433         store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
23434         tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
23435         tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
23436         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
23437         tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
23438         tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
23439         tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
23440         tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
23441         tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
23442         tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
23443         tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
23444         unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
23445
23446 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23447
23448         PR other/43620
23449         * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
23450         * aclocal.m4: Regenerate.
23451
23452 2010-04-02  Richard Guenther  <rguenther@suse.de>
23453
23454         PR tree-optimization/43629
23455         * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
23456         if we have seen a constant value.
23457
23458 2010-04-02  Joseph Myers  <joseph@codesourcery.com>
23459
23460         * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
23461
23462 2010-04-02  Richard Earnshaw  <rearnsha@arm.com>
23463
23464         PR target/43469
23465         * arm.c (legitimize_tls_address): Adjust call to
23466         gen_tls_load_dot_plus_four.
23467         (arm_note_pic_base): New function.
23468         (arm_cannot_copy_insn_p): Use it.
23469         * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
23470         constraint.
23471
23472 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23473
23474         PR bootstrap/43531
23475
23476         Revert:
23477         2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23478
23479         * Makefile.in ($(out_object_file)): Depend on
23480         gt-$(basename $(notdir $(out_file))).h.
23481
23482 2010-04-01  Ralf Corsépius  <ralf.corsepius@rtems.org>
23483
23484         * config.gcc (lm32-*-rtems*): Add t-lm32.
23485
23486 2010-04-01  Joel Sherrill  <joel.sherrill@oarcorp.com>
23487
23488         * config.gcc: Add lm32-*-rtems*.
23489         * config/lm32/rtems.h: New file.
23490
23491 2010-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
23492
23493         PR target/42609
23494         * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
23495
23496 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
23497
23498         * dwarf2out.c (output_compilation_unit_header): For
23499         -gdwarf-4 use version 4 instead of version 3.
23500         (output_line_info): For version 4 and above emit additional
23501         maximum ops per insn header field.
23502         (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
23503
23504         * dwarf2out.c (is_c_family, is_java): Remove.
23505         (lower_bound_default): New function.
23506         (add_bound_info, gen_descr_array_type_die): Use it.
23507
23508 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
23509
23510         PR debug/43325
23511         * dwarf2out.c (gen_variable_die): Allow debug info for variable
23512         re-declaration when it happens in a function.
23513
23514 2010-04-01  Aldy Hernandez  <aldyh@redhat.com>
23515
23516         * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
23517         (cgraph_remove_function_insertion_hook): Same.
23518         (cgraph_call_function_insertion_hooks): Same.
23519
23520 2010-04-01  Richard Guenther  <rguenther@suse.de>
23521
23522         PR middle-end/43614
23523         * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
23524         and TREE_THIS_VOLATILE.
23525         (copy_ref_info): Likewise.
23526         * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
23527         * tree.c (build6_stat): Ignore side-effects of all but arg5
23528         for TARGET_MEM_REF.  Set TREE_THIS_VOLATILE from arg5 of
23529         TARGET_MEM_REF.
23530
23531 2010-04-01  Richard Guenther  <rguenther@suse.de>
23532
23533         PR tree-optimization/43607
23534         * ipa-type-escape.c (check_call): Do not access non-existing
23535         arguments.
23536
23537 2010-04-01  Richard Guenther  <rguenther@suse.de>
23538
23539         PR middle-end/43602
23540         Revert
23541         2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
23542                     Jack Howarth  <howarth@bromo.med.uc.edu>
23543
23544         * tree-profile.c (tree_init_ic_make_global_vars): Make static
23545         variables TLS.
23546
23547 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23548
23549         * doc/install.texi (Prerequisites): Document libelf usability on
23550         IRIX 5/6 and Solaris 2.
23551         (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
23552         Update GNU as, GNU ld requirements.
23553         (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
23554         Document Sun Studio compiler download.
23555         Update and simplify as, ld recommendations.
23556         (Specific, *-*-solaris2.7): Note obsoletion, removal.
23557
23558 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23559
23560         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
23561         with_tune_32 to pentium4.
23562
23563 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
23564
23565         * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
23566
23567 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23568
23569         * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
23570         obsoletion, removal.
23571         Update IDO URL.
23572         Document GNU as requirement.
23573         Update configure requirements.
23574         (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
23575         Recomment IRIX 6.5.18+.
23576         Document IDF/IDL requirement.
23577         Document GNU as requirement.
23578         Document GNU ld bootstrap failure.
23579         Remove freeware.sgi.com reference.
23580
23581 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23582
23583         * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
23584         UNIX V4.0, V5.0 obsoletion, removal.
23585         Remove --with-gc=simple reference.
23586         Update VM requirements during bootstrap.
23587         Remove -oldas bootstrap description.
23588         Update binutils reference.
23589         Remove comparison failure note.
23590
23591 2010-03-31  Richard Guenther  <rguenther@suse.de>
23592             Zdenek Dvorak  <ook@ucw.cz>
23593             Sebastian Pop  <sebastian.pop@amd.com>
23594
23595         PR middle-end/43464
23596         * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
23597         with multiple arguments.
23598         (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
23599
23600 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
23601
23602         * graphite-dependences.c (print_pddr): Call print_pdr with an
23603         extra argument.
23604         * graphite-poly.c (debug_pdr): Add an extra argument for the
23605         verbosity level.
23606         (print_pdr): Same.
23607         (print_pbb_domain): Same.
23608         (print_pbb): Same.
23609         (print_scop_context): Same.
23610         (print_scop): Same.
23611         (print_cloog): Same.
23612         (debug_pbb_domain): Same.
23613         (debug_pbb): Same.
23614         (print_pdrs): Same.
23615         (debug_pdrs): Same.
23616         (debug_scop_context): Same.
23617         (debug_scop): Same.
23618         (debug_cloog): Same.
23619         (print_scop_params): Same.
23620         (debug_scop_params): Same.
23621         (print_iteration_domain): Same.
23622         (print_iteration_domains): Same.
23623         (debug_iteration_domain): Same.
23624         (debug_iteration_domains): Same.
23625         (print_scattering_function): Same.
23626         (print_scattering_functions): Same.
23627         (debug_scattering_function): Same.
23628         (debug_scattering_functions): Same.
23629         * graphite-poly.h (debug_pdr): Update declaration.
23630         (print_pdr): Same.
23631         (print_pbb_domain): Same.
23632         (print_pbb): Same.
23633         (print_scop_context): Same.
23634         (print_scop): Same.
23635         (print_cloog): Same.
23636         (debug_pbb_domain): Same.
23637         (debug_pbb): Same.
23638         (print_pdrs): Same.
23639         (debug_pdrs): Same.
23640         (debug_scop_context): Same.
23641         (debug_scop): Same.
23642         (debug_cloog): Same.
23643         (print_scop_params): Same.
23644         (debug_scop_params): Same.
23645         (print_iteration_domain): Same.
23646         (print_iteration_domains): Same.
23647         (debug_iteration_domain): Same.
23648         (debug_iteration_domains): Same.
23649         (print_scattering_function): Same.
23650         (print_scattering_functions): Same.
23651         (debug_scattering_function): Same.
23652         (debug_scattering_functions): Same.
23653
23654 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
23655
23656         * graphite-poly.c (print_scattering_function_1): New.
23657         (print_scattering_function): Call it.
23658         (print_scop_params): Remove spaces at the end of lines.
23659         (print_cloog): New.
23660         (debug_cloog): New.
23661         * graphite-poly.h (print_cloog): Declared.
23662         (debug_cloog): Declared.
23663
23664 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
23665
23666         * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
23667         in loop->header.
23668         * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
23669         * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
23670         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
23671         to switch between adding the IV bump in loop->latch or in loop->header.
23672
23673 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
23674
23675         * graphite-poly.c (print_scattering_function): Pretty print following
23676         the scoplib format.
23677         (print_pdr): Same.
23678         (print_pbb_domain): Same.
23679         (dump_gbb_cases): Same.
23680         (dump_gbb_conditions): Same.
23681         (print_pdrs): Same.
23682         (print_pbb): Same.
23683         (print_scop_params): Same.
23684         (print_scop_context): Same.
23685         (print_scop): Same.
23686         (print_pbb_body): New.
23687         (lst_indent_to): New.
23688         (print_lst): Start new lines with a #.
23689         * graphite-poly.h (pbb_bb): New.
23690         (pbb_index): Use pbb_bb.
23691         * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
23692         disjuncts.
23693         * tree-data-ref.c (dump_data_reference): Start new lines with a #.
23694
23695 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
23696
23697         * dwarf2out.c (size_of_die): For -gdwarf-4 use
23698         uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
23699         and 0 instead of 1 for dw_val_class_flag.
23700         (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
23701         dw_val_class_range_list, dw_val_class_loc_list,
23702         dw_val_class_lineptr and dw_val_class_macptr, use
23703         DW_FORM_flag_present for dw_val_class_flag and
23704         DW_FORM_exprloc for dw_val_class_loc.
23705         (output_die): For -gdwarf-4 print dw_val_class_loc
23706         size as uleb128 instead of 1 or 2 bytes and don't print
23707         anything for dw_val_class_flag.
23708
23709         * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
23710         instead of cselib_lookup following by tweaking locs->setting_insn.
23711
23712         PR bootstrap/43596
23713         * cselib.c (cselib_process_insn): Clear cselib_current_insn
23714         even before returning from label, setjmp call or volatile asm
23715         handling.
23716
23717 2010-03-31  Richard Guenther  <rguenther@suse.de>
23718
23719         PR middle-end/43600
23720         * cgraphunit.c (cgraph_output_in_order): Do not allocate
23721         temporary data on stack.
23722
23723 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23724
23725         * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
23726         (PUSHSECTION_ASM_OP): Remove.
23727         (POPSECTION_ASM_OP): Remove.
23728         (PUSHSECTION_FORMAT): Remove.
23729         * config/sol2.h (PUSHSECTION_FORMAT): Define.
23730         * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
23731         * config/sol2.c (solaris_output_init_fini): Use it.
23732
23733 2010-03-31  Jie Zhang  <jie@codesourcery.com>
23734
23735         PR 43574
23736         * opt-functions.awk (var_type_struct): Use signed char type
23737         for simple variables.
23738
23739 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23740
23741         * config/sol2.c: Include output.h.
23742         (solaris_assemble_visibility): New function.
23743         * config/t-sol2 (sol2.o): Add output.h dependency.
23744         * config/sol2-protos.h (solaris_assemble_visibility): Declare.
23745         * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
23746         Redefine.
23747
23748 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
23749
23750         PR target/43580
23751         * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
23752         V2SImode or XFmode on PRE_DEC.
23753
23754         PR debug/43557
23755         * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
23756         BLKmode.
23757
23758 2010-03-31  Jie Zhang  <jie@codesourcery.com>
23759
23760         PR 43562
23761         * reload.h (caller_save_initialized_p): Declare.
23762         * toplev.c (backend_init_target): Don't call
23763         init_caller_save but set caller_save_initialized_p to false.
23764         * caller-save.c (caller_save_initialized_p): Define.
23765         (init_caller_save): Check caller_save_initialized_p.
23766         * ira.c (ira): Call init_caller_save if flag_caller_saves.
23767
23768 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23769
23770         PR target/39048
23771         * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
23772         and soft-fp/t-softfp to tmake_file.
23773         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
23774         (LIBGCC2_TF_CEXT): Define.
23775         (TF_SIZE): Define.
23776
23777 2010-03-30  Alexandre Oliva  <aoliva@redhat.com>
23778
23779         PR debug/42977
23780         * cselib.c (n_useless_values): Document handling of debug locs.
23781         (n_useless_debug_values, n_debug_values): New variables.
23782         (new_elt_loc_list): Don't add to debug values, keep count.
23783         (promote_debug_loc): New.
23784         (cselib_reset_table): Zero new variables.
23785         (entry_and_rtx_equal_p): Promote debug locs.
23786         (discard_useless_locs): Increment n_useless_debug_values for
23787         debug values.
23788         (remove_useless_values): Adjust n_useless_values and n_debug_values
23789         with n_useless_debug_values.
23790         (add_mem_for_addr): Promote debug locs.
23791         (cselib_lookup_mem): Likewise.
23792         (cselib_lookup_addr): Renamed to...
23793         (cselib_lookup_addr_1): ... this.  Promote debug locs.  Don't call...
23794         (cselib_log_lookup): ... this.  Turn into...
23795         (cselib_lookup_addr): ... new wrapper.
23796         (cselib_lookup_from_insn): New.
23797         (cselib_invalidate_regno): Increment n_useless_debug_values for
23798         debug values.
23799         (cselib_invalidate_mem): Likewise.
23800         (cselib_process_insn): Take n_deleted and n_debug_values into
23801         account to guard remove_useless_value call.
23802         (cselib_finish): Zero n_useless_debug_values.
23803         * cselib.h (cselib_lookup_from_insn): Declare.
23804         * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
23805         (sched_analyze_2): Likewise.
23806
23807 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
23808
23809         * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
23810         functions.
23811         (adjust_mems): Replace narrowing SUBREG of expression containing
23812         just PLUS, MINUS, MULT and ASHIFT of registers and constants
23813         with operations in the narrower mode.
23814
23815         PR debug/43593
23816         * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
23817         regs_invalidated_by_call instead all call_used_reg_set registers.
23818
23819 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
23820
23821         PR middle-end/43430
23822         * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
23823         pointer comparisons with types_compatible_p.
23824         * tree-vect-stmts.c (vectorizable_call): Same.
23825         (vectorizable_condition): Same.
23826
23827 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23828
23829         * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
23830         stack check if the mask would be zero.
23831
23832 2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
23833             Jack Howarth  <howarth@bromo.med.uc.edu>
23834
23835         * tree-profile.c (tree_init_ic_make_global_vars): Make static
23836         variables TLS.
23837
23838 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
23839
23840         PR other/25232
23841         * libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
23842         and __unordtf2.
23843         * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
23844         Include ___unordxf2 and ___unordtf2.
23845         * config/i386/libgcc-glibc.ver: Do not define inheritance from
23846         GCC_4.4.0 here.
23847
23848 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
23849
23850         * config/lm32/t-lm32: New file.
23851         * config.gcc: Use the above file when targetting lm32.
23852
23853 2010-03-28  Duncan Sands  <baldrick@free.fr>
23854
23855         * Makefile.in (PLUGIN_HEADERS): Add except.h.
23856
23857 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
23858
23859         PR middle-end/43431
23860         * tree-vect-loop.c (vect_estimate_min_profitable_iters):
23861         Improve vectorization cost model diagnostic.
23862
23863 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
23864
23865         PR middle-end/43436
23866         * tree-vect-data-refs.c (vect_analyze_data_refs): When
23867         compute_data_dependences_for_loop returns false, early exit
23868         and output an extra diagnostic for the failed data reference
23869         analysis.
23870
23871 2010-03-29  Richard Guenther  <rguenther@suse.de>
23872
23873         PR tree-optimization/43560
23874         * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
23875         (can_sm_ref_p): Treat stores to readonly locations as trapping.
23876
23877 2010-03-29  Jie Zhang  <jie@codesourcery.com>
23878
23879         PR 43564
23880         * toplev.c (process_options): Set optimization_default_node
23881         and optimization_current_node.
23882         * opts.c (decode_options): Don't set optimization_default_node
23883         and optimization_current_node.
23884
23885 2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
23886
23887         * config/rtems.h: Abandon -qrtems_debug.
23888
23889 2010-03-28  Jan Hubicka  <jh@suse.cz>
23890
23891         PR tree-optimization/43505
23892         * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
23893         map should not be copied.
23894
23895 2010-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
23896
23897         PR middle-end/41674
23898         * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
23899         cdtors, set DECL_PRESERVE_P.
23900         * ipa.c (cgraph_externally_visible_p): Return true if declaration
23901         should be preseved.
23902
23903 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
23904
23905         PR tree-optimization/43528
23906         * stor-layout.c (place_field): Check that constant fits into
23907         unsigned HWI when skipping calculation of MS bitfield layout.
23908
23909 2010-03-27  Jan Hubicka  <jh@suse.cz>
23910
23911         PR middle-end/43391
23912         * varasm.c (make_decl_rtl): Deal with COMMON flag to make
23913         notice_global_symbol work.
23914
23915 2010-03-27  Jakub Jelinek  <jakub@redhat.com>
23916
23917         * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
23918         instead of dwarf2out_decl.
23919         (struct var_loc_node): Remove section_label field.
23920         (dwarf2out_function_decl): New function.
23921         (dwarf2out_var_location): Don't set section_label field.
23922         (dwarf2out_begin_function): Don't empty decl_loc_table here.
23923
23924 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
23925
23926         PR tree-optimization/43544
23927         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
23928         First argument for builtin vectorized function hook is now a
23929         tree to be able to distinguish between machine specific and
23930         standard builtins.
23931         * targhooks.c (default_builtin_vectorized_function): Ditto.
23932         * targhooks.h (default_builtin_vectorized_function): Ditto.
23933         * target.h (struct gcc_target): Ditto.
23934         * tree-vect-stmts.c (vectorizable_function): Ditto.
23935         * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
23936         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
23937         Ditto.
23938
23939 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
23940
23941         PR c/43381
23942         * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
23943         nested binding iff it is a FUNCTION_DECL.
23944         (store_parm_decls_newstyle): Pass nested=true to bind for
23945         FUNCTION_DECLs amongst parameters.
23946
23947 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
23948
23949         * var-tracking.c (vt_expand_loc_callback): Don't run
23950         cselib_expand_value_rtx_cb in dummy mode if
23951         cselib_dummy_expand_value_rtx_cb returned false.
23952
23953         * var-tracking.c (emit_note_insn_var_location): For one part
23954         notes with offset 0, don't add EXPR_LIST around the location.
23955         * dwarf2out.c (loc_descriptor, dw_loc_list_1,
23956         add_location_or_const_value_attribute): Adjust for that change.
23957
23958         PR debug/43540
23959         * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
23960         into first operand and location into second.
23961         (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
23962         dw_cfi_oprnd_loc for DW_CFA_expression.
23963         (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
23964         (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
23965         assume first argument is regnum and second argument is location.
23966
23967 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
23968
23969         PR target/42113
23970         * config/alpha/alpha.md (*cmp_sadd_si): Change mode
23971         of scratch register to DImode.  Split to DImode comparison operator.
23972         Use SImode subreg of scratch register in the multiplication.
23973         (*cmp_sadd_sidi): Ditto.
23974         (*cmp_ssub_si): Ditto.
23975         (*cmp_ssub_sidi): Ditto.
23976
23977 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
23978
23979         PR target/43524
23980         * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
23981         Remove invalid assert and wrong comment.
23982
23983 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
23984
23985         PR debug/43516
23986         * flags.h (final_insns_dump_p): New extern.
23987         * final.c (final_insns_dump_p): New variable.
23988         (rest_of_clean_state): Set it before -fdump-final-insns=
23989         dumping, clear afterwards.
23990         * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
23991         MEM_ALIAS_SET on MEMs.
23992
23993 2010-03-26  David S. Miller  <davem@davemloft.net>
23994
23995         * configure.ac: Fix sparc GOTDATA_OP bug check.
23996         * configure: Rebuild.
23997
23998 2010-03-26  Alan Modra  <amodra@gmail.com>
23999
24000         * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
24001
24002 2010-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24003
24004         * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
24005         TLS_SECTION_ASM_FLAG.
24006
24007 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
24008
24009         PR bootstrap/43511
24010         * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
24011         Clear first_function_block_is_cold.
24012
24013         PR c/43385
24014         * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
24015         argument if the argument is truth_value_p.
24016
24017 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
24018
24019         * config/rs6000/constraints.md: Update copyright year for my changes.
24020
24021         PR target/43484
24022         * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
24023         used in reg+reg addressing, swap registers.
24024
24025 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
24026
24027         PR debug/43293
24028         * target.h (struct gcc_target): Add code_end hook.
24029         * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
24030         if not yet defined.
24031         (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
24032         * toplev.c (compile_file): Call targetm.asm_out.code_end
24033         hook before unwind info/debug info output.
24034         * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
24035         * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
24036         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
24037         * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
24038         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
24039         * config/i386/i386.c (ix86_file_end): Renamed to...
24040         (ix86_code_end): ... this.  Make static.  Don't call
24041         file_end_indicate_exec_stack.  Emit unwind info using
24042         final_start_function/final_end_function.
24043         (darwin_x86_file_end): Remove.
24044         (TARGET_ASM_CODE_END): Define.
24045         * config/i386/i386.h (TARGET_ASM_FILE_END,
24046         NEED_INDICATE_EXEC_STACK): Don't define.
24047         * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
24048         (TARGET_ASM_FILE_END): Define to darwin_file_end.
24049         * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
24050         * doc/tm.texi (TARGET_ASM_CODE_END): Document.
24051
24052         PR target/43498
24053         * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
24054         at the beginning and final_end_function at the end.
24055         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
24056
24057 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24058
24059         * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
24060         and Sun as TLS syntax.
24061         (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
24062         * configure: Regenerate.
24063         * config.in: Regenerate.
24064         * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
24065         (default_elf_asm_named_section): Use it.
24066         * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
24067         (i386_output_dwarf_dtprel): Likewise.
24068         (output_addr_const_extra): Likewise.
24069         (output_pic_addr_const): Lowercase @GOTTPOFF.
24070         (output_addr_const_extra): Likewise.
24071         (output_pic_addr_const): Lowercase @GOTNTPOFF.
24072         (output_addr_const_extra): Likewise.
24073         (output_pic_addr_const): Lowercase @INDNTPOFF.
24074         (output_addr_const_extra): Likewise.
24075         (output_pic_addr_const): Lowercase @NTPOFF.
24076         (output_addr_const_extra): Likewise.
24077         (output_pic_addr_const): Lowercase @TPOFF.
24078         (output_addr_const_extra): Likewise.
24079         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
24080         (*tls_global_dynamic_64): Likewise.
24081         (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
24082         (*tls_local_dynamic_base_64): Lowercase @TLSLD.
24083
24084         * defaults.h (TLS_COMMON_ASM_OP): Provide default.
24085         (ASM_OUTPUT_TLS_COMMON): Use it.
24086         * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
24087
24088         PR target/38118
24089         * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
24090         * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
24091         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
24092         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
24093         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
24094         (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
24095
24096 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24097
24098         * config/i386/i386.c (override_options): Don't accept
24099         -mtls-dialect=sun any longer.
24100         * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
24101         * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
24102         (*tls_local_dynamic_base_32_sun): Likewise.
24103         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
24104
24105 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
24106
24107         PR debug/43508
24108         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
24109         VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
24110
24111         PR debug/43479
24112         * ira.c (adjust_cleared_regs): New function.
24113         (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
24114
24115         PR debug/19192
24116         PR debug/43479
24117         * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
24118         from gimple_block.
24119         * expr.c (expand_expr_real): Restore previous
24120         curr_insn_source_location and curr_insn_block after
24121         expand_expr_real_1 call.
24122         (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
24123         instead of expand_expr_real_1.
24124
24125 2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>
24126
24127         PR rtl-optimization/43413
24128         * ira-color.c (setup_allocno_available_regs_num): Count prohibited
24129         hard regs too.
24130
24131 2010-03-22  James E. Wilson  <wilson@codesourcery.com>
24132
24133         PR target/43348
24134         * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
24135         call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
24136
24137 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
24138
24139         * config/i386/i386.c (ix86_target_string): Add -mfma.
24140         Fix a typo in comment.
24141
24142 2010-03-22  Mike Stump  <mikestump@comcast.net>
24143
24144         PR target/23071
24145         * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
24146         Don't overly align based upon packed packed fields.
24147
24148 2010-03-22  Jason Merrill  <jason@redhat.com>
24149
24150         * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
24151         Use () rather than [], and move before the element type.
24152
24153 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24154
24155         * doc/configfiles.texi (Configuration Files): Removed
24156         fixinc/Makefile*, intl/Makefile.*.
24157         * doc/makefile.texi: Fixed markup. Abstract from version
24158         control system used.
24159         (Makefile): Removed obsolete java/parse.y example.
24160         * doc/sourcebuild.texi: Likewise.
24161         (Top Level): Added config, gnattools, libdecnumber, libgcc,
24162         libgomp, libssp.  Removed fastjar.
24163         (Miscellaneous Docs): Clarify location.
24164         Added COPYING3, COPYING3.LIB.
24165         (Front End Directory): Moved Make-lang.in entry to new subsubsection.
24166
24167 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24168
24169         PR target/38085
24170         * config/i386/i386.c (x86_function_profiler)
24171         [!NO_PROFILE_COUNTERS]: Fix typo.
24172         * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
24173         instead of callq.
24174
24175 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
24176             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24177
24178         * doc/sourcebuild.texi (Test Directives): Split into six
24179         subsections, with most of the current text in new subsections
24180         Directives, Selectors, and Final Actions.
24181         (Directives): Split list of test directives into multiple
24182         subsubsections.
24183         (Selectors): Describe use and syntax of selectors.
24184         (Effective-Target Keywords): Describe all existing keywords.
24185         (Add Options): Describe features for dg-add-options.
24186         (Require Support): Describe variants of dg-require-support.
24187         (Final Actions): Describe commands to use in dg-final.
24188
24189 2010-03-22  Michael Matz  <matz@suse.de>
24190
24191         PR middle-end/43475
24192         * recog.c (validate_replace_rtx_group): Replace also in
24193         REG_EQUAL and REG_EQUIV notes.
24194
24195 2010-03-22  Richard Guenther  <rguenther@suse.de>
24196
24197         PR tree-optimization/43390
24198         * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
24199         sure vector extracts are type correct.
24200
24201 2010-03-22  Richard Guenther  <rguenther@suse.de>
24202
24203         PR middle-end/40106
24204         * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
24205         x * sqrt (x) even when optimizing for size if the target
24206         has native support for sqrt.
24207
24208 2010-03-22  Jakub Jelinek  <jakub@redhat.com>
24209
24210         * varasm.c (make_decl_rtl_for_debug): Also clear
24211         flag_mudflap for the duration of make_decl_rtl call.
24212
24213         PR debug/43443
24214         * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
24215         locs from preserved VALUEs.
24216
24217 2010-03-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
24218
24219         PR middle-end/42718
24220         * pa.md (movmemsi): Set align to one if zero.
24221         (movmemdi): Likewise.
24222
24223 2010-03-21  Richard Earnshaw  <rearnsha@arm.com>
24224
24225         PR target/42321
24226         * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
24227         with their corresponding prologue pushes.
24228
24229 2010-03-20  Andrew Pinski  <pinskia@gmail.com>
24230
24231         PR target/43156
24232         * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
24233         at the begining or end.
24234         (spu_expand_epilogue): Likewise.
24235
24236 2010-03-20  Richard Guenther  <rguenther@suse.de>
24237
24238         PR rtl-optimization/43438
24239         * combine.c (make_extraction): Properly zero-/sign-extend an
24240         extraction of the low part of a CONST_INT.  Also handle
24241         CONST_DOUBLE.
24242
24243 2010-03-19  Mike Stump  <mikestump@comcast.net>
24244
24245         * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
24246         * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
24247         (override_options): Use SUBTARGET32_DEFAULT_CPU.
24248
24249 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
24250
24251         PR c/43211
24252         * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
24253         an error.
24254
24255 2010-03-19  Bernd Schmidt  <bernds@codesourcery.com>
24256
24257         PR rtl-optimization/42258
24258         * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
24259         use that may match DEF.
24260
24261         PR target/40697
24262         * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
24263         the cost of loading the constant rather than assuming
24264         COSTS_N_INSNS (1).
24265         * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
24266         outer code is AND, do the same tests as the andsi3 expander and
24267         return COSTS_N_INSNS (1) if and is cheap.
24268
24269         * optabs.c (avoid_expensive_constant): Fix formatting.
24270
24271 2010-03-19  Michael Matz  <matz@suse.de>
24272
24273         PR c++/43116
24274         * attribs.c (decl_attributes): When rebuilding a function pointer
24275         type use the same qualifiers as the original pointer type.
24276
24277 2010-03-19  Martin Jambor  <mjambor@suse.cz>
24278
24279         * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
24280         and is_gimple_ip_invariant_address.
24281
24282 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
24283
24284         Revert
24285         2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
24286
24287         * config/arm/arm.c (arm_override_options): Turn off
24288         flag_dwarf2_cfi_asm for AAPCS variants.
24289
24290 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
24291
24292         PR target/43399
24293         * config/arm/arm.c (emit_multi_reg_push): Update comments.
24294         Use PRE_MODIFY instead of PRE_DEC.
24295         (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
24296         (vfp_emit_fstmd): Likewise.
24297
24298 2010-03-19  Michael Matz  <matz@suse.de>
24299
24300         PR target/43305
24301         * builtins.c (expand_builtin_interclass_mathfn,
24302         expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
24303         if that fails.
24304
24305 2010-03-19  Richard Guenther  <rguenther@suse.de>
24306
24307         PR tree-optimization/43415
24308         * tree-ssa-pre.c (phi_translate): Split out worker to ...
24309         (phi_translate_1): ... this.
24310         (phi_translate): Move all caching here.  Cache all NARY
24311         and REFERENCE translations.
24312
24313 2010-03-19  David S. Miller  <davem@davemloft.net>
24314
24315         With help from Eric Botcazou.
24316         * config/sparc/sparc.c: Include dwarf2out.h.
24317         (emit_pic_helper): Delete.
24318         (pic_helper_symbol_name): Delete.
24319         (pic_helper_emitted_p): Delete.
24320         (pic_helper_needed): New.
24321         (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
24322         (get_pc_thunk_name): New.
24323         (load_pic_register): Remove 'delay_pic_helper' arg.  Use
24324         get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
24325         Set pic_helper_needed to true.  Don't call emit_pic_helper.
24326         (sparc_expand_prologue): Update load_pic_register call.
24327         (sparc_output_mi_thunk): Likewise.
24328         (sparc_file_end): Emit a hidden comdat symbol for the PIC
24329         thunk if possible.  Output CFI information as needed.
24330
24331 2010-03-18  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
24332             Jack Howarth  <howarth@bromo.med.uc.edu>
24333
24334         PR target/36399
24335         * config/i386/i386.h: Fix ABI on darwin x86-32.
24336
24337 2010-03-18  Aldy Hernandez  <aldyh@redhat.com>
24338
24339         * tree.h: Declare make_decl_rtl_for_debug.
24340         * varasm.c (make_decl_rtl_for_debug): New.
24341         * dwarf2out.c (rtl_for_decl_location): Call it.
24342         * cfgexpand.c (expand_debug_expr): Call it.
24343
24344 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
24345
24346         PR bootstrap/43399
24347         * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
24348         mem_mode.
24349
24350         PR bootstrap/43403
24351         * var-tracking.c (vt_init_cfa_base): Do nothing if
24352         cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
24353
24354 2010-03-18  Alexandre Oliva  <aoliva@redhat.com>
24355
24356         PR debug/42873
24357         * var-tracking.c (canonicalize_vars_star): New.
24358         (dataflow_post_merge_adjust): Use it.
24359
24360 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
24361
24362         PR debug/43058
24363         * var-tracking.c (non_suitable_const): New function.
24364         (add_uses): For DEBUG_INSNs with constants, don't record any
24365         value, instead just the constant value itself.
24366         (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
24367         is not VAR_LOC_UNKNOWN_P, set var to the constant.
24368         (emit_notes_in_bb): Likewise.
24369         (emit_note_insn_var_location): For onepart variables if
24370         cur_loc is a VOIDmode constant, use DECL_MODE.
24371
24372 2010-03-18  Martin Jambor  <mjambor@suse.cz>
24373
24374         PR middle-end/42450
24375         * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
24376         * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
24377         all non-clones.  Moved call redirection...
24378         (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
24379         (cgraph_materialize_all_clones): Dispose of all
24380         combined_args_to_skip bitmaps.
24381         (verify_cgraph_node): Do not check for edges pointing to wrong
24382         nodes in inline clones.
24383         * tree-inline.c (copy_bb): Call
24384         cgraph_redirect_edge_call_stmt_to_callee.
24385         * ipa.c (cgraph_remove_unreachable_nodes): Call
24386         cgraph_node_remove_callees even when there are used clones.
24387
24388 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
24389
24390         * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
24391
24392 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
24393
24394         PR target/43383
24395         * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
24396         for 32bit.
24397
24398 2010-03-18  Michael Matz  <matz@suse.de>
24399
24400         PR middle-end/43419
24401         * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
24402         into sqrt(x) if we need to preserve signed zeros.
24403
24404 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
24405             Eric Botcazou  <ebotcazou@adacore.com>
24406
24407         PR rtl-optimization/43360
24408         * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
24409         note if we don't know its invariant status.
24410
24411 2010-03-18  Michael Matz  <matz@suse.de>
24412
24413         PR tree-optimization/43402
24414         * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
24415         PHI chains of ssa names registered for update.
24416
24417 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
24418
24419         PR target/42427
24420         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
24421         non-offsettable and pre_modify update addressing.
24422         * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
24423         and "2" alternatives "#".
24424         (*movdd_softfloat32): Make all alternatives "#";
24425         * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
24426         (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
24427         (*movdf_softfloat32): Make all alternatives "#";
24428         (movdi): Use the new DIFD mode iterator to create a common splitter
24429         for movdi, movdf and movdd patterns.
24430
24431 2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
24432
24433         * common.opt (dumpdir): Remove redundant tab.
24434
24435 2010-03-17  Martin Jambor  <mjambor@suse.cz>
24436
24437         PR tree-optimization/43347
24438         * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
24439         original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
24440
24441 2010-03-17  Bernd Schmidt  <bernd.schmidt@analog.com>
24442
24443         PR rtl-optimization/42216
24444         * regrename.c (create_new_chain): New function, broken out from...
24445         (scan_rtx_reg): ... here.  Call it.  Handle the case where we are
24446         appending a use to an empty chain.
24447         (build_def_use): Remove previous changes that convert OP_INOUT to
24448         OP_OUT operands; instead detect the case where an OP_INOUT operand
24449         uses a previously untracked register and create an empty chain for it.
24450
24451 2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24452
24453         * doc/extend.texi (Function Attributes): Rewrite unfinished
24454         sentence in ms_abi documentation.
24455
24456 2010-03-17  Alan Modra  <amodra@gmail.com>
24457
24458         * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
24459         * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
24460         (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
24461         * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
24462
24463 2010-03-16  Richard Henderson  <rth@redhat.com>
24464
24465         PR middle-end/43365
24466         * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
24467         (lower_try_finally): Save and restore eh_seq around the expansion
24468         of the try-finally.
24469
24470 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
24471
24472         * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
24473         statements before splitting block.
24474
24475 2010-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24476
24477         * doc/sourcebuild.texi (Testsuites): Fix markup.
24478         Use pathnames relative to gcc/testsuite.
24479         (Test Directives): Move description of how timeout is determined.
24480         (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
24481         (C Tests): Correct gcc.misc-tests directory.
24482         Framework tests now live in gcc.test-framework.
24483
24484 2010-03-16  Richard Guenther  <rguenther@suse.de>
24485
24486         PR middle-end/43379
24487         * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
24488         operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
24489
24490 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
24491             Alexandre Oliva  <aoliva@redhat.com>
24492
24493         PR tree-optimization/42917
24494         * lambda-code.c (remove_iv): Skip debug statements.
24495         (lambda_loopnest_to_gcc_loopnest): Likewise.
24496         (not_interesting_stmt): Debug statements are not interesting.
24497
24498 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
24499
24500         PR debug/43051
24501         PR debug/43092
24502         * cselib.c (cselib_preserve_constants,
24503         cfa_base_preserved_val): New static variables.
24504         (preserve_only_constants): New function.
24505         (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
24506         clear its REG_VALUES.  If cselib_preserve_constants, don't
24507         empty the whole hash table, but preserve there VALUEs with constants,
24508         cfa_base_preserved_val and cfa_base_preserved_val plus constant.
24509         (cselib_preserve_cfa_base_value): New function.
24510         (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
24511         (cselib_init): Change argument to int bitfield.  Set
24512         cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
24513         is in it.
24514         (cselib_finish): Clear cselib_preserve_constants and
24515         cfa_base_preserved_val.
24516         * cselib.h (enum cselib_record_what): New enum.
24517         (cselib_init): Change argument to int.
24518         (cselib_preserve_cfa_base_value): New prototype.
24519         * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
24520         * dse.c (dse_step1): Likewise.
24521         * cfgcleanup.c (thread_jump): Likewise.
24522         * sched-deps.c (sched_analyze): Likewise.
24523         * gcse.c (local_cprop_pass): Likewise.
24524         * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
24525         If FN is non-NULL, call the callback always and whenever it returns
24526         non-NULL just return that.  Only do rtx_equal_p if FN is NULL.
24527         * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
24528         * combine.c (propagate_for_debug_subst): Add old_rtx argument,
24529         compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
24530         * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
24531         * var-tracking.c: Include recog.h.
24532         (bb_stack_adjust_offset): Remove.
24533         (vt_stack_adjustments): Don't call it, instead just gather the
24534         adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
24535         (adjust_stack_reference): Remove.
24536         (compute_cfa_pointer): New function.
24537         (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
24538         (struct adjust_mem_data): New type.
24539         (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
24540         functions.
24541         (get_address_mode): New function.
24542         (replace_expr_with_values): Use it.
24543         (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
24544         Use get_address_mode.  For cfa_base_rtx return MO_CLOBBER.
24545         (adjust_sets): Remove.
24546         (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
24547         Use get_address_mode.
24548         (get_adjusted_src): Remove.
24549         (add_stores): Don't call it.  Never reuse expr SET.  Don't add extra
24550         MO_VAL_USE for cfa_base_rtx plus constant.  Use get_address_mode.
24551         (add_with_sets): Don't call adjust_sets.
24552         (fp_setter, vt_init_cfa_base): New functions.
24553         (vt_initialize): Change return type to bool.  Move most of pool etc.
24554         initialization to the beginning of the function from end.  Pass
24555         CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
24556         If !frame_pointer_needed, call vt_stack_adjustment before mos
24557         vector is filled, call vt_init_cfa_base if argp/framep has been
24558         eliminated to sp.  If frame_pointer_needed and argp/framep has
24559         been eliminated to hard frame pointer, set
24560         hard_frame_pointer_adjustment and call vt_init_cfa_base after
24561         encountering fp setter in the prologue.  For MO_ADJUST, call
24562         log_op_type before pusing the op into mos vector, not afterwards.
24563         Call adjust_insn before cselib_process_insn/add_with_sets,
24564         call cancel_changes (0) afterwards.
24565         (variable_tracking_main_1): Adjust for vt_initialize calling
24566         vt_stack_adjustments and returning whether it succeeded or not.
24567
24568 2010-03-15  Aldy Hernandez  <aldyh@redhat.com>
24569
24570         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
24571         debug statements.
24572
24573 2010-03-15  Jakub Jelinek  <jakub@redhat.com>
24574
24575         * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
24576         has been set.
24577         (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
24578         drap_reg has not been set.
24579
24580 2010-03-15  Michael Matz  <matz@suse.de>
24581
24582         PR middle-end/43300
24583         * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
24584         use it to expand block copies.
24585         (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
24586         insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
24587         (insert_value_copy_on_edge): Use store_expr for BLKmode values.
24588
24589 2010-03-15  Richard Guenther  <rguenther@suse.de>
24590
24591         PR tree-optimization/43367
24592         * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
24593         elimination check.
24594
24595 2010-03-15  Richard Guenther  <rguenther@suse.de>
24596
24597         PR tree-optimization/43317
24598         * ipa-struct-reorg.c (create_new_general_access): Update stmt.
24599
24600 2010-03-15  Martin Jambor  <mjambor@suse.cz>
24601
24602         PR tree-optimization/43141
24603         * tree-sra.c (create_abstract_origin): New function.
24604         (modify_function): Call create_abstract_origin.
24605
24606 2010-03-15  Chris Demetriou  <cgd@google.com>
24607
24608         * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
24609         wasn't copied.
24610
24611 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24612
24613         PR middle-end/43354
24614         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
24615         call insert_out_of_ssa_copy for default definitions.
24616
24617 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24618
24619         * graphite-clast-to-gimple.c (my_long_long): Defined.
24620         (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
24621         * graphite-sese-to-poly.c (my_long_long): Defined.
24622         (scop_ivs_can_be_represented): Use it.
24623
24624 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24625
24626         * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
24627         graphite-max-bbs-per-function, and loop-block-tile-size.
24628         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
24629         with "maximum".
24630         (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
24631
24632 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24633
24634         * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
24635         forward declaration.
24636         * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
24637         (add_upper_bounds_from_estimated_nit): New.
24638         (build_loop_iteration_domains): Use it.
24639
24640 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24641
24642         * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
24643
24644 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24645
24646         PR middle-end/43306
24647         * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
24648         should be an INTEGER_CST.  Also handle CASE_CONVERT.
24649
24650 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24651
24652         * graphite.c (graphite_initialize): To bound the number of bbs per
24653         function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
24654         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
24655         * doc/invoke.texi: Document it.
24656
24657 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24658
24659         * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
24660         * graphite-sese-to-poly.h (build_poly_scop): Same.
24661
24662 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
24663
24664         * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
24665         the number of parameters in the scop.  Use as an upper bound
24666         PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
24667         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
24668         * doc/invoke.texi: Document it.
24669
24670 2010-03-13  Jerry Quinn  <jlquinn@optonline.net>
24671
24672         * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
24673         * doc/c-tree.texi: Remove.
24674         * doc/generic.texi: Merge c-tree.texi here.
24675         * doc/gccint.texi (Trees): Remove menu entry.
24676         (c-tree.texi): Remove @include.
24677         * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
24678         * doc/languages.texi (Reading RTL): Ditto.
24679
24680 2010-03-12  Steve Ellcey  <sje@cup.hp.com>
24681
24682         PR target/42869
24683         * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
24684
24685 2010-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
24686
24687         PR middle-end/42431
24688         * config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
24689         code added to work around reload clobbering CONST insns.
24690
24691 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
24692
24693         * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
24694         (cselib_preserve_definitely, cselib_clear_preserve): Remove.
24695         (cselib_preserve_only_values): Remove retain argument, don't
24696         traverse hash table with cselib_{preserve_definitely,clear_preserve}.
24697         * cselib.h (cselib_preserve_only_values): Remove retain argument.
24698         * var-tracking.c (micro_operation): Move insn field before union.
24699         Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
24700         (struct variable_tracking_info_def): Remove n_mos field, change
24701         mos into a vector of micro_operations.
24702         (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
24703         (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
24704         compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
24705         changing into a vector.
24706         (add_with_sets): Likewise.  Ensure MO_VAL_USE uops from add_stores
24707         come before all other uops generated by add_stores.
24708         (vt_add_function_parameters): Adjust for cselib_preserve_only_values
24709         argument removal.
24710         (vt_initialize): Likewise.  Adjust for VTI (bb)->mos changing into
24711         a vector.  Run just one pass over the bbs instead of separate counting
24712         and computation phase.
24713         (vt_finalize): Free VTI (bb)->mos vector instead of array.
24714
24715         PR debug/43329
24716         * tree-inline.c (remap_decls): Put old_var rather than origin_var
24717         into *nonlocalized_list vector.
24718         * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
24719         even if origin is non-NULL.
24720         (gen_variable_die): Likewise.
24721         (process_scope_var): Don't change origin.
24722         (gen_decl_die): Likewise.
24723         * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
24724         before adding new edges instead of after it, fix moving over
24725         debug stmts.
24726
24727 2010-03-11  David S. Miller  <davem@davemloft.net>
24728
24729         * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
24730         of four.
24731         * configure: Rebuild.
24732
24733 2010-03-11  Martin Jambor  <mjambor@suse.cz>
24734
24735         PR tree-optimization/43257
24736         * tree.c (assign_assembler_name_if_neeeded): New function.
24737         (free_lang_data_in_cgraph): Assembler name assignment moved to the
24738         above new function.
24739         * tree.h (assign_assembler_name_if_neeeded): Declare.
24740         * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
24741         the function if needed.
24742
24743 2010-03-11  Chris Demetriou  <cgd@google.com>
24744
24745         * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
24746         include/stdint-gcc.h, and include/stdint.h world-readable.
24747
24748 2010-03-11  Richard Guenther  <rguenther@suse.de>
24749
24750         PR tree-optimization/43255
24751         * tree-vrp.c (process_assert_insertions_for): Do not insert
24752         asserts for trivial conditions.
24753
24754 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24755
24756         PR tree-optimization/43280
24757         * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
24758         generation.  Move calculation of size out of the if branch.
24759         (find_bswap): Modify compare number generation.
24760
24761 2010-03-11  Richard Guenther  <rguenther@suse.de>
24762
24763         PR lto/43200
24764         * lto-streamer-in.c (maybe_fixup_decls): Simplify.
24765         (input_gimple_stmt): Fixup handled component types during
24766         operand read.  Also fix up decls in ADDR_EXPRs.
24767
24768 2010-03-10  Eric Botcazou  <ebotcazou@adacore.com>
24769
24770         * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
24771         * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
24772
24773 2010-03-10  Jan Hubicka  <jh@suse.cz>
24774
24775         PR c/43288
24776         * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
24777         * varasm.c (get_variable_section): Don't do that here...
24778         (make_decl_rtl): ... and here.
24779         (do_assemble_alias): Produce decl RTL.
24780         (assemble_alias): Likewise.
24781
24782 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
24783
24784         PR debug/43290
24785         * reg-notes.def (REG_CFA_SET_VDRAP): New note.
24786         * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
24787         of fde->vdrap_reg.
24788         (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
24789         (based_loc_descr): Only express drap or vdrap regno based expressions
24790         using DW_OP_fbreg when not optimizing.
24791         * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
24792         make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
24793         REG_CFA_SET_VDRAP note.
24794
24795 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
24796
24797         PR tree-optimization/43236
24798         * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
24799         error in calculation of base address in reverse iteration case.
24800         (generate_builtin): Take number of latch executions if the statement
24801         is in the latch.
24802
24803 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
24804
24805         PR middle-end/42859
24806         * tree-eh.c: Include pointer-set.h.
24807         (lower_eh_dispatch): Filter out duplicate case labels and
24808         remove the unneeded edge when the label is unused.  Return
24809         true when some edges are removed.
24810         (execute_lower_eh_dispatch): When any lowering resulted in
24811         removing an edge, also delete unreachable blocks.
24812
24813 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
24814
24815         PR bootstrap/43287
24816         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
24817         UNSPEC_MACHOPIC_OFFSET.
24818
24819 2010-03-09  Andreas Schwab  <schwab@linux-m68k.org>
24820
24821         PR target/43294
24822         * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
24823         (m68k_delegitimize_address): New function.
24824
24825 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
24826
24827         PR debug/43299
24828         * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
24829
24830         PR debug/43299
24831         * var-tracking.c (adjust_sets): New function.
24832         (count_with_sets, add_with_sets): Use it.
24833         (get_adjusted_src): New inline function.
24834         (add_stores): Use it.
24835
24836         PR debug/43304
24837         * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
24838         call cselib_dummy_expand_value_rtx_cb instead of
24839         cselib_expand_value_rtx_cb.
24840
24841         PR debug/43293
24842         * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
24843         * config/i386/i386.c: Include debug.h and dwarf2out.h.
24844         (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
24845         and .cfi_endproc around the pic thunks.
24846         (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
24847         all queued unwind info register saves are saved before the call.
24848         For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
24849         considered as sp-=4 for unwind info and the pop as sp+=4 which
24850         also clobbers dest, but doesn't actually restore it.
24851
24852         PR debug/43290
24853         * config/i386/i386.c (ix86_get_drap_rtx): Don't set
24854         RTX_FRAME_RELATED_P.
24855
24856 2010-03-09  Jie Zhang  <jie@codesourcery.com>
24857
24858         * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
24859         whitespaces in output template.
24860
24861 2010-03-09  Jie Zhang  <jie@codesourcery.com>
24862
24863         * ira-lives.c (check_and_make_def_use_conflict): Don't fall
24864         out array boundary.
24865
24866 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
24867
24868         * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
24869         builtins.exp in a separate job.
24870
24871 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
24872
24873         * graphite-sese-to-poly.c (add_param_constraints): Use
24874         lower_bound_in_type and upper_bound_in_type.
24875
24876 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
24877
24878         * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
24879         instead of unsigned_type_node.
24880
24881 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
24882             Reza Yazdani  <reza.yazdani@amd.com>
24883
24884         PR middle-end/43065
24885         * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
24886         on pointer type parameters.
24887
24888 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
24889
24890         PR middle-end/42644
24891         PR middle-end/42130
24892         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
24893         handle conversions from pointer to integers.
24894         (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
24895         induction variable, to be able to work with code generated by CLooG.
24896         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
24897         (build_poly_scop): Bail out if we cannot codegen a loop.
24898
24899 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
24900
24901         * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
24902         code generation with gloog_error.
24903
24904 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
24905
24906         * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
24907         Call fold_convert on all the returned values.
24908         (expand_scalar_variables_expr): Pass to
24909         expand_scalar_variables_ssa_name the type of the resulting expression.
24910
24911 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
24912
24913         * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
24914         ppl_min_for_le_pointset.
24915         Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
24916         * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
24917
24918 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
24919
24920         * graphite-dependences.c (map_into_dep_poly): Removed.
24921         (dependence_polyhedron_1): Use combine_context_id_scat.
24922
24923 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
24924
24925         * graphite-poly.h (struct poly_scattering): Add layout documentation.
24926         (struct poly_bb): Same.
24927         (combine_context_id_scat): New.
24928
24929 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
24930
24931         PR middle-end/42326
24932         * sese.c (name_defined_in_loop_p): Return false for default
24933         definitions.
24934
24935 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
24936
24937         * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
24938         and clean up the logic.
24939
24940 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
24941
24942         * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
24943         early return.
24944
24945 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
24946
24947         * var-tracking.c (remove_cselib_value_chains): Define only for
24948         ENABLE_CHECKING.
24949         (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
24950         delete_slot_part, emit_notes_for_differences_1): Don't call
24951         remove_cselib_value_chains here.
24952         (set_slot_part, emit_notes_for_differences_2): Don't call
24953         add_cselib_value_chains here.
24954         (preserved_values): New vector.
24955         (preserve_value): New function.
24956         (add_uses, add_stores, vt_add_function_parameters): Use it
24957         instead of cselib_preserve_value.
24958         (changed_values_stack): New vector.
24959         (check_changed_vars_0): New function.
24960         (check_changed_vars_1, check_changed_vars_2): Use it.
24961         (emit_notes_for_changes): Call set_dv_changed (*, false) on all
24962         changed_values_stack VALUEs.
24963         (vt_emit_notes): For all preserved_values call
24964         add_cselib_value_chains.  If ENABLE_CHECKING call
24965         remove_cselib_value_chains before verifying value_chains is empty.
24966         Initialize and free changed_values_stack.
24967         (vt_initialize): Initialize preserved_values.
24968         (vt_finalize): Free preserved_values.
24969
24970 2010-03-08  Richard Guenther  <rguenther@suse.de>
24971
24972         PR tree-optimization/43269
24973         * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
24974         region detection.
24975
24976 2010-03-08  Martin Jambor  <mjambor@suse.cz>
24977
24978         * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
24979         (ipa_is_param_called): Removed.
24980         * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
24981         (ipa_print_node_params): Do not print the called flag.
24982         (ipa_write_node_info): Do not stream the called flag.
24983         (ipa_read_node_info): Likewise.
24984
24985 2010-03-07  Jakub Jelinek  <jakub@redhat.com>
24986
24987         PR debug/43176
24988         * Makefile.in (var-tracking.o): Depend on pointer-set.h.
24989         * cselib.c (struct expand_value_data): Add dummy field.
24990         (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
24991         dummy to false.
24992         (cselib_dummy_expand_value_rtx_cb): New function.
24993         (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
24994         any rtl.
24995         * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
24996         * var-tracking.c: Include pointer-set.h.
24997         (variable): Change n_var_parts to char from int.  Add
24998         cur_loc_changed and in_changed_variables fields.
24999         (variable_canonicalize): Remove.
25000         (shared_var_p): New inline function.
25001         (unshare_variable): Maintain cur_loc_changed and
25002         in_changed_variables fields.  If var was in changed_variables,
25003         replace it there with new_var.  Just copy cur_loc instead of
25004         resetting it to something else.
25005         (variable_union): Don't recompute cur_loc.  Use shared_var_p.
25006         (dataflow_set_union): Don't call variable_canonicalize.
25007         (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
25008         of their DEBUG_EXPR_TREE_DECLs.
25009         (canonicalize_loc_order_check): Verify that cur_loc is NULL
25010         and in_changed_variables and cur_loc_changed is false.
25011         (variable_merge_over_cur): Clear cur_loc, in_changed_variables
25012         and cur_loc_changed.  Don't update cur_loc here.
25013         (variable_merge_over_src): Don't call variable_canonicalize.
25014         (dataflow_set_preserve_mem_locs): Use shared_var_p.  When
25015         removing loc that is equal to cur_loc, clear cur_loc,
25016         set cur_loc_changed and ensure variable_was_changed is called.
25017         (dataflow_set_remove_mem_locs): Use shared_var_p.  Only
25018         compare pointers in cur_loc check, if it is equal to loc,
25019         clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
25020         (variable_different_p): Remove compare_current_location argument,
25021         don't compare cur_loc.
25022         (dataflow_set_different_1): Adjust variable_different_p caller.
25023         (variable_was_changed): If dv had some var in changed_variables
25024         already, reset in_changed_variables flag for it and propagate
25025         cur_loc_changed over to the new variable.  On empty var
25026         always set cur_loc_changed.  Set in_changed_variables on whatever
25027         var is added to changed_variables.
25028         (set_slot_part): Clear cur_loc_changed and in_changed_variables.
25029         Use shared_var_p.  When removing loc that is equal to cur_loc,
25030         clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
25031         end, don't set it to something else, just call variable_was_changed.
25032         (delete_slot_part): Use shared_var_p.  When cur_loc equals to
25033         loc being removed, clear cur_loc and set cur_loc_changed.
25034         Set cur_loc_changed if all locations have been removed.
25035         (struct expand_loc_callback_data): New type.
25036         (vt_expand_loc_callback): Add dummy mode in which no rtxes are
25037         allocated.  Always create SUBREGs if simplify_subreg failed.
25038         Prefer to use cur_loc, when that fails and still in
25039         changed_variables (and seen first time) recompute it.  Set
25040         cur_loc_changed of variables which had to change cur_loc and
25041         compute elcd->cur_loc_changed if any of the subexpressions used
25042         had to change cur_loc.
25043         (vt_expand_loc): Adjust to pass arguments in
25044         expand_loc_callback_data structure.
25045         (vt_expand_loc_dummy): New function.
25046         (emitted_notes): New variable.
25047         (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
25048         that weren't used for any other decl in current
25049         emit_notes_for_changes call call vt_expand_loc_dummy to update
25050         cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
25051         first loc_chain location if NULL before.  Always use just
25052         cur_loc instead of first loc_chain location.  When cur_loc_changed
25053         is false, when not --enable-checking=rtl just don't emit any note.
25054         When rtl checking, compute the note and assert it is the same
25055         as previous note.  Clear cur_loc_changed and in_changed_variables
25056         at the end before removing from changed_variables.
25057         (check_changed_vars_3): New function.
25058         (emit_notes_for_changes): Traverse changed_vars to call
25059         check_changed_vars_3 on each changed var.
25060         (emit_notes_for_differences_1): Clear cur_loc_changed and
25061         in_changed_variables.  Recompute cur_loc of new_var.
25062         (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
25063         (vt_emit_notes): Initialize and destroy emitted_notes.
25064
25065 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>
25066
25067         PR rtl-optimization/42220
25068         * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
25069         Use verify_reg_tracked to determine if we should use OP_OUT rather
25070         than OP_INOUT.
25071         (build_def_use): If we see an in-out operand for a register that we
25072         know nothing about, treat is an output if possible, fail the block if
25073         not.
25074
25075 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
25076
25077         PR debug/42897
25078         * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
25079         permanently.
25080
25081 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
25082
25083         PR debug/42897
25084         * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
25085         uses of relevant DEFs that are dead outside the loop too.
25086
25087 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
25088
25089         * var-tracking.c (dataflow_set_merge): Swap src and src2.
25090         Reverted:
25091         2010-01-13  Jakub Jelinek  <jakub@redhat.com>
25092         PR debug/41371
25093         * var-tracking.c (values_to_unmark): New variable.
25094         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
25095         values_to_unmark vector.  Moved body to...
25096         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
25097         instead queue it into values_to_unmark vector.
25098         (vt_find_locations): Free values_to_unmark vector.
25099
25100 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
25101
25102         * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
25103         (site.exp): Export them when plugins are enabled.
25104
25105 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
25106
25107         PR middle-end/42326
25108         * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
25109         that contain scevs.
25110         (chrec_fold_multiply): Same.
25111
25112 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
25113
25114         PR c/43248
25115         * c-decl.c (build_compound_literal): Return early if init is
25116         an error_mark_node.
25117
25118 2010-03-04  Martin Jambor  <mjambor@suse.cz>
25119
25120         PR tree-optimization/43164
25121         PR tree-optimization/43191
25122         * tree-sra.c (type_consists_of_records_p): Reject records with
25123         zero-size bit-fields at the end.
25124
25125 2010-03-04  Mike Stump  <mikestump@comcast.net>
25126
25127         * Makefile.in (TAGS): Remove *.y.
25128
25129 2010-03-04  Richard Guenther  <rguenther@suse.de>
25130
25131         PR tree-optimization/40761
25132         * tree-ssa-pre.c (compute_antic): Walk reverse postorder
25133         in reverse order.
25134         (my_rev_post_order_compute): New function.
25135         (init_pre): Call it.
25136
25137 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
25138
25139         PR middle-end/43209
25140         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
25141         decrease the cost of an IV candidate when the cost is infinite.
25142
25143 2010-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25144
25145         * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
25146         Use '3DNow!' for the extension of that name, ensure normal space
25147         after the string.
25148         * doc/invoke.texi (i386 and x86-64 Options): Likewise.
25149
25150 2010-03-03  Jeff Law  <law@redhat.com>
25151
25152         * PR middle-end/32693
25153         * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
25154         than gen_rtx_SUBREG.
25155         (extract_bit_field_1): Likewise.
25156
25157 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
25158
25159         * doc/sourcebuild.texi (Test directives): Document that arguments
25160         include-opts and exclude-opts are now optional for dg-skip-if,
25161         dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
25162
25163 2010-03-03  Jason Merrill  <jason@redhat.com>
25164
25165         PR c++/12909
25166         * cgraph.h (varpool_node): Add extra_name field.
25167         * varpool.c (varpool_extra_name_alias): New.
25168         (varpool_assemble_decl): Emit extra name aliases.
25169         (varpool_mark_needed_node): Look past an extra name alias.
25170         * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
25171         * lto-streamer-in.c (lto_input_tree): Read it.
25172         * lto-streamer-out.c (output_unreferenced_globals): Write it.
25173
25174 2010-03-03  Eric Botcazou  <ebotcazou@adacore.com>
25175
25176         * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
25177         (sparc*-*-solaris2*): ...this.
25178
25179 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
25180
25181         PR debug/43229
25182         * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
25183         WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
25184         ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
25185         FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
25186
25187         PR debug/43237
25188         * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
25189         fallthrough to default handling, just with want_address 0 instead of 2.
25190         For single element lists, add_AT_loc directly, otherwise create an
25191         artificial variable DIE and stick location list to it.
25192
25193         PR debug/43177
25194         * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
25195         (VAL_EXPR_HAS_REVERSE): Define.
25196         (reverse_op): New function.
25197         (add_stores): For reversible operations add an extra MO_VAL_USE.
25198
25199 2010-03-02  Jason Merrill  <jason@redhat.com>
25200
25201         * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
25202
25203 2010-03-02  Eric Botcazou  <ebotcazou@adacore.com>
25204
25205         * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
25206         (sparc64-*-linux*): Likewise.
25207         (sparc64-*-solaris2*): Include assembler files before linker ones.
25208         (sparc-*-solaris2*): Simplify and reorder to match previous case.
25209         * config/sparc/gas.h: Delete.
25210         * config/sparc/sol2-64.h: Add copyright notice.
25211         * config/sparc/sol2-gas-bi.h: Likewise.
25212         * config/sparc/sol2-gld.h: Likewise.
25213         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
25214         * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
25215         * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
25216         * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
25217         (sparc_elf_asm_named_section): Rename into...
25218         (sparc_solaris_elf_asm_named_section): ...this.  Always define.
25219
25220 2010-03-02  Uros Bizjak  <ubizjak@gmail.com>
25221
25222         * config/alpha/alpha.c (override_options): Fix -mtune error message.
25223
25224 2010-03-02  Jeff Law  <law@redhat.com>
25225
25226         PR middle-end/42431
25227         * reload1.c (rtx_p, substitute_stack): Declare.
25228         (substitute): Record addresses of changed rtxs.
25229         (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
25230         Restore the original rtx when complete.
25231         (reload): Free subsitute_stack when complete.
25232
25233 2010-03-02  Janis Johnson  <janis187@us.ibm.com>
25234
25235         * doc/gccint.texi (menu): Add Testsuites as a chapter.
25236         * doc/sourcebuild.texi (Testsuites): Move up a level to be a
25237         new chapter.
25238         (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
25239         LTO Testing, gcov Testing, profopt Testing, compat Testing,
25240         Torture Tests): Change from subsection to section.
25241
25242 2010-03-02  Jakub Jelinek  <jakub@redhat.com>
25243             Steven Bosscher  <steven@gcc.gnu.org>
25244
25245         * var-tracking.c (vt_initialize): Scan insns in ebb chunks
25246         instead of bb.
25247
25248 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
25249
25250         PR middle-end/42640
25251         * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
25252         the assignment from the new induction variable to the assignment
25253         of the value from the original loop PHI function.
25254
25255 2010-03-01  Janis Johnson  <janis187@us.ibm.com>
25256             Daniel Jacobowitz  <dan@codesourcery.com>
25257
25258         * doc/sourcebuild.texi (Test directives): Clarify options to
25259         dg-skip-if.
25260
25261 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25262
25263         * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
25264         Disable cfi directives unless GCC and gas agree on using read-only
25265         .eh_frame sections for 64-bit.
25266         * configure: Regenerate.
25267
25268 2010-03-01  Richard Guenther  <rguenther@suse.de>
25269
25270         PR tree-optimization/43220
25271         * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
25272         BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
25273
25274 2010-03-01  Richard Guenther  <rguenther@suse.de>
25275             Martin Jambor  <mjambor@suse.cz>
25276
25277         PR middle-end/41250
25278         * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
25279         gimplified parameters.
25280
25281 2010-03-01  Christian Bruel  <christian.bruel@st.com>
25282
25283         * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
25284
25285 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
25286
25287         * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
25288
25289 2010-03-01  Richard Guenther  <rguenther@suse.de>
25290
25291         PR middle-end/43213
25292         * expr.c (expand_assignment): Use the alias-oracle to tell
25293         if the rhs aliases the result decl.
25294
25295 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25296
25297         PR pch/14940
25298         * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
25299         to sol_gt_pch_get_address.
25300         (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
25301         64-bit, SPARC and x86.
25302         (sol_gt_pch_get_address): New function.
25303
25304 2010-03-01  Marco Poletti  <poletti.marco@gmail.com>
25305
25306         * toplev.h (inform_n, error_n): Declare.
25307         * diagnostic.c (inform_n, error_n): New function.
25308
25309 2010-03-01  Jakub Jelinek  <jakub@redhat.com>
25310
25311         * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
25312         has no rtl yet when processing local_decls, queue it and recheck
25313         if deferred stack allocation hasn't assigned it rtl.
25314
25315 2010-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
25316
25317         * config/sh/sh.c (unspec_bbr_uid): New.
25318         (gen_block_redirect): Use it instead of INSN_UID.
25319         (gen_far_branch): Likewise.
25320
25321 2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
25322
25323         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
25324         it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
25325
25326 2010-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25327
25328         * doc/invoke.texi (Warning Options, RX Options): Fix typos.
25329         (Warning Options): -Wno-conversion-null is valid for
25330         Objective-C++ as well.
25331         * doc/tm.texi (Named Address Spaces): Likewise.
25332         * doc/plugins.texi (Plugins): Replace TABs with spaces.
25333         * doc/tree-ssa.texi (Tree SSA): Likewise.
25334
25335 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
25336
25337         PR bootstrap/43202
25338         * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
25339         by default.  Don't set the default arch for
25340         i[34567]86-*-darwin*|x86_64-*-darwin*.
25341
25342 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
25343
25344         PR bootstrap/43202
25345         * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
25346         default.  Set the default 32bit/64bit archs with $with_arch
25347         instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
25348
25349 2010-02-27  Richard Guenther  <rguenther@suse.de>
25350
25351         PR tree-optimization/43186
25352         * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
25353         * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
25354         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
25355         unroller iterations.
25356
25357 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
25358
25359         * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
25360         required and i[34567]86-*-* targets don't support 64bit ISA.
25361
25362 2010-02-26  Eric Botcazou  <ebotcazou@adacore.com>
25363
25364         PR ada/43096
25365         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
25366         the same alias set.
25367
25368 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
25369
25370         * config.gcc: Set the default arch at least to Prescott for
25371         i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
25372         if SSE math is enabled.
25373
25374 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25375
25376         * diagnostic.c (diagnostic_initialize): Update.
25377         (diagnostic_report_diagnostic): Test inhibit_notes_p for
25378         informative notes.
25379         * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
25380         (diagnostic_inhibit_notes): New.
25381         * toplev.c (process_options): inhibit notes with -fcompare-debug.
25382
25383 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25384
25385         PR c/20631
25386         * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
25387         * doc/standards.texi: Likewise.
25388         * doc/extend.texi: Likewise.
25389         * doc/trouble.texi: Likewise.
25390         * doc/cppopts.texi: Likewise.
25391         * doc/install.texi: Likewise.
25392         * c.opt (std=c90,std=gnu90): New options.
25393         * c-opts.c (c_common_handle_option): Handle them.
25394
25395 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25396
25397         PR c/24577
25398         * c-decl.c (undeclared_variable): Use an informative note.
25399
25400 2010-02-26  Richard Guenther  <rguenther@suse.de>
25401
25402         PR tree-optimization/43186
25403         * gimple.h (gimple_fold): Remove.
25404         * gimple.c (gimple_fold): Remove.  Inline into single user ...
25405         * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
25406         Try harder for conditions.
25407
25408 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
25409
25410         PR debug/43190
25411         * function.c (used_types_insert): Don't skip through named pointer
25412         types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
25413         and it is different from the main variant's type.
25414
25415 2010-02-26  Nick Clifton  <nickc@redhat.com>
25416
25417         * config/rx/rx.md (sminsi3): Remove bogus alternative.
25418
25419 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
25420
25421         * config.gcc: Support --with-fpmath=sse for x86.
25422
25423         * config/i386/ssemath.h: New.
25424
25425         * doc/install.texi (--with-fpmath=sse): Documented.
25426
25427 2010-02-26  Richard Guenther  <rguenther@suse.de>
25428
25429         PR tree-optimization/43188
25430         * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
25431         vector types of over-aligned element type.
25432
25433 2010-02-26  Uros Bizjak  <ubizjak@gmail.com>
25434
25435         PR target/43175
25436         * config/i386/i386.c (expand_vec_perm_blend): Use correct
25437         operands in V8HImode subregs.  Fix operand order in VEC_MERGE rtx.
25438
25439 2010-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
25440
25441         * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
25442
25443 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
25444
25445         * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
25446         * var-tracking.c: Include diagnostic.h.
25447         (debug_dv): New function.
25448         (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
25449
25450         PR debug/43160
25451         * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
25452         (add_value_chain, add_value_chains, remove_value_chain,
25453         remove_value_chains): Handle DEBUG_EXPRs.
25454         (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
25455
25456         PR debug/43161
25457         * regcprop.c (struct queued_debug_insn_change): New type.
25458         (struct value_data_entry): Add debug_insn_changes field.
25459         (struct value_data): Add n_debug_insn_changes field.
25460         (debug_insn_changes_pool): New variable.
25461         (free_debug_insn_changes, apply_debug_insn_changes,
25462         cprop_find_used_regs_1, cprop_find_used_regs): New functions.
25463         (kill_value_one_regno): Call free_debug_insn_changes if needed.
25464         (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
25465         fields.
25466         (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
25467         changes for them.
25468         (copyprop_hardreg_forward_1): Don't call apply_change_group for
25469         DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
25470         changes, call cprop_find_used_regs via note_stores.
25471         (copyprop_hardreg_forward): When copying vd from predecessor
25472         which has any queued DEBUG_INSN changes, make sure the pointers are
25473         cleared.  At the end call df_analyze and then if there are any
25474         DEBUG_INSN changes queued at the end of some basic block for still
25475         live registers, apply them.
25476         (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
25477
25478 2010-02-25  Uros Bizjak  <ubizjak@gmail.com>
25479
25480         * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
25481         (arm*-*-*): Ditto.
25482
25483 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
25484
25485         * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
25486         targets.  Set the default with_cpu/with_arch from arch/cpu.
25487         Allow x86-64 and native for with_cpu/with_arch.
25488
25489 2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>
25490
25491         * ebitmap.c: Change calls to verify_popcount with calls to
25492         sbitmap_verify_popcount.
25493         (ebitmap_clear_bit): Fixed map->cacheindex test and
25494         map>cache update when bit clearing results in an empty
25495         element.
25496
25497 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
25498
25499         PR target/43154
25500         * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
25501         (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
25502         and support both V2DF and V2DI modes.
25503         (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
25504         support both V2DF and V2DI modes.
25505         (general): Delete trailing whitespace from a few patterns.
25506
25507         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
25508         V2DF/V2DI interleave high/low builtins.
25509
25510         * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
25511         new VSX builtins.
25512
25513         * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
25514         interleave high/low functions.
25515
25516 2010-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
25517
25518         * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
25519         #pragma extern_prefix.
25520
25521 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
25522
25523         PR debug/43166
25524         * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
25525         BLKmode, assert op0 is a MEM and just adjust its mode.
25526
25527         PR debug/43165
25528         * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
25529         if bitpos isn't multiple of mode's bitsize.
25530
25531 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25532
25533         * c.opt (-ftemplate-depth=): New.
25534         (-ftemplate-depth-): Deprecate.
25535         * optc-gen.awk: Handle -ftemplate-depth=.
25536         * opth-gen.awk: Likewise.
25537         * c-opts.c (c_common_handle_option): Likewise.
25538         * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
25539
25540 2010-02-24  Jason Merrill  <jason@redhat.com>
25541
25542         * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
25543
25544 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25545
25546         * cfg.c (alloc_aux_for_block): Remove inline.
25547         (alloc_aux_for_edge): Likewise.
25548
25549 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25550
25551         * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
25552
25553 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25554
25555         * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
25556         * config/i386/sol2-gas.h: New file.
25557         * config.gcc (i[34567]86-*-solaris2*): Use it.
25558
25559 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25560
25561         PR c/43128
25562         * c-typeck.c (ep_convert_and_check): New.
25563         (build_conditional_expr): Use it.
25564         (build_binary_op): Likewise.
25565
25566 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
25567
25568         * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
25569
25570         PR debug/43150
25571         * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
25572         bounds even for -O+.
25573         * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
25574         expr needs to have DECL_NAME set.
25575
25576 2010-02-24  Nick Clifton  <nickc@redhat.com>
25577
25578         * config/mep/mep.c: Include gimple.h.
25579         (mep_function_uses_sp): Delete unused function.
25580         (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
25581         parameters.  Use unsigned integers to count args.  Return a
25582         NULL_RTX instead of an error_mark_node.  Toidy up formatting.
25583
25584 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
25585
25586         PR target/43107
25587         * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
25588         greater or equal to nelt instead of 2 * nelt.
25589         (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
25590         with nelt - 1.
25591
25592 2010-02-23  Jason Merrill  <jason@redhat.com>
25593
25594         PR debug/42800
25595         * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
25596         in cfun->local_decls even if they have register types.
25597
25598         PR c++/42837
25599         * stor-layout.c (place_field): Don't warn about unnecessary
25600         DECL_PACKED if the type is packed.
25601
25602 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
25603
25604         PR target/43139
25605         * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
25606         GOTOFF relocs, even when the base reg isn't pic pointer.
25607
25608 2010-02-23  Michael Matz  <matz@suse.de>
25609
25610         PR debug/43077
25611         * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
25612         (expand_gimple_basic_block): Generate and use debug temps if there
25613         are debug uses left after the last real use of TERed ssa names.
25614         Unlink debug immediate uses when they are expanded.
25615
25616 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25617
25618         PR 43123
25619         * config/i386/i386.c (override_options): Reorganise to provide
25620         better error messages.
25621
25622 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
25623
25624         PR middle-end/43083
25625         * graphite-scop-detection.c (create_single_exit_edge): Move
25626         the call to find_single_exit_edge to....
25627         (create_sese_edges): ...here.  Don't handle multiple edges
25628         exiting the function.
25629         (build_graphite_scops): Don't handle multiple edges
25630         exiting the function.
25631
25632 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
25633
25634         PR middle-end/43097
25635         * sese.c (get_rename): Assert that old_name is an SSA_NAME.
25636         (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
25637
25638 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
25639
25640         PR middle-end/43026
25641         * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
25642
25643 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25644
25645         PR c++/43126
25646         * c-typeck.c (convert_arguments): Print declaration location.
25647         * c-common.c (validate_nargs): Rename as
25648         builtin_function_validate_nargs.
25649         (check_builtin_function_arguments): Update.
25650
25651 2010-02-22  Richard Guenther  <rguenther@suse.de>
25652
25653         PR lto/43045
25654         * tree-inline.c (declare_return_variable): Use the type of
25655         the call stmt lhs if available.
25656
25657 2010-02-22  Duncan Sands  <baldrick@free.fr>
25658
25659         * passes.c (register_pass): Always consider all pass lists when
25660         ref_pass_instance_number is zero.
25661
25662 2010-02-22  Richard Guenther  <rguenther@suse.de>
25663
25664         PR tree-optimization/42749
25665         * tree-tailcall.c (adjust_return_value_with_ops): Drop update
25666         parameter.  Do arithmetic in the original type.
25667         (update_accumulator_with_ops): Likewise.
25668         (adjust_accumulator_values): Adjust.
25669
25670 2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25671
25672         * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
25673         (QI to BLKmode splitter): New splitter.
25674
25675 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
25676
25677         * config/i386/i386.c (initial_ix86_tune_features): Turn on
25678         X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
25679
25680 2010-02-22  Richard Guenther  <rguenther@suse.de>
25681
25682         * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
25683
25684 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
25685
25686         Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
25687         * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
25688         ($(T)crti.o, $(T)crtn.o): Remove rules.
25689
25690 2010-02-21  Tobias Burnus  <burnus@net-b.de>
25691
25692         PR fortran/35259
25693         * doc/invoke.texi (-fassociative-math): Document that this
25694         option is automatically enabled for Fortran.
25695
25696 2010-02-20  David S. Miller  <davem@davemloft.net>
25697
25698         * configure.ac: Test if linker and assembler properly support
25699         GOTDATA_OP relocations.
25700         * configure: Rebuild.
25701         * config.in: Likewise.
25702         * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
25703         (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
25704         (movsi_high_pic): Likewise.
25705         (movdi_lo_sum_pic): Likewise.
25706         (movdi_high_pic): Likewise.
25707         (movsi_pic_gotdata_op): New pattern.
25708         (movdi_pic_gotdata_op): Likewise.
25709         * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
25710         emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
25711
25712 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
25713
25714         PR target/43067
25715         * config/i386/sse.md (xop_mulv2div2di3_low): Change type
25716         attribute to ssemul.
25717         (xop_mulv2div2di3_high): Ditto.
25718
25719 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25720
25721         PR c++/35669
25722         * c.opt (Wconversion-null): New option.
25723         * doc/invoke.texi (Wconversion-null): Document.
25724
25725 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25726
25727         * common.opt (Wlarger-than-): Add Undocumented.
25728
25729 2010-02-19  Mike Stump  <mikestump@comcast.net>
25730
25731         * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
25732
25733 2010-02-19  Jason Merrill  <jason@redhat.com>
25734
25735         PR target/40332
25736         * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
25737         * configure: Likewise.
25738
25739 2010-02-20  Alan Modra  <amodra@gmail.com>
25740
25741         PR middle-end/42344
25742         * cgraph.h (cgraph_make_decl_local): Declare.
25743         * cgraph.c (cgraph_make_decl_local): New function.
25744         (cgraph_make_node_local): Use it.
25745         * cgraphunit.c (cgraph_function_versioning): Likewise.
25746         * ipa.c (function_and_variable_visibility): Likewise.
25747
25748 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
25749
25750         PR bootstrap/43121
25751         * except.c (sjlj_emit_function_enter): Don't call
25752         add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
25753         directly.
25754         * rtl.h (add_reg_br_prob_note): Remove prototype.
25755
25756 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
25757
25758         PR 41779
25759         * c-common.c (conversion_warning): Remove widening conversions
25760         before checking the conversion of integers to reals.
25761
25762 2010-02-19  Mike Stump  <mikestump@comcast.net>
25763
25764         PR middle-end/43125
25765         * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
25766
25767         PR objc/43061
25768         * cgraphunit.c (process_function_and_variable_attributes): Check
25769         DECL_PRESERVE_P instead of looking up attribute "used".
25770         * ipa-pure-const.c (check_decl): Likewise.
25771         * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
25772         * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
25773         * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
25774         instead of attribute "used".
25775         * config/sol2-c.c (solaris_pragma_init): Likewise.
25776         (solaris_pragma_fini): Likewise.
25777
25778 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
25779
25780         * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
25781         Use XCNEW instead of xcalloc.
25782         (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
25783         XNEW instead of xmalloc.
25784         (get_fields): Use XNEWVEC instead of xmalloc.
25785
25786         PR debug/43084
25787         * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
25788         populate vars array.
25789         (create_new_general_access): For debug stmts just reset value.
25790         (get_stmt_accesses): For accesses within debug stmts just record them
25791         using add_access_to_acc_sites instead of preventing the peeling or
25792         counting them as accesses.
25793
25794         PR middle-end/42233
25795         * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
25796
25797 2010-02-19  Richard Guenther  <rguenther@suse.de>
25798
25799         PR tree-optimization/42916
25800         * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
25801         instructions.
25802
25803 2010-02-19  Andreas Schwab  <schwab@linux-m68k.org>
25804
25805         * configure.ac: Replace all uses of changequote in macro arguments
25806         with proper quoting.
25807
25808 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
25809
25810         PR middle-end/42233
25811         * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
25812
25813 2010-02-19  Richard Guenther  <rguenther@suse.de>
25814
25815         PR tree-optimization/42944
25816         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
25817         test for aliasing with errno.
25818
25819 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
25820
25821         PR middle-end/42233
25822         * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
25823         do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
25824         * dojump.c: Include output.h.
25825         (inv): New inline function.
25826         (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
25827         do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
25828         do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
25829         do_jump_by_parts_equality, do_compare_and_jump): Add PROB
25830         argument, pass it down to other calls.
25831         (do_compare_rtx_and_jump): Likewise.  If PROB is not -1,
25832         add REG_BR_PROB note to the conditional jump.
25833         * cfgexpand.c (add_reg_br_prob_note): Removed.
25834         (expand_gimple_cond): Don't call it, add the probability
25835         as last argument to jumpif_1/jumpifnot_1.
25836         * Makefile.in (dojump.o): Depend on output.h.
25837         * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
25838         callers.
25839         * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
25840         * stmt.c (do_jump_if_equal): Likewise.
25841         * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
25842         * loop-unswitch.c (compare_and_jump_seq): Likewise.
25843         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
25844         Likewise.
25845         * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
25846         * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
25847         jumpifnot_1 callers.
25848         (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
25849         callers.
25850         (store_expr): Adjust jumpifnot caller.
25851         (store_constructor): Adjust jumpif caller.
25852
25853         PR middle-end/42233
25854         * gimplify.c (gimple_boolify): For __builtin_expect call
25855         gimple_boolify also on its first argument.
25856
25857 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
25858
25859         * configure.ac (gnu-unique-object): Wrap regexps using [] in
25860         changequote block.
25861         (__stack_chk_fail): Ditto.  Remove quadrigraphs.
25862         * configure: Regenerated.
25863
25864 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25865
25866         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
25867         lang_hooks.types_compatible_p instead of comptypes.
25868
25869 2010-02-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
25870
25871         * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
25872         (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
25873         if __prefer_thumb__ is defined.
25874
25875 2010-02-18  Martin Jambor  <mjambor@suse.cz>
25876
25877         PR tree-optimization/43066
25878         * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
25879         array with zero-sized element type.
25880
25881 2010-02-18  Jakub Jelinek  <jakub@redhat.com>
25882
25883         * dwarf2out.c (add_var_loc_to_decl): Change last argument to
25884         rtx, allocate struct var_loc_node here and return it to the
25885         caller, and only if it is actually needed.
25886         (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
25887         move it earlier and return immediately if it returns NULL.
25888
25889 2010-02-17  Mikael Pettersson  <mikpe@it.uu.se>
25890
25891         * config/sparc/gas.h: New file.  Restore
25892         TARGET_ASM_NAMED_SECTION to its ELF default.
25893         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
25894         check !HAVE_GNU_AS.
25895         * config/sparc/sparc.c (sparc_elf_asm_named_section):
25896         Likewise.  Add ATTRIBUTE_UNUSED to prototype.
25897         * config.gcc (sparc*-*-linux*): Include sparc/gas.h
25898         after sparc/sysv4.h.
25899
25900 2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
25901
25902         * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
25903
25904 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
25905
25906         * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
25907         patterns from predicated pattern.
25908
25909 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
25910
25911         PR target/43103
25912         * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
25913         for insn mnemonic suffix.
25914
25915 2010-02-17  Richard Guenther  <rguenther@suse.de>
25916
25917         * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
25918         to loop PHI nodes.
25919
25920 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
25921
25922         PR debug/42918
25923         * caller-save.c (save_call_clobbered_regs): If BB ends with
25924         a DEBUG_INSN, move any notes in between last real insn and the last
25925         DEBUG_INSN after the last DEBUG_INSN.
25926
25927 2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
25928
25929         * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
25930         Fix return type.  Fix argument type.  Explain meaning of return value.
25931
25932 2010-02-16  Richard Guenther  <rguenther@suse.de>
25933
25934         PR tree-optimization/41043
25935         * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
25936         (vrp_visit_assignment_or_call): Do not ask SCEV for regular
25937         statements ...
25938         (vrp_visit_phi_node): ... but only for loop PHI nodes.
25939
25940 2010-02-16  Ira Rosen  <irar@il.ibm.com>
25941
25942         PR tree-optimization/43074
25943         * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
25944         * tree-vect-loop.c (vect_analyze_loop_operations): Add
25945         vectorizable cycles in hybrid SLP check.
25946         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
25947
25948 2010-02-16  Richard Guenther  <rguenther@suse.de>
25949
25950         * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
25951         (true_dependence): If memrefs_conflict_p computes must-alias
25952         trust it.  Move TBAA check after offset-based disambiguation.
25953         (canon_true_dependence): Likewise.
25954
25955 2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
25956
25957         * params.def (PARAM_MAX_VARTRACK_SIZE): New.
25958         * doc/invoke.texi: Document it.
25959         * var-tracking.c: Include toplev.h and params.h.
25960         (vt_find_locations): Return bool indicating success.  Compute
25961         hash sizes unconditionally.  Check new parameter, report.
25962         (variable_tracking_main_1): Check vt_find_locations results and
25963         retry.  Renamed from...
25964         (variable_tracking_main): ... this.  New wrapper to preserve
25965         flag_var_tracking_assignments.
25966         * Makefile.in (var-tracking.o): Adjust dependencies.
25967
25968 2010-02-16  Jack Howarth  <howarth@bromo.med.uc.edu>
25969             Jakub Jelinek  <jakub@redhat.com>
25970
25971         PR target/42854
25972         * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
25973         if weak_import attribute is present.
25974         * config/darwin.c (machopic_select_section): Likewise.
25975
25976 2010-02-15  Joern Rennecke  <joern.rennecke@embecosm.com>
25977
25978         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
25979         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
25980         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
25981         (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
25982
25983         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
25984         types.
25985
25986         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
25987         Fix argument types.
25988
25989         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
25990         Rewrite text to refer to the names.
25991
25992 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
25993
25994         * config/i386/i386-builtin-types.def
25995         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
25996         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
25997         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
25998         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
25999         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
26000         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
26001         IX86_BUILTIN_VPERMIL2PS256.
26002         (MULTI_ARG_4_DF2_DI_I): Defined.
26003         (MULTI_ARG_4_DF2_DI_I1): Defined.
26004         (MULTI_ARG_4_SF2_SI_I): Defined.
26005         (MULTI_ARG_4_SF2_SI_I1): Defined.
26006         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
26007         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
26008         __builtin_ia32_vpermil2ps256.
26009         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
26010         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
26011         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
26012         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
26013         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
26014         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
26015         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
26016         CODE_FOR_xop_vpermil2v8sf3.
26017         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
26018         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
26019         * config/i386/xopintrin.h (_mm_permute2_pd): New.
26020         (_mm256_permute2_pd): New.
26021         (_mm_permute2_ps): New.
26022         (_mm256_permute2_ps): New.
26023
26024 2010-02-15  Nick Clifton  <nickc@redhat.com>
26025
26026         * config/h8300/h8300.c (h8300_push_pop): Use bool type for
26027         boolean parameters.  Use emit_jump_insn when emitting a pop
26028         instruction containing a return insn.
26029         (push): Use 'true' rather than '1' as second parameter to F.
26030         (h8300_expand_prologue): Likewise.
26031         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
26032         (h8300_expand_epilogue): Likewise.
26033
26034 2010-02-15  Richard Guenther  <rguenther@suse.de>
26035
26036         PR middle-end/43068
26037         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
26038         if that is zero.
26039
26040 2010-02-15  Nick Clifton  <nickc@redhat.com>
26041
26042         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
26043         delta.
26044
26045 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
26046
26047         * intl.c (fake_ngettext): New function.
26048         * intl.h (fake_ngettext): Declare.
26049         (ngettext): Define macro.
26050         * collect2.c (notice_translated): New function.
26051         (main): Use notice_translated and ngettext.
26052         * collect2.h (notice_translated): Declare.
26053
26054 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
26055
26056         * reorg.c (delete_computation): Comment fixes.
26057         * caller-save.c (setup_save_areas): Idem.
26058         * sel-sched-dump.c (dump_lv_set): Idem.
26059         * rtl.def: Idem.
26060
26061 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26062
26063         * config/s390/s390.c (s390_sched_init): New function.
26064         (TARGET_SCHED_INIT): Target hook defined.
26065
26066 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
26067             Jack Howarth  <howarth@bromo.med.uc.edu>
26068             Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
26069
26070         PR target/42982
26071         Partial revert of unintended change in fix for PR41605.
26072         * config/darwin.h: Fix typo.
26073         * config/darwin9.h: Same.
26074
26075 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
26076
26077         * c-pch.c (pch_init): Clear v.
26078
26079 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
26080
26081         PR middle-end/42930
26082         * graphite-scop-detection.c (graphite_can_represent_scev): Call
26083         graphite_can_represent_init for MULT_EXPR.
26084
26085 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
26086
26087         PR middle-end/42914
26088         PR middle-end/42530
26089         * graphite-sese-to-poly.c (remove_phi): New.
26090         (translate_scalar_reduction_to_array): Call remove_phi.
26091
26092 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
26093
26094         PR middle-end/42771
26095         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
26096         * graphite-clast-to-gimple.h (gloog): Update declaration.
26097         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
26098         * graphite-poly.h (struct poly_bb): Add missing comments.
26099         (struct scop): Add poly_scop_p field.
26100         (POLY_SCOP_P): New.
26101         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
26102         * graphite.c (graphite_transform_loops): Build the polyhedral
26103         representation for each scop before code generation.
26104         * sese.c (rename_variables_in_operand): Removed.
26105         (rename_variables_in_expr): Return the renamed expression.
26106         (rename_sese_parameters): New.
26107         * sese.h (rename_sese_parameters): Declared.
26108
26109 2010-02-11  Richard Guenther  <rguenther@suse.de>
26110
26111         PR tree-optimization/42998
26112         * tree-ssa-pre.c (create_expression_by_pieces): Treat
26113         POINTER_PLUS_EXPR properly.
26114
26115 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
26116             Changpeng Fang  <changpeng.fang@amd.com>
26117
26118         PR middle-end/40886
26119         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
26120         the cost of an IV candidate when the IV is used in a test against zero.
26121
26122         * gcc.dg/tree-ssa/ivopts-3.c: New.
26123
26124 2010-02-11  Richard Guenther  <rguenther@suse.de>
26125
26126         PR lto/41664
26127         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
26128         pointer-vs-decl case by swapping refs.  Handle some cases
26129         of pointer-vs-decl disambiguations more conservatively.
26130         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
26131         to false after expanding.
26132
26133 2010-02-11  Richard Guenther  <rguenther@suse.de>
26134
26135         PR driver/43021
26136         * gcc.c (process_command): Handle LTO file@offset case more
26137         appropriately.
26138
26139 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
26140
26141         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
26142         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
26143         of DEBUG_INSNs.
26144         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
26145
26146         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
26147         if MEM's mode size isn't DWARF2_ADDR_SIZE.
26148         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
26149         Optimize eq/ne comparisons when both arguments are known to be
26150         zero-extended.
26151         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
26152         Don't mask operands unnecessarily if they are known to be already
26153         zero-extended.
26154
26155 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
26156
26157         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
26158         instead of loop.
26159
26160 2010-02-10  Richard Guenther  <rguenther@suse.de>
26161
26162         PR tree-optimization/43017
26163         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
26164         for wrapping signed arithmetic.
26165
26166 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
26167
26168         PR debug/43010
26169         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
26170         if no debug info should be emitted for it.
26171
26172 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
26173
26174         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
26175         note when flag_exceptions is set.
26176
26177 2010-02-10  Duncan Sands  <baldrick@free.fr>
26178
26179         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
26180
26181 2010-02-10  Richard Guenther  <rguenther@suse.de>
26182
26183         PR c/43007
26184         * tree.c (get_unwidened): Handle constants.
26185         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
26186
26187 2010-02-10  Martin Jambor  <mjambor@suse.cz>
26188
26189         PR lto/42985
26190         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
26191         check for variable argument counts independently.
26192
26193 2010-02-10  Christian Bruel  <christian.bruel@st.com>
26194
26195         PR target/42841
26196         * config/sh/sh.c (find_barrier): Increase length for non delayed
26197         conditional branches.
26198
26199 2010-02-10  Christian Bruel  <christian.bruel@st.com>
26200
26201         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
26202
26203 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
26204
26205         * builtins.c (set_builtin_user_assembler_name): Also handle
26206         ffs if int is smaller than word.
26207
26208 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
26209
26210         PR middle-end/42973
26211         * ira-conflicts.c (get_dup): Remove.
26212         (process_reg_shuffles): Add new parameter.  Use it as an
26213         additional guard for copy generation.
26214         (add_insn_allocno_copies): Rewrite.
26215
26216 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
26217
26218         * common.opt (fsched2-use-traces): Preserved for backward
26219         compatibility.
26220         * doc/invoke.texi: Remove the documentation about option
26221         -fsched2-use-traces.
26222         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
26223         flag_sched2_use_traces.
26224         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
26225         the backward compatibility flag section.
26226
26227 2010-02-09  Richard Guenther  <rguenther@suse.de>
26228
26229         PR tree-optimization/43008
26230         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
26231         make HEAP variables initialized from global memory if they
26232         are not known builtin functions.
26233         (find_func_aliases): Adjust.
26234
26235 2010-02-09  Richard Guenther  <rguenther@suse.de>
26236
26237         PR tree-optimization/43000
26238         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
26239         arithmetic manually.
26240
26241 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
26242
26243         PR tree-optimization/42931
26244         * tree-loop-linear.c (try_interchange_loops): Don't call
26245         double_int_mul if estimated_loop_iterations failed.
26246
26247 2010-02-08  Martin Jambor  <mjambor@suse.cz>
26248
26249         PR middle-end/42898
26250         * tree-sra.c (build_accesses_from_assign): Do not mark in
26251         should_scalarize_away_bitmap if stmt has volatile ops.
26252         (sra_modify_assign): Do not process assigns piecemeal if if stmt
26253         has volatile ops.
26254
26255 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
26256
26257         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
26258
26259 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
26260
26261         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
26262         before the pattern.
26263
26264 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
26265
26266         PR middle-end/42946
26267         * df-core.c (df_finish_pass): Change type of saved_flags to int.
26268
26269 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
26270
26271         PR middle-end/42988
26272         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
26273         to unknown_dependence.
26274         (graphite_legal_transform_dr): Handle the unknown_dependence.
26275         (graphite_carried_dependence_level_k): Same.
26276
26277 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
26278
26279         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
26280
26281 2010-02-07  Richard Guenther  <rguenther@suse.de>
26282
26283         PR middle-end/42991
26284         * expr.c (get_inner_reference): Always initialize *pbitsize.
26285
26286 2010-02-07  Richard Guenther  <rguenther@suse.de>
26287
26288         PR middle-end/42956
26289         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
26290         new ARRAY_REFs on variable size element or minimal index arrays.
26291         Complete.
26292         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
26293         gimple_fold_indirect_ref.
26294
26295 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
26296
26297         PR target/42957
26298         * arm.c (arm_override_options): Just return if the user has specified
26299         an invalid fpu name.
26300
26301 2010-02-03  Jason Merrill  <jason@redhat.com>
26302
26303         PR c++/42870
26304         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
26305         i386_pe_maybe_record_exported_symbol.
26306
26307 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
26308
26309         PR target/42924
26310         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
26311         (pa_delegitimize_address): New function.
26312
26313 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
26314
26315         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
26316         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
26317
26318 2010-02-05  Richard Guenther  <rguenther@suse.de>
26319
26320         PR lto/42762
26321         * lto-streamer-in.c (get_resolution): Deal with references
26322         to undefined functions.
26323
26324 2010-02-05  Richard Guenther  <rguenther@suse.de>
26325
26326         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
26327         (fold_const_aggregate_ref): Likewise.
26328         (ccp_fold_stmt): Substitute loads.
26329         (maybe_fold_reference): Verify types before substituting.
26330         Unshare properly.
26331         (fold_gimple_assign): Unshare properly.
26332         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
26333
26334 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
26335
26336         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
26337         for rs6000_gen_cell_microcode.
26338
26339 2010-02-04  Richard Guenther  <rguenther@suse.de>
26340
26341         PR rtl-optimization/42952
26342         * dse.c (const_or_frame_p): Remove MEM handling.
26343
26344 2010-02-04  Nick Clifton  <nickc@redhat.com>
26345
26346         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
26347         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
26348         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
26349         (mn10300_asm_output_mi_thunk): New function.
26350         (mn10300_can_output_mu_thunk): New function.
26351         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
26352         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
26353         (FUNCTION_ARG): Delete incorrect comment.
26354
26355 2010-02-03  Jason Merrill  <jason@redhat.com>
26356
26357         PR c++/40138
26358         * fold-const.c (operand_equal_p): Handle erroneous types.
26359
26360 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
26361
26362         * config/h8300/h8300.md (can_delay): Fix attibute condition.
26363
26364 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
26365
26366         PR rtl-optimization/42941
26367         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
26368         of xmalloc.
26369
26370 2010-02-03  Jason Merrill  <jason@redhat.com>
26371
26372         PR c++/35652
26373         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
26374
26375 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
26376
26377         PR debug/42896
26378         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
26379         (cselib_reset_table): Renamed from...
26380         (cselib_reset_table_with_next_value): ... this.
26381         (cselib_get_next_uid): Renamed from...
26382         (cselib_get_next_unknown_value): ... this.
26383         * cselib.c (next_uid): Renamed from...
26384         (next_unknown_value): ... this.
26385         (cselib_clear_table): Adjust.
26386         (cselib_reset_table): Adjust.  Renamed from...
26387         (cselib_reset_table_with_next_value): ... this.
26388         (cselib_get_next_uid): Adjust.  Renamed from...
26389         (cselib_get_next_unknown_value): ... this.
26390         (get_value_hash): Use hash.
26391         (cselib_hash_rtx): Likewise.
26392         (new_cselib_val): Adjust.  Set and dump uid.
26393         (cselib_lookup_mem): Pass next_uid as hash.
26394         (cselib_subst_to_values): Likewise.
26395         (cselib_log_lookup): Dump uid.
26396         (cselib_lookup): Pass next_uid as hash.  Adjust.
26397         (cselib_process_insn): Adjust.
26398         (cselib_init): Initialize next_uid.
26399         (cselib_finish): Adjust.
26400         (dump_cselib_table): Likewise.
26401         * dse.c (canon_address): Dump value uid.
26402         * print-rtl.c (print_rtx): Print value uid.
26403         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
26404         (dvuid): New type.
26405         (dv_uid): New function, sort of renamed from...
26406         (dv_htab_hash): ... this, reimplemented in terms of it and...
26407         (dv_uid2hash): ... this.  New.
26408         (variable_htab_eq): Drop excess assertions.
26409         (tie_break_pointers): Removed.
26410         (canon_value_cmp): Compare uids.
26411         (variable_post_merge_New_vals): Print uids.
26412         (vt_add_function_parameters): Adjust.
26413         (vt_initialize): Reset table.  Adjust.
26414
26415 2010-02-03  Richard Guenther  <rguenther@suse.de>
26416
26417         PR tree-optimization/42944
26418         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
26419         (call_may_clobber_ref_p_1): Likewise.  Properly handle
26420         malloc and calloc clobbering errno.
26421
26422 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
26423
26424         * doc/invoke.texi: Fix name of sched1 dump.
26425
26426         * opts.c (decode_options): Set flag_tree_switch_conversion
26427         only conditionally on optimize >= 2.
26428
26429         * gcse.c: Assorted comment fixes in pass description.
26430
26431 2010-02-03  Anthony Green  <green@moxielogic.com>
26432
26433         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
26434         nop padding in order to maintain alignment of storage location of
26435         target function address.
26436         (moxie_trampoline_init): Store target function address at newly
26437         aligned location.
26438         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
26439         to 32.
26440         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
26441
26442 2010-02-03  Richard Guenther  <rguenther@suse.de>
26443
26444         PR middle-end/42927
26445         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
26446
26447 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26448
26449         * config.gcc: Reenable check for obsolete targets.
26450         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
26451         mips-sgi-irix6.[0-4]*.
26452
26453 2010-02-02  Nick Clifton  <nickc@redhat.com>
26454
26455         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
26456         constant size of 4 as being the same as 0.
26457         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
26458         can take values in the range 0..4.
26459
26460 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
26461
26462         PR java/41991
26463         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
26464         as _darwin10_Unwind_FindEnclosingFunction().
26465         * libgcc-libsystem.ver: New.
26466
26467 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
26468
26469         PR target/41399
26470         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
26471         implicitly set registers.
26472
26473 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
26474
26475         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
26476         (arm_override_options): Allow automatic selection of the thread
26477         pointer register if thumb2.
26478         (legitimize_pic_address): Improve code sequences for Thumb2.
26479         (arm_call_tls_get_addr): Likewise.
26480         (legitimize_tls_address): Likewise.
26481         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
26482         (pic_load_addr_32bit): ... this.  New named pattern.
26483         * thumb2.md (pic_load_addr_thumb2): Delete.
26484         (pic_load_dot_plus_four): Delete.
26485         (tls_load_dot_plus_four): New named pattern.
26486
26487 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26488
26489         PR libgomp/29986
26490         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
26491         Document fix for TLS bug.
26492
26493 2010-01-31  Richard Guenther  <rguenther@suse.de>
26494
26495         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
26496         conservatively correct.
26497
26498 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
26499
26500         PR target/42850
26501         Revert:
26502         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
26503
26504         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
26505
26506 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26507
26508         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
26509
26510 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
26511
26512         * config.gcc: Adjust order of makefile fragments for mingw targets.
26513
26514 2010-01-31  Richard Guenther  <rguenther@suse.de>
26515
26516         PR middle-end/42898
26517         * gimplify.c (gimplify_init_constructor): For volatile LHS
26518         initialize a temporary.
26519
26520 2010-01-31  Matthias Klose  <doko@ubuntu.com>
26521
26522         * configure.ac: Fix __stack_chk_fail check for cross builds configured
26523         --with-headers
26524         * configure: Regenerate.
26525
26526 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
26527
26528         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
26529         the same alias set and their sizes different constantness.
26530         (aliasing_component_refs_p): Revert 2009-10-24 change.
26531
26532 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26533
26534         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
26535         unused.
26536
26537 2010-01-29  Richard Guenther  <rguenther@suse.de>
26538
26539         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
26540         Assert we successfully updated the call.
26541
26542 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
26543
26544         PR rtl-optimization/42889
26545         * df.h (df_set_bb_dirty_nonlr): New prototype.
26546         * df-core.c (df_set_bb_dirty_nonlr): New function.
26547         * df-scan.c (df_insn_rescan): Call it instead of
26548         df_set_bb_dirty for DEBUG_INSNs.
26549
26550 2010-01-29  Richard Guenther  <rguenther@suse.de>
26551
26552         PR middle-end/37448
26553         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
26554         quadratic behavior in most cases.
26555
26556 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
26557
26558         PR target/42891
26559         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
26560         in the call to gen_x86_movsicc_0_m1.
26561
26562 2010-01-28  Richard Guenther  <rguenther@suse.de>
26563
26564         PR tree-optimization/42871
26565         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
26566
26567 2010-01-28  Richard Guenther  <rguenther@suse.de>
26568
26569         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
26570         into call arguments.
26571
26572 2010-01-28  Richard Guenther  <rguenther@suse.de>
26573
26574         PR middle-end/42883
26575         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
26576         the forwarder if the destination is an EH landing pad.
26577
26578 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
26579
26580         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
26581         block list passed to gimple_duplicate_sese_tail.
26582         (parallelize_loops): Avoid parallelization when the function
26583         has_nonlocal_label.
26584         Avoid parallelization when the preheader is IRREDUCIBLE.
26585         Try to optimize when estimated_loop_iterations_int is unresolved.
26586         Add the loop's location to the dump file.
26587         * tree-cfg.c (add_phi_args_after_redirect): Remove.
26588         (gimple_duplicate_sese_tail): Remove the check for the latch.
26589         Redirect nexits to the exit block.
26590         Remove handling of the incoming edges to the latch.
26591         Redirect the backedge from the copied latch to the exit bb.
26592
26593 2010-01-28  Michael Matz  <matz@suse.de>
26594
26595         PR target/42881
26596         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
26597         Wrap force_reg into a sequence, emit it before user.
26598
26599 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
26600
26601         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
26602         (arm_rev): New.
26603         (arm_legacy_rev): Likewise.
26604         (thumb_legacy_rev): Likewise.
26605
26606 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
26607
26608         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
26609         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
26610         on MEM's address failed, try avoid_constant_pool_reference and
26611         recurse if it returned something different.
26612         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
26613         address, try avoid_constant_pool_reference and recurse if it
26614         returned something different.
26615         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
26616         address and avoid_constant_pool_reference returned something
26617         different, don't set have_address.
26618
26619 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
26620
26621         PR debug/42861
26622         * var-tracking.c (val_store): Add modified argument, obey it.
26623         Adjust callers.
26624         (count_uses): Move down logging of main.
26625         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
26626         don't need resolution.
26627         (emit_notes_in_bb): Likewise.
26628
26629 2010-01-27  Richard Guenther  <rguenther@suse.de>
26630
26631         PR middle-end/42878
26632         * tree-inline.c (remap_decl): Delay remapping of SSA name
26633         default definitions until we need them.
26634
26635 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
26636
26637         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
26638         (rs6000_delegitimize_address): New function.
26639
26640         * config/s390/s390.c (s390_delegitimize_address): Call
26641         delegitimize_mem_from_attrs.
26642
26643         PR middle-end/42874
26644         * tree-inline.c (cannot_copy_type_1): Removed.
26645         (copy_forbidden): Don't forbid copying of functions containing
26646         records/unions with variable length fields.
26647
26648 2010-01-27  Christian Bruel  <christian.bruel@st.com>
26649
26650         Revert:
26651         PR target/42841
26652         * config/sh/sh.c (find_barrier): Increase length for non delayed
26653         conditional branches.
26654
26655 2010-01-27  Matthias Klose  <doko@ubuntu.com>
26656
26657         * configure.ac (gnu-unique-object): Fix ldd version check.
26658         * configure: Regenerate.
26659
26660 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26661
26662         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
26663         HAVE_GNU_AS value.
26664         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
26665         Test for HAVE_GNU_AS value.
26666
26667 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26668
26669         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
26670         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
26671         INT64_TYPE): Define.
26672         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
26673         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
26674         INT_LEAST64_TYPE): Define.
26675         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
26676         UINT_LEAST64_TYPE): Define.
26677         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
26678         INT_FAST64_TYPE): Define.
26679         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
26680         UINT_FAST64_TYPE): Define.
26681         (INTMAX_TYPE, UINTMAX_TYPE): Define.
26682         (INTPTR_TYPE, UINTPTR_TYPE): Define.
26683         (SIG_ATOMIC_TYPE): Define.
26684
26685 2010-01-26  Richard Guenther  <rguenther@suse.de>
26686
26687         * df-scan.c (df_scan_set_bb_info): Remove assert.
26688         (df_insn_rescan_debug_internal): Merge asserts.
26689         (df_install_ref): Likewise.
26690         (df_mark_reg): Use bitmap_set_range.
26691         (df_hard_reg_used_p): Remove assert.
26692         (df_hard_reg_used_count): Likewise.
26693
26694 2010-01-26  Richard Guenther  <rguenther@suse.de>
26695
26696         PR rtl-optimization/42685
26697         * web.c (web_main): Ignore DEBUG_INSNs.
26698
26699 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
26700
26701         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
26702
26703         (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
26704         Fix types of fndecl and arglist parameters.
26705
26706 2010-01-26  Richard Guenther  <rguenther@suse.de>
26707
26708         PR middle-end/42806
26709         * tree-eh.c (unsplit_eh): Skip debug insns.
26710
26711 2010-01-26  Richard Guenther  <rguenther@suse.de>
26712
26713         PR tree-optimization/42250
26714         * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
26715
26716 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
26717
26718         PR fortran/42866
26719         * omp-low.c (expand_omp_sections): Only use single_pred if
26720         l2_bb is single_pred_p.
26721
26722 2010-01-25  Christian Bruel  <christian.bruel@st.com>
26723
26724         PR target/42841
26725         * config/sh/sh.c (find_barrier): Increase length for non delayed
26726         conditional branches.
26727         (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
26728
26729 2010-01-24  David S. Miller  <davem@davemloft.net>
26730
26731         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
26732         define if not using GAS.
26733         * config/sparc/sparc.c (sparc_elf_asm_named_section):
26734         Likewise.  Delete SECTION_MERGE code, which is only applicable
26735         when using GAS.
26736
26737 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
26738
26739         PR c++/42748
26740         * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
26741         mangling of va_list in system headers.
26742
26743 2010-01-23  Toon Moene  <toon@moene.org>
26744
26745         * tree-predcom.c (combine_chains): Return NULL, not false.
26746
26747 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
26748
26749         * tree-loop-distribution.c (distribute_loop): Fix declaration and
26750         initialization of variable res to agree with return type.
26751
26752 2010-01-22  Steve Ellcey  <sje@cup.hp.com>
26753
26754         * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
26755         * tree-sra.c: Add include of expr.h.
26756
26757 2010-01-22  Jakub Jelinek  <jakub@redhat.com>
26758
26759         * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
26760         insert the debug stmt on the single non-EH edge from the stmt.
26761
26762 2010-01-22  Richard Henderson  <rth@redhat.com>
26763
26764         PR tree-opt/42833
26765         * tree-sra.c (sra_modify_assign): Delay re-gimplification of
26766         the RHS until after generate_subtree_copies has insertted its
26767         code before the current statement.
26768
26769 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
26770
26771         * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
26772
26773         * gcc-plugin.h (plugin_init): Use "C" likage for c++.
26774
26775 2010-01-21  Martin Jambor  <mjambor@suse.cz>
26776
26777         PR tree-optimization/42585
26778         * tree-sra.c (struct access): New field grp_total_scalarization.
26779         (dump_access): Dump the new field.
26780         (should_scalarize_away_bitmap): New variable.
26781         (cannot_scalarize_away_bitmap): Likewise.
26782         (sra_initialize): Allocate new bitmaps.
26783         (sra_deinitialize): Free new bitmaps.
26784         (create_access_1): New function.
26785         (create_access): Parts moved to create_access_1.
26786         (type_consists_of_records_p): New function.
26787         (completely_scalarize_record): Likewise.
26788         (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
26789         (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
26790         (sort_and_splice_var_accesses): Hint groups with a total_scalarization
26791         access.
26792         (analyze_all_variable_accesses): Completely scalarize small eligible
26793         records.
26794
26795 2010-01-21  Martin Jambor  <mjambor@suse.cz>
26796
26797         * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
26798
26799 2010-01-21  Andrew Haley  <aph@redhat.com>
26800
26801         * gcc.c (process_command): Move lang_specific_driver before
26802         setting cc_libexec_prefix.
26803
26804 2010-01-21  Richard Guenther  <rguenther@suse.de>
26805
26806         PR middle-end/19988
26807         * fold-const.c (negate_expr_p): Pretend only negative
26808         real constants are easily negatable.
26809
26810 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
26811             Jason Merrill  <jason@redhat.com>
26812
26813         * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
26814         (TYPE_TRANSPARENT_AGGR): this, for union and record.
26815         * calls.c (initialize argument_information): Handle it.
26816         * c-common.c (handle_transparent_union_attribute): Use new name.
26817         * c-decl.c (finish_struct): Ditto.
26818         * c-typeck.c (type_lists_compatible_p): Ditto.
26819         (convert_for_assignment): Use new name and also handle record.
26820         * function.c (aggregate_value_p): Handle it.
26821         (pass_by_reference): Ditto.
26822         (assign_parm_data_types): Ditto.
26823         * print-tree.c (print_node): Ditto.
26824         * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
26825         * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
26826         * tree.c (first_field): New fn.
26827
26828 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
26829
26830         PR target/42818
26831         * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
26832         even when linking statically, for now.
26833
26834 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
26835
26836         PR debug/42715
26837         * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
26838         without a cselib val.
26839         (count_uses): Accept MO_VAL_SET with no val on stores.
26840         (add_stores): Likewise.
26841
26842 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
26843
26844         * var-tracking.c (check_value_val): Add a compile time assertion.
26845         (dv_is_decl_p): Simplify.
26846         (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
26847         gcc_assert if ENABLE_CHECKING.
26848
26849 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
26850
26851         PR debug/42782
26852         * var-tracking.c: Include tree-flow.h.
26853         (mem_dies_at_call): New.
26854         (dataflow_set_preserve_mem_locs): Use it.
26855         (dataflow_set_remove_mem_locs): Likewise.
26856         (dump_var): Renamed from dump_variable.  Adjust all callers.
26857         (dump_var_slot): Renamed from dump_variable_slot.  Likewise.
26858         * Makefile.in (var-tracking.o): Adjust deps.
26859
26860 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
26861
26862         * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
26863
26864 2010-01-20  Richard Guenther  <rguenther@suse.de>
26865
26866         PR tree-optimization/42717
26867         * tree-ssa-dce.c (get_live_post_dom): Remove.
26868         (forward_edge_to_pdom): Take an arbitrary edge to copy
26869         degenerate PHI args from.
26870         (remove_dead_stmt): Use the first post-dominator even if it
26871         does not contain live statements as redirection destination.
26872
26873 2010-01-20  Richard Guenther  <rguenther@suse.de>
26874
26875         * tree-inline.c (estimate_num_insns): Handle EH builtins.
26876
26877 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
26878
26879         * sel-sched.c (create_speculation_check): Remove set but not used
26880         variable twin.
26881         (try_transformation_cache): Remove set but not used variable ds.
26882         (calculate_privileged_insns): Remove set but not used variables
26883         cur_insn and min_spec_insn.
26884         (find_best_expr): Remove set but not used variable avail_n.
26885         * tree-predcom.c (base_names_in_chain_on): Remove set but not used
26886         variable e.
26887         * cgraphunit.c (assemble_thunk): Remove set but not used variable
26888         false_label.
26889         * haifa-sched.c (remove_notes): Remove set but not used variable prev.
26890         * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
26891         new_scop_exit_edge.
26892
26893 2010-01-20  Felyza Wishbringer  <fwishbringer@gmail.com>
26894
26895         PR bootstrap/42786
26896         * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
26897         cpu types.  Add support for *-sse3 cpu types.
26898         (x86_64-*-*): Ditto.
26899
26900 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
26901
26902         PR middle-end/42803
26903         * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
26904         argument, call initializer_constant_valid_p_1 instead of
26905         initializer_constant_valid_p, pass CACHE to it, return NULL
26906         immediately if first call returns NULL.
26907         (initializer_constant_valid_p_1): New function.
26908         (initializer_constant_valid_p): Use it.
26909
26910 2010-01-20  Thomas Quinot  <quinot@adacore.com>
26911
26912         * tree.def (PLACEHOLDER_EXPR): Fix comment.
26913
26914 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
26915
26916         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
26917         of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
26918         (loc_list_from_tree): Don't handle unsigned division.  Handle
26919         signed modulo using DW_OP_{over,over,div,mul,minus}.
26920         * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
26921         modulo instead of signed.
26922
26923 2010-01-20  DJ Delorie  <dj@redhat.com>
26924
26925         * config/h8300/h8300.c (F): Add "in_epilogue" flag.
26926         (Fpa): Pass it
26927         (h8300_emit_stack_adjustment): Propogate it.
26928         (push): Pass it.
26929         (h8300_expand_prologue): Likewise.
26930         (h8300_expand_epilogue): Likewise.
26931
26932 2010-01-19  Michael Matz  <matz@suse.de>
26933
26934         PR tree-optimization/41783
26935         * tree-data-ref.c (toplevel): Include flags.h.
26936         (dump_data_dependence_relation):  Also dump the inputs if the
26937         result will be unknown.
26938         (split_constant_offset_1): Look through some conversions.
26939         * tree-predcom.c (determine_roots_comp): Restart a new chain if
26940         the offset from last element is too large.
26941         (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
26942         (reassociate_to_the_same_stmt): Handle vector registers.
26943         * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
26944         (e.g. conversions).
26945         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
26946         wide_prolog_niters argument, emit widening instructions.
26947         (vect_do_peeling_for_alignment): Adjust caller, use widened
26948         variant of the iteration cound.
26949         * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
26950
26951 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
26952
26953         PR target/38697
26954         * config/arm/neon-testgen.m (emit_automatics): New parameter
26955         features. Adjust for Fixed_return_reg feature.
26956         (test_intrinsic): Call emit_automatics with new feature.
26957         * config/arm/neon.ml: Update copyright years.
26958         (features): New Fixed_return_reg feature.
26959         (ops): Update feature for Vget_low.
26960
26961 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
26962
26963         PR tree-optimization/42719
26964         * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
26965         stmt uses.
26966
26967         PR debug/42728
26968         * fwprop.c (all_uses_available_at): Return false if def_set dest
26969         is a REG that is used in def_insn.
26970
26971 2010-01-19  Joern Rennecke  <amylaar@spamcop.net>
26972
26973         * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
26974
26975         (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
26976         Add argument names.
26977
26978         (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
26979
26980         * target.h (struct gcc_target) <secondary_reload>: Change type
26981         of last argument to secondary_reload_info *.
26982
26983 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
26984
26985         PR target/42774
26986         * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
26987         memory references with unaligned offsets.  Remove CQImode handling.
26988         (unaligned_memory_operand): Return 1 for memory references with
26989         unaligned offsets.  Remove CQImode handling.
26990
26991 2010-01-18  Richard Guenther  <rguenther@suse.de>
26992
26993         PR middle-end/39954
26994         * cfgexpand.c (expand_call_stmt): TER pointer arguments in
26995         builtin calls.
26996
26997 2010-01-18  Richard Guenther  <rguenther@suse.de>
26998
26999         PR tree-optimization/42781
27000         * tree-ssa-structalias.c (find_what_var_points_to): Skip
27001         restrict processing only if the original variable was artificial.
27002
27003 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
27004
27005         * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
27006         find number of popped argument bytes.
27007
27008         (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
27009         Fix the text that describes the return value for invalid insns.
27010
27011         (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type.  Fix argument list.
27012
27013         (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
27014         Clarify what 'cost of the -dependence' is.  Fix quoting.
27015
27016         * toplev.c (default_get_pch_validity): Rename argument to "sz".
27017         * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
27018
27019 2010-01-17  Jakub Jelinek  <jakub@redhat.com>
27020
27021         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
27022         {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
27023
27024 2010-01-17  Richard Guenther  <rguenther@suse.de>
27025
27026         PR middle-end/42248
27027         * function.c (split_complex_args): Take a VEC to modify.
27028         (assign_parms_augmented_arg_list): Build a VEC instead of
27029         a chain of PARM_DECLs.
27030         (assign_parms_unsplit_complex): Take a VEC of arguments.
27031         Do not fixup unmodified parms.
27032         (assign_parms): Deal with the VEC.
27033         (gimplify_parameters): Likewise.
27034
27035 2010-01-17  Richard Guenther  <rguenther@suse.de>
27036
27037         * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
27038         node existence check.
27039         * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
27040         * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
27041         * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
27042         * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
27043         (gimple_execute_on_growing_pred): Likewise.
27044
27045 2010-01-17  Richard Guenther  <rguenther@suse.de>
27046
27047         PR tree-optimization/42773
27048         * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
27049         (compute_antic_aux): Likewise.
27050         (compute_partial_antic_aux): Likewise.
27051
27052 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
27053
27054         PR debug/42767
27055         * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
27056         and US_TRUNCATE.
27057
27058 2010-01-17  Joern Rennecke  <amylaar@spamcop.net>
27059
27060         * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
27061         appearance.
27062
27063         (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
27064         Fix markup for strict argument.
27065
27066         (TARGET_SCHED_REORDER2): Fix argument types.
27067
27068         (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
27069         (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
27070
27071         (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
27072         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
27073
27074         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
27075         Add argument name.
27076
27077         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
27078         (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
27079         (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
27080         (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
27081         (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
27082
27083         (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
27084
27085         (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
27086
27087         (TARGET_ASM_RELOC_RW_MASK): Add return type.
27088         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
27089
27090         (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
27091
27092         (TARGET_ASM_FILE_START): Put @findex before paragraph start.
27093         Use prototype.
27094
27095         (TARGET_ASM_NAMED_SECTION): Fix argument list.
27096
27097         (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
27098         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
27099
27100         (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
27101
27102         (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
27103
27104         (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
27105         referring to it.  Fix language.
27106
27107         (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
27108
27109         (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
27110
27111         (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
27112
27113         (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
27114
27115         (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
27116         '@var{stream}.  Remove stray 'and'.
27117
27118         (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
27119
27120         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
27121
27122         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
27123
27124         (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
27125         misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
27126
27127         (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
27128         Fix description of return value.
27129         Rename argument "sz" to "len."
27130
27131         (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
27132         Clarify meaning of 'true' return value.
27133
27134         (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
27135
27136         (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
27137         rep_mode versus mode_rep.
27138
27139         (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
27140
27141         (TARGET_BUILTIN_DECL): Fix name.
27142
27143         (TARGET_COMMUTATIVE_P): Fix type of first argument.
27144
27145         (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
27146
27147         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
27148
27149         (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
27150
27151         (TARGET_RELAXED_ORDERING): Use @deftypevr.
27152
27153         (TARGET_GET_DRAP_RTX): Note that this is a hook.
27154         Clarify language.
27155
27156         (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
27157         Rename argument tm_fn to md_fn.
27158
27159         (TARGET_OPTION_PRINT): Fix argument list.
27160
27161 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
27162
27163         PR target/42664
27164         * config/i386/i386.c (ix86_fixup_binary_operands):
27165         Revert FMA4 fixup of operands.
27166
27167 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27168
27169         PR gcc/42525
27170         * Makefile.in (write_entries_to_file, install-plugin):
27171         Use \012 instead of \n with tr.
27172
27173 2010-01-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
27174
27175         * configure.ac (HAVE_AS_REF): New C macro.
27176         * configure: Regenerate.
27177         * config.in: Likewise.
27178         * collect2.c (main): Only postpone SCAN_DWEH to the second pass
27179         if HAVE_AS_REF.
27180         * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
27181         if HAVE_AS_REF.
27182
27183 2010-01-16  Joern Rennecke  <amylaar@spamcop.net>
27184
27185         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
27186
27187         (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
27188
27189         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
27190
27191         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
27192
27193         (TARGET_IN_SMALL_DATA_P): Fix argument type.
27194
27195         (TARGET_BINDS_LOCAL_P): Fix argument type.
27196
27197         (TARGET_ASM_FILE_END): Use prototype.
27198
27199         (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
27200
27201         (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
27202
27203         (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
27204
27205         (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
27206
27207         (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
27208         (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
27209
27210         (TARGET_PCH_VALID_P): Put 'const char *' in braces.
27211         (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
27212
27213         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
27214         (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
27215         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
27216         (TARGET_ADDR_SPACE_CONVERT): Likewise.
27217
27218         (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
27219
27220         (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
27221
27222         (TARGET_INIT_BUILTINS): Use prototype.
27223
27224         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
27225         Put 'const char *' in braces.  Fix parameter types.
27226         (TARGET_INVALID_CONVERSION): Fix parameter types.
27227         (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
27228         (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
27229
27230         (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
27231         Fix argument type.
27232
27233         (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
27234
27235         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
27236
27237 2010-01-15  Joern Rennecke  <amylaar@spamcop.net>
27238
27239         * doc/tm.texi (TARGET_HELP): Fix return type.
27240
27241         (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
27242         in braces.  Fix argument types.
27243
27244         (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
27245
27246         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
27247
27248         (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
27249
27250         (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
27251         (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
27252
27253         (TARGET_MANGLE_TYPE): Fix argument types.
27254
27255         (TARGET_IRA_COVER_CLASSES): Use prototype.
27256
27257         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
27258
27259         (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
27260
27261         (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
27262
27263         (TARGET_MUST_PASS_IN_STACK): Fix argument type.
27264
27265         (TARGET_CALLEE_COPIES): Fix argument types.
27266
27267         (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
27268
27269         (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
27270
27271         (TARGET_FUNCTION_VALUE): Fix argument types.
27272
27273         (TARGET_RETURN_IN_MSB): Fix argument type.
27274
27275         (TARGET_RETURN_IN_MEMORY): Fix argument types.
27276
27277         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
27278
27279         (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
27280
27281         (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
27282         agree with return type.
27283
27284         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
27285
27286 2010-01-15  Jing Yu  <jingyu@google.com>
27287
27288         PR rtl-optimization/42691
27289         * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
27290         a pseudo to a constant and are merged, and adjust comments.
27291
27292 2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
27293
27294         * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
27295
27296 2010-01-15  Richard Guenther  <rguenther@suse.de>
27297
27298         PR middle-end/42739
27299         * tree-cfgcleanup.c (remove_forwarder_block): Move destination
27300         labels of computed or non-local gotos to the destination.
27301         * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
27302         landing pad label is the first label.
27303
27304 2010-01-15  Richard Guenther  <rguenther@suse.de>
27305
27306         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
27307
27308 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
27309
27310         PR target/42747
27311         * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
27312         to allow generation of the xssqrtdp instruction on power7.
27313         (sqrtdf2_fpr): Ditto.
27314
27315 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
27316
27317         PR middle-end/42674
27318         * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
27319         functions with noreturn attribute.
27320
27321         PR c++/42608
27322         * varasm.c (declare_weak): Add weak attribute to decl if it
27323         doesn't have one already.
27324         (assemble_external): Only add decls to weak_decls if they also
27325         have weak attribute.
27326
27327 2010-01-14  Alexandre Oliva  <aoliva@redhat.com>
27328
27329         * var-tracking.c (var_reg_delete): Don't delete the association
27330         between REGs and values or one-part variables if the register
27331         isn't clobbered.
27332
27333 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
27334
27335         PR debug/42657
27336         * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
27337         because its first operand is a non-localized variable.
27338
27339 2010-01-14  Martin Jambor  <mjambor@suse.cz>
27340
27341         PR tree-optimization/42706
27342         * tree-sra.c (encountered_recursive_call): New variable.
27343         (encountered_unchangable_recursive_call): Likewise.
27344         (sra_initialize): Initialize both new variables.
27345         (callsite_has_enough_arguments_p): New function.
27346         (scan_function): Call decl and flags check only for IPA-SRA, check
27347         whether there is a recursive call and whether it has enough arguments.
27348         (all_callers_have_enough_arguments_p): New function.
27349         (convert_callers): Look for recursive calls only when
27350         encountered_recursive_call is set.
27351         (ipa_early_sra): Bail out either if
27352         !all_callers_have_enough_arguments_p or
27353         encountered_unchangable_recursive_call.
27354
27355 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
27356
27357         * sel-sched.c: Add 2010 to copyright years.
27358         * sel-sched-ir.c: Likewise.
27359         * sel-sched-ir.h: Likewise.
27360
27361 2010-01-14  Martin Jambor  <mjambor@suse.cz>
27362
27363         PR tree-optimization/42714
27364         * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
27365         constructors specially.
27366
27367 2010-01-14  Andi Kleen  <ak@linux.intel.com>
27368
27369         * config/i386/drivers-i386.c (detect_caches_intel):
27370         Add l2sizekb parameter and fill in.
27371         (host_detect_local_cpu): Add l2sizekb, fill in.
27372         Add Atom small cache heuristic.
27373
27374 2010-01-14  Andi Kleen  <ak@linux.intel.com>
27375
27376         * config/i386/drivers-i386.c (detect_caches_cpuid4):
27377         Add level3 parameter and fill in.
27378         (detect_caches_intel): Handle level3 cache.
27379
27380 2010-01-14  Andi Kleen  <ak@linux.intel.com>
27381
27382         * config/i386/drivers-i386.c (host_detect_local_cpu):
27383         Fix core duo detection.
27384
27385 2010-01-14  Andi Kleen  <ak@linux.intel.com>
27386
27387         * config/i386/drivers-i386.c (host_detect_local_cpu):
27388         Fix Atom detection.
27389
27390 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
27391
27392         * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
27393         (rs6000_variable_issue_1): this.  Use...
27394         (rs6000_variable_issue): here.  Reimplement.  Print debug info.
27395
27396 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
27397
27398         * sel-sched-ir.c (sel_restore_other_notes): Rename to
27399         sel_restore_notes.  Update all callers.  Call reemit_notes
27400         for all insns.
27401
27402 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
27403
27404         PR rtl-optimization/42246
27405         * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
27406         loops.
27407
27408 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
27409
27410         * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
27411         all successors is the same as number of successors in current region.
27412
27413 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
27414
27415         * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
27416         to rename is not separable.  Otherwise check that its LHS is not NULL.
27417
27418 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
27419
27420         * sel-sched.c (choose_best_reg_1):  Loop over all regs for mode.
27421
27422 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
27423
27424         * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
27425         available registers when failed to discover LHS register class.
27426         Fix indentation.  Update comment.
27427
27428 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
27429             Alexander Monakov  <amonakov@ispras.ru>
27430
27431         PR rtl-optimization/42389
27432         * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
27433         to can_issue_more.
27434         (advance_state_on_fence): Likewise.
27435         (sel_target_adjust_priority): Print debug output only when
27436         sched_verbose >= 4, not 2.
27437         (get_expr_cost): Do not issue all unique insns on the next cycle.
27438         (fill_insns): Initialize can_issue_more from the value saved
27439         with the fence.
27440         * sel-sched-ir.c (flist_add): New parameter issue_more.
27441         Init FENCE_ISSUE_MORE with it.
27442         (merge_fences): Likewise.
27443         (init_fences): Update call to flist_add.
27444         (add_to_fences, add_clean_fence_to_fences)
27445         (add_dirty_fence_to_fences): Likewise.
27446         (move_fence_to_fences): Update call to merge_fences.
27447         (invoke_reorder_hooks): Do not reset can_issue_more on insns from
27448         sched groups.
27449         * sel-sched-ir.h (struct _fence): New field issue_more.
27450         (FENCE_ISSUE_MORE): New accessor macro.
27451
27452 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
27453
27454         PR rtl-optimization/42388
27455         * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
27456         that have no predecessors nor successors.  Do not call move_bb_info
27457         for empty blocks outside of current region.
27458
27459 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
27460
27461         PR rtl-optimization/42294
27462         * sel-sched-ir.h (struct _sel_insn_data): Update comment.
27463         * sel-sched.c (move_exprs_to_boundary): Transitively add all
27464         originators' originators.
27465
27466 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
27467
27468         PR rtl-optimization/39453
27469         PR rtl-optimization/42246
27470         * sel-sched-ir.c (considered_for_pipelining_p): Do not test
27471         for pipelining_p.
27472         (sel_add_loop_preheaders): Add preheader to last_added_blocks.
27473
27474 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
27475             Alexander Monakov  <amonakov@ispras.ru>
27476
27477         PR middle-end/42245
27478         * sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
27479         (maybe_tidy_empty_bb): ... here.  Make static.  Add new
27480         argument.  Update all callers.
27481         (tidy_control_flow): ... and here.  Recompute topological order
27482         of basic blocks in region if necessary.
27483         (sel_redirect_edge_and_branch): Change return type.  Return true
27484         if topological order might have been invalidated.
27485         (purge_empty_blocks): Export and move from...
27486         * sel-sched.c (purge_empty_blocks): ... here.
27487         * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
27488         (maybe_tidy_empty_bb): Delete prototype.
27489         (purge_empty_blocks): Declare.
27490
27491 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
27492
27493         PR rtl-optimization/42249
27494         * sel-sched.c (try_replace_dest_reg): When chosen register
27495         and original register is the same, do not bail out early, but
27496         still check all original insns for validity of replacing destination
27497         register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
27498         in this case.
27499
27500 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
27501
27502         PR c/42721
27503         Port from no-undefined-overflow branch:
27504         2009-03-09  Richard Guenther  <rguenther@suse.de>
27505
27506         * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
27507
27508 2010-01-14  Richard Guenther  <rguenther@suse.de>
27509
27510         PR lto/42665
27511         * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
27512
27513 2010-01-14  Ira Rosen  <irar@il.ibm.com>
27514
27515         PR tree-optimization/42709
27516         * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
27517         as scalar type in creation of constant vector operand.
27518
27519 2010-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27520
27521         PR testsuite/42414
27522         * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
27523         (check-parallel-%): Match `testsuite' directory component only
27524         at the end.
27525
27526 2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>
27527
27528         PR translation/39521
27529         * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
27530         strings with _().
27531
27532 2010-01-13  Richard Guenther  <rguenther@suse.de>
27533
27534         PR tree-optimization/42730
27535         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
27536         offset zero.
27537
27538 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
27539
27540         PR target/pr42542
27541         * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
27542         for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
27543         them signed.
27544
27545 2010-01-13  Bernd Schmidt  <bernd.schmidt@analog.com>
27546
27547         * config/bfin/libgcc-bfin.ver: Regenerate based on current
27548         libgcc-std.ver.  Add entries for ___smulsi3_highpart and
27549         ___umulsi3_highpart.
27550
27551         * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
27552         rather than schedule_insns if the pass is enabled.
27553
27554 2010-01-13  Martin Jambor  <mjambor@suse.cz>
27555
27556         PR tree-optimization/42704
27557         * tree-sra.c (sra_modify_assign): Do not delete assignments to
27558         SSA_NAMEs.
27559
27560 2010-01-13  Martin Jambor  <mjambor@suse.cz>
27561
27562         PR tree-optimization/42703
27563         * tree-sra.c (analyze_access_subtree): Check that we can build a
27564         reference to the original data within the aggregate.
27565
27566 2010-01-13  Richard Guenther  <rguenther@suse.de>
27567
27568         PR tree-optimization/42705
27569         * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
27570
27571 2010-01-13  Richard Guenther  <rguenther@suse.de>
27572
27573         PR middle-end/42716
27574         * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
27575
27576 2010-01-13  Jakub Jelinek  <jakub@redhat.com>
27577
27578         PR debug/41371
27579         * var-tracking.c (values_to_unmark): New variable.
27580         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
27581         values_to_unmark vector.  Moved body to...
27582         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
27583         instead queue it into values_to_unmark vector.
27584         (vt_find_locations): Free values_to_unmark vector.
27585
27586 2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
27587
27588         * config/s390/s390.c (override_options): Set
27589         default of max-pending-list-length to 256
27590
27591 2010-01-13  Richard Guenther  <rguenther@suse.de>
27592
27593         PR lto/42678
27594         * tree-pass.h (PROP_gimple_lcx): New.
27595         * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
27596         * passes.c (init_optimization_passes): Move pass_lower_complex_O0
27597         before the final cleanup_eh.
27598         (dump_properties): Dump PROP_gimple_lcx.
27599         * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
27600         (tree_lower_complex_O0): Remove.
27601         (gate_no_optimization): Run if PROP_gimple_lcx is not set.
27602         (pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
27603         tree_lower_complex, schedule TODO_update_ssa.
27604         * lto-streamer-out.c (output_function): Stream the functions
27605         properties.
27606         * lto-streamer-in.c (input_function): Likewise.
27607         (lto_read_body): Do not override them here.
27608
27609 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
27610
27611         PR c/42708
27612         * c-typeck.c (build_c_cast): Fold value cast to union type before
27613         wrapping it in a CONSTRUCTOR.
27614
27615 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
27616
27617         PR rtl-optimization/42699
27618         * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
27619         involved.
27620
27621 2010-01-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27622
27623         * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
27624         SUBTARGET_WARN_UNUSED_SPEC): Move ...
27625         config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
27626         SUBTARGET_WARN_UNUSED_SPEC): ... here
27627         * config/mips/iris5.h (LIBGCC_SPEC): Define.
27628
27629 2010-01-12  Julian Brown  <julian@codesourcery.com>
27630
27631         * config/arm/neon-schedgen.ml (Utils): Don't try to
27632         open missing module.
27633         (find_with_result): New.
27634
27635 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
27636
27637         PR debug/42662
27638         * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
27639         sharing when canonicalizing ({lt,ge}u (plus a b) b).
27640
27641         PR tree-optimization/42645
27642         * tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
27643         (remap_ssa_name): If processing_debug_stmt and name wasn't found in
27644         decl_map, set processing_debug_stmt to -1 and return name without
27645         any remapping.
27646
27647 2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
27648
27649         * doc/install.texi (Specific#x-x-cygwin): Document minimum required
27650         binutils version, and reword target configuration description.
27651
27652 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
27653
27654         * config/avr/avr.h (LINKER_NAME): Remove.
27655
27656 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
27657
27658         PR target/42416
27659         * config/rs6000/rs6000.c (rs6000_override_options): On targets
27660         that support VSX, warn for -mno-altivec if vsx is not disabled,
27661         and disable vsx.
27662
27663 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
27664             Shujing Zhao  <pearly.zhao@oracle.com>
27665
27666         PR translation/42469
27667         * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
27668         fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
27669         character between option name and help text.
27670         * c.opt (imultilib): Likewise.
27671
27672 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
27673
27674         * lto-streamer-out.c (output_unreferenced_globals): Output static
27675         variables.
27676
27677 2010-01-10  Steven Bosscher  <steven@gcc.gnu.org>
27678
27679         PR rtl-optimization/42621
27680         * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
27681         optimizing for size.
27682         (duplicate_computed_gotos): Remove now-redundant check.
27683
27684 2010-01-10  Steve Ellcey  <sje@cup.hp.com>
27685
27686         PR target/37454
27687         * configure.ac: Save and restore LDFLAGS and LIBS
27688         * configure: Regenerate.
27689
27690 2010-01-10  Richard Guenther  <rguenther@suse.de>
27691
27692         PR middle-end/42667
27693         * builtins.c (fold_builtin_strlen): Add type argument and
27694         convert the resulting length to it.
27695         (fold_builtin_1): Adjust.
27696
27697 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
27698
27699         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
27700         sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
27701         1 insn.
27702         (num_insns_constant_wide): Adjust for that change.
27703
27704 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
27705
27706         PR debug/42631
27707         * web.c (union_defs): Add used argument, to combine uses of
27708         uninitialized regs.
27709         (entry_register): Adjust type and tests of used argument.
27710         (web_main): Widen used for new use.  Pass it to union_defs.
27711         * df.h (union_defs): Adjust prototype.
27712
27713 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
27714
27715         PR debug/42630
27716         * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
27717         uses in new incoming argument.  Free body.
27718         (reset_debug_uses_in_loop): New.
27719         (analyze_insn_to_expand_var): Call the latter if the former found
27720         anything.  Fix whitespace.  Reject invalid dest overlaps before
27721         going through all insns in the loop.
27722
27723 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
27724
27725         PR debug/42629
27726         * haifa-sched.c (dying_use_p): Debug insns don't count.
27727
27728 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
27729
27730         PR middle-end/42363
27731         * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
27732         * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
27733         (verify_gimple_call): Reject LHS in noreturn calls.
27734
27735 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
27736
27737         PR debug/42604
27738         PR debug/42395
27739         * tree-vect-loop-manip.c (adjust_info): New type.
27740         (adjust_vec): New pointer to vector.
27741         (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
27742         (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
27743         (slpeel_update_phis_for_duplicate_loop): Use them.
27744         (slpeel_update_phi_nodes_for_guard1): Likewise.
27745         (slpeel_update_phi_nodes_for_guard2): Likewise.
27746         (slpeel_tree_peel_loop_to_edge): Likewise.
27747         (vect_update_ivs_after_vectorizer): Likewise.
27748
27749 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
27750
27751         * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
27752         (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
27753
27754 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
27755
27756         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
27757         bogus uninitialized warning.
27758
27759 2010-01-09  Richard Guenther  <rguenther@suse.de>
27760
27761         PR middle-end/42512
27762         * tree-scalar-evolution.c (interpret_loop_phi): Make sure
27763         the evolution is compatible with the initial condition.
27764
27765 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
27766
27767         * gcc.c (process_command): Update copyright notice dates.
27768         * gcov.c (print_version): Likewise.
27769         * gcov-dump.c (print_version): Likewise.
27770         * mips-tfile.c (main): Likewise.
27771         * mips-tdump.c (main): Likewise.
27772
27773 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
27774
27775         PR target/41885
27776         * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
27777         (rotlhi3): Delete.
27778         (rotlhi3_8): Delete.
27779         (rotlsi3): Delete.
27780         (rotlsi3_8): Delete.
27781         (rotlsi3_16): Delete.
27782         (rotlsi3_24): Delete.
27783         (rotl<mode>3): New.
27784         (*rotw<mode>3): New.
27785         (*rotb<mode>3): New.
27786         * config/avr/avr.c (avr_rotate_bytes): New function.
27787         * config/avr/avr-proto.h (avr_rotate_bytes): New function.
27788
27789 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
27790
27791         PR target/37454
27792         * configure.ac: Modify -rdynamic check.
27793         * configure: Regenerate.
27794
27795 2010-01-08  DJ Delorie  <dj@redhat.com>
27796
27797         * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
27798         register popping order.
27799
27800 2010-01-08  Richard Guenther  <rguenther@suse.de>
27801
27802         PR lto/42528
27803         * c.opt (fsigned-char): Also let LTO handle this option.
27804         (funsigned-char): Likewise.
27805
27806 2010-01-07  Richard Guenther  <rguenther@suse.de>
27807
27808         * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
27809         (gimple_op): Likewise.
27810         (gimple_op_ptr): Likewise.
27811         (gimple_assign_set_lhs): Remove gcc_assert.
27812         (gimple_assign_set_rhs1): Likewise.
27813         (gimple_assign_set_rhs2): Likewise.
27814         (gimple_call_set_lhs): Likewise.
27815         (gimple_call_set_fn): Likewise.
27816         (gimple_call_set_fndecl): Likewise.
27817         (gimple_call_fndecl): Likewise.
27818         (gimple_call_return_type): Likewise.
27819         (gimple_call_set_chain): Likewise.
27820         (gimple_call_num_args): Likewise.
27821         (gimple_call_set_arg): Likewise.
27822         (gimple_cond_set_code): Likewise.
27823         (gimple_cond_set_lhs): Likewise.
27824         (gimple_cond_set_rhs): Likewise.
27825         (gimple_cond_set_true_label): Likewise.
27826         (gimple_cond_set_false_label): Likewise.
27827         (gimple_label_set_label): Likewise.
27828         (gimple_goto_set_dest): Likewise.
27829         (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
27830         (gimple_debug_bind_get_value): Likewise.
27831         (gimple_debug_bind_get_value_ptr): Likewise.
27832         (gimple_debug_bind_set_var): Likewise.
27833         (gimple_debug_bind_set_value): Likewise.
27834         (gimple_debug_bind_reset_value): Likewise.
27835         (gimple_debug_bind_has_value_p): Likewise.
27836         (gimple_return_retval_ptr): Remove gcc_assert.
27837         (gimple_return_retval): Likewise.
27838         (gimple_return_set_retval): Likewise.
27839         * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
27840         (safe_referenced_var_iterator): Remove.
27841         (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
27842         * tree-flow-inline.h (gimple_nonlocal_all): Remove.
27843         (fill_referenced_var_vec): Remove.
27844         (first_readonly_imm_use): Remove redundant gcc_assert.
27845         (phi_arg_index_from_use): Combine gcc_asserts.
27846         (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
27847         (first_imm_use_stmt): Remove redundant gcc_assert.
27848         * tree-cfg.c (verify_gimple_call): Verify function and chain
27849         operands.  Verify arguments.
27850         (verify_types_in_gimple_stmt): Verify condition code and labels.
27851
27852 2010-01-07  Richard Guenther  <rguenther@suse.de>
27853
27854         PR tree-optimization/42641
27855         * sese.c (rename_map_elt_info): Use the SSA name version, do
27856         not hash pointers.
27857
27858 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
27859
27860         PR tree-optimization/42625
27861         * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
27862         TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
27863
27864 2010-01-07  Duncan Sands  <baldrick@free.fr>
27865
27866         * Makefile.in (PLUGIN_HEADERS): Add version.h.
27867
27868 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
27869
27870         PR target/42511
27871         * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
27872         note itself is not function_invariant_p.
27873
27874 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
27875
27876         * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
27877         Do not add the DF_NOTE problem.
27878         * store-motion.c (execute_rtl_store_motion): Likewise.
27879
27880 2010-01-07  Martin Jambor  <mjambor@suse.cz>
27881
27882         PR tree-optimization/42157
27883         * tree-sra.c (compare_access_positions): Stabilize sort if both
27884         accesses have integer types, return zero immediately if they are the
27885         same.
27886
27887 2010-01-06  Richard Henderson  <rth@redhat.com>
27888
27889         PR middle-end/41883
27890         * haifa-sched.c (add_to_note_list): Merge into ...
27891         (concat_note_lists): ... here, and ...
27892         (unlink_other_notes, rm_other_notes): Merge into...
27893         (remove_notes): ... here.  Create REG_SAVE_NOTEs for
27894         NOTE_INSN_EPILOGUE_BEG.
27895
27896 2010-01-06  Richard Guenther  <rguenther@suse.de>
27897
27898         * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
27899         not inline regular functions into always-inline functions.
27900
27901 2010-01-06  Nick Clifton  <nickc@redhat.com>
27902
27903         * config/rx/rx.h (enum rx_cpu_type): Add RX200.
27904         (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
27905         used together.
27906         (OVERRIDE_OPTIONS): Delete.
27907         (OPTIMIZATION_OPTIONS): Define.
27908         (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
27909         * config/rx/rx.c (rx_handle_option): Issue an error message if
27910         -mcpu=rx200 and -fpu are used together.
27911         (rx_set_optimization_options): New function.  Issue an error
27912         message if an optimization attribute attempts to reset the FPU/
27913         math optimization pairing.
27914         * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
27915         * config/rx/rx.opt: Set the default to 32-bit doubles.
27916         * config/rx/t-rx: Add multilibs for -nofpu option.
27917         * doc/invoke.texi: Update documentation of RX options.
27918
27919 2010-01-06  Richard Guenther  <rguenther@suse.de>
27920
27921         * tree-ssa-pre.c (name_to_id): New global.
27922         (alloc_expression_id): Simplify SSA name handling.
27923         (lookup_expression_id): Likewise.
27924         (init_pre): Zero name_to_id.
27925         (fini_pre): Free it.
27926
27927 2010-01-06  Uros Bizjak  <ubizjak@gmail.com>
27928
27929         * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
27930
27931 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
27932
27933         PR target/42542
27934         * config/i386/sse.md (smaxv2di3): New.
27935         (umaxv2di3): Likewise.
27936         (sminv2di3): Likewise.
27937         (uminv2di3): Likewise.
27938
27939 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
27940
27941         PR target/42564
27942         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
27943         * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
27944         (legitimize_tls_address): Likewise.
27945         (sparc_tls_referenced_p): Likewise.
27946         * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
27947         and adjust calls to legitimize_pic_address.
27948         (legitimate_constant_p) Use sparc_tls_referenced_p.
27949         (legitimate_pic_operand_p): Likewise.
27950         (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
27951         (sparc_tls_symbol_ref_1): Delete.
27952         (sparc_tls_referenced_p): Make static, recognize specific patterns.
27953         (legitimize_tls_address): Make static, handle CONST patterns.
27954         (legitimize_pic_address): Make static, remove unused parameter and
27955         adjust recursive calls.
27956         (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
27957         and adjust call to legitimize_pic_address.
27958         (sparc_output_mi_thunk): Likewise.
27959
27960 2010-01-05  Paolo Bonzini  <bonzini@gnu.rg>
27961             H.J. Lu  <hongjiu.lu@intel.com>
27962
27963         PR target/42542
27964         * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
27965         for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
27966         operands to make them signed.
27967
27968         Revert:
27969         2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
27970
27971         PR target/42542
27972         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
27973         GTU to GT for V4SI and V2DI.
27974
27975         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
27976         (umin<mode>3): Removed.
27977         (uminv8hi3): New.
27978         (uminv4si3): Likewise.
27979
27980 2010-01-05  Martin Jambor  <mjambor@suse.cz>
27981
27982         PR tree-optimization/42462
27983         * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
27984         current_function_decl to helper functions and macros.
27985
27986 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27987
27988         PR bootstrap/41771
27989         * flags.h: Don't include real.h.
27990         (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
27991         HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
27992         * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
27993         HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
27994         * dominance.c: Update copyright.
27995         * gimple.c (walk_gimple_op): Remove inline.
27996         * tree-ssa-reassoc.c: Include real.h.
27997         * Makefile.in (FLAGS_H): Remove $(REAL_H).
27998         (tree-ssa-reassoc.o): Depend on $(REAL_H).
27999
28000 2010-01-05  Nick Clifton  <nickc@redhat.com>
28001
28002         * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
28003         register to push into the stack frame when the accumulator has to
28004         be saved during interrupts.
28005
28006 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
28007
28008         * doc/invoke.texi: Remove the documentation about option
28009         -Wunreachable-code.
28010         * common.opt (Wunreachable-code):  Preserved for backward
28011         compatibility.
28012         * tree-cfg.c: Remove the implementation of -Wunreachable-code.
28013         * opts.c (common_handle_option): Add OPT_Wunreachable_code to
28014         the backward compatibility flag section.
28015
28016 2010-01-05  Richard Guenther  <rguenther@suse.de>
28017
28018         * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
28019
28020 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
28021
28022         PR other/42611
28023         * cfgexpand.c (expand_one_var): Diagnose too large variables.
28024
28025         PR tree-optimization/42508
28026         * tree-sra.c (convert_callers): Check for recursive call
28027         by comparing cgraph nodes instead of decls.
28028         (modify_function): Call ipa_modify_formal_parameters also
28029         on all same_body aliases.
28030
28031         * cgraphunit.c (cgraph_materialize_all_clones): Compare
28032         cgraph nodes when checking for same_body aliases.
28033
28034 2010-01-05  Richard Guenther  <rguenther@suse.de>
28035
28036         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
28037         allocation and lookup.
28038         (get_or_alloc_expr_for_constant): Likewise.
28039         (phi_translate): Sink allocation.
28040
28041 2010-01-04  Richard Guenther  <rguenther@suse.de>
28042
28043         * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
28044         a new entry only if needed.
28045         * tree-ssa-dom.c (lookup_avail_expr): Likewise.
28046         * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
28047         hashtable lookup.
28048         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
28049         the result array.
28050         (phi_translate): Handle CONSTANTs early.
28051
28052 2010-01-04  Martin Jambor  <mjambor@suse.cz>
28053
28054         PR tree-optimization/42398
28055         * tree-sra.c (struct access): Removed flag grp_different_types.
28056         (dump_access): Do not dump the removed flag.
28057         (sort_and_splice_var_accesses): Do not set the removed flag.
28058         (sra_modify_expr): Check for type compatibility directly.
28059
28060 2010-01-04  Martin Jambor  <mjambor@suse.cz>
28061
28062         PR tree-optimization/42366
28063         * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
28064         edges with variable number of parameters.
28065         * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
28066         flag instead of asserting it.
28067         (ipa_read_node_info): Read uses_analysis_done flag.
28068
28069 2010-01-04  Richard Guenther  <rguenther@suse.de>
28070
28071         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
28072         iterative_hash_* as intended.
28073         (vn_reference_compute_hash): Likewise.  Simplify hashing
28074         SSA names.
28075         (vn_reference_lookup_2): Likewise.
28076         (vn_nary_op_compute_hash): Likewise.
28077         (vn_phi_compute_hash): Likewise.
28078         (expressions_equal_p): Remove strange code.
28079         * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
28080         (pre_expr_hash): Likewise.  Simplify hashing SSA names.
28081         (bitmap_insert_into_set_1): Take value-id as parameter.
28082         (add_to_value): Pass it.
28083         (bitmap_insert_into_set): Likewise.
28084         (bitmap_value_insert_into_set): Likewise.  Remove redundant check.
28085
28086 2010-01-04  Jakub Jelinek  <jakub@redhat.com>
28087
28088         PR driver/42442
28089         * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
28090         (do_self_spec): For switches with SWITCH_IGNORE set set also
28091         SWITCH_IGNORE_PERMANENTLY.
28092         (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
28093         of SWITCH_IGNORE.
28094
28095 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
28096
28097         * lto-streamer-out.c (output_unreferenced_globals): Output the full
28098         tree of an unreferenced global var.
28099
28100 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
28101
28102         PR target/42542
28103         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
28104         GTU to GT for V4SI and V2DI.
28105
28106         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
28107         (umin<mode>3): Removed.
28108         (uminv8hi3): New.
28109         (uminv4si3): Likewise.
28110
28111 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
28112
28113         PR lto/42581
28114         * collect2.c (main): Turn on trace in collect2 if -v is passed
28115         to gcc with LTO.
28116
28117 2010-01-03  Jerry Quinn  <jlquinn@optonline.net>
28118
28119         * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
28120         description of expression operand.
28121
28122 2010-01-03  Andrew Jenner  <andrew@codesourcery.com>
28123
28124         * configure.ac: Add install-html to target_list for Make-hooks.
28125         * configure: Regenerate.
28126         * fortran/Make-lang.in (F95_HTMLFILES): New.
28127         (fortran.html): Use it.
28128         (fortran.install-html): New.
28129         * Makefile.in (install-html): Add lang.install-html.
28130         * java/Make-lang.in (JAVA_HTMLFILES): New.
28131         (java.html): Use it.
28132         (java.install-html): New.
28133         * objc/Make-lang.in (objc.install-html): New.
28134         * objcp/Make-lang.in (obj-c++.install-html): New.
28135         * cp/Make-lang.in (c++.install-html): New.
28136         * ada/gcc-interface/Make-lang.in (ada.install-html): New.
28137         * lto/Make-lang.in (lto.install-html): New.
28138
28139 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
28140
28141         PR lto/42520
28142         * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
28143
28144 2009-01-03  Steven Bosscher  <steven@gcc.gnu.org>
28145
28146         PR rtl-optimization/41862
28147         * store-motion.c (store_killed_in_insn, compute_store_table,
28148         remove_reachable_equiv_notes, replace_store_insn,
28149         build_store_vectors): Ignore all DEBUG_INSNs.
28150
28151 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
28152
28153         PR lto/41564
28154         * common.opt: Add dumpdir.
28155
28156         * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
28157         isn't specified.
28158         (option_map): Add --dumpdir.
28159
28160         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
28161
28162         * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
28163
28164         * opts.c (decode_options): Try dump_dir_name first if
28165         dump_base_name isn't an absolute path.
28166         (common_handle_option): Handle OPT_dumpdir.
28167
28168         * toplev.c (dump_dir_name): New.
28169         (print_switch_values): Also ignore -dumpdir.
28170
28171         * toplev.h (dump_dir_name): New.
28172
28173 2010-01-03  Richard Guenther  <rguenther@suse.de>
28174
28175         PR tree-optimization/42589
28176         * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
28177         double-word expansion of bswap32.
28178
28179 2010-01-03  Steven Bosscher  <steven@gcc.gnu.org>
28180
28181         * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
28182         with BLOCK_FOR_INSN.
28183         * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
28184         * ifcvt.c (noce_get_alt_condition, noce_try_abs,
28185         noce_process_if_block): Likewise.
28186         * gcse.c (compute_local_properties, insert_expr_in_table,
28187         insert_set_in_table, canon_list_insert, find_avail_set,
28188         pre_insert_copy_insn): Likewise.
28189
28190         * basic-block.h (BLOCK_NUM): Move from here...
28191         * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
28192
28193 2010-01-03  Richard Guenther  <rguenther@suse.de>
28194
28195         PR tree-optimization/42438
28196         * tree-ssa-pre.c (struct bb_bitmap_sets): Add
28197         contains_may_not_return_call flag.
28198         (BB_MAY_NOTRETURN): New.
28199         (valid_in_sets): Trapping nary operations are not valid
28200         in blocks that may not return.
28201         (insert_into_preds_of_block): Remove check for trapping expressions.
28202         (compute_avail): Compute also BB_MAY_NOTRETURN.
28203
28204 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
28205
28206         * doc/invoke.texi: Add 2010 to copyright years.
28207
28208 2010-01-03  Eric Botcazou  <ebotcazou@adacore.com>
28209
28210         * config/sparc/sparc.c: Fix formatting nits.
28211
28212 2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
28213             Alexander Monakov  <amonakov@ispras.ru>
28214
28215         * doc/invoke.texi (Optimize Options): Reword introduction a bit.
28216
28217 2010-01-02  Richard Guenther  <rguenther@suse.de>
28218
28219         PR middle-end/42577
28220         * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
28221         (simplify_switch_using_ranges): Mark to be removed edges
28222         as non-executable.
28223
28224 2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
28225
28226         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
28227
28228         * collect2.c (scan_libraries): Add missing argument in call to
28229         scan_prog_file.
28230
28231 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
28232
28233         PR target/42448
28234         * config/alpha/predicates.md (aligned_memory_operand): Return false
28235         for CQImode.
28236         (unaligned_memory_operand): Return true for CQImode.
28237         * config/alpha/alpha.c (get_aligned_mem): Assert that location
28238         doesn not cross aligned SImode word boundary.
28239
28240 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
28241
28242         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
28243         Remove.
28244         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
28245         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
28246
28247 2010-01-02  Richard Guenther  <rguenther@suse.de>
28248
28249         PR lto/41597
28250         * toplev.c (compile_file): Emit LTO marker properly.  Change
28251         it to __gnu_lto_v1.
28252         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
28253
28254 2010-01-01  Richard Guenther  <rguenther@suse.de>
28255
28256         PR debug/42455
28257         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
28258
28259 2010-01-01  Richard Guenther  <rguenther@suse.de>
28260
28261         PR c/42570
28262         * c-decl.c (grokdeclarator): For zero-size arrays force
28263         structural equality checks as layout_type does.
28264
28265 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
28266
28267         * builtins.c: Update copyright to 2010.
28268
28269 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
28270
28271         PR lto/42531
28272         * lto-streamer-out.c (produce_asm): Revert the last change.
28273         (copy_function): Likewise.
28274
28275         * lto-streamer.c (lto_get_section_name): Skip any leading
28276         asterisk in name.
28277
28278 2010-01-01  Richard Guenther  <rguenther@suse.de>
28279
28280         PR middle-end/42559
28281         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
28282         for LABEL_DECLs.
28283
28284 \f
28285 Copyright (C) 2010 Free Software Foundation, Inc.
28286
28287 Copying and distribution of this file, with or without modification,
28288 are permitted in any medium without royalty provided the copyright
28289 notice and this notice are preserved.