PR target/47112
[official-gcc.git] / gcc / ChangeLog
blobe346fc29fc0ef3dbf6e11bc0a2b79b7a3b11eb4c
1 2010-12-31  Paul Koning  <ni1d@arrl.net>
3         * config/pdp11/pdp11.h (PRINT_OPERAND): Delete.
4         * config/pdp11/pdp11.c (TARGET_PRINT_OPERAND,
5         TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define
6         (pdp11_asm_print_operand, pdp11_asm_print_operand_punct_valid_p):
7         New function.
8         * config/pdp11/pdp11.md (tablejump): Fix generated assembly.
10 2010-12-31  Joern Rennecke  <amylaar@spamcop.net>
12         PR target/47111
13         * config/rtems.h (NO_IMPLICIT_EXTERN_C): Undef before defining.
15         PR target/47112
16         * config/mips/r3900.h: Update Copyright years.
17         (MIPS_CPU_STRING_DEFAULT): Undef before defining.
18         (MULTILIB_DEFAULTS, MIPS_ABI_DEFAULT, SUBTARGET_CC1_SPEC): Likewise.
20 2010-12-30  Mingjie Xing  <mingjie.xing@gmail.com>
22         * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change
23         TARGET_LOONGSON_2EF to TARGET_LOONGSON_VECTORS.
24         * config/mips/mips.c (mips_shift_truncation_mask): Likewise.
26 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
28         * config/openbsd.opt: New.
29         * config.gcc (alpha*-*-openbsd*,
30         i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123],
31         i[34567]86-*-openbsd*, m68k*-*-openbsd*, mips*-*-openbsd*,
32         sparc64-*-openbsd*, vax-*-openbsd*): Use openbsd.opt.
34 2010-12-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
36         * config/pa/pa.md: Add ",*" condition to 64-bit add/subtract boolean
37         patterns.
39 2010-12-30  Eric Botcazou  <ebotcazou@adacore.com>
41         PR target/47038
42         * config/sparc/sparc.c (sparc_file_end): Call resolve_unique_section
43         on the GOT helper if USE_HIDDEN_LINKONCE.
45 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
47         PR c/46889
48         * c-decl.c (detect_field_duplicates): Ensure hash is used for
49         finding duplicates when first field is anonymous.
51 2010-12-30  Nathan Froyd  <froydnj@codesourcery.com>
53         PR target/44606
54         * reload1.c (choose_reload_regs): Don't look for equivalences for
55         output reloads of constant loads.
57 2010-12-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
59         * emit-rtl.c (set_mem_attributes_minus_bitpos): Explicitly derive
60         default values from MEM mode if no memory attributes are present.
61         Do not use mode alignment, even on STRICT_ALIGNMENT targets, when
62         called with an expression (not a type).
64 2010-12-30  H.J. Lu  <hongjiu.lu@intel.com>
66         * config/i386/i386.c (upper_128bits_state): Remove comments.
67         (block_info_def): Add unchanged.
68         (move_or_delete_vzeroupper_2): Short circuit if upper 128bits
69         are unchanged in the block.
71 2010-12-30  H.J. Lu  <hongjiu.lu@intel.com>
73         PR target/46519
74         * config/i386/i386.c (block_info_def): Remove referenced, count
75         and rescanned.
76         (move_or_delete_vzeroupper_2): Updated.
77         (move_or_delete_vzeroupper_1): Rewritten to avoid recursive call.
78         (rescan_move_or_delete_vzeroupper): Removed.
79         (move_or_delete_vzeroupper): Repeat processing all basic blocks
80         until no basic block state is changed to used at exit.
82 2010-12-30  Paul Koning  <ni1d@arrl.net>
84         * config/pdp11/pdp11.md (movmemhi, movmemhi1): Correct
85         constraints. 
86         * config/pdp11/pdp11.c (output_block_move): Rewrite.
88 2010-12-30  Jakub Jelinek  <jakub@redhat.com>
90         PR tree-optimization/47060
91         * tree-parloops.c (reduction_phi): Return NULL if PHI is NULL.
93 2010-12-29  Paul Koning  <ni1d@arrl.net>
95         * config/pdp11/pdp11-protos.h (pdp11_asm_output_var): Declare.
96         * config/pdp11/pdp11.c (pdp11_asm_output_var): New function.
97         * config/pdp11/pdp11.h (ASM_OUTPUT_ALIGNED_COMMON,
98         ASM_OUTPUT_ALIGNED_LOCAL): New macros.
99         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
101 2010-12-30  Joern Rennecke  <amylaar@spamcop.net>
103         PR target/47129
104         * config/ia64/ia64.c: Include "dwarf2out.h" .
106         PR target/47063
107         * config/alpha/vms.h (MALLOC_ALIGNMENT): Don't undef / define.
108         (MALLOC_ABI_ALIGNMENT): Undef / define.
110         PR target/47101
111         * vmsdbgout.c (vmsdbgout_init): Rename main_input_filename to filename.
112         (vmsdbgout_finish): Likewise.
114         PR target/47097
115         * config/i386/lynx.h (DBX_REGISTER_NUMBER): Add cast to avoid
116         mixing signed and unsigned types in conditional expression.
118 2010-12-29  Jakub Jelinek  <jakub@redhat.com>
120         PR tree-optimization/47074
121         * gimple-fold.c (gimplify_and_update_call_from_tree): Call
122         pop_gimplify_context if returning early.
124 2010-12-28  Sebastian Pop  <sebastian.pop@amd.com>
126         * Makefile.in (graphite.o): Depends on DIAGNOSTIC_CORE_H.
127         (graphite-clast-to-gimple.o): Same.
128         (graphite-poly.o): Same.
129         * graphite-clast-to-gimple.c: Include diagnostic-core.h.
130         * graphite-poly.c: Same.
131         * graphite.c: Same.
133 2010-12-28  Richard Guenther  <rguenther@suse.de>
135         PR debug/46931
136         * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): Update
137         SSA before removing dead stmts.
139 2010-12-28  H.J. Lu  <hongjiu.lu@intel.com>
140             Uros Bizjak  <ubizjak@gmail.com>
142         * config/i386/i386-builtin-types.def (PUSHORT): New.
143         (INT_FTYPE_PUSHORT): Likewise.
144         (INT_FTYPE_PUNSIGNED): Likewise.
145         (INT_FTYPE_PULONGLONG): Likewise.
146         Remove "DEF_FUNCTION_TYPE (UINT16)".
148         * config/i386/i386.c (ix86_builtins): Remove
149         IX86_BUILTIN_RDRAND16, IX86_BUILTIN_RDRAND32 and
150         IX86_BUILTIN_RDRAND64.  Add IX86_BUILTIN_RDRAND16_STEP,
151         IX86_BUILTIN_RDRAND32_STEP and IX86_BUILTIN_RDRAND64_STEP.
152         (bdesc_special_args): Remove IX86_BUILTIN_RDRAND16,
153         IX86_BUILTIN_RDRAND32 and IX86_BUILTIN_RDRAND64.
154         (ix86_init_mmx_sse_builtins): Handle IX86_BUILTIN_RDRAND16_STEP,
155         IX86_BUILTIN_RDRAND32_STEP and IX86_BUILTIN_RDRAND64_STEP.
156         (ix86_expand_builtin): Likewise.
157         (ix86_expand_special_args_builtin): Remove UINT16_FTYPE_VOID.
159         * config/i386/i386.md (UNSPEC_RDRAND): New.
160         (UNSPECV_RDRAND): Removed.
161         (rdrand<mode>): Likewise.
162         (rdrand<mode>_1): Also set FLAGS_REG.  Replace UNSPECV_RDRAND
163         with UNSPEC_RDRAND.
165         * config/i386/immintrin.h (_rdrand_u16): Removed.
166         (_rdrand_u32): Likewise.
167         (_rdrand_u64): Likewise.
168         (_rdrand16_step): New.
169         (_rdrand32_step): Likewise.
170         (_rdrand64_step): Likewise.
172         * doc/extend.texi (__builtin_ia32_rdrand16): Removed.
173         (__builtin_ia32_rdrand32): Likewise.
174         (__builtin_ia32_rdrand64): Likewise.
175         (__builtin_ia32_rdrand16_step): New.
176         (__builtin_ia32_rdrand32_step): Likewise.
177         (__builtin_ia32_rdrand64_step): Likewise.
179 2010-12-28  Sebastian Pop  <sebastian.pop@amd.com>
181         * Makefile.in (graphite.o): Add dependence on DIAGNOSTIC_H.
182         * graphite.c: Include diagnostic.h.
184 2010-12-28  Sebastian Pop  <sebastian.pop@amd.com>
186         * Makefile.in (TREE_VECTORIZER_H): Removed duplicate definition.
187         (tree-browser.o): Update dependences.
188         (omega.o): Same.
189         (tree-chrec.o): Same.
190         (tree-scalar-evolution.o): Same.
191         (tree-data-ref.o): Same.
192         (sese.o): Same.
193         (graphite.o): Same.
194         (graphite-blocking.o): Same.
195         (graphite-clast-to-gimple.o): Same.
196         (graphite-cloog-util.o): Same.
197         (graphite-dependences.o): Same.
198         (graphite-flattening.o): Same.
199         (graphite-interchange.o): Same.
200         (graphite-poly.o): Same.
201         (graphite-ppl.o): Same.
202         (graphite-scop-detection.o): Same.
203         (graphite-sese-to-poly.o): Same.
204         (tree-loop-linear.o): Same.
205         (tree-loop-distribution.o): Same.
206         (tree-parloops.o): Same.
207         (lambda-mat.o): Same.
208         (lambda-trans.o): Same.
209         (lambda-code.o): Same.
210         * tree-browser.o: Do not include unnecessary .h files.
211         * omega.o: Same.
212         * tree-chrec.o: Same.
213         * tree-scalar-evolution.o: Same.
214         * tree-data-ref.o: Same.
215         * sese.o: Same.
216         * graphite.o: Same.
217         * graphite-blocking.o: Same.
218         * graphite-clast-to-gimple.o: Same.
219         * graphite-cloog-util.o: Same.
220         * graphite-dependences.o: Same.
221         * graphite-flattening.o: Same.
222         * graphite-interchange.o: Same.
223         * graphite-poly.o: Same.
224         * graphite-ppl.o: Same.
225         * graphite-scop-detection.o: Same.
226         * graphite-sese-to-poly.o: Same.
227         * tree-loop-linear.o: Same.
228         * tree-loop-distribution.o: Same.
229         * tree-parloops.o: Same.
230         * lambda-mat.o: Same.
231         * lambda-trans.o: Same.
232         * lambda-code.o: Same.
233         * graphite.h: Removed.
235 2010-12-28  Paul Koning  <ni1d@arrl.net>
237         * config/pdp11/pdp11.md: Correct length attribute for float
238         literal case.
240 2010-12-28  Jie Zhang  <jie@codesourcery.com>
242         * builtins.c (SLOW_UNALIGNED_ACCESS): Remove.
244 2010-12-27  Joseph Myers  <joseph@codesourcery.com>
246         * config/freebsd.opt (assert=, defsym=, profile, pthread,
247         rpath-link=, rpath=, soname=): New Driver options.
249 2010-12-26  Martin Jambor  <mjambor@suse.cz>
251         * tree.c (get_binfo_at_offset): Use BINFO_TYPE instead of TREE_TYPE,
252         compare TYPE_MAIN_VARIANTs of types.
254 2010-12-26  Andreas Schwab  <schwab@linux-m68k.org>
256         * config/m68k/t-linux (M68K_MLIB_CPU): Only include 680x0 CPUs.
258 2010-12-24  Alexander Monakov  <amonakov@ispras.ru>
260         PR rtl-optimization/47036
261         * sel-sched-ir.c (fallthru_bb_of_jump): Remove special support for
262         unconditional jumps.
263         * sel-sched.c (moveup_expr): Ditto.
265 2010-12-23  Sebastian Pop  <sebastian.pop@amd.com>
266             Richard Guenther  <rguenther@suse.de>
268         PR tree-optimization/46758
269         * graphite-sese-to-poly.c (scan_tree_for_params_right_scev): Use
270         tree_int_to_gmp instead of int_cst_value.
271         (scan_tree_for_params_int): Same.
272         (scan_tree_for_params): Same.
273         (pdr_add_data_dimensions): Use ppl_set_inhomogeneous_tree.
275 2010-12-23  Sebastian Pop  <sebastian.pop@amd.com>
277         PR tree-optimization/47002
278         * tree-data-ref.c (compute_data_dependences_for_loop): Pass in a
279         pointer to the loop_nest.
280         (analyze_all_data_dependences): Initialize and free the loop_nest.
281         (free_dependence_relations): Do not free loop_nest.
282         (build_rdg): Pass in the loop_nest, datarefs, and dependence_relations.
283         (free_rdg): Also free the data on edges.
284         * tree-data-ref.h (build_rdg): Update declaration.
285         (compute_data_dependences_for_loop): Same.
286         * tree-if-conv.c (if_convertible_loop_p_1): Pass in the loop_nest.
287         (if_convertible_loop_p): Allocate and free loop_nest.
288         * tree-loop-distribution.c (rdg_flag_loop_exits): Free conds.
289         (free_rdg_components): VEC_free components.
290         (distribute_loop): Update call to build_rdg.  Allocate and free
291         loop_nest, datarefs, and dependence_relations.
292         * tree-loop-linear.c (linear_transform_loops): Allocate and free
293         loop_nest.
294         * tree-parloops.c (loop_parallel_p): Same.
295         * tree-predcom.c (tree_predictive_commoning_loop): Same.
296         * tree-vect-data-refs.c (vect_analyze_data_refs): Pass to
297         compute_data_dependences_for_loop a pointer to LOOP_VINFO_LOOP_NEST.
298         * tree-vect-loop.c (new_loop_vec_info): Initialize LOOP_VINFO_LOOP_NEST.
299         (destroy_loop_vec_info): Free LOOP_VINFO_MAY_ALIAS_DDRS and
300         LOOP_VINFO_LOOP_NEST.
301         * tree-vect-slp.c (destroy_bb_vec_info): Call free_data_refs and
302         free_dependence_relations.
303         * tree-vectorizer.h (struct _loop_vec_info): Add a field loop_nest.
304         (LOOP_VINFO_LOOP_NEST): New.
306 2010-12-23  Martin Jambor  <mjambor@suse.cz>
308         * ipa.c (cgraph_remove_unreachable_nodes): Update former_clone_of even
309         when not checking.
311 2010-12-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
313         * configure.ac (gcc_cv_ld_eh_frame_hdr): Only check GNU ld for
314         --eh-frame-hdr.  Check for working Sun ld version.
315         (HAVE_LD_EH_FRAME_HDR): Adapt comment.
316         (glibc_header_dir): Set only once.  Rename to ...
317         (target_header_dir): ... this.  Adapt users.
318         (gcc_cv_target_dl_iterate_frame_hdr): Check on *-*-solaris2*.
319         (TARGET_DL_ITERATE_PHDR): Define if present.
320         * configure: Regenerate.
321         * config.in: Likewise.
322         * config/t-sol2 (LIB2ADDEH, LIB2ADDEHDEP): Define.
323         * crtstuff.c (USE_PT_GNU_EH_FRAME): Define for recent Solaris 11
324         with linker support and dl_iterate_phdr.
325         * unwind-dw2-fde-glibc.c (USE_PT_GNU_EH_FRAME): Likewise.
326         (_Unwind_IteratePhdrCallback) [PT_SUNW_UNWIND]: Also accept
327         PT_SUNW_UNWIND .eh_frame_hdr sections.
328         [CRT_GET_RFIB_DATA && __i386__ && __sun__ && __svr4__]: Add
329         load_base to data->dbase.
330         [CRT_GET_RFIB_DATA && __x86_64__ && __sun__ && __svr4__]: Handle
331         64-bit Solaris 10+/x86.
332         * config/sol2-gld.h [TARGET_DL_ITERATE_PHDR && HAVE_LD_EH_FRAME_HDR]
333         (LINK_EH_SPEC): Define.
335 2010-12-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
337         * doc/extend.texi (Function Attributes, Volatiles): Fix typos.
338         * doc/install.texi (Prerequisites, Specific): Likewise.
339         * doc/invoke.texi (C Dialect Options, Debugging Options)
340         (Optimize Options, MicroBlaze Options)
341         (RS/6000 and PowerPC Options, RX Options, Code Gen Options): Likewise.
342         * doc/objc.texi (Method signatures)
343         (Fast enumeration protocol): Likewise.
344         * doc/tm.texi.in (Run-time Target, Register Arguments)
345         (Scheduling, Macros for Initialization, Misc): Likewise.
346         * doc/tm.texi: Renerate.
348 2010-12-23  Nicola Pero  <nicola.pero@meta-innovation.com>
350         * doc/objc.texi (Modern GNU Objective-C runtime API): Mention that
351         reference documentation for functions in the API is in the header
352         files.
353         (Messaging with the GNU Objective-C runtime, Dynamically
354         registering methods, Forwarding hook): New sections.
356 2010-12-22  Sebastian Pop  <sebastian.pop@amd.com>
358         PR tree-optimization/47019
359         * sese.h (scev_analyzable_p): Parameters of a SCoP are SCEV analyzable.
361 2010-12-22  Nathan Froyd  <froydnj@codesourcery.com>
363         * c-aux-info.c (gen_formal_list_for_type): Use prototype_p.
364         * c-decl.c (diagnose_arglist_conflict): Likewise.
365         (diagnose_mismatched_decls, merge_decls): Likewise.
366         (c_builtin_function, c_builtin_function_ext_scope): Likewise.
367         (start_decl, start_function): Likewise.
368         * c-tree.h (C_DECL_ISNT_PROTOTYPED): Likewise.
369         * config/ia64/ia64.h (INIT_CUMULATIVE_ARGS): Likewise.
370         * config/mep/mep.c (mep_validate_interrupt): Likewise.
371         * config/pa/pa.h (INIT_CUMULATIVE_ARGS): Likewise.
372         * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
373         * config/sh/sh.c (sh_init_cumulative_args): Likewise.
374         * config/sparc/sparc.c (init_cumulative_args): Likewise.
375         * dwarf2out.c (add_prototyped_attribute): Likewise.
376         (gen_subprogram_die): Likewise.
377         * ipa-type-escape.c (check_function_parameter_and_return_types):
378         Likewise.
379         (check_call): Likewise.
380         * tree-ssa.c (useless_type_conversion_p): Likewise.
382 2010-12-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
384         * config/spu/spu.md ("mov<mode>"): Use nonimmediate_operand
385         predicate for destination operand.
386         * config/spu/spu.c (spu_expand_mov): If move destination is an
387         invalid subreg, perform move in the subreg's inner mode instead.
389 2010-12-22  Martin Jambor  <mjambor@suse.cz>
391         PR tree-optimization/45934
392         PR tree-optimization/46302
393         PR tree-optimization/46987
394         * gimple-fold.c (get_base_binfo_for_type): Removed.
395         (gimple_get_relevant_ref_binfo): Likewise.
396         (gimple_fold_obj_type_ref_call): Dumb down to 4.5 functionality,
397         removed parameter inplace, updated the caller.
398         * gimple.h (gimple_get_relevant_ref_binfo): Remove declaration.
399         * ipa-cp.c (ipcp_propagate_types): Do not derive types from constants.
400         (ipcp_discover_new_direct_edges): Do not do devirtualization based on
401         constants.
402         * ipa-prop.c (compute_known_type_jump_func): Use
403         get_ref_base_and_extent and get_binfo_at_offset instead of
404         gimple_get_relevant_ref_binfo.
405         (compute_known_type_jump_func): Likewise.
406         (update_jump_functions_after_inlining): Do not derive types from
407         constants.
408         (try_make_edge_direct_virtual_call): Likewise.
409         * tree.c (get_binfo_at_offset): Get type from non-artificial fields.
411 2010-12-22  Joseph Myers  <joseph@codesourcery.com>
413         * config/svr4.h: Remove.
414         * system.h (USING_SVR4_H, SVR4_ASM_SPEC): Poison.
415         * config.gcc, config/bfin/bfin.h, config/cris/cris.h,
416         config/fr30/fr30.h, config/frv/frv.h, config/i386/openbsdelf.h,
417         config/i386/vx-common.h, config/ia64/elf.h, config/ia64/ia64.h,
418         config/ia64/sysv4.h, config/iq2000/iq2000.h, config/m68k/linux.h,
419         config/m68k/m68kelf.h, config/mips/mips.h, config/mips/vxworks.h,
420         config/moxie/moxie.h, config/netbsd-aout.h, config/openbsd.h,
421         config/rs6000/sysv4.h, config/sh/elf.h, config/sh/sh.h,
422         config/sol2.h, config/sparc/sysv4.h, config/stormy16/stormy16.h,
423         config/v850/v850.h, config/vxworks.h: Remove or update comments
424         referring to svr4.h.
426 2010-12-22  Andrey Belevantsev  <abel@ispras.ru>
428         PR rtl-optimization/45352
429         PR rtl-optimization/46521
430         PR rtl-optimization/46522
431         * sel-sched.c (reset_sched_cycles_in_current_ebb): Recheck the
432         DFA state on the last iteration of the advancing loop.
433         (sel_sched_region_1): Propagate the rescheduling bit to the next
434         block also for empty blocks.
436 2010-12-22  Alexandre Oliva  <aoliva@redhat.com>
438         PR debug/46724
439         * function.c (assign_parms_augmented_arg_list): Name and mark
440         DECL of result address as NAMELESS rather than IGNORED.
441         (assign_parms): Set DECL_VALUE_EXPR for indirect result.
442         * tree.h (tree_decl_common::decl_flag_2): Document RESULT_DECL.
443         (DECL_HAS_VALUE_EXPR_P): Accept RESULT_DECL.
444         * dwarf2out.c (loc_list_from_tree) <RESULT_DECL>: Use
445         DECL_VALUE_EXPR.
446         * dbxout.c (dbxout_expand_expr) <RESULT_DECL>: Likewise.
447         * var-tracking.c (vt_add_function_parameter): New, split out of...
448         (vt_add_function_parameters): ... this.  Handle incoming
449         pointer to hold result.
451 2010-12-22  Jie Zhang  <jie@codesourcery.com>
453         * config/arm/arm.c (output_move_double): Update the comment
454         above the function to reflect the current implementation.
456 2010-12-21  Steven Bosscher  <steven@gcc.gnu.org>
458         De-hookize profile infrastructure.
459         * value-prof.c (value_prof_hooks): Remove.
460         (struct value_prof_hooks): Remove.
461         (gimple_value_prof_hooks): Remove.
462         (gimple_register_value_prof_hooks): Remove.
463         (find_values_to_profile): Remove.
464         (value_profile_transformations): Remove.
465         (gimple_value_profile_transformations): No longer static.
466         (gimple_find_values_to_profile): Likewise.
467         * value-prof.h (gimple_register_value_prof_hooks): Remove prototype.
468         (find_values_to_profile): Likewise.
469         (value_profile_transformations): Likewise.
470         (tree_register_profile_hooks): Likewise.
471         (struct profile_hooks): Remove.
472         (tree_profile_hooks): Remove.
473         (gimple_find_values_to_profile): New protoype.
474         (gimple_value_profile_transformations): Likewise.
475         (gimple_init_edge_profiler): Likewise.
476         (gimple_gen_edge_profiler): Likewise.
477         (gimple_gen_interval_profiler): Likewise.
478         (gimple_gen_pow2_profiler): Likewise.
479         (gimple_gen_one_value_profiler): Likewise.
480         (gimple_gen_ic_profiler): Likewise.
481         (gimple_gen_ic_func_profiler): Likewise.
482         (gimple_gen_const_delta_profiler): Likewise.
483         (gimple_gen_average_profiler): Likewise.
484         (gimple_gen_ior_profiler): Likewise.
485         * profile.c (profile_hooks): Remove.
486         (instrument_edges): Call profiling functions directly instead
487         of through removed profile_hooks.
488         (instrument_values): Likewise.
489         (branch_prob): Call gimple_find_values_to_profile instead of
490         removed find_values_to_profile.
491         Call gimple_init_edge_profiler instead of removed hook.
492         (tree_register_profile_hooks): Remove.
493         * tree-profile.c (tree_init_ic_make_global_vars): Rename to
494         init_ic_make_global_vars.
495         (tree_init_edge_profiler): Rename to gimple_init_edge_profiler
496         and no longer static.
497         (tree_gen_edge_profiler, tree_gen_interval_profiler,
498         tree_gen_pow2_profiler, tree_gen_one_value_profiler,
499         tree_gen_ic_profiler, tree_gen_ic_func_profiler,
500         tree_gen_const_delta_profiler, tree_gen_average_profiler,
501         tree_gen_ior_profiler): Similarly renamed and no longer static.
502         (tree_profiling): Do not initialize tree profiling hooks.
503         (tree_profile_hooks): Remove.
505 2010-12-21  Jakub Jelinek  <jakub@redhat.com>
507         PR target/46880
508         * config/i386/sse.md (sse2_loadlpd, sse2_movsd): Fix shufpd source
509         operand.
511 2010-12-21  Ira Rosen  <irar@il.ibm.com>
513         PR tree-optimization/47001
514         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
515         the loads in reduction are different and there are no gaps between
516         them.
518 2010-12-21  Steven Bosscher  <steven@gcc.gnu.org>
520         PR middle-end/45310
521         * tree-ssa-phiprop.c (propagate_with_phi): Remove statement
522         completely from the function, including EH traces.
524 2010-12-21  Steven Bosscher  <steven@gcc.gnu.org>
526         PR rtl-optimization/46755
527         * ira.c (ira): If some dead edges were removed, find and delete
528         any blocks that might have become unreachable.
530 2010-12-21  Jakub Jelinek  <jakub@redhat.com>
532         PR rtl-optimization/47008
533         * postreload.c (reload_combine_note_store): Also handle
534         PRE_MODIFY and POST_MODIFY.
536 2010-12-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
538         * config/arm/arm.c (require_pic_register): Set INSN_LOCATOR for all
539         instructions injected into the prologue to prologue_locator.
541 2010-12-21  Jan Hubicka   <jh@suse.cz>
543         PR middle-end/47000
544         * tree-inline.c (estimate_operator_cost): Handle VIEW_CONVERT_EXPR.
546 2010-12-21  Jie Zhang  <jie@codesourcery.com>
548         * config/arm/arm-ldmstm.ml: Fix a typo in comment.
550 2010-12-21  Jakub Jelinek  <jakub@redhat.com>
552         PR middle-end/45852
553         * expr.c (store_expr): Ignore alt_rtl if equal to target,
554         but has side-effects.
556 2010-12-21  Anatoly Sokolov  <aesok@post.ru>
558         * config/sh/sh.h (PREFERRED_RELOAD_CLASS): Remove.
559         * config/sh/sh-protos.h (secondary_reload_info, sh_secondary_reload):
560         Remove forward declaration.
561         * config/sh/sh.c (sh_preferred_reload_class): New function.
562         (sh_secondary_reload): Make static.
563         (TARGET_PREFERRED_RELOAD_CLASS): Define.
565 2010-12-20  Joseph Myers  <joseph@codesourcery.com>
567         * config/alpha/linux.h (OPTION_GLIBC): Define differently if
568         SINGLE_LIBC.
569         * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC):
570         Define differently if SINGLE_LIBC.
571         * config/rs6000/linux.h (OPTION_GLIBC): Define differently if
572         SINGLE_LIBC.
573         * config/rs6000/linux64.h (OPTION_GLIBC): Define differently if
574         SINGLE_LIBC.
575         * config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu |
576         *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu): Define
577         SINGLE_LIBC instead of OPTION_GLIBC.
578         (*-*-uclinux*): Define DEFAULT_LIBC and SINGLE_LIBC.
579         (bfin*-uclinux*, moxie-*-uclinux*, m68k-*-uclinux*): Don't define
580         DEFAULT_LIBC or use linux.opt.
582 2010-12-20  Richard Henderson  <rth@redhat.com>
584         * config/mn10300/mn10300.c (mn10300_legitimize_pic_address): Generate
585         UNSPEC patterns by hand, with the proper mode; use gen_const_mem.
586         * config/mn10300/mn10300.md (call, call_value): Generate UNSPEC_PLT
587         by hand, with the proper mode.
588         (symGOT2reg, symGOT2reg_i, symGOTOFF2reg): Remove.
589         (symGOTOFF2reg_i, sym2PIC, sym2PLT): Remove.
591 2010-12-20  Sanjin Liu  <scliu@faraday-tech.com>
592             Mingfeng Wu  <mingfeng@faraday-tech.com>
594         * config/arm/arm-cores.def: Add Faraday CPU support -
595         fa526/fa626/fa606te/fa626te/fmp626/fa726te.
596         * config/arm/arm-tune.md: Regenerate.
597         * config/arm/arm.c (arm_fa726te_tune): New tune_params for fa726te
598         (fa726te_sched_adjust_cost): New cost function for fa726te.
599         (arm_issue_rate): Add fa726te.
600         * config/arm/arm.md (generic_sched): Add Faraday cores to generic_sched
601         and include machine description files.
602         * config/arm/bpabi.h (TARGET_FIX_V4BX_SPEC): Add fa526 and fa626.
603         * config/arm/t-arm (MD_INCLUDES): Include machine description files for
604         Faraday cores.
605         * config/arm/t-arm-elf: Add multilib option for Faraday cores.
606         * config/arm/t-linux-eabi: Add multilib option for Faraday cores except
607         fa526 and fa626.
608         * doc/invoke.texi: Document -mcpu for Faraday cores.
609         * config/arm/fa526.md: New file.
610         * config/arm/fa606te.md: New file.
611         * config/arm/fa626te.md: New file.
612         * config/arm/fmp626.md: New file.
613         * config/arm/fa726te.md: New file.
615 2010-12-20  Yvan Roux  <yvan.roux@st.com>
617         * config/arm/lib1funcs.asm (ARM_DIV_BODY case __OPTIMIZE_SIZE__): Fix
618         condition on IT instruction for early termination.
620 2010-12-20  Joseph Myers  <joseph@codesourcery.com>
622         * config/rs6000/freebsd.h (SVR4_ASM_SPEC): Don't define.
623         (DBX_REGISTER_NUMBER): Define.
624         * config/rs6000/lynx.h (DBX_REGISTER_NUMBER): Define.
625         * config/rs6000/netbsd.h (DBX_REGISTER_NUMBER): Define.
626         * config/rs6000/sysv4.h (SIZE_TYPE): Define.
627         (ASM_SPEC): Define without using SVR4_ASM_SPEC.
628         (DBX_REGISTER_NUMBER): Undefine.
629         * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
630         powerpc-*-eabisim*, powerpc-*-elf*, powerpc-*-eabialtivec*,
631         powerpc-xilinx-eabi*, powerpc-*-eabi*, powerpc-*-rtems*,
632         powerpc-*-linux* | powerpc64-*-linux*, powerpc64-*-gnu*,
633         powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
634         powerpc-wrs-vxworks|powerpc-wrs-vxworksae, powerpcle-*-elf*,
635         powerpcle-*-eabisim*, powerpcle-*-eabi*): Don't use svr4.h.
637 2010-12-20  Iain Sandoe  <iains@gcc.gnu.org>
638             Jan Hubicka  <jh@suse.cz>
640         PR middle-end/46916
641         * opts.c (finish_options): Enable -freorder-functions
642         when -freorder-blocks-and-partition is active.
644 2010-12-20  Iain Sandoe  <iains@gcc.gnu.org>
646         PR c++/46904
647         PR middle-end/46916
648         PR target/46950
649         * config/darwin.c (generating_for_darwin_version): New var.
650         (darwin_text_section): Remove.
651         (darwin_rodata_section): Do not check function section here.
652         (darwin_emit_unwind_label): Do not emit for Darwin >= 9.
653         Emit distinct labels for successive calls for the same decl.
654         (darwin_override_options): Set generating_for_darwin_version.
655         Add FIXME and disable -freorder-blocks-and-partition.
656         Suppress automatic asynchronous unwind tables for m32.
657         Switch off -freorder-blocks-and-partition when unwind tables
658         will be generated.  Update to use generating_for_darwin_version.
659         (darwin_function_section): Check for cases that need to be placed
660         in coalesced sections.
661         * config/darwin-sections.def: Define hot, cold, startup and
662         exit sections for both coalesced and regular code.
663         * config/darwin.h (USE_SELECT_SECTION_FOR_FUNCTIONS): Delete.
664         * config/darwin10.h (TARGET_ASM_EMIT_UNWIND_LABEL): Delete.
666 2010-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
668         * doc/cppopts.texi: Use @var when appropriate.
669         * doc/extend.texi (Structure-Packing Pragmas): Likewise.
670         * doc/gimple.texi (Logical Operators)
671         (Adding a new GIMPLE statement code): Likewise.
672         * doc/invoke.texi (Target Options, Precompiled Headers): Likewise.
673         * doc/plugins.texi (Plugins): Likewise.
675         * doc/install.texi (Configuration, Building, Testing, Specific):
676         Remove leading whitespace from examples.
678 2010-12-19  Andi Kleen  <ak@linux.intel.com>
680         PR lto/46905
681         * collect2.c (main): Handle -fno-lto.
682         * opts.c (common_handle_option): Handle -fno-lto.
684 2010-12-19  Eric Botcazou  <ebotcazou@adacore.com>
686         PR target/46729
687         * config/sparc/sparc.h (GLOBAL_OFFSET_TABLE_REGNUM): New macro.
688         (PIC_OFFSET_TABLE_REGNUM): Rewrite in terms of above macro.
689         * config/sparc/sparc.c (pic_helper_needed): Delete.
690         (global_offset_table): Likewise.
691         (pic_helper_symbol): Rename to...
692         (got_helper_rtx): ...this.
693         (global_offset_table_rtx): New global variable.
694         (sparc_got_symbol): Likewise.
695         (sparc_got): New static function.
696         (check_pic): Use local variable and call sparc_got.
697         (sparc_tls_symbol): Initialize to NULL_RTX.
698         (sparc_tls_got): In non-PIC mode, reload the GOT register for Sun TLS
699         and 32-bit ABI and copy the GOT symbol to a new register otherwise.
700         (get_pc_thunk_name): Rename local variable.
701         (gen_load_pcrel_sym): New wrapper around load_pcrel_sym{si,di}.
702         (load_pic_register): Rename to...
703         (load_got_register): ...this.  Adjust and call gen_load_pcrel_sym.
704         (sparc_expand_prologue): Do not test flag_pic.
705         (sparc_output_mi_thunk): Use pic_offset_table_rtx directly.
706         (sparc_file_end): Test got_helper_rtx instead of pic_helper_needed.
707         Rename local variable and do not call get_pc_thunk_name again.
708         * config/sparc/sparc.md (load_pcrel_sym): Add operand #3.
710 2010-12-19  Dave Korn  <dave.korn.cygwin@gmail.com>
712         PR middle-end/46674
713         PR middle-end/46221
714         * varasm.c (symbol_alias_set_t): New typedef for derived pointer_set
715         wrapper class.
716         (symbol_alias_set_create): New wrapper function.
717         (symbol_alias_set_destroy): Likewise.
718         (symbol_alias_set_contains): Likewise.
719         (symbol_alias_set_insert): Likewise.
720         (compute_visible_aliases): Use the above and return symbol_alias_set_t,
721         not a pointer_set.
722         (remove_unreachable_alias_pairs): Adjust likewise to match.
723         (finish_aliases_1): Likewise.
725 2010-12-19  Chung-Lin Tang  <cltang@codesourcery.com>
727         * config/arm/arm.c (arm_legitimate_index_p): Add VFP load/store
728         index range case. Change to SF/DFmode tests to avoid capturing HFmode.
729         (thumb2_legitimate_index_p): Same.
731 2010-12-18  Jakub Jelinek  <jakub@redhat.com>
733         PR tree-optimization/46969
734         * tree-parloops.c (struct reduction_info): Add reduc_version.
735         (reduction_info_hash): Return reduc_version field.
736         (reduction_phi): Set reduc_version to gimple_uid (phi).
737         (build_new_reduction): Set reduc_version to SSA_NAME_VERSION of
738         phi result.
739         (set_reduc_phi_uids): New function.
740         (gather_scalar_reductions): Call it at the end through htab_traverse.
742 2010-12-18  Nicola Pero  <nicola.pero@meta-innovation.com>
744         * c-parser.c (c_parser_objc_try_catch_finally_statement): Call
745         objc_maybe_warn_exceptions.
746         (c_parser_objc_synchronized_statement): Call
747         objc_maybe_warn_exceptions.
749 2010-12-18  Jakub Jelinek  <jakub@redhat.com>
751         PR tree-optimization/46985
752         * tree-scalar-evolution.c (instantiate_scev_r): If chrec is NULL,
753         return it immediately.
755 2010-12-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
757         PR target/46915
758         * config/pa/pa.c (branch_to_delay_slot_p): Use next_active_insn instead
759         of next_real_insn.  Search forward checking for both ASM_INPUT and
760         ASM_OPERANDS asms until exit condition is found.
761         (branch_needs_nop_p): Likewise.
762         (use_skip_p): New function.
763         (output_cbranch): Use use_skip_p.
764         (output_bb, output_bvb): Likewise.
766 2010-12-18  Kai Tietz  <kai.tietz@onevision.com>
768         PR target/36834
769         * config/i386/i386.c (ix86_keep_aggregate_return_pointer):
770         New local function.
771         (ix86_return_pops_args): Use ix86_keep_aggregate_return_pointer
772         function instead of KEEP_AGGREGATE_RETURN_POINTER.
773         (ix86_handle_callee_pop_aggregate_return): New handler.
774         (ix86_attribute_table): Add new attribute
775         callee_pop_aggregate_return.
776         * doc/extend.texi (callee_pop_aggregate_return): Add
777         attribute documentation.
779 2010-12-18  Iain Sandoe  <iains@gcc.gnu.org>
781         * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS):
782         Only set sjlj exceptions for NeXT/m32.
784 2010-12-18  Iain Sandoe  <iains@gcc.gnu.org>
786         * config/darwin.h (GCC_DRIVER_HOST_INITIALIZATION):
787         Only expose when not building for target.
789 2010-12-17  Joseph Myers  <joseph@codesourcery.com>
791         * config/netbsd.opt, config/netbsd-elf.opt: New files.
792         * config.gcc (alpha*-*-netbsd*, arm*-*-netbsdelf*, arm*-*-netbsd*,
793         i[34567]86-*-netbsdelf*, i[34567]86-*-netbsd*, x86_64-*-netbsd*,
794         m68k*-*-netbsdelf*, mips*-*-netbsd*, powerpc-*-netbsd*,
795         sh*-*-netbsd*, sparc-*-netbsdelf*, sparc64-*-netbsd*,
796         vax-*-netbsdelf*, vax-*-netbsd*): Use these .opt files.
798 2010-12-17  Richard Henderson  <rth@redhat.com>
800         * regcprop.c (find_oldest_value_reg): Continue search instead of
801         failing if an element in the copy chain is of the wrong regclass.
803 2010-12-17  Paolo Bonzini  <bonzini@gnu.org>
805         PR c/20385
806         * function.c (used_types_insert): Handle ERROR_MARK.
807         * c-decl.c (grokdeclarator): Handle ERROR_MARK.
808         (declspecs_add_type): Leave error_mark_node in specs->type.
809         (finish_declspecs): Change it to integer_type_node here.
810         * c-parser.c (c_parser_peek_2nd_token): Move earlier.
811         (enum c_lookahead_kind): New.
812         (c_parser_next_token_starts_typename): New name of
813         c_parser_next_tokens_start_typename.  Accept lookahead enum
814         and handle it here instead of...
815         (c_parser_next_tokens_start_declaration): ... here.  Call it.
816         (c_parser_declspecs): Accept another argument.  Do not exit
817         on C_ID_ID if it is guessed to be an unknown typename.
818         (c_parser_parms_declarator): Use 2nd token to distinguish a K&R
819         declaration from an ANSI declaration starting with an unknown
820         typename.
821         (c_parser_struct_declaration, c_parser_objc_type_name,
822         c_parser_typeof_specifier, c_parser_declarator,
823         c_parser_direct_declarator_inner): Adjust calls.
824         (c_parser_parameter_declaration): Likewise.
825         (c_parser_type_name): Pass back an error_mark_node to the caller.
826         (c_parser_postfix_expression): Do error recovery when
827         c_parser_type_name returns NULL.
829 2010-12-17  Joseph Myers  <joseph@codesourcery.com>
831         * config/i386/netware.h (ASM_SPEC, SIZE_TYPE, PTRDIFF_TYPE): Define.
832         * config/i386/nto.h (LIB_SPEC, ASM_SPEC): Define.
833         (DBX_REGISTER_NUMBER): Undefine.
834         * config/i386/sol2.h (SIZE_TYPE, PTRDIFF_TYPE): Define.
835         * config/i386/vxworksae.h (ASM_SPEC, SIZE_TYPE, PTRDIFF_TYPE):
836         Define.
837         * config.gcc (i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu |
838         i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* |
839         i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux* |
840         x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu,
841         i[3456x]86-*-netware*, i[34567]86-*-nto-qnx*,
842         i[34567]86-*-solaris2*,
843         i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae): Don't use svr4.h.
845 2010-12-17  H.J. Lu  <hongjiu.lu@intel.com>
847         * config/i386/i386.c (move_or_delete_vzeroupper_2): Replace
848         "BB [%i]" with "[bb %i]" in dump.
849         (move_or_delete_vzeroupper_1): Likewise.
850         (rescan_move_or_delete_vzeroupper): Likewise.  Always dump
851         upper 128bit state at exit.
853 2010-12-17  Joseph Myers  <joseph@codesourcery.com>
855         * config/interix.opt: New.
856         * config/interix.h (LINK_SPEC): Don't handle -soname*.
857         * config.gcc (i[34567]86-*-interix3*): Use interix.opt.
859 2010-12-17  Andrew Stubbs  <ams@codesourcery.com>
861         * config/arm/arm.md (maddhisi4, *maddhidi4): Use the canonical
862         operand order for plus.
863         Drop redundant % from constraints.
865 2010-12-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
867         * config/spu/t-spu-elf (LIB2FUNCS_EXCLUDE): Add _floattisf and
868         _floatunstisf.
869         * config/spu/spu.md ("floattisf2"): New expander.
870         ("floatunstisf2"): New insn pattern and splitter.
871         ("cgt_ti_m1"): New insn pattern.
873 2010-12-17  Bernd Schmidt  <bernds@codesourcery.com>
875         * config/arm/arm.c (arm_select_cc_mode): Before calling
876         arm_select_dominance_cc_mode for AND or IOR operations, ensure
877         that op is NE or EQ.
879 2010-12-17  Alexander Monakov  <amonakov@ispras.ru>
881         PR middle-end/46761
882         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Prefer
883         to use unadjusted UB.
885 2010-12-17  Dodji Seketeli  <dodji@redhat.com>
887         * dwarf2out.c (gen_type_die_with_usage): Do not try to emit debug
888         info for a redundant typedef that has DECL_ORIGINAL_TYPE set. Use
889         that underlying type instead.
891 2010-12-16  Jan Hubicka  <jh@suse.cz>
893         PR middle-end/44563
894         * ipa-inline.c: Update doplevel comment.
895         (cgraph_estimate_size_after_inlining): Remove times attribute.
896         (cgraph_mark_inline_edge): Update.
897         (cgraph_mark_inline): Remove.
898         (cgraph_estimate_growth): Update.
899         (cgraph_check_inline_limits): Remove one only argument.
900         (cgraph_edge_badness): Update.
901         (cgraph_decide_recursive_inlining): Update.
902         (cgraph_decide_inlining_of_small_function): Fix handling of
903         tree_can_inline_p  and call_stmt_cannot_inline_p.
904         (cgraph_flatten): Likewise.
905         (cgraph_decide_inlining): Update.
906         (cgraph_decide_inlining_incrementally): Fix handling of
907         call_stmt_cannot_inline_p.
909 2010-12-16  Joseph Myers  <joseph@codesourcery.com>
911         * config/darwin.opt (dylinker, headerpad_max_install_names,
912         keep_private_externs, nofixprebinding, nomultidefs, noprebind,
913         noseglinkedit, object, prebind, prebind_all_twolevel_modules,
914         preload, private_bundle, pthread, seglinkedit, twolevel_namespace,
915         twolevel_namespace_hints, whatsloaded, whyload, y, Mach, X): New
916         Driver options.
917         * config/darwin.h (LINK_SPEC): Remove '*' after
918         headerpad_max_install_names.
920 2010-12-16  Sebastian Pop  <sebastian.pop@amd.com>
922         PR tree-optimization/46924
923         * graphite-sese-to-poly.c (detect_commutative_reduction): Do not
924         detect reductions outside the current SESE region.
925         * sese.h (stmt_in_sese_p): New.
926         (defined_in_sese_p): Call stmt_in_sese_p.
928 2010-12-16  Jakub Jelinek  <jakub@redhat.com>
930         PR tree-optimization/46966
931         * graphite-sese-to-poly.c (build_scop_drs): Call free_gimple_bb for
932         for bbs that are removed from SCOP_BBS vector.
934 2010-12-16  Eric Botcazou  <ebotcazou@adacore.com>
936         * tree-ssa-sccvn.c (vn_reference_lookup_3): Always punt if the call to
937         get_ref_base_and_extent returns -1 as the max size.
939 2010-12-16  Konrad Eisele  <konrad@gaisler.com>
940             Eric Botcazou  <ebotcazou@adacore.com>
942         Support for LEON processor
943         * config.gcc (sparc-*-elf*): Deal with sparc-leon specifically.
944         (sparc-*-linux*): Likewise.
945         (sparc-*-rtems*): Remove Solaris left-overs.
946         (sparc*-*-*): Remove obsolete sparc86x setting.
947         (sparc-leon*): Default to --with-cpu=v8 and --with-tune=leon.
948         * doc/invoke.texi (SPARC Options): Document -mcpu/-mtune=leon.
949         * config/sparc/sparc.h (TARGET_CPU_leon): Define.
950         (TARGET_CPU_sparc86x): Delete.
951         (TARGET_CPU_cypress): Define as alias to TARGET_CPU_v7.
952         (TARGET_CPU_f930): Define as alias to TARGET_CPU_sparclite.
953         (TARGET_CPU_f934): Likewise.
954         (TARGET_CPU_tsc701): Define as alias to TARGET_CPU_sparclet.
955         (CPP_CPU_SPEC): Add entry for -mcpu=leon.
956         (enum processor_type): Add PROCESSOR_LEON.  Reorganize.
957         * config/sparc/sparc.c (leon_costs): New cost array.
958         (sparc_option_override): Add entry for TARGET_CPU_leon and -mcpu=leon.
959         Initialize cost array to leon_costs if -mtune=leon.
960         * config/sparc/sparc.md (cpu attribute): Add leon.  Reorganize.
961         Include leon.md scheduling description.
962         * config/sparc/leon.md: New file.
963         * config/sparc/t-elf: Do not assemble Solaris startup files.
964         * config/sparc/t-leon: New file.
965         * config/sparc/t-leon3: Likewise.
967 2010-12-16  Jakub Jelinek  <jakub@redhat.com>
969         PR tree-optimization/43655
970         * tree-ssa-ter.c (is_replaceable_p): Don't use
971         gimple_references_memory_p for -O0, instead check for load
972         by looking at rhs.
974 2010-12-16  Sebastian Pop  <sebastian.pop@amd.com>
976         PR tree-optimization/46404
977         * graphite-clast-to-gimple.c (gloog): Call scev_reset.
979 2010-12-16  Anatoly Sokolov  <aesok@post.ru>
981         * config/sh/sh.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
982         * config/sh/sh.c (sh_asm_output_addr_const_extra): New function.
983         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
985 2010-12-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
987         * config/spu/t-spu-elf (LIB2_SIDITI_CONV_FUNC): Define.
988         * config/spu/spu.h (MIN_UNITS_PER_WORD): Do not define.
989         (LIBGCC2_UNITS_PER_WORD): Define if not already defined.
991 2010-12-16  Jakub Jelinek  <jakub@redhat.com>
993         PR debug/46893
994         * cfgexpand.c (expand_debug_expr): If GET_MODE (op0) is VOIDmode,
995         use TYPE_MODE (TREE_TYPE (tem)) instead of mode1.
997 2010-12-16  Chung-Lin Tang  <cltang@codesourcery.com>
999         PR target/46883
1000         * config/arm/arm.md
1001         (zero_extendhisi2 for register input splitter): Change
1002         "register_operand" to "s_register_operand".
1003         (zero_extendqisi2 for register input splitter): Same.
1005 2010-12-16  Jan Hubicka  <jh@suse.cz>
1007         PR middle-end/46939
1008         * predic.c (predict_paths_leading_to_edge): New function.
1009         (apply_return_prediction): Use it.
1010         (predict_paths_for_bb): Do not special case abnormals.
1012 2010-12-16  Joseph Myers  <joseph@codesourcery.com>
1014         * config.gcc (powerpc-*-lynxos*): Don't add lynx.opt to
1015         extra_options twice.
1017 2010-12-15  Joseph Myers  <joseph@codesourcery.com>
1019         * doc/tm.texi.in (US_SOFTWARE_GOFAST): Don't document.
1020         * doc/tm.texi: Regenerate.
1021         * system.h (US_SOFTWARE_GOFAST): Poison.
1022         * config.gcc (enable_gofast): Don't handle.
1023         * config/gofast.h: Remove.
1024         * config/mips/t-gofast: Remove.
1025         * config/fp-bit.c (US_SOFTWARE_GOFAST): Don't handle.
1026         * config/fp-bit.h (US_SOFTWARE_GOFAST): Don't handle.
1027         * config/mips/elforion.h: Don't mention GOFAST in comment.
1028         * config/mips/mips.c: Don't include gofast.h.
1029         (mips_init_libfuncs): Don't call gofast_maybe_init_libfuncs.
1030         * config/mips/t-sr71k (dp-bit.c, fp-bit.c): Don't define
1031         US_SOFTWARE_GOFAST.
1032         * config/sparc/sparc.c: Don't include gofast.h.
1033         (sparc_init_libfuncs): Don't call gofast_maybe_init_libfuncs.
1034         * config/spu/t-spu-elf (dp-bit.c, fp-bit.c): Don't undefine
1035         US_SOFTWARE_GOFAST.
1037 2010-12-14  Jan Hubicka  <jh@suse.cz>
1039         * config/darwin.opt (dylinker, headerpad_max_install_names,
1040         keep_private_externs, nofixprebinding, nomultidefs, noprebind,
1041         noseglinkedit, object, prebind, prebind_all_twolevel_modules,
1042         preload, private_bundle, pthread, seglinkedit, twolevel_namespace,
1043         twolevel_namespace_hints, whatsloaded, whyload, y, Mach, X): New
1044         Driver options.
1045         * config/darwin.h (LINK_SPEC): Remove '*' after
1046         headerpad_max_install_names.
1048 2010-12-14  Jan Hubicka  <jh@suse.cz>
1050         * tree.c (get_file_function_name): Avoid using random seed on
1051         GLOBAL_sub_I and GLOBAL_sub_D.
1053 2010-12-15  Martin Jambor  <mjambor@suse.cz>
1055         PR tree-optimization/46053
1056         PR middle-end/46287
1057         PR middle-end/46242
1058         * cgraph.h (cgraph_indirect_call_info): New field thunk_delta.
1059         * gimple.h (gimple_fold_obj_type_ref): Declaration removed.
1060         (gimple_fold_call): Declare.
1061         (gimple_adjust_this_by_delta): Likewise.
1062         * cgraph.c (cgraph_make_edge_direct): New parameter delta.  Updated
1063         all users.
1064         (cgraph_clone_edge): Create a copy of indirect_info also for direct
1065         edges.
1066         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Adjust this
1067         parameters.
1068         * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Renamed to
1069         gimple_get_virt_mehtod_for_binfo, new parameter delta.  Do not search
1070         through thunks, in fact bail out if we encounter one, check that
1071         BINFO_VIRTUALS is not NULL.
1072         (gimple_adjust_this_by_delta): New function.
1073         (gimple_fold_obj_type_ref): Removed.
1074         (gimple_fold_obj_type_ref_call): New function.
1075         (fold_gimple_call): Renamed to gimple_fold_call, made external.
1076         Updated users.  Call gimple_fold_obj_type_ref_call instead of
1077         gimple_fold_obj_type_ref.
1078         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Process
1079         thunk deltas.
1080         (ipcp_discover_new_direct_edges): Likewise.
1081         * ipa-prop.c (ipa_make_edge_direct_to_target): New parameter delta.
1082         Updated callers.
1083         (ipa_write_indirect_edge_info): Stream thunk_delta.
1084         (ipa_read_indirect_edge_info): Likewise.
1085         * tree-ssa-ccp.c (ccp_fold_stmt): Use gimple_fold_call instead of
1086         gimple_fold_obj_type_ref.
1088 2010-12-15  Alexander Monakov  <amonakov@ispras.ru>
1090         PR rtl-optimization/46649
1091         * sel-sched-ir.c (purge_empty_blocks): Unconditionally skip the first
1092         basic block in the region.
1094 2010-12-15  Joseph Myers  <joseph@codesourcery.com>
1096         * config/stormy16/stormy16.h (LINK_SPEC, WCHAR_TYPE): Define.
1097         * config.gcc (xstormy16-*-elf): Don't use svr4.h.
1099 2010-12-15  Joseph Myers  <joseph@codesourcery.com>
1101         * config/rx/rx.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
1102         * config.gcc (rx-*-elf*): Don't use svr4.h.
1104 2010-12-14  Sebastian Pop  <sebastian.pop@amd.com>
1106         PR tree-optimization/46845
1107         * sese.c (scalar_evolution_in_region): Handle scop parameters
1108         before scev analysis.
1110 2010-12-14  Sebastian Pop  <sebastian.pop@amd.com>
1112         PR tree-optimization/46928
1113         * tree-data-ref.c (analyze_overlapping_iterations): Handle A[p] == A[p]
1114         in data dependence analysis with p a parameter of the loop.
1116 2010-12-14  Sebastian Pop  <sebastian.pop@amd.com>
1118         PR tree-optimization/45948
1119         * tree-loop-distribution.c (ssa_name_has_uses_outside_loop_p): New.
1120         (stmt_has_scalar_dependences_outside_loop): New.
1121         (stmt_generated_in_another_partition): New.
1122         (add_scalar_computations_to_partition): New.
1123         (rdg_build_partitions): Call add_scalar_computations_to_partition.
1125 2010-12-14  Joseph Myers  <joseph@codesourcery.com>
1127         * config/arc/arc.h (LIB_SPEC): Define.
1128         * config.gcc (arc-*-elf*): Don't use svr4.h.
1130 2010-12-14  Joseph Myers  <joseph@codesourcery.com>
1132         * config/sh/elf.h (LIB_SPEC): Define.
1133         * config.gcc (sh-*-elf* | sh[12346l]*-*-elf* | sh-*-symbianelf* |
1134         sh[12346l]*-*-symbianelf* | sh-*-linux* | sh[2346lbe]*-*-linux* |
1135         sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* |
1136         sh5l*-*-netbsd* | sh64-*-netbsd* | sh64l*-*-netbsd*, sh-*-rtems*,
1137         sh-wrs-vxworks): Don't use svr4.h.
1139 2010-12-14  Jan Hubicka  <jh@suse.cz>
1141         PR lto/46940
1142         PR lto/44463
1143         * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Construct nodes
1144         for aliases when they are used.
1146 2010-12-14  Joseph Myers  <joseph@codesourcery.com>
1148         * config.gcc (sparc-*-elf*, sparc-*-rtems*, sparc-*-linux*,
1149         sparc-*-netbsdelf*, sparc*-*-solaris2*, sparc-wrs-vxworks,
1150         sparc64-*-elf*, sparc64-*-rtems*, sparc64-*-linux*,
1151         sparc64-*-netbsd*, sparc64-*-openbsd*): Don't use svr4.h.
1153 2010-12-14  Thomas Klein  <th.r.klein@web.de>
1155         * config/arm/arm.c (arm_expand_prologue): Report the static stack
1156         size if -fstack-usage is used.
1157         (thumb1_expand_prologue): Likewise.
1159 2010-12-14  Jakub Jelinek  <jakub@redhat.com>
1161         PR debug/46885
1162         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Use gsi_last_bb
1163         instead of gsi_last_nondebug_bb if bump_in_latch.
1165         PR tree-optimization/46909
1166         * gimple-fold.c (and_var_with_comparison_1): Save partial
1167         result even in the is_and case, if both partial results
1168         are the same, return it.
1169         (or_var_with_comparison_1): Use is_or predicate instead of
1170         innercode == TRUTH_OR_EXPR test.  Save partial result
1171         even in the is_or case, if both partial results are the
1172         same, return it.  In the !is_or case when both partial
1173         results are the same, return the partial result instead
1174         of boolean_true_node.
1176 2010-12-14  Jan Hubicka  <jh@suse.cz>
1178         PR middle-end/46667
1179         * varasm.c (assemble_start_function): Do not call
1180         resolve_unique_section.
1181         * cfgexpand.c (gimple_expand_cfg): Resolve it here.
1183 2010-12-14  Alexander Monakov  <amonakov@ispras.ru>
1185         PR rtl-optimization/46875
1186         * sched-vis.c (print_pattern): Dump "sequence" for ADDR_VECs.
1187         * sel-sched-ir.c (bb_has_removable_jump_to_p): Forbid table jumps.
1189 2010-12-14  Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1191         * config/h8300/h8300.md (define_split) : Add condition for
1192         "and with single_zero" splitter to handle 16-bit const operands.
1193         * config/h8300/h8300.md (define_split) : Add condition for
1194         "ior with single_one" splitter to handle 16-bit const operands.
1195         * config/h8300/h8300.md (define_split) : Add condition for
1196         "xor with single_one" splitter to handle 16-bit const operands.
1197         * testsuite/gcc.dg/h8300-bit-insn-ice.c: New.
1199 2010-12-13  Jan Hubicka  <jh@suse.cz>
1201         PR middle-end/45388
1202         * ipa.c (cgraph_build_static_cdtor_1): Break out from ...  Add FINAL
1203         parameter.
1204         (cgraph_build_static_cdtor): ... here.
1205         (build_cdtor): Use cgraph_build_static_cdtor_1.
1207 2010-12-13  Joseph Myers  <joseph@codesourcery.com>
1209         * config/m32c/m32c.h (ENDFILE_SPEC, LINK_SPEC, SIZE_TYPE,
1210         PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
1211         * config.gcc (m32c-*-rtems*, m32c-*-elf*): Don't use svr4.h.
1213 2010-12-14  Bernd Schmidt  <bernds@codesourcery.com>
1215         PR rtl-optimization/44374
1216         Reapply patch with fixes.
1217         * basic-block.h (enum bb_flags): Add BB_MODIFIED.
1218         * df-core.c (df_set_bb_dirty): Set it.
1219         * ifcvt.c (find_memory): Remove function.
1220         (dead_or_predicable): Use can_move_insns_across.
1221         * df.h (can_move_insns_across): Declare function.
1222         * cfgcleanup.c (block_was_dirty): New static variable.
1223         (flow_find_head_matching_sequence): Test for epilogue notes.
1224         (try_crossjump_bb, try_forward_edges): Test BB_MODIFIED flag rather
1225         than df_get_bb_dirty.
1226         (try_head_merge_bb): New static function.
1227         (try_optimize_cfg): Call it.  Call df_analyze if block_was_dirty
1228         is set.
1229         * df-problems.c: Include "target.h"
1230         (df_simulate_find_uses): New static function.
1231         (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
1232         (find_memory, find_memory_store): New static functions.
1233         (can_move_insns_across): New function.
1234         * Makefile.in (df-problems.o): Update dependencies.
1236 2010-12-13  Joseph Myers  <joseph@codesourcery.com>
1238         * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE): Define.
1239         (DBX_REGISTER_NUMBER): Undefine.
1240         * config/xtensa/linux.h (SIZE_TYPE, PTRDIFF_TYPE): Define.
1241         (DBX_REGISTER_NUMBER): Undefine.
1242         * config.gcc (xtensa*-*-elf*, xtensa*-*-linux*): Don't use svr4.h.
1244 2010-12-13  Jack Howarth <howarth@bromo.med.uc.edu>
1245             Joseph Myers <joseph@codesourcery.com>
1247         PR bootstrap/46650
1248         * system.h: Include cstring for cxx bootstrap.
1250 2010-12-13  Jakub Jelinek  <jakub@redhat.com>
1252         PR lto/46879
1253         * lto-streamer-out.c (output_gimple_stmt): Never replace first
1254         GIMPLE_DEBUG argument with MEM_REF.
1256         PR debug/46867
1257         * var-tracking.c (emitted_notes, string_pointer_flags): Removed.
1258         (emit_note_insn_var_location): Remove ENABLE_RTL_CHECKING verification.
1259         (vt_emit_notes): Don't initialize and destroy emitted_notes.
1261 2010-12-13  Nathan Froyd  <froydnj@codesourcery.com>
1263         PR target/46040
1264         * config.gcc (arm*-*-linux-*eabi): Use bpabi-lib.h.
1265         (arm*-*-uclinux*eabi, arm*-*-eabi*): Likewise.
1267 2010-12-13  Joseph Myers  <joseph@codesourcery.com>
1269         * config/v850/v850.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
1270         WCHAR_TYPE_SIZE): Define.
1271         * config.gcc (v850e1-*-*, v850e-*-*, v850-*-*): Don't use svr4.h.
1273 2010-12-13  Joseph Myers  <joseph@codesourcery.com>
1275         * config.gcc (s390-*-linux*, s390x-*-linux*, s390x-ibm-tpf*):
1276         Don't use svr4.h.
1278 2010-12-13  Joseph Myers  <joseph@codesourcery.com>
1280         * config/mn10300/linux.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
1281         WCHAR_TYPE_SIZE): Undefine.
1282         * config/mn10300/mn10300.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
1283         WCHAR_TYPE_SIZE): Define.
1284         * config.gcc (mn10300-*-*): Don't use svr4.h.
1286 2010-12-13  Joseph Myers  <joseph@codesourcery.com>
1288         * config/m68k/linux.h (DBX_REGISTER_NUMBER): Undefine and redefine.
1289         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
1290         * config.gcc (m68k-*-uclinux*, m68k-*-linux*): Don't use svr4.h.
1292 2010-12-13  Alexandre Oliva  <aoliva@redhat.com>
1294         PR debug/46756
1295         * jump.c (mark_all_labels): Skip debug insns.
1297 2010-12-13  Alexandre Oliva  <aoliva@redhat.com>
1299         PR debug/46782
1300         * cfgcleanup.c (try_forward_edges): Skip debug insns.
1302 2010-12-12  Jan Hubicka  <jh@suse.cz>
1303             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1305         * varasm.c (default_function_section): Check flag_reorder_functions
1306         and targetm.have_named_sections.
1307         * config/darwin.c (darwin_function_section): Check
1308         flag_reorder_functions.
1310 2010-12-12  Finn Thain  <fthain@telegraphics.com.au>
1312         PR target/46179
1313         * config/m68k/m68k.c (handle_move_double): Insert calls to
1314         m68k_final_prescan_insn to clean up @TLS operand syntax.
1316 2010-12-10  Sebastian Pop  <sebastian.pop@amd.com>
1318         PR tree-optimization/43023
1319         * tree-data-ref.c (mem_write_stride_of_same_size_as_unit_type_p):
1320         Removed.
1321         (stores_zero_from_loop): Call stmt_stores_zero.
1322         * tree-data-ref.h (stmt_stores_zero): New.
1323         * tree-loop-distribution.c (generate_memset_zero): Do not return a
1324         boolean.  Call gcc_assert on stride_of_unit_type_p.
1325         (generate_builtin): Call stmt_stores_zero.
1326         (rdg_flag_all_uses): Removed.
1327         (rdg_flag_similar_memory_accesses): Removed.
1328         (build_rdg_partition_for_component): Removed parameter
1329         other_stores.  Removed call to rdg_flag_similar_memory_accesses.
1330         (can_generate_builtin): New.
1331         (similar_memory_accesses): New.
1332         (fuse_partitions_with_similar_memory_accesses): New.
1333         (rdg_build_partitions): Call
1334         fuse_partitions_with_similar_memory_accesses.
1336 2010-12-10  Jakub Jelinek  <jakub@redhat.com>
1338         PR rtl-optimization/46804
1339         * regmove.c (optimize_reg_copy_3): Look for REG_EQUAL note
1340         on the setter of src_reg rather than on insn.  If it is
1341         equal to the setter's original SET_SRC, replace it with its
1342         zero or sign extension instead of dropping it.
1344 2010-12-10  Richard Guenther  <rguenther@suse.de>
1346         PR lto/46808
1347         * lto-symtab.c (lto_symtab_merge_decls_2): Avoid type warnings
1348         after errors.
1349         (lto_symtab_merge_decls_1): Adjust.
1351 2010-12-10  Dave Korn  <dave.korn.cygwin@gmail.com>
1353         PR middle-end/46674
1354         PR lto/43157
1355         * target.def (mangle_assembler_name): New target asm_out hook.
1356         * targhooks.c (default_mangle_assembler_name): Add default hook
1357         implementation.
1358         * targhooks.h (default_mangle_assembler_name): Add prototype.
1359         * lto-symtab.c (lto_symtab_register_decl): Use new hook when
1360         processing DECL_ASSEMBLER_NAMEs for lto symtabs.
1361         (lto_symtab_get_resolution): Likewise.
1362         (lto_cgraph_replace_node): Likewise.
1363         (lto_symtab_prevailing_decl): Likewise.
1364         * lto-streamer-out.c (write_symbol): Likewise.
1365         * doc/tm.texi.in (TARGET_MANGLE_ASSEMBLER_NAME): Add @hook directive.
1366         * doc/tm.texi: Regenerate.
1367         * config/i386/cygming.h (TARGET_MANGLE_ASSEMBLER_NAME): Define to
1368         point at i386_pe_mangle_assembler_name.
1369         * config/i386/winnt.c (i386_pe_mangle_assembler_name): New function.
1370         * config/i386/i386-protos.h (i386_pe_mangle_assembler_name): Add
1371         prototype.
1373 2010-12-10  Nathan Froyd  <froydnj@codesourcery.com>
1375         * c-typeck.c (readonly_error): Delete.
1377 2010-12-10  Jakub Jelinek  <jakub@redhat.com>
1379         PR rtl-optimization/46865
1380         * rtl.c (rtx_equal_p_cb, rtx_equal_p): For last operand of
1381         ASM_OPERANDS and ASM_INPUT if integers are different, call locator_eq.
1382         * jump.c (rtx_renumbered_equal_p): Likewise.
1384         PR tree-optimization/46864
1385         * tree-ssa-loop-im.c (loop_suitable_for_sm): Return false even
1386         when there are EDGE_EH exit edges.
1388 2010-12-10  Tobias Burnus  <burnus@net-b.de>
1390         PR fortran/46540
1391         * configure.ac: Handle --disable-libquadmath-support.
1392         * doc/install.texi: Document --disable-libquadmath and
1393         --disable-libquadmath-support
1394         * configure: Regenerate.
1395         * config.in: Regenerate.
1397 2010-12-10  Jack Howarth  <howarth@bromo.med.uc.edu>
1398             Iain Sandoe  <iains@gcc.gnu.org>
1400         PR 43751/target
1401         * config/darwin9.h (DSYMUTIL_SPEC): Add fortran source types.
1403 2010-12-10  Iain Sandoe <iains@gcc.gnu.org>
1405         * config/rs6000/rs6000.c
1406         (rs6000_darwin64_record_arg_advance_recurse): Name register increment
1407         explicitly.  (rs6000_darwin64_record_arg_recurse): Make sure we split
1408         long doubles when we run out of regs.   Also flag that this requires
1409         stack and therefore cannot be returned by value.
1410         (rs6000_darwin64_record_arg): Update comment.
1411         (rs6000_function_value): Likewise.
1413 2010-12-10  Nicola Pero  <nicola.pero@meta-innovation.com>
1415         * c-parser.c (c_parser_objc_class_definition): Recognize
1416         Objective-C 2.0 class extensions.
1418 2010-12-10  Iain Sandoe <iains@gcc.gnu.org>
1420         * config/darwin.c: Remove c-tree.h and c-lang.h
1421         * config/t-darwin: Remove dependencies on c-tree.h and c-lang.h.
1423 2010-12-10  Joern Rennecke  <amylaar@spamcop.net>
1425         PR target/46881
1426         * doc/tm.texi: Regenerate.
1427         * target.def: Fix "preferred" spelling.  Refer to rclass by its
1428         exact name.
1429         * config/arm/arm.c (arm_preferred_rename_class): Rename parameter class
1430         to rclass.
1432 2010-12-09  Paul Koning  <ni1d@arrl.net>
1434         * config/pdp11/pdp11-protos.h (output_move_double,
1435         output_move_quad): Delete.
1436         (output_move_multiple, pdp11_expand_operands): New functions.
1437         (pdp11_action, pdp11_partorder): New enums.
1438         * config/pdp11/pdp11.md (movdi, movsi, movdf, movsf): Use
1439         output_move_multiple.
1440         (adddi3, subdi3, negdi2): New patterns.
1441         (addsi3, subsi3, negsi2): Use pdp11_expand_operands.
1442         (abshi2): Delete.
1443         (neghi2, negqi2): Use PDPint iterator.
1444         * config/pdp11/pdp11.c (find_addr_reg, output_move_double,
1445         output_move_quad): Delete.
1446         (pdp11_expand_operands, output_move_multiple): New functions.
1448 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1450         * config/vax/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
1451         * config.gcc (vax-*-linux*): Don't use svr4.h.
1453 2010-12-09  Nathan Froyd  <froydnj@codesourcery.com>
1455         * c-typeck.c (build_indirect_ref): Call invalid_indirection_error.
1457 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1459         * doc/extend.texi (Attribute Syntax): Correct description of
1460         attributes in pointer declarators.
1462 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1464         * config/mips/vxworks.h (DBX_REGISTER_NUMBER): Undefine.
1465         * config.gcc (mips64*-*-linux* | mipsisa64*-*-linux*,
1466         mips*-*-linux*, mips-wrs-vxworks): Don't use svr4.h.
1468 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1470         * config/mep/mep.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
1471         WCHAR_TYPE_SIZE): Define.
1472         * config.gcc (mep-*-*): Don't use svr4.h.
1474 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1476         * config/mcore/mcore.h (PTRDIFF_TYPE, WCHAR_TYPE,
1477         WCHAR_TYPE_SIZE): Define.
1478         * config/svr3.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
1479         WCHAR_TYPE_SIZE): Don't define.
1480         * config.gcc (mcore-*-elf): Don't use svr4.h.
1482 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1484         * config.gcc (m32r-*-elf*, m32rle-*-elf*, m32r-*-rtems*,
1485         m32r-*-linux*, m32rle-*-linux*): Don't use svr4.h.
1487 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1489         * config/iq2000/iq2000.h (LINK_SPEC, SIZE_TYPE, PTRDIFF_TYPE,
1490         WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
1491         * config.gcc (iq2000*-*-elf*): Don't use svr4.h.
1493 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1495         * config.gcc (ia64*-*-linux*, ia64*-*-hpux*): Don't use svr4.h.
1497 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1499         * config/pa/pa32-linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
1500         * config.gcc (hppa*64*-*-linux*, hppa*-*-linux*): Don't use svr4.h.
1502 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1504         * config/moxie/moxie.h (LINK_SPEC, SIZE_TYPE, PTRDIFF_TYPE,
1505         WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
1506         * config/moxie/rtems.h (LINK_SPEC, SIZE_TYPE, PTRDIFF_TYPE,
1507         WCHAR_TYPE, WCHAR_TYPE_SIZE): Undefine.
1508         * config.gcc (moxie-*-elf, moxie-*-uclinux*): Don't use svr4.h.
1510 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1512         * config/frv/frv.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
1513         WCHAR_TYPE_SIZE): Define.
1514         * config.gcc (frv-*-elf, frv-*-*linux*): Don't use svr4.h.
1516 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1518         * config/fr30/fr30.h (LIB_SPEC, LINK_SPEC, SIZE_TYPE,
1519         PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
1520         * config.gcc (fr30-*-elf): Don't use svr4.h.
1522 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1524         * config/cris/linux.h (SIZE_TYPE, PTRDIFF_TYPE): Define.
1525         * config.gcc (crisv32-*-linux* | cris-*-linux*): Don't use svr4.h.
1527 2010-12-09  Richard Guenther  <rguenther@suse.de>
1529         PR middle-end/46844
1530         * gimple-fold.c (canonicalize_constructor_val): Canonicalize addresses.
1532 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1534         * config/i386/netware.h (TARGET_POSIX_IO): Define.
1535         * config/i386/nto.h (TARGET_POSIX_IO): Define.
1536         * config/ia64/hpux.h (TARGET_POSIX_IO): Define.
1537         * config/moxie/moxie.h (TARGET_POSIX_IO): Don't undefine.
1538         * config/openbsd.h (TARGET_POSIX_IO): Define.
1539         * config/rtems.h (TARGET_POSIX_IO): Define.
1540         * config/sh/embed-elf.h (TARGET_POSIX_IO): Don't undefine.
1541         * config/sol2.h (TARGET_POSIX_IO): Define.
1542         * config/svr4.h (TARGET_POSIX_IO): Don't define.
1543         * config/vxworksae.h (TARGET_POSIX_IO): Define.
1545 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1547         * config/i386/nto.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
1548         * config/ia64/hpux.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
1549         * config/linux.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Don't
1550         undefine.
1551         * config/mips/linux.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Don't
1552         undefine.
1553         * config/mips/netbsd.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
1554         Don't undefine.
1555         * config/rs6000/linux.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
1556         Don't undefine.
1557         * config/rs6000/linux64.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
1558         Don't undefine.
1559         * config/sol2.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
1560         * config/sparc/netbsd-elf.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
1561         Don't undefine.
1562         * config/sparc/openbsd64.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
1563         Don't undefine.
1564         * config/sparc/sp64-elf.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
1565         Don't undefine.
1566         * config/svr4.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Don't define.
1567         * config/xtensa/elf.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Don't
1568         undefine.
1570 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1572         * config/ia64/hpux.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Define for
1573         non-GNU assembler.
1574         * config/m68k/netbsd-elf.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove.
1575         * config/m68k/openbsd.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove.
1576         * config/mips/openbsd.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove.
1577         * config/sol2.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Define for
1578         non-GNU assembler.
1579         * config/sparc/sparc.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove.
1580         * config/svr4.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): Remove.
1582 2010-12-09  Martin Jambor  <mjambor@suse.cz>
1584         * ipa-prop.c (compute_complex_ancestor_jump_func): Work also if the
1585         zero is the first phi parameter.
1587 2010-12-09  Martin Jambor  <mjambor@suse.cz>
1589         * ipa-prop.h (struct ipa_parm_adjustment): New field alias_ptr_type.
1590         * ipa-prop.c (ipa_modify_call_arguments): Use it.
1591         * tree-sra.c (splice_param_accesses): Test that all accesses have the
1592         same alias reference type.
1593         (turn_representatives_into_adjustments): Set alias_ptr_type of the
1594         adjustment.
1596 2010-12-09  Martin Jambor  <mjambor@suse.cz>
1598         PR middle-end/46734
1599         * tree-sra.c (splice_param_accesses): Check that there are not
1600         multiple ADDRESSABLE types.
1602 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1604         * config/arc/arc.h (ASM_SPEC): Remove %{v}.
1605         * config/bfin/bfin.h (ASM_SPEC): Remove %{v}.
1606         * config/cris/cris.h (ASM_SPEC): Remove %{v:-v}.
1607         * config/fr30/fr30.h (ASM_SPEC): Remove %{v}.
1608         * config/frv/frv.h (ASM_SPEC): Remove %{v}.
1609         * config/i386/linux.h (ASM_SPEC): Remove %{v}.
1610         * config/i386/linux64.h (ASM_SPEC): Remove %{v}.
1611         * config/i386/mingw-w64.h (ASM_SPEC): Remove %{v}.
1612         * config/i386/sol2-10.h (ASM_SPEC): Remove %{v}.
1613         * config/i386/vxworks.h (ASM_SPEC): Remove %{v}.
1614         * config/i386/x86-64.h (ASM_SPEC): Remove %{v}.
1615         * config/lm32/lm32.h (ASM_SPEC): Remove %{v}.
1616         * config/m32r/m32r.h (ASM_SPEC): Remove %{v}.
1617         * config/m68k/linux.h (ASM_SPEC): Remove %{v:-V}.
1618         * config/microblaze/microblaze.h (ASM_SPEC): Remove %{v}.
1619         * config/mips/mips.h (ASM_SPEC): Remove %{v}.
1620         * config/mips/vxworks.h (ASM_SPEC): Remove %{v}.
1621         * config/pa/pa-linux.h (ASM_SPEC): Remove %{v:-V}.
1622         * config/rs6000/freebsd.h (SVR4_ASM_SPEC): Remove %{v}.
1623         * config/rs6000/linux64.h (ASM_SPEC): Remove %{v:-V}.
1624         * config/rs6000/vxworks.h (ASM_SPEC): Remove %{v:-v}.
1625         * config/sparc/openbsd64.h (ASM_SPEC): Remove %{v:-V}.
1626         * config/svr4.h (SVR4_ASM_SPEC): Remove %{v:-V}.
1627         * config/xtensa/elf.h (ASM_SPEC): Remove %{v}.
1628         * config/xtensa/linux.h (ASM_SPEC): Remove %{v}.
1630 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1632         * config/i386/openbsdelf.h (LINK_SPEC): Use %{r:} not %{r*:}.
1633         * config/mips/openbsd.h (LINK_SPEC): Use %{r:} not %{r*:}.
1634         * config/netbsd-aout.h (NETBSD_LINK_SPEC_AOUT): Use %{r:} not %{r*:}.
1635         * config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Use %{r:} not %{r*:}.
1636         * config/sparc/openbsd64.h (LINK_SPEC): Use %{r:} not %{r*:}.
1637         * config/vax/netbsd-elf.h (LINK_SPEC): Use %{r:} not %{r*:}.
1639 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1641         * config/alpha/freebsd.h (LINK_SPEC): Don't use %{!dynamic-linker:}.
1642         * config/alpha/linux-elf.h (LINK_SPEC): Likewise.
1643         * config/arm/freebsd.h (LINK_SPEC): Likewise.
1644         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Likewise.
1645         * config/bfin/linux.h (LINK_SPEC): Likewise.
1646         * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Likewise.
1647         * config/frv/linux.h (LINK_SPEC): Likewise.
1648         * config/i386/freebsd.h (LINK_SPEC): Likewise.
1649         * config/i386/freebsd64.h (LINK_SPEC): Likewise.
1650         * config/i386/linux.h (LINK_SPEC): Likewise.
1651         * config/i386/linux64.h (LINK_SPEC): Likewise.
1652         * config/i386/openbsdelf.h (LINK_SPEC): Likewise.
1653         * config/ia64/freebsd.h (LINK_SPEC): Likewise.
1654         * config/ia64/linux.h (LINK_SPEC): Likewise.
1655         * config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
1656         * config/m32r/linux.h (LINK_SPEC): Likewise.
1657         * config/m68k/linux.h (LINK_SPEC): Likewise.
1658         * config/microblaze/linux.h (LINK_SPEC): Likewise.
1659         * config/mips/linux.h (LINK_SPEC): Likewise.
1660         * config/mips/linux64.h (LINK_SPEC): Likewise.
1661         * config/mips/openbsd.h (LINK_SPEC): Likewise.
1662         * config/mn10300/linux.h (LINK_SPEC): Likewise.
1663         * config/netbsd-elf.h (LINK_SPEC): Likewise.
1664         * config/pa/pa-linux.h (LINK_SPEC): Likewise.
1665         * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC32,
1666         LINK_OS_LINUX_SPEC64): Likewise.
1667         * config/rs6000/sysv4.h (LINK_OS_FREEBSD_SPEC,
1668         LINK_OS_LINUX_SPEC, LINK_OS_GNU_SPEC, LINK_OS_NETBSD_SPEC): Likewise.
1669         * config/s390/linux.h (LINK_SPEC): Likewise.
1670         * config/sh/linux.h (SUBTARGET_LINK_SPEC): Likewise.
1671         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
1672         * config/sparc/linux.h (LINK_SPEC): Likewise.
1673         * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
1674         LINK_SPEC): Likewise.
1675         * config/sparc/openbsd64.h (LINK_SPEC): Likewise.
1676         * config/vax/linux.h (LINK_SPEC): Likewise.
1677         * config/xtensa/linux.h (LINK_SPEC): Likewise.
1679 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
1681         * config/bfin/bfin.h (ASM_SPEC): Remove %{n} and %{T}.
1682         * config/frv/frv.h (ASM_SPEC): Likewise.
1683         * config/i386/sol2-10.h (ASM_SPEC): Likewise.
1684         * config/i386/sol2.h (ASM_SPEC): Likewise.
1685         * config/m68k/linux.h (ASM_SPEC): Likewise.
1686         * config/pa/pa-linux.h (ASM_SPEC): Likewise.
1687         * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
1688         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
1689         * config/sol2.h (ASM_SPEC): Likewise.
1690         * config/sparc/linux.h (ASM_SPEC): Likewise.
1691         * config/sparc/linux64.h (ASM_SPEC): Likewise.
1692         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
1693         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
1694         * config/svr4.h (SVR4_ASM_SPEC): Likewise.
1696 2010-12-09  Richard Guenther  <rguenther@suse.de>
1698         * reginfo.c (struct subregs_of_mode_node): Remove.
1699         (subregs_of_mode): Likewise.
1700         (som_hash): Likewise.
1701         (som_eq): Likewise.
1702         (invalid_mode_changes): New bitmap.
1703         (record_subregs_of_mode): Get subregs_of_mode argument.
1704         Fill in invalid_mode_changes bitmap.
1705         (find_subregs_of_mode): Get subregs_of_mode argument and pass
1706         it through.
1707         (init_subregs_of_mode): Adjust.
1708         (finish_subregs_of_mode): Likewise.
1709         (invalid_mode_change_p): Query invalid_mode_changes bitmap.
1711 2010-12-09  Richard Guenther  <rguenther@suse.de>
1713         * ira.c (ira): Do not call finish_subregs_of_mode.
1714         * ira-costs.c (finish_costs): Call finish_subregs_of_mode.
1716 2010-12-09  Richard Guenther  <rguenther@suse.de>
1718         * rtl.h (invalid_mode_change_p): Adjust prototype.
1719         * reginfo.c (invalid_mode_change_p): Remove from argument.
1720         * ira-costs.c (print_allocno_costs): Adjust callers.
1721         (find_costs_and_classes): Likewise.
1723 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
1725         * config/s390/s390.md (*mov<mode>cc): Change lgoc and stgoc to
1726         locg and stocg even in comment.
1727         (sync_old_<atomic><mode>): Give mode to UNSPEC_VOLATILE.
1729         PR target/41082
1730         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Use stvx
1731         instead of stve*x.
1732         (altivec_expand_stv_builtin): For op0 use mode of operand 1 instead
1733         of operand 0.
1734         * config/rs6000/altivec.md (VI_scalar): New mode attr.
1735         (altivec_stve<VI_char>x, *altivec_stvesfx): Use scalar instead of
1736         vector mode for operand 0, put operand 1 into UNSPEC.
1738 2010-12-09  Yao Qi  <yao@codesourcery.com>
1740         * config/arm/arm.c (arm_preferred_rename_class): Implement targethook
1741         PREFERRED_RENAME_CLASS.
1743 2010-12-08  Ian Lance Taylor  <iant@google.com>
1745         * doc/sourcebuild.texi (Front End): Remove reference to
1746         snapshot-README and snapshot-index.html.
1748 2010-12-08  Ian Lance Taylor  <iant@google.com>
1750         * doc/sourcebuild.texi (Texinfo Manuals): Change update_web_docs
1751         to update_web_docs_svn.
1752         (Front End): Likewise.
1754 2010-12-08  Iain Sandoe <iains@gcc.gnu.org>
1756         * gcc/config.gcc (with_cpu): Default i[34567]86-*-darwin* and
1757         x86_64-*-darwin* to with_cpu:-core2.
1758         * gcc/config/i386/mmx.md (*mov<mode>_internal_rex64): Replace movq
1759         with movd for darwin assembler.
1760         * gcc/config/i386/sse.md (*vec_concatv2di_rex64_sse4_1): Ditto.
1761         (*vec_concatv2di_rex64_sse): Ditto.
1763 2010-12-08  Richard Guenther  <rguenther@suse.de>
1764             Sebastian Pop  <sebastian.pop@amd.com>
1766         PR tree-optimization/45230
1767         PR tree-optimization/45231
1768         PR tree-optimization/45370
1769         * sese.c (rename_uses): Returns a bool.  Call
1770         recompute_tree_invariant_for_addr_expr only on the RHS of a
1771         GIMPLE_ASSIGN.
1772         (graphite_copy_stmts_from_block): Call fold_stmt_inplace when
1773         rename_uses returns true.
1774         * tree-ssa-copy.c (replace_exp): Add a comment about calling
1775         fold_stmt_inplace after replace_exp.
1777 2010-12-08  Mike Stump  <mikestump@comcast.net>
1779         PR debug/46749
1780         * config/darwin.h (COLLECT_RUN_DSYMUTIL): Add.
1781         (DSYMUTIL_SPEC): Use `linker' flags instead to handle lto better.
1782         * config/darwin9.h (COLLECT_RUN_DSYMUTIL): Add.
1783         (DSYMUTIL_SPEC): Use `linker' flags instead to handle lto better.
1784         * collect2.c (post_ld_pass): Add.
1785         (process_args): Add.
1786         (maybe_run_lto_and_relink): Call post_ld_pass after ld.
1787         (main): Likewise.  Call process_args.
1789 2010-12-08  Jakub Jelinek  <jakub@redhat.com>
1791         PR middle-end/46844
1792         * regrename.c (check_new_reg_p): Add ATTRIBUTE_UNUSED to reg parameter.
1794 2010-12-08  Richard Earnshaw  <rearnsha@arm.com>
1796         PR target/46631
1797         * arm.c (thumb2_reorg): Also try to reduce <commutative_op> Rd, Rn, Rd
1798         into a 16-bit instruction.
1800 2010-12-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
1802         PR middle-end/42694
1803         * builtins.c (expand_builtin_pow_root): Don't optimize pow(x,y)
1804         where y is 0.25, 1./6., or 0.75 if the target does not have a sqrt
1805         instruction, but do optimize if y is 0.5 or 1./3. since that
1806         changes an expensive call into a cheaper one.
1808 2010-12-08  Richard Guenther  <rguenther@suse.de>
1810         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use a shift
1811         instead of a division to divide by BITS_PER_UNIT.
1813 2010-12-08  Richard Guenther  <rguenther@suse.de>
1815         * gimplify.c (gimple_tree_eq): Assert hashes are equal only
1816         when checking is enabled.
1818 2010-12-07  Andrey Belevantsev  <abel@ispras.ru>
1820         PR target/43603
1821         * haifa-sched.c (sched_create_recovery_edges): Update
1822         dominator info.
1823         * sel-sched-ir.c (maybe_tidy_empty_bb): Update dominator info
1824         after deleting an empty block.
1825         (tidy_control_flow): Also verify dominators.
1826         (sel_remove_bb): Update dominator info after removing a block.
1827         (sel_redirect_edge_and_branch_force): Assert that no unreachable
1828         blocks will be created. Update dominator info.
1829         (sel_redirect_edge_and_branch): Update dominator info when
1830         basic blocks do not become unreachable.
1831         (sel_remove_loop_preheader): Update dominator info.
1833 2010-12-07  Richard Guenther  <rguenther@suse.de>
1835         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
1836         Reset alignment information.
1837         (bump_vector_ptr): Likewise.
1839 2010-12-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1841         PR middle-end/46671
1842         PR target/46685
1843         * config/pa/pa.c (pa_function_section): New function.
1844         (TARGET_ASM_FUNCTION_SECTION): Define.
1846 2010-12-07  Ian Lance Taylor  <iant@google.com>
1847             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1849         PR bootstrap/46810
1850         * configure.ac: Disable AC_MSG_ERROR while looking for the C++
1851         preprocessor.
1852         * configure: Rebuild.
1854 2010-12-07  Paul Koning  <ni1d@arrl.net>
1856         * config/pdp11/pdp11.c (output_addr_const_pdp11): Output negative
1857         values with sign rather than as unsigned.
1859 2010-12-07  Paul Koning  <ni1d@arrl.net>
1861         * config/pdp11/pdp11.c (TARGET_ASM_FUNCTION_SECTION): Define.
1862         (pdp11_function_section): New function.
1864 2010-12-07  Joseph Myers  <joseph@codesourcery.com>
1866         * config/mcore/mcore.c Don't include assert.h.
1867         (layout_mcore_frame, handle_structs_in_regs): Use gcc_assert.
1868         * config/spu/spu.c: Don't include assert.h.
1869         (spu_sms_res_mii): Use gcc_assert.
1871 2010-12-07  Sebastian Pop  <sebastian.pop@amd.com>
1873         PR tree-optimization/42327
1874         * tree-data-ref.c (omega_setup_subscript): Call build_int_cst
1875         instead of using integer_minus_one_node.
1877 2010-12-07  Nathan Froyd  <froydnj@codesourcery.com>
1879         PR c++/45330
1880         * params.def (CXX_MAX_NAMESPACES_FOR_DIAGNOSTIC_HELP): New parameter.
1881         * doc/invoke.texi (cxx-max-namespaces-for-diagnostic-help): Document.
1883 2010-12-07  Richard Guenther  <rguenther@suse.de>
1885         PR tree-optimization/46832
1886         * tree-ssa-math-opts.c (execute_optimize_widening_mul): Check
1887         that the call has a lhs.
1889 2010-12-07  Yao Qi  <yao@codesourcery.com>
1891         * Makefile.in: Add $(TARGET_H) to the regrename.o rule.
1892         * regrename.c (struct du_head): Add new element length.
1893         (sort_du_head, get_element, merge, merge_sort_comparison):
1894         New functions of merge sort implementation to du_head list.
1895         (regrename_optimize): Sort du_head linked list by length.
1896         Iterate registers in a preferred-register-first order.
1897         Move some code to ...
1898         (check_new_reg_p): here.  New function.
1899         (create_new_chain):  Initialize length.
1900         (scan_rtx_reg): Increase length for non-debug insns.
1901         * target.def: New hook preferred_rename_class.
1902         * targhook.c (default_preferred_rename_class): New.
1903         * targhook.h: Declare it.
1904         * doc/tm.texi.in: New hook TARGET_PREFERRED_RENAME_CLASS.
1905         * doc/tm.texi: Regenerate.
1907 2010-12-07  Jakub Jelinek  <jakub@redhat.com>
1909         PR debug/46799
1910         * tree-parloops.c (separate_decls_in_region): Use UNKNOWN_LOCATION
1911         instead of BUILTINS_LOCATION.
1912         (create_loop_fn): Add LOC argument, pass it to build_decl instead of
1913         BUILTINS_LOCATION.
1914         (create_parallel_loop): Add LOC argument, use it for OMP clauses
1915         and GIMPLE_*OMP* statements.
1916         (gen_parallel_loop): Determine locus for the parallel loop, pass it
1917         to create_loop_fn and create_parallel_loop.
1918         * cfgexpand.c (gimple_expand_cfg): For builtin functions, call
1919         set_curr_insn_source_location (UNKNOWN_LOCATION).
1921 2010-12-07  Joern Rennecke  <amylaar@spamcop.net>
1922             Richard Guenther  <rguenther@suse.de>
1924         PR target/46737
1925         * config/bfin/bfin.c (BB_AUX_INDEX): Cast to intptr_t.
1926         (bfin_reorder_loops): Change type of index to intptr_t.
1928 2010-12-07  Richard Guenther  <rguenther@suse.de>
1930         PR tree-optimization/46726
1931         * tree-inline.c (estimate_num_insns): Special case pow (x, 2.0).
1933 2010-12-07  Richard Guenther  <rguenther@suse.de>
1935         * tree-ssa-math-opts.c (execute_optimize_widening_mul): Unlink
1936         virtual operands.
1938 2010-12-07  Nicola Pero  <nicola.pero@meta-innovation.com>
1940         * c-parser.c (c_parser_typeof_specifier): Removed special
1941         treatment of objc_volatilized attribute for Objective-C.
1943 2010-12-06  Vladimir Makarov  <vmakarov@redhat.com>
1945         * ira.c (update_equiv_regs): Prohibit move insns if
1946         pressure-sensitive scheduling was done.
1948 2010-12-06  Nicola Pero  <nicola.pero@meta-innovation.com>
1950         * c-parser.c (c_parser_for_statement): Use c_fully_fold() instead
1951         of c_process_expr_stmt() for the iterating and collection
1952         expressions of an Objective-C fast enumeration loop.
1954 2010-12-06  Jakub Jelinek  <jakub@redhat.com>
1956         PR debug/45997
1957         * dwarf2out.c (modified_type_die): If both is_const_type and
1958         is_volatile_type is set, start with DW_TAG_const_type or
1959         DW_TAG_volatile_type depending on where we get qualified type
1960         in the recursive call.
1962         PR target/43897
1963         * config/ia64/ia64.c (rtx_needs_barrier): Handle asm CLOBBER
1964         as a store into that register.
1966         PR tree-optimization/46528
1967         PR debug/46338
1968         * profile.c (branch_prob): Make sure last is never set to a debug
1969         stmt.
1971         PR debug/46771
1972         * reginfo.c (init_subregs_of_mode): Don't call find_subregs_of_mode
1973         on DEBUG_INSNs.
1975         PR rtl-optimization/46777
1976         * cfglayout.c (duplicate_insn_chain): Avoid duplicating
1977         also barrier after tablejump.
1979 2010-12-06  Joern Rennecke  <amylaar@spamcop.net>
1980             Richard Henderson  <rth@redhat.com>
1982         PR target/46740
1983         * config/vax/vax.c (vax_output_int_move): Fold #if into if.
1985 2010-12-06  Eric Botcazou  <ebotcazou@adacore.com>
1987         * config/sparc/sol2.h (PUSHSECTION_FORMAT): Redefine unconditionally.
1988         * config/sparc/sol2-gas.h (PUSHSECTION_FORMAT): Redefine.
1990 2010-12-06  Joern Rennecke  <amylaar@spamcop.net>
1992         PR target/46735
1993         * config/frv/predicates.md (gpr_or_int12_operand): Use IN_RANGE.
1994         (gpr_fpr_or_int12_operand, gpr_or_int10_operand): Likewise.
1995         (int12_operand, int_2word_operand, uint16_operand): Likewise.
1996         (fpr_or_int6_operand, int6_operand, int5_operand): Likewise.
1997         (uint5_operand, uint4_operand): Likewise.
1998         * config/frv/frv.h (IN_RANGE_P): Delete.
1999         (GPR_P, FPR_P, CC_P, ICC_P, FCC_P, CR_P, ICR_P, FCR_P): Use IN_RANGE.
2000         (ACC_P, ACCG_P, SPR_P, CONST_OK_FOR_I, CONST_OK_FOR_J): Likewise.
2001         (CONST_OK_FOR_L, CONST_OK_FOR_M, CONST_OK_FOR_N): Likewise.
2002         (CONST_OK_FOR_P): Likewise.
2003         * config/frv/frv.md (*movqicc_internal2_int): Likewise.
2004         (*movqicc_internal2_float, *movhicc_internal2_int): Likewise.
2005         (*movhicc_internal2_float, *movsicc_internal2_int): Likewise.
2006         (*movsicc_internal2_float, casesi): Likewise.
2007         * config/frv/frv.c (frv_frame_offset_rtx): Likewise.
2008         (frv_asm_output_mi_thunk, frv_legitimate_address_p_1): Likewise.
2009         (frv_emit_movsi, output_move_single, frv_emit_cond_move): Likewise.
2010         (frv_split_cond_move, frv_rtx_costs): Likewise.
2012         PR target/46739
2013         * config/mmix/mmix.c (mmix_intval): Split shift count.
2015 2010-12-06  H.J. Lu  <hongjiu.lu@intel.com>
2017         * config/i386/i386.c (m_COREI7): New.
2018         (initial_ix86_tune_features): Turn on
2019         X86_TUNE_SSE_UNALIGNED_LOAD_OPTIMAL and
2020         X86_TUNE_SSE_UNALIGNED_STORE_OPTIMAL for Core i7.
2022 2010-12-06  H.J. Lu  <hongjiu.lu@intel.com>
2024         * config.gcc: Allow corei7-avx for --with-arch/--with-cpu.
2026         * config/i386/driver-i386.c (host_detect_local_cpu): Support
2027         Sandy Bridge.
2029         * config/i386/i386.c (override_options): Handle "corei7-avx".
2031         * doc/invoke.texi: Document corei7-avx.
2033 2010-12-06  Richard Guenther  <rguenther@suse.de>
2035         PR tree-optimization/46806
2036         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Do not
2037         coalesce different types.
2039 2010-12-06  Richard Guenther  <rguenther@suse.de>
2041         PR tree-optimization/46785
2042         * tree-vect-loop.c (vect_is_simple_reduction_1): Also allow
2043         call statements as operand definition.
2045 2010-12-06  Mingjie Xing  <mingjie.xing@gmail.com>
2047         * doc/tm.texi.in: Fix typo.
2048         * doc/tm.texi: Regenerate.
2050 2010-12-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2052         * config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]: Fix typo in
2053         last change.
2055 2010-12-06  Nicola Pero  <nicola.pero@meta-innovation.com>
2057         * c-family/c-common.h: Removed the declarations of all the objc_
2058         callbacks, and moved them into c-objc.h.  Removed
2059         objc_ivar_visibility_kind and moved it into c-objc.h.
2060         * c-family/c-objc.h: New file.
2061         * c-family/c-common.c: Include c-objc.h.
2062         * c-family/c-format.c: Same change.
2063         * c-family/stub-objc.c: Same change.
2064         * c-decl.c: Include c-family/c-objc.h.
2065         * c-parser.c: Same change.
2066         * c-typeck.c: Same change.
2067         * c-config-lang.in (gtfiles): Added c-family/c-objc.h.
2068         * Makefile.in (c-decl.o): Depend on c-family/c-objc.h.
2069         (c-parser.o): same change.
2070         (c-typeck.o): Same change.
2071         (c-family/c-format.o): Same change.
2072         (c-family/stub-objc.o): Same change.
2073         (c-family/c-common.o): Same change.
2074         (PLUGIN_HEADERS): Added c-family/c-objc.h.
2076 2010-12-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2078         * config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]:  Ignore
2079         --with-dwarf2 option.
2081 2010-12-03  Jan Hubicka  <jh@suse.cz>
2083         * lto-streamer-in.c (input_cfg): Fix pasto.
2085 2010-12-03  Jan Hubicka  <jh@suse.cz>
2087         * ipa.c (cgraph_externally_visible_p): Do not localize builtins
2088         and functions with user asm defined names.
2089         (varpool_externally_visible_p): Do not localize vars with user
2090         asm defined names.
2092 2010-12-03  Jan Hubicka  <jh@suse.cz>
2094         * dwarf2asm.c (dw2_output_indirect_constant_1): Set DECL_ASSEMBLER_NAME
2095         to prevent mangling with lto frontend.
2097 2010-12-03  Jan Hubicka  <jh@suse.cz>
2099         * Makefile.in (LTO_STREAMER_H): Add GCOV_IO_H.
2100         * lto-cgraph.c (merge_profile_summaries): Fix thinko.
2102 2010-12-03  Jan Hubicka  <jh@suse.cz>
2104         PR tree-optimization/46760
2105         * cgraph.c (cgraph_create_node): Initialize count_materialization_scale.
2106         * cgraph.h (struct cgraph_node): Add count_materialization_scale.
2107         * lto-cgraph.c (lto_output_edge): Fix assert.
2108         (lto_output_node): Output count_materialization_scale.
2109         (output_profile_summary): Output only runs and sum_max.
2110         (input_node): Input count_materialization_scale.
2111         (input_profile_summary): Read data into file specific gcov summary.
2112         (merge_profile_summaries): New function.
2113         (input_cgraph): Update call of input_profile_summary;
2114         call merge_profile_summaries.
2115         * lto-streamer-in.c (input_cfg): Add count_materialization_scale arg;
2116         rescale counts at read in.
2117         (intput_bb): Likewise.
2118         (input_function): Update call of input_bb.
2119         (lto_read_body): Update call of input_cfg.
2120         * lto-streamer.h: Inlclude gcov-io.h
2121         (lto_file_decl_data): Add gcov_ctr_summary.
2123 2010-12-03  Dave Korn  <dave.korn.cygwin@gmail.com>
2125         * doc/tm.texi.in (Cond. Exec. Macros): Rename node from this ...
2126         (Cond Exec Macros): ... to this.
2127         * doc/tm.texi: Regenerate.
2129 2010-12-03  Jason Merrill  <jason@redhat.com>
2131         PR debug/46123
2132         * dwarf2out.c (gen_tagged_type_die): Don't put local types in
2133         a declaration DIE.
2135 2010-12-03  Nathan Froyd  <froydnj@codesourcery.com>
2137         * config/arm/arm.c (arm_legitimate_index_p): Split
2138         VALID_NEON_QREG_MODE and VALID_NEON_DREG_MODE cases.  Permit
2139         slightly larger constants in the latter case.
2140         (thumb2_legitimate_index_p): Likewise.
2142 2010-12-03  Joseph Myers  <joseph@codesourcery.com>
2144         * common.opt (N, Q, Qn, Qy, Z, n, r, s, t): New options.
2145         * gcc.c (cc1_options): Add %{Qy:}.
2147 2010-12-03  Joseph Myers  <joseph@codesourcery.com>
2149         * gcc.c (LINK_COMMAND_SPEC): Don't handle -A, -d or -m.
2150         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
2151         * config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise.
2153 2010-12-03  Alexander Monakov  <amonakov@ispras.ru>
2155         PR rtl-optimization/45354
2156         * sel-sched-ir.c (jump_leads_only_to_bb_p): Rename to ...
2157         (bb_has_removable_jump_to_p): This.  Update all callers. Make static.
2158         Allow BBs ending with a conditional jump.  Forbid EDGE_CROSSING jumps.
2159         * sel-sched-ir.h (jump_leads_only_to_bb_p): Delete prototype.
2161 2010-12-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2163         * basic-block.h (struct edge_prediction): Remove forward declaration.
2164         * tree-flow.h (struct edge_prediction): Move from here...
2165         * predict.c (struct edge_prediction): ...to here.
2166         * cselib.h (struct elt_list): Move from here...
2167         * cselib.c (struct elt_list): ...to here.
2169 2010-12-02  Ian Lance Taylor  <iant@google.com>
2171         * gcc.c (default_compilers): Add entry for ".go".
2172         * common.opt: Add -static-libgo as a driver option.
2173         * doc/install.texi (Configuration): Mention libgo as an option for
2174         --enable-shared.  Mention go as an option for --enable-languages.
2175         * doc/invoke.texi (Overall Options): Mention .go as a file name
2176         suffix.  Mention go as a -x option.
2177         * doc/frontends.texi (G++ and GCC): Mention Go as a supported language.
2178         * doc/sourcebuild.texi (Top Level): Mention libgo.
2179         * doc/standards.texi (Standards): Add section on Go language.
2180         Move references for other languages into their own section.
2181         * doc/contrib.texi (Contributors): Mention that I contributed the
2182         Go frontend.
2184 2010-12-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2186         * tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.
2187         (const_call_expr_arg_iterator_d): Likewise.
2188         (expanded_location): Likewise.
2189         * c-tree.h (struct c_arg_tag_d): Likewise.
2190         * dwarf2out.c (struct cfa_loc): Likewise.
2191         (struct skeleton_chain_struct): Likewise.
2192         * except.c (struct ttypes_filter): Likewise.
2193         * cselib.h (struct cselib_val_struct): Likewise.
2194         (elt_loc_list): Likewise.
2195         (elt_list): Likewise.
2196         * varasm.c (struct addr_const): Likewise.
2197         * tree-flow.h (struct edge_prediction): Likewise.
2198         (struct int_tree_map): Likewise.
2199         (struct _edge_var_map): Likewise.
2201 2010-12-02  H.J. Lu  <hongjiu.lu@intel.com>
2203         PR target/46768
2204         * config/i386/i386.c (initial_ix86_tune_features): Turn on
2205         X86_TUNE_INTER_UNIT_MOVES for Core 2 and Core i7.
2207 2010-12-02  H.J. Lu  <hongjiu.lu@intel.com>
2209         * config.gcc: Allow corei7 for --with-arch=/--with-cpu=.
2211 2010-12-02  Ian Lance Taylor  <iant@google.com>
2213         * configure.ac: AC_DEFINE ENABLE_BUILD_WITH_CXX.  Check for C++
2214         header files unordered_map, tr1/unordered_map, and ext/hash_map.
2215         * configure, config.in: Rebuild.
2217 2010-11-02  Eric Botcazou  <ebotcazou@adacore.com>
2219         PR target/46685
2220         * config/sparc/sparc.c (can_use_mov_pic_label_ref): New predicate.
2221         (sparc_expand_move): Call it to decide whether to emit the special
2222         mov{si,di}_pic_label_ref patterns.
2223         (sparc_legitimize_pic_address): Call it to decide whether to emit
2224         the regular PIC sequence for labels.  Fix long line.
2225         (sparc_file_end): Set is_thunk for the PIC helper.
2227 2010-12-02  Eric Botcazou  <ebotcazou@adacore.com>
2229         * tree.c (build_range_type_1): Do not SET_TYPE_STRUCTURAL_EQUALITY
2230         for a non-shared type.
2232 2010-12-02  Sebastian Pop  <sebastian.pop@amd.com>
2234         PR middle-end/45297
2235         * tree-scalar-evolution.c (interpret_rhs_expr): Handle ADDR_EXPR
2236         with MEM_REFs as POINTER_PLUS_EXPR.
2238 2010-12-02  Joseph Myers  <joseph@codesourcery.com>
2240         * config/i386/linux.h, config/m32r/linux.h, config/m68k/linux.h,
2241         config/sparc/linux.h, config/sparc/linux64.h: Remove comments
2242         mentioning /lib/elf.
2244 2010-12-02  Joseph Myers  <joseph@codesourcery.com>
2246         * config/bfin/bfin.h (LINK_SPEC): Remove %{b}.
2247         * config/frv/frv.h (LINK_SPEC): Remove %{b}.
2248         * config/i386/netware.h (LINK_SPEC): Remove %{b}.
2249         * config/i386/nto.h (LINK_SPEC): Remove %{b}.
2250         * config/lm32/uclinux-elf.h (LINK_SPEC): Remove %{b}.
2251         * config/sol2.h (LINK_SPEC): Remove %{b}.
2252         * config/svr4.h (LINK_SPEC): Remove %{b}.
2254 2010-12-02  Joseph Myers  <joseph@codesourcery.com>
2256         * config/i386/freebsd.h (LINK_SPEC): Cut long comment.
2257         * config/i386/linux.h (LINK_SPEC): Cut long comment.
2258         * config/i386/netware.h (LINK_SPEC): Remove %{V}.
2259         * config/m32r/linux.h (LINK_SPEC): Cut long comment.
2260         * config/m68k/linux.h (LINK_SPEC): Cut long comment.
2261         * config/sparc/linux.h (LINK_SPEC): Cut long comment.
2262         (ASM_SPEC): Remove %{V} and %{v:%{!V:-V}}.
2263         * config/sparc/linux64.h (LINK_SPEC): Cut long comment.
2264         (ASM_SPEC): Remove %{V} and %{v:%{!V:-V}}.
2265         * config/sparc/netbsd-elf.h (ASM_SPEC): Remove %{V} and %{v:%{!V:-V}}.
2267 2010-12-02  Joseph Myers  <joseph@codesourcery.com>
2269         * gcc.c (trad_capable_cpp, default_compilers): Don't handle
2270         -ftraditional.
2272 2010-12-02  Joseph Myers  <joseph@codesourcery.com>
2274         * config/alpha/freebsd.h (LINK_SPEC): Don't handle -Wl,.
2275         * config/bfin/bfin.h (ASM_SPEC): Don't handle -Wa,.
2276         * config/frv/frv.h (ASM_SPEC): Don't handle -Wa,.
2277         * config/lm32/uclinux-elf.h (LINK_SPEC): Don't handle -Wl,.
2278         * config/microblaze/microblaze.h (LINK_SPEC): Don't handle -Wl,.
2279         * config/mn10300/linux.h (ASM_SPEC): Don't handle -Wa,.
2280         * config/pa/pa-linux.h (ASM_SPEC): Don't handle -Wa,.
2281         * config/rs6000/freebsd.h (SVR4_ASM_SPEC): Don't handle -Wa,.
2282         * config/rs6000/linux64.h (ASM_SPEC_COMMON): Don't handle -Wa,.
2283         * config/rs6000/sysv4.h (LINK_SPEC): Don't handle -Wl,.
2284         * config/rs6000/vxworks.h (ASM_SPEC): Don't handle -Wa,.
2285         * config/sol2.h (ASM_SPEC): Don't handle -Wa,.
2286         * config/sparc/linux.h (ASM_SPEC): Don't handle -Wa,.
2287         * config/sparc/linux64.h (ASM_SPEC): Don't handle -Wa,.
2288         * config/sparc/sp-elf.h (ASM_SPEC): Don't handle -Wa,.
2289         * config/sparc/sysv4.h (ASM_SPEC): Don't handle -Wa,.
2290         * config/svr4.h (SVR4_ASM_SPEC): Don't handle -Wa,.
2291         * config/vxworks.h (VXWORKS_LINK_SPEC): Don't handle -Wl,.
2293 2010-12-02  Paul Koning  <ni1d@arrl.net>
2295         * config/pdp11/pdp11.c (output_jump): Map unsigned to signed
2296         opcodes if CC_NO_OVERFLOW is set.
2297         (notice_update_cc_on_set): Correct setting of CC0 as a side
2298         effect; set CC_NO_OVERFLOW for cases where C flag is not meaningful.
2300 2010-12-02  Ian Lance Taylor  <iant@google.com>
2302         * doc/install.texi (Configuration): Update default for
2303         --with-boot-ldflags.
2305 2010-12-02  Nathan Froyd  <froydnj@codesourcery.com>
2307         PR c/45062
2308         * c-decl.c (grokparms): Set arg_info->parms to NULL_TREE when
2309         !funcdef_flag.
2311 2010-12-02  Sebastian Pop  <sebastian.pop@amd.com>
2313         PR tree-optimization/45199
2314         * tree-data-ref.c (mem_write_stride_of_same_size_as_unit_type_p): New.
2315         (stores_zero_from_loop): Call
2316         mem_write_stride_of_same_size_as_unit_type_p.
2317         * tree-data-ref.h (stride_of_unit_type_p): New.
2318         * tree-loop-distribution.c (generate_memset_zero): Simplified.
2319         Call stride_of_unit_type_p.
2320         (build_rdg_partition_for_component): Do not call
2321         rdg_flag_similar_memory_accesses when
2322         flag_tree_loop_distribute_patterns is set.
2324 2010-12-02  Richard Guenther  <rguenther@suse.de>
2326         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Disregard
2327         sign-changing conversions for induction detection.
2329 2010-12-02  Richard Guenther  <rguenther@suse.de>
2331         PR tree-optimization/46723
2332         * tree-vect-loop.c (get_initial_def_for_induction): Strip
2333         conversions from the induction evolution and apply it to
2334         the result instead.
2335         * tree-vect-stmts.c (vect_get_vec_def_for_operand): Handle
2336         assigns for induction defs.
2338 2010-12-02  Richard Guenther  <rguenther@suse.de>
2340         * value-prof.c (gimple_ic): Use stmt_ends_bb_p to detect
2341         the case we need to split the edge and not the block.
2343 2010-12-02  Bernd Schmidt  <bernds@codesourcery.com>
2345         DFA model for Core 2 and Core i7 scheduling.
2347         * config/i386/core2.md: New DFA model for Core 2 and Core i7.
2348         * config/i386/i386.c (ix86_option_override_internal): Update entries
2349         for Core 2 and Core i7.
2350         (ix86_issue_rate): Set issue rate to 3 [be realistic].
2351         * config/i386/i386.md: Include "core2.md".
2352         (define_attr cpu): Add "corei7".
2354 2010-12-02  Maxim Kuvyrkov  <maxim@codesourcery.com>
2356         Define tuning for Core 2 and Core i7.
2358         * config/i386/i386-c.c (ix86_target_macros_internal): Update.
2359         * config/i386/i386.c (core2_cost): Delete, use generic costs instead.
2360         (m_CORE2): Replace with m_CORE2_{32,64}.
2361         (m_CORE2I7{,_32,_64}): New macros.
2362         (m_GENERIC32, m_GENERIC64): Update.
2363         (initial_ix86_tune_features, x86_accumulate_outgoing_args,)
2364         (x86_arch_always_fancy_math_387): Set m_CORE2I7_32 iff m_GENERIC32 and
2365         set m_CORE2I7_64 iff m_GENERIC64.
2366         (processor_target_table): Use generic costs for Core 2 and Core i7.
2367         (ix86_option_override_internal): Update entries for Core 2 and Core i7.
2368         (ix86_issue_rate): Remove entry for Core 2.
2369         (ia32_multipass_dfa_lookahead, ix86_sched_init_global): Update.
2370         * config/i386/i386.h (TARGET_CORE2_32, TARGET_CORE2_64): New macros.
2371         (TARGET_CORE2): Update.
2372         (PROCESSOR_CORE2_32, PROCESSOR_CORE2_64): New constants.
2373         (PROCESSOR_CORE2): Remove.
2375 2010-12-02  Richard Guenther  <rguenther@suse.de>
2377         * lto-streamer.h (LTO_major_version): Bump to 2.
2379 2010-12-02  Richard Guenther  <rguenther@suse.de>
2381         PR lto/44871
2382         * gimple.c (canonical_type_hash_cache): New hashtable.
2383         (gimple_type_hash): Make a wrapper around ...
2384         (gimple_type_hash_1): ... this.  Take gtc_mode argument.
2385         (gimple_canonical_type_hash): Likewise.
2386         (gtc_visit): Take a gtc_mode argument.
2387         (gimple_types_compatible_p_1): Likewise. Do not compare struct
2388         tag names or field names when computing canonical types.
2389         (gimple_types_compatible_p): Adjust.
2390         (visit): Take a gtc_mode argument.
2391         (iterative_hash_gimple_type): Likewise.  Do not hash struct tag
2392         names or field names when computing hashes of canonical types.
2393         (gimple_register_canonical_type): Use gimple_canonical_type_hash
2394         for the hash.
2395         (print_gimple_types_stats): Dump stats of canonical_type_hash_cache.
2396         (free_gimple_type_tables): Free canonical_type_hash_cache.
2398 2010-12-02  Richard Guenther  <rguenther@suse.de>
2399             Ira Rosen  <irar@il.ibm.com>
2401         PR tree-optimization/46663
2402         * tree-vect-patterns.c (vect_recog_pow_pattern): Check that
2403         FUNCTION_DECL exists and that it's a builtin.
2405 2010-12-02  Jie Zhang  <jie@codesourcery.com>
2407         PR middle-end/46674
2408         * varasm.c (compute_visible_aliases): Handle user set assembler name.
2410 2010-12-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
2412         * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
2413         thinko regarding setting -mno-<xxx> debug switches.
2414         (rs6000_rtx_costs): Add FMA.  Delete old rtl based FMA costs.
2416 2010-12-01  Joseph Myers  <joseph@codesourcery.com>
2418         * intl.c: Don't include tm.h.
2419         * Makefile.in (intl.o): Don't depend on $(TM_H).
2421 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
2423         * graphite-sese-to-poly.c (analyze_drs_in_stmts): Fix set but
2424         unused warning.
2425         (rewrite_cross_bb_scalar_deps_out_of_ssa): Same.
2427 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
2429         * graphite-sese-to-poly.c (analyze_drs): Removed.
2430         (build_scop_drs): Do not call analyze_drs.
2431         (analyze_drs_in_stmts): New.
2432         (insert_stmts): New.
2433         (insert_out_of_ssa_copy): Call analyze_drs_in_stmts.
2434         (insert_out_of_ssa_copy_on_edge): Same.
2435         (rewrite_close_phi_out_of_ssa): Call insert_stmts.
2436         (rewrite_phi_out_of_ssa): Same.
2437         (rewrite_cross_bb_scalar_dependence): Same.
2438         (split_reduction_stmt): Move data references in the new basic blocks.
2439         (translate_scalar_reduction_to_array_for_stmt): Call insert_stmts.
2441 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
2443         * sese.c (rename_uses): Do not handle ADDR_EXPR in LHS of assignments.
2445 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
2447         PR middle-end/45297
2448         * graphite-poly.c (new_poly_bb): Returns a poly_bb_p.  Do not take
2449         the reduction bool in parameter.  Clear PBB_IS_REDUCTION.  Set GBB_PBB.
2450         * graphite-poly.h (new_poly_bb): Update declaration.
2451         (gbb_from_bb): Moved here...
2452         (pbb_from_bb): New.
2453         * graphite-sese-to-poly.c (var_used_in_not_loop_header_phi_node):
2454         Removed.
2455         (graphite_stmt_p): Removed.
2456         (try_generate_gimple_bb): Returns a gimple_bb_p.  Do not pass in
2457         sbitmap reductions.  Always build a gimple_bb_p.  Do not call
2458         new_poly_bb.
2459         (build_scop_bbs_1): Do not pass in sbitmap reductions.
2460         (build_scop_bbs): Same.
2461         (gbb_from_bb): ... from here.
2462         (add_conditions_to_constraints): Moved up.
2463         (analyze_drs): New.
2464         (build_scop_drs): Call analyze_drs.  Remove all the PBBs that do
2465         not contain data references.
2466         (new_pbb_from_pbb): New.
2467         (insert_out_of_ssa_copy_on_edge): Call new_pbb_from_pbb after a
2468         block is split.
2469         (rewrite_close_phi_out_of_ssa): Update call to
2470         insert_out_of_ssa_copy_on_edge.
2471         (rewrite_reductions_out_of_ssa): Now static.
2472         (rewrite_cross_bb_scalar_deps_out_of_ssa): Same.
2473         (split_pbb): New.
2474         (split_reduction_stmt): Call split_pbb.
2475         (translate_scalar_reduction_to_array): Pass in the scop, do not
2476         pass in the sbitmap reductions.
2477         (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
2478         (rewrite_commutative_reductions_out_of_ssa_loop): Same.
2479         (rewrite_commutative_reductions_out_of_ssa): Same.
2480         (build_poly_scop): Call build_scop_bbs,
2481         rewrite_commutative_reductions_out_of_ssa,
2482         rewrite_reductions_out_of_ssa, and
2483         rewrite_cross_bb_scalar_deps_out_of_ssa.  Move build_scop_drs
2484         before scop_to_lst.
2485         * graphite-sese-to-poly.h (rewrite_commutative_reductions_out_of_ssa):
2486         Removed declaration.
2487         (rewrite_reductions_out_of_ssa): Same.
2488         (rewrite_cross_bb_scalar_deps_out_of_ssa): Same.
2489         (build_scop_bbs): Same.
2490         * graphite.c (graphite_transform_loops): Do not initialize reductions.
2491         Do not call build_scop_bbs,
2492         rewrite_commutative_reductions_out_of_ssa,
2493         rewrite_reductions_out_of_ssa, and
2494         rewrite_cross_bb_scalar_deps_out_of_ssa.
2495         * sese.h (struct gimple_bb): Add field pbb.
2496         (GBB_PBB): New.
2498 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
2500         * graphite-sese-to-poly.c (handle_scalar_deps_crossing_scop_limits):
2501         New.
2502         (rewrite_cross_bb_scalar_deps): Pass in the scop.  Call
2503         handle_scalar_deps_crossing_scop_limits.
2504         (rewrite_cross_bb_scalar_deps_out_of_ssa): Create an empty BB
2505         after the scop.  Update call to rewrite_cross_bb_scalar_deps.
2507 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
2509         * sese.c (rename_uses): Call recompute_tree_invariant_for_addr_expr
2510         when replacing a constant in an ADDR_EXPR.
2512 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
2514         * graphite-blocking.c (lst_do_strip_mine_loop): Extra parameter
2515         for the stride.
2516         (lst_do_strip_mine): Same.
2517         (scop_do_strip_mine): Same.
2518         * graphite-poly.c (apply_poly_transforms): Update call to
2519         scop_do_strip_mine.
2520         * graphite-poly.h (scop_do_strip_mine): Update declaration.
2522 2010-12-01  Jan Hubicka  <jh@suse.cz>
2524         * tree.c (build_common_builtin_nodes): Do not initialize
2525         BUILT_IN_PROFILE_FUNC_ENTER and BUILT_IN_PROFILE_FUNC_EXIT.
2526         * builtins.c (expand_builtin_profile_func): Remove.
2527         (expand_builtin): Do not handle BUILT_IN_PROFILE_FUNC_ENTER and
2528         BUILT_IN_PROFILE_FUNC_EXIT.
2529         * builtins.def (profile_func_enter, profile_func_exit): Remove stubs.
2530         (__cyg_profile_func_enter, __cyg_profile_func_exit): New.
2531         * gimplify.c (gimplify_function_tree): Reorganize code calling
2532         profiling functions.
2534 2010-12-01  Joseph Myers  <joseph@codesourcery.com>
2536         * opts.c: Expand comment on tm.h include.
2538 2010-12-01  Yao Qi  <yao@codesourcery.com>
2540         * config/arm/predicates.md ("vfp_register_operand"): Return true for
2541         VFP_D0_D7_REGS classes.
2543 2010-12-01  Joseph Myers  <joseph@codesourcery.com>
2545         * common.opt (flag_stack_check): New Variable entry.
2546         (fcompare-debug-second): Use Var.
2547         * flags.h (flag_compare_debug, flag_stack_check): Remove.
2548         * opts.c (flag_compare_debug): Remove.
2549         (common_handle_option): Don't handle OPT_fcompare_debug_second.
2550         Set opts->x_flag_stack_check for OPT_fstack_check_.
2551         * toplev.c (flag_stack_check): Remove.
2553 2010-12-01  Joseph Myers  <joseph@codesourcery.com>
2555         * common.opt (main_input_filename, main_input_basename,
2556         main_input_baselength): New Variable entries.  From toplev.c.
2557         * final.c (output_quoted_string): Move from toplev.c.
2558         * output.h (output_quoted_string): Move from toplev.h.
2559         * opts-global.c (read_cmdline_options): Use gcc_options pointer to
2560         access main_input_filename, main_input_baselength and
2561         main_input_basename.
2562         * targhooks.c: Include intl.h and opts.h.
2563         (option_affects_pch_p, default_get_pch_validity): Move from toplev.c.
2564         * targhooks.h (option_affects_pch_p, default_get_pch_validity):
2565         Move from toplev.h.
2566         * toplev.c (main_input_filename, main_input_basename,
2567         main_input_baselength): Move to common.opt.
2568         (output_quoted_string): Move to final.c.
2569         (warn_deprecated_use): Move to tree.c.
2570         (option_affects_pch_p, default_get_pch_validity,
2571         pch_option_mismatch, default_pch_valid_p): Move to targhooks.c.
2572         * toplev.h (skip_leading_substring): Move to tree-dump.c.
2573         (warn_deprecated_use): Move to tree.h.
2574         (output_quoted_string): Move to output.h.
2575         (main_input_filename, main_input_basename, main_input_baselength):
2576         Move to common.opt.
2577         (default_get_pch_validity, default_pch_valid_p): Move to targhooks.c.
2578         * tree-dump.c (skip_leading_substring): Move from toplev.h.
2579         * tree.c (warn_deprecated_use): Move from toplev.c.
2580         * tree.h (warn_deprecated_use): Move from toplev.h.
2581         * c-typeck.c, config/alpha/alpha.c, config/arc/arc.c,
2582         config/arm/arm.c, config/avr/avr.c, config/bfin/bfin.c,
2583         config/cris/cris.c, config/crx/crx.c, config/fr30/fr30.c,
2584         config/frv/frv.c, config/h8300/h8300.c, config/ia64/ia64.c,
2585         config/iq2000/iq2000.c, config/lm32/lm32.c, config/m32c/m32c.c,
2586         config/m32r/m32r.c, config/m68hc11/m68hc11.c, config/m68k/m68k.c,
2587         config/mcore/mcore.c, config/mep/mep.c,
2588         config/microblaze/microblaze.c, config/mips/mips.c,
2589         config/mmix/mmix.c, config/mn10300/mn10300.c,
2590         config/moxie/moxie.c, config/pa/pa.c, config/pdp11/pdp11.c,
2591         config/picochip/picochip.c, config/s390/s390.c,
2592         config/score/score.c, config/sh/sh.c, config/sparc/sparc.c,
2593         config/spu/spu.c, config/stormy16/stormy16.c, config/v850/v850.c,
2594         config/vax/vax.c, config/xtensa/xtensa.c, gimple-low.c,
2595         graphite-sese-to-poly.c, plugin.c, tree-cfg.c, tree-inline.c,
2596         varasm.c, xcoffout.c: Don't include toplev.h.
2597         * Makefile.in (c-typeck.o, tree-inline.o, tree-cfg.o,
2598         gimple-low.o, graphite-sese-to-poly.o, targhooks.o, plugin.o,
2599         varasm.o, xcoffout.o): Update dependencies.
2600         * config/arm/t-arm (arm.o): Update dependencies.
2601         * config/spu/t-spu-elf (spu.o): Update dependencies.
2603 2010-12-01  Richard Guenther  <rguenther@suse.de>
2605         PR tree-optimization/46730
2606         * value-prof.c (gimple_ic): Always generate a separate merge BB.
2608 2010-11-30  Ian Lance Taylor  <iant@google.com>
2610         * config/i386/linux.h (ASM_SPEC): Pass -v as -v, not -V.  Remove
2611         all of %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}.
2612         * config/i386/linux64.h (ASM_SPEC): Likewise.
2613         * config/i386/mingw-w64.h (ASM_SPEC): Likewise.
2614         * config/i386/sol2-10.h (ASM_SPEC) [USE_GAS]: Likewise.
2615         * config/i386/vxworks.h (ASM_SPEC): Likewise.
2616         * config/i386/x86-64.h (ASM_SPEC): Likewise.
2617         * config/i386/sol2.h (ASM_SPEC): Remove %{Wa,*:%*}.
2618         * config/i386/sol2-10.h (ASM_SPEC) [!USE_GAS]: Likewise.
2620 2010-11-30  Nicola Pero  <nicola.pero@meta-innovation.com>
2622         * c-decl.c (finish_function): Call objc_finish_function in
2623         Objective-C.
2624         * c-typeck.c (convert_for_assignment): Do not call
2625         objc_type_quals_match().
2627 2010-11-30  Richard Guenther  <rguenther@suse.de>
2629         PR tree-optimization/46722
2630         * tree-ssa-math-opts.c (convert_mult_to_fma): Get multiplication
2631         operands as arguments.
2632         (execute_optimize_widening_mul): Also handle power of two as
2633         multiplication.
2635 2010-11-30  Dave Korn  <dave.korn.cygwin@gmail.com>
2637         PR middle-end/46709
2638         * cgraphunit.c (process_function_and_variable_attributes): Fix
2639         cut'n'pasteo.
2641 2010-11-30  Joseph Myers  <joseph@codesourcery.com>
2643         * hwint.c:  New.  Extracted from toplev.c.
2644         * hwint.h (clz_hwi, ctz_hwi, ffs_hwi, exact_log2, floor_log2):
2645         Move from toplev.h.
2646         * toplev.c (clz_hwi, ctz_hwi, ffs_hwi, exact_log2, floor_log2):
2647         Move to hwint.c.
2648         * toplev.h (clz_hwi, ctz_hwi, ffs_hwi, exact_log2, floor_log2):
2649         Move to hwint.h.
2650         * builtins.c, combine.c, config/i386/winnt.c, double-int.c,
2651         explow.c, expmed.c, fold-const.c, ggc-page.c, ggc-zone.c, ifcvt.c,
2652         ipa-struct-reorg.c, ira-color.c, matrix-reorg.c, omp-low.c,
2653         real.c, recog.c, reload.c, rtlanal.c, simplify-rtx.c,
2654         stor-layout.c, tree-dfa.c, tree-ssa-alias.c,
2655         tree-ssa-loop-niter.c, tree-vect-data-refs.c,
2656         tree-vect-loop-manip.c, tree-vect-loop.c, tree-vect-stmts.c,
2657         tree-vrp.c: Don't include toplev.h.
2658         * genattrtab.c, genconditions.c, genemit.c, genextract.c,
2659         genoutput.c, genpeep.c, genpreds.c, genrecog.c: Don't include
2660         toplev.h in generated output.
2661         * Makefile.in (OBJS-common): Add hwint.o.
2662         Dependencies for above files changed to remove toplev.h.
2663         (hwint.o): New.
2664         (insn-attrtab.o, insn-emit.o, insn-extract.o, insn-output.o,
2665         insn-peep.o, insn-preds.o, insn-recog.o): Don't depend on toplev.h.
2666         * config/i386/t-cygming (winnt.o): Don't depend on toplev.h.
2667         * config/i386/t-interix (winnt.o): Don't depend on toplev.h.
2669 2010-11-30  Richard Guenther  <rguenther@suse.de>
2671         PR tree-optimization/46717
2672         * value-prof.c (gimple_ic): Preserve EH edges of the indirect
2673         call.  Manually create EH edges for the direct call and update
2674         target PHI nodes.
2676 2010-11-30  Joseph Myers  <joseph@codesourcery.com>
2678         * diagnostic-core.h: Include bversion.h.
2679         * toplev.h: Don't include input.h or bversion.h.
2680         (parse_optimize_options): Don't declare here.
2681         * alias.c, auto-inc-dec.c, c-aux-info.c, c-convert.c, c-parser.c,
2682         caller-save.c, cfg.c, cfganal.c, cfgbuild.c, cfgcleanup.c,
2683         combine-stack-adj.c, config/arm/pe.c, config/darwin-c.c,
2684         config/host-darwin.c, config/i386/host-cygwin.c,
2685         config/i386/host-mingw32.c, config/i386/msformat-c.c,
2686         config/i386/netware.c, config/i386/nwld.c,
2687         config/i386/winnt-cxx.c, config/i386/winnt-stubs.c,
2688         config/ia64/ia64-c.c, config/m32c/m32c-pragma.c,
2689         config/mep/mep-pragma.c, config/microblaze/microblaze-c.c,
2690         config/rs6000/host-darwin.c, config/rs6000/rs6000-c.c,
2691         config/score/score3.c, config/score/score7.c,
2692         config/sh/symbian-base.c, config/sh/symbian-c.c,
2693         config/sh/symbian-cxx.c, config/sol2-c.c, config/sol2.c,
2694         config/v850/v850-c.c, config/vxworks.c, convert.c, cppbuiltin.c,
2695         cselib.c, dbgcnt.c, ddg.c, dfp.c, dominance.c, emit-rtl.c,
2696         fixed-value.c, fwprop.c, ggc-common.c, gimple.c, gimplify.c,
2697         graphite-blocking.c, graphite-clast-to-gimple.c,
2698         graphite-dependences.c, graphite-flattening.c,
2699         graphite-interchange.c, graphite-poly.c,
2700         graphite-scop-detection.c, graphite.c, haifa-sched.c,
2701         implicit-zee.c, integrate.c, ipa-pure-const.c, ipa-reference.c,
2702         ira-build.c, ira-conflicts.c, ira-costs.c, ira-lives.c, jump.c,
2703         lists.c, loop-doloop.c, loop-iv.c, lto-cgraph.c, lto-compress.c,
2704         lto-opts.c, lto-section-in.c, lto-section-out.c,
2705         lto-streamer-out.c, lto-symtab.c, modulo-sched.c, optabs.c,
2706         params.c, postreload-gcse.c, postreload.c, predict.c, profile.c,
2707         regcprop.c, reginfo.c, regmove.c, reorg.c, resource.c,
2708         sched-deps.c, sched-ebb.c, sched-rgn.c, sdbout.c,
2709         sel-sched-dump.c, sel-sched-ir.c, sese.c, stmt.c, targhooks.c,
2710         tree-cfgcleanup.c, tree-mudflap.c, tree-nomudflap.c,
2711         tree-object-size.c, tree-outof-ssa.c, tree-phinodes.c,
2712         tree-profile.c, tree-sra.c, tree-ssa-ccp.c, tree-ssa-coalesce.c,
2713         tree-ssa-live.c, tree-ssa-loop-prefetch.c, tree-ssa-loop.c,
2714         tree-ssa-operands.c, tree-ssa-structalias.c, tree-ssa-uninit.c,
2715         tree-vect-patterns.c, value-prof.c, var-tracking.c, web.c: Don't
2716         include toplev.h.
2717         * Makefile.in (TOPLEV_H): Remove.  All uses changed to use
2718         toplev.h.  Dependencies for above files and c-family files changed
2719         to remove $(TOPLEV_H) or toplev.h.
2720         (C_TREE_H): Don't include $(TOPLEV_H).
2721         (DIAGNOSTIC_CORE_H): Use $(INPUT_H) instead of input.h.  Add
2722         bversion.h.
2723         * config/arm/t-pe, config/arm/t-wince-pe, config/i386/t-cygming,
2724         config/ia64/t-ia64, config/mep/t-mep, config/score/t-score-elf,
2725         config/t-darwin, config/t-sol2,
2726         config/t-vxworks, config/v850/t-v850, config/v850/t-v850e:
2727         Dependencies for above files changed to remove $(TOPLEV_H) or
2728         toplev.h.
2730 2010-11-30  Richard Guenther  <rguenther@suse.de>
2732         PR lto/44986
2733         * gcc.c (main): Use the first input with a compiler as infile
2734         for link spec processing.
2736 2010-11-30  Richard Guenther  <rguenther@suse.de>
2738         PR lto/45949
2739         * cgraphunit.c (ipa_passes): Stop after errors from small IPA passes.
2741 2010-11-30  Mingjie Xing  <mingjie.xing@gmail.com>
2743         * gcc-plugin.h: Include coretypes.h.
2744         * Makefile.in (FUNCTION_H): Add hard-reg-set.h.
2746 2010-11-30  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2748         * ggc-zone.c (ggc_pch_read): Fix conditional compilation.
2749         * ggc-none.c (ggc_internal_alloc_zone_stat)
2750         (ggc_internal_cleared_alloc_zone_stat): New.
2752 2010-11-29  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
2754         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Check
2755         TARGET_SINGLE_PIC_BASE for RS6000_PIC_OFFSET_TABLE_REGNUM.
2756         (rs6000_emit_prologue): Don't set PIC register if
2757         TARGET_SINGLE_PIC_BASE.
2758         * config/rs6000/rs6000.opt (msingle-pic-base): New option.
2759         * doc/invoke.texi (msingle-pic-base): Document.
2761 2010-11-29  H.J. Lu  <hongjiu.lu@intel.com>
2763         PR driver/46712
2764         * exec-tool.in (id): New.
2765         Check and export LT_RCU_$id instead of LT_RCU.
2767 2010-11-29  Zdenek Dvorak  <rakdver@kam.uniff.cz>
2769         PR tree-optimization/46675
2770         * tree-ssa-loop-niter.c (split_to_var_and_offset): Avoid overflow
2771         in offset calculation.
2773 2010-11-29  Jan Hubicka  <jh@suse.cz>
2775         * collect2.c (main): Do not imply verbose output with
2776         LTO and linker plugin.
2778 2010-11-29  Dodji Seketeli  <dodji@redhat.com>
2780         * dwarf2out.c (print_die): Print the address of the current DIE or
2781         of any DIE referenced by the current one.
2783 2010-11-29  Dodji Seketeli  <dodji@redhat.com>
2785         PR debug/46101
2786         * dwarf2out.c (lookup_type_die_strip_naming_typedef): New function.
2787         (scope_die_for, gen_type_die_for_member): Replace uses of
2788         lookup_type_die with use of lookup_type_die_strip_naming_typedef.
2790 2010-11-29  Iain Sandoe  <iains@gcc.gnu.org>
2792         * config/darwin.c (darwin_mergeable_string_section): Remove blank line.
2793         (darwin_asm_declare_object_name): Correct spelling.
2794         (darwin_output_aligned_bss): Likewise.
2796 2010-11-29  Iain Sandoe  <iains@gcc.gnu.org>
2797             Mike Stump  <mrs@gcc.gnu.org>
2799         PR target/26427
2800         PR target/33120
2801         PR testsuite/35710
2802         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Remove
2803         (ASM_OUTPUT_LOCAL): Likewise.
2804         * config/darwin-protos.h (darwin_asm_declare_object_name): New.
2805         (darwin_output_aligned_bss): Likewise.
2806         (darwin_asm_output_aligned_decl_local): Likewise.
2807         (darwin_asm_output_aligned_decl_common): Likewise.
2808         (darwin_use_anchors_for_symbol_p): Likewise.
2809         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Remove.
2810         (TARGET_ASM_OUTPUT_ANCHOR): Define.
2811         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Define.
2812         (DARWIN_SECTION_ANCHORS): Set to 1.
2813         * config/darwin.c (emit_aligned_common): New var.
2814         (darwin_init_sections): Check that the Darwin private zero-size section
2815         marker is in range.
2816         (darwin_text_section): Check for zero-sized objects.
2817         (darwin_mergeable_string_section): Likewise.
2818         (darwin_mergeable_constant_section): Likewise.
2819         (machopic_select_section): Adjust to check for zero-sized objects.
2820         Assert that OBJC meta data are non-zero sized.
2821         (darwin_asm_declare_object_name): New.
2822         (darwin_asm_declare_constant_name): Adjust for zero-sized
2823         object sections.
2824         (BYTES_ZFILL): Define.
2825         (darwin_emit_weak_or_comdat): New.
2826         (darwin_emit_local_bss): New.
2827         (darwin_emit_common): New.
2828         (darwin_output_aligned_bss): New.
2829         (darwin_asm_output_aligned_decl_common): New.
2830         (darwin_asm_output_aligned_decl_local): New.
2831         (darwin_file_end): Disable subsections_via_symbols when section
2832         anchoring is active.
2833         (darwin_asm_output_anchor): Re-enable.
2834         (darwin_use_anchors_for_symbol_p): New.
2835         (darwin_override_options): Check for versions that can emit
2836         aligned common.  Update usage of flags to current.
2837         * config/darwin-sections.def: Update comments and flags for
2838         non-anchor sections.  zobj_const_section, zobj_data_section,
2839         zobj_bss_section, zobj_const_data_section: New.
2840         * config/darwin.h (ASM_DECLARE_OBJECT_NAME): Redefine.
2841         (ASM_OUTPUT_ALIGN): Make whitespace output consistent.
2842         (L2_MAX_OFILE_ALIGNMENT): Define.
2843         (ASM_OUTPUT_ALIGNED_BSS): Define.
2844         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Define.
2845         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
2846         (SECTION_NO_ANCHOR): Define.
2847         (TARGET_ASM_OUTPUT_ANCHOR) Define with a default of NULL.
2848         (DARWIN_SECTION_ANCHORS): Define with a default of 0.
2850 2010-11-29  Joseph Myers  <joseph@codesourcery.com>
2852         * system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.
2853         Include <signal.h>, <sys/mman.h>, <sys/resource.h> and <sys/times.h>.
2854         (O_BINARY, SIGCHLD, MAP_FAILED, MAP_ANONYMOUS, kill):
2855         Conditionally define.
2856         (GET_ENVIRONMENT): Poison.
2857         * configure.ac: Don't test for mincore.
2858         * configure: Regenerate.
2859         * config.in: Regenerate.
2860         * collect2-aix.c: Don't include <sys/mman.h>.
2861         * collect2.c: Don't include <signal.h>.
2862         (SIGCHLD): Don't define.
2863         (prefix_from_env): Use getenv instead of GET_ENVIRONMENT.
2864         * config/alpha/alpha.c: Include "splay-tree.h" instead of
2865         <splay-tree.h>.
2866         * config/arm/arm.c (arm_target_help): Use getenv instead of
2867         GET_ENVIRONMENT.
2868         * config/avr/driver-avr.c: Don't include <stdlib.h>.
2869         * config/frv/frv.c: Don't include <ctype.h>.
2870         * config/host-darwin.c: Don't include <sys/mman.h>.
2871         * config/host-hpux.c: Don't include <sys/mman.h> or <unistd.h>.
2872         (MAP_FAILED): Don't define.
2873         * config/host-linux.c: Don't include <sys/mman.h> or <limits.h>.
2874         * config/host-solaris.c: Don't include <sys/mman.h>.
2875         * config/i386/cygming.h: Don't include <stdio.h>.
2876         * config/i386/driver-i386.c: Don't include <stdlib.h>.
2877         * config/i386/host-cygwin.c: Don't include <sys/mman.h>.
2878         * config/iq2000/iq2000.c: Don't include <signal.h>.
2879         * config/m32c/m32c-pragma.c: Don't include <stdio.h>.
2880         * config/m68hc11/m68hc11.c: Don't include <stdio.h>.
2881         * config/mep/mep-pragma.c: Don't include <stdio.h>.
2882         * config/microblaze/microblaze.c: Don't include <signal.h>.
2883         * config/mips/mips.c: Don't include <signal.h>.
2884         * config/rs6000/host-darwin.c: Don't include <signal.h>.
2885         * cppdefault.c (cpp_relocated): Use getenv instead of GET_ENVIRONMENT.
2886         * defaults.h (GET_ENVIRONMENT): Don't define.
2887         * et-forest.h: Don't include <ansidecl.h> or <stddef.h>.
2888         * gcc.c: Don't include <signal.h>, <sys/mman.h> or <sys/types.h>.
2889         (SIGCHLD, MAP_FAILED, kill): Don't define.
2890         (process_command): Use getenv instead of GET_ENVIRONMENT.
2891         * genhooks.c: Don't include <string.h>.
2892         * ggc-common.c: Don't include <sys/resource.h>, <sys/mman.h> or
2893         <sys/types.h>.
2894         (MAP_FAILED): Don't define.
2895         * ggc-page.c Don't include <sys/mman.h>.
2896         (MAP_ANONYMOUS, MAP_FAILED): Don't define.
2897         * ggc-zone.c: Don't include <sys/mman.h>.
2898         (MAP_ANONYMOUS, MAP_FAILED): Don't define.
2899         * graph.c: Include "config.h" instead of <config.h>.
2900         * incpath.c (add_env_var_paths): Use getenv instead of GET_ENVIRONMENT.
2901         * lto-wrapper.c: Don't include <errno.h>, <signal.h> or "libiberty.h".
2902         (SIGCHLD, kill): Don't define.
2903         * mips-tfile.c: Don't include <signal.h>.
2904         * opts.c: Don't include <signal.h> or <sys/resource.h>.
2905         (print_specific_help): Use getenv instead of GET_ENVIRONMENT.
2906         * passes.c: Don't include <signal.h>, <sys/resource.h> or
2907         <sys/times.h>.
2908         * sparseset.h: Don't include <assert.h>.
2909         * timevar.c: Don't include <sys/times.h> or <sys/resource.h>.
2910         * tlink.c: Don't include "libiberty.h".
2911         * toplev.c: Don't include <signal.h> or <sys/times.h>.
2912         * tree-mudflap.c: Include "demangle.h" instead of <demangle.h>.
2913         * tree-switch-conversion.c: Don't include <signal.h>.
2914         * vmsdbgout.c: Don't include <errno.h> or <string.h>.
2916 2010-11-29  Nicola Pero  <nicola.pero@meta-innovation.com>
2918         * c-parser.c (c_parser_objc_try_catch_statement): Renamed to
2919         c_parser_objc_try_catch_finally_statement for consistency with the
2920         C++ parser.  Parse @catch(...) and pass NULL_TREE to
2921         objc_begin_catch_clause() in that case.  Improved error recovery.
2922         Reorganized code to be almost identical to
2923         cp_parser_objc_try_catch_finally_statement.
2925 2010-11-29  Joern Rennecke  <amylaar@spamcop.net>
2927         PR tree-optimization/46621
2928         * gimple.h: Don't include tm.h or hard-reg-set.h .
2929         * Makefile.in (GIMPLE_H): Remove $(TM_H).
2931         PR bootstrap/44756
2932         * cppbuiltin.c: Include target.h .
2933         (define_builtin_macros_for_type_sizes):
2934         Use targetm.float_words_big_endian.
2936 2010-11-27  Jan Hubicka  <jh@suse.cz>
2938         * dwarf2out.c (dwarf2out_begin_function): Set cold_text_section
2939         and output cold_text_section_label.
2940         (dwarf2out_init): Don't do that there.
2941         (dwarf2out_finish): Handle cold section end label only if cold
2942         section was used.
2944 2010-11-27  Eric Botcazou  <ebotcazou@adacore.com>
2946         * tree-nested.c (remap_vla_decls): Fully expand value expressions of
2947         VLA variables.
2949 2010-11-27  Richard Guenther  <rguenther@suse.de>
2951         * gimple.c (gimple_assign_copy_p): Use gimple_assign_single_p.
2952         (gimple_assign_ssa_name_copy_p): Likewise.
2953         (gimple_assign_unary_nop_p): Use is_gimple_assign.
2954         (is_gimple_cast): Remove.
2955         (gimple_assign_single_p): Move ...
2956         * gimple.h (gimple_assign_single_p): ... here.
2957         (is_gimple_cast): Remove.
2958         (gimple_assign_rhs_code): Simplify.
2959         * gimple-fold.c (gimple_fold_builtin): Use CONVERT_EXPR_P
2960         instead of is_gimple_cast.
2961         * ipa-type-escape.c (look_for_casts): Likewise.
2963 2010-11-26  Joseph Myers  <joseph@codesourcery.com>
2965         * doc/options.texi (Enum, EnumValue): Document new record types.
2966         (Enum): Document new option flag.
2967         * opt-functions.awk
2968         * optc-gen.awk: Handle enumerated option arguments.
2969         * opth-gen.awk: Handle enumerated option arguments.
2970         * opts-common.c (enum_arg_ok_for_language, enum_arg_to_value,
2971         enum_value_to_arg): New.
2972         (decode_cmdline_option): Handle enumerated arguments.
2973         (read_cmdline_option): Handle CL_ERR_ENUM_ARG.
2974         (set_option, option_enabled, get_option_state): Handle CLVC_ENUM.
2975         * opts.c (print_filtered_help, print_specific_help): Take
2976         lang_mask arguments.
2977         (print_filtered_help): Handle printing values of enumerated
2978         options.  Print possible arguments for enumerated options.
2979         (print_specific_help): Update call to print_filtered_help.
2980         (common_handle_option): Update calls to print_specific_help.  Use
2981         value rather than arg for OPT_fdiagnostics_show_location_.  Don't
2982         handle OPT_ffp_contract_, OPT_fexcess_precision_,
2983         OPT_fvisibility_, OPT_ftls_model_, OPT_fira_algorithm_ or
2984         OPT_fira_region_ here.
2985         * opts.h (enum cl_var_type): Add CLVC_ENUM.
2986         (struct cl_option): Add var_enum.
2987         (CL_ENUM_CANONICAL, CL_ENUM_DRIVER_ONLY, struct cl_enum_arg,
2988         struct cl_enum, cl_enums, cl_enums_count): New.
2989         (CL_ERR_ENUM_ARG): Define.
2990         (CL_ERR_NEGATIVE): Update value.
2991         (enum_value_to_arg): Declare.
2992         * common.opt (flag_ira_algorithm, flag_ira_region,
2993         flag_fp_contract_mode, flag_excess_precision_cmdline,
2994         default_visibility, flag_tls_default): Remove Variable entries.
2995         (help_enum_printed): New Variable.
2996         (fdiagnostics-show-location=): Use Enum.  Add associated
2997         SourceInclude, Enum and EnumValue entries.
2998         (fexcess-precision=, ffp-contract=, fira-algorithm=, fira-region=,
2999         ftls-model=, fvisibility=): Use Enum, Var and Init.  Add
3000         associated Enum and EnumValue entries.
3002 2010-11-26  Joern Rennecke  <amylaar@spamcop.net>
3004         PR target/46623
3005         * config/microblaze/microblaze.c (microblaze_block_move_straight):
3006         Use XALLOCAVEC.
3007         (microblaze_option_override): Don't use C++ style comments.
3008         (save_restore_insns): Remove unused variable base_offset.
3009         (microblaze_expand_prologue): Remove unused variable insn.
3010         (microblaze_secondary_reload): Adjust type to match target.h .
3011         (microblaze_elf_in_small_data_p): Move declarations to start of block.
3012         (microblaze_expand_move): Likewise.
3013         * config/microblaze/microblaze.h (LARGE_INT):
3014         Avoid signed / unsigned comparisons.
3015         (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
3016         (ASM_FORMAT_PRIVATE_NAME): Make format specifier match printed data.
3017         (ASM_FINISH_DECLARE_OBJECT): Likewise.  Constify name.
3019 2010-11-26  Michael Matz  <matz@suse.de>
3021         * tree-ssa-copy.c (fini_copy_prop): Don't DCE when we have loops.
3023         * passes.c (init_optimization_passes): Remove superfluous
3024         copy-prop pass.
3026 2010-11-26  Richard Guenther  <rguenther@suse.de>
3028         PR lto/46648
3029         * gimple.c (gtc_visit): Do not return true for members of an
3030         SCC still being processed but the current lattice value of
3031         the member.  Treat SCC members comparison state as lattice,
3032         starting at equal, eventually dropping to unequal.
3033         (gimple_types_compatible_p_1): Likewise.
3035 2010-11-26  Richard Guenther  <rguenther@suse.de>
3037         PR middle-end/46559
3038         * dwarf2out.c (dwarf2out_finish): Use comp_unit_die as root
3039         for location list processing.
3041 2010-11-26  Richard Guenther  <rguenther@suse.de>
3043         PR lto/46560
3044         * cgraph.c (cgraph_clone_edge): Clone call_stmt dependent
3045         flags manually.
3047 2010-11-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3049         * config/s390/s390.c (print_operand_address): Replace assert with
3050         error message.
3051         (print_operand): Replace assertions, gcc_unreachable and
3052         fatal_insn with error messages.
3054 2010-11-26  Richard Guenther  <rguenther@suse.de>
3056         PR tree-optimization/46665
3057         * tree-ssa-structalias.c (pt_solution_set_var): Use DECL_PT_UID.
3059 2010-11-26  Ian Bolton  <ian.bolton@arm.com>
3061         * config/arm/arm.c (arm_option_override): enable loop array
3062         prefetching at -O3 for suitable targets, and configure params.
3063         * config/arm/arm-protos.h (struct tune_params): Add fields for
3064         configuring loop array prefetching.
3066 2010-11-26  Christian Borntraeger  <borntraeger@de.ibm.com>
3068         * config/s390/2817.md (z196_crack): Add z196_g3 as possible slot.
3070 2010-11-26  Richard Guenther  <rguenther@suse.de>
3072         PR tree-optimization/46664
3073         * tree-affine.c (aff_combination_to_tree): Add rest last.
3075 2010-11-26  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
3077         PR target/33637
3078         * configure.ac: Accept extra arguments for AS_FOR_TARGET,
3079         LD_FOR_TARGET, NM_FOR_TARGET, OBJDUMP_FOR_TARGET.
3080         * configure: Regenerated.
3081         * exec-tool.in: Not quoting command, may have extra arguments.
3083 2010-11-26  Richard Guenther  <rguenther@suse.de>
3085         PR tree-optimization/46528
3086         PR debug/46338
3087         * profile.c (branch_prob): Do not split blocks based on locations
3088         from debug statements.
3090 2010-11-26  Jakub Jelinek  <jakub@redhat.com>
3092         PR middle-end/46647
3093         * builtins.c (fold_builtin_memset): Check c is INTEGER_CST instead
3094         of host_integerp check.  Use TREE_INT_CST_LOW instead of tree_low_cst.
3096         PR bootstrap/45700
3097         * tree.h (build1_stat_loc, build2_stat_loc, build3_stat_loc,
3098         build4_stat_loc, build5_stat_loc, build6_stat_loc): New inlines.
3099         (build1_loc, build2_loc, build3_loc, build4_loc, build5_loc,
3100         build6_loc): Define.
3101         * fold-const.c (protected_set_expr_location_unshare): New inline.
3102         (fold_convert_loc, pedantic_non_lvalue_loc): Use it.
3103         (negate_expr, associate_trees, non_lvalue_loc, omit_one_operand_loc,
3104         pedantic_omit_one_operand_loc, omit_two_operands_loc,
3105         fold_truth_not_expr, invert_truthvalue_loc, make_bit_field_ref,
3106         optimize_bit_field_compare, make_range, fold_range_test, fold_truthop,
3107         build_fold_addr_expr_with_type_loc, fold_unary_loc, fold_binary_loc,
3108         fold_indirect_ref_1, build_fold_indirect_ref_loc): Use builN_loc
3109         instead of buildN followed by SET_EXPR_LOCATION or
3110         protected_set_expr_location.
3111         (fold_build1_stat_loc, fold_build2_stat_loc, fold_build3_stat_loc):
3112         Use buildN_stat_loc instead of buildN_stat followed by
3113         SET_EXPR_LOCATION.
3115 2010-11-26  Basile Starynkevitch  <basile@starynkevitch.net>
3117         * Makefile.in (s-tm-texi): Remove spurous tab.
3119 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
3121         PR debug/46258
3122         * tree-cfg.c (replace_uses_by): Don't mark BBs as altered on
3123         debug stmts.
3125 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
3127         * toplev.c (finalize): Add no_backend parameter.  Don't finish
3128         passes when preprocessing only.  Adjust...
3129         (do_compile): ... caller.
3131 2010-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3133         * config/pa/pa.md (negdf2): Condition on !flag_signed_zeros instead of
3134         flag_unsafe_math_optimizations.
3135         (negsf2): Likewise.
3136         Move fnegabs related patterns together.  Only use fmpynfadd instruction
3137         to negate a multiply if !flag_signed_zeros is true.
3139 2010-11-25  Uros Bizjak  <ubizjak@gmail.com>
3141         * gengtype-state.c (read_state_structures): Initialize "previous".
3143 2010-11-25  Basile Starynkevitch  <basile@starynkevitch.net>
3144             Jeremie Salvucci  <jeremie.salvucci@free.fr>
3146         * gengtype-state.c: Add new file.
3148         * gengtype.c (type count): New variable.
3149         (new_structure, find_param_structure, create_pointer)
3150         (create_array): Use it to set state_number in types.
3151         (dump_everything): Improve comment.
3152         (main): Call read_state and write_state. Print type_count.
3154         * gengtype.h (type_lineloc): New function.
3155         (read_state, write_state): New declarations.
3157         * Makefile.in (GENGTYPE_FLAGS): New variable.
3158         (s-gtype): Run gengtype twice and generate gtype.state.
3159         (build/gengtype-state.o): New rule.
3160         (build/gengtype$(build_exeext)): Link gengtype-state.o.
3161         (mostlyclean): Update comment.  Remove gtype.state.
3163 2010-11-25  Jakub Jelinek  <jakub@redhat.com>
3165         PR middle-end/46637
3166         * combine.c (try_combine): When substing i2dest for i2src, pass
3167         1 as last argument even if
3168         i0_feeds_i1_n && i1_feeds_i2_n && i0dest_in_i0src.
3170 2010-11-25  H.J. Lu  <hongjiu.lu@intel.com>
3172         PR middle-end/46647
3173         * builtins.c (target_char_cast): Check INTEGER_CST instead of
3174         host_integerp.  Replace tree_low_cst with TREE_INT_CST_LOW.
3176 2010-11-25  Joseph Myers  <joseph@codesourcery.com>
3178         * target.def (supports_split_stack, except_unwind_info): Take
3179         gcc_options parameters.
3180         * targhooks.c (default_except_unwind_info,
3181         dwarf2_except_unwind_info, sjlj_except_unwind_info): Take
3182         gcc_options parameters.
3183         * targhooks.h (default_except_unwind_info,
3184         dwarf2_except_unwind_info, sjlj_except_unwind_info): Update
3185         prototypes.
3186         * doc/tm.texi.in (TARGET_IRA_COVER_CLASSES,
3187         TARGET_HAVE_NAMED_SECTIONS, TARGET_UNWIND_TABLES_DEFAULT):
3188         Document that hooks must not be modified.
3189         (TARGET_EXCEPT_UNWIND_INFO): Refer to opts argument.
3190         * doc/tm.texi: Regenerate.
3191         * defaults.h (STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT): Pass
3192         &global_options to targetm.except_unwind_info.
3193         * dwarf2out.c (dwarf2out_do_frame, dwarf2out_do_cfi_asm,
3194         dwarf2out_begin_prologue, dwarf2out_frame_init,
3195         dwarf2out_frame_finish, dwarf2out_assembly_start): Pass
3196         &global_options to targetm.except_unwind_info.
3197         * except.c (init_eh, finish_eh_generation,
3198         gate_convert_to_eh_region_ranges,
3199         output_one_function_exception_table): Pass &global_options to
3200         targetm.except_unwind_info.
3201         * expr.c (build_personality_function): Pass &global_options to
3202         targetm.except_unwind_info.
3203         * function.c (expand_function_end): Pass &global_options to
3204         targetm.except_unwind_info.
3205         * hooks.c (hook_bool_bool_gcc_optionsp_false): New.
3206         * hooks.h (hook_bool_bool_gcc_optionsp_false): Declare.
3207         * opts.c (finish_options): Pass opts to targetm.except_unwind_info
3208         and targetm.supports_split_stack.  Remove assertions about opts
3209         and opts_set.
3210         (common_handle_option): Remove assertions about opts, opts_set and dc.
3211         * tree-tailcall.c (suitable_for_tail_call_opt_p): Pass
3212         &global_options to targetm.except_unwind_info.
3213         * tree.c (build_common_builtin_nodes: Pass &global_options to
3214         targetm.except_unwind_info.
3215         * config/arm/arm.c (arm_except_unwind_info): Add gcc_options parameter.
3216         (arm_compute_func_type, arm_expand_prologue, thumb_pushpop,
3217         thumb1_expand_prologue, thumb1_output_function_prologue,
3218         arm_unwind_emit, arm_output_fn_unwind): Update calls to
3219         arm_except_unwind_info.
3220         * config/i386/i386.c (ix86_supports_split_stack): Add gcc_options
3221         parameter.
3222         * config/ia64/ia64.c (ia64_except_unwind_info): Add gcc_options
3223         parameter.
3224         (ia64_output_function_prologue, ia64_add_bundle_selector_before,
3225         ia64_reorg, ia64_asm_unwind_emit): Update calls to
3226         ia64_except_unwind_info.
3227         * config/pa/pa.c (pa_option_override): Pass &global_options to
3228         targetm.except_unwind_info.
3229         * config/picochip/picochip-protos.h (picochip_except_unwind_info):
3230         Remove prototype.
3232 2010-11-25  Kai Tietz  <kai.tietz@onevision.com>
3234         * cgraphunit.c (process_function_and_variable_attributes):
3235         Mark dllexport-ed function/variables as needed.
3236         * ipa.c (cgraph_externally_visible_p): Make dllexport-ed
3237         as externally visible.
3239 2010-11-25  Alexander Monakov  <amonakov@ispras.ru>
3241         PR rtl-optimization/46585
3242         * sel-sched-ir.c (return_regset_to_pool): Verify that RS is not NULL.
3243         (vinsn_init): Skip computation of dependencies for local NOPs.
3244         (vinsn_delete): Don't try to free regsets for local NOPs.
3245         (setup_nop_and_exit_insns): Change definition of nop_pattern.
3247 2010-11-25  Alexander Monakov  <amonakov@ispras.ru>
3249         PR rtl-optimization/46602
3250         * sel-sched-ir.c (maybe_tidy_empty_bb): Move checking ...
3251         (tidy_control_flow): Here.
3253 2010-11-25  Joern Rennecke  <amylaar@spamcop.net>
3254             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3256         PR bootstrap/45888
3257         * Makefile.in (s-tm-texi): Remove \r occurences from tmp-tm.texi.
3258         Fix target.def pathname in timestamp comparison.
3260 2010-11-24  Richard Henderson  <rth@redhat.com>
3262         * config/ia64/predicates.md (pmpyshr_operand): New.
3263         * config/ia64/ia64.c (ia64_expand_unpack): New.
3264         (ia64_expand_widen_mul_v4hi): New.
3265         (ia64_expand_widen_sum): Update for pattern renames.
3266         (ia64_expand_dot_prod_v8qi): Likewise.
3267         * config/ia64/ia64-protos.h: Update.
3268         * config/ia64/vect.md (vecwider): New mode attribute.
3269         (vec_widen_umult_lo_v8qi, vec_widen_umult_hi_v8qi): New.
3270         (vec_widen_smult_lo_v8qi, vec_widen_smult_hi_v8qi): New.
3271         (pmpyshr2, pmpyshr2_u): New.
3272         (vec_widen_smult_lo_v4hi, vec_widen_smult_hi_v4hi): New.
3273         (vec_widen_umult_lo_v4hi, vec_widen_umult_hi_v4hi): New.
3274         (mulv2si3): New.
3275         (vec_pack_ssat_v4hi): Rename from pack2_sss.
3276         (vec_pack_usat_v4hi): Rename from *pack2_uss.
3277         (vec_pack_ssat_v2si): Rename from pack4_sss.
3278         (vec_interleave_lowv8qi): Rename from unpack1_l, use the correct
3279         vec_select operation.
3280         (vec_interleave_highv8qi): Similarly.
3281         (mux1_alt): Rename from *mux1_alt.
3282         (vec_extract_evenv8qi, vec_extract_oddv8qi): New.
3283         (vec_interleave_lowv4hi): Rename from unpack2_l.
3284         (vec_interleave_highv4hi): Rename from unpack2_h.
3285         (mix2_r): Rename from *mix2_r.
3286         (mix2_l): Similarly.
3287         (vec_extract_evenodd_helper): New.
3288         (vec_extract_evenv4hi, vec_extract_oddv4hi): New.
3289         (vec_interleave_lowv2si): Rename from *unpack4_l.
3290         (vec_interleave_highv2si): Rename from *unpack4_h.
3291         (vec_extract_evenv2si, vec_extract_oddv2si): New.
3292         (vec_interleave_lowv2sf): Rename from fmix_r.
3293         (vec_interleave_highv2sf): Rename from *fmix_l.
3294         (vec_extract_evenv2sf, vec_extract_oddv2sf): New.
3295         (vec_unpacku_lo_<VECINT12>, vec_unpacku_hi_<VECINT12>): New.
3296         (vec_unpacks_lo_<VECINT12>, vec_unpacks_hi_<VECINT12>): New.
3297         (vec_pack_trunc_v4hi, vec_pack_trunc_v2si): New.
3299 2010-11-24  Nathan Froyd  <froydnj@codesourcery.com>
3301         * targhooks.c (default_except_unwind_info): Remove
3302         MUST_USE_SJLJ_EXCEPTIONS case.
3303         * config/h8300/h8300.h (MUST_USE_SJLJ_EXCEPTIONS): Delete.
3304         * config/h8300/h8300.c (TARGET_EXCEPT_UNWIND_INFO): Define.
3305         * doc/tm.texi.in (MUST_USE_SJLJ_EXCEPTIONS): Delete.
3306         * doc/tm.texi: Regenerate.
3307         * system.h (MUST_USE_SJLJ_EXCEPTIONS): Poison.
3309 2010-11-24  Nathan Froyd  <froydnj@codesourcery.com>
3311         * cppbuiltin.c (define_builtin_macros_for_type_sizes): Define
3312         __FLOAT_WORD_ORDER__ according to FLOAT_WORDS_BIG_ENDIAN.
3313         * config/dfp-bit.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Delete.
3314         * doc/cpp.texi (__FLOAT_WORD_ORDER__): Document.
3315         * system.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Poison.
3317 2010-11-24  H.J. Lu  <hongjiu.lu@intel.com>
3319         PR target/46519
3320         * config/i386/i386.c (ix86_expand_call): Don't check
3321         TREE_THIS_VOLATILE.
3323 2010-11-24  H.J. Lu  <hongjiu.lu@intel.com>
3325         PR target/46519
3326         * config/i386/i386.c (upper_128bits_state): New.
3327         (block_info_def): Remove upper_128bits_set and done.  Add state,
3328         referenced, count, processed and rescanned.
3329         (check_avx256_stores): Updated.
3330         (move_or_delete_vzeroupper_2): Updated. Handle deleted BB_END.
3331         Call note_stores only if needed.  Set referenced and count.
3332         (move_or_delete_vzeroupper_1): Updated.  Set rescan_vzeroupper_p.
3333         (rescan_move_or_delete_vzeroupper): New.
3334         (move_or_delete_vzeroupper):  Process and rescan all all basic
3335         blocks instead of predecessor blocks of all exit points.
3336         (ix86_option_override_internal): Enable vzeroupper optimization
3337         only for -fexpensive-optimizations and not optimizing for size.
3338         (use_avx256_p): Removed.
3339         (init_cumulative_args): Don't set use_avx256_p.
3340         (ix86_function_arg): Likewise.
3341         (ix86_expand_move): Likewise.
3342         (ix86_expand_vector_move_misalign): Likewise.
3343         (ix86_local_alignment): Likewise.
3344         (ix86_minimum_alignment): Likewise.
3345         (ix86_expand_epilogue): Don't check use_avx256_p when generating
3346         vzeroupper.
3347         (ix86_expand_call): Likewise.
3349         * config/i386/i386.h (machine_function): Remove use_vzeroupper_p
3350         and use_avx256_p.  Add rescan_vzeroupper_p.
3352 2010-11-24  Joseph Myers  <joseph@codesourcery.com>
3354         * toplev.c: Include <signal.h>.
3356 2010-11-24  Richard Guenther  <rguenther@suse.de>
3358         PR lto/43218
3359         * lto-symtab.c (lto_cgraph_replace_node): Mark edges with
3360         conflicting function signatures as non-inlineable.
3362 2010-11-24  Jakub Jelinek  <jakub@redhat.com>
3364         PR rtl-optimization/46614
3365         * sched-deps.c (NON_FLUSH_JUMP_KIND, NON_FLUSH_JUMP_P): Define.
3366          (deps_analyze_insn): Mark JUMP_INSNs in
3367         last_pending_memory_flush that weren't added through
3368         flush_pending_lists with NON_FLUSH_JUMP_KIND.
3369         (sched_analyze_2, sched_analyze_insn): Check NON_FLUSH_JUMP_P
3370         on INSN_LIST instead of JUMP_P check on its operand.
3371         * sched-rgn.c (concat_INSN_LIST): Copy over REG_NOTE_KIND.
3373 2010-11-24  Richard Guenther  <rguenther@suse.de>
3375         * lto-streamer-in.c (input_gimple_stmt): Use types_compatible_p.
3377 2010-11-24  Richard Guenther  <rguenther@suse.de>
3379         PR lto/46606
3380         * lto-streamer-in.c (input_gimple_stmt): When we cannot find
3381         a FIELD_DECL that is type correct issue a warning and fixup
3382         with a VIEW_CONVERT_EXPR.
3384 2010-11-24  Basile Starynkevitch  <basile@starynkevitch.net>
3386         * doc/invoke.texi (Options for Debugging Your Program or GCC):
3387         Explain static numbering of dump files.
3389 2010-11-24  Joseph Myers  <joseph@codesourcery.com>
3391         * common.opt (user_vect_verbosity_level): New Variable entry.
3392         (ftree-vectorizer-verbose=): Mark as UInteger.
3393         * flag-types.h (enum vect_verbosity_levels): Move from enum
3394         verbosity_levels in tree-vectorizer.h.
3395         * opts.c: Don't include tree.h.
3396         (vect_set_verbosity_level): Move from tree-vectorizer.c.  Use
3397         gcc_options parameter; take integer option argument.
3398         (common_handle_option): Update call to vect_set_verbosity_level.
3399         * tree-vectorizer.c (user_vect_verbosity_level): Remove.
3400         (vect_set_verbosity_level): Move to opts.c.
3401         (vect_verbosity_level, vect_print_dump_info): Update for change of
3402         enum name.
3403         * tree-vectorizer.h (enum verbosity_levels): Move to flag-types.h.
3404         (vect_print_dump_info): Update for change of enum name.
3405         * tree.h (vect_set_verbosity_level): Remove.
3406         * Makefile.in (opts.o): Update dependencies.
3408 2010-11-24  Jakub Jelinek  <jakub@redhat.com>
3410         PR middle-end/46629
3411         * cfgexpand.c (maybe_cleanup_end_of_block): Test NEXT_INSN (insn)
3412         instead of insn with any_condjump_p.
3414 2010-11-24  Mingjie Xing  <mingjie.xing@gmail.com>
3416         * config/mips/loongson.md: Change the description comment of the file
3417         and update the copyright years.
3418         (define_insn "<u>div<mode>3): Add loongson3a support.
3419         (define_insn "<u>mod<mode>3"): Likewise.
3420         * config/mips/mips.md: Rename mul<mode>3_mul3_ls2ef to
3421         mul<mode>3_mul3_loongson.
3422         (define_expand "mul<mode>3"): Add TARGET_LOONGSON_3A.
3423         (define_insn "mul<mode>3_mul3_loongson"): Add loongson3a support.
3425 2010-11-23  Joseph Myers  <joseph@codesourcery.com>
3427         * common.opt (initial_max_fld_align, flag_debug_asm,
3428         flag_dump_rtl_in_asm, flag_dump_all_passed, rtl_dump_and_exit,
3429         flag_print_asm_name, graph_dump_format, help_printed,
3430         help_columns, flag_opts_finished): New Variable entries.
3431         (fdbg-cnt-list, fdbg-cnt=, fdebug-prefix-map=, frandom-seed,
3432         frandom-seed=): Mark deferred.
3433         (fsched-verbose=): Use UInteger and Var.
3434         * flags.h (set_struct_debug_option, flag_print_asm_name,
3435         rtl_dump_and_exit, flag_debug_asm, flag_dump_rtl_in_asm,
3436         graph_dump_format): Don't declare here.
3437         * haifa-sched.c (sched_verbose_param, fix_sched_param): Remove.
3438         * opts-global.c: Include dbgcnt.h and debug.h.
3439         (decode_options): Pass location to finish_options.
3440         (handle_common_deferred_options): Check flag_dump_all_passed.
3441         Handle OPT_fdbg_cnt_, OPT_fdbg_cnt_list, OPT_fdebug_prefix_map_,
3442         OPT_frandom_seed and OPT_frandom_seed_.  Don't assert on
3443         OPT_fstack_limit.
3444         * opts.c: Don't include toplev.h, dbgcnt.h or debug.h.
3445         (set_struct_debug_option): Add location_t parameter.  Update
3446         recursive call.  Use error_at.
3447         (default_options_optimization): Use error_at.
3448         (finish_options): Add location_t parameter.  Use
3449         opts->x_flag_opts_finished instead of first_time_p.  Use
3450         opts->x_optimize instead of optimize.  Use error_at.  Pass
3451         location to inform.
3452         (print_filtered_help): Use opts->x_help_printed to track what
3453         options have been printed.
3454         (print_specific_help): Use opts->x_help_columns to track number of
3455         columns.
3456         (common_handle_option): Pass locations and gcc_options pointers to
3457         more functions.  Use warning_at instead of fnotice and warning.
3458         Don't handle OPT_fdbg_cnt_, OPT_fdbg_cnt_list or
3459         OPT_fdebug_prefix_map_.  Use error_at.  Set
3460         opts->x_initial_max_fld_align; don't set maximum_field_alignment.
3461         Don't handle OPT_frandom_seed or OPT_frandom_seed_.  Don't handle
3462         OPT_fsched_verbose_.
3463         (handle_param): Add location_r parameter.  Use error_at.
3464         (set_debug_level): Add location_r parameter.  Use error_at and
3465         warning_at.
3466         (setup_core_dumping): Add diagnostic_context parameter.
3467         (decode_d_option): Add gcc_options, location_t and
3468         diagnostic_context parameters and use them instead of global
3469         state.  Use warning_at.
3470         (enable_warning_as_error): Use error_at.
3471         * opts.h (finish_options): Update prototype.
3472         (set_struct_debug_option): Declare here.
3473         * rtl.h (fix_sched_param): Remove.
3474         * stor-layout.c (initial_max_fld_align): Remove.
3475         * toplev.c (rtl_dump_and_exit, flag_print_asm_name,
3476         graph_dump_format, flag_debug_asm, flag_dump_rtl_in_asm): Remove.
3477         (process_options): Set maximum_field_alignment.
3478         * tree.h (initial_max_fld_align) Don't declare here.
3479         * Makefile.in (opts.o, opts-global.o): Update dependencies.
3481 2010-11-23  Joseph Myers  <joseph@codesourcery.com>
3483         * flag-types.h (struct visibility_flags): Don't declare here.
3484         * flags.h (strip_off_ending, fast_math_flags_set_p,
3485         fast_math_flags_struct_set_p): Declare here.
3486         (visibility_options): Don't declare here.
3487         * opts-common.c (option_enabled, get_option_state): Move from
3488         opts.c.
3489         * opts-global.c: Include diagnostic.h instead of
3490         diagnostic-core.h.  Include tree.h, langhooks.h, lto-streamer.h
3491         and toplev.h.
3492         (const_char_p, ignored_options, in_fnames, num_in_fnames,
3493         write_langs, complain_wrong_lang, postpone_unknown_option_warning,
3494         print_ignored_options, unknown_option_callback,
3495         post_handling_callback, lang_handle_option, add_input_filename,
3496         read_cmdline_options, initial_lang_mask, init_options_once,
3497         decode_cmdline_options_to_array_default_mask,
3498         set_default_handlers, decode_options): Move from opts.c.
3499         (print_ignored_options): Use warning_at instead of saving and
3500         restoring input_location.
3501         * opts.c: Include <signal.h> and <sys/resource.h>.  Include rtl.h
3502         instead of expr.h.  Don't include langhooks.h, except.h or
3503         lto-streamer.h.  Add more comments on includes.
3504         (strip_off_ending, setup_core_dumping, decode_d_option): Move from
3505         toplev.c.
3506         (visibility_options): Move to c-family/c-common.c.
3507         (const_char_p, ignored_options, in_fnames, num_in_fnames,
3508         write_langs, complain_wrong_lang, postpone_unknown_option_warning,
3509         print_ignored_options, unknown_option_callback,
3510         post_handling_callback, lang_handle_option, add_input_filename,
3511         read_cmdline_options, initial_lang_mask, init_options_once,
3512         decode_cmdline_options_to_array_default_mask,
3513         set_default_handlers, decode_options): Move to opts-global.c.
3514         (target_handle_option, default_options_optimization,
3515         finish_options, common_handle_option): Remove static.
3516         (option_enabled, get_option_state): Move to opts-common.c.
3517         * opts.h (common_handle_option, target_handle_option,
3518         finish_options, default_options_optimization): Declare.
3519         * toplev.c: Don't include <signal.h> or <sys/resource.h>.
3520         (setup_core_dumping, strip_off_ending, decode_d_option): Move to
3521         opts.c.
3522         * toplev.h (strip_off_ending, decode_d_option,
3523         fast_math_flags_set_p, fast_math_flags_struct_set_p): Don't
3524         declare here.
3525         * Makefile.in (opts.o, opts-global.o): Update dependencies.
3527 2010-11-23  Dave Korn  <dave.korn.cygwin@gmail.com>
3529         PR driver/42690
3530         * gcc.c (LINK_COMMAND_SPEC): Remove hard-coded pass-through plugin
3531         options, replace by call of pass-through-libs spec function to process
3532         link_gcc_c_sequence spec.
3533         (lto_libgcc_spec): Delete variable.
3534         (static_specs[]): Remove related entry.
3535         (static_spec_functions[]): Add new entry for pass-through-libs.
3536         (main): Don't generate deleted lto_libgcc_spec.
3537         (pass_through_libs_spec_func): New function to implement the new
3538         pass-through-libs spec function.
3539         * doc/invoke.texi (pass-through-libs): Document new spec function.
3541 2010-11-23  Joseph Myers  <joseph@codesourcery.com>
3543         * doc/options.texi (Warning, Optimization): Document.
3545 2010-11-23  Jan Hubicka  <jh@suse.cz>
3547         * tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.
3548         (tree_decl_with_vis): Add implicit_section_name_p.
3549         * targhooks.h (default_function_section): Declare.
3550         * target.def (function_section): New hook.
3551         * defaults.h (HOT_TEXT_SECTION_NAME,
3552         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Remove.
3553         * predict.c (choose_function_section): Remove.
3554         (estimate_bb_frequencies): Do not use choose_function_section.
3555         * coretypes.h (enum node_frequency): Move here from cgraph.h
3556         * cgraph.h (enum node_frequency): Remove.
3557         * varasm.c (initialize_cold_section_name, unlikely_text_section,
3558         unlikely_text_section_p): Remove.
3559         (named_subsection_entry): New structure.
3560         (get_text_section): New function.
3561         (default_function_section): New function.
3562         (function_section_1): Break out from ...; handle profile info.
3563         (function_section): ... here.
3564         (unlikely_text_section): Remove.
3565         (unlikely_text_section_p): Use function_section_1.
3566         (assemble_start_function): Do not initialize cold section.
3567         (default_section_type_flags): Do not special case cold subsection.
3568         (switch_to_section): Likewise.
3569         * output.h (get_text_section): Define.
3570         * config/i386/winnt.c: Do not special case cold section.
3571         * config/darwin-protos.h (darwin_function_section): Declare.
3572         * config/microblaze/microblaze.h (HOT_TEXT_SECTION_NAME,
3573         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Remove.
3574         * config/ia64/hpux.h (HOT_TEXT_SECTION_NAME,
3575         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Remove.
3576         (TARGET_ASM_FUNCTION_SECTION): Define to ia64_hpux_function_section.
3577         * config/ia64/ia64.c (ia64_hpux_function_section): New function.
3578         * config/darwin.c (machopic_select_section): Use
3579         darwin_function_section.
3580         (darwin_function_section): New function.
3581         * config/darwin.h (HOT_TEXT_SECTION_NAME,
3582         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Remove.
3583         (TARGET_ASM_FUNCTION_SECTION): Define.
3584         * system.h (HOT_TEXT_SECTION_NAME,
3585         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Poison.
3587 2010-11-23  Iain Sandoe  <iains@gcc.gnu.org>
3589         * config/darwin.h (LINK_COMMAND_SPEC_A): Use %(link_gcc_c_sequence).
3590         LINK_GCC_C_SEQUENCE_SPEC: Define new macro.
3592 2010-11-23  Jakub Jelinek  <jakub@redhat.com>
3594         PR middle-end/46499
3595         * cfgexpand.c (maybe_cleanup_end_of_block): Remove also BARRIERs
3596         following unconditional jumps.
3598 2010-11-23  Richard Guenther  <rguenther@suse.de>
3600         * doc/md.texi (386 constraints): Clarify A constraint documentation.
3602 2010-11-23  Basile Starynkevitch  <basile@starynkevitch.net>
3603             Jeremie Salvucci  <jeremie.salvucci@free.fr>
3605         * gengtype.c (enum typekind, struct options)
3606         (struct nested_ptr_data, struct pair, NUM_PARAM)
3607         (enum gc_used_num, struct type, UNION_P, UNION_OR_STRUCT_P):
3608         Move to gengtype.h.
3609         (string_type, scalar_nonchar, scalar_nonchar, scalar_char):
3610         Remove static, add zero state_number.
3611         (typedefs, structures, param_structs, variables): Remove static.
3612         (create_option): Remove.
3613         (create_string_option, create_type_option, create_nested_option):
3614         New functions.
3615         (create_nested_ptr_option): Use create_nested_option.
3616         (note_variable, adjust_field_rtx_def, adjust_field_type): Call the
3617         new create*option functions.
3618         (process_gc_options): Adjust for discriminated option.
3619         (output_mangled_typename): Handle TYPE_NONE.
3620         (walk_type): Test option kinds.
3621         (write_types_process_field): Handle TYPE_NONE and TYPE_ARRAY.
3622         (write_func_for_structure, write_type, write_local, write_root)
3623         (write_roots, note_def_vec, dump_options): Adjust for
3624         discriminated option.
3626         * gengtype.h (typedefs, structures, param_structs, variables
3627         enum typekind): Move from gengtype.c
3628         (enum option_kind): New discriminating enumeration.
3629         (struct options): Becomes discriminated.
3630         (struct nested_ptr_data): Nove from gengtype.c
3631         (create_string_option, create_type_option, create_nested_option)
3632         (create_nested_ptr_option): New functions
3633         (struct pair, enum_gc_used_enum, NUM_PARAM, struct type, UNION_P)
3634         (UNION_OR_STRUCT_P): Move from gengtype.c
3636         * gengtype-parse.c (str_optvalue_opt, type_optvalue, option): Make
3637         discriminated options.
3639 2010-11-23  Richard Guenther  <rguenther@suse.de>
3641         * tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid doing work
3642         twice.  Avoid re-allocating the ops vector all the time.
3644 2010-11-23  Richard Guenther  <rguenther@suse.de>
3646         * tree-ssa-alias.c (refs_may_alias_p_1): Avoid calls to
3647         is_gimple_min_invariant, group tree code checks to allow
3648         combining them.
3649         (stmt_may_clobber_ref_p_1): Check for SSA_NAME instead
3650         of is_gimple_reg.
3652 2010-11-23  Eric Botcazou  <ebotcazou@adacore.com>
3654         * config.gcc (sparc*-*-*): Reorder.
3656 2010-11-23  Basile Starynkevitch  <basile@starynkevitch.net>
3658         * gengtype.c (header_dot_h_frul, source_dot_c_frul):
3659         Remove ENABLE_CHECKING around DBGPRINTF.
3661 2010-11-22  Joseph Myers  <joseph@codesourcery.com>
3663         * common.opt (exit_after_options, write_symbols, debug_info_level,
3664         use_gnu_debug_info_extensions): New Variable entries.
3665         (fprofile-dir=): Use Var.
3666         * flag-types.h (enum debug_info_level): Rename to enum
3667         debug_info_levels.
3668         * flags.h (write_symbols, debug_info_level,
3669         use_gnu_debug_info_extensions): Remove declarations.
3670         * opts.c (exit_after_options, write_symbols, debug_info_level): Remove.
3671         (set_struct_debug_option): Make static variables const.
3672         (use_gnu_debug_info_extensions): Remove.
3673         (set_debug_level, print_filtered_help, print_specific_help,
3674         fast_math_flags_set_p): Take gcc_options parameters and use them
3675         in place of global variables.
3676         (print_filtered_help): Make new_help non-static.
3677         (print_specific_help): Update call to print_filtered_help.
3678         (common_handle_option): Update calls to print_specific_help.  Use
3679         gcc_options structure for more settings.  Make --help table
3680         const.  Don't handle OPT_fprofile_dir_ here.  Update calls to
3681         set_debug_level.
3682         * toplev.c (profile_data_prefix): Remove.
3683         * toplev.h (profile_data_prefix, exit_after_options): Remove
3684         declarations.
3685         (fast_math_flags_set_p): Update prototype.
3686         * cppbuiltin.c (define_builtin_macros_for_compilation_flags):
3687         Update call to fast_math_flags_set_p.
3689 2010-11-22  Richard Henderson  <rth@redhat.com>
3691         PR target/46434
3692         * config/crx/crx.c (crx_addr_reg): Rename from crx_addr_reg_p;
3693         return the address register extracted.
3694         (crx_decompose_address): Update the extracted address register.
3696 2010-11-22  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
3698         PR driver/43335
3699         * gcc.c (main): Don't crash when lto-wrapper program is not found.
3701 2010-11-22  Joern Rennecke  <amylaar@spamcop.net>
3703         PR target/46608
3704         * config/picochip/picochip.c (picochip_secondary_reload): Make static.
3705         * config/picochip/picochip-protos.h: Don't include "target.h" .
3706         (picochip_secondary_reload): Don't declare.
3708         PR target/46613
3709         * config/m32c/m32c-protos.h (m32c_conditional_register_usage): Declare.
3710         * config/m32c/m32c.c (m32c_conditional_register_usage): No longer
3711         static.
3713 2010-11-22  H.J. Lu  <hongjiu.lu@intel.com>
3715         PR bootstrap/46609
3716         * gengtype.c (header_dot_h_frul): Check ENABLE_CHECKING.
3717         (source_dot_c_frul): Likewise.
3719 2010-11-22  Basile Starynkevitch  <basile@starynkevitch.net>
3721         * gimple-pretty-print.c (dump_bb_header): Add check for cfun.
3723 2010-11-22  Paolo Bonzini  <bonzini@gnu.org>
3725         PR bootstrap/44970
3726         * Makefile.in (fwprop.o) Add sparseset.h.
3727         * fwprop.c: Include sparseset.h
3728         (struct find_occurrence_data, find_occurrence_callback,
3729         find_occurrence): Remove.
3730         (active_defs, active_defs_check, register_active_defs,
3731         update_df_init, update_uses): New.
3732         (update_df): Rewrite.
3733         (try_fwprop_subst, forward_propagate_asm): Add calls to
3734         update_df_init and update_df.
3735         (fwprop_init): Allocate active_defs and active_defs_check.
3736         (fwprop_done): Free them.
3737         (fwprop, fwprop_addr): Adjust comments.
3738         * df.h (df_uses_create): Declare.
3739         * df-scan.c (df_install_ref_incremental): Break out of df_ref_create.
3740         (df_ref_create): Return result of df_ref_create_structure directly.
3741         (df_ref_create_structure): Call df_install_ref_incremental when
3742         no collection_rec is passed.
3743         (df_ref_record): Do not create multiword hard reg info when no
3744         collection_rec is passed.
3745         (df_uses_create): New.
3747 2010-11-21  Uros Bizjak  <ubizjak@gmail.com>
3749         PR middle-end/43057
3750         * fold-const.c (pedantic_non_lvalue_loc): Unshare x before
3751         setting location.
3753 2010-11-22  Richard Guenther  <rguenther@suse.de>
3755         * gimple-fold.c (maybe_fold_reference): When canonicalizing
3756         MEM_REFs, preserve volatileness.
3757         * cgraphbuild.c (mark_address): Properly check for FUNCTION_DECL
3758         addresses.
3760 2010-11-22  Richard Guenther  <rguenther@suse.de>
3762         * tree-ssa-ccp.c (get_base_constructor): Remove superfluous breaks.
3764 2010-11-22  Alexander Monakov  <amonakov@ispras.ru>
3766         PR rtl-optimization/45652
3767         * alias.c (get_reg_base_value): New.
3768         * rtl.h (get_reg_base_value): Add prototype.
3769         * sel-sched.c (init_regs_for_mode): Use it.  Don't use registers with
3770         non-null REG_BASE_VALUE for renaming.
3772 2010-11-22  Jeremie Salvucci  <jeremie.salvucci@free.fr>
3773             Basile Starynkevitch  <basile@starynkevitch.net>
3775         * gengtype.c: Include xregex.h and obstack.h
3776         Added comments about role of get_output_file_with_visibility and
3777         our regexpr machinery.
3778         (frul_actionrout_t, struct file_rule_st): New.
3779         (hader_dot_h_frul, source_dot_c_frul): New functions.
3780         (NULL_REGEX,  NULL_FRULACT): New.
3781         (files_rules): New.
3782         (matching_file_name_substitute): New function.
3783         (get_output_file_with_visibility): Updated comments and rewritten
3784         to use the new files_rules machinery.
3786         * Makefile.in (XREGEX_H): Added variable.
3787         (build/gengtype.o): Added dependencies for xregex.h and obstack.h
3789 2010-11-21  Nathan Froyd  <froydnj@codesourcery.com>
3791         * system.h (FUNCTION_ARG_BOUNDARY): Really poison.
3793 2010-11-21  Nathan Froyd  <froydnj@codesourcery.com>
3795         * target.def (conditional_register_usage): Define.
3796         * reginfo.c (init_reg_sets_1): Call
3797         targetm.conditional_register_usage.
3798         * system.h (CONDITIONAL_REGISTER_USAGE): Poison.
3799         * doc/tm.texi.in (CONDITIONAL_REGISTER_USAGE): Adjust language
3800         for making it a hook.
3801         * doc/tm.texi: Regenerate.
3802         * config/alpha/alpha.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3803         * config/alpha/alpha.c (alpha_conditional_register_usage): ...here.
3804         New function.
3805         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3806         * config/arc/arc.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3807         * config/arc/arc.c (arc_conditional_register_usage): ...here.
3808         New function.
3809         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3810         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3811         * config/arm/arm.c (arm_conditional_register_usage): ...here.
3812         New function.
3813         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3814         * config/bfin/bfin.h (CONDITIONAL_REGISTER_USAGE): Delete.
3815         * config/bfin/bfin-protos.h (conditional_register_usage): Delete.
3816         * config/bfin/bfin.c (conditional_register_usage): Move code into...
3817         (bfin_conditional_register_usage): ...here.  New function.
3818         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3819         * config/cris/cris.h (CONDITIONAL_REGISTER_USAGE): Delete.
3820         * config/cris/cris-protos.h (cris_conditional_register_usage): Delete.
3821         * config/cris/cris.c (cris_conditional_register_usage): Make static.
3822         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3823         * config/fr30/fr30.h (FIXED_REGISTERS): Adjust comment.
3824         * config/frv/frv.h (CONDITIONAL_REGISTER_USAGE): Delete.
3825         * config/frv/frv-protos.h (frv_conditional_register_usage): Delete.
3826         * config/frv/frv.c (frv_conditional_register_usage): Make static.
3827         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3828         * config/h8300/h8300.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3829         * config/h8300/h8300.c (h8300_conditional_register_usage): ...here.
3830         New function.
3831         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3832         * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Delete.
3833         * config/i386/i386-protos.h (ix86_conditional_register_usage): Delete.
3834         * config/i386/i386.c (ix86_conditional_register_usage): Make static.
3835         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3836         * config/m32c/m32c.h (CONDITIONAL_REGISTER_USAGE): Delete.
3837         * config/m32c/m32c-protos.h (m32c_conditional_register_usage): Delete.
3838         * config/m32c/m32c.c (m32c_conditional_register_usage): Make static.
3839         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3840         * config/m32r/m32r.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3841         * config/m32r/m32r.c (m32r_conditional_register_usage): ...here.
3842         New function.
3843         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3844         * config/m68hc11/m68hc11.h (CONDITIONAL_REGISTER_USAGE): Delete.
3845         * config/m68hc11/m68hc11-protos.h (m68hc11_conditional_register_usage):
3846         Delete.
3847         * config/m68hc11/m68hc11.c (m68hc11_conditional_register_usage): Make
3848         static.
3849         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3850         * config/mep/mep.h (CONDITIONAL_REGISTER_USAGE): Delete.
3851         * config/mep/mep-protos.h (mep_conditional_register_usage): Delete.
3852         * config/mep/mep.c (mep_conditional_register_usage): Make static.
3853         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3854         * config/mips/mips.h (CONDITIONAL_REGISTER_USAGE): Delete.
3855         * config/mips/mips-protos.h (mips_conditional_register_usage): Delete.
3856         * config/mips/mips.c (mips_conditional_register_usage): Make static.
3857         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3858         * config/mmix/mmix.h (CONDITIONAL_REGISTER_USAGE): Delete.
3859         * config/mmix/mmix-protos.h (mmix_conditional_register_usage): Delete.
3860         * config/mmix/mmix.c (mmix_conditional_register_usage): Make static.
3861         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3862         * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3863         * config/mn10300/mn10300.c (mn10300_conditional_register_usage):
3864         ...here.  New function.
3865         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3866         * config/pa/pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3867         * config/pa/pa64-regs.h (CONDITIONAL_REGISTER_USAGE): ...with this...
3868         * config/pa/pa.c (pa_conditional_register_usage): ...here.
3869         New function.
3870         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3871         * config/pdp11/pdp11.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3872         * config/pdp11/pdp11.c (pdp11_conditional_register_usage): ...here.
3873         New function.
3874         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3875         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Delete.
3876         * config/rs6000/rs6000-protos.h (rs6000_conditional_register_usage):
3877         Delete.
3878         * config/rs6000/rs6000.c (rs6000_conditional_register_usage): Make
3879         static.
3880         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3881         * config/rx/rx.h (CONDITIONAL_REGISTER_USAGE): Delete.
3882         * config/rx/rx-protos.h (rx_conditional_register_usage): Delete.
3883         * config/rx/rx.c (rx_conditional_register_usage): Make static.
3884         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3885         * config/s390/s390.h (CONDITIONAL_REGISTER_USAGE): Delete.
3886         * config/s390/s390-protos.h (s390_conditional_register_usage): Delete.
3887         * config/s390/s390.c (s390_conditional_register_usage): Make static.
3888         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3889         * config/score/score.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3890         * config/score/score.c (score_conditional_register_usage): ...here.
3891         New function.
3892         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3893         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3894         * config/sh/sh.c (sh_conditional_register_usage): ...here.
3895         New function.
3896         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3897         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3898         * config/sparc/sparc.c (sparc_conditional_register_usage): ...here.
3899         New function.
3900         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3901         * config/spu/spu.h (CONDITIONAL_REGISTER_USAGE): Delete.
3902         * config/spu/spu-protos.h (spu_conditional_register_usage): Delete.
3903         * config/spu/spu.c (spu_conditional_register_usage): Make static.
3904         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3905         * config/v850/v850.h (CONDITIONAL_REGISTER_USAGE): Move logic...
3906         * config/v850/v850.c (v850_conditional_register_usage): ...here.
3907         New function.
3908         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
3910 2010-11-21  Jan Hubicka  <jh@suse.cz>
3911             Dominique d'Humieres <dominiq@lps.ens.ft>
3913         PR target/46510
3914         * tree-emutls.c (get_emutls_init_templ_addr, new_emutls_decl): Do not
3915         finalize external decls.
3917 2010-11-21  Joseph Myers  <joseph@codesourcery.com>
3919         * system.h (strerror): Poison.
3921 2010-11-21  Richard Henderson  <rth@redhat.com>
3923         * config/ia64/ia64.c (ia64_expand_builtin): Use the correct mode
3924         for infq/huge_valq.
3926 2010-11-21  Richard Henderson  <rth@redhat.com>
3928         PR rtl-optimization/46571
3929         * gcse.c (hash_scan_set): Use next_nonnote_nondebug_insn.
3930         (compute_hash_table_work): Use NONDEBUG_INSN_P.
3932 2010-11-21  Paul Koning  <ni1d@arrl.net>
3934         * config/mips/pdp11.md (negsi2): Fix wrong code.
3936 2010-11-21  Paul Koning  <ni1d@arrl.net>
3938         * config/mips/pdp11.c (pdp11_legitimate_address_p): New function.
3939         * config/mips/pdp11.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
3941 2010-11-21  Eric Botcazou  <ebotcazou@adacore.com>
3943         * config/mips/mips.c (machine_function): Rename load_label_length to
3944         load_label_num_insns.
3945         (mips_load_label_length): Rename to...
3946         (mips_load_label_num_insns): ...this.  Adjust to first renaming.
3947         (mips_adjust_insn_length): Adjust to second renaming.  Fix thinko.
3949 2010-11-21  Uros Bizjak  <ubizjak@gmail.com>
3951         PR target/46533
3952         * config/alpha/predicates.md (direct_call_operand): Return false
3953         for !TARGET_SMALL_TEXT targets.
3955 2010-11-20  Joseph Myers  <joseph@codesourcery.com>
3957         * doc/tm.texi.in (HANDLE_SYSV_PRAGMA,
3958         HANDLE_PRAGMA_PACK_PUSH_POP): Remove.
3959         (HANDLE_PRAGMA_PACK_WITH_EXPANSION): Don't refer to HANDLE_SYSV_PRAGMA.
3960         * doc/tm.texi: Regenerate.
3961         * system.h (HANDLE_PRAGMA_PACK_PUSH_POP, HANDLE_SYSV_PRAGMA,
3962         HANDLE_PRAGMA_WEAK): Poison.
3963         * config/alpha/elf.h (HANDLE_SYSV_PRAGMA): Don't define.
3964         * config/alpha/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3965         * config/alpha/osf5.h (HANDLE_SYSV_PRAGMA): Don't define.
3966         * config/alpha/vms.h (HANDLE_SYSV_PRAGMA): Don't define.
3967         * config/arm/arm.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3968         * config/arm/netbsd.h (HANDLE_SYSV_PRAGMA): Don't define.
3969         * config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3970         * config/darwin.h (HANDLE_SYSV_PRAGMA): Don't define.
3971         (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3972         * config/elfos.h (HANDLE_SYSV_PRAGMA): Don't define.
3973         * config/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3974         * config/frv/frv.h (HANDLE_SYSV_PRAGMA): Don't define.
3975         * config/i386/cygming.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3976         * config/i386/djgpp.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3977         * config/i386/i386-interix.h (HANDLE_SYSV_PRAGMA): Don't define.
3978         (HANDLE_PRAGMA_WEAK): Don't undefine.
3979         * config/i386/netware.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3980         * config/i386/vxworks.h (HANDLE_SYSV_PRAGMA): Don't define.
3981         * config/ia64/hpux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3982         * config/ia64/ia64.h (HANDLE_SYSV_PRAGMA): Don't define.
3983         * config/interix.h (HANDLE_SYSV_PRAGMA): Don't define.
3984         (HANDLE_PRAGMA_WEAK): Don't undefine.
3985         * config/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3986         * config/m32r/linux.h (HANDLE_SYSV_PRAGMA): Don't define.
3987         (HANDLE_PRAGMA_PACK): Don't undefine.
3988         * config/m32r/m32r.h (HANDLE_SYSV_PRAGMA): Don't undefine.
3989         * config/mep/mep.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3990         * config/mips/elf.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3991         * config/mips/sde.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3992         * config/mmix/mmix.h (HANDLE_SYSV_PRAGMA): Don't define.
3993         * config/netbsd.h (HANDLE_SYSV_PRAGMA): Don't define.
3994         (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3995         * config/openbsd.h (HANDLE_SYSV_PRAGMA): Don't define.
3996         * config/pa/pa-hpux.h (HANDLE_SYSV_PRAGMA): Don't define.
3997         (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
3998         * config/rs6000/aix.h (HANDLE_SYSV_PRAGMA): Don't define.
3999         * config/rs6000/sysv4.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4000         * config/rx/rx.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4001         * config/score/elf.h (HANDLE_SYSV_PRAGMA): Don't define.
4002         * config/spu/spu.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4003         * config/stormy16/stormy16.h (HANDLE_SYSV_PRAGMA): Don't define.
4004         * config/xtensa/elf.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
4006 2010-11-20  Eric Botcazou  <ebotcazou@adacore.com>
4008         PR target/31100
4009         * config/sparc/sparc.h (ASM_OUTPUT_ALIGN_WITH_NOP): Move to...
4010         * config/sparc/sol2.h (ASM_OUTPUT_ALIGN_WITH_NOP): ...here.
4011         * config/sparc/sol2-gas.h (ASM_OUTPUT_ALIGN_WITH_NOP): Undefine.
4013 2010-11-20  Jan Hubicka  <jh@suse.cz>
4015         * cgraph.c (ld_plugin_symbol_resolution_names): New.
4016         (dump_cgraph_node): Dump resolution.
4017         * cgraph.h (ld_plugin_symbol_resolution_names): Declare.
4018         (cgraph_comdat_can_be_unshared_p): Dclare.
4019         * lto-streamer-out.c (produce_symtab): Use
4020         cgraph_comdat_can_be_unshared_p.
4021         * ipa.c (cgraph_address_taken_from_non_vtable_p): New function.
4022         (cgraph_comdat_can_be_unshared_p): New function based on logic
4023         in cgraph_externally_visible_p.
4024         (cgraph_externally_visible_p): Use it.
4025         (varpool_externally_visible_p): Virtual tables can be unshared.
4026         * varpool.c (dump_varpool_node): Dump resolution.
4028 2010-11-20  Jan Hubicka  <jh@suse.cz>
4030         * stmt.c (lshift_cheap_p): Support properly optimize_insn_for_speed_p.
4032 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4034         PR other/46202
4035         * Makefile.in (install_sh, INSTALL_STRIP_PROGRAM): New variables.
4036         (AR_FOR_TARGET, RANLIB_FOR_TARGET, STRIP_FOR_TARGET): Fix
4037         shell quoting.
4038         (STRIP_FOR_TARGET): Look for in-tree strip under name strip-new.
4039         (install-strip): New target.
4040         (STRIPPROG): New variable, exported if STRIP is set.
4041         * doc/install.texi (Final install): Minor markup and code style
4042         fixes.  Document install-strip target.
4044 2010-11-20  Paul Koning  <ni1d@arrl.net>
4046         * config/pdp11/pdp11-protos.h (pdp11_initial_elimination_offset,
4047         pdp11_regno_reg_class): New functions.
4048         * config/pdp11/pdp11.md (define_constants): Add register numbers.
4049         * config/pdp11/pdp11.c (pdp11_regno_reg_class,
4050         pdp11_sp_frame_offset, pdp11_initial_elimination_offset): New
4051         functions.
4052         * config/pdp11/pdp11.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Add
4053         frame pointer and argument pointer pseudo-registers.
4054         (ARG_POINTER_REGNUM): Define.
4055         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Add frame pointer and
4056         argument pointer.
4057         (FIRST_PARM_OFFSET): Update for argument pointer.
4058         (INITIAL_FRAME_POINTER_OFFSET): Delete.
4059         (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET): New macros.
4060         (REGNO_OK_FOR_BASE_P, REGNO_OK_FOR_INDEX_P, REGISTER_NAMES): Add
4061         frame pointer and argument pointer.
4063 2010-11-20  Jakub Jelinek  <jakub@redhat.com>
4065         PR debug/46561
4066         * tree-parloops.c (try_create_redunction_list): Ignore debug stmts
4067         when looking for immediate uses.
4069         PR tree-optimization/45830
4070         * stmt.c (expand_switch_using_bit_tests_p): New function.
4071         (expand_case): Use it.
4072         * tree.h (expand_switch_using_bit_tests_p): New prototype.
4073         * tree-switch-conversion.c (struct switch_conv_info): Add
4074         bit_test_uniq, bit_test_count and bit_test_bb fields.
4075         (check_range): Fix a comment.
4076         (check_process_case): Compute bit_test_uniq and bit_test_count.
4077         (create_temp_arrays): Use XCNEWVEC, merge 3 arrays into one
4078         allocation.
4079         (free_temp_arrays): Use XDELETEVEC, adjust for the 3 arrays merging.
4080         (constructor_contains_same_values_p): Use FOR_EACH_VEC_ELT.
4081         (array_value_type): New function.
4082         (build_one_array): Use it, if it returned different type,
4083         fold_convert all constructor fields and convert back to the
4084         wider type in the generated code.
4085         (process_switch): Initialize bit_test_uniq, bit_test_count and
4086         bit_test_bb fields.  Don't optimize if expand_switch_using_bit_tests_p
4087         returned true.
4089 2010-11-19  Michael Matz  <matz@suse.de>
4091         PR tree-optimization/46077
4092         * tree-chrec.c (eq_evolutions_p): Accept some expressions.
4094 2010-11-19  Anatoly Sokolov  <aesok@post.ru>
4096         * config/mn10300/mn10300.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
4097         * config/mn10300/mn10300.c (mn10300_asm_output_addr_const_extra): New
4098         function.
4099         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
4101 2010-11-19  Uros Bizjak  <ubizjak@gmail.com>
4103         * mode-switching.c (optimize_mode_switching): Use
4104         FOR_BB_INSNS instead of open-coded loop.
4105         * cfgrtl.c (redirect_branch_edge): Ditto.
4107 2010-11-19  Joern Rennecke  <amylaar@spamcop.net>
4109         PR target/46436
4110         * config/m68hc11/m68hc11.c (m68hc11_gen_highpart): Split shift count
4111         to accomodate 32 bit HOST_WIDE_INT.
4112         (m68hc11_emit_logical): Remove unused variable insn.
4113         (m68hc11_check_z_replacement) <CLOBBER>: Set this_insn_uses_ix and
4114         this_insn_uses_iy before use.
4116         PR target/46434
4117         * config/crx/crx.c (crx_expand_epilogue): Remove unused variable.
4119 2010-11-19  Joseph Myers  <joseph@codesourcery.com>
4121         PR c/46547
4122         * c-tree.h (in_late_binary_op): Move to c-family/c-common.h.
4123         * c-typeck.c (in_late_binary_op): Move to c-family/c-common.c.
4125 2010-11-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
4127         * doc/extend.texi (Function attributes): Document PowerPC target
4128         attributes that are supported.
4129         (Pragmas): Document that PowerPC now supports target pragmas.
4131         * doc/options.texi (TargetVariable): Document TargetVariable,
4132         HeaderInclude, and SourceInclude.
4134         * doc/invoke.texi (-mfused-madd): Document that -mfused-madd is
4135         mapped to -ffp-contract=fast, and -mno-fused-madd is mapped to
4136         -ffp-contract=off.
4138         * optc-gen.awk: Add support for TargetVariable, HeaderInclude, and
4139         SourceInclude directives.  Fix a cut+paste error with target save
4140         enum variables.  Sort enums in the structures after ints and
4141         before shorts.
4142         * opth-gen.awk: Ditto.
4144         * configure.ac: Add support for HeaderInclude and SourceInclude option
4145         directives to add the appropriate files to the dependency lists.
4146         * configure: Regenerate.
4147         * Makefile.in (OPTIONS_H_EXTRA): New variable for HeaderInclude.
4148         (OPTIONS_C_EXTRA): New variable for SourceInclude.
4149         (OPTIONS_H): Add $(OPTIONS_H_EXTRA).
4150         (options.o): Add $(OPTIONS_C_EXTRA) dependency.
4151         (gcc-options.o): Ditto.
4152         * opt-include.awk: New awk script to handle HeaderInclude and
4153         TargetInclude.
4155         * config/rs6000/aix.opt (-mxl-compat): Mark option as Save so it
4156         gets saved in the target options.
4157         * config/rs6000/linux64.opt (-mprofile-kernel): Ditto.
4158         * config/rs6000/sysv4.opt (-mbit-align): Ditto.
4159         (-mprototype): Ditto.
4160         (-mbit-word): ditto.
4161         (-mregnames): Ditto.
4162         (-msecure-plt): Ditto.
4163         (-mbss-plt): Ditto.
4164         * config/rs6000/rs6000.opt (-mpowerpc-gpopt): Ditto.
4165         (-mpowerpc-gfxopt): Ditto.
4166         (-mmfcrf): Ditto.
4167         (-mpopcntb): Ditto.
4168         (-mfprnd): Ditto.
4169         (-mcmpb): Ditto.
4170         (-mmmfpgpr): Ditto.
4171         (-maltivec): Ditto.
4172         (-mhard-dfp): Ditto.
4173         (-mmulhw): Ditto.
4174         (-mdlmzb): Ditto.
4175         (-mmultiple): Ditto.
4176         (-mstring): Ditto.
4177         (-mpopcntd): Ditto.
4178         (-mfriz): Ditto.
4179         (-mvsx): Ditto.
4180         (-mno-update): Ditto.
4181         (-mavoid-indexed-addresses): Ditto.
4182         (-mtls-markers): Ditto.
4183         (-msched-epilog): Ditto.
4184         (-msched-prolog): Ditto.
4185         (-maix-struct-return): Ditto.
4186         (-msvr4-struct-return): Ditto.
4187         (-mxl-compat): Ditto.
4188         (-mrecip-precision): Ditto.
4189         (-mfp-in-toc): Ditto.
4190         (-msum-in-toc): Ditto.
4191         (-mvrsave): Ditto.
4192         (-mblock-move-inline-limit=): Ditto.
4193         (-misel): Ditto.
4194         (-mpaired): Ditto.
4195         (-mlongcall): Ditto.
4196         (-mgen-cell-microcode): Ditto.
4197         (-mwarn-cell-microcode): Ditto.
4198         (-mwarn-altivec-long): Ditto.
4199         (-mprioritize-restricted-insns=): Ditto.
4200         (-msingle-float): Ditto.
4201         (-mdouble-float): Ditto.
4202         (-msimple-fpu): Ditto.
4203         (-mxilinx-fpu): Ditto.
4204         * config/rs6000/aix64.opt (-mpe): Ditto.
4206         * config/rs6000/rs6000.opt (HeaderInclude): Include rs6000-opts.h.
4207         (rs6000_cpu): Move variable to be a target variable.  Rename
4208         cmodel to rs6000_current_cmodel because of macro conflict.  Merge
4209         -mdebug=<xxx> variables into a single int.
4210         (rs6000_always_hint): Ditto.
4211         (rs6000_sched_groups): Ditto.
4212         (rs6000_align_branch_targets): Ditto.
4213         (rs6000_sched_costly_dep): Ditto.
4214         (rs6000_sched_insert_nops): Ditto.
4215         (rs6000_long_double_type_size): Ditto.
4216         (rs6000_ieeequad): Ditto.
4217         (rs6000_altivec_abi): Ditto.
4218         (rs6000_spe): Ditto.
4219         (rs6000_spe_abi): Ditto.
4220         (rs6000_float_gprs): Ditto.
4221         (rs6000_darwin64_abi): Ditto.
4222         (can_override_loop_align): Ditto.
4223         (rs6000_sdata): Ditto.
4224         (rs6000_tls_size): Ditto.
4225         (rs6000_current_abi): Ditto.
4226         (rs6000_traceback): Ditto.
4227         (rs6000_alignment_flags): Ditto.
4228         (rs6000_current_cmodel): Ditto.
4229         (rs6000_recip_control): Ditto.
4230         (rs6000_cpu_index): Ditto.
4231         (rs6000_tune_index): Ditto.
4232         (rs6000_debug): Ditto.
4233         (rs6000_target_flags_explict): Ditto.
4235         * config/rs6000/rs6000-protos.h (rs6000_pragma_target_parse): Add
4236         declaration.
4238         * config/rs6000/linux64.h (rs6000_current_cmode): Rename from
4239         cmodel.  Change all uses.
4241         * config/rs6000/rs6000.c (rs6000_always_hint): Move to
4242         rs6000.opt.  Combine -mdebug=<xxx> variables into a single int.
4243         Rename cmodel to rs6000_current_cmodel.
4244         (rs6000_sched_groups): Ditto.
4245         (rs6000_align_branch_targets): Ditto.
4246         (rs6000_sched_costly_dep): Ditto.
4247         (rs6000_sched_insert_nops): Ditto.
4248         (rs6000_long_double_type_size): Ditto.
4249         (rs6000_ieeequad): Ditto.
4250         (rs6000_altivec_abi): Ditto.
4251         (rs6000_spe): Ditto.
4252         (rs6000_spe_abi): Ditto.
4253         (rs6000_float_gprs): Ditto.
4254         (rs6000_darwin64_abi): Ditto.
4255         (can_override_loop_align): Ditto.
4256         (rs6000_sdata): Ditto.
4257         (rs6000_tls_size): Ditto.
4258         (rs6000_current_abi): Ditto.
4259         (rs6000_traceback): Ditto.
4260         (rs6000_alignment_flags): Ditto.
4261         (rs6000_current_cmodel): Ditto.
4262         (rs6000_recip_control): Ditto.
4263         (rs6000_cpu_index): Ditto.
4264         (rs6000_tune_index): Ditto.
4265         (rs6000_debug): Ditto.
4266         (rs6000_target_flags_explict): Ditto.
4267         (rs6000_sched_insert_nops_str): Make static.
4268         (rs6000_sched_costly_dep_str): Ditto.
4269         (rs6000_recip_name): Ditto.
4270         (rs6000_abi_name): Ditto.
4271         (rs6000_sdata_name): Ditto.
4272         (enum rs6000_traceback_name): Move to rs6000-opts.h.
4273         (rs6000_parse_tls_size_option): Delete.
4274         (rs6000_valid_attribute_p): New function for target attributes and
4275         pragmas.
4276         (rs6000_function_specific_save): Ditto.
4277         (rs6000_function_specific_restore): Ditto.
4278         (rs6000_function_specific_print): Ditto.
4279         (rs6000_can_inline_p): Ditto.
4280         (rs6000_set_current_function): Ditto.
4281         (rs6000_inner_target_options): Ditto.
4282         (rs6000_debug_target_options): Ditto.
4283         (rs6000_pragma_target_parse): Ditto.
4284         (TARGET_OPTION_VALID_ATTRIBUTE_P): Define target hooks for target
4285         attributes and pragmas.
4286         (TARGET_OPTION_SAVE): Ditto.
4287         (TARGET_OPTION_RESTORE): Ditto.
4288         (TARGET_OPTION_PRINT): Ditto.
4289         (TARGET_CAN_INLINE_P): Ditto.
4290         (TARGET_SET_CURRENT_FUNCTION): Ditto.
4291         (POWER_MASKS): Move to file level scope from the
4292         rs6000_option_override_internal function.
4293         (POWERPC_MASKS): Ditto.
4294         (ISA_*_MASKS): Ditto.
4295         (struct rs6000_ptt): Ditto.
4296         (processor_target_table): Ditto.
4297         (rs6000_cpu_name_lookup): Map cpu name to an index in
4298         processor_target_table.
4299         (rs6000_debug_reg_global): Print more information on processor
4300         options for -mdebug=reg.
4301         (rs6000_init_hard_regno_mode_ok): Add support for target
4302         attributes and pragmas.  Merge all -mdebug=<xxx> fields into one.
4303         Allow -mdebug=val1,val2.  Rename cmodel variable.
4304         (rs6000_option_override_internal): Ditto.
4305         (rs6000_option_override): Ditto.
4306         (rs6000_handle_option): Ditto.
4307         (rs6000_conditional_register_usage): Add debug trace message.
4308         (struct rs6000_opt_mask): New for target attribute/pragma support.
4309         (rs6000_opt_masks): Ditto.
4310         (struct rs6000_opt_var): Ditto.
4311         (rs6000_opt_vars): Ditto.
4312         (rs6000_previous_function): Ditto.
4314         * config/rs6000/rs6000.h (top level): Include rs6000-opts.h if it
4315         wasn't already included.
4316         (enum rs6000_cmodel): Move to rs6000-opts.h or rs6000.opt.
4317         (enum processor_type): Ditto.
4318         (rs6000_cpu): Ditto.
4319         (enum fpu_type_t): Ditto.
4320         (fpu_type): Ditto.
4321         (enum rs6000_dependence_cost): Ditto.
4322         (enum rs6000_nop_insertion): Ditto.
4323         (enum group_termination): Ditto.
4324         (rs6000_long_double_type_size): Ditto.
4325         (rs6000_ieeequad): Ditto.
4326         (rs6000_altivec_abi): Ditto.
4327         (rs6000_spe_abi): Ditto.
4328         (rs6000_spe): Ditto.
4329         (rs6000_float_gprs): Ditto.
4330         (rs6000_alignment_flags): Ditto.
4331         (rs6000_sched_insert_nops): Ditto.
4332         (enum rs6000_vector): Ditto.
4333         (enum rs6000_abi): Ditto.
4334         (rs6000_current_opt): Ditto.
4335         (rs6000_debug_*): Delete.
4336         (MASK_DEBUG*): Combine -mdebug=xxxx into one int.
4337         (TARGET_DEBUG*): Ditto.
4339         * config/rs6000/rs6000-opts.h: New header file to define the enums
4340         that are used in target variables that are now defined in rs6000.opt.
4342         * config/rs6000/sysv4.h (enum rs6000_sdata_type): Move to
4343         rs6000-opts.h.
4344         (rs6000_sdata): Ditto.
4345         (rs6000_abi_name): Delete.
4346         (rs6000_sdata_name): Ditto.
4347         (rs6000_tls_size_string): Ditto.
4349 2010-11-19  Joseph Myers  <joseph@codesourcery.com>
4351         * common.opt (debug_struct_ordinary, debug_struct_generic): New
4352         Variable entries.
4353         * dwarf2out.c (matches_main_base, dump_struct_debug, DUMP_GSTRUCT,
4354         should_emit_struct_debug): Move from opts.c.
4355         * flag-types.h (enum debug_struct_file): Move from opts.c.
4356         * flags.h (should_emit_struct_debug): Remove.
4357         (base_of_path): Declare.
4358         (set_struct_debug_option): Add gcc_options parameter.
4359         * optc-gen.awk, opth-gen.awk: Handle array variables.
4360         * opts.c (enum debug_struct_file, debug_struct_ordinary,
4361         debug_struct_generic): Remove.
4362         (set_struct_debug_option): Add gcc_options parameter.
4363         (base_of_path): Remove static.
4364         (main_input_basename, main_input_baselength, matches_main_base,
4365         dump_struct_debug, DUMP_GSTRUCT, should_emit_struct_debug):
4366         Remove.
4367         * toplev.c (main_input_basename, main_input_baselength): Define
4368         here.
4369         * toplev.h (main_input_basename, main_input_baselength): Declare
4370         here.
4372 2010-11-19  Joseph Myers  <joseph@codesourcery.com>
4374         * common.opt (flag_instrument_functions_exclude_functions,
4375         flag_instrument_functions_exclude_files): New Variable definitions.
4376         * flags.h (flag_instrument_functions_exclude_p): Don't declare.
4377         * gimplify.c (char_p): Declare type and vectors.
4378         (flag_instrument_functions_exclude_p): Moved from opts.c.  Make static.
4379         * opts.c (flag_instrument_functions_exclude_functions,
4380         flag_instrument_functions_exclude_files): Remove.
4381         (add_comma_separated_to_vector): Take void **.
4382         (flag_instrument_functions_exclude_p): Move to gimplify.c.
4383         (common_handle_option): Use options structure for
4384         -finstrument-functions-exclude- options.
4386 2010-11-19  Joseph Myers  <joseph@codesourcery.com>
4388         * doc/options.texi (Var): Document effects of Defer.
4389         (Defer): Document.
4390         * opt-functions.awk (var_type, var_set): Handle deferred options.
4391         * opts-common.c (set_option): Handle CLVC_DEFER.
4392         * common.opt (fcall-saved-, fcall-used-, fdump-, ffixed-,
4393         fplugin=, fplugin-arg-, fstack-limit, fstack-limit-register=,
4394         fstack-limit-symbol=): Mark as deferred.
4395         * opts.c: Don't include rtl.h, ggc.h, output.h, tree-pass.h or
4396         plugin.h.
4397         (print_filtered_help): Don't report state of CLVC_DEFER options.
4398         (common_handle_option): Move code for OPT_fcall_used_,
4399         OPT_fcall_saved_, OPT_fdump_, OPT_ffixed_, OPT_fplugin_,
4400         OPT_fplugin_arg_, OPT_fstack_limit, OPT_fstack_limit_register_ and
4401         OPT_fstack_limit_symbol_ to opts-global.c.
4402         (option_enabled, get_option_state): Handle CLVC_DEFER.
4403         * opts.h: Include vec.h.
4404         (enum cl_var_type): Add CLVC_DEFER.
4405         (cl_deferred_option): Define type and vectors.
4406         (handle_common_deferred_options): Declare.
4407         * opts-global.c: New.
4408         * toplev.c (toplev_main): Call handle_common_deferred_options
4409         * Makefile.in (OPTS_H): Include $(VEC_H).
4410         (OBJS-common): Include opts-global.o.
4411         (opts.o): Update dependencies.
4412         (opts-global.o): Add dependencies.
4414 2010-11-19  Nicola Pero  <nicola.pero@meta-innovation.com>
4416         * c-parser.c (c_parser_objc_protocol_definition): Pass attributes
4417         to objc_declare_protocols.
4419 2010-11-19  Richard Guenther  <rguenther@suse.de>
4421         PR lto/45789
4422         * lto-streamer-out.c (lto_output_ts_common_tree_pointers): For
4423         IDENTIFIERs do not stream TREE_TYPE.
4424         * lto-streamer-in.c (lto_input_ts_common_tree_pointers): Likewise.
4426 2010-11-19  Christian Borntraeger  <borntraeger@de.ibm.com>
4428         * config/s390/s390.c (s390_function_arg_integer): Handle NULLPTR_TYPE.
4430 2010-11-19  Jakub Jelinek  <jakub@redhat.com>
4432         PR target/45870
4433         * dwarf2out.c (const_ok_for_output_1): Don't complain about
4434         non-delegitimized TLS UNSPECs.
4436 2010-11-18  Jack Howarth  <howarth@bromo.med.uc.edu>
4437             Ian Lance Taylor  <iant@google.com>
4439         * config/darwin-c.c (darwin_additional_format_types): Export.
4441 2010-11-18  Paul Koning  <ni1d@arrl.net>
4443         * config/pdp11/pdp11.h (FIRST_PARM_OFFSET): Fix case of no frame
4444         pointer.
4446 2010-11-18  Paul Koning  <ni1d@arrl.net>
4448         * config/pdp11/pdp11.md (abshi2): Delete TARGET_ABSHI_BUILTIN.
4449         * config/pdp11/pdp11.c (TARGET_DEFAULT_TARGET_FLAGS): Ditto.
4450         * config/pdp11/pdp11.opt (-mabshi): Delete.
4452 2010-11-19  Mingjie Xing  <mingjie.xing@gmail.com>
4454         * resource.h (struct resources): Fix typo in the comment.
4456 2010-11-19  Uros Bizjak  <ubizjak@gmail.com>
4458         PR target/46546
4459         * config/i386/i386.c (ix86_reorg): Call compute_bb_for_insn.
4461 2010-11-18  Richard Henderson  <rth@redhat.com>
4463         PR middle-end/46515
4464         * function.c (maybe_copy_prologue_epilogue_insn): Rename from
4465         maybe_copy_epilogue_insn; handle prologue insns as well.
4466         * rtl.h, cfglayout.c: Update for rename.
4467         * recog.c (peep2_attempt): Copy prologue/epilogue data for
4468         RTX_FRAME_RELATED_P insns.
4470 2010-11-18  Jakub Jelinek  <jakub@redhat.com>
4472         PR middle-end/46534
4473         * builtins.c (fold_builtin_printf): Don't copy and modify string
4474         before build_string_literal, instead modify what
4475         build_string_literal returned.
4477 2010-11-18  Nathan Froyd  <froydnj@codesourcery.com>
4479         PR c/33193
4480         * c-typeck.c (build_unary_op): Call build_real_imag_expr for
4481         REALPART_EXPR and IMAGPART_EXPR.
4483 2010-11-18  Richard Guenther  <rguenther@suse.de>
4485         PR tree-optimization/46172
4486         * tree-vect-loop-manip.c (remove_dead_stmts_from_loop): New
4487         function.
4488         (slpeel_tree_peel_loop_to_edge): Call it.
4490 2010-11-18  Jeff Law  <law@redhat.com>
4492         PR middle-end-optimization/46297
4493         * postreload.c (reload_combine_note_store): Deal with embedded
4494         side effects in MEM expressions.
4496 2010-11-18  Richard Guenther  <rguenther@suse.de>
4498         PR lto/45089
4499         * dwarf2out.c (add_AT_die_ref): Work around LTO losing types
4500         when checking is not enabled.
4502 2010-11-18  Richard Guenther  <rguenther@suse.de>
4504         PR lto/46525
4505         * gimple.c (gimple_register_type): Update TYPE_MAIN_VARIANT of
4506         type leaders.
4507         (gimple_register_canonical_type): Also cache the canoncial type
4508         for non type leaders.
4510 2010-11-18  Richard Guenther  <rguenther@suse.de>
4512         * lto-wrapper.c (run_gcc): Fix -flto=N parsing.
4514 2010-11-18  Alexander Monakov  <amonakov@ispras.ru>
4516         PR middle-end/46518
4517         * sel-sched-ir.c (init_expr): Use the correct type for
4518         target_available.
4519         * sel-sched.c (fill_vec_av_set): Use explicitly signed char type.
4521 2010-11-17  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
4523         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Support -fpic
4524         as well as -mrelocatable at the same time.
4526 2010-11-17  Quentin Neill  <quentin.neill.gnu@gmail.com>
4528         PR target/46422
4529         * config/i386/bmiintrin.h (__lzcnt_u16, __lzcnt_u32, __lzcnt_u64):
4530         Call the clz builtin.
4532 2010-11-17  Dinar Temirbulatov <dtemirbulatov@gmail.com>
4533             Steve Ellcey  <sje@cup.hp.com>
4535         PR middle-end/31490
4536         * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask
4537         if section attribute used.
4539 2010-11-17  Jan Hubicka  <jh@suse.cz>
4541         * builtins.c (expand_builtin_mathfn_2, expand_builtin_mathfn): Do not
4542         expand errno setting variant when optimizing for size.
4544 2010-11-17  Eric Botcazou  <ebotcazou@adacore.com>
4546         * postreload.c (reload_combine): Call control_flow_insn_p only once.
4547         Reverse backward loop.  Fix formatting issues.
4549 2010-11-17  Paolo Bonzini  <bonzini@gnu.org>
4551         * c-parser.c (c_token_is_qualifier,
4552         c_parser_next_token_is_qualifier): New.
4553         (c_parser_declaration_or_fndef, c_parser_struct_declaration):
4554         Improve error message on specs->tagdef_seen_p.
4555         (c_parser_struct_or_union_specifier): Improve error recovery.
4556         (c_parser_declspecs): Move exit condition on C_ID_ID early.
4557         Reorganize exit condition for C_ID_TYPENAME/C_ID_CLASSNAME
4558         using c_parser_next_token_is_qualifier; extend it to cover
4559         a ctsk_tagdef typespec and !typespec_ok in general.
4561 2010-11-17  Richard Guenther  <rguenther@suse.de>
4563         * value-prof.c (gimple_divmod_fixed_value_transform): Update the stmt.
4564         (gimple_mod_pow2_value_transform): Likewise.
4565         (gimple_mod_subtract_transform): Likewise.
4567 2010-11-17  Richard Guenther  <rguenther@suse.de>
4569         PR lto/46504
4570         * gimple.c (gimple_register_canonical_type): Make sure to only
4571         make type leaders canonical types.
4573 2010-11-17  Michael Matz  <matz@suse.de>
4575         * timevar.def (TV_IPA_OPT, TV_EARLY_LOCAL, TV_OPTIMIZE,
4576         TV_POSTRELOAD, TV_REMOVE_UNUSED, TV_ADDRESS_TAKEN, TV_TODO,
4577         TV_VERIFY_LOOP_CLOSED, TV_VERIFY_RTL_SHARING,
4578         TV_REBUILD_FREQUENCIES, TV_REPAIR_LOOPS): New.
4579         * tree-into-ssa.c (rewrite_into_ssa): Don't push/pop timevar here ...
4580         (pass_build_ssa): ... but here.
4581         * cgraphbuild.c (pass_rebuild_cgraph): Use timevar.
4582         * tree-ssa-loop-manip.c (verify_loop_closed_ssa): Use timevar.
4583         * tree-emutls.c (pass_ipa_lower_emutls): Ditto.
4584         * df-core.c (pass_df_initialize_opt, pass_df_initialize_no_opt): Ditto.
4585         * predict.c (rebuild_frequencies): Ditto.
4586         * tree-vectorizer.c (pass_ipa_increase_alignment): Ditto.
4587         * emit-rtl.c (verify_rtl_sharing): Ditto.
4588         * tree-cfgcleanup.c (repair_loop_structures): Ditto.
4589         * tree-ssa-live.c (remove_unused_locals): Ditto.
4590         * cfglayout.c (pass_into_cfg_layout, pass_outof_cfg_layout): Ditto.
4591         * tree-ssa.c (pass_early_warn_uninitialized,
4592         execute_update_addresses_taken, pass_update_address_taken): Ditto.
4593         * tree-optimize.c (pass_all_optimizations, pass_early_local_passes,
4594         pass_cleanup_cfg_post_optimizing, tree_rest_of_compilation): Ditto.
4595         * passes.c (pass_postreload, execute_todo): Ditto.
4596         * tree-ssanames.c (pass_release_ssa_names): Ditto.
4598 2010-11-17  Joseph Myers  <joseph@codesourcery.com>
4600         * doc/invoke.texi (-dy): Remove.
4601         * langhooks-def.h (lhd_do_nothing_i): Don't declare.
4602         (LANG_HOOKS_PARSE_FILE): Define to lhd_do_nothing.
4603         * langhooks.c (lhd_do_nothing_i): Remove.
4604         * langhooks.h (lang_hooks.parse_file): Take no arguments.
4605         * toplev.c (set_yydebug): Remove.
4606         (compile_file): Update call to lang_hooks.parse_file.
4607         (decode_d_option): Don't handle -dy.
4609 2010-11-17  Jakub Jelinek  <jakub@redhat.com>
4611         PR rtl-optimization/46440
4612         * combine.c (update_cfg_for_uncondjump): When changing
4613         an indirect jump into unconditional jump, remove BARRIERs
4614         from bb's footer.
4616 2010-11-17  Joseph Myers  <joseph@codesourcery.com>
4618         * opts.c (target_handle_option): Do not assert that loc ==
4619         UNKNOWN_LOCATION.
4621 2010-11-17  Jakub Jelinek  <jakub@redhat.com>
4622             Richard Guenther  <rguenther@suse.de>
4624         PR middle-end/45838
4625         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
4626         call_may_clobber_ref_p_1): Return true for __sync_* and some
4627         OpenMP builtins that act as threading barriers.
4629 2010-11-17  Richard Guenther  <rguenther@suse.de>
4631         PR tree-optimization/46498
4632         * tree-ssa-dce.c (perform_tree_ssa_dce): Compute dominator info.
4634 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
4636         * config/xtensa/xtensa.c (function_arg_boundary): Really rename to...
4637         (xtensa_function_arg_boundary): ...this.
4638         * config/picochip/pichochip.c (picochip_function_arg_boundary): Fix
4639         thinko in declaration.
4640         (picochip_function_arg, picochip_arg_partial_bytes): Pass proper
4641         number of parameters to picochip_function_arg_boundary.
4642         (picochip_arg_advance): Likewise.
4644 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
4646         PR target/46512
4647         * config/pa/pa.c (pa_function_arg_boundary): Move TYPE_SIZE accesses
4648         under check for type.
4650 2010-11-16  Eric Botcazou  <ebotcazou@adacore.com>
4652         * ifcvt.c (dead_or_predicable): Fix typo.
4654 2010-11-16  Richard Henderson  <rth@redhat.com>
4656         * config.gcc [s390*-*] (extra_options): Add fused-madd.opt.
4657         * config/s390/s390.opt (mfused-madd): Remove.
4658         * config/s390/s390.c (s390_rtx_costs): Handle FMA.
4659         (TARGET_DEFAULT_TARGET_FLAGS): Remove MASK_FUSED_MADD.
4660         * config/s390/s390.md (fma<DSF>4): Rename from *fmadd<DSF>; use FMA.
4661         (fms<DSF>4): Rename from *fmsub<DSF>; use FMA.
4663 2010-11-16  Richard Henderson  <rth@redhat.com>
4665         * config.gcc [powerpc*, rs6000*] (extra_options): Add fused-madd.opt.
4666         * config/rs6000/rs6000.opt (mfused-madd): Remove.
4667         * config/rs6000/altivec.md (altivec_vmaddfp): Remove.
4668         (*altivec_vmaddfp_1): Remove.
4669         (*altivec_fmav4sf4): Rename from altivec_vmaddfp_2; use FMA.
4670         (altivec_mulv4sf3): Expand to FMA directly.
4671         (*altivec_vnmsubfp): Rename from altivec_vnmsubfp.
4672         (*altivec_vnmsubfp_1, *altivec_vnmsubfp_2): Remove.
4673         * config/rs6000/paired.md (paired_madds0): Use FMA.
4674         (paired_madds1): Likewise.
4675         (*paired_madd): Rename from paired_madd; use FMA.
4676         (*paired_msub, *paired_nmadd, *paired_nmsub): Similarly.
4677         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Do not
4678         consider TARGET_FUSED_MADD wrt rs6000_recip_control.
4679         (bdesc_3arg): Update CODE_FOR_* for pattern renames.
4680         (rs6000_emit_madd): Use fma_optab.
4681         (rs6000_emit_msub): Use fms_optab.
4682         (rs6000_emit_nmsub): Expand the FMA pattern directly.
4683         * config/rs6000/rs6000.md (FMA_F): New mode iterator.
4684         (*fmasf4_fpr): Rename from fmasf4_fpr.
4685         (*nfmasf4_fpr): Rename from *fnmasf4_fpr.
4686         (*nfmssf4_fpr): Rename from *fnmssf4_fpr.
4687         (*fmaddsf4_powerpc, *fmaddsf4_power, *fmsubsf4_powerpc): Remove.
4688         (*fmsubsf4_power, *fnmaddsf4_powerpc_1, *fnmaddsf4_powerpc_2): Remove.
4689         (*fnmaddsf4_power_1, *fnmaddsf4_power_2, *fnmsubsf4_powerpc_1): Remove.
4690         (*fnmsubsf4_powerpc_2, *fnmsubsf4_power_1, *fnmsubsf4_power_2): Remove.
4691         (*fmadf4_fpr): Rename from fmadf4_fpr.
4692         (*nfmadf4_fpr): Rename from *fnmadf4_fpr.
4693         (*nfmsdf4_fpr): Rename from *fnmsdf4_fpr.
4694         (*fmadddf4_fpr, *fmsubdf4_fpr, *fnmadddf4_fpr_1): Remove.
4695         (*fnmadddf4_fpr_2, *fnmsubdf4_fpr_1, *fnmsubdf4_fpr_2): Remove.
4696         (fmasf4, fmadf4): Macroize into...
4697         (fma<FMA_F>4): ... here.
4698         (fms<FMA_F>4, fnma<FMA_F>4, fnms<FMA_F>4): New.
4699         (nfma<FMA_F>4, nfms<FMA_F>4): New.
4700         * config/rs6000/vector.md (mul<VEC_F>3): Do not depend on
4701         TARGET_FUSED_MADD.
4702         * config/rs6000/vsx.md (vsx_fmadd<VSX_B>4): Remove.
4703         (*vsx_fmadd<mode>4_1): Remove.
4704         (vsx_fmsub<mode>4, *vsx_fmsub<mode>4_1): Remove.
4705         (vsx_fnmadd<mode>4_1, vsx_fnmadd<mode>4_2): Remove.
4706         (vsx_fnmsub<mode>4_1, vsx_fnmsub<mode>4_2): Remove.
4707         (*vsx_fma<mode>4): Rename from vsx_fmadd<mode>4_2.
4708         (*vsx_fms<mode>4): Rename from vsx_fmsub<mode>4_2.
4709         (*vsx_nfma<mode>4): Rename from vsx_fnmadd<mode>4.
4710         (*vsx_nfms<mode>4): Rename from vsx_fnmsub<mode>4.
4712 2010-11-16  Richard Henderson  <rth@redhat.com>
4714         * config/pa/pa.md (fmadf4): Rename from unnamed; use FMA.
4715         (fmasf4, fnmadf4, fnmasf4): Likewise.
4716         (unnamed plus+mult insns and splitters): Delete.
4718 2010-11-16  Richard Henderson  <rth@redhat.com>
4720         * config/spu/spu.md (fma<VSF>4): Rename from fma_<VSF>.
4721         (fnma<VSF>4): Rename from fnms_<VSF>.
4722         (fms<VSF>4): Rename from fms_<VSF>.
4723         (fma<VDF>4): Rename from fma_<VDF>.
4724         (fms<VDF>4): Rename from fms_<VDF>.
4725         (nfma<VDF>4): Rename from fnma_<VDF>.
4726         (nfms<VDF>4): Rename from fnms_<VDF>.
4727         (fnma<VDF>4, fnms<VDF>4): New expanders.
4728         (floatunsdisf2): Update for the renames.
4729         (*div<VSF>3_fast, *div<VSF>3_adjusted): Likewise.
4730         * config/spu/spu-builtins.def: Update CODE_FOR_* for the renames.
4732 2010-11-16  Eric Botcazou  <ebotcazou@adacore.com>
4734         PR rtl-optimization/46490
4735         * combine.c (expand_compound_operation): Fix thinko.
4737 2010-11-16  Richard Henderson  <rth@redhat.com>
4739         PR target/46470
4740         * recog.c (peep2_attempt): Convert frame-related info when possible.
4741         (peep2_fill_buffer): Allow frame-related insns into the buffer.
4742         (peephole2_optimize): Allow peep2_attempt to fail.
4744 2010-11-16  Eric Botcazou  <ebotcazou@adacore.com>
4746         PR rtl-optimization/46315
4747         * rtl.h (remove_reg_equal_equiv_notes_for_regno): Declare.
4748         * rtlanal.c (remove_reg_equal_equiv_notes_for_regno): New function
4749         extracted from...
4750         * dce.c (delete_corresponding_reg_eq_notes): ...here.  Rename into...
4751         (remove_reg_equal_equiv_notes_for_defs): ...this.
4752         (delete_unmarked_insns): Adjust to above renaming.
4753         * ifcvt.c (dead_or_predicable): Remove REG_EQUAL and REG_EQUIV notes
4754         referring to registers set in the insns being moved, if any.
4756         * df-core.c (df_ref_dump): New function extracted from...
4757         (df_refs_chain_dump): ...here.  Call it.
4758         (df_regs_chain_dump): Likewise.
4759         * df-problems.c (df_chain_dump): Print 'e' for uses in notes.
4760         * df-scan.c (df_scan_start_dump): Likewise.  Fix long line.
4762 2010-11-16  Andreas Schwab  <schwab@linux-m68k.org>
4764         PR rtl-optimization/46395
4765         * postreload.c (reload_combine): Invalidate register use
4766         information on all control flow insns.
4768         * config/m68k/m68k.c (m68k_delegitimize_address): Also expect
4769         LABEL_REF in UNSPEC operand.
4771 2010-11-16  Jan Hubicka  <jh@suse.cz>
4773         * cgraph.h (+varpool_can_remove_if_no_refs): Move here from ...;
4774         when !flag_toplevel_reorder do not remove unless variable is
4775         COMDAT or ARTIFICIAL.
4776         * ipa.c (varpool_can_remove_if_no_refs): ... here.
4777         (cgraph_remove_unreachable_nodes): Only analyzed nodes needs to stay.
4778         * cgraphunit.c (cgraph_analyze_functions): Dump varpool, too.
4779         * varpool.c (decide_is_variable_needed): Do not handle visibility
4780         issues.
4781         (varpool_finalize_decl): Likewise.
4782         (varpool_remove_unreferenced_decls): Use varpool_mark_needed_node;
4783         update outdated comment on DECL_RTL_SET_P check.
4785 2010-11-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4787         * config/sol2.h (NM_FLAGS): Define.
4788         * doc/tm.texi.in (Macros for Initialization, NM_FLAGS): Document.
4789         * doc/tm.texi: Update.
4791 2010-11-16  Nick Clifton  <nickc@redhat.com>
4793         * config/v850/v850.md (maddsf4): Rename to fmasf4 and use fma rtx_code.
4794         (msubsf4): Rename to fmssf4, and use fma.
4795         (nmaddsf4): Rename to fnmasf4 and use fma.
4796         (nmsubsf4): Rename to fnmssf4 and use fma.
4798 2010-11-16  Joern Rennecke  <amylaar@spamcop.net>
4800         PR target/44762
4801         * config/score/score3.c (score3_return_in_memory): Constify arguments.
4802         (score3_in_small_data_p, score3_function_value): Likewise.
4803         (score3_trampoline_init): Use LCT_NORMAL.
4804         (score3_print_operand): Initialize code as UNKNOWN.
4805         * config/score/predicates.md (score_load_multiple_operation):
4806         Remove unused variable.
4807         (score_store_multiple_operation): Likewise.
4808         * config/score/score7.c (score7_return_in_memory): Constify arguments.
4809         (score7_in_small_data_p, score7_function_value): Likewise.
4810         (score7_trampoline_init): Use LCT_NORMAL.
4811         (score7_print_operand): Initialize code as UNKNOWN.
4812         * config/score/score3.h (score3_return_in_memory): Update prototype.
4813         (score3_in_small_data_p, score3_function_value): Likewise.
4814         * config/score/score-protos.h (score_function_value): Likewise.
4815         * config/score/score7.h (score7_return_in_memory): Update prototype.
4816         (score7_in_small_data_p, score7_function_value): Likewise.
4817         * config/score/score.c (TARGET_PROMOTE_PROTOTYPES): Constify.
4818         (score_return_in_memory, score_pass_by_reference): Constify arguments.
4819         (score_output_mi_thunk, score_function_prologue): Don't return a value.
4820         (score_function_epilogue, score_in_small_data_p): Likewise.
4821         (score_option_override, score_asm_trampoline_template): Likewise.
4822         (score_trampoline_init, score_print_operand): Likewise.
4823         (score_print_operand_address, score_prologue): Likewise.
4824         (score_epilogue, score_call, score_call_value): Likewise.
4825         (score_movsicc, score_movdi, score_zero_extract_andi): Likewise.
4826         (score_function_arg_advance): Likewise. Make static.
4827         (score_asm_file_end): Mark parameter value with ATTRIBUTE_UNUSED.
4828         (score_function_arg, score_legitimate_address_p): Make static.
4829         (score_function_value): Mark parameter func with ATTRIBUTE_UNUSED.
4830         * config/score/score.h (REGNO_REG_CLASS): Cast value to enum reg_class.
4831         * config/score/score-conv.h (UIMM_IN_RANGE, SIMM_IN_RANGE):
4832         Allow (W) == HOST_BITS_PER_WIDE_INT.
4834         PR java/46386
4835         * config/pdp11/t-pdp11 (java/constants.o-warn): Remove.
4836         * config/t-pnt16-warn (java/constants.o-warn): Likewise.
4838 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
4840         * config/arc/arc.c: Delete pasto.
4841         * config/pa/pa.c (pa_function_arg_boundary): Add missing comparison.
4843 2010-11-16  Anatoly Sokolov  <aesok@post.ru>
4845         * config/mn10300/mn10300.h (PREFERRED_RELOAD_CLASS,
4846         PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
4847         * config/mn10300/mn10300.c (TARGET_PREFERRED_RELOAD_CLASS,
4848         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
4849         (mn10300_preferred_reload_class,
4850         mn10300_preferred_output_reload_class): New functions.
4852 2010-11-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4854         * gensupport.c (MNEMONIC_ATTR_NAME, MNEMONIC_HTAB_SIZE): New macros.
4855         (htab_eq_string, add_mnemonic_string, gen_mnemonic_setattr)
4856         (mnemonic_htab_callback, gen_mnemonic_attr): New functions.
4857         (init_rtx_reader_args_cb): Invoke gen_mnemonic_attr.
4859 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
4861         * builtins.c (std_gimplify_va_arg_expr): Use
4862         targetm.calls.function_arg_boundary.
4863         * function.c (assign_parms, locate_and_pad_parm): Likewise.
4864         * calls.c (struct arg_data): Update comment.
4865         * defaults.h (FUNCTION_ARG_BOUNDARY): Delete.
4866         * target.def (function_arg_boundary): Define.
4867         * targhooks.h (default_function_arg_boundary): Declare.
4868         * targhooks.c (default_function_arg_boundary): Define.
4869         * doc/tm.texi.in (FUNCTION_ARG_PADDING): Use
4870         TARGET_FUNCTION_ARG_BOUNDARY.
4871         (FUNCTION_ARG_BOUNDARY): Delete.
4872         (TARGET_FUNCTION_ARG_BOUNDARY): New.
4873         * doc/tm.texi: Regenerate.
4874         * system.h (FUNCTION_ARG_BOUNDARY): Poison.
4875         * config/arc/arc.h (FUNCTION_ARG_BOUNDARY): Delete.
4876         * config/arc/arc.c (arc_function_arg_boundary): Define.
4877         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4878         * config/arm/arm.h (FUNCTION_ARG_BOUNDARY): Delete.
4879         * config/arm/arm-protos.h (arm_needs_doubleword_align): Delete.
4880         * config/arm/arm.c (arm_needs_doubleword_align): Make static.
4881         (arm_function_arg_boundary): Define.
4882         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4883         * config/frv/frv.h (FUNCTION_ARG_BOUNDARY): Delete.
4884         * config/frv/frv-protos.h (frv_function_arg_boundary): Delete.
4885         * config/frv/frv.c (frv_function_arg_boundary): Make static.
4886         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4887         * config/i386/i386.h (FUNCTION_ARG_BOUNDARY): Delete.
4888         * config/i386/i386-protos.h (ix86_function_arg_boundary): Delete.
4889         * config/i386/i386.c (ix86_function_arg_boundary): Make static.
4890         (ix86_compat_function_arg_boundary): Take and return unsigned int.
4891         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4892         * config/ia64/ia64.h (FUNCTION_ARG_BOUNDARY): Delete.
4893         * config/ia64/ia64-protos.h (ia64_function_arg_boundary): Delete.
4894         * config/ia64/ia64.c (ia64_function_arg_boundary): Make static.
4895         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4896         * config/m32c/m32c.h (FUNCTION_ARG_BOUNDARY): Delete.
4897         * config/m32c/m32c.c (m32c_function_arg_boundary): Define.
4898         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4899         * config/m32r/m32r.h (FUNCTION_ARG_BOUNDARY): Delete.
4900         * config/mcore/mcore.h (FUNCTION_ARG_BOUNDARY): Delete.
4901         * config/mcore/mcore.c (mcore_function_arg_boundary): Define.
4902         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4903         * config/mips/mips.h (FUNCTION_ARG_BOUNDARY): Delete.
4904         * config/mips/mips-protos.h (mips_function_arg_boundary): Delete.
4905         * config/mips/mips.c (mips_function_arg_boundary): Make static.
4906         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4907         * config/pa/pa.h (FUNCTION_ARG_BOUNDARY): Delete.
4908         * config/pa/pa.c (pa_function_arg_boundary): Define.
4909         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4910         * config/picochip/picochip.h (FUNCTION_ARG_BOUNDARY): Delete.
4911         * config/picochip/picochip-protos.h
4912         (picochip_get_function_arg_boundary): Delete.
4913         * config/picochip/picochip.c (picochip_get_function_arg_boundary):
4914         Rename to...
4915         (picochip_function_arg_boundary): ...this.  Make static.
4916         (picochip_function_arg, picochip_arg_partial_bytes): Adjust.
4917         (picochip_arg_advance): Adjust.
4918         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4919         * config/rs6000/rs6000.h (FUNCTION_ARG_BOUNDARY): Delete.
4920         * config/rs6000/rs6000-protos.h (function_arg_boundary): Delete.
4921         * config/rs6000/rs6000.c (function_arg_boundary): Rename to...
4922         (rs6000_function_arg_boundary): ...this.  Make static.
4923         (rs6000_parm_start, rs6000_gimplify_va_arg): Adjust.
4924         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4925         * config/rx/rx.h (FUNCTION_ARG_BOUNDARY): Delete.
4926         * config/rx/rx.c (rx_function_arg_boundary): Define.
4927         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4928         * config/sparc/sparc.h (FUNCTION_ARG_BOUNDARY): Delete.
4929         * config/sparc/sparc.c (sparc_function_arg_boundary): Define.
4930         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4931         * config/xtensa/xtensa.h (FUNCTION_ARG_BOUNDARY): Delete.
4932         * config/xtensa/xtensa-protos.h (function_arg_boundary): Delete.
4933         * config/xtensa/xtensa.c (function_arg_boundary): Rename to...
4934         (xtensa_function_arg_boundary): ...this.  Make static.
4935         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
4937 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
4939         * expr.c (alignment_for_piecewise_move): New function.
4940         (widest_int_mode_for_size): New function.
4941         (move_by_pieces, move_by_pieces_ninsns): Call them.
4942         (can_store_by_pieces, store_by_pieces_1): Likewise.
4944 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
4946         * gcc.c (char_p): Define.  Define a VEC of it.
4947         (n_linker_options, n_assembler_options, n_preprocessor_options):
4948         Delete.
4949         (linker_options, assembler_options, preprocessor_options): Convert
4950         to a VEC.
4951         (add_preprocessor_option): Adjust.
4952         (add_assembler_option): Adjust.
4953         (add_linker_option): Adjust.
4954         (do_specs_vec): New function.
4955         (do_spec_1): Call it.  Adjust for new types.
4957 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
4959         * Makefile.in (bitmap.o, ebitmap.o, et-forest.o): Update dependencies.
4960         (sreal.o, statistics.o, stringpool.o): Likewise.
4962 2010-11-16  Richard Guenther  <rguenther@suse.de>
4964         PR tree-optimization/44545
4965         * tree-ssa-reassoc.c (linearize_expr_tree): Possibly throwing
4966         statements are not reassociatable.
4967         (reassociate_bb): Likewise.
4969 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
4971         * bitmap.c: Delete unnecessary includes.
4972         * ebitmap.c: Likewise.
4973         * et-forest.c: Likewise.
4974         * sreal.c: Likewise.
4975         * statistics.c: Likewise.
4976         * stringpool.c: Likewise.
4977         * double-int.c: Add comment for inclusion of tm.h.
4979 2010-11-16  Richard Guenther  <rguenther@suse.de>
4981         * tree-ssa-sccvn.c (visit_unary_op): Rename to ...
4982         (visit_nary_op): ... this.
4983         (visit_binary_op): Remove.
4984         (visit_use): Adjust and handle GIMPLE_TERNARY_RHS.
4986 2010-11-16  Richard Guenther  <rguenther@suse.de>
4988         PR middle-end/45172
4989         * tree-eh.c (cleanup_empty_eh_unsplit): Avoid creating duplicate edges.
4991 2010-11-16  Nick Clifton  <nickc@redhat.com>
4993         * config/rx/rx.c (rx_is_ms_bitfield_layout): Return false if the
4994         record is packed.
4996 2010-11-15  Richard Henderson  <rth@redhat.com>
4998         * fold-const.c (operand_equal_for_comparison_p): Handle FMA_EXPR,
4999         WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR, VEC_COND_EXPR and
5000         DOT_PROD_EXPR.
5002 2010-11-15  Richard Henderson  <rth@redhat.com>
5004         * config/mn10300/mn10300.md (fmasf4, fmssf4, fnmasf4, fnmssf4): Rename
5005         from fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4 respectively.  Use
5006         fma rtx_code.
5008 2010-11-15  Richard Henderson  <rth@redhat.com>
5010         * config/frv/frv.md (fmasf4, fmssf4): Rename from *muladdsf4
5011         and *mulsubsf4 respectively.  Use fma rtx_code.
5013 2010-11-15  Joseph Myers  <joseph@codesourcery.com>
5015         * gcc.c: Include "vec.h".
5016         (argbuf): Make into a VEC.
5017         (argbuf_length, argbuf_index): Remove.
5018         (alloc_args, clear_args, store_arg, execute, insert_wrapper,
5019         do_spec, do_self_spec, do_spec_1, eval_spec_function, main,
5020         compare_debug_dump_opt_spec_function: Use VEC interfaces on argbuf.
5021         * Makefile.in (GCC_OBJS): Add vec.o and ggc-none.o.
5022         (gcc.o): Depend on $(VEC_H).
5024 2010-11-15  Richard Henderson  <rth@redhat.com>
5026         * loop-unroll.c (analyze_insn_to_expand_var): Accept accumulation
5027         via FMA if unsafe math.
5028         (insert_var_expansion_initialization): Handle FMA.
5029         (combine_var_copies_in_loop_exit): Likewise.
5031 2010-11-15  Richard Henderson  <rth@redhat.com>
5033         * config.gcc [ia64-*] (extra_options): Add fused-madd.opt.
5034         * config/ia64/ia64.opt: Remove mfused-madd.
5035         * config/ia64/ia64.c (ia64_rtx_costs): Handle FP MULT, PLUS, FMA.
5036         * config/ia64/vms.h (TARGET_DEFAULT): Remove MASK_FUSED_MADD.
5037         * config/ia64/vms64.h (TARGET_DEFAULT): Likewise.
5038         * config/ia64/ia64.h (TARGET_DEFAULT): Likewise.
5039         * config/ia64/hpux.h (TARGET_DEFAULT): Likewise.
5040         * config/ia64/vect.md (addv2sf3, subv2sf3): Generate FMA.
5041         (*addv2sf3_1, *addv2sf3_2, *subv2sf3_1, *subv2sf3_2): Remove.
5042         (fmav2sf4): Rename from fpma; use FMA code.
5043         (fmsv2sf4): Rename from fpms; use FMA code.
5044         (fnmav2sf4): Rename from *fpnma; use FMA code.
5045         * config/ia64/ia64.md (MODE_SDF): New iterator.
5046         (suffix): New mode attribute.
5047         (*maddsf4, *msubsf4, *nmaddsf4): Remove.
5048         (fmssf4): Rename from *fmssf4.
5049         (fnmasf4): Rename from *nfmasf4.
5050         (*madddf4, *madddf4_trunc, *msubdf4, *msubdf4_trunc): Remove.
5051         (*nmadddf4, *nmadddf4_truncsf): Remove.
5052         (fmsdf4): Rename from *fmsdf4.
5053         (fnmadf4): Rename from *nfmadf4.
5054         (*fmadf_trunc_sf, *fmsdf_trunc_sf, *fnmadf_trunc_sf): New.
5055         (*maddxf4, *maddxf4_truncsf, *maddxf4_truncdf): Remove.
5056         (*msubxf4, *msubxf4_truncsf, *msubxf4_truncdf): Remove.
5057         (*nmaddxf4, *nmaddxf4_truncsf, *nmaddxf4_truncdf): Remove.
5058         (fmsxf4): Rename from *fmsxf4.
5059         (fnmaxf4): Rename from *nfmaxf4.
5060         (*fmaxf_trunc_<MODE_SDF>, *fmsxf_trunc_<MODE_SDF>): New.
5061         (*fnmaxf_trunc_<MODE_SDF>): New.
5063 2010-11-15  Jakub Jelinek  <jakub@redhat.com>
5065         PR tree-optimization/46461
5066         * tree-ssa-forwprop.c (simplify_builtin_call): Ensure ptr1 is
5067         a gimple val.
5069 2010-11-15  Ian Lance Taylor  <iant@google.com>
5071         * godump.c: New file.
5072         * common.opt (fdump-go-spec=): New option.
5073         * tree.h: Add comments for TYPE_SYMTAB_ADDRESS and friends.
5074         (TYPE_SYMTAB_IS_ADDRESS, TYPE_SYMTAB_IS_POINTER): Define.
5075         (TYPE_SYMTAB_IS_DIE): Define.
5076         (struct tree_type): Change GTY for symtab field to use
5077         TYPE_SYMTAB_IS_ADDRESS and friends and to use a debug_hooks field
5078         to pick the union field.
5079         * debug.h (struct gcc_debug_hooks): Add tree_type_symtab_field.
5080         (dump_go_spec_init): Declare.
5081         * toplev.c (process_options): Handle flag_dump_go_spec.
5082         * debug.c: Include "tree.h".
5083         (do_nothing_debug_hooks): Set tree_type_symtab_field.
5084         * dwarf2out.c (dwarf2_debug_hooks): Likewise.
5085         * dbxout.c (dbx_debug_hooks): Likewise.
5086         (xcoff_debug_hooks): Likewise.
5087         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
5088         * sdbout.c (sdb_debug_hooks): Likewise.  Do not define if
5089         SDB_DEBUGGING_INFO is not defined.
5090         * doc/invoke.texi (Option Summary): Mention -fdump-go-spec.
5091         (Overall Options): Document -fdump-go-spec.
5092         * Makefile.in (OBJS-common): Add godump.o.
5093         (debug.o): Add dependency on $(TREE_H).
5094         (godump.o): New target.
5095         (GTFILES): Add $(srcdir)/godump.c.
5097 2010-11-15  Jakub Jelinek  <jakub@redhat.com>
5099         PR debug/46095
5100         * config/i386/i386.c (pro_epilogue_adjust_stack): Instead of
5101         marking r11 set RTX_FRAME_RELATED_P if offset is too large for
5102         style < 0, add REG_FRAME_RELATED_EXPR.
5104         PR debug/46387
5105         * rtl.h (vt_equate_reg_base_value): New prototype.
5106         * alias.c (vt_equate_reg_base_value): New function.
5107         * var-tracking.c (vt_init_cfa_base): Use it.
5109 2010-11-15  Jan Hubicka  <jh@suse.cz>
5110             Diego Novillo  <dnovillo@google.com>
5112         PR lto/41528
5113         * doc/lto.texi: Add.
5114         * doc/gccint.texi: Add reference to lto.texi.
5115         * doc/invoke.texi: Update user documentation for LTO.
5116         Move internal flags to lto.texi
5118 2010-11-15  Nicola Pero  <nicola.pero@meta-innovation.com>
5120         * c-typeck.c (build_unary_op): Use
5121         objc_build_incr_expr_for_property_ref to build the pre/post
5122         increment/decrement of an Objective-C property ref, and skip the
5123         lvalue_or_else check in that case.
5125 2010-11-15  Martin Jambor  <mjambor@suse.cz>
5127         PR tree-optimization/46349
5128         * tree-sra.c (contains_bitfld_comp_ref_p): New function.
5129         (contains_vce_or_bfcref_p): Likewise.
5130         (sra_modify_assign): Use them.
5132 2010-11-15  Richard Guenther  <rguenther@suse.de>
5134         PR tree-optimization/46467
5135         * tree-ssa-structalias.c (do_structure_copy): Properly treat
5136         variables without subvars.
5138 2010-11-15  Hariharan Sandanagobalane  <hariharan@picochip.com>
5140         * config/picochip/picochip.c (file header): Picochip name change.
5141         * config/picochip/picochip.md (file header): Likewise.
5142         * config/picochip/predicates.md (file header): Likewise.
5143         * config/picochip/dfa_space.md (file header): Likewise.
5144         * config/picochip/dfa_speed.md (file header): Likewise.
5145         * config/picochip/picochip.h(file header): Likewise.
5146         * config/picochip/constraints.md (file header): Likewise.
5147         * config/picochip/picochip-protos.h (file header): Likewise.
5148         * config/picochip/libgccExtras/setjmp.asm (file header): Likewise.
5149         * config/picochip/libgccExtras/divmodsi4.asm (file header): Likewise.
5150         * config/picochip/libgccExtras/ashlsi3.asm (file header): Likewise.
5151         * config/picochip/libgccExtras/longjmp.asm (file header): Likewise.
5152         * config/picochip/libgccExtras/ashlsi3.c (file header): Likewise.
5153         * config/picochip/libgccExtras/popcounthi2.asm (file header): Likewise.
5154         * config/picochip/libgccExtras/parityhi2.asm (file header): Likewise.
5155         * config/picochip/libgccExtras/udivmodhi4.asm (file header): Likewise.
5156         * config/picochip/libgccExtras/ashrsi3.asm (file header): Likewise.
5157         * config/picochip/libgccExtras/ashrsi3.c (file header): Likewise.
5158         * config/picochip/libgccExtras/ucmpsi2.asm (file header): Likewise.
5159         * config/picochip/libgccExtras/divmodhi4.asm (file header): Likewise.
5160         * config/picochip/libgccExtras/lshrsi3.asm (file header): Likewise.
5161         * config/picochip/libgccExtras/subdi3.asm (file header): Likewise.
5163 2010-11-15  Richard Guenther  <rguenther@suse.de>
5165         PR bootstrap/46474
5166         * tree-ssa-math-opts.c (convert_mult_to_fma): Disregard debug stmts.
5168 2010-11-15  Nick Clifton  <nickc@redhat.com>
5170         * config/stormy16/stormy16.c (direct_return): Do not generate a
5171         direct return for interrupt handlers.
5173 2010-11-15  Joern Rennecke  <amylaar@spamcop.net>
5175         * Makefile.in (tm.texi): Replace with rule for:
5176         ($(srcdir)/doc/tm.texi).
5177         (s-tm-texi): Depend on $(srcdir)/doc/../doc/tm.texi instead of on
5178         $(srcdir)/doc/tm.texi .
5179         (TEXI_GCCINT_FILES): Depend on $(srcdir)/doc/tm.texi instead of on
5180         tm.texi .
5182         PR target/46427
5183         * config/m32r/m32r.c: Remove unused variables frame_size and insn.
5185         PR bootstrap/45444
5186         * config/arm/arm.c (locate_neon_builtin_icode): Initialize key.
5187         (arm_output_asm_insn) Add ATTRIBUTE_PRINTF_4.
5189         PR target/46432
5190         * config/v850/v850.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.
5192 2010-11-15  Richard Guenther  <rguenther@suse.de>
5194         PR lto/44150
5195         * lto-opts.c (lto_write_options): Write -fexceptions even if
5196         not set by the user.
5198 2010-11-13  Paolo Bonzini  <bonzini@gnu.org>
5200         PR c/46462
5201         * c-decl.c (declspecs_add_type): Make variables with error types
5202         integers.
5203         * c-parser.c (c_parser_next_tokens_start_declaration): Two IDs
5204         do not start a declaration before an Objective-C foreach.
5205         (c_parser_declaration_or_fndef): Improve recovery after unknown
5206         type name.
5207         (c_parser_for_statement): Hoist entrance of "foreach context"
5208         before ifs, add corresponding reset where it was missing.  Do
5209         not set objc_could_be_foreach_context for C.
5211 2010-11-14  Eric Botcazou  <ebotcazou@adacore.com>
5213         PR tree-optimization/45722
5214         * tree-sra.c (build_ref_for_model): Always build a COMPONENT_REF if
5215         this is a reference to a component.
5216         * ipa-prop.c (ipa_get_member_ptr_load_param): Accept COMPONENT_REF.
5217         (ipa_note_param_call): Adjust comment.
5219 2010-11-14  Richard Sandiford  <rdsandiford@googlemail.com>
5221         * config/mips/mips.c (machine_function): Remove
5222         initialized_mips16_gp_pseudo_p.
5223         (mips16_gp_pseudo_reg): Use cfun->machine->mips16_gp_pseudo_rtx to
5224         detect whether a pseudo has already been created.  Unconditionally
5225         create a new one if not.
5226         (mips_pic_base_register): Only call mips16_gp_pseudo_reg when
5227         expanding to rtl.  Create a new pseudo otherwise, if allowed.
5229 2010-11-13  Richard Earnshaw  <rearnsha@arm.com>
5231         PR target/43440
5232         * tm.texi.in (OVERLAPPING_REGISTER_NAMES): Document new macro.
5233         * tm.texi: Regenerated.
5234         * output.h (decode_reg_name_and_count): Declare.
5235         * varasm.c (decode_reg_name_and_count): New function.
5236         (decode_reg_name): Reimplement using decode_reg_name_and_count.
5237         * reginfo.c (fix_register): Use decode_reg_name_and_count and
5238         iterate over all regs used.
5239         * stmt.c (expand_asm_operands): Likewise.
5240         * arm/aout.h (OVERLAPPING_REGISTER_NAMES): Define.
5241         (ADDITIONAL_REGISTER_NAMES): Remove aliases that overlap
5242         multiple machine registers.
5244 2010-11-13  Eric Botcazou  <ebotcazou@adacore.com>
5246         * stor-layout.c (place_union_field): Do not put location information
5247         on offset expressions.
5248         (place_field): Likewise.
5249         (finalize_record_size): Likewise on size expressions.
5250         (finalize_type_size): Likewise.
5251         (layout_type): Likewise.
5253 2010-11-13  Alexandre Oliva  <aoliva@redhat.com>
5255         PR debug/42889
5256         * df-scan.c (df_insn_rescan): Don't mark BBs upon debug insns.
5257         * df-core.c (df_set_bb_dirty_nonrl): Remove.
5258         * df.h (df_set_bb_dirty_nonlr): Likewise.
5260 2010-11-13  Uros Bizjak  <ubizjak@gmail.com>
5262         * config/mips/mips.md (call_internal): Pass curr_insn to
5263         mips_split_call.
5264         (call_internal_direct): Ditto.
5265         (call_value_internal): Ditto.
5266         (call_value_internal_direct): Ditto.
5267         (call_value_multiple_internal): Ditto.
5268         * config/mips/mips.c (mips_split_call): Do not copy
5269         CALL_INSN_FUNCTION_USAGE here.
5271 2010-11-13  Mingming Sun  <mingm.sun@gmail.com>
5273         * doc/invoke.texi (MIPS Options): Add loongson3a processor.
5274         * config/mips/mips.md (define_attr "cpu"): Add loongson_3a.
5275         (define_insn "prefetch"): Add TARGET_LOONGSON_3A.
5276         * config/mips/mips.h (TARGET_LOONGSON_3A): Define.
5277         (TUNE_LOONGSON_3A): Define.
5278         (TARGET_LOONGSON_VECTORS): Add TARGET_LOONGSON_3A.
5279         (MIPS_ISA_LEVEL_SPEC): Add loongson3a.
5280         * config/mips/mips.c (mips_cpu_info_table): Add loongson3a.
5281         (mips_issue_rate): Add PROCESSOR_LOONGSON_3A.
5282         (mips_rtx_cost_data): Add Loongson-3A.
5284 2010-11-13  Iain Sandoe  <iains@gcc.gnu.org>
5286         * config/darwin.h (LINK_COMMAND_SPEC_A): Update for changes to lto
5287         switches.
5289 2010-11-13  Iain Sandoe  <iains@gcc.gnu.org>
5291         * dwarf2out.c (macinfo_entry): New struct.
5292         (output_comp_unit): Emit the section start label here and flag that we
5293         will emit an info section.
5294         (dwarf2out_start_source_file): Save data in a macinfo entry rather than
5295         emitting directly.
5296         (dwarf2out_end_source_file): Likewise.
5297         (dwarf2out_define): Likewise.
5298         (dwarf2out_undef): Likewise.
5299         (output_macinfo): New.
5300         (dwarf2out_init): Do not emit debug section switches here, allocate a
5301         vec for macinfo, when required.
5302         (dwarf2out_finish): First switch to debug_abbrev_section here.
5303         debug_line_section,  debug_macinfo_section, Likewise.
5304         Check that the pubtypes table has at least one unpruned entry before
5305         trying to emit it.
5307 2010-11-13  Paolo Bonzini  <bonzini@gnu.org>
5309         PR c/20385
5310         * c-parser.c (c_parser_next_token_starts_declaration): Rename to...
5311         (c_parser_next_tokens_start_declaration): ... this.  Handle 2nd
5312         token lookahead.
5313         (c_parser_compound_statement_nostart, c_parser_label,
5314         c_parser_for_statement, c_parser_omp_for_loop): Adjust calls.
5315         (c_parser_declaration_or_fndef): Detect the case now matched by
5316         c_parser_next_tokens_start_declaration, give error and correct it.
5318 2010-11-13  Paolo Bonzini  <bonzini@gnu.org>
5320         * c-tree.h (enum c_typespec_kind): Add ctsk_none.
5321         (struct c_declspecs): Replace tagdef_seen_p and type_seen_p
5322         with typespec_kind.
5323         * c-decl.c (build_null_declspecs): Initialize typespec_kind.
5324         (shadow_tag_warned, check_compound_literal_type): Adjust
5325         uses of tag_defined_p.
5326         (declspecs_add_type): Set typespec_kind.
5327         * c-parser.c (c_parser_declaration_or_fndef,
5328         c_parser_declspecs, c_parser_struct_declaration,
5329         c_parser_parameter_declaration, c_parser_type_name,
5330         c_parser_objc_diagnose_bad_element_prefix): Adjust uses
5331         of type_seen_p.
5332         * c-typeck.c (c_cast_expr): Use typespec_kind instead of
5333         tag_defined_p, pass ctsk_firstref through.
5335 2010-11-13  Paolo Bonzini  <bonzini@gnu.org>
5337         * c-format.c (enum format_specifier_kind, kind_descriptions): New.
5338         (struct format_wanted_type): Replace field "name" with "kind", add
5339         "format_start" and "format_length".
5340         (check_format_info_main): Fill in new fields.  Fill in
5341         FORMAT_WANTED_TYPES even for missing arguments.  Move checks
5342         after the final NUL outside the while loop.  Do not include
5343         width and precision modifiers in the format_start/format_length
5344         of the main format.
5345         (check_format_types): Remove FORMAT_START and FORMAT_LENGTH
5346         arguments.  Compute WANTED_TYPE first so that format_type_warning
5347         can be called for missing arguments.  Adjust calls to
5348         format_type_warning.
5349         (format_type_warning): Fetch as much information as possible
5350         from format_wanted_type.  Adjust printing now that every
5351         warning has a "descr", as well as for missing argument warnings
5352         and to include % sign for format specifiers.
5354 2010-11-12  Alexander Monakov  <amonakov@ispras.ru>
5356         PR rtl-optimization/46204
5357         * sel-sched-ir.c (maybe_tidy_empty_bb): Remove second argument.
5358         Update all callers.  Do not recompute topological order.  Adjust
5359         fallthrough edges following a degenerate conditional jump.
5361 2010-11-12  Joseph Myers  <joseph@codesourcery.com>
5363         * opts-common.c (control_warning_option): New.
5364         * opts.c (set_default_handlers): New.
5365         (decode_options): Use set_default_handlers and
5366         control_warning_option.
5367         (common_handle_option): Update call to enable_warning_as_error.
5368         (enable_warning_as_error): Take gcc_options parameters.  Use
5369         control_warning_option.
5370         * opts.h (set_default_handlers, control_warning_option): Declare.
5372 2010-11-12  Joseph Myers  <joseph@codesourcery.com>
5374         * Makefile.in (OPTS_H): Define.
5375         (c-decl.o, c-family/c-common.o, c-family/c-opts.o,
5376         c-family/c-pch.o, c-family/c-pragma.o, gcc.o, gccspec.o,
5377         cppspec.o, options.o, gcc-options.o, lto-opts.o, opts.o,
5378         opts-common.o, toplev.o, passes.o, matrix-reorg.o,
5379         ipa-struct-reorg.o, PLUGIN_HEADERS): Use $(OPTS_H).
5380         * gcc.c (driver_handle_option): Take location_t parameter.
5381         (process_command, do_self_spec): Update calls to
5382         read_cmdline_option.
5383         * langhooks-def.h (lhd_handle_option): Take location_t parameter.
5384         * langhooks.c (lhd_handle_option): Take location_t parameter.
5385         * langhooks.h (handle_option): Take location_t parameter.
5386         * lto-opts.c (lto_reissue_options): Update call to set_option.
5387         * opts-common.c (handle_option): Make static.  Take location_t
5388         parameter and pass it to other functions.
5389         (handle_generated_option): Take location_t parameter and pass it
5390         to other functions.
5391         (read_cmdline_option): Take location_t parameter and pass it to
5392         other functions.  Use warning_at and error_at.
5393         (set_option): Take location_t parameter and pass it to other
5394         functions.
5395         * opts.c (common_handle_option): Take location_t parameter and
5396         pass it to other functions.
5397         (enable_warning_as_error): Make static.  Take location_t parameter
5398         and pass it to other functions.
5399         (lang_handle_option): Take location_t parameter and pass it to
5400         other functions.
5401         (target_handle_option): Take location_t parameter.
5402         (read_cmdline_options, maybe_default_option,
5403         maybe_default_options, default_options_optimization,
5404         decode_options): Take location_t parameter and pass it to other
5405         functions.
5406         * opts.h: Include input.h.
5407         (struct cl_option_handler_func, decode_options, set_option,
5408         handle_generated_option, read_cmdline_option): Take location_t
5409         parameters.
5410         (handle_option, enable_warning_as_error): Remove.
5411         * toplev.c (toplev_main): Update call to decode_options.
5413 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5415         * graphite-cloog-util.c (oppose_constraint,
5416         cloog_matrix_to_ppl_constraint,
5417         new_Constraint_System_from_Cloog_Matrix): Explicitly cast to int as
5418         CLooG isl uses unsigned integers.  This triggered a warning.
5420 2010-11-12  Joern Rennecke  <amylaar@spamcop.net>
5422         PR target/46438
5423         * config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Use LCT_NORMAL.
5424         (xtensa_setup_frame_addresses, xtensa_trampoline_init): Likewise.
5425         (xtensa_function_arg_1): De-constify cum.
5426         (xtensa_expand_prologue): Use add_reg_note.
5428         PR target/46435
5429         * config/cris/cris.c (saved_regs_mentioned): Delete.
5430         (cris_reload_address_legitimized): Cast itype to enum reload_type.
5431         Remove unused variable op0p.
5432         (cris_rtx_costs): Cast argument 2 to rtx_cost to enum rtx_code.
5433         (cris_emit_movem_store): Use add_reg_note.
5435         PR bootstrap/46456
5436         * cppbuiltin.c (define_builtin_macros_for_type_sizes): Split assert.
5438 2010-11-12  Eric Botcazou  <ebotcazou@adacore.com>
5440         * function.c (expand_function_end): Set the locator of the prologue on
5441         the stack checking insns.
5443 2010-11-12  Richard Henderson  <rth@redhat.com>
5445         * config.gcc [xtensa] (extra_options): Add fused-madd.opt.
5446         * config/xtensa/xtensa.opt (mfused-madd): Remove.
5447         * config/xtensa/xtensa.c (TARGET_DEFAULT_TARGET_FLAGS): Remove
5448         MASK_FUSED_MADD.
5449         * config/xtensa/xtensa.md (fmasf4): Rename from muladdsf3; use fma.
5450         (fnmasf4): Rename from mulsubsf3; use fma.
5452 2010-11-12  Joern Rennecke  <amylaar@spamcop.net>
5453             Richard Henderson  <rth@redhat.com>
5455         PR target/46428
5456         * config/moxie/moxie.c (moxie_expand_prologue): Remove unused variables.
5457         * config/moxie/moxie.h (HARD_REGNO_OK_FOR_BASE_P): Use unsigned
5458         comparison.
5460 2010-11-12  Pat Haugen  <pthaugen@us.ibm.com>
5462         * opts-common.c (decode_cmdline_option): Initialize separate_args.
5464 2010-11-12  Jan Hubicka  <jh@suse.cz>
5466         * doc/invoke.texi (early-inlining-insns): Update default.
5467         * params.def (early-inlining-insns): Default to 10.
5469 2010-11-12  Olivier Hainque  <hainque@adacore.com>
5471         * config/rs6000/aix.h: #undef TARGET_AIX_OS before #define.
5473 2010-11-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5475         * config/mips/iris6.h [!IRIX_USING_GNU_LD]
5476         (SUPPORTS_INIT_PRIORITY): Define.
5478 2010-11-12  Joern Rennecke  <amylaar@spamcop.net>
5480         PR target/46430
5481         * config/avr/avr-protos.h (avr_return_addr_rtx): Update prototype.
5482         * config/avr/driver-avr.c (avr_device_to_arch): Always return value.
5483         (avr_device_to_data_start, avr_device_to_startfiles): Likewise.
5484         (avr_device_to_devicelib): Likewise.
5485         * config/avr/avr.md (zero_extendqihi2): Put variable declarations
5486         into block.
5487         (zero_extendqisi2, zero_extendhisi2, zero_extendqidi2): Likewise.
5488         (zero_extendhidi2, zero_extendsidi2): Likewise.
5489         * config/avr/avr.c (avr_num_arg_regs): Constify type.
5490         (avr_return_addr_rtx): De-constify tem.
5491         (avr_rotate_bytes): Move declarations to start of block.
5492         Don't use variable length array.  Put nested if/else into block.
5494         PR rtl-optimization/46433
5495         * var-tracking.c: Include tm_p.h .
5497         PR bootstrap/44756
5498         PR build/44767
5499         * doc/tm.texi.in (LOCAL_ALIGNMENT): State that the type, if any,
5500         should be unsigned.
5501         (STACK_SLOT_ALIGNMENT, LOCAL_DECL_ALIGNMENT, PUSH_ROUNDING): Likewise.
5502         * doc/tm.texi: Regenerate.
5504         PR target/46412
5505         * config/bfin/bfin-protos.h (bfin_local_alignment): Update prototype.
5506         * config/bfin/bfin.c: Include sel-sched.h .
5507         (bfin_cpus): Use BFIN_CPU_UNKNOWN for last initializer element.
5508         (expand_interrupt_handler_prologue): Remove unused variable insn.
5509         (bfin_load_pic_reg): Likewise.
5510         (bfin_rtx_costs): Make code / outer_code variables of type
5511         enum rtx_code, copied from re-named parameters.
5512         (bfin_local_alignment): Change align argument and return type
5513         to unsigned.
5514         (bfin_adjust_cost): Remove unused variable insn_type.
5515         Declare variables at start of block.
5516         (struct loop_info): Rename to...
5517         (struct loop_info_d).
5518         (workaround_rts_anomaly): Change type of icode to int.
5519         (harmless_null_pointer_p): Cast REGNO (..) to int before comparison
5520         with int-typed variable.
5521         (note_np_check_stores): Likewise.
5522         (trapping_loads_p): Remove unused variable pat.
5523         (bfin_expand_binop_builtin): Use expand_normal.
5524         (bfin_expand_unop_builtin): Likewise.
5525         (bfin_expand_builtin): Likewise.  Set tmode before use.
5527         PR middle-end/44769
5528         * final.c (split_double): Don't use BITS_PER_WORD directly in
5529         shift count.
5531         PR target/46431
5532         * config/fr30/fr30.md (*movsf_constant_store): Remove duplicated
5533         assignment.
5535         PR target/46450
5536         * config/stormy16/stormy16.c (xstormy16_expand_prologue):
5537         Use add_reg_note.
5538         (xstormy16_function_arg): Dereference cum.
5539         (xstormy16_expand_builtin): Use expand_normal.
5540         Change type of omode to enum machine_mode.
5541         (combine_bnp): Rename and to and_insn.
5543         PR target/46437
5544         * config/mcore/mcore.c (layout_mcore_frame): Remove unused variable
5545         localreg.
5547 2010-11-12  Eric Botcazou  <ebotcazou@adacore.com>
5549         PR debug/46375
5550         * emit-rtl.c (remove_insn): Do not mark BBs upon debug insns.
5552 2010-11-11  Rodrigo Rivas Costa  <rodrigorivascosta@gmail.com>
5554         PR lto/46376
5555         * lto-symtab.c (lto_symtab_resolve_replaceable_p): Use DECL_ONE_ONLY.
5557 2010-11-11  Nathan Froyd  <froydnj@codesourcery.com>
5559         PR c/44782
5560         * common.opt (fmax-errors=): New option.
5561         * opts.c (common_handle_option) [OPT_fmax_errors_]: Handle it.
5562         * diagnostic.h (struct diagnostic_context): Add max_errors field.
5563         * diagnostic.c (diagnostic_initialize): Initialize it.
5564         (diagnostic_action_after_output): Exit if more than max_errors
5565         have been output.
5566         * doc/invoke.texi (Warning Options): Add -fmax-errors.
5567         (-fmax-errors): Document.
5569 2010-11-11  Richard Henderson  <rth@redhat.com>
5571         * optabs.c (init_optabs): Init {fma,fms,fnma,fnms}_optab properly.
5573 2010-11-11  Richard Henderson  <rth@redhat.com>
5575         * config/fused-madd.opt: New file.
5576         * config.gcc [i386-*, x86_64-*] (extra_options): Use it.
5577         * config/i386/i386.c (ix86_extra_costs): Handle FMA.
5578         (TARGET_DEFAULT_TARGET_FLAGS): Remove MASK_FUSED_MADD.
5579         * config/i386/i386.opt (mfused-madd): Remove.
5580         * config/i386/sse.md (split_fma): Remove.
5581         (split_fms, split_fnma, split_fnms): Remove.
5583 2010-11-12  Jakub Jelinek  <jakub@redhat.com>
5585         PR target/46088
5586         * config/i386/i386.md (*ashl<mode>3_cconly,
5587         *<shiftrt_insn><mode>3_cconly): Don't use ix86_binary_operator_ok,
5588         change nonimmediate_operand predicate to register_operand.
5590 2010-11-11  Paolo Bonzini  <bonzini@gnu.org>
5592         * Makefile.in (gengtype-lex.c): Include bconfig.h first.
5594 2010-11-11  Jan Hubicka  <jh@suse.cz>
5596         * opts.c (finish_options): Do not error on -flto-partition alone.
5598         * doc/invoke.texi (-fwhopr): Merge into -flto section.
5599         (-flto-partition): Document none.
5600         * gcc.c (LINK_COMMAND_SPEC): Remove -fwhopr.
5601         * lto-wrapper.c: Update comment.
5602         (run_gcc): Update LTO option parsing.
5603         * opts.c (finish_options): add support -flto-partition=none
5604         (common_handle_option): Remove fwhopr.
5605         * common.opt: Turn fwhopr into flto.
5606         * collect2.c (main): Update option handling.
5607         * cgraphunit.c (cgraph_decide_is_function_needed): Remove flag_whopr.
5608         * ipa-split.c (execute_split_functions): Remove flag_whopr.
5609         * ipa.c (function_and_variable_visibility): Remove flag_whopr.
5610         * ipa-prop.c (ipa_compute_jump_functions): Remove flag_whopr.
5611         * varpool.c (decide_is_variable_needed): Remove flag_whopr.
5613 2010-11-11  Jan Hubicka  <jh@suse.cz>
5615         PR tree-optimize/40436
5616         * ipa-inline.c (likely_eliminated_by_inlining_p): Rename to ...
5617         (eliminated_by_inlining_prob): ... this one; return 50% probability
5618         for SRA.
5619         (estimate_function_body_sizes): Update use of
5620         eliminated_by_inlining_prob; estimate static function size
5621         for 2 instructions.
5623 2010-11-11  Joern Rennecke  <amylaar@spamcop.net>
5625         PR target/44749
5626         * config/mep/mep-protos.h (mep_legitimize_reload_address): Always
5627         declare.  Change type of argument four to type int.
5628         (mep_secondary_input_reload_class): Returns enum reg_class.
5629         (mep_secondary_output_reload_class): Likewise.
5630         (mep_function_value): Change types of arguments to cont_tree.
5631         * config/mep/mep.c (mep_legitimize_reload_address): Change type of
5632         argument four to type int.
5633         (mep_secondary_input_reload_class): Returns enum reg_class.
5634         (mep_secondary_output_reload_class): Likewise.
5635         (mep_function_value): Change types of arguments to cont_tree.
5636         * config/mep/mep.h (REGNO_REG_CLASS): Cast return value of
5637         mep_regno_reg_class to enum reg_class.
5639 2010-11-11  Richard Henderson  <rth@redhat.com>
5641         * tree-ssa-math-opts.c (convert_mult_to_fma): Do not verify
5642         that the target has the exact fma operation that we matched.
5644 2010-11-11  Joseph Myers  <joseph@codesourcery.com>
5646         * reginfo.c (fix_register): Avoid inserting English word in
5647         diagnostic sentence.  Use %qs for quoting and %'.
5649 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
5651         * config/i386/driver-i386.c (host_detect_local_cpu): Support
5652         Intel processor family 6, model 0x2c.
5654 2010-11-11  Joseph Myers  <joseph@codesourcery.com>
5656         * opts.c (warning_as_error_callback,
5657         register_warning_as_error_callback): Remove.
5658         (enable_warning_as_error): Don't use warning_as_error_callback.
5659         * opts.h (register_warning_as_error_callback): Remove.
5661 2010-11-11  Richard Henderson  <rth@redhat.com>
5663         * tree-ssa-math-opts.c (convert_mult_to_fma): Handle a NEGATE_EXPR
5664         in between the MULT and the PLUS/MINUS.
5666 2010-11-11  Jakub Jelinek  <jakub@redhat.com>
5668         PR middle-end/46388
5669         * expr.c (expand_assignment): If to_rtx is a VOIDmode MEM, use
5670         BLKmode mode for it.
5671         (expand_expr_real_1): Similarly for op0.
5673 2010-11-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5675         * doc/sourcebuild.texi (LTO Testing, dg-suppress-ld-options):
5676         Document optional target selector.
5678 2010-11-11  Dave Korn  <dave.korn.cygwin@gmail.com>
5680         * lto-streamer-out.c (write_symbol): Use int_size_in_bytes rather than
5681         assembling high and low parts of size if not using 32-bit HWINT; else
5682         use DECL_SIZE_UNITS, not DECL_SIZE.
5684 2010-11-11  Martin Jambor  <mjambor@suse.cz>
5686         PR tree-optimization/46383
5687         * ipa-prop.c (compute_complex_assign_jump_func): Ignore negative
5688         offsets.
5689         (compute_complex_ancestor_jump_func): Likewise.
5690         * tree.c (get_binfo_at_offset): Return NULL_TREE if offset is negative.
5692 2010-11-11  Jakub Jelinek  <jakub@redhat.com>
5694         PR debug/46150
5695         * tree-ssa-loop-ivopts.c (htab_inv_expr_eq): Don't return
5696         true if expr1->hash != expr2->hash.
5698 2010-11-10  Joseph Myers  <joseph@codesourcery.com>
5700         * cfgloop.c (verify_loop_structure): Use %' in diagnostics.  Start
5701         diagnostics with lowercase letters.
5702         * cgraphunit.c (verify_cgraph_node): Start diagnostics with
5703         lowercase letters.
5704         * collect2.c (maybe_run_lto_and_relink): Remove trailing '.' from
5705         diagnostic.
5706         * config/alpha/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
5707         * config/arm/arm.c (arm_get_pcs_model): Start diagnostics with
5708         lowercase letters.
5709         * config/arm/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
5710         Remove trailing ' ' from diagnostic.
5711         * config/avr/avr.c (print_operand_address): Start diagnostic with
5712         a lowercase letter and remove trailing '.'.
5713         * config/avr/avr.opt (mpmem-wrap-around): Fix typo in help text.
5714         * config/bfin/bfin.c (bfin_option_override): Start diagnostics
5715         with lowercase letters.  Use %' in diagnostics.  Remove trailing
5716         '.' from diagnostics.
5717         (bfin_handle_longcall_attribute): Use %' in diagnostic.
5718         * config/cris/cris.c (cris_split_movdx,
5719         cris_expand_pic_call_address): Start diagnostics with lowercase
5720         letters.
5721         (cris_asm_output_label_ref): Use %' in diagnostic.
5722         * config/cris/cris.h (ASM_SPEC): Start diagnostic with a lowercase
5723         letter.
5724         * config/crx/crx.h (FUNCTION_PROFILER): Start diagnostic with a
5725         lowercase letter.
5726         * config/darwin-c.c (version_as_macro): Start diagnostic with a
5727         lowercase letter.
5728         * config/darwin-driver.c (darwin_default_min_version): Use %' in
5729         diagnostic.
5730         * config/host-darwin.c (darwin_gt_pch_use_address): Use %' in
5731         diagnostic.
5732         * config/i386/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
5733         * config/i386/host-cygwin.c (cygwin_gt_pch_get_address): Use %' in
5734         diagnostics.
5735         * config/i386/i386.c (ix86_option_override_internal): Write
5736         diagnostic as a single sentence without trailing '.'.  Use %' in
5737         diagnostics.
5738         (ix86_function_sseregparm, classify_argument): Start diagnostics
5739         with lowercase letters.
5740         (ix86_expand_prologue): Use %' in diagnostic.
5741         * config/i386/i386.h (CC1_CPU_SPEC_1): Remove trailing '.' from
5742         diagnostic.
5743         * config/i386/nwld.h (LINK_SPEC): Start diagnostic with a
5744         lowercase letter.
5745         * config/i386/winnt.c (i386_pe_determine_dllimport_p): Use %' in
5746         diagnostic.
5747         * config/ia64/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
5748         * config/ia64/ia64.opt (msched-max-memory-insns-hard-limit): Avoid
5749         '`' in help text.
5750         * config/lm32/lm32.c (lm32_print_operand): Start diagnostic with a
5751         lowercase letter.
5752         * config/mep/mep.c (mep_validate_vliw): Start diagnostics with
5753         lowercase letters.
5754         * config/microblaze/microblaze.c (microblaze_handle_option):
5755         Remove trailing '.' from diagnostic.
5756         (print_operand): Start diagnostic with a lowercase letter.
5757         * config/pa/pa-hpux10.h (LINK_SPEC): Start diagnostics with
5758         lowercase letters.  Avoid '`' in diagnostics.
5759         * config/pa/pa-hpux11.h (LINK_SPEC): Start diagnostics with
5760         lowercase letters.  Avoid '`' in diagnostics.
5761         * config/pa/pa64-hpux.h (LINK_SPEC): Start diagnostics with
5762         lowercase letters.  Avoid '`' in diagnostics.
5763         * config/picochip/picochip.c (picochip_option_override,
5764         picochip_emit_save_register, picochip_function_arg,
5765         picochip_output_label, picochip_output_internal_label,
5766         picochip_asm_output_opcode, picochip_output_cbranch,
5767         picochip_output_compare, picochip_output_branch,
5768         picochip_get_vliw_alu_id): Remove trailing '.' and '\n' from
5769         diagnostics. Start diagnostics with lowercase letters.  Use %' in
5770         diagnostics.
5771         * config/rs6000/rs6000.c (rs6000_option_override_internal): Use
5772         "SPE" capitalization.  Start diagnostic with a lowercase letter.
5773         (rs6000_handle_option): Start diagnostics with lowercase letters.
5774         (def_builtin): Remove trailing '.' from diagnostic.
5775         (rs6000_savres_routine_name): Start diagnostic with a lowercase
5776         letter.
5777         * config/rs6000/sysv4.h (LINK_OS_FREEBSD_SPEC): Avoid '`' in
5778         diagnostic.
5779         * config/rx/rx.c (rx_handle_option): Start diagnostic with a
5780         lowercase letter.
5781         * config/s390/s390.c (s390_option_override) Start diagnostics with
5782         lowercase letters.  Use %' in diagnostic.
5783         * config/sh/sh.c (sh_output_mi_thunk): Start diagnostics with
5784         lowercase letters.
5785         * config/sh/symbian-base.c (sh_symbian_mark_dllimport): Use %' in
5786         diagnostic.
5787         * config/sh/symbian-c.c (sh_symbian_is_dllimported): Use %' in
5788         diagnostic.
5789         * config/sh/symbian-cxx.c (sh_symbian_is_dllimported): Use %' in
5790         diagnostic.
5791         * config/sparc/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
5792         * config/spu/spu.c (spu_option_override): Start diagnostics with
5793         lowercase letters.  Use %qs for quoting in diagnostics.
5794         (spu_check_builtin_parm): Remove trailing '.' from diagnostics.
5795         Use %wd instead of HOST_WIDE_INT_PRINT_DEC in diagnostic .
5796         * config/v850/v850.c (construct_save_jarl): Remove trailing '\n'
5797         from diagnostic.
5798         * convert.c (convert_to_integer, convert_to_vector): Use %' in
5799         diagnostics.
5800         * dbgcnt.c (dbg_cnt_process_opt): Start diagnostic with lowercase
5801         letter and use "cannot" spelling.
5802         * expmed.c (extract_fixed_bit_field): Start diagnostic with
5803         lowercase letter and format as a single sentence without '.'.
5804         * ggc-common.c (write_pch_globals, gt_pch_save, gt_pch_restore):
5805         Use %' in diagnostics.
5806         * ggc-page.c (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read):
5807         Use %' in diagnostics.
5808         * ggc-zone.c (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read):
5809         Use %' in diagnostics.
5810         * graph.c (clean_graph_dump_file): Use %' in diagnostic.
5811         * graphite-poly.c (graphite_read_scop_file): Start diagnostics
5812         with lowercase letters and remove tailing '.' and '\n'.
5813         * lto-cgraph.c (input_profile_summary): Start diagnostic with
5814         lowercase letter and remove trailing '.'.
5815         (input_cgraph): Start diagnostics with lowercase letters and
5816         remove trailing '\n'.
5817         * opts.c (finish_options, common_handle_option): Start diagnostics
5818         with lowercase letters and remove trailing '.'.  Fix typo in
5819         diagnostic.
5820         * passes.c (position_pass): Start diagnostic with lowercase letter.
5821         * plugin.c (add_new_plugin, parse_plugin_arg_opt,
5822         register_callback, try_init_one_plugin): Start diagnostics with
5823         lowercase letters.
5824         * reload1.c (spill_failure): Use %' in diagnostic.
5825         (gen_reload): Start diagnostic with a lowercase letter.
5826         * stor-layout.c (place_field): Start diagnostic with a lowercase
5827         letter.
5828         * toplev.c (open_auxiliary_file): Use %' in diagnostic.
5829         * tree-cfg.c (verify_expr, verify_types_in_gimple_reference,
5830         verify_gimple_call, verify_gimple_phi, verify_eh_throw_stmt_node):
5831         Start diagnostics with lowercase letters, remove trailing '.' and
5832         use %' in diagnostics.
5833         * tree-ssa.c (verify_def): Remove trailing '.' from diagnostic.
5834         (verify_ssa): Don't split diagnostic across two error calls.
5835         Spell out "number" and use %' in diagnostic.
5836         * value-prof.c (visit_hist, check_counter): Start diagnostics with
5837         lowercase letters.
5839 2010-11-10  Uros Bizjak  <ubizjak@gmail.com>
5841         PR middle-end/46419
5842         * config/i386/xmmintrin.h (_mm_cvtpi16_ps): Swap __hisi and __losi.
5843         (_mm_cvtpu16_ps): Ditto.
5845 2010-11-10  Joseph Myers  <joseph@codesourcery.com>
5847         * common.opt (flag_excess_precision_cmdline, flag_generate_lto,
5848         warn_larger_than, larger_than_size, warn_frame_larger_than,
5849         frame_larger_than_size, flag_gen_aux_info, flag_shlib,
5850         default_visibility, flag_tls_default): New Variable declarations.
5851         (aux-info, auxbase, dumpbase, dumpdir, falign-functions=,
5852         falign-jumps=, falign-labels=, falign-loops=, o, v): Use Var.
5853         (v): Declare as Common and document here.
5854         * flags.h (default_visibility, flag_generate_lto,
5855         warn_larger_than, larger_than_size, warn_frame_larger_than,
5856         frame_larger_than_size, flag_gen_aux_info, flag_pedantic_errors,
5857         flag_shlib, flag_excess_precision_cmdline): Remove.
5858         (set_Wstrict_aliasing): Update prototype.
5859         * gcc.c (verbose_flag): Remove.
5860         (driver_handle_option): Add diagnostic_context parameter.  Don't
5861         handle OPT_v explicitly here.  Set verbose_flag to 1 rather than
5862         incrementing it.
5863         * opts-common.c (handle_option): Pass dc to handler.
5864         * opts.c (warn_larger_than, larger_than_size,
5865         warn_frame_larger_than, frame_larger_than_size,
5866         default_visibility): Remove.
5867         (common_handle_option): Add diagnostic_context parameter.
5868         (set_fast_math_flags, set_unsafe_math_optimizations_flags): Add
5869         gcc_options parameters.
5870         (lang_handle_option, target_handle_option, read_cmdline_options,
5871         decode_options): Add diagnostic_context parameters.
5872         (finish_options): Access option state through opts pointer where
5873         possible.
5874         (common_handle_option): Access option state through opts pointer
5875         where possible.  Do not set local static variable verbose.  Do not
5876         explicitly handle OPT_v, OPT_Wstrict_aliasing_,
5877         OPT_Wstrict_overflow_, OPT_Wunused, OPT_auxbase, OPT_dumpbase,
5878         OPT_dumpdir, OPT_falign_functions_, OPT_falign_jumps_,
5879         OPT_falign_labels_, OPT_falign_loops_, OPT_fira_verbose_, OPT_o or
5880         OPT_fwhopr_.  Do not explicitly set .opt file variables for
5881         OPT_aux_info or OPT_pedantic_errors.  Use dc for diagnostic context.
5882         (set_Wstrict_aliasing): Add gcc_options parameter.
5883         * opts.h (struct cl_option_handler_func): Add diagnostic_context
5884         parameter to handler.
5885         (decode_options): Add diagnostic_context parameter.
5886         * toplev.c (dump_base_name, dump_dir_name, aux_base_name,
5887         asm_file_name, flag_generate_lto, flag_gen_aux_info,
5888         aux_info_file_name, flag_shlib, flag_tls_default,
5889         flag_excess_precision_cmdline, flag_pedantic_errors): Remove.
5890         (toplev_main): Pass global_dc to decode_options.
5891         * toplev.h (dump_base_name, dump_dir_name, aux_base_name,
5892         aux_info_file_name, asm_file_name): Remove.
5893         * tree.h (flag_tls_default): Remove.
5895 2010-11-10  Eric Botcazou  <ebotcazou@adacore.com>
5897         PR target/45986
5898         * config/sparc/sparc.c (sparc_delegitimize_address): New function.
5899         (TARGET_DELEGITIMIZE_ADDRESS): Define to above.
5901 2010-11-10  Quentin Neill  <quentin.neill.gnu@gmail.com>
5903         * config.gcc (i[34567]86-*-*): Include tbmintrin.h.
5904         (x86_64-*-*): Likewise.
5905         * config/i386/cpuid.h: Define TBM bit.
5906         * config/i386/driver-i386.c (host_detect_local_cpu): Define
5907         and set has_tbm.
5908         * config/i386/i386-c.c (ix86_target_macros_internal): Check
5909         isa_flag for TBM.
5910         * config/i386/i386.c (OPTION_MASK_ISA_TBM_SET): New.
5911         (OPTION_MASK_ISA_TBM_UNSET): New.
5912         (ix86_handle_option): Handle -mtbm.
5913         (isa_opts): Add -mtbm.
5914         (enum pta_flags): Add PTA_TBM.
5915         (ix86_option_override_internal): Add TBM support.
5916         (ix86_valid_target_attribute_inner_p): Handle -mtbm.
5917         (IX86_BUILTIN_BEXTRI32): New for TBM intrinsic.
5918         (IX86_BUILTIN_BEXTRI64): Likewise.
5919         (bdesc_args): Add TBM intrinsics.
5920         (ix86_expand_builtin): Add TBM specific case.
5921         * config/i386/i386.h (TARGET_TBM): New for TBM.
5922         * config/i386/i386.md (UNSPEC_BEXTRI): New for TBM.
5923         (tbm_bextri_<mode>): Likewise.
5924         (*tbm_blcfill_<mode>): Likewise.
5925         (*tbm_blci_<mode>): Likewise.
5926         (*tbm_blcic_<mode>): Likewise.
5927         (*tbm_blcmsk_<mode>): Likewise.
5928         (*tbm_blcs_<mode>): Likewise.
5929         (*tbm_blsfill_<mode>): Likewise.
5930         (*tbm_blsic_<mode>): Likewise.
5931         (*tbm_t1mskc_<mode>): Likewise.
5932         (*tbm_tzmsk_<mode>): Likewise.
5933         * config/i386/i386.opt: Add -mtbm.
5934         * config/i386/tbmintrin.h (__bextri_u32): New.
5935         (__blcfill_u32): Likewise.
5936         (__blci_u32): Likewise.
5937         (__blcic_u32): Likewise.
5938         (__blcmsk_u32): Likewise.
5939         (__blcs_u32): Likewise.
5940         (__blsfill_u32): Likewise.
5941         (__blsic_u32): Likewise.
5942         (__t1mskc_u32): Likewise.
5943         (__tzmsk_u32): Likewise.
5944         (__bextri_u64): Likewise.
5945         (__blcfill_u64): Likewise.
5946         (__blci_u64): Likewise.
5947         (__blcic_u64): Likewise.
5948         (__blcmsk_u64): Likewise.
5949         (__blcs_u64): Likewise.
5950         (__blsfill_u64): Likewise.
5951         (__blsic_u64): Likewise.
5952         (__t1mskc_u64): Likewise.
5953         (__tzmsk_u64): Likewise.
5954         * config/i386/x86intrin.h: Add TBM check and tbmintrin.h.
5955         * doc/invoke.texi: Document -mtbm.
5956         * doc/extend.texi: Document TBM built-in functions.
5958 2010-11-10  Quentin Neill  <quentin.neill.gnu@gmail.com>
5960         * config.gcc (i[34567]86-*-*): Include bmiintrin.h.
5961         (x86_64-*-*): Likewise.
5962         * config/i386/cpuid.h: Define BMI bit.
5963         * config/i386/driver-i386.c (host_detect_local_cpu): Define
5964         and set has_bmi.
5965         * config/i386/i386-c.c (ix86_target_macros_internal): Check
5966         isa_flag for BMI.
5967         * config/i386/i386.c (OPTION_MASK_ISA_BMI_SET): New.
5968         (OPTION_MASK_ISA_BMI_UNSET): New.
5969         (ix86_handle_option): Handle -mbmi.
5970         (isa_opts): Add -mbmi.
5971         (enum pta_flags): Add PTA_BMI.
5972         (ix86_option_override_internal): Add BMI support.
5973         (ix86_valid_target_attribute_inner_p): Handle -mbmi.
5974         (IX86_BUILTIN_BEXTR32): New for BMI intrinsic.
5975         (IX86_BUILTIN_BEXTR64): Likewise.
5976         (IX86_BUILTIN_CTZS): Likewise.
5977         (bdesc_args): Add BMI intrinsics.
5978         (ix86_expand_args_builtin): Add BMI specific cases.
5979         * config/i386/i386.h (TARGET_BMI): New for BMI.
5980         (CTZ_DEFINED_VALUE_AT_ZERO): Likewise.
5981         (CLZ_DEFINED_VALUE_AT_ZERO): Likewise.
5982         * config/i386/i386.md (UNSPEC_BEXTR): New for BMI.
5983         (UNSPEC_TZCNT): Likewise.
5984         (ctz<mode>2): Add tzcnt, and handle 16 bit operands.
5985         (bmi_andn_<mode>): New for BMI.
5986         (bmi_bextr_<mode>): Likewise.
5987         (bmi_blsi_<mode>): Likewise.
5988         (bmi_blsmsk_<mode>): Likewise.
5989         (bmi_blsr_<mode>): Likewise.
5990         * config/i386/i386.opt: Add -mbmi.
5991         * config/i386/x86intrin.h: Add BMI check and bmiintrin.h.
5992         * config/i386/bmiintrin.h (__lzcnt_u16): New.
5993         (__tzcnt_u16): Likewise.
5994         (__andn_u32): Likewise.
5995         (__bextr_u32): Likewise.
5996         (__blsi_u32): Likewise.
5997         (__blsmsk_u32): Likewise.
5998         (__blsr_u32): Likewise.
5999         (__lzcnt_u32): Likewise.
6000         (__tzcnt_u32): Likewise.
6001         (__andn_u64): Likewise.
6002         (__bextr_u64): Likewise.
6003         (__blsi_u64): Likewise.
6004         (__blsmsk_u64): Likewise.
6005         (__blsr_u64): Likewise.
6006         (__lzcnt_u64): Likewise.
6007         (__tzcnt_u64): Likewise.
6008         * doc/invoke.texi: Document -mbmi and -mno-bmi.
6009         * doc/extend.texi: Document BMI built-in functions.
6011 2010-11-10  Jan Hubicka  <jh@suse.cz>
6013         PR tree-optimize/46228
6014         * doc/invoke.texi (comdat-sharing-probability): Document.
6015         * ipa-inline.c (cgraph_estimate_growth): Handle COMDATs
6016         * params.def (PARAM_COMDAT_SHARING_PROBABILITY): New param.
6018 2010-11-10  Jan Hubicka  <jh@suse.cz>
6020         PR tree-optimize/46228
6021         * cgraph.c (cgraph_propagate_frequency): Fix typo.
6023 2010-11-10  H.J. Lu  <hongjiu.lu@intel.com>
6025         PR tree-optimization/46414
6026         * tree-inline.c (estimate_move_cost): Check preferred vector
6027         mode for vector type.
6029 2010-11-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6031         * config/alpha/osf5.h (ASM_SPEC): Remove -nocpp.
6033 2010-11-10  Sebastian Pop  <sebastian.pop@amd.com>
6035         PR tree-optimization/45971
6036         * tree-if-conv.c (predicate_scalar_phi): Do not generate a COND_EXPR
6037         for phi nodes analyzable by scev.
6039 2010-11-10  Richard Guenther  <rguenther@suse.de>
6041         PR tree-optimization/44964
6042         * ipa-inline.c (cgraph_flatten): Check that SSA form matches.
6044 2010-11-10  Martin Jambor  <mjambor@suse.cz>
6046         PR tree-optimization/46351
6047         PR tree-optimization/46377
6048         * tree-sra.c (type_internals_preclude_sra_p): Disqualify types with
6049         aggregate bit-fields.
6051 2010-11-10  Joseph Myers  <joseph@codesourcery.com>
6053         * doc/tm.texi.in (TARGET_OPTION_TRANSLATE_TABLE): Remove.
6054         * doc/tm.texi: Regenerate.
6055         * opts-common.c (tm.h): Don't include.
6056         (target_option_translations): Remove.
6057         (decode_cmdline_options_to_array): Don't handle translating options.
6058         * system.h (TARGET_OPTION_TRANSLATE_TABLE): Poison.
6059         * config/darwin-driver.c: Don't condition includes on
6060         CROSS_DIRECTORY_STRUCTURE.
6061         (darwin_default_min_version): Make static.
6062         (darwin_driver_init): New.  Call darwin_default_min_version if not
6063         CROSS_DIRECTORY_STRUCTURE.
6064         * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Remove.
6065         (DRIVER_SELF_SPECS, DARWIN_CC1_SPEC): Define.
6066         (ASM_SPEC): Add %{static}.
6067         (darwin_default_min_version): Don't declare.
6068         (darwin_driver_init): Declare.
6069         (GCC_DRIVER_HOST_INITIALIZATION): Define to call
6070         darwin_driver_init, independent of CROSS_DIRECTORY_STRUCTURE.
6071         * config/darwin.opt (all_load, allowable_client,
6072         arch_errors_fatal, bind_at_load, bundle, bundle_loader,
6073         dead_strip, dependency-file, dylib_file, dynamic, dynamiclib,
6074         exported_symbols_list, filelist, findirect-virtual-calls,
6075         flat_namespace, force_cpusubtype_ALL, force_flat_namespace,
6076         framework, fterminated-vtables, gfull, gused, image_base, init,
6077         install_name, multi_module, multiply_defined,
6078         multiply_defined_unused, no_dead_strip_inits_and_terms,
6079         seg_addr_table, seg_addr_table_filename, segaddr,
6080         segs_read_only_addr, segs_read_write_addr, single_module,
6081         umbrella, unexported_symbols_list, weak_reference_mismatches,
6082         Zall_load, Zarch_errors_fatal, Zbind_at_load, Zbundle,
6083         Zdead_strip, Zdynamic, Zdynamiclib, Zflat_namespace,
6084         Zforce_cpusubtype_ALL, Zforce_flat_namespace, Zmulti_module,
6085         Zno_dead_strip_inits_and_terms, Zsingle_module): New.
6086         * config/i386/darwin.h (CC1_SPEC): Add DARWIN_CC1_SPEC.
6087         (ASM_SPEC): Add %{static}.
6088         (SUBTARGET_OPTION_TRANSLATE_TABLE): Remove.
6089         * config/mep/mep.h (TARGET_OPTION_TRANSLATE_TABLE): Remove.
6090         (DRIVER_SELF_SPECS): Handle options formerly in
6091         TARGET_OPTION_TRANSLATE_TABLE.
6092         * config/mep/mep.opt (mfar): New.
6093         * config/picochip/picochip.h (TARGET_OPTION_TRANSLATE_TABLE): Remove.
6094         (DRIVER_SELF_SPECS): Define.  Handle options formerly in
6095         TARGET_OPTION_TRANSLATE_TABLE.
6096         * config/rs6000/darwin.h (CC1_SPEC): Handle -faltivec and -fno-altivec.
6097         (SUBTARGET_OPTION_TRANSLATE_TABLE): Remove.
6098         * config/rs6000/darwin.opt (Waltivec-long-deprecated, faltivec,
6099         ffix-and-continue, findirect-data): New.
6100         * config/rx/rx.h (TARGET_OPTION_TRANSLATE_TABLE): Remove.
6101         * config/rx/rx.opt (nofpu): Make into alias of mnofpu.
6102         (mnofpu): Define mask and use Report here.
6104 2010-11-10  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6106         * config/s390/s390.c (s390_emit_prologue): Report the stack
6107         size if -fstack-usage is used.
6109 2010-11-10  Richard Guenther  <rguenther@suse.de>
6111         PR tree-optimization/46398
6112         * tree-ssa-sccvn.c (process_scc): Iterate for all PHIs.
6114 2010-11-10  Joern Rennecke  <amylaar@spamcop.net>
6116         PR target/44760
6117         * config/iq2000/iq2000.h (REGISTER_NAMES): Remove trailing semicolon.
6118         (REGNO_MODE_OK_FOR_BASE_P): Cast REGNO to int before passing it to
6119         GP_REG_OR_PSEUDO_STRICT_P.
6120         * config/iq2000/iq2000.md (andsi3+1): Add gcc_unreachable for
6121         unexpected alternative.
6122         (*movsf_internal): Likewise.
6123         (indirect_jump): Replace call to non-existant function with call to
6124         internal_error.
6125         (tablejump): Likewise.
6126         * config/iq2000/iq2000.c: Include df.h .
6127         (iq2000_function_arg_advance): Use CONST_CAST2.
6128         (compute_frame_size, iq2000_expand_prologue): Remove unused variables.
6129         (iq2000_can_eliminate): Call leaf_function_p instead of testing for
6130         a non-zero function address.
6131         (iq2000_initial_elimination_offset): Add gcc_unreachable for
6132         unexpected value of FROM.
6133         (symbolic_expression_p): Delete.
6134         (iq2000_function_value): Constify func.
6135         (expand_one_builtin): Use expand_normal.
6136         (iq2000_print_operand): Don't print VALUE if calculating it failed.
6138         PR rtl-optimization/44764
6139         * addresses.h (ok_for_base_p_1): Mark regno with ATTRIBUTE_UNUSED.
6141         PR target/46407
6142         * config/rx/rx.h (REGISTER_NAMES): Remove trailing semicolon.
6143         * config/rx/rx.c (rx_promote_function_mode): Mark punsignedp
6144         with ATTRIBUTE_UNUSED.
6145         (valid_psw_flag): Constify parameter which.
6146         (rx_memory_move_cost): Change type of parameter regclass to reg_class_t.
6148         PR target/46415
6149         * config/mmix/mmix-protos.h (mmix_local_alignment): Update prototype.
6150         (mmix_dbx_register_number): Likewise.
6151         * config/mmix/mmix.c: Include df.h .
6152         (mmix_local_alignment): Change argument basic_align and return type
6153         to unsigned.
6154         (mmix_dbx_register_number): Change argument and return type to
6155         unsigned.
6156         (mmix_expand_prologue): Use add_reg_note.
6158         PR target/46417
6159         * config/spu/spu.c (spu_expand_insv): Remove unused variables.
6160         (spu_split_store): Use aform.
6161         (spu_function_profiler): Mark parameter labelno with ATTRIBUTE_UNUSED.
6163 2010-11-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6165         PR/46268
6166         * doc/gty.texi (GTY Options): Clarify that variable_size produces
6167         allocators taking size in bytes, compare with length option.  Add
6168         size calculation example.
6169         (Invoking the garbage collector): Ensure that sentences are
6170         followed by two spaces.  Describe that pointer fields must be
6171         initialized at ggc_collect call.
6172         (Troubleshooting): New section.
6174 2010-11-09  Jan Hubicka  <jh@suse.cz>
6176         PR tree-optimization/40436
6177         * ipa-inline.c (leaf_node_p): Implement using is_inexpensive_builtin.
6178         * tree-inline.c (estimate_num_insns): Inexpensive builtins are like
6179         normal instructions; be sure bultin is not implemented in this file;
6180         compute non-zero return cost.
6181         (init_inline_once): Reduce builtin_call_cost to 1; set return cost.
6182         * tree-inline.h (eni_weights_d): Add return cost.
6184 2010-11-09  Joseph Myers  <joseph@codesourcery.com>
6186         * c-parser.c (c_parser_struct_declaration): Handle declaration
6187         specifiers followed by CPP_CLOSE_BRACE.
6189 2010-11-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
6191         * config/rs6000/rs6000.md (floatsi<mode>2_lfiwax): Rewrite so
6192         split occurs before reload, and we allocate memory at the time of
6193         the split, not during expansion.  Add attributes.
6194         (floatsi<mode>2_lfiwax_mem): Ditto.
6195         (floatunssi<mode>2_lfiwzx): Ditto.
6196         (floatunssi<mode>2_lfiwzx_mem): Ditto.
6197         (floatsidf2): Ditto.
6198         (floatunssisf2): Ditto.
6199         (floatunssidf2): Ditto.
6200         (fix_trunc<mode>si2): Ditto.
6201         (fix_trunc<mode>si2_stfiwx): Ditto.
6202         (fix_trunc<mode>si2_internal): Ditto.
6203         (fix_trunc<mode>si2): Ditto.
6204         (fix_trunc<mode>di2): Ditto.
6205         (fixuns_trunc<mode>si2_stfiwx): Ditto.
6206         (floatsisf2): Ditto.
6207         (floatdidf2_mem): Ditto.
6208         (floatunsdidf2_mem): Ditto.
6209         (floatunsdidf2): Ditto.
6210         (floatdisf2_internal1): Ditto.
6211         (floatdisf2_mem): Ditto.
6212         (floatunsdisf2_mem): Ditto.
6213         (floatsi<mode>2_lfiwax_mem2): Delete.
6214         (floatunssi<mode>2_lfiwzx_mem2): Ditto.
6215         (fix_trunc<mode>si2_mem): Ditto.
6216         (fixuns_trunc<mode>si2_mem): Ditto.
6217         (round32<mode>2_fprs): New combiner insn to combine (double)(int)
6218         type operations to reduce copying the values to multiple memory slots.
6219         (roundu32<mode>2_fprs): Ditto.
6221         * config/rs6000/rs6000.c (rs6000_address_for_fpconvert): Handle
6222         PRE_INC, PRE_DEC, PRE_MODIFY.
6223         (rs6000_expand_convert_si_to_sfdf): Delete, no longer used.
6225         * config/rs6000/rs6000-protos.h (rs6000_expand_convert_si_to_sfdf):
6226         Delete prototype.
6228 2010-11-09  Jakub Jelinek  <jakub@redhat.com>
6230         PR target/43808
6231         * cfgexpand.c (partition_stack_vars): Call
6232         update_alias_info_with_stack_vars unconditionally.
6233         (update_alias_info_with_stack_vars): Allow unused
6234         unreferenced vars when not optimizing.
6236 2010-11-09  Sebastian Pop  <sebastian.pop@amd.com>
6238         PR tree-optimization/46036
6239         * tree-if-conv.c (predicate_bbs): Call unshare_expr before
6240         add_to_dst_predicate_list.
6242 2010-11-09  Jakub Jelinek  <jakub@redhat.com>
6244         PR debug/46171
6245         * df-problems.c (struct dead_debug_use, struct dead_debug): Move
6246         earlier.
6247         (df_set_unused_notes_for_mw, df_create_unused_note): Add DEBUG
6248         argument, call dead_debug_reset when adding REG_UNUSED note.
6249         (dead_debug_reset): New function.
6250         (df_note_bb_compute): Adjust df_set_unused_notes_for_mw and
6251         df_create_unused_note callers.
6253 2010-11-09  Anatoly Sokolov  <aesok@post.ru>
6255         * config/fr30/fr30.c: Include "df.h".
6257 2010-11-09  Richard Guenther  <rguenther@suse.de>
6259         PR tree-optimization/46355
6260         * tree-loop-distribution.c (tree_loop_distribution): Do not
6261         distribute loops without a single exit.
6263 2010-11-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6265         PR rtl-optimization/46237
6266         * ira-conflicts.c (ira_build_conflicts): Record conflicts for call
6267         saved hard regs if they might get partially clobbered.
6269 2010-11-09  Paul Koning  <ni1d@arrl.net>
6271         * config/pdp11/pdp11.md (lshrsi3, lshrhi3): Use add for decrement.
6273 2010-11-09  Richard Guenther  <rguenther@suse.de>
6275         PR tree-optimization/46177
6276         * tree-loop-distribution.c (prop_phis): Remove.
6277         (generate_builtin): Re-use the old loop exit edge to avoid
6278         needing to update PHI nodes.
6280 2010-11-09  Joern Rennecke  <amylaar@spamcop.net>
6282         * config/i386/i386.c (ix86_expand_split_stack_prologue): Change
6283         type of args_size to unsigned HOST_WIDE_INT.
6285         PR target/44755
6286         * config.gcc (picochip-*): Add t-pnt16-warn to tmake_file.
6287         * config/t-pnt16-warn: New file.
6288         * config/picochip/picochip.c (picochip_emit_stack_allocate):
6289         Use add_reg_note.
6290         (picochip_emit_save_register): Likewise.
6291         (picochip_emit_restore_register): Remove variable insn.
6292         (picochip_legitimize_address): Don't use C++ style comments.
6293         (picochip_legitimize_reload_address): Likewise.
6294         (reorder_var_tracking_notes): Remove variable vliw_start.
6295         (picochip_reorg): Cast first arguemnt to emit_note_after to
6296         enum insn_note.
6297         (picochip_expand_builtin_2op): Use EXPAND_NORMAL.
6298         (picochip_expand_builtin_3op): Likewise.
6299         (picochip_expand_builtin_2opvoid): Likewise.
6300         (picochip_expand_array_get, picochip_expand_array_put): Likewise.
6301         (picochip_expand_array_testport): Likewise.
6302         (picochip_init_builtins): Remove unused variables.
6303         * config/picochip/picochip.h (ASM_FORMAT_PRIVATE_NAME): Cast LABELNO
6304         to unsigned long, and output it as such.
6305         (ASM_OUTPUT_SKIP): Use HOST_WIDE_INT_PRINT_UNSIGNED.
6306         * config/picochip/picochip.md (movhicc): Remove nonsense statement.
6307         (schedType): Cast result of picochip_schedule_type to
6308         enum attr_schedType.
6310         PR target/44759
6311         * config/mn10300/mn10300.c (SIZE_FMOV_LIMIT): Promote all arms of
6312         conditional to type of S.
6313         (mn10300_function_arg): Remove unused variable align.
6314         (mn10300_arg_partial_bytes): Likewise.
6315         * config/mn10300/mn10300.md (attribute cpu): Cast value to
6316         enum attr_cpu.
6318 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
6320         PR bootstrap/46392
6321         * gengtype-parse.c (type): Call get_input_file_name to get file name.
6323 2010-11-09  Eric Botcazou  <ebotcazou@adacore.com>
6325         * tree.h (contains_placeholder_p): Fix comment.
6326         (type_contains_placeholder_p): Adjust comment.
6327         * tree.c (contains_placeholder_p): Fix comment.
6328         (type_contains_placeholder_1): Do not recurse on pointed-to types and
6329         adjust comment.
6330         (type_contains_placeholder_p): Add comment.
6332 2010-11-09  Paul Koning  <ni1d@arrl.net>
6334         * config/pdp11/pdp11.c (pdp11_assemble_integer): Clean up fix for
6335         output of byte values.
6337 2010-11-09  Jakub Jelinek  <jakub@redhat.com>
6339         PR middle-end/46360
6340         * tree-ssa-propagate.c (update_call_from_tree): Fix for use
6341         not in SSA mode.
6343 2010-11-09  Richard Guenther  <rguenther@suse.de>
6345         PR middle-end/46221
6346         * varasm.c (compute_visible_aliases): New function.
6347         (remove_unreachable_alias_pairs): Aliases make a target available
6348         even though we reclaimed the cgraph node.
6349         (finish_aliases_1): Likewise.
6350         * Makefile.in (varasm.o): Add pointer-set.h dependency.
6352 2010-11-09  Nick Clifton  <nickc@redhat.com>
6354         * config/mn10300/mn10300-modes.def: New file.
6356 2010-11-09  Basile Starynkevitch  <basile@starynkevitch.net>
6357             Jeremie Salvucci  <jeremie.salvucci@free.fr>
6359         * gengtype.c (get_output_file_name): Declaration moved to gengtype.h.
6360         (plugin_files, get_file_basename, get_file_realbasename)
6361         (get_file_langdir, error_at_line, gt_files, this_file)
6362         (system_h_file, read_input_list, create_field_all)
6363         (get_file_srcdir_relative_path, get_file_basename)
6364         (get_file_langdir, get_file_gtfilename)
6365         (get_output_file_with_visibility, get_output_file_name)
6366         (struct flist, put_mangled_filename, walk_type)
6367         (put_mangled_filename, finish_root_table, write_roots): Use
6368         input_file-s.
6369         (lang_dir_names, num_lang_dirs): Remove static.
6370         (get_lang_bitmap, set_lang_bitmap): Moved to gengtype.h.
6371         (main): Use input_file-s.
6373         * gengtype.h: (struct input_file_st, input_file): New type.
6374         (struct fileloc): Use it.
6375         (gt_files, num_gt_files, this_file, system_h_file)
6376         (input_file_by_name, get_file_srcdir_relative_path): Use input_file.
6377         (get_input_file_name): New function.
6378         (get_lang_bitmap, set_lang_bitmap): Moved from gengtype.c and
6379         use input_file.
6380         (lang_dir_names, num_lang_dirs, get_output_file_with_visibility)
6381         (get_output_file_name): Ditto.
6383         * gengtype-lex.l (yybegin): Use input_file.
6385         * gengtype-parse.c (parse_error): Use input_file.
6387 2010-11-08  Xinliang David Li  <davidxl@google.com>
6389         PR tree-optimization/46316
6390         * tree-vrp.c (adjust_range_with_scev): Check double_int overflow.
6391         * double-int.h (double_int_mul_with_sign): New function.
6392         * double-int.c (double_int_mul_with_sign): New function.
6394 2010-11-08  Paul Koning  <ni1d@arrl.net>
6396         * config/pdp11/pdp11.md (lshrsi3, lshrhi3): Fix wrong code.
6398 2010-11-08  Paul Koning  <ni1d@arrl.net>
6400         * config/pdp11/pdp11.md (negsi2): Fix wrong code.
6402 2010-11-08  Paul Koning  <ni1d@arrl.net>
6404         * config/pdp11/pdp11.c (pdp11_assemble_integer): Mask byte values
6405         to 8 bits.
6407 2010-11-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
6409         PR target/46378
6410         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
6411         turn on ISA 2.04 rounding instructions for power5.
6413         * config/rs6000/rs6000.md (friz): Friz is an ISA 2.04 instruciton,
6414         not ISA 2.02.
6416         PR target/45585
6417         * config/rs6000/darwin.md (movdi_low): Allow DImode values to be
6418         in FPR registers.
6419         (movdi_low_st): Ditto.
6421 2010-11-08  Joern Rennecke  <amylaar@spamcop.net>
6422             Richard Henderson  <rth@redhat.com>
6424         PR target/44758
6425         * config/frv/frv.md (attribute cpu): Cast value to enum attr_cpu.
6426         (attribute acc_group): Cast value to enum attr_acc_group.
6427         (*movdi_nodouble+6): Use gen_int_mode.
6428         * config/frv/frv-protos.h (frv_trampoline_size): Declare no matter
6429         if RTX_CODE is defined or not.
6430         * config/frv/frv.c (enum frv_io_type): New enum, broken out of
6431         struct frv_io.
6432         (frv_handle_option): Mark parameter value with ATTRIBUTE_UNUSED.
6433         (frv_frame_access, frv_expand_prologue): Remove unused variables.
6434         (frv_expand_block_clear): Likewise.
6435         (frv_trampoline_init): Use LCT_NORMAL.
6436         (struct frv_packet_group): New struct, broken out of type of
6437         frv_packet.
6438         (frv_start_packet, frv_reorder_packet): Initialize group to GROUP_I,
6439         use cast in loop counter increment.
6440         (frv_extract_membar): Cast HOST_WIDE_INT to enum frv_io_type before
6441         assigning to io->type.
6442         (bdesc_set): Use rtx_code UNKNOWN in initializer.
6443         (bdesc_1arg, bdesc_2arg, bdesc_int_void2arg): Likewise.
6444         (bdesc_prefetches, bdesc_cut, bdesc_2argimm, bdesc_void2arg): Likewise.
6445         (bdesc_void3arg, bdesc_voidacc, bdesc_loads, bdesc_stores): Likewise.
6446         (frv_read_argument): Use expand_normal.
6448         PR target/44757
6449         * config/lm32/lm32.h (LEGITIMATE_CONSTANT_P): Call
6450         lm32_legitimate_constant_p.
6451         * config/lm32/lm32.md (ashlsi3): Remove unused variable.
6452         * config/lm32/lm32.c (gen_int_relational): Make new block for
6453         LE / LT / LEU / LTU case.  Declare variables at start of block.
6454         (lm32_block_move_inline): Use XALLOCAVEC.
6456 2010-11-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6458         * config/i386/i386.c (ix86_function_arg_boundary): Fix warning message.
6460 2010-11-08  Basile Starynkevitch  <basile@starynkevitch.net>
6462         * gengtype (get_output_file_for_structure): Ensure type is union
6463         or struct.
6464         (write_splay_tree_allocator_def): Use
6465         get_output_file_with_visibility.
6467 2010-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6469         * config/s390/s390.c (s390_handle_arch_option): Set type and flags
6470         to defined values in case of an error.
6471         (s390_option_override): Skip further processing if the -march
6472         parameter wasn't recognized.
6474 2010-11-08  Joern Rennecke  <amylaar@spamcop.net>
6476         * caller-save.c (reg_save_code): After HARD_REGNO_MODE_OK check fails,
6477         assert that REG is a hard register number before using it as an index.
6479         PR bootstrap/46358
6480         * config/i386/i386.c (ix86_expand_split_stack_prologue):
6481         Avoid warnings when HOST_WIDE_INT is 32 bit.
6483 2010-11-08  Eric Botcazou  <ebotcazou@adacore.com>
6485         PR target/46208
6486         * config/sparc/sparc.c (TARGET_PROMOTE_PROTOTYPES): Delete.
6487         (sparc_promote_prototypes): Likewise.
6488         (sparc_promote_function_mode): Promote in 32-bit mode as well.
6489         (sparc_return_in_memory): Remove superfluous parentheses.
6490         (sparc_struct_value_rtx): Fix long lines.
6491         (sparc_function_value_1): Promote in 32-bit mode as well.
6493 2010-11-08  Andrey Belevantsev  <abel@ispras.ru>
6495         PR rtl-optimization/45352
6496         * sel-sched.c (find_best_expr): Do not set pneed_stall when
6497         the variable_issue hook is not implemented.
6498         (fill_insns): Remove dead variable stall_iterations.
6499         (init_seqno_1): Force EBB start for resetting sched cycles on any
6500         successor blocks of the rescheduled region.
6501         (sel_sched_region_1): Use bitmap_bit_p instead of bitmap_clear_bit.
6502         (reset_sched_cycles_in_current_ebb): Add debug printing.
6503         New variable issued_insns.  Advance state when we have issued
6504         issue_rate insns.
6506 2010-11-08  Basile Starynkevitch  <basile@starynkevitch.net>
6508         * gengtype (main): Get here's position using POS_HERE macro for
6509         do*typedef calls.
6511 2010-11-07  Ian Lance Taylor  <iant@google.com>
6513         PR target/46089
6514         * config/i386/i386.c (split_stack_fn_large): New static variable.
6515         (ix86_expand_split_stack_prologue): Handle large model.
6517 2010-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6519         * config/m68k/m68k.c (m68k_delegitimize_address): Update to handle
6520         all possible addressing modes.
6522 2010-11-07  Uros Bizjak  <ubizjak@gmail.com>
6524         PR tree-optimization/46346
6525         * tree-ssa-forwprop.c (rhs_to_tree): Handle GIMPLE_TERNARY_RHS.
6527 2010-11-07  Richard Sandiford  <rdsandiford@googlemail.com>
6529         * config/mips/mips.c: Revert previous patch.
6530         * config/mips/mips.md: Likewise.
6532 2010-11-07  Richard Sandiford  <rdsandiford@googlemail.com>
6534         * config/mips/mips.c (mips_rtx_costs): Handle FMA.
6535         * config/mips/mips.md (*madd4<mode>, *madd3<mode>, *msub4<mode>)
6536         (*msub3<mode>, *nmadd4<mode>_fastmath, *nmadd3<mode>_fastmath)
6537         (*nmsub4<mode>_fastmath, *nmsub3<mode>_fastmath): Delete.
6538         (*nmadd4<mode>, *nmadd3<mode>. *nmsub4<mode>, *nmsub3<mode>): Redefine
6539         to use FMA.
6540         (fma<mode>4, *fma<mode>4_madd3, *fma<mode>4_madd4): New patterns.
6541         (fms<mode>4, *fms<mode>4_msub3, *fms<mode>4_msub4): Likewise.
6542         (fnms<mode>4, *fnms<mode>4_nmadd3, *fnms<mode>4_nmadd4): Likewise.
6543         (fnma<mode>4, *fnma<mode>4_nmsub3, *fnma<mode>4_nmsub4): Likewise.
6545 2010-11-06  Simon Martin  <simartin@users.sourceforge.net>
6547         PR c/43384
6548         * c-decl.c (lookup_label): Labels can only be referenced in a
6549         function's scope.
6550         (store_parm_decls_oldstyle): Skip erroneous parameters.
6552 2010-11-06  Anatoly Sokolov  <aesok@post.ru>
6554         * config/fr30/fr30.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
6555         LIBCALL_VALUE): Remove macros.
6556         * config/fr30/fr30.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
6557         TARGET_FUNCTION_VALUE_REGNO_P): Define.
6558         (fr30_function_value_regno_p, fr30_function_value,
6559         fr30_libcall_value): New functions.
6561 2010-11-06  Joern Rennecke  <amylaar@spamcop.net>
6563         PR middle-end/46314
6564         * target.def (generate_internal_label): New asm_out hook.
6565         * output.h (default_generate_internal_label): Declare.
6566         * varasm.c (default_generate_internal_label): Define.
6568 2010-11-06  Iain Sandoe  <iains@gcc.gnu.org>
6570         PR target/44981
6571         * doc/extend.tex (format): Document NSString extension.
6572         (format_arg): Likewise.
6573         (Darwin Format Checks): New section.
6574         * doc/tm.texi: Document string object hooks (generated).
6575         * doc/tm.texi.in (TARGET_OBJC_CONSTRUCT_STRING_OBJECT) Rename.
6576         (TARGET_STRING_OBJECT_REF_TYPE_P): New.
6577         (TARGET_CHECK_STRING_OBJECT_FORMAT_ARG): New.
6578         * target.def (objc_construct_string_object): Rename, amend
6579         documentation.
6580         (string_object_ref_type_p): New hook.
6581         (check_string_object_format_arg): New hook.
6582         * c-parser.c (c_parser_attributes): Allow objective-c class names as
6583         attribute identifiers.
6584         * config/darwin-c.c (darwin_cfstring_ref_p): New.
6585         (darwin_check_cfstring_format_arg): New.
6586         (darwin_additional_format_types): New.
6587         * config/darwin-protos.h (darwin_cfstring_ref_p) New.
6588         (darwin_check_cfstring_format_arg): New.
6589         * config/darwin.h (TARGET_OBJC_CONSTRUCT_STRING_OBJECT) Renamed.
6590         (TARGET_STRING_OBJECT_REF_TYPE_P): New.
6591         (TARGET_N_FORMAT_TYPES): New.
6592         (TARGET_CHECK_STRING_OBJECT_FORMAT_ARG): New.
6594 2010-11-06  Eric Botcazou  <ebotcazou@adacore.com>
6595             Pascal Obry  <obry@adacore.com>
6597         * config/i386/cygming.h (DWARF_FRAME_REGISTERS): Redefine.  Use 33
6598         in 64-bit mode and 17 otherwise.
6600 2010-11-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6602         PR debug/45939
6603         * var-tracking.c (emit_note_insn_var_location): Make sure that
6604         call related var location notes come before the normal ones.
6606 2010-11-05  H.J. Lu  <hongjiu.lu@intel.com>
6608         PR target/46326
6609         * config/i386/i386.c (ix86_delegitimize_address): Fix a typo
6610         in the last change.
6612 2010-11-05  Ian Lance Taylor  <iant@google.com>
6614         * explow.c (allocate_dynamic_stack_space): Check MALLOC_ABI_ALIGNMENT.
6616 2010-11-05  Jakub Jelinek  <jakub@redhat.com>
6618         PR c/44772
6619         * c-decl.c (warn_cxx_compat_finish_struct): Don't call
6620         pointer_set_contains if DECL_NAME is NULL.
6622 2010-11-05  Ian Lance Taylor  <iant@google.com>
6624         PR target/46084
6625         * explow.c (allocate_dynamic_stack_space): If flag_split_stack,
6626         request enough additional space for alignment, and force alignment.
6628 2010-11-05  Kai Tietz  <kai.tietz@onevision.com>
6630         * config/i386/i386.c (legitimate_pic_address_disp_p):
6631         Handle UNSPEC_PCREL.
6632         (ix86_legitimate_address_p): Likewise.
6633         (legitimize_pic_address): Likewise.
6634         (output_pic_addr_const): Likewise.
6635         (ix86_delegitimize_address): Likewise.
6636         (ix86_find_base_term): Likewise.
6637         (memory_address_length): Likewise.
6638         (x86_output_mi_thunk): Handle special case x64
6639         for non local binding.
6640         * config/i386/i386.md (UNSPEC_PCREL): New.
6641         * config/i386/winnt.c (i386_pe_binds_local_p):
6642         Allow weak symbol for x64 windows with non-local binding.
6644 2010-11-05  Jakub Jelinek  <jakub@redhat.com>
6646         PR target/45670
6647         * expr.c (expand_expr_real_1) <case MEM_REF>: Use EXPAND_SUM
6648         instead of EXPAND_NORMAL for base expansion.
6650 2010-11-05  Uros Bizjak  <ubizjak@gmail.com>
6652         * config.gcc: Support --with-fpmath=avx for x86.
6653         * config/i386/avxmath.h: New.
6654         * doc/install.texi (--with-fpmath=): Document --with-fpmath=avx.
6656 2010-11-05  Ian Lance Taylor  <iant@google.com>
6658         * tree.h (struct tree_type): Don't use descbits in GTY annotation.
6659         * gengtype.c (walk_type): Don't recognize descbits option.
6661 2010-11-05  Joseph Myers  <joseph@codesourcery.com>
6663         * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG,
6664         WORD_SWITCH_TAKES_ARG): Remove.
6665         * doc/options.texi (Args): Document.
6666         * doc/tm.texi.in (WORD_SWITCH_TAKES_ARG): Remove.
6667         * doc/tm.texi: Regenerate.
6668         * opt-functions.awk (switch_flags): Handle Args.
6669         * opts-common.c: Update comment on tm.h include.
6670         (decode_cmdline_option): Handle options with multiple arguments.
6671         Don't check WORD_SWITCH_TAKES_ARG for unknown options.
6672         * opts.h (CL_SEPARATE_NARGS_SHIFT, CL_SEPARATE_NARGS_MASK): Define.
6673         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
6674         CL_COMMON): Update values.
6675         * system.h (WORD_SWITCH_TAKES_ARG): Poison.
6676         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Remove.
6677         * config/darwin.opt (Zsegaddr, sectalign, sectcreate,
6678         sectobjectsymbols, sectorder, segcreate, segprot): New.
6680 2010-11-05  H.J. Lu  <hongjiu.lu@intel.com>
6681             Uros Bizjak  <ubizjak@gmail.com>
6683         * config/i386/i386.c (ix86_expand_move): Set use_avx256_p if
6684         256bit AVX register is used.
6685         (ix86_expand_vector_move_misalign): Likewise.
6686         (ix86_expand_vector_move): Replace use_avx256_p with
6687         VALID_AVX256_REG_MODE.
6689 2010-11-05  Joern Rennecke  <amylaar@spamcop.net>
6691          PR target/44750
6692         * config/pdp11/t-pdp11 (dwarf2out.o, java/constants.o): Undo last
6693         change.  Set $@-warn.o to -Wno-error.
6695         PR bootstrap/44756
6696         * expr.c (emit_push_insn): Cast value of PUSH_ROUNDING before
6697         comparing it to a signed value.
6699         PR middle-end/44766
6700         * expr.c (can_store_by_pieces): Add ATTRIBUTE_UNUSED to cst.
6701         PR bootstrap/44770
6702         * haifa-sched.c (initiate_bb_reg_pressure_info): Add ATTRIBUTE_UNUSED
6703         to i.
6705         PR target/44754
6706         * config/m32c/m32c.c (m32_function_arg): Rename declaration to...
6707         (m32c_function_arg).  Add comma between arguments two and three.
6708         (m32c_promote_prototypes): Remove declaration.
6709         (current_function_special_page_vector): Likewise.
6710         (m32c_regno_reg_class): Change return type to enum reg_class.
6711         (m32c_pushm_popm): Use add_reg_note.
6712         (m32c_push_rounding): Change return type to unsigned int.
6713         (m32c_legitimize_reload_address): Cast argument 11 to push_reload to
6714         enum reload_type.
6715         (m32c_insert_attributes): Constify variable name.
6716         (m32c_output_aligned_common): Add ATTRIBUTE_UNUSED to argument decl.
6717         (m32c_prepare_shift): Remove variable lref.
6718         (m32c_expand_movcc): Remove variable cmp.
6719         (m32c_expand_insv): Fix check of op0 rtx_code to use GET_CODE.
6720         (m32c_compare_redundant): Remove variable op2.
6721         * config/m32c/m32c-pragma.c ("c-family/c-common.h"): Include.
6722         (m32c_pragma_memregs): Assign the number to target_memregs.
6723         (m32c_pragma_address): Remove variable var_str.
6724         * config/m32c/m32c.h (REG_CLASS_FROM_CONSTRAINT): Case value to
6725         enum reg_class.
6726         (LIMIT_RELOAD_CLASS, SECONDARY_RELOAD_CLASS): Likewise.
6727         * config/m32c/bitops.md (andsi3): Add default case to switch.
6728         (iorsi3, xorsi3): Likewise.
6729         * config/m32c/addsub.md (addsi3_1, subsi3_1): Likewise.
6730         * config/m32c/jump.md (call, call_value): Likewise.
6731         * config/m32c/m32c-protos.h (m32c_push_rounding): Update prototype.
6732         (m32c_regno_reg_class): Likewise.
6733         (current_function_special_page_vector): Declare.
6735 2010-11-05  Jakub Jelinek  <jakub@redhat.com>
6737         * cfgexpand.c (expand_debug_expr): Handle MEM_REF with non-zero offset.
6739         PR tree-optimization/46099
6740         * tree-parloops.c (take_address_of): Add GSI argument.  Return NULL
6741         if it is NULL and uid wasn't found in the hash table.  Just fold the
6742         result if it is NULL otherwise.  Insert other potentially needed
6743         stmts right before current stmt instead of on the entry edge.
6744         (struct elv_data): Add gsi and reset fields.
6745         (eliminate_local_variables_1): Adjust caller.  If take_address_of
6746         failed for debug stmt, set dta->reset and return.
6747         (eliminate_local_variables_stmt): Change STMT argument for GSI,
6748         pass GSI through to the callback, handle resetting of debug stmts.
6749         (eliminate_local_variables): Adjust caller.  Process debug stmts
6750         in second phase.
6752         PR middle-end/43690
6753         * gimplify.c (gimplify_asm_expr): If a "m" input is a
6754         {pre,post}{in,de}crement, fail.
6756         PR debug/46307
6757         * tree-ssa-operands.c (get_expr_operands): Handle FMA_EXPR.
6758         * tree-pretty-print.c (dump_generic_node): Likewise.
6759         (op_code_prio): Likewise.
6760         * cfgexpand.c (expand_debug_expr): Likewise.
6762 2010-11-04  Paul Koning  <ni1d@arrl.net>
6764         * doc/md.texi (Machine Constraints): Correct formatting in PDP-11
6765         constraints.
6767 2010-11-04  Chao-ying Fu  <fu@mips.com>
6769         * configure.ac: Test assembler support for DSP Rev1 mult.
6770         * configure: Regenerate.
6771         * config.in: Regenerate.
6772         * config/mips/mips.h (ISA_HAS_DSP_MULT): New define.
6773         * config/mips/mips.c (CODE_FOR_mips_mult): New define.
6774         (CODE_FOR_mips_multu): New define.
6775         (mips_builtins): Move madd, maddu, msub, msubu, mult, multu from
6776         dspr2_32 to dsp_32.
6777         (mips_mulsidi3_gen_fn): Test (TARGET_FIX_R4000 && !ISA_HAS_DSP).
6778         Delete returns when ISA_HAS_DSPR2 because the old patterns are deleted.
6779         * config/mips/mips-dsp.md (mips_madd<u>, mips_msub<u>):
6780         New define_expand patterns.
6781         * config/mips/constraints.md (ka): Update the constraint to test
6782         ISA_HAS_DSP_MULT instead of ISA_HAS_DSPR2.
6783         * config/mips/mips-dspr2.md (mips_madd<u>, mips_msub<u>, mips_mult,
6784         mips_multu): Delete.
6785         * config/mips/mips.md (<u>mulsidi3_32bit): Add comments.
6786         Change target constraint to "ka".
6787         Use (!TARGET_FIX_R4000 || ISA_HAS_DSP), instead of
6788         (!TARGET_FIX_R4000 && !ISA_HAS_DSPR2).
6789         Emit the accumulator destination when ISA_HAS_DSP_MULT.
6790         (<u>msubsidi4): Add comments.  Test ISA_HAS_DSP.
6791         Emit the accumulator destination when ISA_HAS_DSP_MULT.
6792         (<u>maddsidi4): Likewise.
6793         * doc/extend.texi (MIPS DSP Built-in Functions): Move madd, maddu,
6794         msub, msubu, mult, multu built-in functions from DSP r2 to DSP r1.
6796 2010-11-04  Paul Koning  <ni1d@arrl.net>
6798         * doc/md.texi (Machine Constraints): Add PDP-11 constraints.
6800 2010-11-04  Paul Koning  <ni1d@arrl.net>
6802         * doc/invoke.texi (PDP-11 Options): Delete -msplit, -mno-split.
6804 2010-11-04  Nicola Pero  <nicola.pero@meta-innovation.com>
6806         Fixed using the Objective-C 2.0 dot-syntax with class names.
6807         * c-parser.c (c_parser_next_token_starts_declspecs): In
6808         Objective-C, detect Objective-C 2.0 dot-syntax with a class name.
6809         (c_parser_next_token_starts_declaration): Same.
6810         (c_parser_postfix_expression): Parse the Objective-C 2.0
6811         dot-syntax with a class name.
6813 2010-11-04  Pat Haugen  <pthaugen@us.ibm.com>
6815         * final.c (compute_alignments): Compute/free loop info all the time.
6816         * config/rs6000/rs6000.h (LOOP_ALIGN): Define.
6817         * config/rs6000/rs6000-protos.h (rs6000_loop_align): Declare.
6818         * config/rs6000/t-rs6000 (rs6000.o): Add cfgloop.h.
6819         * config/rs6000/rs6000.c (cfgloop.h): Include.
6820         (can_override_loop_align): New.
6821         (rs6000_option_override_internal): Set it.
6822         (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Define target hook.
6823         (rs6000_loop_align): New function.
6824         (rs6000_loop_align_max_skip): Likewise.
6826 2010-11-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6828         PR driver/45703
6829         * collect2.c (main): Print --help output to stdout.  Do not
6830         exit right away, so ld --help is appended.  Add empty lines
6831         to separate output suitably.
6833 2010-11-04  Jakub Jelinek  <jakub@redhat.com>
6835         PR tree-optimization/46233
6836         * ipa-pure-const.c (local_pure_const): Do noreturn discovery
6837         after calling analyze_function, not before.
6839         PR target/46234
6840         * config/rs6000/rs6000.c (rs6000_va_start): Use build_simple_mem_ref
6841         instead of build_va_arg_indirect_ref.
6842         * config/spu/spu.c (spu_va_start): Likewise.
6843         * config/s390/s390.c (s390_va_start): Likewise.
6845 2010-11-03  Uros Bizjak  <ubizjak@gmail.com>
6847         PR middle-end/46292
6848         * lower-subreg.c (simplify_subreg_concatn): For VOIDmode elements,
6849         if the innermode is not vector mode, determine the mode of a subreg
6850         by using mode_for_size of inner_size.
6852 2010-11-04  Richard Guenther  <rguenther@suse.de>
6854         PR rtl-optimization/46183
6855         * gcse.c (execute_rtl_cprop): Cleanup the CFG if something changed.
6856         (execute_rtl_pre): Likewise.
6857         (execute_rtl_hoist): Likewise.
6859 2010-11-04  Richard Guenther  <rguenther@suse.de>
6861         PR tree-optimization/46068
6862         * ipa-split.c (consider_split): Remove gcc_unreachable.
6864 2010-11-04  Richard Guenther  <rguenther@suse.de>
6866         * tree-nested.c (build_addr): Use build_fold_addr_expr.
6868 2010-11-04  Richard Guenther  <rguenther@suse.de>
6870         PR tree-optimization/45991
6871         * gimplify.c (force_gimple_operand_1): Use the provded test
6872         function in the initial test.
6874 2010-11-04  Jeff Law  <law@redhat.com>
6876         * ira.c (validate_equiv_mem): Remove code to avoid invalidation
6877         of readonly memory equivalances for const/pure calls.
6879 2010-11-04  Richard Guenther  <rguenther@suse.de>
6881         PR tree-optimization/45733
6882         * tree-vect-stmts.c (reverse_vec_elements): Honor the
6883         permute builtins function return type.
6885 2010-11-04  Joern Rennecke  <amylaar@spamcop.net>
6887         PR middle-end/44765
6888         * emit-rtl.c (gen_rtx_REG): Before using PIC_OFFSET_TABLE_REGNUM
6889         as an index, check it is not INVALID_REGNUM.
6891         PR bootstrap/44756
6892         * ifcvt.c (noce_emit_cmove): Add ATTRIBUTE_UNUSED to target and
6893         unsignedp.
6894         * reload1.c (set_reload_reg): Add ATTRIBUTE_UNUSED to regno.
6896         PR bootstrap/44756
6897         * function.c (thread_prologue_and_epilogue_insns): Add
6898         ATTRIBUTE_UNUSED to seq, epilogue_end and entry_edge.
6900         PR bootstrap/44756
6901         * varasm.c (asm_output_bss): Add ATTRIBUTE_UNUSED to function.
6903         PR target/44750
6904         * config/pdp11/pdp11.c: (pdp11_secondary_reload): Now static.
6905         (pdp11_preferred_reload_class): Rename class to rclass.
6906         (pdp11_preferred_output_reload_class): Likewise.
6907         * config/pdp11/t-pdp11 (dwarf2out.o): Add -Wno-error=type-limits to
6908         ALL_COMPILERFLAGS .
6909         (java/constants.o): Add -Wno-error to ALL_COMPILERFLAGS.
6911         PR bootstrap/44756
6912         * genopinit.c (main) [FIXUNS_TRUNC_LIKE_FIX_TRUNC]: Cast
6913         iteration variables to enum machine_mode.
6915         PR target/44751
6916         * config/h8300/h8300.c: Include df.h.
6917         (push, pop): Use add_reg_note.
6918         (compute_plussi_cc, compute_logical_op_cc): Return enum attr_c.
6919         (compute_a_shift_cc): Likewise.
6920         (expand_a_shift): Argument code has type enum rtx_code.
6921         (struct shift_insn): Member cc_valid has type enum attr_cc.
6922         (struct shift_info) <cc_inline, cc_special>: Likewise.
6923         enum attr_cc.
6924         * config/h8300/h8300-protos.h (compute_plussi_cc): Update prototype.
6925         (compute_a_shift_cc, compute_logical_op_cc, expand_a_shift): Likewise.
6927 2010-11-04  Ira Rosen  <irar@il.ibm.com>
6929         PR tree-optimization/46213
6930         * tree-vect-loop.c (vect_is_simple_reduction_1): Handle
6931         MINUS_EXPR only if the first operand is reduction operand.
6933 2010-11-04  Richard Guenther  <rguenther@suse.de>
6934             Richard Henderson  <rth@redhat.com>
6936         * tree.def (FMA_EXPR): New tree code.
6937         * expr.c (expand_expr_real_2): Add FMA_EXPR expansion code.
6938         * gimple.c (gimple_rhs_class_table): FMA_EXPR is a GIMPLE_TERNARY_RHS.
6939         * tree-cfg.c (verify_gimple_assign_ternary): Verify FMA_EXPR types.
6940         * tree-inline.c (estimate_operator_cost): Handle FMA_EXPR.
6941         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
6942         * tree-ssa-math-opts.c (convert_mult_to_fma): New function.
6943         (execute_optimize_widening_mul): Call it.  Reorganize to allow
6944         dead stmt removal.  Move TODO flags ...
6945         (pass_optimize_widening_mul): ... here.
6946         * flag-types.h (enum fp_contract_mode): New enum.
6947         * common.opt (flag_fp_contract_mode): New variable.
6948         (-ffp-contract): New option.
6949         * opts.c (common_handle_option): Handle it.
6950         * doc/invoke.texi (-ffp-contract): Document.
6951         * tree.h (fold_fma): Declare.
6952         * builtins.c (fold_fma): New function.
6953         (fold_builtin_fma): Likewise.
6954         (fold_builtin_3): Call it for fma.
6955         * fold-const.c (fold_ternary_loc): Fold FMA_EXPR.
6956         * optabs.c (optab_for_tree_code): Handle FMA_EXPR.
6957         * config/i386/sse.md (fms<mode>4, fnma<mode>, fnms<mode>4):
6958         New expanders.
6959         * doc/md.texi (fms<mode>4, fnma<mode>, fnms<mode>4): Document new
6960         named patterns.
6961         * genopinit.c (optabs): Initialize fms_optab, fnma_optab and fnms_optab.
6962         * optabs.h (enum optab_index): Add OTI_fms, OTI_fnma and OTI_fnms.
6963         (fms_optab, fnma_optab, fnms_optab): New defines.
6964         * gimplify.c (gimplify_expr): Handle binary truth expressions
6965         explicitly.  Handle FMA_EXPR.
6966         * tree-vect-stmts.c (vectorizable_operation): Handle ternary
6967         operations.
6969 2010-11-04  Artjoms Sinkarovs  <artyom.shinakroff@gmail.com>
6970             Richard Guenther  <rguenther@suse.de>
6972         * passes.c (init_optimization_passes): Move veclower after SSA.
6973         * tree-vect-generic.c (uniform_vector_p): New function.
6974         (expand_vector_operations_1): Handle conversion.
6975         (pass_lower_vector): Update SSA form.
6977 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
6979         * configure.ac: Filter -mdynamic-no-pic from CFLAGS when testing for
6980         plugin capabilities.
6981         * configure: Regenerate.
6983 2010-11-03  Xinliang David Li  <davidxl@google.com>
6985         PR target/46200
6986         * tree-ssa-loop-ivopts.c (get_computation_cost_at):
6987         Adjust cbase if the use stmt is after iv update.
6989 2010-11-03  Kaz Kojima  <kkojima@gcc.gnu.org>
6991         * config.gcc (sh64*) <tm_file>: Add newlib-stdint.h for newlib targets.
6993 2010-11-03  Kaz Kojima  <kkojima@gcc.gnu.org>
6995         * config/sh/sh.c (sh_expand_prologue): Remove unnecessary
6996         comment.  Pass true to the last argument of output_stack_adjust.
6998 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
7000         PR target/46295
7001         * config/i386/i386.c (ix86_expand_vector_move): Set use_avx256_p
7002         if 256bit AVX register is used.
7004 2010-11-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
7006         * config/rs6000/rs6000.c (rs6000_emit_minmax): Add support to use
7007         xsmindp/xsmaxdp on VSX for single precision min/max.
7008         * config/rs6000/vsx.md (vsx_smaxsf3): Ditto.
7009         (vsx_sminsf3): Ditto.
7011 2010-11-03  Eric Botcazou  <ebotcazou@adacore.com>
7013         * combine.c (try_combine): Fix formatting issues, improve comments and
7014         fix a pasto.
7016 2010-11-03  Eric Botcazou  <ebotcazou@adacore.com>
7018         * tree-tailcall.c (find_tail_calls): Convert the operands to the type
7019         of the result before building binary expressions.
7021 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
7023         PR rtl-optimization/45865
7024         * Makefile.in (df-problems.o): Revert revision 164552.
7025         * basic-block.h (enum bb_flags): Likewise.
7026         * cfgcleanup.c (block_was_dirty): Likewise.
7027         (try_forward_edges): Likewise.
7028         (try_crossjump_bb): Likewise.
7029         (try_head_merge_bb): Likewise.
7030         (try_optimize_cfg): Likewise.
7031         (cleanup_cfg): Likewise.
7032         * df-core.c (df_set_bb_dirty): Likewise.
7033         * df-problems.c: Likewise.
7034         (df_simulate_find_uses): Likewise.
7035         (MEMREF_NORMAL, MEMREF_VOLATILE): Likewise.
7036         (find_memory, find_memory_store): Likewise.
7037         (can_move_insns_across): Likewise.
7038         * df.h (can_move_insns_across): Likewise.
7039         * ifcvt.c (find_memory): Likewise.
7040         (dead_or_predicable): Likewise.
7042 2010-11-03  Richard Guenther  <rguenther@suse.de>
7044         PR middle-end/46288
7045         * predict.c (strip_predict_hints): Simply DCE builtin expect if
7046         the result is unused.
7048 2010-11-03  Jakub Jelinek  <jakub@redhat.com>
7050         PR tree-optimization/46009
7051         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Call
7052         cond_if_else_store_replacement if bb1 and bb2 have the same
7053         single successor.
7054         (cond_store_replacement): Use gimple_assign_single_p, don't
7055         check if rhs is SSA_NAME or invariant.  Call release_defs for
7056         assign.
7057         (cond_if_else_store_replacement): New function.
7059 2010-11-03  Richard Guenther  <rguenther@suse.de>
7061         * opts.c (finish_options): Properly check for all WHOPR
7062         flags before complaining about -flto-partition.
7064 2010-11-04  Alan Modra  <amodra@gmail.com>
7066         * config/rs6000/rs6000.c (rs6000_pic_labelno): Make static.
7067         (rs6000_emit_load_toc_table): Don't use rs6000_pic_labelno when
7068         TARGET_SECURE_PLT.
7069         * config/rs6000/sysv4.h (rs6000_pic_labelno): Don't declare.
7070         * config/rs6000/rs6000.md (load_toc_v4_PIC_3b): Use "b" constraint
7071         on input, "r" on output.
7073 2010-11-03  Nicola Pero  <nicola.pero@meta-innovation.com>
7075         Implemented -fobjc-std=objc1 flag.
7076         * doc/invoke.texi (Option Summary): Document -fobjc-std=objc1
7077         option.
7078         * doc/standards.texi (Standards): Updated the section on
7079         Objective-C; mention support for Objective-C 2.0 features and the
7080         new -fstd-objc=objc1 flag to disable them.
7082 2010-11-03  Richard Guenther  <rguenther@suse.de>
7084         PR middle-end/46241
7085         * dwarf2out.c (scope_die_for): Properly detect global scope.
7087 2010-11-03  Richard Guenther  <rguenther@suse.de>
7089         PR tree-optimization/46190
7090         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
7091         Properly compute peel iterations.
7093 2010-11-03  Richard Guenther  <rguenther@suse.de>
7095         PR tree-optimization/46286
7096         * tree-ssa-structalias.c (get_constraint_for_1): Avoid referencing
7097         re-allocated vector data.
7099 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
7101         PR target/46285
7102         * config/i386/i386.c (ix86_expand_call): Conditionally decorate
7103         calls with UNSPEC_CALL_NEEDS_VZEROUPPER unspec before reload
7104         is completed.
7106 2010-11-03  Richard Guenther  <rguenther@suse.de>
7108         PR tree-optimization/46217
7109         * tree-ssa.c (non_rewritable_mem_ref_base): Check if volatile
7110         flag matches.
7111         (execute_update_addresses_taken): Likewise.
7113 2010-11-03  Joern Rennecke  <joern.rennecke@embecosm.com>
7115         PR bootstrap/44335
7116         * targhooks.c (targhook_words_big_endian): New function.
7117         (targhook_float_words_big_endian): Likewise.
7118         * targhooks.h (targhook_words_big_endian): Declare.
7119         (targhook_float_words_big_endian): Likewise.
7120         * target.def (words_big_endian, float_words_big_endian): New hooks.
7122 2010-11-03  Jakub Jelinek  <jakub@redhat.com>
7124         PR tree-optimization/46165
7125         * tree-ssa-pre.c (eliminate): Return TODO_cleanup_cfg if changing
7126         a normal call into noreturn call.
7128 2010-11-03  Richard Guenther  <rguenther@suse.de>
7130         PR middle-end/46251
7131         * builtins.c (expand_builtin_sincos): Properly build MEM_REFs,
7132         not INDIRECT_REFs.
7134 2010-11-03  Jakub Jelinek  <jakub@redhat.com>
7136         PR tree-optimization/46107
7137         * cfgloopmanip.c (loop_version): Set irred_flag back into entry->flags
7138         if cfg_hook_duplicate_loop_to_header_edge failed.
7140 2010-11-03  Ian Lance Taylor  <iant@google.com>
7142         PR lto/46273
7143         * config.gcc: Don't set lto_binary_reader.
7144         * doc/install.texi (Prerequisites): Remove libelf paragraphs.
7145         (Configuration): Mention --disable-lto.  Remove --with-libelf
7146         paragraph.
7148 2010-11-03  Jakub Jelinek  <jakub@redhat.com>
7150         PR debug/46252
7151         * reload1.c (delete_dead_insn): Use prev_active_insn instead of
7152         prev_real_insn.
7153         * gcse.c (insert_insn_end_basic_block): Likewise.
7155         PR rtl-optimization/46034
7156         PR rtl-optimization/46212
7157         PR rtl-optimization/46248
7158         * combine.c (try_combine): If added_sets_2 where i0dest_in_i0src
7159         and i0 feeds i1 and i1 feeds i2 or i0 feeds i2, make a copy of i1src
7160         before i0dest -> i0src substitution and pass 1 instead of 0 as last
7161         argument to subst on i2pat.
7163 2010-11-02  Ian Lance Taylor  <iant@google.com>
7165         * configure.ac: Use AC_SYS_LARGEFILE.
7166         * configure: Rebuild.
7167         * config.in: Rebuild.
7169 2010-11-02  Nathan Froyd  <froydnj@codesourcery.com>
7171         * builtins.c (fold_builtin_signbit): Use build_zero_cst instead of
7172         fold_convert.
7173         * c-typeck.c (build_function_call_vec): Likewise.
7174         * cfgexpand.c (expand_debug_expr): Likewise.
7175         * cgraphunit.c (assemble_thunk): Likewise.
7176         * config/sparc/sparc.c (sparc_fold_builtin): Likewise.
7177         * fold-const.c (fold_unary_loc, fold_mult_zconjz): Likewise.
7178         (fold_binary_loc, fold_ternary_loc): Likewise.
7179         * gimple-fold.c (get_symbol_constant_value): Likewise.
7180         * gimple-low.c (lower_builtin_setjmp): Likewise.
7181         * gimple.c (gimple_cond_get_ops_from_tree): Likewise.
7182         * gimplify.c (gimplify_init_constructor): Likewise.
7183         * lambda.h (build_linear_expr): Likewise.
7184         * omp-low.c (omp_reduction_init): Likewise.
7185         * tree-inline.c (remap_ssa_name): Likewise.
7186         * tree-object-size.c (compute_object_sizes): Likewise.
7187         * tree-sra.c (init_subtree_with_zero): Likewise.
7188         (sra_ipa_modify_assign): Likewise.
7189         * tree-ssa-copy.c (propagate_tree_value_into_stmt): Likewise.
7190         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Likewise.
7191         (eliminate_plus_minus_pair, eliminate_not_pairs): Likewise.
7192         (undistribute_ops_list): Likewise.
7193         * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
7194         * tree-vect-stmts.c (vectorizable_call): Likewise.
7195         * tree.c (build_vector_from_ctor, build_one_cst): Likewise.
7196         (build_zero_cst): Handle more cases directly.  Update comment.
7198 2010-11-02  H.J. Lu  <hongjiu.lu@intel.com>
7200         * config/i386/i386-protos.h (ix86_split_call_pop_vzeroupper): Removed.
7201         * config/i386/i386.c (ix86_split_call_pop_vzeroupper): Likewise.
7203         * config/i386/i386.md (*call_pop_0_vzeroupper): Use parallel
7204         and call ix86_split_call_vzeroupper instead of
7205         ix86_split_call_pop_vzeroupper.
7206         (*call_pop_1_vzeroupper): Likewise.
7207         (*sibcall_pop_1_vzeroupper): Likewise.
7208         (*call_value_pop_0_vzeroupper): Likewise.
7209         (*call_value_pop_1_vzeroupper): Likewise.
7210         (*sibcall_value_pop_1_vzeroupper): Likewise.
7212 2010-11-02  H.J. Lu  <hongjiu.lu@intel.com>
7214         * config/i386/i386.md (*sibcall_1_rex64_vzeroupper): Fix a typo.
7216 2010-11-02  Eric Botcazou  <ebotcazou@adacore.com>
7218         * basic-block.h (insert_insn_end_bb_new): Delete.
7219         * cfgrtl.c (insert_insn_end_bb_new): Likewise.
7221 2010-11-02  Uros Bizjak  <ubizjak@gmail.com>
7222             H.J. Lu  <hongjiu.lu@intel.com>
7224         * config/i386/i386-protos.h (ix86_split_call_vzeroupper): New.
7225         (ix86_split_call_pop_vzeroupper): Likewise.
7227         * config/i386/i386.c (move_or_delete_vzeroupper_2): Rewrite the loop.
7228         (ix86_expand_call): Conditionally decorate calls with
7229         UNSPEC_CALL_NEEDS_VZEROUPPER unspec.
7230         (ix86_split_call_vzeroupper): New.
7231         (ix86_split_call_pop_vzeroupper): Likewise.
7233         * config/i386/i386.md (UNSPEC_CALL_NEEDS_VZEROUPPER): New.
7234         (*call_pop_0_vzeroupper): New insn_and_split pattern.
7235         (*call_pop_1_vzeroupper): Likewise.
7236         (*sibcall_pop_1_vzeroupper): Likewise.
7237         (*call_0_vzeroupper): Likewise.
7238         (*call_1_vzeroupper): Likewise.
7239         (*sibcall_1_vzeroupper): Likewise.
7240         (*call_1_rex64_vzeroupper): Likewise.
7241         (*call_1_rex64_ms_sysv_vzeroupper): Likewise.
7242         (*call_1_rex64_large_vzeroupper): Likewise.
7243         (*sibcall_1_rex64_vzeroupper): Likewise.
7244         (*call_value_pop_0_vzeroupper): Likewise.
7245         (*call_value_pop_1_vzeroupper): Likewise.
7246         (*sibcall_value_pop_1_vzeroupper): Likewise.
7247         (*call_value_0_vzeroupper): Likewise.
7248         (*call_value_0_rex64_vzeroupper): Likewise.
7249         (*call_value_0_rex64_ms_sysv_vzeroupper): Likewise.
7250         (*call_value_1_vzeroupper): Likewise.
7251         (*sibcall_value_1_vzeroupper): Likewise.
7252         (*call_value_1_rex64_vzeroupper): Likewise.
7253         (*call_value_1_rex64_ms_sysv_vzeroupper): Likewise.
7254         (*call_value_1_rex64_large_vzeroupper): Likewise.
7255         (*sibcall_value_1_rex64_vzeroupper): Likewise.
7257 2010-11-02  Ian Lance Taylor  <iant@google.com>
7259         PR lto/46273
7260         * config.gcc: Revert last patch: set lto_binary_reader.
7262 2010-11-02  Richard Guenther  <rguenther@suse.de>
7264         PR tree-optimization/46149
7265         * tree-ssa-structalias.c (get_constraint_fop_1): Properly handle
7266         non-indirect MEM_REF variants.
7268 2010-11-02  Richard Guenther  <rguenther@suse.de>
7270         PR tree-optimization/46216
7271         * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_vars):
7272         Check if we can propagate from a POINTER_PLUS_EXPR before doing so.
7274 2010-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7276         * configure.ac (*-*-irix6*): Disable set_have_as_tls.
7277         (*-*-osf*): Likewise.
7278         * configure: Regenerate.
7280 2010-11-02  H.J. Lu  <hongjiu.lu@intel.com>
7282         * config/i386/driver-i386.c (host_detect_local_cpu): Updated
7283         for Intel Core 2 and Core i7.
7285 2010-11-02  Maxim Kuvyrkov  <maxim@codesourcery.com>
7287         Model decoder of Core 2/i7 for multipass scheduling.
7289         * config/i386/i386-protos.h (struct ix86_first_cycle_multipass_data_):
7290         New type to hold target-specific data for multipass scheduling.
7291         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DATA_T): Define.
7292         * config/i386/i386.c (ia32_multipass_dfa_lookahead): Update for
7293         Core 2/i7.
7294         (core2i7_secondary_decoder_max_insn_size,)
7295         (core2i7_secondary_ifetch_block_size, core2i7_ifetch_block_max_insns):
7296         New static variables.
7297         ([const_]ix86_first_cycle_multipass_data_t): New typedefs.
7298         ([_]ix86_first_cycle_multipass_data): New static variable.
7299         (core2i7_first_cycle_multipass_init, core2i7_dfa_poast_advance_cycle):
7300         Implement targetm.sched hooks.
7301         (core2i7_first_cycle_multipass_filter_ready_try): New static subroutine
7302         of ...
7303         (core2i7_first_cycle_multipass_{begin, issue, backtrack, end, fini}):
7304         Implement new targetm.sched hooks.
7305         (ix86_sched_init_global, TARGET_SCHED_INIT_GLOBAL): Define
7306         targetm.sched hook to install multipass scheduling hooks on demand.
7308         * doc/tm.texi.in: Document new targetm.sched hooks.
7309         * doc/tm.texi: Regenerate.
7311         * haifa-sched.c (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DATA_T): Define.
7312         (first_cycle_multipass_data_t): New typedef.
7313         (struct choice_entry: target_data): New field.
7314         (max_issue): Add first_cycle_insn_p parameter.  Call new target hooks
7315         to allow target model restrictions not represented in DFA.
7316         (choose_ready, schedule_block): Update.
7317         (sched_extend_ready_list, sched_finish_ready_list): Call new target
7318         hooks to initialize target-specific data for multipass scheduling.
7319         * sched-int.h (max_issue): Update declaration.
7320         * sel-sched.c (choose_best_insn): Update.
7321         * target.def (first_cycle_multipass_{begin, issue, backtrack},)
7322         (first_cycle_multipass_{init, fini}): Define and document new
7323         targetm.sched hooks.
7325 2010-11-02  Richard Guenther  <rguenther@suse.de>
7327         PR tree-optimization/46184
7328         * tree-vect-loop.c (vectorizable_reduction): Try to obtain the
7329         input vector type from the reduction operand as well.
7331 2010-11-02  Richard Guenther  <rguenther@suse.de>
7333         PR tree-optimization/46177
7334         * tree-loop-distribution.c (prop_phis): Use
7335         mark_virtual_phi_result_for_renaming.
7337 2010-11-02  Martin Jambor  <mjambor@suse.cz>
7339         PR middle-end/46120
7340         * tree.c (get_binfo_at_offset): Bail out on artificial
7341         fields.  Identify primary bases according to their offsets.
7343 2010-11-02  Martin Jambor  <mjambor@suse.cz>
7345         PR tree-optimization/45875
7346         * gimple-fold.c (get_first_base_binfo_with_virtuals): Removed.
7347         (gimple_get_relevant_ref_binfo): Detect primary bases according to
7348         their field offset.
7350 2010-11-02  Ian Lance Taylor  <iant@google.com>
7352         * doc/install.texi (Configuration): Note in two places that Java
7353         is not enabled by default.
7355 2010-11-02  Ian Lance Taylor  <iant@google.com>
7357         * doc/install.texi (Prerequisites): Remove libelf paragraphs.
7358         (Configuration): Mention --disable-lto.  Remove --with-libelf
7359         paragraph.
7361 2010-11-02  Ian Lance Taylor  <iant@google.com>
7363         * configure.ac: Remove elf_getshdrstrndx test.  Don't substitute
7364         LTO_BINARY_READER or LTO_USE_LIBELF.  Remove LIBELFLIBS and
7365         LIBELFINC.  Remove HAVE_libelf.
7366         * config.gcc: Don't set lto_binary_reader.
7367         * Makefile.in (LIBELFLIBS, LIBELFINC): Remove variables.
7368         (LTO_BINARY_READER, LTO_USE_LIBELF): Remove variables.
7369         (LIBS): Remove $(LIBELFLIBS).
7370         (INCLUDES): Remove $(LIBELFINC).
7371         * configure: Rebuild.
7372         * config.in: Rebuild.
7374 2010-11-02  Nathan Froyd  <froydnj@codesourcery.com>
7376         * config/microblaze/microblaze-protos.h (function_arg): Delete.
7377         (function_arg_advance): Delete.
7378         * config/microblaze/microblaze.h (FUNCTION_ARG_ADVANCE): Delete.
7379         (FUNCTION_ARG): Delete.
7380         * config/microblaze/microblaze.c (function_arg_advance): Rename to...
7381         (microblaze_function_arg_advance): ...this.  Make static.  Take a
7382         const_tree and a bool.
7383         (function-arg): Rename to...
7384         (microblaze_function_arg): ...this.  Make static.  Take a const_tree
7385         and a bool.
7386         (microblaze_expand_prologue): Call targetm.calls.function_arg and
7387         targetm.calls.function_arg_advance.
7388         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7390 2010-11-02  Iain Sandoe  <iains@gcc.gnu.org>
7392         Merge from FSF "apple/trunk" branch.
7394         * config/rs6000/darwin.opt (mdynamic-no-pic): move from here ...
7395         * config/darwin.opt: .. to here.
7396         (matt-stubs): New option.
7397         * config/i386/darwin.opt: Delete.
7398         * config/i386/i386.h (MACHOPIC_ATT_STUB): New.
7399         (MACHO_DYNAMIC_NO_PIC_P): New.
7400         (MACHOPIC_INDIRECT): New.
7401         (MACHOPIC_PURE): New.
7402         * config/i386/darwin.h (DARWIN_X86) Define to 1.
7403         (MACHOPIC_ATT_STUB): New.
7404         (CC1_SPEC): Do not remove mdynamic-no-pic.
7405         Move HOT_TEXT_SECTION_NAME: move to config/darwin.h
7406         UNLIKELY_EXECUTED_TEXT_SECTION_NAME: Likewise.
7407         (FUNCTION_PROFILER): Correct over-length line.
7408         (SUBTARGET_OVERRIDE_OPTIONS): New.
7409         (MACHOPIC_NL_SYMBOL_PTR_SECTION): New.
7410         * config/i386/i386.c (config/i386/i386.c): Darwin has no PLT.
7411         (legitimate_constant_p): Handle mdynamic-no-pic.
7412         (ix86_legitimate_address_p): Likewise.
7413         (ix86_legitimize_address): Likewise.
7414         (ix86_expand_move): Likewise.
7415         (machopic_output_stub): Update for ATT-style stubs and
7416         mdynamic-no-pic.
7417         * config/darwin-protos.h (machopic_symbol_defined_p): New.
7418         * config/rs6000/darwin.h (DARWIN_PPC): Define to 1.
7419         TARGET_DYNAMIC_NO_PIC: Remove.
7420         Move HOT_TEXT_SECTION_NAME: move to config/darwin.h
7421         UNLIKELY_EXECUTED_TEXT_SECTION_NAME: Likewise.
7422         * config/rs6000/rs6000.c (darwin_rs6000_override_options):
7423         Remove handling of mdynamic-no-pic.
7424         * config/darwin.c (HAVE_lo_sum, gen_macho_high, gen_macho_low):
7425         Define if required.
7426         (machopic_symbol_defined_p): Do not try to use current_function_decl
7427         when generating _get_pc thunks within stubs.
7428         (machopic_indirect_data_reference): Rework for direct conditionals
7429         rather than #ifdefs, add x86 mdynamic-no-pic
7430         (machopic_legitimize_pic_address): Update to use HAVE_lo_sum with a
7431         defined value.
7432         (darwin_override_options): Handle mdynamic-no-pic here.
7433         * config/darwin-sections.def (machopic_lazy_symbol_ptr2_section): New.
7434         (machopic_lazy_symbol_ptr3_section): New.
7435         (machopic_picsymbol_stub2_section): New.
7436         (machopic_picsymbol_stub3_section): New.
7437         * config/darwin.h (DARWIN_X86, DARWIN_PPC): Define to 0.
7438         (MACHOPIC_NL_SYMBOL_PTR_SECTION): New.
7439         (HOT_TEXT_SECTION_NAME, UNLIKELY_EXECUTED_TEXT_SECTION_NAME):
7440         Moved common definition from x86 and rs6000.
7441         (MACHO_DYNAMIC_NO_PIC_P): Override value.
7442         (MACHOPIC_INDIRECT): Likewise.
7443         (MACHOPIC_PURE): Likewise.
7444         * config.gcc (x86-darwin-*): Remove darwin.opt.
7446 2010-11-02  Jakub Jelinek  <jakub@redhat.com>
7448         PR debug/46255
7449         * tree-cfg.c (gimple_flow_call_edges_add): Use gsi_last_nondebug_bb
7450         instead of gsi_last_bb.
7452 2010-11-02  Bernd Schmidt  <bernds@codesourcery.com>
7453             Maxim Kuvyrkov  <maxim@codesourcery.com>
7455         * config/i386/i386.c (cpu_names): Add "corei7".
7456         * config/i386/i386.h (enum target_cpu_default): Add entry for Core i7.
7458 2010-11-02  Bernd Schmidt  <bernds@codesourcery.com>
7459             Maxim Kuvyrkov  <maxim@codesourcery.com>
7461         Tune alignment for Intel Core i7
7463         * config/i386.h (TARGET_COREI7{_32,_64,}): New macros.
7464         (enum processor_type): Update comment.  Add entries for Core i7.
7465         * config/i386-c.c (ix86_target_macros_internal): Update.
7466         * config/i386.c (m_COREI7{_32,_64}): New macros.
7467         (m_GENERIC32, m_GENERIC64): Use generic tuning for Core i7.
7468         (processor_target_table): Tune alignment for Core i7.
7469         (ix86_option_override_internal): Use PROCESSOR_COREI7_*.
7471         * doc/invoke.texi: Document "corei7" option value.
7473 2010-11-02  Bernd Schmidt  <bernds@codesourcery.com>
7474             Maxim Kuvyrkov  <maxim@codesourcery.com>
7475             H.J. Lu  <hjl.tools@gmail.com>
7477         Basic support for Intel Core i7
7479         * i386.c (ix86_option_override_internal): Add entry for corei7, use
7480         generic tuning.  Use generic32 when compiling for 32-bit ABI.
7482 2010-11-02  Iain Sandoe  <iains@gcc.gnu.org>
7484         * config/darwin.c (darwin_asm_named_section): Check for __DWARF
7485         sections and call darwin_asm_dwarf_section() to handle them.
7486         (darwin_asm_dwarf_section): New.
7487         (darwin_file_start): Remove code emitting dwarf section symbols.
7489 2010-11-02  Chung-Lin Tang  <cltang@codesourcery.com>
7491         * Makefile.in (LIBGCC2_CFLAGS): Add -fno-stack-protector, to
7492         explicitly disable stack protection when building libgcc.
7493         (CRTSTUFF_CFLAGS): Same, for crtbegin/end.
7495 2010-11-01  Jason Merrill  <jason@redhat.com>
7497         * fold-const.c (fold_indirect_ref_1): Handle folding
7498         POINTER_PLUS_EXPR to ARRAY_REF.
7500 2010-11-01  Kaz Kojima  <kkojima@gcc.gnu.org>
7502         * config/sh/sh.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
7503         (sh_delegitimize_address): New function.
7505 2010-11-01  Joseph Myers  <joseph@codesourcery.com>
7507         * config/alpha/alpha.h (WORD_SWITCH_TAKES_ARG): Remove.
7508         * config/cris/cris.h (WORD_SWITCH_TAKES_ARG): Remove.
7509         (CC1_SPEC): Don't handle -target.
7510         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Remove single-argument
7511         options.
7512         * config/darwin.opt (Zallowable_client, Zbundle_loader,
7513         Zdylib_file, Zexported_symbols_list, Zfn_seg_addr_table_filename,
7514         Zimage_base, Zinit, Zinstall_name, Zmultiply_defined,
7515         Zmultiplydefinedunused, Zseg_addr_table, Zsegs_read_only_addr,
7516         Zsegs_read_write_addr, Zumbrella, Zunexported_symbols_list,
7517         Zweak_reference_mismatches, client_name, compatibility_version,
7518         current_version, dylinker_install_name, pagezero_size,
7519         read_only_relocs, seg1addr, segs_read_only_addr,
7520         segs_read_write_addr, sub_library, sub_umbrella): New.
7521         * config/freebsd-spec.h (BSD_WORD_SWITCH_TAKES_ARG): Remove.
7522         * config/freebsd.h (WORD_SWITCH_TAKES_ARG): Remove.
7523         * config/freebsd.opt: New.
7524         * config/interix.h (WORD_SWITCH_TAKES_ARG): Remove.
7525         * config/mips/iris6.h (WORD_SWITCH_TAKES_ARG): Remove.
7526         * config/rpath.opt: New.
7527         * config.gcc (*-*-freebsd*): Use rpath.opt and freebsd.opt.
7528         (alpha*-dec-osf5.1*, i[34567]86-*-interix3*, mips-sgi-irix6.5*):
7529         Use rpath.opt.
7531 2010-11-01  Joseph Myers  <joseph@codesourcery.com>
7533         * common.opt (R, T, Tbss, Tdata, Ttext, h, z): New.
7534         * defaults.h (DEFAULT_SWITCH_TAKES_ARG, SWITCH_TAKES_ARG): Remove.
7535         (DEFAULT_WORD_SWITCH_TAKES_ARG): Define to 0.
7536         * doc/tm.texi.in (SWITCH_TAKES_ARG): Remove.
7537         (WORD_SWITCH_TAKES_ARG): Don't refer to SWITCH_TAKES_ARG.
7538         Document that options in .opt files do not need to be included.
7539         * doc/tm.texi: Regenerate.
7540         * gcc.c (LINK_COMMAND_SPEC): Don't include %{x}.
7541         * opts-common.c: Update comment on tm.h include.
7542         (decode_cmdline_option): Don't use SWITCH_TAKES_ARG.
7543         * system.h (SWITCH_TAKES_ARG): Poison.
7544         * config/alpha/alpha.h (SWITCH_TAKES_ARG): Remove.
7545         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Remove options included
7546         in darwin.opt.
7547         (LINK_COMMAND_SPEC_A): Don't include %{x}.
7548         * config/fr30/fr30.h (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
7549         * config/freebsd-spec.h (FBSD_SWITCH_TAKES_ARG): Remove.
7550         * config/freebsd.h (SWITCH_TAKES_ARG): Remove.
7551         * config/frv/frv.h (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
7552         * config/i386/djgpp.h (LINK_COMMAND_SPEC): Don't include %{x}.
7553         * config/ia64/ia64.h (SWITCH_TAKES_ARG): Remove.
7554         * config/interix.h (WORD_SWITCH_TAKES_ARG): Don't handle -T options.
7555         * config/lm32/lm32.h (SWITCH_TAKES_ARG): Remove.
7556         * config/m32r/m32r.h (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
7557         * config/microblaze/microblaze.h (SWITCH_TAKES_ARG): Remove.
7558         * config/mips/mips.h (SWITCH_TAKES_ARG): Remove.
7559         * config/mips/netbsd.h (SWITCH_TAKES_ARG): Remove.
7560         * config/mips/vxworks.h (SWITCH_TAKES_ARG): Remove.
7561         * config/netbsd-aout.h (SWITCH_TAKES_ARG): Remove.
7562         * config/netbsd-elf.h (SWITCH_TAKES_ARG): Remove.
7563         * config/openbsd.h (SWITCH_TAKES_ARG): Remove.
7564         * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Remove.
7565         * config/score/score.h (SWITCH_TAKES_ARG): Remove.
7566         * config/sol2.h (SWITCH_TAKES_ARG): Remove.
7567         * config/sparc/sp-elf.h (SWITCH_TAKES_ARG): Remove.
7568         * config/sparc/sp64-elf.h (SWITCH_TAKES_ARG): Remove.
7569         * config/sparc/sparc.h (ASM_SPEC): Don't include %{R}.
7570         * config/svr4.h (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
7572 2010-11-01  Paul Koning  <ni1d@arrl.net>
7574         * config/pdp11/pdp11.md: Use iterators.
7575         (addqi3, subqi3, iorsi3, xorsi3): Delete.
7577 2010-11-01  Steve Ellcey  <sje@cup.hp.com>
7579         * defaults.h (TARGET_VTABLE_USES_DESCRIPTORS): Move under ifdef
7580         GCC_INSN_FLAGS_H.
7581         * libgcov.c (__gcov_indirect_call_profiler): Set
7582         VTABLE_USES_DESCRIPTORS if TARGET_VTABLE_USES_DESCRIPTORS is
7583         defined and use in place of TARGET_VTABLE_USES_DESCRIPTORS.
7585 2010-11-01  Nathan Froyd  <froydnj@codesourcery.com>
7587         PR tree-optimization/46259
7589         Revert:
7590         2010-10-30  Nathan Froyd  <froydnj@codesourcery.com>
7591         * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
7592         build_vector_from_val.
7594 2010-11-01  DJ Delorie  <dj@redhat.com>
7596         * config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Add define for RX610
7597         as well as an assertion.
7599 2010-11-01  Paul Koning  <ni1d@arrl.net>
7601         * config/pdp11/pdp11.c (pdp11_return_in_memory): Return vector and
7602         complex modes in memory.
7604 2010-11-01  Nathan Froyd  <froydnj@codesourcery.com>
7606         * tree.c (build_vector_from_val): Use useless_type_conversion_p.
7608 2010-11-01  Jakub Jelinek  <jakub@redhat.com>
7610         PR target/45250
7611         * var-tracking.c (cfa_base_rtx): Move definition earlier in the file.
7612         (cfa_base_offset): New variable.
7613         (compute_cfa_pointer): Use cfa_base_rtx and cfa_base_offset.
7614         (adjust_mems): Don't do any sp or hfp replacements if cfa_base_rtx
7615         is NULL.
7616         (vt_init_cfa_base): Initialize cfa_base_offset.
7618 2010-11-01  Alan Modra  <amodra@gmail.com>
7620         PR target/46030
7621         * config/rs6000/rs6000.c (struct rs6000_stack): Add reload_completed
7622         and savres_strategy.
7623         (stack_info): New file scope var.
7624         (rs6000_init_machine_status): Init stack_info.
7625         (SAVRES_INLINE_FPRS, SAVRES_INLINE_GPRS,
7626         SAVRES_NOINLINE_GPRS_SAVES_LR, SAVRES_NOINLINE_FPRS_SAVES_LR,
7627         SAVRES_NOINLINE_FPRS_DOESNT_RESTORE_LR): Replace with..
7628         (SAVE_INLINE_FPRS, SAVE_INLINE_GPRS, REST_INLINE_FPRS, REST_INLINE_GPRS,
7629         SAVE_NOINLINE_GPRS_SAVES_LR, SAVE_NOINLINE_FPRS_SAVES_LR
7630         REST_NOINLINE_FPRS_DOESNT_RESTORE_LR): ..this.  Update all refs.
7631         (rs6000_savres_strategy): Rewrite.
7632         (rs6000_stack_info): Use "stack_info" in place of local "info".
7633         Return cached stack info when reload_completed unless ENABLE_CHECKING
7634         in which case confirm newly calculated stack info matches old info.
7635         Delay calculation of lr_save_p, set it for out of line gp save/restore
7636         as well as fp.  Call rs6000_savres_strategy from here..
7637         (rs6000_emit_prologue, rs6000_emit_epilogue): ..rather than here.
7638         (rs6000_output_function_prologue): Use info->savres_strategy to
7639         determine whether fp save/restore externs need to be emitted.
7641 2010-10-31  Jason Merrill  <jason@redhat.com>
7643         * tree.h (EXPR_LOC_OR_HERE): New macro.
7644         * builtins.c (c_strlen): Use it.
7645         * c-decl.c (build_enumerator): Likewise.
7646         * gimplify.c (internal_get_tmp_var): Likewise.
7647         (shortcut_cond_expr): Likewise.
7648         (gimplify_one_sizepos): Likewise.
7650 2010-10-31  Richard Henderson  <rth@redhat.com>
7652         * config/i386/cygming.h (TARGET_SEH): New.
7653         (MAX_STACK_ALIGNMENT): New.  Disable alignment for SEH.
7654         (TARGET_ASM_UNWIND_EMIT, TARGET_ASM_UNWIND_EMIT_BEFORE_INSN,
7655         TARGET_ASM_FUNCTION_END_PROLOGUE, SUBTARGET_ASM_UNWIND_INIT): New.
7656         (TARGET_OS_CPP_BUILTINS): Define __SEH__ as needed.
7657         (ASM_DECLARE_FUNCTION_NAME): Use i386_pe_start_function.
7658         (ASM_DECLARE_FUNCTION_SIZE): New.
7659         * config/i386/i386-protos.h: Update.
7660         * config/i386/i386.c (ix86_option_override_internal): Enable
7661         flag_unwind_tables with flag_asynchronous_unwind_tables immediately;
7662         restrict -mpreferred-stack-boundary for SEH; enable flag_fentry.
7663         (ix86_asm_output_function_label): Use SUBTARGET_ASM_UNWIND_INIT.
7664         (ix86_compute_frame_layout): For SEH, disable
7665         use_fast_prologue_epilogue, move frame pointer to the end of
7666         the frame.  Initialize hfp_save_offset.
7667         (ix86_expand_prologue): Honor hfp_save_offset.  Emit blockage
7668         at end of prologue for SEH.
7669         (ix86_expand_epilogue): For SEH, use pops, emit a nop if needed,
7670         emit blockage at beginning of epilogue.
7671         (ix86_expand_binary_operator): After reload, emit LEA if needed.
7672         (ix86_output_call_insn): New.
7673         * config/i386/i386.h (TARGET_SEH): New.
7674         (struct machine_function): Add member seh.
7675         * config/i386/i386.md (all call patterns): Use ix86_output_call_insn.
7676         * config/i386/winnt.c (struct seh_frame_state): New.
7677         (i386_pe_seh_init, i386_pe_seh_end_prologue, i386_pe_seh_fini,
7678         seh_emit_push, seh_emit_save, seh_emit_stackalloc, seh_cfa_adjust_cfa,
7679         seh_cfa_offset, seh_frame_related_expr, i386_pe_seh_unwind_emit,
7680         i386_pe_start_function, i386_pe_end_function): New.
7682         * dwarf2out.c (dwarf2out_frame_debug_expr): Accept CFA as well
7683         as CFA_STORE in rules 12 and 13.
7685 2010-10-31  Uros Bizjak  <ubizjak@gmail.com>
7687         PR tree-optimization/46142
7688         * tree-vect-stmts.c (vectorizable_call): Enlarge dt array to
7689         accommodate third function argument.
7691 2010-10-30  Nathan Froyd  <froydnj@codesourcery.com>
7693         * tree-ssa-loop-im.c (rewrite_reciprocal): Use build_one_cst.
7695 2010-10-30  Nathan Froyd  <froydnj@codesourcery.com>
7697         * fold-const.c (build_zero_vector): Use build_vector_from_val.
7698         * tree-vect-loop.c (get_initial_def_for_induction): Likewise.
7699         (get_initial_def_for_reduction): Likewise.
7700         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
7701         * tree-vect-stmts.c (vect_get_vec_def_for_operand): Likewise.
7702         * tree.c (build_one_cst): Likewise.
7703         (build_vector_from_val): Use types_compatible_p for assert.
7705 2010-10-30  Nathan Froyd  <froydnj@codesourcery.com>
7707         * emit-rtl.c (mark_used_flags): New function.
7708         (set_used_flags, reset_used_flags): Call it.
7710 2010-10-30  Uros Bizjak  <ubizjak@gmail.com>
7712         PR middle-end/44569
7713         * lower-suberg.c (simplify_subreg_concatn): For VOIDmode elements,
7714         determine the mode of a subreg by GET_MODE_INNER of CONCATN RTX.
7716 2010-10-30  H.J. Lu  <hongjiu.lu@intel.com>
7718         PR target/46195
7719         * config/i386/i386.c (contains_aligned_value_p): Renamed to ...
7720         (ix86_compat_aligned_value_p): This.
7721         (ix86_old_function_arg_boundary): Renamed to ...
7722         (ix86_compat_function_arg_boundary): This.  Updated.
7723         (ix86_contains_aligned_value_p): New.
7724         (ix86_function_arg_boundary): Align long double parameters on
7725         stack to 4byte in 32bit.
7727 2010-10-30  Nicola Pero  <nicola.pero@meta-innovation.com>
7729         Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
7730         * c-parser.c (c_parser_objc_at_property_declaration): Removed
7731         parsing of RID_COPIES and RID_IVAR.  Updated call to
7732         objc_add_property_declaration.
7733         * c-typecheck.c (build_component_ref): Call
7734         objc_maybe_build_component_ref instead of objc_build_setter_call.
7735         Use objc_is_property_ref to improve Objective-C checks.
7736         (cp_build_modify_expr): Call objc_maybe_build_modify_expr instead
7737         of objc_build_getter_call.
7739 2010-10-29  Paul Koning  <ni1d@arrl.net>
7741         * doc/tm.texi.in (REGNO_OK_FOR_BASE_P, REGNO_MODE_OK_FOR_BASE_P,
7742         REGNO_MODE_OK_FOR_REG_BASE, REGNO_MODE_CODE_OK_FOR_BASE_P,
7743         REGNO_OK_FOR_INDEX_P): Delete non-strict variant.
7744         (REG_OK_STRICT): Move description.
7746 2010-10-29  Paul Koning  <ni1d@arrl.net>
7748         * config/pdp11/pdp11.md (*and<mode>): Rename to *bic<mode>.
7750 2010-10-29  Paul Koning  <ni1d@arrl.net>
7752         * config/pdp11/pdp11.md (divhi3, modhi3, divmodhi3): Fix ICE.
7754 2010-10-29  Paul Koning  <ni1d@arrl.net>
7756         PR/41822
7757         * config/pdp11/pdp11.md (andhi3, andqi3): Fix wrong code error.
7759 2010-10-29  Richard Henderson  <rth@redhat.com>
7761         PR rtl-opt/46226
7762         * stmt.c (expand_asm_operands): Call do_pending_stack_adjust
7763         for asm goto.
7765 2010-10-29  Paul Koning  <ni1d@arrl.net>
7767         * config/pdp11/pdp11.c (output_move_quad): Fix ICE for CPU
7768         register to register move.
7770 2010-10-29  Paul Koning  <ni1d@arrl.net>
7772         * config/pdp11/pdp11.c (print_operand_address): Correct handling
7773         of integer constant addresses, delete vax-only logic.
7775 2010-10-11  Hariharan Sandanagobalane  <hariharan@picochip.com>
7777         * config/picochip/picochip.c (picochip_is_short_branch): Simplify
7778         a conditional expression.
7780 2010-10-29  Paul Koning  <ni1d@arrl.net>
7782         * config/pdp11/pdp11.c (pdp11_trampoline_init): Correct
7783         instruction encoding.
7785 2010-10-29  Artjoms Sinkarovs  <artyom.shinakroff@gmail.com>
7786             Andrew Pinski  <pinskia@gmail.com>
7788         * tree.h (build_vector_from_val): Declare.
7789         * tree.c (build_vector_from_val): New function.
7790         * c-typeck.c (build_binary_op): Handle vector shifting.
7791         * doc/extend.texi: Description of the vector shifting operation.
7793 2010-10-29  Paul Koning  <pkoning@equallogic.com>
7795         * config/pdp11/pdp11-protos.h (pdp11_cannot_change_mode_class,
7796         pdp11_secondary_memory_needed): Declare.
7797         * config/pdp11/predicates.md (float_operand): New predicate.
7798         * config/pdp11/pdp11.md (RETVAL_REGNUM): New constant.
7799         (cbranchdf4, movdf): Change predicate.
7800         (movsf): Handle FPU register case.
7801         (truncdfsf2, extendsfdf2): Add FPU register case.
7802         * config/pdp11/pdp11.c (TARGET_SECONDARY_RELOAD,
7803         TARGET_REGISTER_MOVE_COST, TARGET_PREFERRED_RELOAD_CLASS,
7804         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
7805         (pdp11_register_move_cost): Update cost matrix.
7806         (pdp11_cannot_change_mode_class, pdp11_preferred_reload_class,
7807         pdp11_preferred_output_reload_class, pdp11_secondary_reload,
7808         pdp11_secondary_memory_needed): New function.
7809         (pdp11_return_in_memory): Add other float types.
7810         * config/pdp11/pdp11.h (HARD_REGNO_MODE_OK): Add other float types.
7811         (SECONDARY_MEMORY_NEEDED, CANNOT_CHANGE_MODE_CLASS): Define.
7812         (PREFERRED_RELOAD_CLASS, SECONDARY_RELOAD_CLASS,
7813         REGISTER_MOVE_COST): Delete.
7814         (BASE_RETURN_VALUE_REG): Add other float types.
7816 2010-10-29  Nick Clifton  <nickc@redhat.com>
7818         * doc/invoke.texi: Document -mam34 and -mtune options.
7819         * config/mn10300/mn10300.c (mn10300_tune_string): New variable.
7820         (mn10300_tune_cpu): New variable.
7821         (mn10300_handle_option): Handle -mam34 and -mtune options.
7822         (mn10300_option_override): Convert tune string into tune cpu variable.
7823         (mn10300_legitimate_constant_p): Delete unused local variable.
7824         (is_load_insn): New function.
7825         (is_store_insn): New function.
7826         (mn10300_adjust_schedule_cost): New function.
7827         (TARGET_SCHED_ADJUST_COST): Define.
7828         * config/mn10300/mn10300.opt (mam34): New option.
7829         (mtune): New option.
7830         * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add AM34 support.
7831         (enum processor_type): Add AM34.
7832         (TARGET_AM34): Define.
7833         * config/mn10300/mn10300.md (attr cpu): Add am34.
7834         Add pipeline description.
7835         (movqi, movhi, movsi, movsf, movdf, movdi): Fix predicates.
7836         Remove unneeded alternatives.  Add timing attribute.
7837         (pop_pic_reg, am33_addsi3, mn10300_addsi3, am33_subsi3,
7838         mn10300_subsi3, mulsidi3, umulsidi3, am33_mulsi3,
7839         mn10300_mulsi3, udivmodsi4_am33, divmodsi4, am33_andsi3,
7840         mn10300_andsi3, am33_iorsi3, mn10300_iorsi3, am33_xorsi3,
7841         mn10300_xorsi3, byte_clear, byte_set, bit_clear1, bit_clear2,
7842         bit_set, am33_iorqi3, mn10300_iorqi3, test_byte_bitfield,
7843         bit_test, subreg_bit_test, cmpsi, am33_cmpsf, am33_subsi3,
7844         float_conditional_branch, jump, indirect_jump, tablejump,
7845         call_internal, call_value_internal, zero_extendqisi2_am33,
7846         zero_extendqisi2_mn10300, zero_extendhisi2_am33,
7847         zero_extendhisi2_mn10300, extendqisi2_am33, extendqisi2_mn10300,
7848         extendhisi2_am33, extendhisi2_mn10300, am33_ashlsi3,
7849         mn10300_ashlsi3, am33_lshrsi3, mn10300_lshrsi3, am33_ashrisi3,
7850         mn10300_ashrsi3, abssf2_am33_2, negsf2_am33_2, rsqrtsf2,
7851         addsf3_internal, subsf3_internal, mulsf3_internal, divsf3,
7852         fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4, return_internal,
7853         return_internal_regs, store_movm, return, call_next_insn):
7854         Add timing attribute.
7855         (am33_subsi3): Add missing clobber of CC_REG.
7856         (am33_andsi3, mn10300_andsi3): Fix compile time warnings.
7857         (udivmodsi4, udivmodsi4_insn, divmodsi4, test_byte_bitfield,
7858         subreg_bit_test, zero_extendqisi2, zero_extendhisi2,
7859         extendqisi2): Fix predicates.
7860         (call_internal, call_internal_value): Separate alternatives.
7861         * config/mn10300/t-mn10300: Add AM34 multilib.
7863 2010-10-29  Paolo Bonzini  <bonzini@gnu.org>
7865         * config/sh/sh.c (sh_promote_function_mode): Use
7866         default_promote_function_mode if !sh_promote_prototypes.
7868 2010-10-28  Paolo Bonzini  <bonzini@gnu.org>
7870         * recog.c (split_all_insns): Remove dead code.
7872 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7874         * score.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
7876 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7878         * config/cris/cris.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Delete.
7879         (FUNCTION_ARG_ADVANCE): Delete.
7880         * config/cris/cris.c (cris_function_arg_1, cris_function_arg): New
7881         functions.
7882         (cris_function_incoming_arg, cris_function_arg_advance): New functions.
7883         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
7884         (TARGET_FUNCTION_ARG_ADVANCE): Define.
7886 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7888         * config/lm32/lm32-protos.h (lm32_function_arg): Delete.
7889         * config/lm32/lm32.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
7890         * config/mcore/mcore.c (mcore_function_arg): Declare.  Make static.
7891         Take a const_tree and a bool.
7892         (mcore_function_arg_advance): New function.
7893         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7895 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7897         * config/mcore/mcore-protos.h (mcore_function_arg): Delete.
7898         * config/mcore/mcore.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
7899         * config/mcore/mcore.c (mcore_function_arg): Declare.  Make static.
7900         Take a const_tree and a bool.
7901         (mcore_function_arg_advance): New function.
7902         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7904 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7906         * config/h8300/h8300-protos.h (function_arg): Delete.
7907         * config/h8300/h8300.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
7908         * config/h8300/h8300.c (function_arg): Rename to...
7909         (h8300_function_arg): ...this.  Make static.  Take a const_tree and
7910         a bool.
7911         (h8300_function_arg_advance): New function.
7912         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7914 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7916         * config/arc/arc.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move code
7917         to...
7918         * config/arc/arc.c (arc_function_arg): ...here and...
7919         (arc_function_arg_advance): ...here.  New functions.
7920         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7922 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7924         * config/crx/crx-protos.h (crx_function_arg): Delete.
7925         (crx_function_arg_advance): Delete.
7926         * config/crx/crx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
7927         * config/crx/crx.c (crx_function_arg): Make static.  Take a
7928         const_tree and a bool.
7929         (crx_function_arg_advance): Make static.  Take a const_tree and a bool.
7930         (enough_regs_for_param): Take a const_tree.
7931         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7933 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7935         * config/m68hc11/m68hc11-protos.h (m68hc11_function_arg): Delete.
7936         (m68hc11_function_arg_advance): Delete.
7937         * config/m68hc11/m68hc11.h (FUNCTION_ARG): Delete.
7938         (FUNCTION_ARG_ADVANCE): Delete.
7939         * config/m68hc11/m68hc11.c (m68hc11_function_arg): Make static.
7940         Take a const_tree and a bool.
7941         (m68hc11_function_arg_advance): Likewise.
7942         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7944 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7946         * config/stormy16/stormy16-protos.h (xstormy16_function_arg): Delete.
7947         (xstormy16_function_arg_advance): Delete.
7948         * config/stormy16/stormy16.h (FUNCTION_ARG): Delete.
7949         (FUNCTION_ARG_ADVANCE): Delete.
7950         * config/stormy16/stormy16.c (xstormy16_function_arg): Make static.
7951         Take a const_tree and a bool.
7952         (xstormy16_function_arg_advance): Likewise.  Return void, updating
7953         the CUM parameter instead.
7954         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7956 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7958         * config/moxie/moxie-protos.h (moxie_function_arg): Delete.
7959         * config/moxie/moxie.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
7960         (MOXIE_FUNCTION_ARG_SIZE): Move to...
7961         * config/moxie/moxie.c (MOXIE_FUNCTION_ARG_SIZE): ...here.
7962         (moxie_function_arg): Make static.  Take a const_tree and a bool.
7963         (moxie_function_arg_advance): New function.
7964         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7966 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7968         * config/mn10300/mn10300-protos.h (function_arg): Delete.
7969         * config/mn10300/mn10300.h (FUNCTION_ARG): Delete.
7970         (FUNCTION_ARG_ADVANCE): Delete.
7971         * config/mn10300/mn10300.c (function_arg): Rename to...
7972         (mn10300_function_arg): ...this.  Make static.  Take a const_tree
7973         and a bool.
7974         (mn10300_function_arg_advance): New function.
7975         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7977 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7979         * config/iq2000/iq2000-protos.h (function_arg): Delete.
7980         (function_arg_advance): Delete.
7981         * config/iq2000/iq2000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
7982         * config/iq2000/iq2000.c (function_arg): Rename to...
7983         (iq2000_function_arg): ...this.  Make static.  Take a const_tree and
7984         a bool.
7985         (function_arg_advance): Rename to...
7986         (iq2000_function_arg_advance): ...this.  Make static.  Take a
7987         const_tree and a bool.
7988         (iq2000_expand_prologue): Call iq2000_function_arg_advance and
7989         iq2000_function_arg.
7990         (iq2000_pass_by_reference): Call iq2000_function_arg).
7991         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
7993 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
7995         * config/fr30/fr30-protos.h (fr30_num_arg_regs): Delete.
7996         * config/fr30/fr30.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
7997         * config/fr30/fr30.c (fr30_num_arg_regs): Make static.  Take a
7998         const_tree.
7999         (fr30_function_arg): New function.
8000         (fr30_function_arg_advance): New function.
8001         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8003 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
8005         * config/frv/frv-protos.h (frv_function_arg): Delete.
8006         (frv_function_arg_advance): Delete.
8007         * config/frv/frv.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
8008         * config/frv/frv.c (frv_function_arg): Rename to...
8009         (frv_function_arg_1): Make static.  Take const_tree and bool arguments.
8010         (frv_function_arg, frv_function_incoming_arg): New functions.
8011         (frv_function_arg_advance): Make static.  Take a const_tree and a bool.
8012         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
8013         (TARGET_FUNCTION_ARG_ADVANCE): Define.
8015 2010-10-28  Uros Bizjak  <ubizjak@gmail.com>
8017         PR target/46153
8018         * config/i386/sse.md (sse_movhlps_exp): Use destination
8019         returned from ix86_fixup_binary_operands to expand insn.
8020         (sse_movlhps_exp): Ditto.
8021         (sse_loadhps_exp): Ditto.
8022         (sse_loadlps_exp): Ditto.
8023         (sse2_loadhpd_exp): Ditto.
8024         (sse2_loadlpd_exp): Ditto.
8026 2010-10-28  Andrew Stubbs  <ams@codesourcery.com>
8028         * config/arm/arm.c (const_ok_for_arm): Support 0xXY00XY00 pattern
8029         constants in thumb2.
8031 2010-10-28  Eric Botcazou  <ebotcazou@adacore.com>
8033         * combine.c (set_nonzero_bits_and_sign_copies): Use unsigned
8034         arithmetics in masking operations.
8035         (contains_muldiv): Likewise.
8036         (try_combine): Likewise.
8037         (find_split_point): Likewise.
8038         (combine_simplify_rtx): Likewise.
8039         (simplify_if_then_else): Likewise.
8040         (simplify_set): Likewise.
8041         (expand_compound_operation): Likewise.
8042         (expand_field_assignment): Likewise.
8043         (make_extraction): Likewise.
8044         (extract_left_shift): Likewise.
8045         (make_compound_operation): Likewise.
8046         (force_to_mode): Likewise.
8047         (make_field_assignment): Likewise.
8048         (reg_nonzero_bits_for_combine): Likewise.
8049         (simplify_shift_const_1): Likewise.
8050         (simplify_comparison): Likewise.
8052 2010-10-27  Nathan Froyd  <froydnj@codesourcery.com>
8054         * config/ia64/ia64-protos.h (ia64_function_arg): Delete.
8055         (ia64_function_arg_advance): Delete.
8056         * config/ia64/ia64.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Delete.
8057         (FUNCTION_ARG_ADVANCE): Delete.
8058         * config/ia64/ia64.c (ia64_function_arg): Rename to...
8059         (ia64_function_arg_1): ...this.  Make static.  Take const_tree and
8060         bool arguments.
8061         (ia64_function_arg, ia64_function_incoming_arg): New functions.
8062         (ia64_function_arg_advance): Make static.  Take a const_tree and
8063         a bool.
8064         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
8065         (TARGET_FUNCTION_ARG_ADVANCE): Define.
8067 2010-10-27  Steve Ellcey  <sje@cup.hp.com>
8069         * doc/tm.texi.in (TARGET_GET_RAW_RESULT_MODE): New.
8070         (TARGET_GET_RAW_ARG_MODE): New.
8071         * doc/tm.texi: Regenerate.
8072         * target.def (get_raw_result_mode): New.
8073         (get_raw_arg_mode): New.
8074         * targhooks.c (default_get_reg_raw_mode): New.
8075         * targhooks.h (default_get_reg_raw_mode): New.
8076         * builtins.c (apply_args_size): Use targetm.calls.get_raw_arg_mode.
8077         (apply_result_size): Ditto.
8078         * config/ia64/ia64.c (ia64_get_reg_raw_mode): New.
8079         (TARGET_GET_RAW_RESULT_MODE): Define.
8080         (TARGET_GET_RAW_ARG_MODE): Ditto.
8082 2010-10-27  Eric Botcazou  <ebotcazou@adacore.com>
8084         * config/sparc/sol2-unwind.h (sparc64_fallback_frame_state): Adjust
8085         for newer Solaris 10 release.
8086         (sparc_fallback_frame_state): Likewise.
8088 2010-10-27  Jason Merrill  <jason@redhat.com>
8090         * gimplify.c (gimplify_decl_expr): Handle anonymous artificial
8091         variables sooner.
8093 2010-10-27  Jie Zhang  <jie@codesourcery.com>
8094             Maxim Kuvyrkov  <maxim@codesourcery.com>
8096         * haifa-sched.c (ISSUE_POINTS): Remove.
8097         (max_issue): Don't issue more than issue_rate instructions.
8099 2010-10-27  Ian Lance Taylor  <iant@google.com>
8101         PR target/46197
8102         * config/i386/i386.md (UNSPECV_SPLIT_STACK_RETURN): New.
8103         (split_stack_return): Replace UNSPEC_STACK_CHECK with
8104         UNSPECV_SPLIT_STACK_RETURN.
8106 2010-10-27  H.J. Lu  <hongjiu.lu@intel.com>
8108         * config/i386/i386-protos.h (init_cumulative_args): Add an int.
8110         * config/i386/i386.c (block_info): New.
8111         (BLOCK_INFO): Likewise.
8112         (call_avx256_state): Likewise.
8113         (check_avx256_stores): Likewise.
8114         (move_or_delete_vzeroupper_2): Likewise.
8115         (move_or_delete_vzeroupper_1): Likewise.
8116         (move_or_delete_vzeroupper): Likewise.
8117         (use_avx256_p): Likewise.
8118         (function_pass_avx256_p): Likewise.
8119         (flag_opts): Add -mvzeroupper.
8120         (ix86_option_override_internal): Turn on MASK_VZEROUPPER by
8121         default for TARGET_AVX.  Turn off MASK_VZEROUPPER if TARGET_AVX
8122         is disabled.
8123         (ix86_function_ok_for_sibcall): Disable sibcall if we need to
8124         generate vzeroupper.
8125         (init_cumulative_args): Add an int to indicate caller.  Set
8126         use_avx256_p, callee_return_avx256_p and caller_use_avx256_p
8127         based on return type.
8128         (ix86_function_arg): Set use_avx256_p, callee_pass_avx256_p and
8129         caller_pass_avx256_p based on argument type.
8130         (ix86_expand_epilogue): Emit vzeroupper if 256bit AVX register
8131         is used, but not returned by caller.
8132         (ix86_expand_call): Emit vzeroupper if 256bit AVX register is used.
8133         (ix86_local_alignment): Set use_avx256_p if 256bit AVX register
8134         is used.
8135         (ix86_minimum_alignment): Likewise.
8136         (ix86_expand_special_args_builtin): Set target to
8137         GEN_INT (vzeroupper_intrinsic) for CODE_FOR_avx_vzeroupper.
8138         (ix86_reorg): Run the vzeroupper optimization if needed.
8140         * config/i386/i386.h (ix86_args): Add caller.
8141         (INIT_CUMULATIVE_ARGS): Updated.
8142         (machine_function): Add use_vzeroupper_p, use_avx256_p,
8143         caller_pass_avx256_p, caller_return_avx256_p,
8144         callee_pass_avx256_p and callee_return_avx256_p.
8146         * config/i386/i386.opt (-mvzeroupper): New.
8148         * config/i386/predicates.md (vzeroupper_operation): Removed.
8150         * config/i386/sse.md (avx_vzeroupper): Removed.
8151         (*avx_vzeroupper): Removed.
8152         (avx_vzeroupper): New.
8154         * doc/invoke.texi: Document -mvzeroupper.
8156 2010-10-27  Eric Botcazou  <ebotcazou@adacore.com>
8158         * config/i386/t-mingw32 (SHLIB_LC): Add -lmingwthrd.
8159         * config/i386/t-mingw-w32 (SHLIB_LC): Likewise.
8160         * config/i386/t-mingw-w64 (SHLIB_LC): Likewise.
8162 2010-10-27  Eric Botcazou  <ebotcazou@adacore.com>
8163             Olivier Hainque  <hainque@adacore.com>
8165         * config/i386/w32-unwind.h (i386_w32_fallback_frame_state): Fix regnum
8166         of EBP.  Do not restore reg #9.  Remove +1 adjustment to EIP and set
8167         fs->signal_frame instead.
8169 2010-10-27  Nicola Pero  <nicola.pero@meta-innovation.com>
8171         * c-parser.c (cp_parser_objc_at_property_declaration): Removed
8172         parsing of RID_COPIES and RID_IVAR.
8174 2010-10-27  Nicola Pero  <nicola.pero@meta-innovation.com>
8176         * c-parser.c (c_parser_objc_at_property_declaration): Recognize
8177         RID_ASSIGN, RID_COPY, RID_RETAIN, RID_READWRITE and RID_NONATOMIC.
8178         Do not use objc_set_property_attr, but use local variables
8179         instead.  Detect repeated usage of setter, getter and ivar
8180         attributes.  Improved error processing when a setter name does not
8181         end in ':'.  Do not check for CPP_CLOSE_PAREN after we determined
8182         that the token is a keyword.  Updated call to
8183         objc_add_property_declaration.
8185 2010-10-27  Nicola Pero  <nicola.pero@meta-innovation.com>
8187         * c-parser.c (c_parser_objc_at_property): Renamed to
8188         c_parser_objc_at_property_declaration.  Updated calls to
8189         objc_add_property_variable, now objc_add_property_declaration.
8190         Code rewritten to be much more robust in recovering from syntax
8191         errors.  Added comments.
8192         (c_parser_objc_property_attrlist): Removed.
8193         (c_parser_external_declaration): Updated calls to
8194         c_parser_objc_at_property, now
8195         c_parser_objc_at_property_declaration.
8196         (c_parser_objc_methodprotolist): Same change.
8198 2010-10-26  H.J. Lu  <hongjiu.lu@intel.com>
8200         * config/i386/i386.md (split_stack_return): Put back unspec_volatile.
8202 2010-10-26  Jan Hubicka  <jh@suse.cz>
8204         * ipa.c (process_references): Enqueue all referenced nodes;
8205         mark as reachable only non-external nodes.
8206         (cgraph_remove_unreachable_nodes): All referenced nodes should
8207         be enqueued; remove bogues node->needed check.
8209 2010-10-26  Jan Hubicka  <jh@suse.cz>
8211         * cgraphbuild.c (build_cgraph_edges): Use ipa-reference
8212         to represent OMP.
8214 2010-10-26  H.J. Lu  <hongjiu.lu@intel.com>
8216         * config/i386/i386.md (split_stack_return): Replace
8217         unspec_volatile with unspec.
8219 2010-10-26  Jonathan Wakely  <jwakely.gcc@gmail.com>
8221         * doc/install.texi: Fix typo in --with-sysroot description.
8223 2010-10-26  Jan Hubicka  <jh@suse.cz>
8225         * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p):
8226         Use info provided by linker plugin.
8228 2010-10-26  Jason Merrill  <jason@redhat.com>
8230         * varasm.c (constructor_static_from_elts_p): Don't require a
8231         CONSTRUCTOR to have elements to be suitable for static
8232         initialization.  Allow ARRAY_TYPE as well.
8234 2010-10-26  Jan Hubicka  <jh@suse.cz>
8236         PR middle-end/45736
8237         * cgraph.c (cgraph_set_readonly_flag): Rename to...
8238         (cgraph_set_const_flags) ... this one; get also looping argument;
8239         clear constructor/destructor flags.
8240         (cgraph_set_pure_flag): Likewise.
8241         (cgraph_set_looping_const_or_pure_flag): Remove.
8242         (cgraph_can_remove_if_no_direct_calls_and_refs): Do not try
8243         to optimize away static ctors/dtors; it does not work on inline clones;
8244         external functions can always be rmeoved.
8245         (cgraph_will_be_removed_from_program_if_no_direct_calls): Assert on
8246         inline clones; in LTO external functions always can go.
8247         (cgraph_used_from_object_file_p): Handle EXTERNAL functions correctly.
8248         (cgraph_mark_address_taken_node): Assert that we are not taking
8249         address of inline clone.
8250         (cgraph_can_remove_if_no_direct_calls_p): We always eventually remove
8251         external functions.
8252         * ipa-cp.c (ipcp_cloning_candidate_p): Do not clone functions with
8253         address taken.
8254         (ipcp_initialize_node_lattices): Only local functions can be
8255         handled without cloning.
8256         * cgraph.h (cgraph_set_readonly_flag,
8257         cgraph_set_looping_const_or_pure_flag): Remove.
8258         (cgraph_set_const_flag): Declare.
8259         (cgraph_set_pure_flag): Update.
8260         * ipa-pure-const (propagate_pure_const, local_pure_const): Update
8261         flags setting code.
8262         * ipa.c (cgraph_remove_unreachable_nodes): Fix formating; do not
8263         look at inline clones; fix handling of external definitions.
8264         (cgraph_postorder): Do not look at inline clones in the first pass.
8265         (function_and_variable_visibility): Drop constructors/destructor
8266         flags at pure and const functions.
8267         * tree-profile.c (tree_profiling): Update.
8268         * ipa-inline.c (cgraph_clone_inlined_nodes): Always clone functions with
8269         address taken; external functions do not account to whole program size.
8270         (cgraph_decide_inlining): Likewise; do not try to inline
8271         functions already inlined.
8273 2010-10-26  Jie Zhang  <jie@codesourcery.com>
8275         * doc/invoke.texi: Improve documentation of
8276         -fstrict-volatile-bitfields.
8278 2010-10-26  Ira Rosen  <irar@il.ibm.com>
8280         PR tree-optimization/46167
8281         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Check that there
8282         is basic block for the statement.
8284 2010-10-26  Paul Koning  <ni1d@arrl.net>
8286         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Update to
8287         current definition of struct_real_format.
8289 2010-10-26  H.J. Lu  <hongjiu.lu@intel.com>
8291         PR target/44948
8292         * config/i386/i386.c (ix86_old_function_arg_boundary): New.
8293         (ix86_function_arg_boundary): Always align parameters on stack
8294         in 64bit and align parameters with alignment >= 16byte on stack
8295         in 32bit.  Warn alignment change.
8297 2010-10-26  Ian Lance Taylor  <iant@google.com>
8299         PR middle-end/45687
8300         * ipa-prop.c (ipa_modify_call_arguments): Correct type of MEM_REF
8301         offset.
8303 2010-10-25  Rodrigo Rivas Costa  <rodrigorivascosta@gmail.com>
8305         Implement opaque-enum-specifiesr for C++0x
8306         * tree.h (ENUM_IS_OPAQUE): New.
8307         * dwarf2out.c (gen_enumeration_type_die): Use ENUM_IS_OPAQUE.
8309 2010-10-26  Jie Zhang  <jie@codesourcery.com>
8311         * stor-layout.c (layout_decl): Use the field's type to
8312         determine the mode and keep DECL_BIT_FIELD for a volatile bit-field.
8313         * config/arm/arm.c (arm_override_options): Default to
8314         -fstrict-volatile-bitfields.
8316 2010-10-25  Paul Koning  <ni1d@arrl.net>
8318         * config/pdp11/pdp11.md: Add define_constants for register
8319         numbers, branch offset limits.
8320         * config/pdp11/pdp11.c: Use named constants instead of numbers.
8321         * config/pdp11.pdp11.h: Ditto.
8323 2010-10-25  Eric Botcazou  <ebotcazou@adacore.com>
8325         * configure.ac: Use $cpu_type instead of $target to define the nop.
8326         * configure: Regenerate.
8328 2010-10-25  Jie Zhang  <jie@codesourcery.com>
8330         * combine.c (try_combine): If insns need to be kept around, check that
8331         they can be copied in the merged instruction.
8333 2010-10-24  Eric Botcazou  <ebotcazou@adacore.com>
8335         * reg-stack.c (convert_regs_1): Return boolean value, true if the CFG
8336         has been modified.
8337         (convert_regs_2): Likewise.  Adjust calls to convert_regs_1.
8338         (convert_regs): Adjust calls to convert_regs_2.  Clean up the CFG if
8339         it has been modified.
8341 2010-10-24  Eric Botcazou  <ebotcazou@adacore.com>
8343         * config/sparc/sparc.c (sparc_type_code) <NULLPTR_TYPE>: New case.
8345 2010-10-24  Paul Koning  <ni1d@arrl.net>
8347         * config/pdp11/pdp11.md: Change length attribute to be in bytes.
8348         * config/pdp11/pdp11.c (output_jump): Ditto.
8350 2010-10-24  Ian Lance Taylor  <iant@google.com>
8352         * config/i386/i386.c (ix86_va_start): Remove extraneous blank line.
8354 2010-10-24  Eric Botcazou  <ebotcazou@adacore.com>
8356         * cfglayout.c (fixup_reorder_chain): When ensuring that there is at
8357         least one insn with a locus corresponding to an edge's goto_locus,
8358         disregard non-fallthru edges to the exit block and merge the blocks
8359         created for the same goto_locus.
8361 2010-10-23  Joseph Myers  <joseph@codesourcery.com>
8363         * gcc.c (n_switches_alloc_debug_check): New.
8364         (set_option_handlers): New.
8365         (process_command): Use set_option_handlers.
8366         (do_self_spec): Pass spec-generated options through option handlers.
8367         (main): Also save and restore n_switches_alloc when swapping
8368         switch arrays.
8370 2010-10-23  Richard Henderson  <rth@redhat.com>
8372         PR target/46144
8373         * config/i386/sse.md (*avx_absneg<AVXMODEF2P>2): New.
8374         (*sse_absneg<SSEMODEF2P>2): Rename from *absneg<VEC_FLOAT_MODE>2.
8375         Honor matching operands when splitting to XOR.
8377 2010-10-23  Ian Lance Taylor  <iant@google.com>
8379         * tree-vrp.c (extract_range_from_binary_expr): If
8380         flag_non_call_exceptions don't eliminate division by zero.
8381         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
8383 2010-10-23  Nathan Froyd  <froydnj@codesourcery.com>
8385         * cppbuiltin.c (define_builtin_macros_for_type_sizes): Define
8386         __BYTE_ORDER__, __ORDER_LITTLE_ENDIAN__, __ORDER_BIG_ENDIAN__, and
8387         __ORDER_PDP_ENDIAN__.
8388         * libgcc2.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8389         (struct DWstruct): Define based on __BYTE_ORDER__.
8390         * config/fixed-bit.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8391         (struct INTstruct): Define based on __BYTE_ORDER__.
8392         * config/dfp-bit.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8393         (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
8394         * system.h (LIBGCC2_WORDS_BIG_ENDIAN): Poison identifier.
8395         * config/arc/arc.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8396         * config/arm/arm.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8397         * config/ia64/ia64.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8398         * config/iq2000/iq2000.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8399         * config/lm32/lm32.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8400         * config/m32r/m32r.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8401         * config/mcore/mcore.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8402         * config/mep/mep.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8403         * config/mips/mips.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8404         * config/rs6000/sysv4.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8405         * config/rx/rx.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8406         * config/score/score.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8407         * config/sh/sh.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8408         * config/sparc/sparc.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8409         * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8410         * doc/tm.texi.in (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
8411         * doc/tm.texi: Regenerate.
8412         * doc/cpp.texi (__BYTE_ORDER__, __ORDER_LITTLE_ENDIAN__): Document.
8413         (__ORDER_BIG_ENDIAN__, __ORDER_PDP_ENDIAN__): Likewise.
8415 2010-10-23  Jie Zhang  <jie@codesourcery.com>
8417         PR rtl-optimization/37360
8418         * config/mips/mips.c (cached_can_issue_more): New local variable.
8419         (mips_sched_reorder_1): New.
8420         (mips_sched_reorder): Use mips_sched_reorder_1.
8421         (mips_sched_reorder2): New.
8422         (mips_variable_issue): Set cached_can_issue_more.
8423         (TARGET_SCHED_REORDER2): Define to mips_sched_reorder2
8424         instead of mips_sched_reorder.
8426         Revert:
8427         2008-09-09  Andrey Belevantsev  <abel@ispras.ru>
8428         PR rtl-optimization/37360
8429         * haifa-sched.c (max_issue): Do not assert that we never issue more
8430         insns than issue_rate.  Add comment.
8432 2010-10-22  Eric Botcazou  <ebotcazou@adacore.com>
8434         * gimplify.c (gimplify_variable_sized_compare): Preserve the source
8435         location info of the expression.
8437 2010-10-22  DJ Delorie  <dj@redhat.com>
8439         * doc/extend.texi (Named Address Spaces): Document the M32C named
8440         address space.
8442         * config/m32c/m32c-pragma.c (m32c_register_pragmas): Register the
8443         __far address space.
8444         * config/m32c/m32c.h (ADDR_SPACE_FAR): New.  Add support for
8445         "__far" address space for R8C and M16C processor variants.
8446         * config/m32c/m32c.c (m32c_addr_space_legitimate_address_p): New.
8447         (far_addr_space_p): New.
8448         (encode_pattern_1): Add sign and zero extend support.
8449         (m32c_hard_regno_nregs_1): Large pointers in A16 mode are SImode.
8450         (m32c_extra_constraint_p2): Add SF constraint.
8451         (m32c_legitimate_address_p): Support __far addresses.
8452         (m32c_addr_space_pointer_mode): New.
8453         (m32c_addr_space_address_mode): New.
8454         (m32c_addr_space_legitimate_address_p): New.
8455         (m32c_addr_space_legitimize_address): New.
8456         (m32c_addr_space_subset_p): New.
8457         (m32c_addr_space_convert): New.
8458         (conversions): Add __far operand patterns.
8459         (m32c_prepare_move): Force constants into registers for __far moves.
8460         (m32c_split_move): __far moves are always split.
8461         * config/m32c/addsub.md (addsi3_1): Support SImode symbols.
8462         * config/m32c/mov.md (mov<mode>_far_op1): New.
8463         (mov<mode>_far_op2): New.
8464         (movqi_op): Add __far (SF) support.
8465         (movhi_op): Likewise.
8466         (movsi_splittable): Split A1A0 also.
8468 2010-10-22  Artjoms Sinkarovs  <artyom.shinakroff@gmail.com>
8469             Andrew Pinski  <pinskia@gmail.com>
8471         * c-typeck.c (build_array_ref): Handle subscripting of vectors.
8472         * doc/extend.texi: New paragraph
8474 2010-10-22  Paul Koning  <ni1d@arrl.net>
8476         * config.pdp11/pdp11.h (DBX_DEBUGGING_INFO): Define.
8478 2010-10-22  DJ Delorie  <dj@redhat.com>
8480         * config/m32c/m32c-lib1.S (m32c_jsri16): Make reentrant.
8482 2010-10-22  Paul Koning  <ni1d@arrl.net>
8484         * config/pdp11/pdp11.h (IRA_COVER_CLASSES): Define.
8486 2010-10-22  Richard Henderson  <rth@redhat.com>
8488         * config/i386/i386.c (ix86_builtin_vectorized_function): Add
8489         cases for __builtin_fma and __builtin_fmaf.
8491 2010-10-22  Richard Henderson  <rth@redhat.com>
8493         * config/i386/i386.c (ix86_expand_fp_absneg_operator): Produce
8494         NEG+USE for vectors as well.
8495         * config/i386/i386.md (*absneg<VEC_FLOAT_MODE>2): New pattern
8496         and splitter.
8498 2010-10-22  Joseph Myers  <joseph@codesourcery.com>
8500         * gcc.c (DEFAULT_SWITCH_CURTAILS_COMPILATION,
8501         SWITCH_CURTAILS_COMPILATION): Remove.
8502         * doc/tm.texi.in (SWITCH_CURTAILS_COMPILATION): Remove documentation.
8503         * doc/tm.texi: Regenerate.
8504         * system.h (SWITCH_CURTAILS_COMPILATION): Poison.
8506 2010-10-22  Changpeng Fang  <changpeng.fang@amd.com>
8508         * config/i386/bdver1.md: New file.
8509         * config/i386/i386.md (include "bdver1.md"): Invoke the
8510         pipeline description for bdver1.
8511         (x86_sahf_1): Add "bdver1_decode" attribute.
8512         (*cmpfp_i_mixed): Likewise.
8513         (*cmpfp_i_sse): Likewise.
8514         (*cmpfp_i_i387): Likewise.
8515         (*cmpfp_iu_mixed): Likewise.
8516         (*cmpfp_iu_sse): Likewise.
8517         (*cmpfp_iu_387): Likewise.
8518         (*swap<mode>,*swap<mode>_1): Likewise.
8519         (fixuns_trunc<mode>hi2): Likewise.
8520         (fix_trunc<mode>si_sse): Likewise.
8521         (x86_fnstcw_1): Likewise.
8522         (x86_fldcw_1): Likewise.
8523         (*floatsi<mode>2_vector_mixed_with_temp): Likewise.
8524         (*floatsi<mode>2_vector_mixed): Likewise.
8525         (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_with_temp): Likewise.
8526         (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit): Likewise.
8527         (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit): Likewise.
8528         (*floatsi<mode>2_vector_sse_with_temp): Likewise.
8529         (*floatsi<mode>2_vector_sse): Likewise.
8530         (*float<SSEMODEI24:mode><MODEF:mode>2_sse_with_temp): Likewise.
8531         (*float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit): Likewise.
8532         (*float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit): Likewise.
8533         (*mul<mode>3_1): Likewise.
8534         (*mulsi3_1_zext): Likewise.
8535         (*mulhi3_1): Likewise.
8536         (*mulqi3_1): Likewise.
8537         (*<u>mul<mode><dwi>3_1): Likewise.
8538         (*<u>mulqihi3_1): Likewise.
8539         (*<s>muldi3_highpart_1): Likewise.
8540         (*<s>mulsi3_highpart_1): Likewise.
8541         (*<s>mulsi3_highpart_zext): Likewise.
8542         (x86_64_shld): Likewise.
8543         (x86_shld): Likewise.
8544         (x86_64_shrd): Likewise.
8545         (x86_shrd): Likewise.
8546         (sqrtxf2): Likewise.
8547         (sqrt_extend<mode>xf2_i387): Likewise.
8548         (*sqrt<mode>2_sse): Likewise.
8549         * config/i386/sse.md (sse_cvtsi2ss): Add "bdver1_decode" attribute.
8550         (sse_cvtsi2ssq): Likewise.
8551         (sse_cvtss2si): Likewise.
8552         (sse_cvtss2si_2): Likewise.
8553         (sse_cvtss2siq): Likewise.
8554         (sse_cvtss2siq_2): Likewise.
8555         (sse_cvttss2si): Likewise.
8556         (sse_cvttss2siq): Likewise.
8557         (sse2_cvtpi2pd): Likewise.
8558         (sse2_cvttpd2pi): Likewise.
8559         (sse2_cvtsi2sd): Likewise.
8560         (sse2_cvtsi2sdq): Likewise.
8561         (sse2_cvtsd2si): Likewise.
8562         (sse2_cvtsd2si_2): Likewise.
8563         (sse2_cvtsd2siq): Likewise.
8564         (sse2_cvtsd2siq_2): Likewise.
8565         (sse2_cvttsd2si): Likewise.
8566         (sse2_cvttsd2siq): Likewise.
8567         (*sse2_cvtpd2dq): Likewise.
8568         (*sse2_cvttpd2dq): Likewise.
8569         (sse2_cvtsd2ss): Likewise.
8570         (sse2_cvtss2sd): Likewise.
8571         (*sse2_cvtpd2ps): Likewise.
8572         (sse2_cvtps2pd): Likewise.
8574 2010-10-22  Richard Guenther  <rguenther@suse.de>
8576         PR middle-end/46137
8577         * gimple-fold.c (gimplify_and_update_call_from_tree): Properly
8578         remove the virtual operands if they are not needed.
8580 2010-10-22  Changpeng Fang  <changpeng.fang@amd.com>
8582         * config/i386/i386.c (processor_costs bdver1_cost): Update
8583         insn costs and architectural parameters for bdver1.
8585 2010-10-22  Richard Guenther  <rguenther@suse.de>
8587         * gimple.h (gimple_register_canonical_type): Declare.
8588         * gimple.c (gimple_canonical_types): New global hashtable.
8589         (struct gimple_type_leader_entry_s): New type.
8590         (gimple_type_leader): New global cache.
8591         (gimple_lookup_type_leader): New function.
8592         (gtc_visit): Query the proper cache.
8593         (gimple_types_compatible_p): Likewise.
8594         (gimple_register_type): Use the new cache instead of TYPE_CANONICAL.
8595         (gimple_canonical_type_eq): New function.
8596         (gimple_register_canonical_type): Likewise.
8597         (print_gimple_types_stats): Adjust for gimple_canonical_types.
8598         (free_gimple_type_tables): Likewise.  Free gimple_type_leader.
8599         * tree-ssa.c (useless_type_conversion_p): Do not dispatch to
8600         gimple_types_compatible_p for LTO.
8602 2010-10-22  Uros Bizjak  <ubizjak@gmail.com>
8604         PR target/46098
8605         * config/i386/sse.md (*avx_movu<ssemodesuffix><avxmodesuffix>):
8606         Rename from avx_movu<ssemodesuffix><avxmodesuffix>.
8607         (avx_movu<ssemodesuffix><avxmodesuffix>): New expander.
8608         (*<sse>_movu<ssemodesuffix>): Rename from <sse>_movu<ssemodesuffix>.
8609         (<sse>_movu<ssemodesuffix>): New expander.
8610         (*avx_movdqu<avxmodesuffix>): Rename from avx_movdqu<avxmodesuffix>.
8611         (avx_movdqu<avxmodesuffix>): New expander.
8612         (*sse2_movdqu): Rename from sse2_movdqu.
8613         (sse2_movdqu): New expander.
8615 2010-10-22  Richard Guenther  <rguenther@suse.de>
8617         PR tree-optimization/45720
8618         * tree-vect-data-refs.c (vect_update_misalignment_for_peel):
8619         Handle negative step.
8620         (vect_enhance_data_refs_alignment): Likewise.
8621         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Likewise.
8622         (vect_create_cond_for_align_checks): Likewise.
8623         (vect_create_cond_for_alias_checks): Likewise.
8625 2010-10-22  Ira Rosen  <irar@il.ibm.com>
8627         PR tree-optimization/46126
8628         * tree-vect-stmts.c (vect_analyze_stmt): Pass NODE to
8629         vectorizable_shift in case of basic block vectorization.
8631 2010-10-22  Joseph Myers  <joseph@codesourcery.com>
8633         * target.h (enum opt_levels, struct default_options): New.
8634         * target.def (handle_ofast): Remove hook.
8635         (target_option.optimization): Change to
8636         target_option.optimization_table.
8637         * doc/tm.texi.in (TARGET_OPTION_OPTIMIZATION): Change to
8638         TARGET_OPTION_OPTIMIZATION_TABLE.
8639         (CAN_DEBUG_WITHOUT_FP): Remove.
8640         * doc/tm.texi: Regenerate.
8641         * opts.c (maybe_default_option, maybe_default_options,
8642         default_options_table): New.
8643         (default_options_optimization): Take extra parameters.  Don't
8644         assert that global_options and global_options_set are in use.  Use
8645         maybe_default_options.
8646         (decode_options): Pass extra parameters to
8647         default_options_optimization.
8648         * common.opt (falign-loops): Use value 0 with Var.
8649         (frerun-cse-after-loop, ftree-ter): Remove Init.
8650         * system.h (CAN_DEBUG_WITHOUT_FP, TARGET_HANDLE_OFAST,
8651         TARGET_OPTION_OPTIMIZATION): Remove.
8652         * targhooks.c (empty_optimization_table): New.
8653         * targhooks.h (empty_optimization_table): Declare.
8654         * toplev.c (process_options): Don't set flag_rerun_cse_after_loop.
8655         * config/alpha/alpha.c (alpha_option_optimization_table,
8656         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8657         * config/alpha/alpha.h (CAN_DEBUG_WITHOUT_FP): Remove.
8658         * config/arm/arm.c (arm_option_optimization: Change to
8659         arm_option_optimization_table.
8660         (TARGET_OPTION_OPTIMIZATION): Change to
8661         TARGET_OPTION_OPTIMIZATION_TABLE.
8662         * config/arm/arm.h (CAN_DEBUG_WITHOUT_FP): Remove.
8663         * config/avr/avr.c (avr_option_optimization_table,
8664         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8665         * config/avr/avr.h (CAN_DEBUG_WITHOUT_FP): Remove.
8666         * config/cris/cris.c (cris_option_optimization): Change to
8667         cris_option_optimization_table.
8668         (TARGET_OPTION_OPTIMIZATION): Change to
8669         TARGET_OPTION_OPTIMIZATION_TABLE.
8670         * config/crx/crx.c (crx_option_optimization): Change to
8671         crx_option_optimization_table.
8672         (TARGET_OPTION_OPTIMIZATION): Change to
8673         TARGET_OPTION_OPTIMIZATION_TABLE.
8674         * config/crx/crx.h (CAN_DEBUG_WITHOUT_FP): Remove.
8675         * config/fr30/fr30.c (fr30_option_optimization_table,
8676         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8677         * config/fr30/fr30.h (CAN_DEBUG_WITHOUT_FP): Remove.
8678         * config/frv/frv.c (frv_option_optimization_table,
8679         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8680         * config/frv/frv.h (CAN_DEBUG_WITHOUT_FP): Remove.
8681         * config/h8300/h8300.c (h8300_option_optimization): Change to
8682         h8300_option_optimization_table.
8683         (TARGET_OPTION_OPTIMIZATION): Change to
8684         TARGET_OPTION_OPTIMIZATION_TABLE.
8685         * config/h8300/h8300.h (CAN_DEBUG_WITHOUT_FP): Remove.
8686         * config/i386/i386.c (ix86_option_optimization): Change to
8687         ix86_option_optimization_table.
8688         (TARGET_OPTION_OPTIMIZATION): Change to
8689         TARGET_OPTION_OPTIMIZATION_TABLE.
8690         * config/i386/sol2-10.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define
8691         as initializer.
8692         * config/ia64/ia64.c (ia64_option_optimization): Change to
8693         ia64_option_optimization_table.
8694         (TARGET_OPTION_OPTIMIZATION): Change to
8695         TARGET_OPTION_OPTIMIZATION_TABLE.
8696         * config/ia64/ia64.h (CAN_DEBUG_WITHOUT_FP): Remove.
8697         * config/ia64/vms.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define as
8698         initializer.
8699         * config/iq2000/iq2000.c (iq2000_option_optimization_table,
8700         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8701         * config/iq2000/iq2000.h (CAN_DEBUG_WITHOUT_FP): Remove.
8702         * config/lm32/lm32.c (lm32_option_optimization_table,
8703         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8704         * config/lm32/lm32.h (CAN_DEBUG_WITHOUT_FP): Remove.
8705         * config/m32r/m32r.c (m32r_option_optimization): Change to
8706         m32r_option_optimization_table.
8707         (TARGET_OPTION_OPTIMIZATION): Change to
8708         TARGET_OPTION_OPTIMIZATION_TABLE.
8709         * config/m32r/m32r.h (SUBTARGET_OPTIMIZATION_OPTIONS,
8710         CAN_DEBUG_WITHOUT_FP): Remove.
8711         * config/mcore/mcore.c (mcore_option_optimization): Change to
8712         mcore_option_optimization_table.
8713         (TARGET_OPTION_OPTIMIZATION): Change to
8714         TARGET_OPTION_OPTIMIZATION_TABLE.
8715         * config/mep/mep.c (mep_option_optimization): Change to
8716         mep_option_optimization_table.
8717         (TARGET_OPTION_OPTIMIZATION): Change to
8718         TARGET_OPTION_OPTIMIZATION_TABLE.
8719         * config/mep/mep.h (CAN_DEBUG_WITHOUT_FP): Remove.
8720         * config/microblaze/microblaze.c
8721         (microblaze_option_optimization_table,
8722         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8723         * config/microblaze/microblaze.h (CAN_DEBUG_WITHOUT_FP): Remove.
8724         * config/mips/mips.c (mips_option_optimization_table,
8725         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8726         * config/mips/mips.h (CAN_DEBUG_WITHOUT_FP): Remove.
8727         * config/mmix/mmix.c (mmix_option_optimization): Change to
8728         mmix_option_optimization_table.
8729         (TARGET_OPTION_OPTIMIZATION): Change to
8730         TARGET_OPTION_OPTIMIZATION_TABLE.
8731         * config/mmix/mmix.h (CAN_DEBUG_WITHOUT_FP): Remove.
8732         * config/mn10300/mn10300.c (mn10300_option_optimization_table,
8733         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8734         * config/mn10300/mn10300.h (CAN_DEBUG_WITHOUT_FP): Remove.
8735         * config/pa/pa.c (pa_option_optimization_table,
8736         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8737         * config/pa/pa.h (CAN_DEBUG_WITHOUT_FP): Remove.
8738         * config/pdp11/pdp11.c (pdp11_option_optimization): Change to
8739         pdp11_option_optimization_table.
8740         (TARGET_OPTION_OPTIMIZATION): Change to
8741         TARGET_OPTION_OPTIMIZATION_TABLE.
8742         * config/picochip/picochip.c (picochip_option_optimization_table,
8743         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8744         * config/picochip/picochip.h (CAN_DEBUG_WITHOUT_FP): Remove.
8745         * config/rs6000/rs6000.c (rs6000_option_optimization_table,
8746         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8747         * config/rs6000/rs6000.h (CAN_DEBUG_WITHOUT_FP): Remove.
8748         * config/rx/rx.c (rx_option_optimization_table,
8749         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8750         * config/rx/rx.h (CAN_DEBUG_WITHOUT_FP): Remove.
8751         * config/s390/s390.c (s390_option_optimization): Change to
8752         s390_option_optimization_table.
8753         (s390_option_override): Update comment.
8754         (TARGET_OPTION_OPTIMIZATION): Change to
8755         TARGET_OPTION_OPTIMIZATION_TABLE.
8756         * config/s390/s390.h (CAN_DEBUG_WITHOUT_FP): Remove.
8757         * config/score/score.c (score_option_optimization_table,
8758         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8759         * config/score/score.h (CAN_DEBUG_WITHOUT_FP): Remove.
8760         * config/sh/sh.c (sh_option_optimization): Change to
8761         sh_option_optimization_table.
8762         (TARGET_OPTION_OPTIMIZATION): Change to
8763         TARGET_OPTION_OPTIMIZATION_TABLE.
8764         (sh_option_override): Set MASK_SAVE_ALL_TARGET_REGS here.
8765         (sh_option_override, expand_block_move, multcosts, find_barrier,
8766         barrier_align): Use optimize_size instead of TARGET_SMALLCODE.
8767         * config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Remove.
8768         (LOOP_ALIGN, TRAMPOLINE_ALIGNMENT, MOVE_BY_PIECES_P,
8769         STORE_BY_PIECES_P, SH_DYNAMIC_SHIFT_COST): Use optimize_size
8770         instead of TARGET_SMALLCODE.
8771         * config/sh/sh.opt (mspace): Make into an alias for -Os.
8772         * config/sparc/sparc.c (sparc_option_optimization_table,
8773         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8774         * config/sparc/sparc.h (CAN_DEBUG_WITHOUT_FP): Remove.
8775         * config/stormy16/stormy16.c (xstorym16_option_optimization_table,
8776         TARGET_OPTION_OPTIMIZATION_TABLE): New.
8777         * config/stormy16/stormy16.h (CAN_DEBUG_WITHOUT_FP): Remove.
8778         * config/v850/v850.c (v850_option_optimization): Change to
8779         v850_option_optimization_table.
8780         (TARGET_OPTION_OPTIMIZATION): Change to
8781         TARGET_OPTION_OPTIMIZATION_TABLE.
8782         * config/v850/v850.h (CAN_DEBUG_WITHOUT_FP): Remove.
8783         * config/xtensa/xtensa.c (xtensa_option_optimization): Change to
8784         xtensa_option_optimization_table.
8785         (TARGET_OPTION_OPTIMIZATION): Change to
8786         TARGET_OPTION_OPTIMIZATION_TABLE.
8787         * config/xtensa/xtensa.h (CAN_DEBUG_WITHOUT_FP): Remove.
8789 2010-10-21  Iain Sandoe  <iains@gcc.gnu.org>
8791         Based on the CFString implementation in FSF apple/trunk branch.
8793         * target.def (objc_construct_string): New Hook.
8794         * doc/tm.texi (objc_construct_string): Document.
8795         * doc/tm.texi.in (TARGET_OBJC_CONSTRUCT_STRING): New.
8796         * config/t-darwin: Amend build rules for darwin.o.
8797         * config/darwin.opt: Add cfstrings flags.
8798         * config/darwin-c.c: Define __CONSTANT_CFSTRINGS__.
8799         (darwin_objc_construct_string): New.
8800         * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Define.
8801         * config/i386/i386.c (ix86_init_builtins): Add SUBTARGET_INIT_BUILTINS.
8802         * config/darwin-protos.h (darwin_init_cfstring_builtins): New prototype.
8803         (darwin_fold_builtin): Likewise.
8804         (darwin_build_constant_cfstring): Likewise.
8805         (darwin_objc_construct_string): Likewise.
8806         (darwin_cfstring_p): Likewise.
8807         (darwin_enter_string_into_cfstring_table): Likewise.
8808         * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS) Update for CFString.
8809         * config/darwin.c (darwin_running_cxx): New var.
8810         (machopic_select_section): Return cfstring_constant_object_section.
8811         (darwin_override_options): Set darwin_running_cxx.
8812         (add_builtin_field_decl): New.
8813         (darwin_init_cfstring_builtins): New.
8814         (darwin_build_constant_cfstring): New.
8815         (darwin_fold_builtin): New.
8816         (cfstring_hash): New.
8817         (cfstring_eq): New.
8818         (darwin_enter_string_into_cfstring_table): New.
8819         * config/darwin-sections.def (cfstring_constant_object_section): New.
8820         * config/darwin.h (TARGET_FOLD_BUILTIN): Define.
8821         (TARGET_OBJC_CONSTRUCT_STRING): Define.
8823 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
8825         * config/alpha/alpha.c (alpha_build_builtin_va_list): Use
8826         TYPE_STUB_DECL instead of TREE_CHAIN.
8827         * config/i386/i386.c (ix86_build_builtin_va_list_abi): Likewise.
8828         * config/rs6000/rs6000.c (rs6000_build_builtin_va_list): Likewise.
8829         * config/s390/s390.c (s390_build_builtin_va_list): Likewise.
8830         * config/sh/sh.c (sh_build_builtin_va_list): Likewise.
8831         * config/spu/spu.c (spu_build_builtin_va_list): Likewise.
8832         * config/stormy16/stormy16.c (xstormy16_build_builtin_va_list):
8833         Likewise.
8834         * config/xtensa/xtensa.c (xtensa_build_builtin_va_list): Likewise.
8836 2010-10-22  Jie Zhang  <jie@codesourcery.com>
8838         * expr.c (emit_group_load_1): Update calls to extract_bit_field.
8839         (copy_blkmode_from_reg): Likewise.
8840         (read_complex_part): Likewise.
8841         (expand_expr_real_1): Calculate packedp and pass it to
8842         extract_bit_field.
8843         * expr.h (extract_bit_field): Update declaration.
8844         * calls.c (store_unaligned_arguments_into_pseudos): Update call
8845         to extract_bit_field.
8846         * expmed.c (extract_fixed_bit_field): Update calls to
8847         extract_fixed_bit_field.
8848         (store_split_bit_field): Likewise.
8849         (extract_bit_field_1): Add new argument packedp.
8850         (extract_bit_field): Add new argument packedp.
8851         (extract_fixed_bit_field): Add new argument packedp and let
8852         packed attribute override volatile.
8853         * stmt.c (expand_return): Update call to extract_bit_field.
8855 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
8857         * config/spu/spu.c (spu_function_arg): Dereference CUM parameter.
8859 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
8861         * ddg.c (add_cross_iteration_register_deps): Call gcc_assert instead
8862         of gcc_checking_assert.
8863         * sel-sched.c (code_motion_process_successors): Likewise.
8865 2010-10-21  Eric Botcazou  <ebotcazou@adacore.com>
8867         * cfgcleanup.c (try_forward_edges): Do not throw away previous steps
8868         when stopping because of a different locus on edge or insn.
8869         (try_optimize_cfg): Add comment.
8870         * cfgrtl.c (rtl_merge_blocks): Tweak log message.  If the destination
8871         block is a forwarder block, propagate locus on the edge.
8872         (cfg_layout_merge_blocks): Likewise.
8874 2010-10-21  Uros Bizjak  <ubizjak@gmail.com>
8876         PR target/45946
8877         * config/i386/i386.md (*pushti2): New insn pattern.
8878         (pushti2 splitter): New insn splitter.
8879         (*push<mode>2): Macroize insn pattern from *push{di,ti}2 using
8880         DWI mode iterator.
8882 2010-10-21  Paul Koning  <ni1d@arrl.net>
8884         * config/pdp11/pdp11-protos.md (arith_operand,
8885         const_immediate_operand, expand_shift_operand,
8886         immediate15_operand): Delete
8887         * config/pdp11/pdp11.c: Ditto.
8888         * config/pdp11/pdp11.h (REG_CLASS_FROM_LETTER,
8889         CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
8890         EXTRA_CONSTRAINT): Delete.
8891         * config/pdp11/pdp11.md (various): Use standard constraints
8892         instead of removed ones.
8893         * config/pdp11/constraints.md: New file.
8894         * config/pdp11/predicates.md: New file.
8896 2010-10-21  Bingfeng Mei  <bmei@broadcom.com>
8898         PR c/45834
8899         * alias.c (true_dependence_1): Remove obsolete check for QImode.
8900         (may_alias_p): Ditto.
8902 2010-10-21  Martin Jambor  <mjambor@suse.cz>
8904         PR tree-optimization/45875
8905         * tree.c (get_binfo_at_offset): Remove initial zero offset test.
8907 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
8909         * tree-into-ssa.c (rewrite_update_enter_block): Remove unused
8910         variables.
8911         (create_new_def_for): Likewise.
8913 2010-10-21  Nick Clifton  <nickc@redhat.com>
8915         * config/mn10300/mn10300.c: Fold code to 80-character width.
8916         Replace GET_CODE (foo) == REG with REG_P (foo).  Likewise for
8917         MEM, CONST_INT and CONST_DOUBLE.
8918         (targetm): Move initialization to end of file.
8919         (print_operand): Rename to mn10300_print_operand.
8920         (print_operand_address): Rename to mn10300_print_operand_address.
8921         (can_use_return_insn): Rename to mn10300_can_use_return_insn.
8922         (expand_prologue): Rename to mn10300_expand_prologue.
8923         (expand_epilogue): Rename to mn10300_expand_epilogue.
8924         (initial_offset): Rename to mn10300_initial_offset.
8925         (function_arg): Rename to mn10300_function_arg.
8926         (mask_ok_for_mem_btst): Rename to mn10300_mask_ok_for_mem_btst.
8927         (symbolic_operand): Rename to mn10300_symbolic_operand.
8928         (legitimize_pic_address): Rename to mn10300_legitimize_pic_address.
8929         (legitimate_pic_operand_p): Rename to mn10300_legitimate_pic_operand_p.
8930         * config/mn10300/mn10300-protos.h: Update prototypes.
8931         * config/mn10300/mn10300.h: Fold code to 80-character width.
8932         Replace GET_CODE (foo) == REG with REG_P (foo).  Likewise for
8933         MEM, CONST_INT and CONST_DOUBLE.
8934         (CPP_SPEC): Move to...
8935         (TARGET_CPU_CPP_BUILTINS): ... here.
8936         * config/mn10300/mn10300.md: Fold code to 80-character width.
8937         Replace GET_CODE (foo) == REG with REG_P (foo).  Likewise for
8938         MEM, CONST_INT and CONST_DOUBLE.
8940 2010-10-21  Ira Rosen  <irar@il.ibm.com>
8942         PR tree-optimization/46049
8943         PR tree-optimization/46052
8944         * tree-vectorizer.h (enum stmt_vec_info_type): Add new value for shift.
8945         (vect_get_slp_defs): Add arguments.
8946         * tree-vect-loop.c (vect_create_epilog_for_reduction): Pass scalar
8947         operands to vect_get_slp_defs.
8948         (vectorizable_reduction): Fix comment, pass scalar operands to
8949         vect_get_slp_defs.
8950         * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use operand's
8951         type to determine number of units in the created vector.
8952         (vect_get_vec_defs): Pass scalar operands to vect_get_slp_defs.
8953         (vectorizable_conversion): Fix comment.
8954         (vectorizable_shift): New function.
8955         (vectorizable_operation): Move code that handles shifts to
8956         vectorizable_shift.
8957         (vectorizable_type_demotion): Fix comment, pass scalar operands to
8958         vect_get_slp_defs.
8959         (vectorizable_type_promotion, vectorizable_store): Likewise.
8960         (vectorizable_condition): Fix comment.
8961         (vect_analyze_stmt): Call vectorizable_shift.
8962         (vect_transform_stmt): Likewise.
8963         * tree-vect-slp.c (vect_get_constant_vectors): Add new argument.
8964         Use it as the operand to create vectors for, except reduction
8965         initial definition and store.  Use operands type.
8966         (vect_get_slp_defs): Add new arguments.  Pass them to
8967          vect_get_constant_vectors.
8969 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
8971         * basic-block.h (single_succ_edge): Use gcc_checking_assert.
8972         (single_pred_edge, ei_container, ei_next, ei_prev): Likewise.
8973         * cfghooks.c (fixup_reorder_chain): Likewise.
8974         * cfgrtl.c (cfg_layout_merge_blocks): Likewise.
8975         * cgraph.c (cgraph_add_thunk): Likewise.
8976         (cgraph_create_edge_1): Likewise.
8977         (cgraph_create_virtual_clone): Likewise.
8978         * ddg.c (add_cross_iteration_register_deps): Likewise.
8979         * dwarf2out.c (modified_type_die): Likewise.
8980         * emit-rtl.c (set_mem_alias_set): Likewise.
8981         * ggc-zone.c (zone_allocate_marks): Likewise.
8982         * gimple-iterator.c (gsi_move_to_bb_end): Likewise.
8983         * gimple.c (iterative_hash_gimple_type): Likewise.
8984         * graphite-scop-detection.c (create_single_entry_edge): Likewise.
8985         (create_single_exit_edge): Likewise.
8986         * haifa-sched.c (choose_ready): Likewise.
8987         * lto-streamer-in.c (input_gimple_stmt): Likewise.
8988         * passes.c (execute_todo): Likewise.
8989         * sched-ebb.c (begin_schedule_ready): Likewise.
8990         * sel-sched.c (code_motion_process_successors): Likewise.
8991         * tree-call-cdce.c (gen_conditions_for_pow): Likewise.
8992         * tree-cfg-cleanup.c (tree_forwarder_block_p): Likewise.
8993         * tree-flow-inline.h (link_imm_use, move_use_after_head): Likewise.
8994         (phi_arg_index_from_use, phi_ssa_name_p): Likewise.
8995         * tree-into-ssa.c (insert_updated_phi_nodes_for): Likewise.
8996         * tree-ssa-coalesce.c (ssa_conflicts_test_p): Likewise.
8997         (ssa_conflicts_add): Likewise.
8998         * tree-ssa-copy.c (replace_exp): Likewise.
8999         * tree-ssa-dom.c (eliminate_redundant_computations): Likewise.
9000         * tree-ssa-forwprop.c (simple_gimple_switch): Likewise.
9001         * tree-ssa-math-opts.c (execute_cse_reciprocals): Likewise.
9002         * tree-ssa-pre.c (bitmap_value_insert_into_set): Likewise.
9003         (compute_antic): Likewise.
9004         * tree-ssa-ter.c (add_to_partition_kill_list): Likewise.
9005         (add_dependence): Likewise.
9006         (process_replaceable, kill_expr, find_replaceable_exprs): Likewise.
9007         * tree-vrp.c (supports_overflow_infinity): Likewise.
9008         (make_overflow_infinity, negative_overflow_infinity): Likewise.
9009         (avoid_overflow_infinity, register_new_assert_for): Likewise.
9010         (process_assert_insertions_for): Likewise.
9011         * var-tracking.c (dv_is_value_p, dv_as_decl, dv_from_decl): Likewise.
9012         (dv_from_value, variable_union, find_loc_in_1pdv): Likewise.
9013         (intersect_loc_chains, variable_merge_over_cur): Likewise.
9015 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
9017         * cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.
9018         * reload1.c (has_nonexceptional_receiver): Likewise.
9019         * tree-into-ssa.c (rewrite_update_enter_block): Likewise.
9020         (create_new_def_for): Likewise.
9021         * tree-cfgcleanup.c (remove_forwarder_block): Likewise.
9022         (merge_phi_nodes): Likewise.
9023         (has_abnormal_incoming_edge_p): Delete.
9025 2010-10-21  H.J. Lu  <hongjiu.lu@intel.com>
9027         * config/i386/sse.md (ssescalarmodesuffix): Add V8SI and V4DI.
9029 2010-10-21  Richard Guenther  <rguenther@suse.de>
9030             Michael Matz  <matz@suse.de>
9032         PR tree-optimization/45764
9033         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
9034         Adjust initial misalignment for negative DR_STEP.
9035         (vect_find_same_alignment_drs): Two DRs with different DR_STEP
9036         do not have the same alignment over the whole iteration domain.
9038 2010-10-21  Richard Guenther  <rguenther@suse.de>
9040         PR tree-optimization/46111
9041         * tree-parloops.c (take_address_of): Re-organize for MEM_REF.
9043 2010-10-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9045         * config/s390/s390.md (*xordi3_cc): Mark xgrk as z196 only.
9047 2010-10-21  Tristan Gingold  <gingold@adacore.com>
9049         * config/vms/vms-crtl.h (CRTL_NAMES): Add new translations.
9050         * config/vms/vms-crtl-64.h (CRTL_NAMES): Ditto.
9052 2010-10-21  Tristan Gingold  <gingold@adacore.com>
9054         * config/alpha/vms-unwind.h (alpha_vms_fallback_frame_state): Set
9055         signal_frame.
9056         * config/alpha/alpha.c (alpha_function_arg): Adjust call.
9058 2010-10-21  Tristan Gingold  <gingold@adacore.com>
9060         * config/ia64/vms64.h (TARGET_DEFAULT): Add MASK_FUSED_MADD.
9061         * config/ia64/vms.h (TARGET_DEFAULT): Ditto.
9063 2010-10-20  Nathan Froyd  <froydnj@codesourcery.com>
9065         * basic-block.h (find_fallthru_edge): Define.
9066         * cfgcleanup.c (merge_blocks_move): Use it.
9067         (try_crossjump_bb): Likewise.
9068         * cfglayout.c (fixup_reorder_chains): Likewise.
9069         (fixup_fallthru_exit_predecessor): Likewise.
9070         * cfgrtl.c (rtl_split_edge): Likewise.
9071         (rtl_verify_flow_info): Likewise.
9072         * function.c (thread_prologue_and_epilogue_insns): Likewise.
9073         * gimple-pretty-print.c (dump_implicit_edges): Likewise.
9074         * ifcvt.c (block_fallthru): Likewise.
9075         * reload1.c (fixup_abnormal_edges): Likewise.
9076         * sched-ebb.c (being_schedule_ready): Likewise.
9077         (schedule_ebb): Likwise.
9078         * sched-rgn.c (find_single_block_region): Likewise.
9079         * sel-sched-ir.c (bb_ends_ebb_p): Likewise.
9080         * tree-complex.c (expand_complex_move): Likewise.
9081         * sched-int.h (find_fallthru_edge): Rename to...
9082         (find_fallthru_edge_from): ...this.
9083         * haifa-sched.c (find_fallthru_edge): Rename to...
9084         (find_fallthru_edge_from): ...this.  Use new find_fallthru_edge.
9085         (init_before_recovery): Call find_fallthru_edge_from.
9086         * sel-sched-ir.c (merge_fences): Likewise.
9087         * sel-sched.c (in_fallthru_bb_p): Likewise.
9088         (move_cond_jump): Likewise.
9090 2010-10-20  Paul Koning  <ni1d@arrl.net>
9092         * config/pdp11/pdp11.md (various): Fix conditions on a number of
9093         insn to check for target 11/40 or higher.
9095 2010-10-20  Nicola Pero  <nicola.pero@meta-innovation.com>
9097         * parser.c (c_parser_objc_method_type): Mark inline.  Return a
9098         bool instead of a tree.
9099         (c_parser_objc_method_decl): Added bool argument.  Updated call to
9100         objc_build_method_signature.
9101         (c_parser_objc_method_definition): Do not call
9102         objc_set_method_type.  Updated calls to c_parser_objc_method_type,
9103         c_parser_objc_method_decl and objc_start_method_definition.
9104         (c_parser_objc_methodproto): Do not call objc_set_method_type.
9105         Updated calls to c_parser_objc_method_type,
9106         c_parser_objc_method_decl and objc_add_method_declaration.
9108 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
9110         PR tree-optimization/45919
9111         * tree-ssa-ccp.c (fold_nonarray_ctor_reference): Handle flexible
9112         array members.
9114         PR tree-optimization/46066
9115         * tree-parloops.c (create_parallel_loop): Use gsi_last_nondebug_bb
9116         instead of gsi_last_bb.
9118 2010-10-20  DJ Delorie  <dj@redhat.com>
9120         * config/m32c/m32c.c (m32c_option_override): Always disable
9121         function-cse in 16-bit mode.  Indirect calls are always worse than
9122         direct calls as there is no 16-bit indirect call opcode.
9123         (m32c_override_options_after_change): New, likewise.
9125 2010-10-20  Nathan Froyd  <froydnj@codesourcery.com>
9127         * ifcvt.c (noce_emit_cmove): If both of the values are SUBREGs, try
9128         emitting the conditional move in the inner mode of the SUBREG.
9130 2010-10-20  Anatoly Sokolov  <aesok@post.ru>
9132         * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS): Remove macros.
9133         * config/ia64/ia64-protos.h (ia64_preferred_reload_class): Remove.
9134         * config/ia64/ia64.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
9135         (ia64_preferred_reload_class): Make static.  Change rclass argument
9136         and result types from enum reg_class to reg_class_t.
9138 2010-10-20  Pat Haugen  <pthaugen@us.ibm.com>
9140         * tree-ssa-ter.c (find_replaceable_in_bb): Allow replacement over
9141         call for single operand expression.
9143 2010-10-20  Eric Botcazou  <ebotcazou@adacore.com>
9145         * tree-optimize.c (execute_fixup_cfg): Purge dead abnormal call edges
9146         if there is a call statement to pure or const function in the block.
9148 2010-10-20  Paul Koning  <pkoning@equallogic.com>
9150         Fix several build errors for pdp11 target.
9151         * config/pdp11/pdp11.md (*cmpdf): Fix tstd operands.
9152         (cbranchdf4): Conditional on TARGET_FPU.
9153         (movdf): Ditto; correct alternatives check.
9154         (movmemhi): Fix predicate and constraint.
9155         * config/pdp11/pdp11.h (HARD_REGNO_MODE_OK): Handle 64 bit mode.
9157 2010-10-20  Richard Guenther  <rguenther@suse.de>
9159         PR lto/45667
9160         * lto-streamer-out.c (output_gimple_stmt): Fix typo.
9161         * tree-cfg.c (verify_gimple_call): Properly get the call fndecl.
9162         (verify_gimple_assign_single): Disable ADDR_EXPR type check
9163         when in LTO.
9165 2010-10-20  Vladimir Makarov  <vmakarov@redhat.com>
9167         PR fortran/42169
9168         * ira-emit.c (store_can_be_removed_p): Return false instead of
9169         gcc_unreachable.
9171 2010-10-20  Dmitry Melnik  <dm@ispras.ru>
9173         * fold-const.c (fold_binary_loc): New transformation.
9175 2010-10-20  H.J. Lu  <hongjiu.lu@intel.com>
9177         PR target/46085
9178         * config/i386/sse.md (reduc_splus_v8sf): Updated.
9179         (reduc_splus_v4df): Likewise.
9181 2010-10-20  Richard Guenther  <rguenther@suse.de>
9183         PR tree-optimization/45860
9184         * tree-ssa-phiopt.c (cond_store_replacement): Do not do
9185         conditional store replacement for non-register type stores.
9187 2010-10-20  Eric Botcazou  <ebotcazou@adacore.com>
9189         * stor-layout.c (skip_simple_constant_arithmetic): New function.
9190         (self_referential_size): Use it instead of skip_simple_arithmetic.
9192 2010-10-20  Olivier Hainque  <hainque@adacore.com>
9194         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p):
9195         If the current function calls eh_return, claim live all registers
9196         that we need to check for liveness otherwise.
9198 2010-10-20  Nicola Pero  <nicola.pero@meta-innovation.com>
9200         * c-decl.c (c_write_global_declarations): Call
9201         objc_write_global_declarations when compiling Objective-C.
9202         * c-lang.c (finish_file): Removed.
9204 2010-10-19  DJ Delorie  <dj@redhat.com>
9206         * doc/tm.texi.in (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): New.
9207         (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Change to hook.
9208         (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Likewise.
9209         (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Likewise.
9210         * doc/tm.texi: Regenerate.
9211         * targhooks.h (default_label_align_after_barrier_max_skip,
9212         default_loop_align_max_skip, default_label_align_max_skip,
9213         default_jump_align_max_skip): Declare.
9214         * target.def (label_align_after_barrier_max_skip): New.
9215         (loop_align_max_skip): New.
9216         (label_align_max_skip): New.
9217         (jump_align_max_skip): New.
9218         * system.h (poison): Add those macros to the list.
9219         * final.c (LABEL_ALIGN_MAX_SKIP): Remove.
9220         (LOOP_ALIGN_MAX_SKIP): Remove.
9221         (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Remove.
9222         (JUMP_ALIGN_MAX_SKIP): Remove.
9223         (default_label_align_after_barrier_max_skip): New.
9224         (default_loop_align_max_skip): New.
9225         (default_label_align_max_skip): New.
9226         (default_jump_align_max_skip): New.
9227         (compute_alignments): Use the new hooks.
9228         (shorten_branches): Likewise.
9230 2010-10-19  Richard Henderson  <rth@redhat.com>
9232         * config/i386/i386.c (bdesc_multi_arg): Use fma4i_fmadd_<mode>.
9233         * config/i386/sse.md (fma<mode>4): Enable for FMA & SSE_MATH.
9234         (fma4i_fmadd_<mode>): New.
9235         (*split_fma, *split_fms, *split_fnma, *split_fnms): Rename from
9236         fma4_fm*_<mode> and adjust to be pre-reload splitters to the
9237         standard fma patterns.
9238         (fmaddsub_<mode>): Rename from fma4i_fmaddsub_<mode> and
9239         enable for FMA.
9240         (*fma_fmadd_<mode>, *fma_fmsub_<mode>): New.
9241         (*fma_fmadd_<mode>, *fma_fmsub_<mode>): New.
9242         (*fma_fmaddsub_<mode>, *fma_fmsubadd_<mode>): New.
9244 2010-10-19  Paul Koning  <pkoning@equallogic.com>
9246         * lower-subreg.c (resolve_shift_zext): Delete conditional code for
9247         WORDS_BIG_ENDIAN != BYTES_BIG_ENDIAN.
9249 2010-10-19  Richard Henderson  <rth@redhat.com>
9251         * config/ia64/ia64.md (fmasf4, *fmssf4, *nfmasf4): New.
9252         (fmadf4, *fmsdf4, *nfmadf4): New.
9253         (fmaxf4, *fmsxf4, *nfmaxf4): New.
9255 2010-10-19  Michael Eager  <eager@eagercon.com>
9257         * config/microblaze/microblaze.c (TARGET_EXCEPT_UNWIND_INFO):
9258         Use sjlj unwind info for exceptions.
9260 2010-10-19  Francois-Xavier Coudert<fxcoudert@gcc.gnu.org>
9262         PR fortran/43414
9263         * dwarf2out.c (add_calling_convention_attribute): Flag main
9264         Fortran subroutine with DW_AT_main_subprogram.
9266 2010-10-19  Nick Clifton  <nickc@redhat.com>
9268         * config/rx/rx.c (rx_function_value): Small integer types are
9269         promoted to SImode.
9270         (rx_promote_function_mode): New function.
9271         (TARGET_PROMOTE_FUNCTION_MODE): Define.
9273 2010-10-19  Nick Clifton  <nickc@redhat.com>
9275         * config/mep/mep.c (mep_print_operand): Use
9276         targetm.strip_name_encoding.
9277         (mep_output_aligned_common): Likewise.
9279 2010-10-19  Basile Starynkevitch  <basile@starynkevitch.net>
9281         * gengtype.c (new_structure): Remove ad-hoc "location_s" processing.
9283 2010-10-18  Richard Henderson  <rth@redhat.com>
9285         * simplify-rtx.c (simplify_ternary_operation) [FMA]: Simplify
9286         (fma (neg a) (neg b) c) and (fma a (neg b) c).
9288 2010-10-18  Richard Henderson  <rth@redhat.com>
9290         * config/i386/i386.c (IX86_BUILTIN_VFMSUBSS, IX86_BUILTIN_VFMSUBSD,
9291         IX86_BUILTIN_VFMSUBPS, IX86_BUILTIN_VFMSUBPD,
9292         IX86_BUILTIN_VFMSUBADDPS, IX86_BUILTIN_VFMSUBADDPD,
9293         IX86_BUILTIN_VFNMADDSS, IX86_BUILTIN_VFNMADDSD,
9294         IX86_BUILTIN_VFNMADDPS, IX86_BUILTIN_VFNMADDPD,
9295         IX86_BUILTIN_VFNMSUBSS, IX86_BUILTIN_VFNMSUBSD,
9296         IX86_BUILTIN_VFNMSUBPS, IX86_BUILTIN_VFNMSUBPD,
9297         IX86_BUILTIN_VFMSUBADDPS256, IX86_BUILTIN_VFMSUBADDPD256,
9298         IX86_BUILTIN_VFNMADDPS256, IX86_BUILTIN_VFNMADDPD256,
9299         IX86_BUILTIN_VFNMSUBPS256, IX86_BUILTIN_VFNMSUBPD256): Remove.
9300         (bdesc_multi_arg): Remove the corresponding builtins.
9301         * config/i386/i386.md (UNSPEC_FMA4_INTRINSIC): Remove.
9302         (UNSPEC_FMA4_FMSUBADD): Remove.
9303         (UNSPEC_FMADDSUB): Rename from UNSPEC_FMA4_FMADDSUB.
9304         * config/i386/sse.md (FMA4MODEF4): Remove.
9305         (FMAMODE): Add.
9306         (fma<mode>4): New expander.
9307         (*fma4i_fmadd_<mode>): Macroize from fma4i_fmadd<mode>4 patterns,
9308         and use FMA rtx code instead of UNSPEC_FMA4_INTRINSIC.
9309         (*fma4i_fmsub_<mode>): Similarly.
9310         (*fma4i_fnmadd_<mode>): Similarly.
9311         (*fma4i_fnmsub_<mode>): Similarly.
9312         (fma4i_vmfmadd_<mode>): Scalar patterns zero-extend, not merge
9313         with the first operand.
9314         (fma4i_fmaddsub_<mode>): Represent with UNSPEC_FMADDSUB instead
9315         of explicit arithmetic.  Macroize with AVXMODEF2P.
9316         (*fma4i_fmsubadd_<mode>): Represent with UNSPEC_FMADDSUB + NEG.
9317         (xop_frcz<mode>2): Macroize with FMAMODE.
9318         (xop_vmfrcz<mode>2): Scalar patterns zero-extend, not merge with
9319         the first operand.
9320         * config/i386/fma4intrin.h (_mm_msub_ps): Use vfmadd intrinsic with
9321         extra negations.
9322         (_mm_msub_pd, _mm_msub_ss, _mm_msub_sd): Likewise.
9323         (_mm_nmacc_ps, _mm_nmacc_pd, _mm_nmacc_ss, _mm_nmacc_sd): Likewise.
9324         (_mm_nmsub_ps, _mm_nmsub_pd, _mm_nmsub_ss, _mm_nmsub_sd): Likewise.
9325         (_mm256_msub_ps, _mm256_msub_pd): Likewise.
9326         (_mm256_nmacc_ps, _mm256_nmacc_pd): Likewise.
9327         (_mm256_nmsub_ps, _mm256_nmsub_pd): Likewise.
9328         (_mm_msubadd_ps): Use vfmaddsub intrinsic with extra negation.
9329         (_mm_msubadd_pd, _mm256_msubadd_ps, _mm256_msubadd_pd): Likewise.
9331 2010-10-18  Bernd Schmidt  <bernds@codesourcery.com>
9333         PR rtl-optimization/45966
9334         * combine.c (try_combine): If added_sets_2, deal with the case
9335         where i0 feeds i1 and i1 feeds i2.
9337 2010-10-18  Jan Hubicka  <jh@suse.cz>
9339         * ipa.c (cgraph_externally_visible_p): Handle externally visible and
9340         preserve flags before trying to guess on visibility.
9341         (varpool_externally_visible_p): New function.
9342         (function_and_variable_visibility): Use it.
9344 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
9346         Implemented parsing @synthesize and @dynamic for Objective-C.
9347         * c-parser.c (c_parser_external_declaration): Recognize
9348         RID_AT_SYNTHESIZE and RID_AT_DYNAMIC.
9349         (c_parser_objc_at_synthesize_declaration): New.
9350         (c_parser_objc_at_dynamic_declaration): New.
9352 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
9354         * c-parser.c (c_parser_objc_class_declaration): After finding an
9355         error, parse the whole declaration then reset parser->error.
9357 2010-10-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
9359         PR target/46041
9360         * tree.h (mode_has_fma): Delete, move to c-cppbuiltins.c.
9361         * builtins.c (mode_has_fma): Ditto.
9363 2010-10-18  Steve Ellcey  <sje@cup.hp.com>
9365         PR target/36898
9366         PR middle-end/43760
9367         * config/ia64/ia64.c (rws_access_regno): Remove predicate check.
9369 2010-10-18  Joseph Myers  <joseph@codesourcery.com>
9371         * config/i386/i386.c (ix86_option_override_internal): Define and
9372         use USE_X86_64_FRAME_POINTER for 64-bit flag_omit_frame_pointer
9373         default.
9374         * config/i386/sol2-10.h (SUBTARGET_OVERRIDE_OPTIONS): Remove.
9375         (USE_IX86_FRAME_POINTER, USE_X86_64_FRAME_POINTER): Define.
9377 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
9379         Merge from 'apple/trunk' branch on FSF servers.
9380         * c-parser.c (c_parser_objc_type_name): Adapted to new parser the
9381         following Objective-C change:
9383         2005-10-10  Fariborz Jahanian  <fjahanian@apple.com>
9385         Radar 4301047
9386         * c-parse.in (objc_quals): Build objc qualifier list same way
9387         as gcc-3.3
9389 2010-10-18  Jan Hubicka  <jh@suse.cz>
9391         * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p,
9392         function_and_variable_visibility): Revert accidental commit.
9394 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
9396         Merge from 'apple/trunk' branch on FSF servers.
9397         * c-parser.c (c_parser_typeof_specifier): Adapted to new parser
9398         the following Objective-C change:
9400         2005-10-07  Fariborz Jahanian  <fjahanian@apple.com>
9402         Radar 4204796
9403         * c-parse.in (typespec_nonreserved_nonattr): Remove volatile from
9404         'volatilized' type used in a typeof operator.
9406 2010-10-18  Eric Botcazou  <ebotcazou@adacore.com>
9408         * tree-flow.h (gimple_purge_all_dead_abnormal_call_edges): Declare.
9409         * tree-cfg.c (gimple_purge_dead_abnormal_call_edges): Move around and
9410         rewrite modelled on gimple_purge_dead_eh_edges.
9411         (gimple_purge_all_dead_abnormal_call_edges): New function.
9412         * tree-inline.c (expand_call_inline): Call gimple_purge_dead_eh_edges
9413         directly instead of through gimple_purge_dead_abnormal_call_edges.
9414         * tree-ssa-pre.c (need_ab_cleanup): New static variable.
9415         (eliminate): Set bit in need_ab_cleanup for the basic block if we have
9416         removed AB side-effects from one of its statements.
9417         (init_pre): Initialize need_ab_cleanup.
9418         (fini_pre): Purge dead abnormal call edges and clean up the CFG if bits
9419         are set in need_ab_cleanup.  Free need_ab_cleanup afterward.
9421 2010-10-18  Jakub Jelinek  <jakub@redhat.com>
9423         PR c/46015
9424         * c-parser.c (c_parser_statement_after_labels): Call mark_exp_read
9425         on computed goto argument.
9427 2010-10-18  Richard Guenther  <rguenther@suse.de>
9429         PR tree-optimization/45967
9430         * tree-ssa-structalias.c (type_could_have_pointers): Remove.
9431         (could_have_pointers): Likewise.
9432         (handle_rhs_call, handle_const_call, handle_pure_call,
9433         find_func_aliases, intra_create_variable_infos): Remove calls to them.
9434         (struct fieldoff): Add must_have_pointers field.
9435         (type_must_have_pointers): New function.
9436         (field_must_have_pointers): Likewise.
9437         (push_fields_onto_fieldstack): Remove must_have_pointers_p argument.
9438         Adjust field merging.
9439         (create_function_info_for): May-have-pointers of varinfo is
9440         almost always true.
9441         (create_variable_info_for_1): Likewise.
9443 2010-10-18  Tejas Belagod  <tejas.belagod@arm.com>
9445         * config/arm/neon.md (neon_move_hi_quad_<mode>): Fix the order
9446         of operands to vec_concat.
9448 2010-10-18  Richard Guenther  <rguenther@suse.de>
9450         PR lto/44950
9451         * tree.c (free_lang_data_in_decl): As we clear TYPE_METHODS
9452         also clear references to entries of it.
9454 2010-10-18  Andi Kleen  <ak@linux.intel.com>
9456         PR other/43448
9457         * gccbug.in: Remove.
9458         * Makefile.in (GCCBUG_INSTALL_NAME, gccbug): Remove
9459         (doc, distclean, install-common): Remove reference to gccbug.
9460         * configure: Regenerate.
9461         * configure.ac (all_outputs): Remove gccbug.
9462         * doc/configfiles.texi: Remove references to gccbug.
9463         * doc/sourcebuild.texi: Dito.
9465 2010-10-18  Jakub Jelinek  <jakub@redhat.com>
9467         PR middle-end/46019
9468         * fold-const.c (fold_binary_loc): If integer_pow2p has
9469         TREE_INT_CST_LOW zero, look at TREE_INT_CST_HIGH.
9471 2010-10-18  Basile Starynkevitch  <basile@starynkevitch.net>
9472             Jeremie Salvucci  <jeremie.salvucci@free.fr>
9474         * gengtype.c (verbosity_level): Add variable.
9475         (set_gc_used): Count variables for verbosity.
9476         (close_output_files): Backing up files, counting written ones
9477         verbosily.
9478         (write_types): Count emitted functions for verbosity. Added
9479         debug messages.
9480         (write_enum_defn): Count structures for verbosity. Added debug
9481         messages.
9482         (gengtype_long_options): Add "verbose" & "backupdir".
9483         (print_usage): Ditto.
9484         (main): Verbose display of parsed files.
9486         * gengtype.h (verbosity_level): Add declaration.
9488 2010-10-18  Basile Starynkevitch  <basile@starynkevitch.net>
9490         * gengtype.c (parse_program_options): Add allocation of
9491         plugin_files, and correct test on nb_plugin_files.
9493 2010-10-17  Nicola Pero  <nicola.pero@meta-innovation.com>
9495         Merge from 'apple/trunk' branch on FSF servers.
9497         2006-03-27 Fariborz Jahanian  <fjahanian@apple.com>
9499         Radar 4133425
9500         * c-decl.c (undeclared_variable): Issue diagnostic on
9501         private 'ivar' access.
9503 2010-10-17  Uros Bizjak  <ubizjak@gmail.com>
9505         PR target/46051
9506         * config/i386/sse.md (vec_interleave_highv4df): Fix third RTX of
9507         generated sequence to match *avx_vperm2f128<mode>_nozero.
9508         (vec_interleave_lowv4df): Ditto.
9509         (vec_interleave_highv8sf): Ditto.
9510         (vec_interleave_lowv8sf): Ditto.
9512 2010-10-17  Kai Tietz  <kai.tietz@onevision.com>
9514         * libgcov.c (create_file_directory): Enable it for win32 case.
9515         (gcov_exit): De-couple GCOV_PREFIX and GCOV_PREFIX_STRIP.
9516         * doc/gcov.texi (GCOV_PREFIX): Adjusted.
9517         (GCOV_PREFIX_SKIP): Likewise.
9519 2010-10-17  Nicola Pero  <nicola.pero@meta-innovation.com>
9521         * doc/objc.texi (GNU Objective-C runtime API): New section.
9522         (Modern GNU Objective-C runtime API): New section.
9523         (Traditional GNU Objective-C runtime API): New section.
9524         (Executing code before main): Mention that this section is
9525         specific to the GNU Objective-C runtime.
9526         (Garbage Collection): Same.
9528 2010-10-17  Uros Bizjak  <ubizjak@gmail.com>
9530         * c-parser.c (c_parser_for_statement): Move initialization of
9531         cond and incr before if.
9533 2010-10-17  Anatoly Sokolov  <aesok@post.ru>
9535         * target.def (preferred_output_reload_class): New hook.
9536         * doc/tm.texi.in (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Document.
9537         * doc/tm.texi: Regenerate.
9538         * targhooks.c (default_preferred_output_reload_class): New function.
9539         * targhooks.h (default_preferred_output_reload_class): Declare.
9540         * reload.c (find_dummy_reload): Change rclass argument type from
9541         enum reg_class to reg_class_t. Change this_alternative array type
9542         from enum reg_class to reg_class_t.
9543         Use TARGET_PREFERRED_OUTPUT_RELOAD_CLASS target hook.
9544         (push_reload): Change preferred_class variable type to reg_class_t.
9545         Use TARGET_PREFERRED_OUTPUT_RELOAD_CLASS target hook.
9546         * recog.c (reg_fits_class_p): Change result type to bool. Change cl
9547         argument type from enum reg_class to reg_class_t. Use
9548         HARD_REGISTER_NUM_P predicate.
9549         * recog.h (reg_fits_class_p): Update prototype.
9551         * config/i386/i386.h (PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
9552         * config/i386/i386-protos.h (ix86_preferred_output_reload_class):
9553         Remove.
9554         * config/i386/i386.c (ix86_preferred_output_reload_class): Make
9555         static. Change regclass argument and result types from enum reg_class
9556         to reg_class_t.
9557         (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
9559 2010-10-17  Iain Sandoe  <iains@gcc.gnu.org>
9561         * c-parser.c (c_parser_objc_class_instance_variables): Update to use
9562         visibility enum, and handle @package.
9564 2010-10-17  Nicola Pero  <nicola.pero@meta-innovation.com>
9566         * doc/objc.texi (What you can and what you cannot do in +load):
9567         Document that sending messages to constant string objects in +load
9568         is not guaranteed to work.
9570 2010-10-16  Jan Hubicka  <jh@suse.cz>
9572         PR middle-end/44206
9573         * ipa.c (cgraph_remove_unreachable_nodes): Cleanup; check
9574         existence of refrences before removing the function.
9576 2010-10-16  Jan Hubicka  <jh@suse.cz>
9578         * cgraph.c (dump_cgraph_node): Dump same_comdat_group,
9579         only_called_at_startup and only_called_at_exit.
9580         (cgraph_propagate_frequency): Compute only_called_at_startup and
9581         only_called_at_exit.
9582         * cgraph.h (struct cgraph_node): New fileds only_called_at_startup and
9583         only_called_at_exit.
9584         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream the new
9585         flags.
9586         * predict.c (compute_function_frequency): Initialize the new flags.
9588 2010-10-16  Eric Botcazou  <ebotcazou@adacore.com>
9590         * gimplify.c (gimplify_type_sizes) <ARRAY_TYPE>: If the type is to be
9591         ignored for debug info purposes, do not clear the DECL_IGNORED_P flag
9592         on the bounds of its domain.
9593         * tree.h (DECL_IGNORED_P): Document effect on TYPE_DECL specifically.
9595 2010-10-16  Anatoly Sokolov  <aesok@post.ru>
9597         * config/avr/avr.h (PREFERRED_RELOAD_CLASS): Remove.
9598         * config/avr/avr-protos.h (preferred_reload_class): Remove.
9599         * config/avr/avr.c (preferred_reload_class): Remove.
9600         * config/pa/pa.h (PREFERRED_RELOAD_CLASS): Remove.
9601         * config/pa/pa.c (emit_move_sequence): Update comment
9602         * config/arc/arc.h (PREFERRED_RELOAD_CLASS): Remove.
9603         * config/crx/crx.h (PREFERRED_RELOAD_CLASS): Remove.
9604         * config/fr30/fr30.h (PREFERRED_RELOAD_CLASS): Remove.
9605         * config/frv/frv.h (PREFERRED_RELOAD_CLASS): Remove.
9606         * config/h8300/h8300.h (PREFERRED_RELOAD_CLASS): Remove.
9607         * config/lm32/lm32.h (PREFERRED_RELOAD_CLASS): Remove.
9608         * config/m32r/m32r.h (PREFERRED_RELOAD_CLASS): Remove.
9609         * config/moxie/moxie.h (PREFERRED_RELOAD_CLASS): Remove.
9610         * config/picochip/picochip.h (PREFERRED_RELOAD_CLASS): Remove.
9611         * config/rx/rx.h (PREFERRED_RELOAD_CLASS): Remove.
9612         * config/spu/spu.h (PREFERRED_RELOAD_CLASS): Remove.
9613         * config/v850/v850.h (PREFERRED_RELOAD_CLASS): Remove.
9614         * config/vax/vax.h (PREFERRED_RELOAD_CLASS): Remove.
9616 2010-10-16  Joseph Myers  <joseph@codesourcery.com>
9618         * opts.c (set_fast_math_flags,
9619         set_unsafe_math_optimizations_flags): Make static.
9620         * toplev.h (set_fast_math_flags,
9621         set_unsafe_math_optimizations_flags): Remove prototypes.
9623 2010-10-16  Joseph Myers  <joseph@codesourcery.com>
9625         * config/arm/arm.c (arm_option_optimization): Set
9626         flag_section_anchors to 1 not 2.
9627         * config/i386/i386.c (ix86_option_override_internal): Check
9628         global_options_set.x_flag_zee and
9629         global_options_set.x_flag_omit_frame_pointer.
9630         (ix86_option_optimization): Don't set flag_omit_frame_pointer and
9631         flag_zee to 2.
9632         * config/i386/sol2-10.h (SUBTARGET_OVERRIDE_OPTIONS): Check
9633         global_options_set.x_flag_omit_frame_pointer.
9634         * config/rs6000/rs6000.c (rs6000_option_init_struct): Set
9635         opts->x_flag_section_anchors to 1 not 2.
9636         * config/sh/sh.c (sh_option_optimization): Don't set
9637         flag_schedule_insns to 2.
9638         (sh_option_override): Check
9639         global_options_set.x_flag_schedule_insns.
9640         * opts.c (finish_options): Check opts_set->x_flag_section_anchors.
9642 2010-10-16  Kai Tietz  <kai.tietz@onevision.com>
9644         * configure.ac: Make sure inhibit_libc remains false for mingw targets
9645         as cross.
9646         * configure: Regenerated.
9648 2010-10-15  Xinliang David Li  <davidxl@google.com>
9650         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths): New
9651         function.
9652         (use_pred_not_overlap_with_undef_path_pred): Outline phi arg pruning
9653         into a recursive function.
9655 2010-10-15  Uros Bizjak  <ubizjak@gmail.com>
9657         * config/i386/i386.md (*movdfcc_1_rex64): Correct mode attribute.
9658         (*movdfcc_1): ditto.
9660 2010-10-15  Joseph Myers  <joseph@codesourcery.com>
9662         * target.def (target_option.init_struct): New hook.
9663         * doc/tm.texi.in (TARGET_OPTION_INIT_STRUCT): New @hook.
9664         * doc/tm.texi: Regenerate.
9665         * hooks.c (hook_void_gcc_optionsp): New.
9666         * hooks.h (hook_void_gcc_optionsp): Declare.
9667         * langhooks-def.h (lhd_init_options_struct): Remove.
9668         (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define to hook_void_gcc_optionsp.
9669         * langhooks.c (lhd_init_options_struct): Remove.
9670         * opts.c (init_options_struct): Also call
9671         targetm.target_option.init_struct.
9672         * config/i386/i386.c (ix86_option_init_struct,
9673         TARGET_OPTION_INIT_STRUCT): New.
9674         (ix86_option_optimization): Move some settings to
9675         ix86_option_init_struct.
9676         * config/pdp11/pdp11.c (pdp11_option_init_struct,
9677         TARGET_OPTION_INIT_STRUCT): New.
9678         (pdp11_option_optimization): Move some settings to
9679         pdp11_option_init_struct.
9680         * config/rs6000/rs6000.c (rs6000_option_optimization): Replace by
9681         rs6000_option_init_struct.  Use options structure pointer.
9682         (TARGET_OPTION_OPTIMIZATION): Replace by TARGET_OPTION_INIT_STRUCT.
9683         * config/s390/s390.c (s390_option_init_struct,
9684         TARGET_OPTION_INIT_STRUCT): New.
9685         (s390_option_optimization): Don't set
9686         flag_asynchronous_unwind_tables here.
9687         * config/sh/sh.c (sh_option_init_struct,
9688         TARGET_OPTION_INIT_STRUCT): New.
9689         (sh_option_optimization): Don't set flag_finite_math_only here.
9690         * config/spu/spu.c (spu_option_optimization): Replace by
9691         spu_option_optimization.  Use options structure pointer.
9692         (TARGET_OPTION_OPTIMIZATION): Replace by TARGET_OPTION_INIT_STRUCT.
9694 2010-10-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
9696         * doc/md.texi (Standard Names): Add fma@var{m}4 documentation.
9698         * doc/rtl.texi (RTX_TERNARY): Document FMA is ternary.  Add
9699         SIGN_EXTRACT and ZERO_EXTRACT which were missing.
9700         (Standard names): Document fma.
9702         * doc/cpp.texi (Common Predefined Macros): Document __FP_FAST_FMA,
9703         __FP_FAST_FMAF, __FP_FAST_FMAL.
9705         * builitns.c (expand_builtin_mathfn_ternary): New function for
9706         expanding ternary math functions, like fma.
9707         (expand_builtin): Call it for the fma builtins.
9709         * simplify-rtx.c (simplify_ternary_operation): Don't simplify FMA
9710         ops at present.
9712         * tree-vect-stmts.c (vectorizable_call): Allow 3 argument
9713         vectorizable functions to support vectorizing fma.
9715         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
9716         Handle fma builtins.
9718         * config/rs6000/vsx.md (UNSPEC_VSX_MADD): Delete.
9719         (UNSPEC_VSX_MSUB): Ditto.
9720         (UNSPEC_VSX_NMADD): Ditto.
9721         (UNSPEC_VSX_NMSUB): Ditto.
9722         (vsx_fmadd<mode>4*): Rewrite to use FMA rtl in some cases instead
9723         of UNSPEC. Renumber combiner patterns.
9724         (vsx_fmsub<mode>4*): Ditto.
9725         (vsx_fnmadd<mode>4*): Ditto.
9726         (vsx_fnmsub<mode>4*): Ditto.
9728         * config/rs6000/altivec.md (UNSPEC_VNMSUBFP): Delete.
9729         (altivec_vmaddfp): Rewrite to use FMA rtl if no fused
9730         multiply/add.  Rename combiner pattern, and add TARGET_FUSED_MADD test.
9731         (altivec_vmaddfp_1): Ditto.
9732         (altivec_vmaddfp_2): Ditto.
9733         (atlivec_mulv4sf3): Ditto.
9734         (altivec_vnmsubfp): Ditto.
9735         (altivec_vnmsubfp_1): Ditto.
9736         (altivec_vnmsubfp_2): Ditto.
9737         (altivec_vnmsubfp_3): Delete.
9739         * config/rs6000/rs6000.md (fmasf4): New insns for fma builtin support.
9740         (fmasf4_fpr): Ditto.
9741         (fmssf4_fpr): Ditto.
9742         (fnmasf4_fpr): Ditto.
9743         (fnmssf4_fpr): Ditto.
9744         (fmadf4): Ditto.
9745         (fmadf4_fpr): Ditto.
9746         (fmsdf4_fpr): Ditto.
9747         (fnmadf4_fpr): Ditto.
9748         (fnmsdf4_fpr): Ditto.
9750         * optabs.h (OTI_fma): Add fma optab.
9751         (fma_optab): Ditto.
9753         * genopinit.c (optabs): Set fma optab.
9755         * rtl.def (FMA): Add FMA rtl.
9757         * tree.h (mode_has_fma): New function to return if MODE supports a
9758         fast multiply and add instruction.
9759         * builtins.c (mode_has_fma): Ditto.
9761 2010-10-15  Jan Hubicka  <jh@suse.cz>
9763         * lto-streamer-out.c (write_symbol): Use pointer set of seen
9764         objects instead of bitmap.
9765         (produce_symtab): Likewise; output defined symbols first.
9767 2010-10-15  Jie Zhang  <jie@codesourcery.com>
9769         * doc/invoke.texi: Add -fstrict-volatile-bitfields to
9770         Option Summary and Index.
9772 2010-10-15  Richard Guenther  <rguenther@suse.de>
9774         * tree.c (free_lang_data_in_decl): Clear DECL_INITIAL
9775         for automatic variables again.
9777 2010-10-15  Joseph Myers  <joseph@codesourcery.com>
9779         * doc/extend.texi (Variable Length): Don't refer to VLAs not
9780         conforming to C99.
9782 2010-10-15  Joseph Myers  <joseph@codesourcery.com>
9784         * config/rx/rx.c (rx_option_optimization): Change to
9785         rx_override_options_after_change.  Don't change
9786         flag_lto_compression_level.  Don't check for changes to whether
9787         FPU instructions can be used.  Check and set only
9788         flag_finite_math_only, not other fast-math flags.
9789         (rx_option_override): Call rx_override_options_after_change.
9790         (TARGET_OPTION_OPTIMIZATION): Remove.
9791         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
9793 2010-10-15  Joseph Myers  <joseph@codesourcery.com>
9795         * config/rs6000/rs6000.c (rs6000_option_optimization): Don't
9796         disable section anchors for lang_hooks.name[4] != 'O'.
9798 2010-10-15  Joseph Myers  <joseph@codesourcery.com>
9800         * config/frv/frv.c (frv_option_optimization,
9801         TARGET_OPTION_OPTIMIZATION): Remove.
9802         * config/frv/frv.h (RCSP_SOFTWARE_PIPELINING): Remove.
9804 2010-10-15  Michael Matz  <matz@suse.de>
9806         * cgraphunit.c (clone_of_p): Define unconditionally.
9808 2010-10-15  Richard Guenther  <rguenther@suse.de>
9810         PR lto/45957
9811         * tree.c (free_lang_data_in_decl): Do not clear DECL_INITIAL of vars.
9813 2010-10-15  Chung-Lin Tang  <cltang@codesourcery.com>
9815         * ifcvt.c (find_active_insn_before): New function.
9816         (find_active_insn_after): New function.
9817         (cond_exec_process_if_block): Use new functions to replace
9818         prev_active_insn() and next_active_insn().
9820 2010-10-14  Yao Qi  <yao@codesourcery.com>
9822         PR target/45447
9823         * config/arm/arm.c (arm_build_builtin_va_list): Assign
9824         va_list_name to TYPE_STUB_DECL (va_list_type).
9826 2010-10-14  Jan Hubicka  <jh@suse.cz>
9828         PR middle-end/45621
9829         * cgraph.c (cgraph_update_edges_for_call_stmt_node): When new call is
9830         redirected to clone, be happy.
9831         * cgraph.h (cgraph node): Enable former_clone_of unconditinally.
9832         * cgraphunit.c (verify_cgraph_node, cgraph_materialize_clone): Handle
9833         former_clone_of unconditionally.
9835 2010-10-14  Iain Sandoe  <iains@gcc.gnu.org>
9837         Merge from FSF apple 'trunk' branch.
9838         2006 Fariborz Jahanian  <fjahanian@apple.com>
9840         Radars 4436866, 4505126, 4506903, 4517826
9841         * c-parser.c (c_parser, objc_property_attr_context) New flag.
9842         (c_lex_one_token): Handle property attributes.
9843         (c_parser_external_declaration): Handle @property.
9844         (c_parser_declaration_or_fndef): Warn on invalid attributes before
9845         @alias, @class, @end and @property objc keywords.
9846         (c_parser_objc_methodprotolist): Handle @property.
9847         (c_parser_objc_property_attrlist): New.
9848         (c_parser_objc_at_property): New.
9849         * c-typeck.c (build_component_ref): Handle CLASS.property syntax.
9850         (build_modify_expr): Likewise.
9852 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
9854         PR tree-optimization/46008
9855         * tree-if-conv.c (predicate_bbs): Try to canonicalize c2 if possible.
9857 2010-10-14  Richard Guenther  <rguenther@suse.de>
9859         PR tree-optimization/44913
9860         * tree-data-ref.c (disjoint_objects_p): Remove.
9861         (dr_may_alias_p): Simplify.  Only hand the base object to
9862         the alias-oracle.
9863         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle
9864         some more trees, bail out instead of asserting.
9865         (ptr_derefs_may_alias_p): Likewise.  Export.
9866         (refs_may_alias_p_1): Handle STRING_CSTs.
9867         * tree-ssa-alias.h (ptr_derefs_may_alias_p): Declare.
9869 2010-10-14  Joseph Myers  <joseph@codesourcery.com>
9871         PR c/45969
9872         * c-typeck.c (build_binary_op): Don't try to compute a semantic
9873         type with excess precision for boolean operations.
9875 2010-10-14  Jeremie Salvucci  <jeremie.salvucci@free.fr>
9876             Basile Starynkevitch  <basile@starynkevitch.net>
9878         * gengtype.c:  Include getopt.h and version.h.
9880         (lang_bitmap, struct outf, outf_p)
9881         (get_output_file_with_visibility, oprintf): Definitions moved to
9882         gengtype.h
9883         (output_files, header_file, srcdir, srcdir_len, this_file)
9884         (do_dump): No more static variables.
9885         (do_debug): New.
9886         (dbgprint_count_type_at): Added new function.
9887         (gengtype_long_options): New.
9888         (print_usage, print_version, parse_program_options): New.
9889         (main): Call parse_program_options, and removed old option
9890         handling code.  Added some debug output.
9892         * gengtype.h:  Updated copyright year.
9893         (lang_bitmap, struct outf, outf_p, header_file, oprintf)
9894         (get_output_file_with_visibility, srcdir, srcdir_len, do_dump):
9895         Moved from gengtype.c to here.
9896         (do_debug, read_state_filename, write_state_filename): New variables.
9897         (DBGPRINTF, DBGPRINT_COUNT_TYPE): New macros.
9899         * Makefile.in:
9900         (REVISION): Always defined.
9901         (version.o): Removed ifdef REVISION_c.
9902         (s-gtype): Pass arguments to build/gengtype program.
9903         (build/version.o): Added building rule.
9904         (build/gengtype$(build_exeext)): Added build/version.o.
9906 2010-10-14  Iain Sandoe  <iains@gcc.gnu.org>
9908         Partial merge of 'ObjC GC' from FSF apple 'trunk' branch.
9909         * config/darwin-c.c (darwin_cpp_builtins): Define __weak and
9910         __strong macros.
9912 2010-10-14  Eric Botcazou  <ebotcazou@adacore.com>
9914         * sched-deps.c (sched_insn_is_legitimate_for_speculation): Invoke
9915         may_trap_or_fault_p instead of may_trap_p predicate.
9916         * tree.c (substitute_in_expr): Propagate the TREE_THIS_NOTRAP flag.
9917         (substitute_placeholder_in_expr): Likewise.
9918         * tree-inline.c (remap_gimple_op_r): Propagate the TREE_THIS_NOTRAP
9919         flag on MEM_REF nodes.
9920         (copy_tree_body_r): Propagate the TREE_READONLY and TREE_THIS_NOTRAP
9921         flags on INDIRECT_REF nodes.
9923 2010-10-14  Nathan Froyd  <froydnj@codesourcery.com>
9925         * config.gcc (arm*-*-linux-*eabi) <tm_file>: Add bpabi.h from libgcc.
9926         (arm*-*-uclinux*eabi) <tm_file>: Likewise.
9927         (arm*-*-eabi*) <tm_file>: Likewise.
9928         (frv-*-elf) <tm_file>: Add frv-abi.h from libgcc.
9929         (frv-*-*linux*) <tm_file>: Likewise.
9930         * config/arm/bpabi.h: Delete DECLARE_LIBRARY_RENAMES stanzas
9931         and associated helper macros.
9932         * config/frv/frv-abi.h: Delete.
9934 2010-10-14  Richard Guenther  <rguenther@suse.de>
9936         PR lto/44561
9937         * tree.def (NULLPTR_TYPE): New tree code.
9938         * dbxout.c (dbxout_type): Handle NULLPTR_TYPE.
9939         * dwarf2out.c (is_base_type): Likewise.
9940         (gen_type_die_with_usage): Likewise.
9941         * sdbout.c (plain_type_1): Likewise.
9942         * tree.c (build_int_cst_wide): Likewise.
9943         * gimple.c (gimple_types_compatible_p_1): NULLPTR_TYPE types are equal.
9945 2010-10-14  Joseph Myers  <joseph@codesourcery.com>
9947         * params.c (params_finished): New.
9948         (add_params): Assert !params_finished.
9949         (finish_params): New.
9950         (set_param_value_internal): Take params and params_set
9951         parameters.  Assert params_finished.
9952         (set_param_value, maybe_set_param_value): Take params and
9953         params_set parameters.  Update calls to set_param_value_internal.
9954         (set_default_param_value): Assert !params_finished.  Don't use
9955         set_param_value_internal.
9956         (default_param_value, init_param_values): New.
9957         * params.h (struct param_info): Change value to default_value.
9958         Remove set.
9959         (set_param_value, maybe_set_param_value): Add params and
9960         params_set parameters.
9961         (PARAM_VALUE): Get parameters from global_options.
9962         (PARAM_SET_P): Remove.
9963         (finish_params, default_param_value, init_param_values): New.
9964         * common.opt (param_values): New Variable.
9965         * config/arm/arm.c (arm_option_override): Pass extra arguments to
9966         maybe_set_param_value.
9967         * config/i386/i386.c (ix86_option_override_internal): Pass extra
9968         arguments to maybe_set_param_value.
9969         * config/picochip/picochip.c (picochip_option_override): Pass
9970         extra arguments to maybe_set_param_value.
9971         * config/rs6000/rs6000.c (rs6000_option_override_internal): Pass
9972         extra arguments to maybe_set_param_value.
9973         * config/s390/s390.c (s390_option_override): Use
9974         maybe_set_param_value instead of set_param_value.  Pass extra
9975         arguments to maybe_set_param_value.
9976         * config/sparc/sparc.c (sparc_option_override): Pass extra
9977         arguments to maybe_set_param_value.
9978         * config/spu/spu.c (spu_option_override): Pass extra arguments to
9979         maybe_set_param_value.
9980         * opts.c (handle_param): Take opts and opts_set parameters.
9981         Update call to set_param_value.
9982         (initial_min_crossjump_insns, initial_max_fields_for_field_sensitive,
9983         initial_loop_invariant_max_bbs_in_loop): Remove.
9984         (init_options_once): Don't set them.
9985         (init_options_struct): Initialize parameters structures.
9986         (default_options_optimization): Use default_param_value when
9987         restoring defaults.  Update calls to maybe_set_param_value.
9988         (finish_options): Update calls to maybe_set_param_value.
9989         (common_handle_option): Update calls to handle_param and
9990         set_param_value.
9991         * toplev.c (DEFPARAM): Update definition for changes to param_info.
9992         (general_init): Call finish_params.
9994 2010-10-14  Nick Clifton  <nickc@redhat.com>
9996         * config/mn10300/mn10300.h (CONSTANT_ALIGNMENT): Define.
9997         (DATA_ALIGNMENT, LOCAL_ALIGNMENT): Define.
9998         (FIRST_PSEUDO_REGISTER): Increase by one.
9999         (FIXED_REGISTERS, CALL_USED_REGISTERS): Update with CC_REG.
10000         (HARD_REGNO_MODE_OK): Call mn10300_hard_regno_mode_ok.
10001         (MODES_TIEABLE): Call mn10300_modes_tieable.
10002         (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS): Add CC_REGS.
10003         (LEGITIMATE_CONSTANT_P): Call mn10300_legitimate_constant_p.
10004         (CC_OVERFLOW_UNUSABLE, CC_NO_CARRY, NOTICE_UPDATE_CC)
10005         (SELECT_CC_MODE, REVERSIBLE_CC_MODE): Delete.
10006         (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Add CC register.
10007         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.
10008         (mn10300_cc_status_mdep): Delete.
10009         (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Delete.
10010         * config/mn10300/mn10300 (mn10300_option_override): Stop disabling
10011         the combine-stack-adjust pass.
10012         (print_operand): Use the mode of the comparison operation to
10013         select the comparison suffix.
10014         (notice_update_cc): Delete.
10015         (mn10300_secondary_reload_class): Remove test for stack pointer
10016         based arithmetic.
10017         (output_tst): Rename to mn10300_output_cmp.
10018         (impossible_plus_operand): Move into predicates.md.
10019         (mn10300_legitimize_address): Make static.
10020         (mn10300_legitimate_address_p): Make static.  Only allow SI sized
10021         constant pic operands.
10022         (mn10300_legitimate_constant_p): New function.
10023         (mn10300_case_values_threshold): Make static.
10024         (mn10300_hard_regno_mode_ok): New function.
10025         (mn10300_modes_tieable): New function.
10026         (mn10300_select_cc_mode): New function.
10027         * config/mn10300/predicates.md (impossible_plus_operand): Define.
10028         * config/mn10300/mn10300-protos.h: Tidy.
10029         (mn10300_legitimate_constant_p, mn10300_modes_tieable)
10030         (mn10300_hard_regno_mode_ok, mn10300_select_cc_mode): Prototype.
10031         * config/mn10300/mn10300.md (cc attribute): Delete.  Replace
10032         with clobbers or sets of CC_REG.
10033         (CC_REG): Define.
10034         (mov*): Remove use of CLR instruction.
10035         (cbranch_si4_<code>): New pattern/split.
10036         (integer_conditional_branch): New pattern.
10037         (cbranch_sf4_<code>): New pattern/split.
10038         (float_conditional_branch): New pattern.
10039         (casesi): Use addsi3 pattern instead of movsi pattern to add and
10040         move a value at the same time.
10041         (cc0 peepholes): Remove.
10043 2010-10-14  Andrey Belevantsev  <abel@ispras.ru>
10045         * sel-sched-ir.c (init_global_and_expr_for_insn): Set CANT_MOVE
10046         on RTX_FRAME_RELATED_P insns and the insn to which
10047         NOTE_INSN_EPILOGUE_BEG is attached.
10048         * sched-vis.c (print_value): Allow NULL value.
10050 2010-10-14  Andrey Belevantsev  <abel@ispras.ru>
10052         PR rtl-optimization/45570
10053         * sel-sched-ir.c (cfg_preds_1): When walking out of the region,
10054         assert that we are pipelining outer loops.  Allow returning
10055         zero predecessors.
10057 2010-10-14  Andrey Belevantsev  <abel@ispras.ru>
10059         * sel-sched-ir.c (maybe_tidy_empty_bb): Simplify comment.
10060         (tidy_control_flow): Tidy vertical space.
10061         (sel_remove_bb): New variable idx.  Use it to remember the basic
10062         block index before deleting the block.
10063         (sel_remove_empty_bb): Remove dead code, simplify and insert to ...
10064         (sel_merge_blocks): ... here.
10065         * sel-sched-ir.h (sel_remove_empty_bb): Remove prototype.
10067 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
10069         * cse.c (is_dead_reg): Change into inline function that is not
10070         called through for_each_rtx.
10071         (set_live_p): Adjust caller.
10072         (insn_live_p): Don't reset DEBUG_INSNs here.
10073         (struct dead_debug_insn_data): New data.
10074         (count_stores, is_dead_debug_insn, replace_dead_reg): New functions.
10075         (delete_trivially_dead_insns): If there is just one setter for the
10076         dead reg that is referenced by some DEBUG_INSNs, create a DEBUG_EXPR
10077         and add DEBUG_INSN for it right before the removed setter and
10078         use the DEBUG_EXPR instead of the dead pseudo.
10080 2010-10-14  Zdenek Dvorak  <rakdver@kam.uniff.cz>
10082         * et-forest.c (et_nca): Return NULL immediately when
10083         the dominance forest has disjoint components.
10085 2010-10-13  Vladimir Makarov  <vmakarov@redhat.com>
10087         * ira.c (setup_class_hard_regs): Fix typo in indexing
10088         ira_non_ordered_class_hard_regs and ira_class_hard_reg_index.
10090 2010-10-14  Tijs Wiebe Lefering  <twlevo@gmail.com>
10092         * graph.c (inbb): New variable.
10093         (start_bb): Set inbb to 1 if output is inside of a building block.
10094         (end_bb): Check if output is inside of a building block.
10096 2010-10-13  Eric Botcazou  <ebotcazou@adacore.com>
10098         PR rtl-optimization/45912
10099         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Test the
10100         regno of registers instead of their index to compute the alignment.
10102 2010-10-13  H.J. Lu  <hongjiu.lu@intel.com>
10104         * config/i386/i386.c (ix86_build_const_vector): Check vector
10105         mode instead of scalar mode.
10106         (ix86_build_signbit_mask): Likewise.
10107         (ix86_expand_fp_absneg_operator): Updated.
10108         (ix86_expand_copysign): Likewise.
10109         (ix86_expand_int_vcond): Likewise.
10110         (ix86_emit_swdivsf): Likewise.
10111         (ix86_sse_copysign_to_positive): Likewise.
10112         (ix86_expand_sse_fabs): Likewise.
10113         * config/i386/i386.md (fixuns_trunc<mode>si2): Likewise.
10114         * config/i386/sse.md (copysign<mode>3): Likewise.
10115         (sse2_cvtudq2ps): Likewise.
10116         (vec_unpacku_float_hi_v4si): Likewise.
10117         (vec_unpacku_float_lo_v4si): Likewise.
10119         * config/i386/i386.c (ix86_builtins): Add
10120         IX86_BUILTIN_CPYSGNPS256 and IX86_BUILTIN_CPYSGNPD256.
10121         (bdesc_args): Likewise.
10122         (ix86_builtin_vectorized_function): Support
10123         IX86_BUILTIN_CPYSGNPS256, IX86_BUILTIN_CPYSGNPD256,
10124         IX86_BUILTIN_SQRTPD256, IX86_BUILTIN_SQRTPS_NR256,
10125         and IX86_BUILTIN_CVTPS2DQ256.
10126         (ix86_builtin_reciprocal): Support IX86_BUILTIN_SQRTPS_NR256.
10128         * config/i386/sse.md (STORENT_MODE): New.
10129         (VEC_FLOAT_MODE): Likewise.
10130         (VEC_EXTRACT_MODE): Likewise.
10131         (*avx_cvtdq2pd256_2): Likewise.
10132         (vec_pack_trunc_v4df): Likewise.
10133         (vec_interleave_highv8sf): Likewise.
10134         (vec_interleave_lowv8sf): Likewise.
10135         (storent<mode>): Macroized.
10136         (<code><mode>2: absneg): Likewise.
10137         (copysign<mode>3): Likewise.
10138         (vec_extract<mode>): Likewise.
10140         PR target/44180
10141         * config/i386/i386.c (expand_vec_perm_even_odd_1): Rewritten
10142         for V8SFmode.
10144 2010-10-13  Richard Guenther  <rguenther@suse.de>
10145             H.J. Lu  <hongjiu.lu@intel.com>
10147         * config/i386/sse.md (reduc_splus_v8sf): Add.
10148         (reduc_splus_v4df): Likewise.
10149         (vec_unpacks_hi_v8sf): Likewise.
10150         (vec_unpacks_lo_v8sf): Likewise.
10151         (*avx_cvtps2pd256_2): Likewise.
10152         (vec_unpacks_float_hi_v8si): Likewise.
10153         (vec_unpacks_float_lo_v8si): Likewise.
10154         (vec_interleave_highv4df): Likewise.
10155         (vec_interleave_lowv4df): Likewise.
10157 2010-10-13  Richard Guenther  <rguenther@suse.de>
10159         PR objc/45878
10160         * gimple-fold.c (gimple_fold_obj_type_ref): Leave OBJ_TYPE_REFs
10161         alone if there are no virtual methods.
10163 2010-10-13  Richard Henderson  <rth@redhat.com>
10165         * expr.c (build_personality_function): Take parameter LANG instead
10166         of parameter NAME.  Build the name based on the lang prefix and the
10167         unwind method in use.
10168         * tree.c (lhd_gcc_personality): Update call to
10169         build_personality_function.
10171 2010-10-13  Richard Guenther  <rguenther@suse.de>
10173         PR objc/45878
10174         * tree-ssa-ccpc (ccp_fold_stmt): Use gimple_fold_obj_type_ref.
10176 2010-10-13  Eric Botcazou  <ebotcazou@adacore.com>
10178         * cse.c (cse_insn): Fix thinko in the canonicalization of USE insns.
10179         Canonicalize input operands of ASM_OPERANDS insns.
10181 2010-10-13  Richard Guenther  <rguenther@suse.de>
10183         PR tree-optimization/45788
10184         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Delay
10185         EH update until fixup-cfg.
10187 2010-10-13  Julian Brown  <julian@codesourcery.com>
10189         * config/arm/arm.h (REG_CLASS_CONTENTS): Remove soft frame pointer
10190         from CORE_REGS and GENERAL_REGS classes.
10191         * config/arm/arm.md (*thumb1_movsi_insn): Ignore all parts of
10192         final constraint for register preferencing.
10194 2010-10-13  Richard Guenther  <rguenther@suse.de>
10196         PR tree-optimization/45970
10197         * tree-ssa-alias.h (stmt_kills_ref_p): Declare.
10198         * tree-ssa-alias.c (stmt_kills_ref_p_1): New function.
10199         (stmt_kills_ref_p): Likewise.
10200         * tree-ssa-dse.c (dse_optimize_stmt): Use it.
10202 2010-10-13  Richard Guenther  <rguenther@suse.de>
10204         PR tree-optimization/45982
10205         * tree-ssa-structalias.c (make_constraints_to): New function.
10206         (make_constraint_to): Implement in terms of make_constraints_to.
10207         (find_func_aliases): Properly make return values of pure/const
10208         functions escape if they assign to sth that is not a pointer.
10210 2010-10-13  Richard Guenther  <rguenther@suse.de>
10212         PR middle-end/45874
10213         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee):
10214         Fixup the CFG when EH was fixed up.
10216 2010-10-13  Ira Rosen  <irar@il.ibm.com>
10218         * tree-vect-slp.c (vect_get_constant_vectors): Fix comment.
10219         Use operand's type for POINTER_PLUS_EXPR.
10221 2010-10-13  Alexandre Oliva  <aoliva@redhat.com>
10223         * c-parser.c (c_parser_for_statement): Initialize incr.
10225 2010-10-12  Xinliang David Li  <davidxl@google.com>
10227         PR tree-optimization/45972
10228         * tree-ssa-uninit.c (compute_uninit_opnds_pos): Skip phis
10229         with too many arguments.
10231 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
10233         PR fortran/45636
10234         * tree-ssa-forwprop.c: Include expr.h.
10235         (constant_pointer_difference, simplify_builtin_call): New functions.
10236         (tree_ssa_forward_propagate_single_use_vars): Call
10237         simplify_builtin_call on builtin calls.
10239 2010-10-12  Eric Botcazou  <ebotcazou@adacore.com>
10241         * config/sparc/sparc.md (*adddi3_insn_sp32): Rename.
10242         (*adddi3_extend_sp32): Likewise.
10243         (*subdi3_insn_sp32): Likewise.
10244         (*subdi3_extend_sp32): Likewise.
10245         (*negdi2_sp32): Use negative test for consistency.
10247 2010-10-12  Nathan Froyd  <froydnj@codesourcery.com>
10249         * libgcc2.h: Use __SIZEOF_DOUBLE__ instead of LIBGCC2_DOUBLE_TYPE_SIZE.
10250         (LIBGCC2_DOUBLE_TYPE_SIZE): Delete.
10251         * config/fixed-bit.h: Likewise.
10252         * config/rx/rx.h (LIBGCC2_DOUBLE_TYPE_SIZE): Delete.
10253         * config/sh/sh.h (LIBGCC2_DOUBLE_TYPE_SIZE): Delete.
10254         * system.h (LIBGCC2_DOUBLE_TYPE_SIZE): Poison.
10255         * doc/tm.texi.in (LIBGCC2_HAS_DF_MODE): Use DOUBLE_TYPE_SIZE.
10256         (DF_SIZE): Likewise.
10257         * doc/tm.texi: Regenerate.
10259 2010-10-12  Nathan Froyd  <froydnj@codesourcery.com>
10261         * config/rs6000/predicates.md (scc_rev_comparison_operator): New.
10262         * config/rs6000/rs6000.md (*isel_reversed_signed_<mode>): New.
10263         (*isel_reversed_unsigned_<mode>): New.
10264         * config/rs6000/rs6000.c (output_isel): Accept GE/GEU/LE/LEU/NE
10265         as valid comparisons and adjust operands and output appropriately.
10266         (rs6000_rtx_costs) <CONST_INT>: Accept NE as a cost-0 outer_code.
10268 2010-10-12  Chung-Lin Tang  <cltang@codesourcery.com>
10270         * config/arm/arm.h (ARM_EXPAND_ALIGNMENT): Rename from
10271         DATA_ALIGNMENT and add COND parameter. Update comments above.
10272         (DATA_ALIGNMENT): Use ARM_EXPAND_ALIGNMENT, with !optimize_size.
10273         (LOCAL_ALIGNMENT): Use ARM_EXPAND_ALIGNMENT, with !flag_conserve_stack.
10275 2010-10-12  H.J. Lu  <hongjiu.lu@intel.com>
10277         PR bootstrap/45958
10278         * exec-tool.in: Support '-plugin' as the second option to the linker.
10280 2010-10-12  Richard Henderson  <rth@redhat.com>
10282         PR middle-end/45962
10283         * cfgexpand.c (add_stack_var): Ensure every variable has 1 byte.
10284         (expand_stack_vars): Assert large base allocated when used.
10286 2010-10-12  Richard Guenther  <rguenther@suse.de>
10288         * tree-ssa-structalias.c (get_constraint_for_1): Constants
10289         only point to nonlocal, not anything.
10291 2010-10-11  Hariharan Sandanagobalane  <hariharan@picochip.com>
10293         * config/picochip/picochip.c (TARGET_EXCEPT_UNWIND_INFO): Use sjlj
10294         unwind info for exceptions.
10296 2010-10-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10298         PR testsuite/45851
10299         * doc/sourcebuild.texi (LTO Testing, dg-extra-ld-options):
10300         Document optional target selector.
10302 2010-10-12  Joseph Myers  <joseph@codesourcery.com>
10304         * flag-types.h: New.
10305         * Makefile.in (TH_H): Include $(OPTIONS_H) instead of $(FLAGS_H).
10306         (FLAGS_H): Include flag-types.h.  Include $(OPTIONS_H) instead of
10307         options.h.
10308         (OPTIONS_H): Define.
10309         (c-family/c-opts.o, lto-opts.o, opts.o): Use $(OPTIONS_H) instead
10310         of options.h.
10311         * configure.ac (tm_include_list): Include options.h not flags.h.
10312         * configure: Regenerate.
10313         * flags.h: Include flag-types.h.  Include options.h at top of file
10314         again.
10315         (enum debug_info_type, enum debug_info_level, enum
10316         debug_info_usage, enum symbol_visibility, struct visibility_flags,
10317         enum ira_algorithm, enum ira_region, enum excess_precision, enum
10318         graph_dump_types, enum stack_check_type,
10319         enum warn_strict_overflow_code): Move to flag-types.h
10320         * opth-gen.awk: Include flag-types.h in options.h.
10322 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
10324         * expr.c (store_expr): Share code for STRING_CST and
10325         MEM_REF of &STRING_CST cases.  Don't require BLKmode, instead
10326         check if target is a MEM.
10328         * rtl.h: Include hashtab.h.
10329         (iterative_hash_rtx): New prototype.
10330         * rtl.c (iterative_hash_rtx): New function.
10331         * dwarf2out.c (dw_loc_list_node): Add hash and emitted fields.
10332         (output_loc_list): Return immediately if emitted is set, set it.
10333         (hash_loc_operands, hash_locs, hash_loc_list,
10334         compare_loc_operands, compare_locs, loc_list_hash, loc_list_eq,
10335         optimize_location_lists_1, optimize_location_lists): New function.
10336         (dwarf2out_finish): Call optimize_location_lists.
10337         * Makefile.in (RTL_BASE_H): Depend on $(HASHTAB_H).
10339 2010-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10341         PR testsuite/45974
10342         Revert:
10343         * Makefile.in ($(lang_checks_parallel))
10344         ($(lang_checks_parallelized)): Use single quotes for
10345         $(RUNTESTFLAGS), to allow passing quoted content.
10347 2010-10-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10349         * config/pa/linux-atomic.c (__sync_val_compare_and_swap_4): Return
10350         actual_oldval.  Use __builtin_expect.
10351         (SUBWORD_VAL_CAS): Likewise.
10353 2010-10-11  Nathan Froyd  <froydnj@codesourcery.com>
10355         * recog.c (nonmemory_operand): Call immediate_operand for
10356         CONSTANT_P operands.
10358 2010-10-11  Uros Bizjak  <ubizjak@gmail.com>
10360         * config/i386/i386.md (movmem<mode>): Macroize expander from
10361         movmem{si,di} using SWI48 mode iterator.
10362         (*strmovsi_1): Macroize insn pattern from *strmovsi_1 and
10363         *strmovsi_rex_1 using P mode iterator.
10364         (*strmovhi_1): Ditto from *strmovhi_1 and *strmovhi_rex_1.
10365         (*strmovqi_1): Ditto from *strmovqi_1 and *strmovqi_rex_1.
10366         (*rep_movsi): Ditto from *rep_movsi and *rep_movsi_rex64.
10367         (*rep_movqi): Ditto from *rep_movqi and *rep_movqi_rex64.
10368         (setmem<mode>): Macroize expander from setmem{si,di} using
10369         SWI48 mode iterator.
10370         (*strsetsi_1): Macroize insn pattern from *strsetsi_1 and
10371         *strsetsi_rex_1 using P mode iterator.
10372         (*strsethi_1): Ditto from *strsethi_1 and *strsethi_rex_1.
10373         (*strsetqi_1): Ditto from *strsetqi_1 and *strsetqi_rex_1.
10374         (*rep_stossi): Ditto from *rep_stossi and *rep_stossi_rex64.
10375         (*rep_stosqi): Ditto from *rep_stosqi and *rep_stosqi_rex64.
10376         (*cmpstrnqi_nz_1): Ditto from *cmpstrnqi_nz_1 and *cmpstrnqi_nz_rex_1.
10377         (*cmpstrnqi_1): Ditto from *cmpstrnqi_1 and *cmpstrnqi_rex_1.
10378         (strlen<mode>): Macroize expander from strlen{si,di} using SWI48x
10379         mode iterator.
10380         (*strlenqi_1): Macroize insn pattern from *strlenqi_1 and
10381         *strlenqi_rex_1 using P mode iterator.
10383 2010-10-11  Bernd Schmidt  <bernds@codesourcery.com>
10385         PR bootstrap/45445
10386         * ira-lives.c (mark_pseudo_reg_live, mark_pseudo_reg_dead): New
10387         static functions.
10388         (mark_ref_live, mark_ref_dead): Use them.
10389         (make_pseudo_conflict): New arg ORIG_DREG.  All callers changed.
10390         Save the original reg, and use the new functions.
10391         (check_and_make_def_use_conflict): New arg ORIG_DREG.  All callers
10392         changed.
10393         (check_and_make_def_conflict): Save the original reg.
10395 2010-10-11  Martin Jambor  <mjambor@suse.cz>
10397         PR middle-end/45699
10398         * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Choose among
10399         thunks.
10401 2010-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10403         * Makefile.in ($(lang_checks_parallel))
10404         ($(lang_checks_parallelized)): Use single quotes for
10405         $(RUNTESTFLAGS), to allow passing quoted content.
10407         PR bootstrap/35855
10408         * opt-functions.awk (BEGIN): New section.
10409         (lower, upper, digit, alnum): New variables.
10410         (static_var, opt_sanitized_name): Use alnum instead of character
10411         classes, for non-C locale.
10412         * optc-gen.awk: Likewise.
10413         * opth-gen.awk: Likewise.
10415 2010-10-11  Anatoly Sokolov  <aesok@post.ru>
10417         * target.def (preferred_reload_class): New hook.
10418         * doc/tm.texi.in (TARGET_PREFERRED_RELOAD_CLASS): Document.
10419         * doc/tm.texi: Regenerate.
10420         * targhooks.c (default_preferred_reload_class): New function.
10421         * targhooks.h (default_preferred_reload_class): Declare.
10422         * reload.c (find_dummy_reload): Change preferred_class variable type
10423         from enum reg_class to reg_class_t. Use TARGET_PREFERRED_RELOAD_CLASS
10424         target hook.
10425         (find_reloads): Change goal_alternative array type from int to
10426         reg_class_t. Use TARGET_PREFERRED_RELOAD_CLASS target hook.
10427         (push_reload, find_reloads_address_part): Use
10428         TARGET_PREFERRED_RELOAD_CLASS target hook.
10429         * reload1.c (emit_input_reload_insns): Ditto.
10430         * ira-costs.c (copy_cost): Use TARGET_PREFERRED_RELOAD_CLASS target
10431         hook. Change rclass argument and secondary_class variable types from
10432         'enum reg_class' to reg_class_t.
10434         * config/i386/i386.h (PREFERRED_RELOAD_CLASS): Remove.
10435         * config/i386/i386-protos (ix86_preferred_reload_class): Remove.
10436         * config/i386/i386.c (ix86_preferred_reload_class): Make static.
10437         Change regclass argument and result types from enum reg_class to
10438         reg_class_t.
10439         (TARGET_PREFERRED_RELOAD_CLASS): Define.
10441 2010-10-11  Eric Botcazou  <ebotcazou@adacore.com>
10443         * simplify-rtx.c (simplify_unary_operation_1): Use unsigned arithmetics
10444         in masking operations.
10445         (simplify_const_unary_operation): Likewise.
10446         (simplify_binary_operation_1): Likewise.
10447         (simplify_const_binary_operation): Likewise.
10448         (simplify_const_relational_operation): Likewise.
10449         (simplify_ternary_operation): Likewise.
10450         (simplify_immed_subreg): Likewise.
10452 2010-10-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10454         PR middle-end/45862
10455         * doc/tm.texi.in (SUPPORTS_WEAK): Update.
10456         (TARGET_SUPPORTS_WEAK): New.
10457         * doc/tm.texi: Regenerate.
10458         * defaults.h (SUPPORTS_WEAK): Update comment.
10459         (TARGET_SUPPORTS_WEAK): New.
10460         * dwarf2asm.c (USE_LINKONCE_INDIRECT): Update define.
10461         * varasm.c (assemble_external): Use TARGET_SUPPORTS_WEAK instead of
10462         SUPPORTS_WEAK.
10463         (merge_weak, declare_weak, do_assemble_alias, supports_one_only,
10464         make_decl_one_only): Likewise.
10465         * config/pa/som.h (SUPPORTS_WEAK): Rename defines to
10466         TARGET_SUPPORTS_WEAK.
10467         (SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY): Use TARGET_SUPPORTS_WEAK
10468         instead of SUPPORTS_WEAK.
10470 2010-10-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10472         * config/sparc/gmon-sol2.c: Don't include coretypes.h, tm.h.
10474 2010-10-11  Nathan Froyd  <froydnj@codesourcery.com>
10476         * vec.h (VEC_qsort): Define.
10477         * dbxout.c (output_used_types): Use it.
10478         * df-scan.c (df_sort_and_compress_refs): Likewise.
10479         (df_sort_and_compress_mws): Likewise.
10480         * genautomata.c (uniq_sort_alt_states): Likewise.
10481         (evaluate_equiv_classes): Likewise.
10482         (output_trans_table): Likewise.
10483         (output_state): Likewise.
10484         * gimplify.c (compare_case_labels): Likewise.
10485         * graphite-sese-to-poly.c (graphite_sort_dominated_info): Likewise.
10486         * ipa.c (build_cdtor_fns): Likewise.
10487         * lto.c (lto_wpa_write_files): Likewise.
10488         * sel-sched.c (fill_vec_av_set): Likewise.
10489         * tree-predcom.c (determine_roots_comp): Likewise.
10490         * tree-sra.c (sort_and_spliace_var_accesses): Likewise.
10491         (splice_param_accesses): Likewise.
10492         * tree-ssa-live.c (dump_enumerated_decls): Likewise.
10493         * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
10494         (reassociate_bb): Likewise.
10495         * tree-ssa-sccvn.c (sort_scc): Likewise.
10496         * tree-ssa-structalias.c (sort_fieldstack): Likewise.
10498 2010-10-11  Ian Lance Taylor  <iant@google.com>
10500         * tree.h (TREE_THIS_NOTRAP): Use TREE_CHECK5.
10501         * emit-rtl.c (set_mem_attributes_minus_bitpos): Only check
10502         TREE_THIS_NOTRAP when appropriate.
10503         (get_spill_slot_decl): Don't set TREE_THIS_NOTRAP on the new VAR_DECL.
10504         * gimplify.c (gimplify_expr): Copy NOTRAP from INDIRECT_REF to
10505         newly created MEM_REF.
10507 2010-10-11  Hariharan Sandanagobalane  <hariharan@picochip.com>
10509         Nathan Froyds patch to hooks FUNCTION_ARG etc.
10510         * config/picochip/picochip-protos.h (picochip_function_arg): Delete.
10511         (picochip_incoming_function_arg): Delete.
10512         (picochip_arg_advance): Delete.
10513         * config/picochip/picochip.h (FUNCTION_ARG): Delete.
10514         (FUNCTION_INCOMING_ARG): Delete.
10515         (FUNCTION_ARG_ADVANCE): Delete.
10516         * config/picochip/picochip.c (picochip_function_arg): Take a
10517         const_tree and a bool.
10518         (picochip_incoming_function_arg): Likewise.
10519         (picochip_arg_advance): Likewise.
10520         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
10521         (TARGET_FUNCTION_ARG_ADVANCE): Define.
10523 2010-10-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10525         PR middle-end/45955
10526         * ipa.c (build_cdtor): Delete endless loop.
10528 2010-10-07  Andi Kleen  <ak@linux.intel.com>
10530         * Makefile.in (MOSTLYCLEANFILES): Remove cc1*dummy, add
10531         checksum-options.
10532         (checksum-options): Add.
10533         (cc1-dummy): Remove.
10534         (cc1-checksum): Change to run checksum over object files
10535         and options only.
10536         * dummy-checksum.c: Remove.
10537         * genchecksum.c: Update copyright.
10538         (usage): Allow multiple arguments.
10539         (BLOCKSIZE): Add.
10540         (dosum): Change for incremental checksum. Remove C output.
10541         (main): Iterate over all argument files. Add C output.
10543 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
10545         * params.c (set_param_value_internal): New.
10546         (set_param_value): Use set_param_value_internal.
10547         (maybe_set_param_value, set_default_param_value): New.
10548         * params.h (PARAM_VALUE, PARAM_SET_P): Make into rvalues.
10549         (maybe_set_param_value, set_default_param_value): Declare.
10550         * config/arm/arm.c (arm_option_override): Use maybe_set_param_value.
10551         * config/i386/i386.c (ix86_option_override_internal): Use
10552         maybe_set_param_value.
10553         * config/ia64/ia64.c (ia64_option_default_params,
10554         TARGET_OPTION_DEFAULT_PARAMS): New.
10555         (ia64_option_optimization): Move some code to
10556         ia64_option_default_params.
10557         * config/picochip/picochip.c (picochip_option_override): Use
10558         maybe_set_param_value.
10559         * config/rs6000/rs6000.c (rs6000_option_default_params,
10560         TARGET_OPTION_DEFAULT_PARAMS): New.
10561         (rs6000_option_override_internal): Use maybe_set_param_value.
10562         (rs6000_option_optimization): Move some code to
10563         rs6000_option_default_params.
10564         * config/s390/s390.c (s390_option_override): Use maybe_set_param_value.
10565         * config/sh/sh.c (sh_option_default_params,
10566         TARGET_OPTION_DEFAULT_PARAMS): New.
10567         (sh_option_optimization): Move some code to sh_option_default_params.
10568         * config/sparc/sparc.c (sparc_option_override): Use
10569         maybe_set_param_value.
10570         * config/spu/spu.c (spu_option_default_params,
10571         TARGET_OPTION_DEFAULT_PARAMS): New.
10572         (spu_option_optimization): Move some code to spu_option_default_params.
10573         (spu_option_override): Use maybe_set_param_value.
10574         * doc/tm.texi.in (TARGET_OPTION_DEFAULT_PARAMS): New @hook.
10575         * doc/tm.texi: Regenerate.
10576         * ggc-common.c (init_ggc_heuristics): Use set_default_param_value.
10577         * opts.c (init_options_once): Use PARAM_VALUE not direct access to
10578         compiler_params.
10579         (default_options_optimization): Use maybe_set_param_value.
10580         (finish_options): Use maybe_set_param_value.
10581         * target.def (target_option.default_params): New hook.
10582         * toplev.c (general_init): Call targetm.target_option.default_params.
10584 2010-10-11  Ira Rosen  <irar@il.ibm.com>
10586         PR tree-optimization/45902
10587         * tree-vect-slp.c (vect_get_constant_vectors): Use statement's
10588         vector type for constants, unless it's a pointer.
10590 2010-10-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10592         * config/s390/s390.md (*mov<mode>cc): lgoc -> locg and stgoc -> stocg.
10594 2010-10-11  Jakub Jelinek  <jakub@redhat.com>
10596         PR target/45870
10597         * config/i386/i386.c (ix86_delegitimize_tls_address): New function.
10598         (ix86_delegitimize_address): Use it.
10600 2010-10-10  Eric Botcazou  <ebotcazou@adacore.com>
10602         * opt-functions.awk (opt_sanitized_name): Remove gdwarf+ handling.
10604 2010-10-10  Uros Bizjak  <ubizjak@gmail.com>
10606         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Pass pointer
10607         to cum struct in the call to function_arg_advance.
10608         (alpha_function_arg_advance): Mark named as unused.
10610 2010-10-10  Richard Sandiford  <rdsandiford@googlemail.com>
10612         * config/mips/mips.c (mips_handle_option): Make "value" with
10613         ATTRIBUTE_UNUSED.
10615 2010-10-09  Richard Henderson  <rth@redhat.com>
10617         PR rtl-opt/33721
10618         * explow.c (allocate_dynamic_stack_space): Add REQUIRED_ALIGN parm,
10619         remove TARGET parm, convert KNOWN_ALIGN parm to SIZE_ALIGN.  Honor
10620         required_align, tidy the code a bit.  Emit split_stack code in the
10621         right place.  Mark the return value with the alignment properly.
10622         * expr.h (allocate_dynamic_stack_space): Update decl.
10623         * builtins.c (expand_builtin_apply): Update call to
10624         allocate_dynamic_stack_space.
10625         (expand_builtin_alloca): Likewise.  Remove TARGET parameter.
10626         * calls.c (initialize_argument_information): Update call to
10627         allocate_dynamic_stack_space.
10628         (expand_call): Likewise.
10630         * cfgexpand.c (get_decl_align_unit): Don't limit alignment.
10631         Don't update_stack_alignment here.
10632         (alloc_stack_frame_space): Make ALIGN unsigned.
10633         (stack_var_cmp): Sort by alignment too.
10634         (partition_stack_vars): Don't merge large and small alignment vars.
10635         (expand_one_stack_var_at): Add BASE and BASE_ALIGN parameters.
10636         Take care when BASE is not virtual_stack_vars_rtx.
10637         (expand_stack_vars): Allocate dynamic stack space for large
10638         alignment variables.
10639         (expand_one_stack_var): Update all to expand_one_stack_var_at.
10640         (defer_stack_allocation): True for large alignment vars.
10641         (update_stack_alignment): Merge into ...
10642         (expand_one_var): ... here.
10643         (gimple_expand_cfg): Place code from expand_stack_vars.
10645 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10647         * config/pdp11/pdp11.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10648         * config/pdp11/pdp11.c (pdp11_function_arg): New function.
10649         (pdp11_function_arg_advance): New function.
10650         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10652 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10654         * libgcc2.h: Use __SIZEOF_LONG_LONG__ instead of LONG_LONG_TYPE_SIZE.
10655         * libgcc2.c: Likewise.
10657 2010-10-09  Richard Guenther  <rguenther@suse.de>
10659         PR lto/45956
10660         * lto-streamer-in.c (lto_register_var_decl_in_symtab):
10661         Properly check if a decl is an automatic var.
10663 2010-10-09  Richard Guenther  <rguenther@suse.de>
10665         PR lto/45947
10666         * tree.c (free_lang_data_in_cgraph): Properly walk the varpool.
10668 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10670         * config/mmix/mmix-protos.h (mmix_function_arg): Delete.
10671         * config/mmix/mmix.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10672         * config/mmix/mmix.c (mmix_function_arg): Rename to...
10673         (mmix_function_arg_1): ...this.  Make static.  Take a const_tree and
10674         bool arguments.
10675         (mmix_function_arg): New function.
10676         (mmix_function_incoming_arg): New function.
10677         (mmix_function_arg_advance): New function.
10678         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
10679         (TARGET_FUNCTION_ARG_ADVANCE): Define.
10681 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10683         * config/vax/vax.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10684         * config/vax/vax.c (vax_function_arg): New function.
10685         (vax_function_arg_advance): New function.
10686         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10688 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10690         * config/pa/pa-protos.h (function_arg): Delete.
10691         * config/pa/pa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10692         * config/pa/pa.c (function_arg): Rename to...
10693         (pa_function_arg): ...this.  Make static.  Take a const_tree and
10694         a bool.
10695         (pa_function_arg_advance): New function.
10696         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10698 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10700         * config/m68k/m68k.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10701         * config/m68k/m68k.c (m68k_function_arg): New function.
10702         (m68k_function_arg_advance): New function.
10703         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10705 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10707         * config/avr/avr-protos.h (function_arg): Delete.
10708         (function_arg_advance): Delete.
10709         * config/avr/avr.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10710         * config/avr/avr.c (function_arg): Rename to...
10711         (avr_function_arg): ...this.  Make static.  Take a const_tree and
10712         a bool.
10713         (function_arg_advance): Rename to...
10714         (avr_function_arg_advance): ...this.  Make static.  Take a
10715         const_tree and a bool.
10716         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10718 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10720         * config/alpha/alpha-protos.h (function_arg): Delete.
10721         * config/alpha/alpha.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10722         * config/alpha/vms.h (FUNCTION_ARG_ADVANCE): Delete.
10723         * config/alpha/alpha.c (function_arg): Rename to...
10724         (alpha_function_arg): ...this.  Make static.  Take a const_tree and
10725         a bool.  Delete TARGET_ABI_UNICOSMK code.
10726         (alpha_function_arg_advance): New function.
10727         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10729 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10731         * config/mep/mep-protos.h (mep_function_arg): Delete.
10732         (mep_function_arg_advance): Delete.
10733         * config/mep/mep.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10734         * config/mep/mep.c (mep_function_arg): Make static.  Take a
10735         const_tree and a bool.
10736         (mep_function_arg_advance): Likewise.
10737         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10739 2010-10-09  Richard Guenther  <rguenther@suse.de>
10741         PR tree-optimization/45945
10742         * tree-ssa.c (execute_update_addresses_taken): Fixup LHS scanning.
10744 2010-10-09  Eric Botcazou  <ebotcazou@adacore.com>
10746         PR tree-optimization/45612
10747         * ipa-split.c (test_nonssa_use): Remove bogus ATTRIBUTE_UNUSED.
10748         Test LABEL_DECLs as well.  Fix formatting issues.
10749         (verify_non_ssa_vars): Return false for a GIMPLE_LABEL statement
10750         whose label is present in NON_SSA_VARS.
10751         (mark_nonssa_use): Remove bogus ATTRIBUTE_UNUSED.  Handle LABEL_DECLs
10752         as well.  Fix formatting issues.
10753         (visit_bb): Fix typos and formatting issue.
10755 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
10757         PR tree-optimization/45950
10758         * tree-ssa-sccvn.c (init_vn_nary_op_from_pieces): Consult length
10759         before initializing vno->op.
10761 2010-10-09  Ralf Corsépius  <ralf.corsepius@rtems.org>
10763         * config.gcc (bfin*-rtems*): Add newlib-stdint.h.
10764         * config.gcc (lm32*-rtems*): Add newlib-stdint.h.
10766 2010-10-08  H.J. Lu  <hongjiu.lu@intel.com>
10768         PR target/45913
10769         * config/i386/i386.c (ix86_binary_operator_ok): Support
10770         "andhi/andsi/anddi" as a zero-extending move.
10772 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10774         * builtins.c (fold_call_stmt): Don't copy gimple call arguments
10775         into a temporary array.
10777 2010-10-08  Jakub Jelinek  <jakub@redhat.com>
10779         PR tree-optimization/45903
10780         * simplify-rtx.c (simplify_subreg): Optimize lowpart SUBREG
10781         of {A,L}SHIFTRT of MEM.
10783 2010-10-08  Richard Guenther  <rguenther@suse.de>
10785         * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
10786         Re-construct BLOCK_VARS.
10787         (lto_input_ts_block_tree_pointers): Do not stream BLOCK_VARS.
10788         * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
10789         * tree.c (free_lang_data_in_block): Remove.
10790         (free_lang_data_in_decl): Do not touch DECL_CONTEXT of non-PARM_DECLs.
10791         Do not touch the BLOCK tree.
10792         * expr.c (expand_expr_real_1): Allow externals.
10794 2010-10-08  Richard Guenther  <rguenther@suse.de>
10796         * lto-streamer-out.c (lto_output_ts_block_tree_pointers):
10797         Do not output BLOCK_SUBBLOCKS.
10798         * lto-streamer-in.c (lto_input_ts_block_tree_pointers):
10799         Reserve exact space needed for BLOCK_NONLOCALIZED_VARS.
10800         Re-construct BLOCK_SUBBLOCKS of parent block.
10801         (lto_input_ts_binfo_tree_pointers): Reserve exact space needed
10802         for BINFO_BASE_ACCESSES.
10804 2010-10-08  Joseph Myers  <joseph@codesourcery.com>
10806         * Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.
10807         (TREE_H): Include $(FLAGS_H) instead of options.h.
10808         (opts-common.o): Depend on $(FLAGS_H) instead of options.h.
10809         * c-objc-common.h (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define.
10810         * common.opt (flag_complex_method, flag_evaluation_order,
10811         flag_ira_algorithm, flag_ira_region, flag_warn_unused_result): New
10812         Variable declarations.
10813         * configure.ac (tm_include_list): Include flags.h instead of options.h.
10814         * configure: Regenerate.
10815         * flags.h: Condition out contents for target libraries.  Include
10816         options.h at end of file.
10817         (flag_complex_method, flag_ira_algorithm, flag_ira_region,
10818         flag_evaluation_order, flag_warn_unused_result): Remove.
10819         * gcc.c (main): Intialize global_options with global_options_init.
10820         * langhooks-def.h (lhd_init_options_struct): Declare.
10821         (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define.
10822         (LANG_HOOKS_INITIALIZER): Include LANG_HOOKS_INIT_OPTIONS_STRUCT.
10823         * langhooks.c (lhd_init_options_struct): New.
10824         * langhooks.h (struct lang_hooks): Add init_options_struct.
10825         Update comment on init_options.
10826         * optc-gen.awk: Generate initializer for global_options_init, not
10827         global_options.
10828         * opth-gen.awk: Condition out structure declarations for target
10829         libraries.  Declare global_options_init.
10830         * opts-common.c: Include flags.h instead of options.h.
10831         * opts.c (flag_warn_unused_result): Remove.
10832         (read_cmdline_options): Take gcc_options parameters.  Pass them to
10833         read_cmdline_option.
10834         (initial_lang_mask, initial_min_crossjump_insns,
10835         initial_max_fields_for_field_sensitive,
10836         initial_loop_invariant_max_bbs_in_loop): Define at file scope.
10837         (init_options_once): New.  Split out of decode_options.
10838         (init_options_struct): New.  Split out of decode_options.
10839         (decode_cmdline_options_to_array_default_mask): New.
10840         (default_options_optimization): New.  Split out of decode_options.
10841         (decode_options): Move most code to other functions.  Update call
10842         to read_cmdline_options.
10843         (finish_options): New.  Split out of decode_options.
10844         * opts.h (decode_options): Add gcc_options parameters.
10845         (init_options_once, init_options_struct,
10846         decode_cmdline_options_to_array_default_mask): New.
10847         * toplev.c (flag_complex_method, flag_ira_algorithm,
10848         flag_ira_region, flag_evaluation_order): Remove.
10849         (general_init): Use global_options_init for initial flag values
10850         for global_dc.
10851         (toplev_main): Call init_options_once, init_options_struct,
10852         lang_hooks.init_options_struct,
10853         decode_cmdline_options_to_array_default_mask and
10854         lang_hooks.init_option before decode_options.  Update arguments to
10855         decode_options.
10856         * tree.h: Include flags.h instead of options.h.
10858 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10860         * config/rx/rx.c (TARGET_EXCEPT_UNWIND_INFO): Define.
10862 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10864         * config/sparc/sparc-protos.h (function_arg_advance, function-arg):
10865         Delete.
10866         * config/sparc/sparc.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
10867         (FUNCTION_INCOMING_ARG): Delete.
10868         * config/sparc/sparc.c (scan_record_type): Const-ify tree argument.
10869         (function_arg_slotno): Likewise.  Take bool arguments.
10870         (sparc_arg_partial_bytes): Update call to it.
10871         (function_arg): Rename to...
10872         (sparc_function_arg_1): ...this.  Take bool arguments.
10873         (sparc_function_arg, sparc_function_incoming_arg): New functions.
10874         (function_arg_advance): Rename to...
10875         (sparc_function_arg_advance): ...this.  Take bool argument.
10876         (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG): Define.
10877         (TARGET_FUNCTION_INCOMING_ARG): Define.
10879 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10881         * config/bfin/bfin-protos.h (function_arg, function_arg_advance):
10882         Delete.
10883         * config/bfin/bfin.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10884         * config/bfin/bfin.c (function_arg_advance): Rename to...
10885         (bfin_function_arg_advance): ...this.  Make static.  Take const_tree
10886         and bool arguments.
10887         (function_arg): Rename to...
10888         (bfin_function_arg): ...this.  Make static.  Take const_tree and bool
10889         arguments.
10890         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10892 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10894         * config/score/score-protos.h (score_function_arg): Delete.
10895         (score_function_arg_advance): Delete.
10896         * config/score/score3.h (score3_function_arg_advance): Take a
10897         const_tree and a bool.
10898         (score3_function_arg): Likewise.
10899         * config/score/score7.h (score7_function_arg_advance): Likewise.
10900         (score7_function_arg): Likewise.
10901         * config/score/score3.c (score3_classify_arg): Likewise.
10902         (score3_function_arg_advance, score3_function_arg): Likewise.
10903         * config/score/score7.c (score7_classify_arg): Likewise.
10904         (score7_function_arg_advance, score7_function_arg): Likewise.
10905         * config/score/score.c (score_function_arg_advance): Likewise.
10906         (score_function_arg): Likewise.  De-const-ify `cum' argument.
10907         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10909 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10911         * config/s390/s390-protos.h (s390_function_arg_advance): Delete.
10912         (s390_function_arg): Delete.
10913         * config/s390/s390.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
10914         * config/s390/s390.c (s390_function_arg_float): Take a const_tree.
10915         (s390_function_arg_integer): Likewise.
10916         (s390_function_arg_advance): Make static.  Take a const_tree and
10917         a bool.
10918         (s390_function_arg): Likewise.
10919         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10921 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10923         * config/spu/spu-protos.h (spu_function_arg): Delete.
10924         * config/spu/spu.h (FUNCTION_ARG): Delete.
10925         (FUNCTION_ARG_ADVANCE): Move code to ...
10926         * config/spu/spu.c (spu_function_arg_advance): New function.
10927         (spu_function_arg): Make static.  Take a const_tree and a bool.
10928         (spu_setup_incoming_varargs): Call spu_function_arg_advance.
10929         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
10931 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10933         * config/rx/rx.c (TARGET_EXCEPT_UNWIND_INFO): Define.
10935 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10937         * tree-ssa-sccvn.c (init_vn_nary_op_from_pieces): New function.
10938         (init_vn_nary_op_from_op): New function.
10939         (init_vn_nary_op_from_stmt): New function.
10940         (vn_nary_op_lookup_1): New function.
10941         (sizeof_vn_nary_op): New function.
10942         (alloc_vn_nary_op_noinit): New function.
10943         (alloc_vn_nary_op): New function.
10944         (vn_nary_op_insert_into): New function.
10945         (vn_nary_op_lookup_pieces): Rewrite to use new helper functions.
10946         (vn_nary_op_lookup): Likewise.
10947         (vn_nary_op_lookup_stmt): Likewise.
10948         (vn_nary_op_insert_pieces): Likewise.
10949         (vn_nary_op_insert): Likewise.
10950         (vn_nary_op_insert_stmt): Likewise.
10951         (copy_nary): Likewise.
10952         (set_value_id_for_result): New function.
10953         (set_hashtable_value_ids): Call it.
10955 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10957         * config/fr30/fr30.c (TARGET_EXCEPT_UNWIND_INFO): Define.
10958         * config/fr30/fr30.md (leave_func): Rewrite without post_inc.
10960 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
10962         * config/mcore/mcore.h (INCOMING_RETURN_ADDR_RTX): Define.
10963         * config/mcore/mcore.c (TARGET_EXCEPT_UNWIND_INFO): Define.
10965 2010-10-08  Alexandre Oliva  <aoliva@redhat.com>
10967         PR debug/45656
10968         * cse.c (cse_extended_basic_block): Preserve cc0 info across
10969         debug isnsn.  Skip them when searching for cc0 setter.
10970         (set_live_p): Skip debug insns when searching for cc0 user.
10972 2010-10-08  Alexandre Oliva  <aoliva@redhat.com>
10974         PR debug/45673
10975         PR debug/45604
10976         PR debug/45419
10977         PR debug/45408
10978         * tree-pretty-print.c (dump_generic_node): Explicitly dump the
10979         type of MEM_REFs to INTEGER_CSTs.
10981 2010-10-07  Nathan Froyd  <froydnj@codesourcery.com>
10983         * config/m68hc11/m68hc11.c (m68hc11_print_operand): Call
10984         m68hc11_print_operand_address.
10986 2010-10-07  Nathan Froyd  <froydnj@codesourcery.com>
10988         * builtins.c (rewrite_call_expr): Move code to...
10989         (rewrite_call_expr_valist): ...here.  Call build_call_expr_loc_array.
10990         (rewrite_call_expr_array): New function.
10991         (fold_builtin_sprintf_chk_1): New function.
10992         (fold_builtin_sprintf_chk): Call it.
10993         (gimple_fold_builtin_sprintf_chk): Likewise.
10994         (fold_builtin_snprintf_chk_1): New function.
10995         (fold_builtin_snprintf_chk): Call it.
10996         (gimple_fold_builtin_snprintf_chk): Likewise.
10997         (gimple_rewrite_call_expr): Delete.
10999 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
11001         * config.host: Update copyright year.
11003 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
11005         * config.host (host_lto_plugin_soname): New shell variable.
11006         * configure.ac (LTOPLUGINSONAME): Add an AC_DEFINE for the above.
11007         * config.in: Regenerate.
11008         * configure: Regenerate.
11009         * gcc.c (main): Use LTOPLUGINSONAME instead of hard-coding name of
11010         LTO plugin shared library.
11012 2010-10-07  Richard Henderson  <rth@redhat.com>
11014         * target.h (enum unwind_info_type): Move ...
11015         * coretypes.h: ... here.
11017 2010-10-07  Nicola Pero  <nicola.pero@meta-innovation.com>
11019         * doc/objc.texi (Fast enumeration protocol): Mention that
11020         'unsigned int' can also be used instead of 'unsigned long' in
11021         countByEnumeratingWithState:objects:count:.
11023 2010-10-07  Martin Jambor  <mjambor@suse.cz>
11025         * tree-sra.c (struct access): New field grp_assignment_write.
11026         (dump_access): Dump grp_assignment_write.
11027         (build_accesses_from_assign): Set grp_assignment_write.
11028         (sort_and_splice_var_accesses): Aggregate grp_assignment_write.
11029         (mark_read_status): Renamed to mark_rw_status, individual values
11030         renamed too.
11031         (analyze_access_subtree): Changed type of mark_write to
11032         mark_read_status.  Fixed propagating of mark_read and
11033         mark_write.  Changed benefit estimate.  Updated comment.
11035 2010-10-07  Tejas Belagod  <tejas.belagod@arm.com>
11037         PR Tree-Vect/45847
11038         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Add NULL
11039         check for vectype_out returned by get_vectype_for_scalar_type().
11041 2010-10-07  Tejas Belagod  <tejas.belagod@arm.com>
11043         PR target/45805
11044         * config/arm/neon.md (neon_unpack<US>_<mode>): Add 'w' to
11045         constraint, add register specifier in instruction template.
11046         (neon_vec_pack_trunc_<mode>): Likewise.
11047         (neon_vec_<US>mult_<mode>): Add register specifier to
11048         instruction template.
11050 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
11052         * config.gcc (c_target_objs)[i?86-*-pe|i?86-*-cygwin*]: Don't add
11053         cygwin2.o.
11054         (cxx_target_objs)[i?86-*-pe|i?86-*-cygwin*]: Likewise.
11055         (extra_gcc_objs)[i?86-*-pe|i?86-*-cygwin*]: Don't add cygwin1.o.
11056         * config/i386/t-cygwin (cygwin1.o): Delete build rule.
11057         (cygwin2.o): Likewise.
11058         * config/i386/cygwin1.c: Delete file.
11059         * config/i386/cygwin2.c: Likewise.
11060         * config/i386/cygwin.h (CPP_SPEC): Remove all %{mno-cygwin} specs and
11061         make all {%!mno-cygwin} ones unconditional.
11062         (STARTFILE_SPEC): Likewise.
11063         (REAL_LIBGCC_SPEC): Likewise.
11064         (LIB_SPEC): Likewise.
11065         (CXX_WRAP_SPEC): Likewise.
11066         (LINK_SPEC): Likewise.
11067         (CYGWIN_MINGW_SUBDIR): Delete now-unused macro definition.
11068         (CYGWIN_MINGW_SUBDIR_LEN): Likewise.
11069         (cygwin_gplusplus_include_dir): Delete now-unused array.
11070         (GPLUSPLUS_INCLUDE_DIR): Don't redefine to point to it.
11071         (cygwin_gplusplus_tool_include_dir): Delete now-unused array.
11072         (GPLUSPLUS_TOOL_INCLUDE_DIR): Don't redefine to point to it.
11073         (cygwin_gplusplus_backward_include_dir): Delete now-unused array.
11074         (GPLUSPLUS_BACKWARD_INCLUDE_DIR): Don't redefine to point to it.
11075         (cygwin_local_include_dir): Delete now-unused array.
11076         (LOCAL_INCLUDE_DIR): Don't redefine to point to it.
11077         (cygwin_cross_include_dir): Delete now-unused array.
11078         (CROSS_INCLUDE_DIR): Don't redefine to point to it.
11079         (cygwin_tool_include_dir): Delete now-unused array.
11080         (TOOL_INCLUDE_DIR): Don't redefine to point to it.
11081         (cygwin_standard_include_dir): Delete now-unused array.
11082         (STANDARD_INCLUDE_DIR): Don't redefine to point to it.
11083         (GEN_CVT_ARRAY): Delete now-unused macro definition.
11084         (cvt_to_mingw): Delete now-unused array.
11085         (mingw_scan): Remove prototype of deleted function.
11086         (GCC_DRIVER_HOST_INITIALIZATION): Don't define now-unused target macro.
11087         * config/i386/cygming.opt (mcygwin): Delete target-specific option.
11088         * doc/invoke.texi (-mcygwin): Don't document removed option.
11089         (-mno-cygwin): Likewise.
11091 2010-10-07  Richard Guenther  <rguenther@suse.de>
11093         * machmode.h (mode_for_vector): Declare.
11094         * stor-layout.c (mode_for_vector): New function, split out from ...
11095         (layout_type): ... here.
11096         * tree-vectorizer.h (current_vector_size): Declare.
11097         * tree-vect-stmts.c (perm_mask_for_reverse): Check if the
11098         mask vector type is available.
11099         (get_vectype_for_scalar_type): Rename to ...
11100         (get_vectype_for_scalar_type_and_size): ... this.  Get a vector
11101         size argument.
11102         (get_vectype_for_scalar_type): New wrapper around
11103         get_vectype_for_scalar_type_and_size using current_vector_size.
11104         (get_same_sized_vectype): Use get_vectype_for_scalar_type_and_size.
11105         * tree-vect-loop.c (vect_analyze_loop_2): Split out core part
11106         of vect_analyze_loop here.
11107         (vect_analyze_loop): Loop over vector sizes calling vect_analyze_loop_3.
11108         * tree-vect-slp.c (vect_slp_analyze_bb): Set current_vector_size
11109         to autodetect.
11110         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Fix
11111         V8SF to V8SI conversion builtin.
11113 2010-10-07  Richard Guenther  <rguenther@suse.de>
11115         * target.def (autovectorize_vector_sizes): New target hook.
11116         * targhooks.c (default_autovectorize_vector_sizes): New function.
11117         * targhooks.h (default_autovectorize_vector_sizes): Declare.
11118         * doc/tm.texi.in (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES):
11119         Document.
11120         * doc/tm.texi: Update.
11121         * config/i386/i386.c (ix86_autovectorize_vector_sizes): New function.
11122         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
11124 2010-10-07  Richard Guenther  <rguenther@suse.de>
11126         * target.def (units_per_simd_word): Rename to ...
11127         (preferred_simd_mode): ... this.  Return mode instead of size.
11128         * targhooks.c (default_units_per_simd_word): Rename to ...
11129         (default_preferred_simd_mode): ... this.  Return word_mode.
11130         * targhooks.h (default_preferred_simd_mode): Declare.
11131         * config/arm/arm.c (arm_units_per_simd_word): Rename to ...
11132         (arm_preferred_simd_mode): ... this.  Re-implement.
11133         * config/i386/i386.c (ix86_units_per_simd_word): Rename to ...
11134         (ix86_preferred_simd_mode): ... this.  Re-implement.
11135         * config/sparc/sparc.c (sparc_units_per_simd_word): Rename to ...
11136         (sparc_preferred_simd_mode): ... this.  Re-implement.
11137         * config/mips/mips.c (mips_units_per_simd_word): Rename to ...
11138         (mips_preferred_simd_mode): ... this.  Re-implement.
11139         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Rename to ...
11140         (rs6000_preferred_simd_mode): ... this.  Re-implement.
11141         * tree-vect-stmts.c (get_vectype_for_scalar_type): Adjust.
11142         * doc/tm.texi.in (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Remove.
11143         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE): Document.
11144         * doc/tm.texi: Update.
11146 2010-10-07  Richard Guenther  <rguenther@suse.de>
11148         PR middle-end/45869
11149         * tree-cfg.c (verify_gimple_assign_binary): Allow vector shifts
11150         of pointers.
11152 2010-10-07  Alan Modra  <amodra@gmail.com>
11154         * config/rs6000/rs6000.c (rs6000_emit_prologue): Use gen_int_mode
11155         rather than sign extension by hand.
11157 2010-10-07  Jan Hubicka  <jh@suse.cz>
11159         PR middle-end/45926
11160         * ipa.c (cgraph_remove_unreachable_nodes): Revert my previous patch.
11162 2010-10-07  Richard Guenther  <rguenther@suse.de>
11164         PR bootstrap/45914
11165         * configure.ac: Fix typo.
11166         * configure: Regenerated.
11168 2010-10-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
11170         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Don't use
11171         define_builtin_std where it's unnecessary.
11172         * config/i386/nto.h (TARGET_OS_CPP_BUILTINS): Likewise.
11174 2010-10-06  Anatoly Sokolov  <aesok@post.ru>
11176         * doc/tm.texi.in (CLASS_LIKELY_SPILLED_P): Remove documentation.
11177         * doc/tm.texi.in: Regenerate.
11178         * system.h (CLASS_LIKELY_SPILLED_P): Poison.
11179         * targhooks.c (default_class_likely_spilled_p): Don't use the
11180         CLASS_LIKELY_SPILLED_P macro.
11182         * config/arm/arm.md: Update comment.
11184 2010-10-06  Jan Hubicka  <jh@suse.cz>
11186         * ipa.c (cgraph_remove_unreachable_nodes): External references can
11187         always be removed.
11188         (cgraph_externally_visible_p): We can not bring local comdats that
11189         are known to linker; fix handling of internal visibility.
11190         (function_and_variable_visibility): Likewise.
11192 2010-10-06  Eric Botcazou  <ebotcazou@adacore.com>
11194         PR rtl-optimization/45394
11195         * combine.c (cleanup_auto_inc_dec): Remove AFTER parameter and adjust.
11196         (struct rtx_subst_pair): Remove AFTER field.
11197         (propagate_for_debug_subst): Adjust call to cleanup_auto_inc_dec.
11198         (propagate_for_debug): Remove MOVE parameter and adjust.
11199         (try_combine): In the special case where I2 is a PARALLEL, combine only
11200         destinations of SETs and set I2SRC to the I2 source.
11201         Adjust calls to propagate_for_debug throughout.
11202         * reload1.c (eliminate_regs_1) <ASM_OPERANDS>: Do not abort for debug
11203         insns.
11205 2010-10-06  Olivier Hainque  <hainque@adacore.com>
11207         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Rewrite
11208         switch on insn codes as sequence of ifs.
11210 2010-10-06  Hariharan Sandanagobalane  <hariharan@picochip.com>
11212         * config/picochip/picochip.c (TARGET_EXCEPT_UNWIND_INFO): Define it to
11213         be UI_NONE for picochip.
11214         (picochip_option_override): Do not disable exception flags.
11215         * config/picochip/picochip-protos.h (picochip_except_unwind_info):
11216         Declare.
11218 2010-10-06  Richard Guenther  <rguenther@suse.de>
11220         * Makefile.in (regmove.o): Depend on $(TARGET_H).
11222 2010-10-06  Nicola Pero  <nicola.pero@meta-innovation.com>
11224         Implemented fast enumeration for Objective-C.
11225         * c-parser.c (objc_could_be_foreach_context): New.
11226         (c_lex_one_token): Recognize RID_IN keyword in a potential
11227         Objective-C foreach context.
11228         (c_parser_declaration_or_fndef): Added parameter.  Accept
11229         Objective-C RID_IN keyword as terminating a declaration; in that
11230         case, return the declaration in the new parameter.
11231         (c_parser_extenral_declaration): Updated calls to
11232         c_parser_declaration_or_fndef.
11233         (c_parser_declaration_or_fndef): Same change.
11234         (c_parser_compound_statement_nostart): Same change.
11235         (c_parser_label): Same change.
11236         (c_parser_objc_methodprotolist): Same change.
11237         (c_parser_omp_for_loop): Same change.
11238         (c_parser_for_statement): Detect and parse Objective-C foreach
11239         statements.
11240         (c_parser_omp_for_loop): Updated call to check_for_loop_decls().
11241         * c-decl.c (check_for_loop_decls): Added parameter to allow ObjC
11242         fast enumeration parsing code to turn off the c99 error but still
11243         perform checks on the loop declarations.
11244         * c-tree.h (check_for_loop_decls): Updated declaration.
11245         * doc/objc.texi: Document fast enumeration.
11247 2010-10-06  Nick Clifton  <nickc@redhat.com>
11249         * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Increment by one.
11250         (MDR_REGNUM): Define.
11251         (FIXED_REGISTERS, CALL_USED_REGISTERS): Add MDR as a fixed register.
11252         (REG_CLASS_CONTENTS): Add MDR to ALL_REGS.
11253         (INCOMING_RETURN_ADDR_RTX): Define in terms of MDR.
11254         (REGISTER_NAMES): Add MDR.
11255         (DWARF2_DEBUGGING_INFO): Define to 1.
11256         * config/mn10300/mn10300.c (TARGET_EXCEPT_UNWIND_INFO): Define.
11257         (F): New function.  Sets RTX_FRAME_RELATED_P.
11258         (mn10300_gen_multiple_store): Use F.
11259         (expand_prologue): Use F.  Use gen_movsf() to push floating
11260         point registers.
11261         (expand_epilogue): Use gen_movsf() to pop floating point registers.
11262         (mn10300_option_override): Disable combine stack adjust pass.
11264 2010-10-06  Thomas Schwinge  <thomas@schwinge.name>
11266         PR target/45901
11267         * config/alpha/gnu.h (TARGET_OS_CPP_BUILTINS): Refer to
11268         LINUX_TARGET_OS_CPP_BUILTINS instead of HURD_TARGET_OS_CPP_BUILTINS.
11270 2010-10-06  Jakub Jelinek  <jakub@redhat.com>
11272         * builtins.def (BUILT_IN_CALLOC, BUILT_IN_REALLOC,
11273         BUILT_IN_ISALNUM, BUILT_IN_ISALPHA, BUILT_IN_ISASCII,
11274         BUILT_IN_ISBLANK, BUILT_IN_ISCNTRL, BUILT_IN_ISDIGIT,
11275         BUILT_IN_ISGRAPH, BUILT_IN_ISLOWER, BUILT_IN_ISPRINT,
11276         BUILT_IN_ISPUNCT, BUILT_IN_ISSPACE, BUILT_IN_ISUPPER,
11277         BUILT_IN_ISXDIGIT, BUILT_IN_TOASCII, BUILT_IN_TOLOWER,
11278         BUILT_IN_TOUPPER): Mark as leaf.
11280         PR middle-end/45838
11281         * omp-builtins.def (BUILT_IN_GOMP_PARALLEL_LOOP_STATIC_START,
11282         BUILT_IN_GOMP_PARALLEL_LOOP_DYNAMIC_START,
11283         BUILT_IN_GOMP_PARALLEL_LOOP_GUIDED_START,
11284         BUILT_IN_GOMP_PARALLEL_LOOP_RUNTIME_START,
11285         BUILT_IN_GOMP_PARALLEL_START, BUILT_IN_GOMP_TASK,
11286         BUILT_IN_GOMP_PARALLEL_SECTIONS_START): Use
11287         Revert back to ATTR_NOTHROW_LIST instead of ATTR_NOTHROW_LEAF_LIST.
11289 2010-10-05  Anatoly Sokolov  <aesok@post.ru>
11291         * config/m68hc11/m68hc11.h (CLASS_LIKELY_SPILLED_P): Remove.
11292         * config/m68hc11/m68hc11.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
11293         (m68hc11_class_likely_spilled_p): New function.
11295 2010-10-05  Nicola Pero  <nicola.pero@meta-innovation.com>
11297         * c-parser.c (c_parser_objc_method_definition): Updated comment.
11299 2010-10-05  Jan Hubicka  <jh@suse.cz>
11301         * doc/invoke.texi (-flto-partition, lto-partitions, lto-minpartition):
11302         Document.
11303         * opts.c (decode_options): Handle lto partitions.
11304         * common.opt (flto-partition=1to1, flto-partition=balanced): New.
11305         * params.def (PARAM_LTO_PARTITIONS, MIN_PARTITION_SIZE): New.
11307 2010-10-05  Jan Hubicka  <jh@suse.cz>
11309         * cgraphunit.c (assemble_function): Output thunks and aliases before
11310         the function itself.
11312 2010-09-29  Hariharan Sandanagobalane  <hariharan@picochip.com>
11314         * config/picochip/picochip.c (picochip_option_override): Disable
11315         exception flags for picochip.
11317 2010-10-05  Joseph Myers  <joseph@codesourcery.com>
11319         * opts-common.c (handle_option, handle_generated_option,
11320         read_cmdline_option, set_option): Add diagnostic_context
11321         parameter.  Update calls among these functions.
11322         (set_option): Don't use global_dc.
11323         * opts.c (read_cmdline_options): Pass global_dc to read_cmdline_option.
11324         (decode_options): Pass global_dc to enable_warning_as_error.
11325         (common_handle_option): Pass global_dc to enable_warning_as_error.
11326         (enable_warning_as_error): Add diagnostic_context parameter.
11327         Document parameters.  Don't use global_dc.  Pass
11328         diagnostic_context parameter to handle_generated_option.
11329         * opts.h (set_option, handle_option, handle_generated_option,
11330         read_cmdline_option, enable_warning_as_error): Add
11331         diagnostic_context parameter.
11332         * Makefile.in (lto-opts.o): Update dependencies.
11333         * coretypes.h (struct diagnostic_context, diagnostic_context):
11334         Declare here.
11335         * diagnostic.h (diagnostic_context): Don't declare typedef here.
11336         * gcc.c (process_command): Pass global_dc to read_cmdline_option.
11337         * langhooks-def.h (struct diagnostic_context): Don't declare here.
11338         (lhd_print_error_function, lhd_initialize_diagnostics): Declare
11339         using diagnostic_context typedef.
11340         * langhooks.c (lhd_initialize_diagnostics): Declare using
11341         diagnostic_context typedef.
11342         * langhooks.h (struct diagnostic_context): Don't declare here.
11343         (initialize_diagnostics, print_error_function): Declare using
11344         diagnostic_context typedef.
11345         * lto-opts.c: Include diagnostic.h.
11346         (lto_reissue_options): Pass global_dc to set_option.  Pass
11347         DK_UNSPECIFIED not 0.
11348         * plugin.c (plugins_internal_error_function): Declare using
11349         diagnostic_context typedef.
11350         * plugin.h (struct diagnostic_context): Don't declare here.
11351         (plugins_internal_error_function): Declare using
11352         diagnostic_context typedef.
11354 2010-10-05  Olivier Hainque  <hainque@adacore.com>
11355             Nicolas Roche  <roche@adacore.com>
11357         * config/vxworksae.h: Add missing VXWORKS_OS_CPP_BUILTINS.
11358         * config/rs6000/vxworks.h: Remove redundant CPP builtin definitions.
11360 2010-10-05  Ira Rosen  <irar@il.ibm.com>
11362         PR tree-optimization/45752
11363         * tree-vect-slp.c (vect_get_mask_element): Remove static
11364         variables, make them function arguments.
11365         (vect_transform_slp_perm_load): Pass new arguments to
11366         vect_get_mask_element.
11368 2010-10-05  Richard Guenther  <rguenther@suse.de>
11370         * value-prof.c (gimple_divmod_fixed_value): Work on SSA form.
11371         (gimple_mod_pow2): Likewise.
11372         (gimple_mod_subtract): Likewise.
11373         (gimple_ic): Likewise.
11374         (gimple_stringop_fixed_value): Likewise.
11375         * tree-profile.c (tree_init_edge_profiler): Mark profile
11376         functions nothrow and leaf.
11377         (add_abnormal_goto_call_edges): Remove.
11378         (tree_gen_edge_profiler): Work on SSA form.
11379         (tree_gen_ic_profiler): Likewise.  Simplify.
11380         (do_tree_profiling): Update SSA form.
11381         (pass_tree_profile): Remove.
11382         (do_tree_profiling): Likewise.
11383         (gate_tree_profile_ipa): New function.
11384         (pass_ipa_tree_profile): New.
11385         (tree_profiling): Re-write as IPA pass.  Properly drop const/pure
11386         state of instrumented functions.
11387         * passes.c (init_optimization_passes): Remove early non-SSA
11388         inlining.  Move profiling after early optimizations.
11389         * ipa-inline.c (cgraph_gate_ipa_early_inlining): Remove.
11390         (pass_ipa_early_inline): Likewise.
11391         * tree-pass.h (pass_ipa_early_inline): Remove.
11392         (pass_tree_profile): Likewise.
11393         (pass_ipa_tree_profile): Declare.
11395 2010-10-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11396             Christian Borntraeger  <Christian.Borntraeger@de.ibm.com>
11398         * config/s390/s390.c (z196_cost): New.
11399         (s390_handle_arch_option): Add -march=z196.
11400         (s390_option_override): Use the new cost function and use the z10
11401         defaults also for z196.
11402         (legitimate_reload_constant_p): Adjust comment.
11403         (legitimate_reload_fp_constant_p): New function.
11404         (s390_preferred_reload_class): Distingiush between FP and Int constants.
11405         (preferred_la_operand_p): Avoid la with index on z196.
11406         (s390_adjust_priority): Trigger also for z196.
11407         (s390_issue_rate): Issue rate for z196 is 3.
11408         (s390_z10_fix_long_loop_prediction): Rename to ...
11409         (s390_fix_long_loop_prediction): ... this.
11410         (s390_reorg): Apply the z10 adjustments also for z196.
11411         (s390_loop_unroll_adjust): Do this also for z196.
11412         * config/s390/s390.h (enum processor_type): Add PROCESSOR_2817_Z196.
11413         (enum processor_flags): Add PF_Z196.
11414         (TARGET_AVOID_CMP_AND_BRANCH): New macro.
11415         (TARGET_CPU_Z196, TARGET_Z196): New macros.
11416         * config.gcc: Enable z196 for --with-arch.
11417         * config/s390/2817.md: New file.
11418         * config/s390/2084.md: New type for multiply and add.
11419         * config/s390/2097.md: Likewise.
11420         * config/s390/s390.md (UNSPEC_POPCNT, UNSPEC_COPYSIGN)
11421         (UNSPECV_ATOMIC_OP): New constants.
11422         (fmadddf, fmaddsf): New values for type attribute.
11423         (z196prop): New insn attribute.
11424         (cpu, cpu_facility): Add z196.
11425         (ATOMIC_Z196): New code iterator.
11426         (noxa): New code attribute.
11427         (gk): New mode attribute.
11428         (*mov<mode>_64, *mov<mode>_31, *mov<mode>_64dfp, mov<mode>):
11429         Support load zero for fp constants.
11430         (fixuns_truncdddi2, fixuns_trunctddi2)
11431         (fixuns_trunc<BFP:mode><GPR:mode>2): Use the standard rtx pattern
11432         for z196.
11433         (fixuns_trunc<mode>si2, mov<mode>cc, popcountdi2, popcountsi2)
11434         (popcounthi2, popcountqi2): New expander.
11435         (*fixuns_trunc<FP:mode><GPR:mode>2_z196, floatsi<mode>2)
11436         (floatuns<GPR:mode><FP:mode>2, *mov<mode>cc, sync_<atomic><mode>)
11437         (sync_old_<atomic><mode>, *popcount<mode>, copysign<mode>3): New
11438         insn definition.
11439         (add<mode>3, *add<mode>3_carry1_cc, *add<mode>3_carry1_cconly)
11440         (*add<mode>3_carry2_cc, *add<mode>3_carry2_cconly, *add<mode>3_cc)
11441         (*add<mode>3_cconly, *add<mode>3_cconly2, *add<mode>3_imm_cc)
11442         (*sub<mode>3, *sub<mode>3_borrow_cc, *sub<mode>3_borrow_cconly)
11443         (*sub<mode>3_cc, *sub<mode>3_cc2, *sub<mode>3_cconly)
11444         (*sub<mode>3_cconly2, *anddi3_cc, *anddi3_cconly, *anddi3, *andsi3_cc)
11445         (*andsi3_cconly, *andsi3_zarch, *andsi3_esa, *andhi3_zarch
11446         (*andqi3_zarch, *iordi3_cc, *iordi3_cconly, *iordi3, *iorsi3_cc)
11447         (*iorsi3_cconly, *iorsi3_zarch, *iorhi3_zarch, *iorqi3_zarch)
11448         (*xordi3_cc, *xordi3_cconly, *xordi3, *xorsi3_cc, *xorsi3_cconly)
11449         (*xorsi3, *xorhi3, *xorqi3, *<shift><mode>3, *<shift><mode>3_and)
11450         (*ashr<mode>3_cc, *ashr<mode>3_cconly, *ashr<mode>3)
11451         (*ashr<mode>3_cc_and, *ashr<mode>3_cconly_and, *ashr<mode>3_and):
11452         Support new z196 instructions.
11454 2010-10-05  Richard Guenther  <rguenther@suse.de>
11456         PR middle-end/45877
11457         * gimple-fold.c (gimplify_and_update_call_from_tree): Handle
11458         case where gimplification optimizes away the stmt.
11460 2010-10-04  Jakub Jelinek  <jakub@redhat.com>
11462         PR debug/45849
11463         * var-tracking.c (strip_pointer_flags): New function.
11464         (emit_note_insn_var_location): If rtx_equal_p check failed,
11465         retry on locations simplified with simplify_replace_fn_rtx
11466         and strip_pointer_flags as its callback.
11468 2010-10-04  Jan Hubicka  <jh@suse.cz>
11470         * gimple-fold.c (static_object_in_other_unit_p): Rename to...
11471         (can_refer_decl_in_current_unit_p): ... this one; reverse return
11472         value; handle comdats too.
11473         (canonicalize_constructor_val): Use it; handle function_decls
11474         correctly.
11475         (gimple_fold_obj_type_ref_known_binfo): Likewise.
11476         * gimple.c (get_base_address): Accept all kinds of decls.
11478 2010-10-04  Joseph Myers  <joseph@codesourcery.com>
11480         * flags.h (g_switch_value, g_switch_set): Remove.
11481         * opts.c (g_switch_value, g_switch_set): Remove.
11482         * config/g.opt (G): Add Var(g_switch_value).
11483         * config/alpha/alpha.c (alpha_handle_option): Don't handle -G here.
11484         (alpha_option_override): Check global_options_set.x_g_switch_value
11485         instead of g_switch_set.
11486         (alpha_in_small_data_p): Remove cast in comparison with
11487         g_switch_value.
11488         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
11489         g_switch_value to unsigned HOST_WIDE_INT.
11490         * config/frv/frv.c (frv_const_unspec_p): Remove cast in comparison
11491         with g_switch_value.
11492         (frv_handle_option): Don't handle -G here.
11493         (frv_option_override): Check global_options_set.x_g_switch_value
11494         instead of g_switch_set.  Don't modify g_switch_set.
11495         (frv_in_small_data_p): Remove cast in comparison with g_switch_value.
11496         * config/frv/frv.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Cast
11497         g_switch_value to unsigned HOST_WIDE_INT.
11498         * config/ia64/ia64.c (ia64_handle_option): Don't handle -G here.
11499         (ia64_option_override): Check global_options_set.x_g_switch_value
11500         instead of g_switch_set.
11501         * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION):
11502         Remove.
11503         (lm32_in_small_data_p): Remove cast in comparison with
11504         g_switch_value.
11505         * config/lm32/lm32.h (ASM_OUTPUT_ALIGNED_LOCAL,
11506         ASM_OUTPUT_ALIGNED_COMMON): Cast g_switch_value to unsigned
11507         HOST_WIDE_INT.
11508         * config/m32r/m32r.c (m32r_handle_option): Don't handle -G here.
11509         (m32r_init): Check global_options_set.x_g_switch_value instead of
11510         g_switch_set.
11511         (m32r_in_small_data_p): Remove cast in comparison with
11512         g_switch_value.
11513         (m32r_file_start): Format g_switch_value with %d.
11514         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_COMMON,
11515         ASM_OUTPUT_ALIGNED_BSS): Cast g_switch_value to unsigned HOST_WIDE_INT.
11516         * config/microblaze/microblaze.c (microblaze_handle_option): Don't
11517         handle -G here.
11518         (microblaze_option_override): Check
11519         global_options_set.x_g_switch_value instead of g_switch_set.
11520         * config/mips/mips.c (mips_handle_option): Don't handle -G here.
11521         (mips_option_override): Check global_options_set.x_g_switch_value
11522         instead of g_switch_set.
11523         * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle -G here.
11524         (rs6000_file_start): Format g_switch_value with %d.
11525         (small_data_operand, rs6000_elf_in_small_data_p): Remove casts in
11526         comparisons with g_switch_value.
11527         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Check
11528         global_options_set.x_g_switch_value instead of g_switch_set.
11529         * config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
11530         global_options_set.x_g_switch_value instead of g_switch_set.
11531         * config/score/score.c (score_handle_option): Don't handle -G here.
11532         * config/score/score3.c (score3_option_override): Check
11533         global_options_set.x_g_switch_value instead of g_switch_set.
11534         * config/score/score7.c (score7_option_override): Check
11535         global_options_set.x_g_switch_value instead of g_switch_set.
11537 2010-10-04  Vladimir Makarov  <vmakarov@redhat.com>
11539         * common.opt (fira-coalesce): Remove.
11541         * doc/invoke.texi (flag_ira_coalesce): Remove.
11543         * ira-color.c (allocno_coalesced_p): Move before
11544         copy_freq_compare_func.
11545         processed_coalesced_allocno_bitmap): Ditto.
11546         (update_conflict_hard_regno_costs): Don't use
11547         ALLOCNO_FIRST_COALESCED_ALLOCNO.
11548         (allocno_cost_compare_func, print_coalesced_allocno): Remove.
11549         (assign_hard_reg): Assume no coalesced allocnos.
11550         (get_coalesced_allocnos_attributes): Remove.
11551         (bucket_allocno_compare_func): Assume no coalesced allocnos.
11552         (push_allocno_to_stack): Ditto.
11553         (remove_allocno_from_bucket_and_push): Use
11554         ira_print_expanded_allocno instead of print_coalesced_allocno.
11555         (push_allocnos_to_stack): Assume uncoalesced allocnos.
11556         (all_conflicting_hard_regs_coalesced): Ditto.  Rename to
11557         all_conflicting_hard_regs.
11558         (setup_allocno_available_regs_num): Assume uncoalesced allocnos.
11559         (setup_allocno_left_conflicts_size): Ditto.
11560         (put_allocno_into_bucket): Ditto.
11561         (copy_freq_compare_func): Remove.
11562         (copy_freq_compare_func, merge_allocnos): Move before
11563         coalesced_pseudo_reg_freq_compare.
11564         coalesced_allocno_conflict_p): Ditto.
11565         (coalesced_allocno_conflict_p, coalesce_allocnos): Ditto.  Remove
11566         parameter.  Assume it true.
11567         (color_allocnos): Assume uncoalesced allocnos.  Use
11568         ira_print_expanded_allocno instead of print_coalesced_allocno.
11569         (ira_sort_regnos_for_alter_reg): Call coalesce_allocnos without
11570         parameter.
11572         * ira.c: Remove comment about coalescing.
11574 2010-10-04  Joseph Myers  <joseph@codesourcery.com>
11576         * config/mips/mips.h (target_flags_explicit): Declare for
11577         GENERATOR_FILE.
11579 2010-10-04  Andi Kleen  <ak@linux.intel.com>
11581         * Makefile.in (xgcc, cpp, cc1, collect2, lto-wrapper, gcov,
11582         gcov-dump, cc1-dummy, genprog, build/gcov-iov): Add + to build rule.
11584 2010-10-04  Matthias Klose  <doko@ubuntu.com>
11586         * config/sparc/t-linux64 (MULTILIB_OSDIRNAMES): Use ../lib32 as the
11587         multilib osdirname if it exists.
11588         * config/s390/t-linux64 (MULTILIB_OSDIRNAMES): Likewise.
11590 2010-10-04  Jakub Jelinek  <jakub@redhat.com>
11592         PR middle-end/45876
11593         * fold-const.c (fold_binary_loc) <case BIT_AND_EXPR>: Use
11594         arg0's type or its unsigned counterpart as utype.  Convert
11595         arg1 to utype unconditionally.
11597 2010-10-04  Julian Brown  <julian@codesourcery.com>
11599         * expr.c (expand_assignment): Add assertion to prevent emitting
11600         null rtx for movmisalign pattern.
11601         (expand_expr_real_1): Likewise.
11602         * config/arm/arm.c (arm_builtin_support_vector_misalignment): New.
11603         (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT): New. Use above.
11604         (arm_vector_alignment_reachable): New.
11605         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): New. Use above.
11606         (neon_vector_mem_operand): Disallow PRE_DEC for misaligned loads.
11607         (arm_print_operand): Include alignment qualifier in %A.
11608         * config/arm/neon.md (UNSPEC_MISALIGNED_ACCESS): New constant.
11609         (movmisalign<mode>): New expander.
11610         (movmisalign<mode>_neon_store, movmisalign<mode>_neon_load): New
11611         insn patterns.
11613 2010-10-04  Joseph Myers  <joseph@codesourcery.com>
11615         * optc-gen.awk: Define global_options_set.  Don't define
11616         target_flags_explicit.
11617         * opth-gen.awk: Declare global_options_set.  Define
11618         target_flags_explicit as macro.
11619         * opts-common.c (handle_option): Take opts_set and generated_p
11620         parameters.
11621         (handle_generated_option, read_cmdline_option, set_option): Take
11622         opts_set parameter.
11623         (set_option): Use opts_set instead of hardcoding target_flags and
11624         target_flags_explicit.
11625         * opts.c (sel_sched_switch_set, profile_arc_flag_set,
11626         flag_profile_values_set, flag_unroll_loops_set, flag_tracer_set,
11627         flag_value_profile_transformations_set, flag_peel_loops_set,
11628         flag_branch_probabilities_set, flag_inline_functions_set,
11629         flag_ipa_cp_set, flag_ipa_cp_clone_set,
11630         flag_predictive_commoning_set, flag_unswitch_loops_set,
11631         flag_gcse_after_reload_set): Remove.
11632         (common_handle_option, lang_handle_option, target_handle_option):
11633         Take opts_set parameter.  Assert that it is &global_options_set.
11634         (common_handle_option): Don't set _set variables.  Check opts_set
11635         instead of such variables.
11636         (enable_warning_as_error): Pass &global_options_set to
11637         handle_generated_option.
11638         * opts.h (cl_option_handler_func.handler, set_option,
11639         handle_option, handle_generated_option, read_cmdline_option): Add
11640         opts_set parameters.
11641         (handle_option): Add generated_p parameter.
11642         * config/i386/i386.c (ix86_function_specific_save,
11643         ix86_function_specific_restore): Updat for renaming of
11644         target_flags_explicit field.
11645         * config/i386/i386.opt (target_flags_explicit): Rename to
11646         ix86_target_flags_explicit.
11647         * config/ia64/ia64.c (ia64_override_options_after_change): Check
11648         global_options_set.x_flag_selective_scheduling and
11649         global_options_set.x_flag_selective_scheduling2, not
11650         sel_sched_switch_set.
11651         * flags.h (sel_sched_switch_set,
11652         flag_speculative_prefetching_set): Remove.
11653         * gcc.c (driver_handle_option): Take opts_set parameter.  Assert
11654         that it is &global_options_set.
11655         (process_command): Pass &global_options_set to read_cmdline_option.
11656         * lto-opts.c (lto_reissue_options): Pass &global_options_set to
11657         set_option.
11658         * toplev.c (target_flags_explicit): Remove.
11660 2010-10-04  Jan Hubicka  <jh@suse.cz>
11662         PR middle-end/45871
11663         * tree-ssa-ccp.c (get_base_constructor): Take HOST_WIDE_INT offset;
11664         use get_ref_base_and_offset to handle references.
11665         (fold_const_aggregate_ref): Update.
11667 2010-10-04  Martin Jambor  <mjambor@suse.cz>
11669         PR tree-optimization/45572
11670         * ipa-prop.c (ipa_make_edge_direct_to_target): Call
11671         ipa_check_create_node_params.
11672         * ipa-inline.c (add_new_edges_to_heap): Do not insert inlined edges.
11674 2010-10-04  Yao Qi  <yao@codesourcery.com>
11676         * doc/passes.texi: Clean up.
11678 2010-10-03  Ian Lance Taylor  <iant@google.com>
11680         * c-typeck.c (lookup_field): If -fplan9-extensions, permit
11681         referring to a field using a typedef name.
11682         (find_anonymous_field_with_type): New static function.
11683         (convert_to_anonymous_field): New static function.
11684         (convert_for_assignment): If -fplan9-extensions, permit converting
11685         pointer to struct to pointer to anonymous field.
11686         * c-decl.c (grokfield): If -fplan9-extensions, permit anonymous fields.
11687         (is_duplicate_field): New static function.
11688         (detect_field_duplicates_hash): If -fplan9-extensions, check for
11689         typedef names duplicating field names.
11690         (detect_field_duplicates): Likewise.
11691         * doc/invoke.texi (Option Summary): Mention -fplan9-extensions.
11692         (C Dialect Options): Document -fplan9-extensions.
11693         * doc/extend.texi (Unnamed Fields): Document -fplan9-extensions.
11695 2010-10-03  H.J. Lu  <hongjiu.lu@intel.com>
11697         * tree-vect-data-refs.c (vect_analyze_data_ref_access): Revert
11698         revision 164914.
11699         (vect_create_data_ref_ptr): Likewise.
11700         * tree-vect-stmts.c (vectorizable_store): Likewise.
11701         (perm_mask_for_reverse): Likewise.
11702         (reverse_vec_elements): Likewise.
11703         (vectorizable_load): Likewise.
11705 2010-10-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
11707         * cppbuiltin.c: New file.
11708         * cppbuiltin.h: New file.
11709         * Makefile.in: Take into account cppbuiltin.{h,c}.
11711 2010-10-03  Andi Kleen  <ak@linux.intel.com>
11713         * lto-cgraph.c (input_cgraph): Check for missing sections.
11715 2010-10-03  Uros Bizjak  <ubizjak@gmail.com>
11717         * config/i386/i386.md (*ashl<mode>3_mask): Change operand 2 predicate
11718         to nonimmediate_operand.  Force operand 2 to register when allowed.
11719         (*<shiftrt_insn><mode>3_mask): Ditto.
11720         (*<rotate_insn><mode>3_mask): Ditto.
11722 2010-10-02  H.J. Lu  <hongjiu.lu@intel.com>
11724         PR tree-optimization/45720
11725         PR tree-optimization/45764
11726         * tree-vect-data-refs.c (vect_analyze_data_ref_access):
11727         Don't accept backwards consecutive accesses.
11728         (vect_create_data_ref_ptr): Disallow negative steps.
11730         * tree-vect-stmts.c (vectorizable_store): Allow negative steps.
11731         (perm_mask_for_reverse): Removed.
11732         (reverse_vec_elements): Likewise.
11733         (vectorizable_load): Don't handle negative steps.
11735 2010-10-02  Jan Hubicka  <jh@suse.cz>
11737         * tree-ssa-ccp.c (ccp_fold_stmt): Fold away OBJ_TYPE_REF when
11738         call destination is known.
11740 2010-10-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11742         PR target/45820
11743         * config/pa/pa.c (pa_secondary_reload): Handle symbolic operands
11744         earlier.
11746 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11748         * doc/install.texi (Configuration): Document build_configargs,
11749         host_configargs, target_configargs.
11751 2010-10-01  Uros Bizjak  <ubizjak@gmail.com>
11753         * config/i386/i386.md (*ashl<mode>3_mask): New insn_and_split pattern.
11754         (*<shiftrt_insn><mode>3_mask): Ditto.
11755         (*<rotate_insn><mode>3_mask): Ditto.
11757 2010-10-01  Steve Ellcey  <sje@cup.hp.com>
11759         PR tree-optimization/44716
11760         * config/ia64/hpux.h (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
11761         (HOT_TEXT_SECTION_NAME): Define.
11763 2010-10-01  Nick Clifton  <nickc@redhat.com>
11765         * common.opt: Add -fcombine-stack-adjustments.
11766         * opts.c (decode_options): Enable -fcombine-stack-adjustments at -O1.
11767         * combine-stack-adj.c (gate_handle_stack_adjustments): Check
11768         flag_combine_stack_adjustments.
11769         * doc/invoke.texi: Document the new option.
11771 2010-10-01  Richard Guenther  <rguenther@suse.de>
11773         PR tree-optimization/45854
11774         * tree-eh.c (cleanup_empty_eh): Avoid degenerate case.
11776 2010-10-01  Anthony Green  <green@moxielogic.com>
11778         * config.gcc: Fix moxie-*-rtems* configuration.
11780 2010-10-01  Richard Guenther  <rguenther@suse.de>
11782         * dwarf2out.c (gen_namespace_die): Use DECL_FILE_SCOPE_P.
11783         (gen_decl_die): Likewise.
11785 2010-10-01  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11787         * config/spu/spu.c (spu_init_builtins): No longer add END_BUILTINS
11788         to the function code for SPU MD builtins.
11789         (spu_expand_builtin): Update.
11790         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Update.
11792 2010-10-01  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11794         * config/spu/spu.c (TARGET_EXCEPT_UNWIND_INFO): Set to
11795         sjlj_except_unwind_info.
11797 2010-10-01  Tristan Gingold  <gingold@adacore.com>
11799         * configure.ac: Define the nop insn for avr*-*-*
11800         * configure: Regenerate.
11802 2010-10-01  Alan Modra  <amodra@gmail.com>
11804         PR target/45807
11805         * config/rs6000/rs6000.c (rs6000_emit_prologue): Properly sign
11806         extend toc_restore_insn.
11808 2010-09-30  Richard Guenther  <rguenther@suse.de>
11810         PR tree-optimization/43959
11811         * function.c (gimplify_parameters): Use create_tmp_reg instead of
11812         create_tmp_var.
11814 2010-09-30  Kaz Kojima  <kkojima@gcc.gnu.org>
11816         * config/sh/sh.c (sh_expand_prologue): Set
11817         current_function_static_stack_size.
11819 2010-09-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11821         * configure.ac: Check for Solaris 8 ld with .hidden support.
11822         * configure: Regenerate.
11824 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11826         PR middle-end/45758
11827         * graphite.c (graphite_initialize): Call scev_reset.
11829 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11831         * sese.h (scev_analyzable_p): Return false for real or floating
11832         point.  Only handle INTEGRAL_TYPE_P and POINTER_TYPE_P.
11834 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11836         * graphite-clast-to-gimple.c (compute_bounds_for_level): Free le
11837         and ps.
11838         * graphite-poly.c (pbb_number_of_iterations_at_time): Free le and
11839         domain.
11840         * graphite-sese-to-poly.c (add_upper_bounds_from_estimated_nit):
11841         Do not allocate ub_expr, it is passed in initialized.
11843 2010-09-30  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
11845         * graphite-clast-to-gimple.c (init_cloog_input_file): New.
11846         (build_cloog_prog): Dump CLooG input file when
11847         flag_graphite_dump_cloog is set.  This is disabled on trunk.
11848         * graphite-cloog-compat.h (cloog_program_dump_cloog): New.
11850 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11852         * graphite-clast-to-gimple.c (graphite_verify): Remove call to
11853         verify_dominators for CDI_POST_DOMINATORS.
11854         * sese.h: Remove comment about CDI_POST_DOMINATORS.
11855         (recompute_all_dominators): Remove call to free_dominance_info
11856         for CDI_POST_DOMINATORS.  Remove call to calculate_dominance_info
11857         for CDI_POST_DOMINATORS.
11859 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11861         * graphite-poly.c (pbb_number_of_iterations_at_time): Only iterate
11862         over pbb_dim_iter_domain.
11864 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11866         * graphite-flattening.c: Fix comments.
11868 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11870         * Makefile.in (OBJS-common): Add graphite-flattening.o.
11871         (graphite-flattening.o): New rule.
11872         * common.opt (floop-flatten): New flag.
11873         * doc/invoke.texi (-floop-flatten): Documented.
11874         * graphite-flattening.c: New.
11875         * graphite-poly.c (apply_poly_transforms): Call flatten_all_loops.
11876         * graphite-poly.h (flatten_all_loops): Declared.
11877         (lst_remove_loop_and_inline_stmts_in_loop_father): New.
11878         * tree-ssa-loop.c (gate_graphite_transforms): When flag_loop_flatten
11879         is set, also set flag_graphite.
11881 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11883         * graphite-poly.c (cloog_checksum): New.
11884         * graphite-poly.h (cloog_checksum): Declared.
11886 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11888         * graphite-poly.c (pbb_number_of_iterations): Removed.
11889         (pbb_number_of_iterations_at_time): Correctly compute the number
11890         of iterations in the transformed loop.
11891         * graphite-poly.h (pbb_number_of_iterations): Removed.
11893 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11895         * graphite-poly.h (lst_update_scattering_seq): Removed.
11896         (lst_update_scattering): Correctly handle outermost loop dewey
11897         renumbering.
11899 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11901         * graphite-blocking.c (pbb_strip_mine_profitable_p): Renamed
11902         lst_strip_mine_profitable_p.  Call lst_niter_for_loop.
11903         * graphite-poly.h (lst_niter_for_loop): New.
11905 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11907         * graphite-poly.c (apply_poly_transforms): Do not abort when the
11908         transform read from disk is not legal.  Call fatal_error instead.
11910 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11912         * graphite-poly.c (print_pbb_body): Add missing closing parenthesis.
11913         (print_scop_header): Removed.  Inlined in the only call place...
11914         (print_scop): ... here.
11916 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11918         * graphite-poly.h (lst_dewey_number): Use FOR_EACH_VEC_ELT.
11920 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11922         * graphite-poly.c (graphite_read_scop_file): Fix uninitialize warning.
11924 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11926         * graphite-dependences.c (dot_deps): Avoid set but not used warning.
11927         (dot_deps_stmt): Same.
11928         * graphite-poly.c (dot_lst): Same.
11930 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11932         * graphite-blocking.c (scop_do_strip_mine): Do not call
11933         graphite_legal_transform.
11934         (scop_do_block): Same.
11936 2010-09-30  Vladimir Kargov  <kargov@gmail.com>
11938         * graphite-scop-detection.c (graphite_can_represent_loop): Correct the
11939         description.
11941 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11943         * tree-scalar-evolution.c (instantiate_array_ref): New.
11944         (instantiate_scev_r): Also handle ARRAY_REFs.
11946 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11948         * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
11949         Do not check for VAR_DECL, PARM_DECL, FUNCTION_DECL, LABEL_DECL,
11950         RESULT_DECL, and FIELD_DECL.  Return false for an
11951         SSA_NAME_IS_DEFAULT_DEF.
11952         (compute_scalar_evolution_in_loop): Do not further analyze the
11953         scalar evolution when no_evolution_in_loop_p returns true.
11955 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11957         * tree-chrec.h (evolution_function_is_affine_p): Do not check
11958         whether CHREC_LEFT is invariant.  A function is affine when
11959         CHREC_RIGHT is invariant.
11961 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11963         * graphite-sese-to-poly.c (reduction_phi_p): Remove check for
11964         is_gimple_reg.
11965         (rewrite_degenerate_phi): Same.
11966         (rewrite_reductions_out_of_ssa): Add check for is_gimple_reg.
11968 2010-09-30  Vladimir Kargov  <kargov@gmail.com>
11970         * graphite-scop-detection.c (graphite_can_represent_scev,
11971         graphite_can_represent_expr, stmt_has_simple_data_refs_p,
11972         graphite_can_represent_loop): Remove outermost_loop.
11974 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11976         PR middle-end/45229
11977         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Do not
11978         handle GIMPLE_CALLs with no LHS.
11980 2010-09-30  Riyadh Baghdadi  <baghdadi.mr@gmail.com>
11982         * graphite-poly.c (init_graphite_out_file): New.
11983         (init_graphite_in_file): New.
11984         (apply_poly_transforms): Updated to enable reading and writing of
11985         multiple scop files.
11987 2010-09-30  Tobias Grosser  <grosser@fim.uni-passau.de>
11989         * graphite-scop-detection.c (graphite_can_represent_scev): Remove
11990         redundant checks.
11992 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
11994         * graphite-clast-to-gimple.c (precision_for_value): Adjust
11995         computation of precision by 1.
11997 2010-09-30  Riyadh Baghdadi  <baghdadi.mr@gmail.com>
11999         * graphite-cloog-util.c (openscop_read_cloog_matrix): New.
12000         (openscop_read_polyhedron_matrix): New.
12001         * graphite-cloog-util.h (openscop_read_polyhedron_matrix): Declared.
12002         (openscop_read_N_int): Same.
12003         * graphite-poly.c (openscop_read_N_int): New.
12004         (openscop_read_one_int): New.
12005         (openscop_read_N_string): New.
12006         (openscop_read_one_string): New.
12007         (openscop_read_powerset_matrix): New.
12008         (graphite_read_transforms): Remove.
12009         (graphite_read_scatt): New.
12010         (graphite_read_scop_file): New.
12011         (apply_poly_transforms): Updated to call graphite_read_scop_file.
12013 2010-09-30  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
12015         * graphite-poly.c: Change include order.
12017 2010-09-30  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
12019         * graphite-cloog-compat.h (cloog_matrix_ncolumns): New.
12020         (cloog_matrix_nrows): New.
12022 2010-09-30  Riyadh Baghdadi  <baghdadi.mr@gmail.com>
12024         * graphite-cloog-util.c (openscop_print_cloog_matrix): Remove spaces
12025         from matrix lines.
12026         * graphite-poly.c (openscop_print_scattering_function_1): Same.
12027         (print_scattering_function_1): Same.
12028         (openscop_print_pbb_domain): Same.
12029         (openscop_print_scop_context): Same.
12030         (print_scop_context): Same.
12032 2010-09-30  Riyadh Baghdad  <baghdadi.mr@gmail.com>
12034         * graphite-poly.c (openscop_print_pdr_polyhedron): Fix indentation.
12035         (openscop_print_pdr_polyhedron): Print pph.
12037 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
12039         * graphite-clast-to-gimple.c (gcc_type_for_interval): Generate in
12040         priority signed types.
12042 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
12044         * graphite-clast-to-gimple.c (max_signed_precision_type): Remove
12045         the call to lang_hooks.types.type_for_size.  Call
12046         build_nonstandard_integer_type.
12048 2010-09-30  Riyadh Baghdadi  <baghdadi.mr@gmail.com>
12050         * graphite-cloog-util.c (openscop_print_cloog_matrix): New.
12051         (openscop_print_polyhedron_matrix): New.
12052         * graphite-cloog-util.h (openscop_print_polyhedron_matrix): Declared.
12053         * graphite-poly.c (openscop_print_pdr_polyhedron): Same.
12054         (openscop_print_pdr_powerset): New.
12055         (openscop_print_powerset_matrix): New.
12056         (openscop_print_scattering_function_1): New.
12057         (print_scattering_function): Add support for scattering names and
12058         OpenScop format.
12059         (graphite_write_transforms): Remove.
12060         (print_pdr_access_layout): Updated to support OpenScop format.
12061         (print_pdr): Same.
12062         (openscop_print_pbb_domain): New.
12063         (print_pbb_body): Added a parameter to allow indicating that pbb_body
12064         is not provided.
12065         (print_pbb): Updated to call the new print_pbb_body.
12066         (openscop_print_scop_context): New.
12067         (print_scop_header): New.
12068         (print_scop): Updated to call print_scop_header.
12069         * graphite-poly.h: Document OpenScop format.
12071 2010-09-30  Anatoly Sokolov  <aesok@post.ru>
12073         * config/cris/m32c.c (cris_memory_move_cost): New.
12074         (cris_register_move_cost): Make static. Change arguments type from
12075         enum reg_class to reg_class_t.
12076         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
12077         * config/cris/cris.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
12078         * config/cris/cris-protos.h (cris_register_move_cost): Remove.
12080 2010-09-30  Jakub Jelinek  <jakub@redhat.com>
12082         PR target/45843
12083         * config/i386/i386.c (ix86_gimplify_va_arg): Use
12084         INTVAL (XEXP (slot, 1)) as prev_size.
12086 2010-09-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
12088         PR target/45837
12089         * config/rs6000/aix.h (TARGET_AIX_OS): Define to be 1.
12090         * config/rs6000/rs6000.h (TARGET_AIX_OS): Define to be 0 if not
12091         defined.
12092         * config/rs6000/option-defaults.h (toplevel): Change #if
12093         TARGET_AIX to TARGET_AIX_OS to allow compiler to build after
12094         global option changes.
12096 2010-09-30  Jakub Jelinek  <jakub@redhat.com>
12098         * dwarf2out.c (mem_loc_descriptor): Handle IF_THEN_ELSE.
12100         PR tree-optimization/31261
12101         * fold-const.c (fold_binary): Optimize ((A & N) + B) & M
12102         for constants M and N, M == (1LL << cst) - 1 && (N & M) == M.
12104 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12106         PR bootstrap/45796
12107         * Makefile.in (build/gen%$(build_exeext)): Move rule after all
12108         special-casing for generators and turn into ...
12109         ((genprog:%=build/gen%$(build_exeext))): ... this static pattern
12110         rule, for better error messages in case of toplevel dependency errors.
12111         (genprog): Add hooks, rename to ...
12112         (genprogerr): ... this, and let genprog also contain check,
12113         checksum, condmd.
12114         ((genprog:%=build/gen%$(build_exeext))): Rename to ...
12115         ((genprogerr:%=build/gen%$(build_exeext))): ... this.
12116         (build/genhooks$(build_exeext)): Remove now-unneeded dependency.
12118 2010-09-30  Jonathan Wakely  <jwakely.gcc@gmail.com>
12119             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12121         * doc/install.texi: Suggest using LD_LIBRARY_PATH to find libs
12122         for GMP, MPFR and MPC.
12124 2010-09-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12126         * config/sparc/sparc.opt (mimpure-text): Move ...
12127         * config/sol2.opt: ... here.  Correct description.
12128         * config.gcc (*-*-solaris2*): Add sol2.opt to extra_options.
12129         * doc/invoke.texi (Option Summary, SPARC Options): Move
12130         -mimpure-text, -mno-impure-text, -threads, -pthreads, -pthread ...
12131         (Option Summary, Solaris 2 Options): ... here.
12132         (Submodel Options, Solaris 2 Options): New menu entry.
12133         (SPARC Options): Move -mimpure-text, -threads, -pthreads, -pthread ...
12134         (Solaris 2 Options): ... here.
12136 2010-09-30  Michael Eager  <eager@eagercon.com>
12138         * extend.texi (interrupt_handler): Add MicroBlaze to list.
12139         (save_volatiles): Describe option for MicroBlaze.
12140         * invoke.texi: Add MicroBlaze Options.
12141         * contrib.texi: Add acknowledgment.
12142         * md.texi: Add MicroBlaze d and z constraints.
12143         * install.texi: Add microblaze-*-elf.
12144         * configure.ac: Add microblaze-*-* to target list.
12145         * configure: Regenerate.
12146         * config.gcc: Add microblaze*-*-*, microblaze*-linux*.
12147         * config/microblaze/microblaze-protos.h: New.
12148         * config/microblaze/crti.s: New.
12149         * config/microblaze/predicates.md: New.
12150         * config/microblaze/linux.h: New.
12151         * config/microblaze/microblaze.md: New.
12152         * config/microblaze/constraints.md: New.
12153         * config/microblaze/crtn.s: New.
12154         * config/microblaze/microblaze.opt: New.
12155         * config/microblaze/microblaze-c.c: New.
12156         * config/microblaze/t-microblaze: New.
12157         * config/microblaze/microblaze.c: New.
12158         * config/microblaze/microblaze.h: New.
12160 2010-09-30  Iain Sandoe  <iains@gcc.gnu.org>
12162         * c-parser.c (c_parser_objc_methodprotolist): Amend preceding comment,
12163         parse @optional/@required and set the flags as appropriate.
12165 2010-09-30  Nathan Froyd  <froydnj@codesourcery.com>
12167         * config/iq2000/t-iq2000 (TARGET_LIBGCC2_CFLAGS): Delete.
12169 2010-09-30  Joseph Myers  <joseph@codesourcery.com>
12171         * opt-functions.awk (static_var): Update comment.
12172         (var_ref): Return offsetof expression or -1, not variable address.
12173         * optc-gen.awk: Generate structure field initializers instead of
12174         static variables.  Expect -1 for missing variables instead of null
12175         pointer.  Add gcc_options parameters to generated functions.
12176         * opth-gen.awk: Generate structure fields for static variables.
12177         Add gcc_options parameters to generated functions.
12178         * common.opt (optimize, optimize_size): Add variables.
12179         * config/i386/i386-c.c (ix86_pragma_target_parse): Pass
12180         &global_options to cl_target_option_restore.
12181         * config/i386/i386.c (ix86_valid_target_attribute_p): Pass
12182         &global_options to cl_optimization_restore, cl_target_option_save
12183         and cl_target_option_restore.
12184         (ix86_set_current_function): Pass &global_options to
12185         cl_target_option_restore.
12186         * config/pdp11/pdp11.h (optimize): Remove.
12187         * config/rs6000/rs6000.h (optimize): Remove.
12188         * config/sh/sh.h (optimize): Remove.
12189         * config/xtensa/xtensa.h (optimize): Remove.
12190         * coretypes.h (struct gcc_options): Declare.
12191         * diagnostic.c (diagnostic_initialize): Initialize
12192         context->option_state.
12193         (diagnostic_report_diagnostic): Pass option_state to
12194         option_enabled hook.
12195         * diagnostic.h (diagnostic_context.option_enabled): Add void *
12196         parameter.
12197         (diagnostic_context.option_state): New field.
12198         * final.c (final_start_function, final, final_scan_insn): Rename
12199         optimize parameter to optimize_p.
12200         * flags.h (optimize, optimize_size): Remove.
12201         * function.c (invoke_set_current_function_hook): Pass
12202         &global_options to cl_optimization_restore.
12203         * gcc.c (driver_handle_option): Take gcc_options parameter.
12204         Assert that it is &global_options.
12205         (process_command): Pass &global_options to read_cmdline_option.
12206         * ipa-pure-const.c (suggest_attribute): Pass &global_options to
12207         option_enabled.
12208         * lto-opts.c (lto_reissue_options): Use option_flag_var.  Pass
12209         &global_options to set_option.
12210         * opts-common.c (handle_option, handle_generated_option,
12211         read_cmdline_option, set_option): Take explicit gcc_options
12212         parameters.  Use option_flag_var.
12213         (option_flag_var): New.
12214         * opts.c (common_handle_option, lang_handle_option,
12215         target_handle_option): Take gcc_options parameter.  Assert that it
12216         is &global_options.
12217         (read_cmdline_options): Pass &global_options to read_cmdline_option.
12218         (print_filtered_help): Use option_flag_var.  Pass &global_options
12219         to option_enabled.
12220         (common_handle_option): Use option_flag_var.
12221         (option_enabled): Take opts parameter.  Use option_flag_var.
12222         (get_option_state): Take gcc_options parameter.  Use
12223         option_flag_var.  Pass gcc_options parameter to option_enabled.
12224         (enable_warning_as_error): Pass &global_options to
12225         handle_generated_option.
12226         * opts.h (struct cl_option): Change flag_var to flag_var_offset.
12227         (cl_option_handler_func.handler): Take gcc_options parameter.
12228         (option_enabled, get_option_state, set_option, handle_option,
12229         handle_generated_option, read_cmdline_option): Take gcc_options
12230         parameters.
12231         * toplev.c (optimize, optimize_size): Remove.
12232         (print_switch_values): Pass &global_options to option_enabled.
12233         (option_affects_pch_p): Use option_flag_var.  Pass &global_options
12234         to get_option_state.
12235         (general_init): Initialize global_dc->option_state.
12236         * tree.c (build_optimization_node): Pass &global_options to
12237         cl_optimization_save.
12238         (build_target_option_node): Pass &global_options to
12239         cl_target_option_save.
12241 2010-09-30  Martin Jambor  <mjambor@suse.cz>
12243         * tree-sra.c (type_consists_of_records_p): Do not check for trailing
12244         zero sized bit-fields.
12246 2010-09-30  Nicola Pero  <nicola.pero@meta-innovation.com>
12248         * c-parser.c (c_lex_one_token): When finding a CPP_AT_NAME
12249         Objective-C token, map RID_CLASS to RID_AT_CLASS and similar.
12250         (c_parser_external_declaration): Use RID_AT_CLASS instead of RID_CLASS.
12251         (c_parser_objc_class_declaration): Same change.
12252         (c_parser_objc_try_catch_statement): Use RID_AT_TRY instead of
12253         RID_TRY and RID_AT_CATCH instead of RID_CATCH.
12254         (c_parser_objc_class_instance_variables): Use RID_AT_PRIVATE
12255         instead of RID_PRIVATE, RID_AT_PROTECTED instead of RID_PROTECTED
12256         and RID_AT_PUBLIC instead of RID_PUBLIC.
12257         (c_parser_statement_after_labels): Use RID_AT_TRY instead of
12258         RID_TRY and RID_AT_CATCH instead of RID_CATCH.
12260 2010-09-30  Tom G. Christensen  <tgc@jupiterrise.com>
12262         * doc/install.texi (Binaries): Update link to HP-UX porting centre.
12263         Add links to current providers of packages for Solaris and IRIX.
12265 2010-09-29  Nicola Pero  <nicola.pero@meta-innovation.com>
12267         Merge from 'apple/trunk' branch on FSF servers.
12268         * c-parser.c: Applied change originally in c-parse.in.
12270         2005-10-04  Fariborz Jahanian  <fjahanian@apple.com>
12272         Radar 4281748
12273         * c-decl.c (start_decl): Check for redeclaration of class name.
12274         * c-parse.in (after_type_declarator): Recognize CLASSNAME.
12276 2010-09-29  Steve Ellcey  <sje@cup.hp.com>
12278         * config/ia64/ia64.c (ia64_builtin_decl): New.
12279         (TARGET_BUILTIN_DECL): Define.
12280         (ia64_builtins): New.
12281         (ia64_init_builtins): Save decls in ia64_builtins.
12283 2010-09-29  Bernd Schmidt  <bernds@codesourcery.com>
12285         PR target/40457
12286         * postreload.c (move2add_use_add2_insn): Use full_costs for comparison.
12287         (move2add_use_add3_insn): Likewise.
12288         (reload_cse_move2add): Likewise.
12289         * rtlanal.c (get_full_rtx_cost): New function.
12290         * rtl.h (struct full_rtx_costs): New.
12291         (init_costs_to_max, init_costs_to_zero, costs_lt_p,
12292         costs_add_n_insns): New inline functions.
12293         (get_full_rtx_cost): Declare.
12295         PR c/45054
12296         * reload1.c (replace_pseudos_in): Use eliminate_regs_1, allowing
12297         invariants.  Check for reg_equiv_invariant.
12298         (reload): Assert that spilled_pseudos is empty when returning.
12300 2010-09-29  Kai Tietz  <kai.tietz@onevision.com>
12302         * config/i386/mingw32.h (TARGET_64BIT): replaced by
12303         TARGET_64BIT_DEFAULT in #if check.
12305 2010-09-29  Jack Howarth  <howarth@bromo.med.uc.edu>
12307         * varasm.c (assemble_alias): Add error message for unsupported ifunc.
12309 2010-09-29  Mike Stump  <mikestump@comcast.net>
12311         * config/darwin.h (flag_mkernel): Remove.
12312         (flag_apple_kext): Likewise.
12314 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
12315             Jack Howarth  <howarth@bromo.med.uc.edu>
12317         * config/darwin.opt (undefined): Add.
12319 2010-09-29  Nathan Sidwell  <nathan@codesourcery.com>
12321         PR testsuite/45664
12322         * configure.ac: Add --enable-indirect-function option.
12323         * config.gcc: Add default_gnu_indirect_function.
12324         * config.in (HAVE_GAS_INDIRECT_FUNCTION): Rename to ...
12325         (HAVE_GNU_INDIRECT_FUNCTION): ... this.
12326         * varasm.c (do_assemble_alias): Adjust for macro name change.
12327         * configure: Rebuilt.
12328         * doc/install.texi: Document --enable-indirect-function.
12330 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
12332         * doc/options.texi (Variable, Var, Init): Update documentation
12333         without reference to VarExists.
12334         (VarExists): Remove.
12335         * common.opt, config/i386/i386.opt, config/linux.opt,
12336         config/rs6000/rs6000.opt, config/sh/sh.opt, config/spu/spu.opt:
12337         Don't use VarExists.
12339 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
12341         * optc-gen.awk: Generate global_options initializer instead of
12342         individual variables.  Add x_ prefix to names of structure members.
12343         * opth-gen.awk: Generate gcc_options structure.  Add x_ prefix to
12344         names of structure members.
12345         * doc/tm.texi.in (HARD_FRAME_POINTER_IS_FRAME_POINTER,
12346         HARD_FRAME_POINTER_IS_ARG_POINTER): Document.
12347         * doc/tm.texi: Regenerate.
12348         * alias.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
12349         * builtins.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER.
12350         * c-parser.c (disable_extension_diagnostics,
12351         restore_extension_diagnostics): Update names of cpp_options members.
12352         * combine.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
12353         * common.opt (fcompare-debug-second): Don't use Var.
12354         * config/alpha/alpha.h (target_flags): Remove.
12355         * config/arm/arm.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
12356         HARD_FRAME_POINTER_IS_ARG_POINTER): Define.
12357         * config/bfin/bfin.h (target_flags): Remove.
12358         * config/cris/cris.h (target_flags): Remove.
12359         * config/i386/i386-c.c (ix86_pragma_target_parse): Update names of
12360         cl_target_option members.
12361         * config/i386/i386.c (ix86_force_align_arg_pointer): Remove.
12362         (ix86_function_specific_print, ix86_valid_target_attribute_tree,
12363         ix86_can_inline_p): Update names of cl_target_option members.
12364         * config/i386/i386.h (ix86_isa_flags): Remove.
12365         * config/lm32/lm32.h (target_flags): Remove.
12366         * config/mcore/mcore.h (mcore_stack_increment): Remove.
12367         * config/mcore/mcore.md (addsi3): Remove extern declaration of
12368         flag_omit_frame_pointer.
12369         * config/mep/mep.h (target_flags): Remove.
12370         * config/mips/mips.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
12371         HARD_FRAME_POINTER_IS_ARG_POINTER): Define.
12372         * config/mmix/mmix.h (target_flags): Remove.
12373         * config/rs6000/rs6000.h (rs6000_xilinx_fpu, flag_pic,
12374         flag_expensive_optimizations): Remove.
12375         * config/s390/s390.h (flag_pic): Remove.
12376         * config/score/score-conv.h (target_flags): Remove.
12377         * config/sh/sh.h (sh_fixed_range_str): Remove.
12378         * config/spu/spu.h (target_flags, spu_fixed_range_string): Remove.
12379         * dbxout.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER
12380         * df-scan.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
12381         * diagnostic.c (diagnostic_initialize): Update names of
12382         diagnostic_context members.
12383         * diagnostic.h (diagnostic_context): Rename inhibit_warnings and
12384         warn_system_headers.
12385         (diagnostic_report_warnings_p): Update for new names.
12386         * dwarf2out.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER
12387         * emit-rtl.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER and
12388         HARD_FRAME_POINTER_IS_ARG_POINTER.
12389         * flags.h (flag_compare_debug): Declare.
12390         * ira.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
12391         * opts.c (flag_compare_debug): Define.
12392         (common_handle_option): Update names of diagnostic_context
12393         members.  Handle -fcompare-debug-second.
12394         (fast_math_flags_struct_set_p): Update names of cl_optimization
12395         members.
12396         * reginfo.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
12397         * regrename.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
12398         * reload.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
12399         * reload1.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
12400         * resource.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
12401         * rtl.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
12402         HARD_FRAME_POINTER_IS_ARG_POINTER): Define and use.
12403         * sel-sched.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
12404         * stmt.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER.
12406 2010-09-29  Hariharan Sandanagobalane  <hariharan@picochip.com>
12408         * config/picochip/picochip.c (picochip_output_internal_label):
12409         This function can now be called for debug CFI labels, which can come
12410         in the middle of a vliw instruction.  Postpone until end of vliw.
12412 2010-09-29  Richard Guenther  <rguenther@suse.de>
12414         * tree.h (SCOPE_FILE_SCOPE_P): New macro.
12415         (DECL_FILE_SCOPE_P): Use it.
12416         (TYPE_FILE_SCOPE_P): New macro.
12418 2010-09-29  Nicola Pero  <nicola.pero@meta-innovation.com>
12420         * c-parser.c (c_lex_one_token): In Objective-C, when dealing with
12421         a CPP_NAME which is a reserved word, clearly separate cases for
12422         OBJC_IS_PQ_KEYWORD, OBJC_IS_AT_KEYWORD and OBJC_IS_CXX_KEYWORD.
12424 2010-09-29  Nicola Pero  <nicola.pero@meta-innovation.com>
12426         * c-parser.c (c_lex_one_token): In Objective-C, do not replace
12427         token->value with the canonical spelling.  Do exactly like C and
12428         C++ and leave it as it is.
12430 2010-09-28  Richard Henderson  <rth@redhat.com>
12432         * config/alpha/alpha.c (alpha_builtins): New.
12433         (alpha_builtin_decl, TARGET_BUILTIN_DECL): New.
12434         (alpha_builtin_function): New.
12435         (alpha_add_builtins, alpha_init_builtins): Use it.
12437 2010-09-28  Nicola Pero  <nicola.pero@meta-innovation.com>
12439         * doc/standards.texi (Standards): Expanded the section on
12440         Objective-C and Objective-C++.
12442 2010-09-28  DJ Delorie  <dj@redhat.com>
12444         PR target/45800
12445         * config/m32c/m32c.c (m32c_subreg): Force adjustment of subregs of
12446         volatile MEMs.
12448 2010-09-28  Iain Sandoe  <iains@gcc.gnu.org>
12450         * c-parser.c (c_parser_declaration_or_fndef): Diagnose incorrect prefix
12451         attributes on methods.
12452          (c_parser_objc_method_definition): Handle attributes.
12453         (c_parser_objc_methodproto): Likewise.
12454         (c_parser_objc_maybe_method_attributes): New.
12455         (c_parser_objc_method_decl): Handle attributes, add a diagnostic for a
12456         missing definition, similar to that in ObjC++.
12458 2010-09-28  Richard Henderson  <rth@redhat.com>
12460         * defaults.h (DWARF2_UNWIND_INFO): Don't depend on TARGET_UNWIND_INFO.
12461         (MUST_USE_SJLJ_EXCEPTIONS): Remove.
12462         (CONFIG_SJLJ_EXCEPTIONS): Remove.
12463         (STACK_OLD_CHECK_PROTECT): Use targetm.except_unwind_info.
12464         (STACK_CHECK_PROTECT): Likewise.
12465         * dwarf2out.c (DWARF2_UNWIND_INFO, DWARF2_FRAME_INFO): Poison.
12466         (dwarf2out_do_frame): Use debug_unwind_info and except_unwind_info.
12467         (dwarf2out_do_cfi_asm, dwarf2out_begin_prologue): Likewise.
12468         (dwarf2out_frame_init, dwarf2out_frame_finish): Likewise.
12469         (dwarf2out_assembly_start): Likewise.
12470         * except.c (init_eh): Use targetm.except_unwind_info.
12471         (finish_eh_generation, gate_convert_to_eh_region_ranges): Likewise.
12472         (output_one_function_exception_table): Likewise.
12473         * final.c: Unconditionally include dwarf2out.h.
12474         (final_start_function): Unconditionally call dwarf2out routines.
12475         (final_end_function, final_scan_insn): Likewise.
12476         * function.c (expand_function_end): Use targetm.except_unwind_info.
12477         * opts.c (decode_options): Use targetm.except_unwind_info.
12478         * system.h (USING_SJLJ_EXCEPTIONS, TARGET_UNWIND_INFO): Poison.
12479         * target.def (debug_unwind_info, except_unwind_info): New.
12480         * target.h (enum unwind_info_type): New.
12481         * targhooks.c (default_debug_unwind_info): New.
12482         (default_except_unwind_info): New.
12483         (dwarf2_except_unwind_info, sjlj_except_unwind_info): New.
12484         * targhooks.h: Declare them.
12485         * tree-tailcall.c: Include "target.h"
12486         (suitable_for_tail_call_opt_p): Use targetm.except_unwind_info.
12487         * Makefile.in (tree-tailcall.o): Update.
12488         * tree.c (build_common_builtin_nodes): Use targetm.except_unwind_info.
12489         (lhd_gcc_personality): Likewise.
12491         * doc/tm.texi.in (TARGET_UNWIND_INFO): Remove.
12492         (TARGET_EXCEPT_UNWIND_INFO): New.
12493         (DWARF2_UNWIND_INFO): Update.
12494         (TARGET_DEBUG_UNWIND_INFO): New.
12495         * doc/tm.texi: Rebuild.
12497         * c-family/c-cppbuiltin.c (c_cpp_builtins): Use
12498         targetm.except_unwind_info.
12500         * config/arm/arm.c (TARGET_EXCEPT_UNWIND_INFO): New.
12501         (arm_except_unwind_info): New.
12502         (arm_compute_func_type): Use it.
12503         (arm_expand_prologue, thumb_pushpop): Likewise.
12504         (thumb1_expand_prologue, thumb1_output_function_prologue): Likewise.
12505         (arm_unwind_emit, arm_output_fn_unwind): Likewise.
12506         * config/arm/bpabi.h (ARM_UNWIND_INFO): Rename from TARGET_UNWIND_INFO.
12507         * config/arm/arm.h (ARM_UNWIND_INFO): Likewise.
12508         (DWARF2_UNWIND_INFO): Remove.
12509         (MUST_USE_SJLJ_EXCEPTIONS): Remove.
12510         (ARM_EABI_UNWIND_TABLES): Remove.
12512         * config/ia64/ia64.c (ia64_debug_unwind_info): New.
12513         (TARGET_DEBUG_UNWIND_INFO, TARGET_EXCEPT_UNWIND_INFO): New.
12514         (ia64_except_unwind_info): New.
12515         (ia64_output_function_prologue): Use it.
12516         (ia64_add_bundle_selector_before): Likewise.
12517         (ia64_reorg, ia64_asm_unwind_emit): Likewise.
12518         * config/ia64/ia64.h (DWARF2_FRAME_INFO): Remove.
12519         (TARGET_UNWIND_INFO): Remove.
12521         * config/pa/pa.c (pa_option_override): Use targetm.except_unwind_info.
12523 2010-09-28  Iain Sandoe  <iains@gcc.gnu.org>
12525         * c-parser.c (c_parser_objc_class_definition): Adjust prototype.
12526         (c_parser_objc_protocol_definition): Likewise.
12527         (c_parser_external_declaration): Provide dummy attribute arguments.
12528         (c_parser_declaration_or_fndef): Parse prefix attributes for ObjC.
12529         (c_parser_objc_class_definition): Handle attributes.
12530         (c_parser_objc_protocol_definition): Likewise.
12532 2010-09-28  Tobias Burnus  <burnus@net-b.de>
12534         PR fortran/40569
12535         PR fortran/40568
12536         * toplev.h (save_decoded_options, save_decoded_options_count):
12537         New global variables.
12538         * toplev.c (save_decoded_options, save_decoded_options_count):
12539         Export variables.
12541 2010-09-28  Ian Lance Taylor  <iant@google.com>
12543         * config/i386/i386.c (ix86_supports_split_stack): Test
12544         HAVE_GAS_CFI_PERSONALITY_DIRECTIVE rather than dwarf2out_do_cfi_asm.
12546 2010-09-28  Ian Lance Taylor  <iant@google.com>
12548         PR target/45815
12549         * opts.c (decode_options): Don't test whether the target supports
12550         split stack if flag_split_stack == 0.
12552 2010-09-28  Jan Hubicka  <jh@suse.cz>
12554         * builtin-attrs.def (ATTR_LEAF): New attribute.
12555         (ATTR_NOVOPS_LEAF_LIST, ATTR_LEAF_LIST, ATTR_NOTHROW_LEAF_LIST,
12556         ATTR_CONST_NOTHROW_LEAF_LIST, ATTR_PURE_NOTHROW_LEAF_LIST,
12557         ATTR_PURE_NOTHROW_NOVOPS_LEAF_LIST, ATTR_NORETURN_NOTHROW_LEAF_LIST,
12558         ATTR_MALLOC_NOTHROW_LEAF_LIST, ATTR_SENTINEL_NOTHROW_LEAF_LIST,
12559         ATTR_NOTHROW_NONNULL_LEAF, ATTR_CONST_NOTHROW_NONNULL_LEAF,
12560         ATTR_CONST_NOTHROW_TYPEGENERIC_LEAF, ATTR_PURE_NOTHROW_NONNULL_LEAF,
12561         ATTR_MALLOC_NOTHROW_NONNULL_LEAF): New attribute lists.
12562         * sync-builtins.def: Annotate all builtins by leaf.
12563         * omp-builtins.def: Annotate all builtins by leaf.
12564         * builtins.def: Annotate relevant builtins with leaf attribute.
12565         (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
12566         ATTR_MATHFN_FPROUNDING_ERRNO, ATTR_MATHFN_FPROUNDING_STORE): Make
12567         leaf.
12569 2010-09-28  Jan Hubicka  <jh@suse.cz>
12571         * tree-ssa-ccp.c (fold_ctor_reference): New function.
12572         (fold_const_aggregate_ref): Use it.
12573         * fold-const.c (canonicalize_constructor_val): Check that we don't fold
12574         into external static.
12576 2010-09-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12578         PR target/44452
12579         * config/i386/i386.opt (mvect8-ret-in-mem): Define.
12580         * config/i386/i386.c (ix86_target_string): Handle -mvect8-ret-in-mem.
12581         (ix86_solaris_return_in_memory): Remove.
12582         * config/i386/i386-protos.h (ix86_solaris_return_in_memory): Remove.
12583         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
12584         (TARGET_SUBTARGET_DEFAULT): Redefine.
12585         * config/i386/sol2-10.h (TARGET_SUBTARGET_DEFAULT): Update comment.
12586         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
12587         (TARGET_SUBTARGET_DEFAULT): Redefine.
12588         * doc/invoke.texi (Option Summary, i386 and x86-64 Options): Add
12589         -mvect8-ret-in-mem.
12590         (i386 and x86-64 Options): Document -mvect8-ret-in-mem.
12592 2010-09-29  Alan Modra  <amodra@gmail.com>
12594         PR target/45807
12595         * config/rs6000/aix.h (SETUP_FRAME_ADDRESSES): Delete.
12596         * config/rs6000/linux64.h (SETUP_FRAME_ADDRESSES): Delete.
12597         * config/rs6000/rs6000-protos.h (rs6000_aix_emit_builtin_unwind_init):
12598         Delete.
12599         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init): Delete.
12600         (rs6000_emit_prologue): Don't just create frame save info for r2,
12601         actually save r2.
12603 2010-09-28  Richard Henderson  <rth@redhat.com>
12605         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Output 8 bytes
12606         when 8 bytes are requested.
12608 2010-09-28  Tristan Gingold  <gingold@adacore.com>
12610         * config/avr/avr.c (expand_prologue): Set
12611         current_function_static_stack_size.
12613 2010-09-28  Tristan Gingold  <gingold@adacore.com>
12615         * config/alpha/alpha.md: Change the initial condition of the
12616         probing loop.
12618 2010-09-28  Uros Bizjak  <ubizjak@gmail.com>
12620         * config/i386/sse.md (*avx_<umaxmin:code><mode>3):
12621         Split from *avx_<maxmin:code><mode>3.
12622         (*avx_<smaxmin:code><mode>3): Ditto.
12623         * config/i386/i386.md (maxmin): Remove code iterator.
12625 2010-09-27  Ian Lance Taylor  <iant@google.com>
12627         * config/i386/i386.c (ix86_supports_split_stack): -fsplit-stack
12628         requires assembler support for CFI directives.
12630 2010-09-27  Richard Henderson  <rth@redhat.com>
12632         * dwarf2out.c (dwarf2out_cfi_label): Use ASM_OUTPUT_DEBUG_LABEL.
12634 2010-09-27  Hans-Peter Nilsson  <hp@axis.com>
12636         * emit-rtl.c (reorder_insns_nobb) [ENABLE_CHECKING]: Sanity-check
12637         that AFTER is not in the range FROM..TO, inclusive.
12639 2010-09-27  Hans-Peter Nilsson  <hp@axis.com>
12640             Bernd Schmidt  <bernds@codesourcery.com>
12642         PR rtl-optimization/45792
12643         * cfgcleanup.c (try_head_merge_bb): New rtx vector nextptr.
12644         If not all insns are to be merged, for each edge, stash the
12645         next candidate after the to-be-merged insns before doing the
12646         merge, and use them for the retry at the new insertion point.
12647         Handle CC0 targets when retrying.
12649 2010-09-27  Ian Lance Taylor  <iant@google.com>
12651         * common.opt (fsplit-stack): New option.
12652         * opts.c (decode_options): Set flag_split_stack to final value.
12653         * target.def (supports_split_stack): New hook.
12654         * gcc.c (STACK_SPLIT_SPEC): Define.
12655         (LINK_COMMAND_SPEC): Use STACK_SPLIT_SPEC.
12656         * doc/invoke.texi (Option Summary): Mention -fsplit-stack.
12657         (Code Gen Options): Document -fsplit-stack.
12658         * doc/extend.texi (Function Attributes): Mention no_split_stack.
12659         (Function Attributes): Document no_split_stack.
12660         * doc/tm.texi.in (Stack Smashing Protection): Add @hook
12661         TARGET_SUPPORTS_SPLIT_STACK.
12662         * doc/tm.texi: Rebuild.
12663         * function.c (thread_prologue_and_epilogue_insns): If
12664         flag_split_stack, add split stack prologue.
12665         * explow.c (allocate_dynamic_stack_space): Support -fsplit-stack.
12666         * varasm.c (saw_no_split_stack): New static variable.
12667         (assemble_start_function): Set saw_no_split_stack if the function
12668         has the no_split_stack attribute.
12669         (file_end_indicate_split_stack): New function.
12670         * output.h (file_end_indicate_split_stack): Declare.
12671         * libgcc-std.ver (GCC_4.6.0): Add -fsplit-stack support variables
12672         and function.
12673         * doc/libgcc.texi (Miscellaneous routines): Document -fsplit-stack
12674         routines.
12675         * config/i386/i386.c (ix86_option_override_internal): Don't set
12676         expand_builtin_va_start to NULL if -fsplit-stack.
12677         (ix86_function_regparm): Reduce local regparm by 1 for 32-bit
12678         -fsplit-stack.
12679         (ix86_va_start): If -fsplit-stack, get overflow pointer from
12680         scratch register set by prologue.
12681         (ix86_code_end): If -fsplit-stack, call
12682         file_end_indicate_split_stack.
12683         (ix86_supports_split_stack): New static function.
12684         (SPLIT_STACK_AVAILABLE): Define.
12685         (split_stack_prologue_scratch_regno): New static function.
12686         (split_stack_fn): New static variable.
12687         (ix86_expand_split_stack_prologue): New function.
12688         (ix86_live_on_entry): New static function.
12689         (ix86_legitimate_address_p): Handle UNSPEC_STACK_CHECK.
12690         (output_pic_addr_const): Likewise.
12691         (i386_asm_output_addr_const_extra): Likewise.
12692         (ix86_expand_call): Change return type to rtx.  Return the new
12693         call instruction.
12694         (TARGET_SUPPORTS_SPLIT_STACK): Define.
12695         (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
12696         * config/i386/i386.md (UNSPEC_STACK_CHECK): Define.
12697         (split_stack_prologue, split_stack_return): New insns.
12698         (split_stack_space_check): New insn.
12699         * config/i386/i386.h (struct machine_function): Add
12700         split_stack_varargs_pointer field.
12701         * config/i386/linux.h (TARGET_CAN_SPLIT_STACK): Define.
12702         (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
12703         * config/i386/linux64.h (TARGET_CAN_SPLIT_STACK): Define.
12704         (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
12705         * config/i386/i386-protos.h (ix86_expand_split_stack_prologue):
12706         Declare.
12707         (ix86_expand_call): Update declaration.
12709 2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>
12711         * doc/objc.texi (Type encoding): Added the new 'long double' (D)
12712         code.  Added byref, which was missing in the list of codes.
12713         Explain that enumeration values are encoded as the integer type
12714         that the compiler uses to store them.  Explain and make examples
12715         of how 'const' interacts with pointers, and the complication of
12716         the encoding of 'const char *'.
12717         (Legacy type encoding): New subsection, explaining that GCC emits
12718         incorrect type encodings for the NeXT runtime for compatibility
12719         reasons.
12720         (@@encode): New subsection, explaining @encode and particularly
12721         that protocol qualifiers are not recognized inside an @encode()
12722         expression.
12723         (Method signatures): New subsection, explaining how method
12724         signatures are encoded.
12726 2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>
12728         Merge from 'apple/trunk' branch on FSF servers.  Removed small
12729         change in build_conditional_expr that had been added when fixing
12730         PR objc/27377 and which did the same check in a less complete way.
12732         2005-12-15  Fariborz Jahanian  <fjahanian@apple.com>
12734         Radar 4229905
12735         * c-typeck.c (build_conditional_expr): Call objc_have_common_type when
12736         looking for objective-c common pointer types.
12738         2005-06-22  Ziemowit Laski  <zlaski@apple.com>
12740         Radar 4154928
12741         * c-typeck.c (build_conditional_expr): For two ObjC pointer types,
12742         use their ObjC common type.
12744 2010-09-27  Richard Guenther  <rguenther@suse.de>
12746         * dbxout.c (dbxout_symbol): Use DECL_FILE_SCOPE_P.
12748 2010-09-27  Jie Zhang  <jie@codesourcery.com>
12750         * print-tree.c (print_node): Print in-constant-pool.
12752 2010-09-27  Uros Bizjak  <ubizjak@gmail.com>
12754         * config/i386/i386.h (CLASS_MAX_NREGS): Also handle XCmode.
12755         (UNITS_PER_WORD): Define only when IN_LIBGCC2 is undefined.
12756         (MOVE_MAX_PIECES): Redefine using UNITS_PER_WORD.
12757         (ASM_OUTPUT_AVX_PREFIX): Simplify pointer addition.
12759 2010-09-26  Uros Bizjak  <ubizjak@gmail.com>
12761         * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_add): Merge
12762         from pro_epilogue_adjust_stack_<mode>_{1,2}.
12763         (pro_epilogue_adjust_stack_<mode>_add): Rename from
12764         pro_epilogue_adjust_stack_<mode>_3.
12765         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for
12766         renamed pro_epilogue_adjust_stack_{si,di}_add.
12767         (ix86_expand_prologue): Use indirect functions.  Update for renamed
12768         pro_epilogue_adjust_stack_{si,di}_sub.
12770 2010-09-26  Uros Bizjak  <ubizjak@gmail.com>
12772         * config/i386/i386.md (movmsk_df): New insn.
12773         (signbitdf): Split out of signbit<mode>2.  Generate movmsk_df
12774         sequence for TARGET_SSE_MATH.
12776 2010-09-26  Richard Sandiford  <rdsandiford@googlemail.com>
12778         * config/mips/mips.c (mips_builtin_decls): Declare.
12779         (mips_init_builtins): Store function declarations in
12780         mips_builtin_decls.
12781         (mips_builtin_decl): New function.
12782         (TARGET_BUILTIN_DECL): Define.
12784 2010-09-25  Kai Tietz  <kai.tietz@onevision.com>
12785             Richard Henderson  <rth@redhat.com>
12787         * config/i386/cygwin.asm: Include auto-host.h.
12788         (cfi_startproc, cfi_endproc, cfi_adjust_cfa_offset,
12789         cfi_def_cfa_register, cfi_register, cfi_push, cfi_pop): New macros.
12790         (__chkstk, __alloca): Annotate for dwarf2 unwind info.  Drop
12791         alignment code from the 64-bit path.  Use gas local labels.
12792         * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_2): Macroize
12793         from _di_2.  Remove the useless constant integer argument.
12794         (pro_epilogue_adjust_stack_<mode>_3): New.
12795         (allocate_stack_worker_probe_<mode>): Macroize from
12796         allocate_stack_worker_{32,64}.  Use __chkstk_ms.  Update all users.
12797         * config/i386/i386.c (ix86_expand_prologue): Use __chkstk_ms;
12798         use gen_pro_epilogue_adjust_stack_*_3 and annotate it.
12799         (__chkstk_ms): New function.
12800         * config/i386/t-cygming (LIB1ASMFUNCS): Add _chkstk_ms.
12801         * config/i386/t-interix: Likewise.
12802         * configure.ac (HAVE_GAS_CFI_DIRECTIVE): Export for target.
12803         (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): Likewise.
12804         (HAVE_GAS_CFI_SECTIONS_DIRECTIVE): Likewise.
12805         * configure, config.in: Rebuild.
12807 2010-09-25  Eric Botcazou  <ebotcazou@adacore.com>
12809         * tree-inline.c (copy_bb): Use GSI_CONTINUE_LINKING when inserting new
12810         statements because of the return slot optimization.
12812 2010-09-25  Anatoly Sokolov  <aesok@post.ru>
12814         * config/avr/avr.h (CLASS_LIKELY_SPILLED_P): Remove.
12815         * config/avr/avr-protos.h (class_likely_spilled_p): Remove.
12816         * config/avr/avr.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
12817         (class_likely_spilled_p): Rename to...
12818         (avr_class_likely_spilled_p): ...this. Make static. Change argument
12819         type to reg_class_t.
12821 2010-09-24  Jan Hubicka  <jh@suse.cz>
12823         * lto-symtab.c (lto_symtab_entry_def): Add guessed field.
12824         (lto_symtab_resolve_symbols): Set it.
12825         (lto_symtab_merge_decls_1): Do not compute used_from_object_file;
12826         store resolution field in cgraph/varpool.
12827         * cgraph.c (cgraph_same_body_alias, cgraph_add_thunk): Return node.
12828         (cgraph_get_node_or_alias, cgraph_get_node_or_alias): Constify.
12829         (cgraph_dump_node): Drop used_from_object_file.
12830         (cgraph_clone_node, cgraph_create_virtual_clone): Likewise.
12831         (cgraph_function_body_availability): Use decl_replaceable_p.
12832         (cgraph_make_node_local): Set resolution to LDPR_PREVAILING_DEF_IRONLY.
12833         (cgraph_can_remove_if_no_direct_calls_and_refs): Use
12834         cgraph_used_from_object_file_p.
12835         (cgraph_will_be_removed_from_program_if_no_direct_calls): Use
12836         cgraph_used_from_object_file_p.
12837         (resolution_used_from_other_file_p): New functoin.
12838         (cgraph_used_from_object_file_p): New predicate.
12839         * cgraph.h: Include plugin-api.h
12840         (struct cgraph_local_info): Remove used_from_object_file.
12841         (struct cgraph_node): Add resolution field.
12842         (struct varpool_node): Likewise; remove used_from_object_file;
12843         reove const_value_known.
12844         (cgraph_get_node, cgraph_get_node_or_alias, cgraph_node,
12845         cgraph_same_body_alias, cgraph_add_thunk): Update prototypes.
12846         (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
12847         varpool_used_from_object_file_p): Declare.
12848         (varpool_get_node, varpool_extra_name_alias): Update prototype.
12849         * tree.h (DECL_REPLACEABLE_P): Remove.
12850         (decl_replaceable_p, decl_binds_to_current_def_p): Declare.
12851         * final.c (rest_of_clean_state): Use decl_binds_to_current_def_p.
12852         * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
12853         input_overwrite_node, input_node, input_varpool_node): Stream
12854         resolution.
12855         * expr.c (expand_expr_real_1): Use const_value_known_p
12856         * ipa.c (ipa_discover_readonly_nonaddressable_var): Do not set
12857         const_value_known.
12858         (cgraph_externally_visible_p): Use cgraph_used_from_object_file_p.
12859         (function_and_variable_visibility): Set resolution for local vars
12860         and functions; use varpool_used_from_object_file_p.
12861         * varasm.c (resolution_to_local_definition_p, resolution_local_p): New
12862         static functions.
12863         (default_binds_local_p_1): Use resolutoin info.
12864         (decl_binds_to_current_def_p, decl_replaceable_p): New functions.
12865         * varpool.c (varpool_get_node): Constify.
12866         (const_value_known_p): Do not use vnode->const_value_known;
12867         use decl_replaceable_p.
12868         (varpool_finalize_decl): Do not set const_value_known.
12869         (cgraph_variable_initializer_availability): Use decl_replaceable_p
12870         (varpool_extra_name_alias): Return new node.
12871         (varpool_used_from_object_file_p): New function.
12873 2010-09-24  Richard Henderson  <rth@redhat.com>
12875         * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): New.
12876         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): New.
12877         (do_spill): Use REG_CFA_OFFSET.
12878         (ia64_expand_prologue): Use REG_CFA_ADJUST_CFA and REG_CFA_REGISTER
12879         as appropriate.
12880         (ia64_expand_epilogue): Likewise.
12881         (process_set): Split into ...
12882         (process_cfa_adjust_cfa): this,
12883         (process_cfa_register): this,
12884         (process_cfa_offset): and this new function.
12885         (ia64_asm_unwind_emit): Use them.  Expect REG_CFA_* notes
12886         instead of REG_FRAME_RELATED_EXPR.
12888 2010-09-24  Olivier Hainque  <hainque@adacore.com>
12890         * config/i386/vx-common.h (DBX_REGISTER_NUMBER): Reinstate.
12892 2010-09-24  Jan Hubicka  <jh@suse.cz>
12894         * doc/extend.texi: (attribute leaf): Document.
12895         * tree.c (local_define_builtin): Handle ECF_LEAF.
12896         (build_common_builtin_nodes): Set ECF_LEAF where needed.
12897         * tree.h (ECF_LEAF): New.
12898         * ipa-reference.c (propagate_bits): For leaf calls propagate ever
12899         overwrittable and unavailable functions.
12900         (ipa_init): Put all_module_statics into optimization_summary_obstack.
12901         (copy_global_bitmap): Do not copy all_module_statics.
12902         (read_write_all_from_decl): Use cgraph_node argument; handle ECF_LEAF.
12903         (propagate): Handle overwritable and unavailable leaf functions;
12904         initialize global info for overwritable and unavailable leaf functions;
12905         do not free all module statics.
12906         (ipa_reference_get_not_{read,written}_global): Leaf calls don't clobber
12907         local statics.
12908         * calls.c (flags_from_decl_or_type): Handle leaf.
12909         * tree-cfg.c (stmt_can_make_abnormal_goto): Leaf functions can't do
12910         abnormal gotos.
12912 2010-09-24  Basile Starynkevitch  <basile@starynkevitch.net>
12914         * gengtype.c: Reindented.
12915         * gengtype.h: Reindented.
12916         * gengtype-parse.c: Reindented.
12918 2010-09-24  Jan Hubicka  <jh@suse.cz>
12920         PR tree-optimization/45738
12921         PR tree-optimization/45741
12922         * expr.c (string_constant): Allow CONST_DECL too;
12923         check that DECL_INITIAL is set.
12924         * varpool.c (const_value_known_p): Only look into VAR_DECL
12925         and CONST_DECL.
12927 2010-09-24  Joseph Myers  <joseph@codesourcery.com>
12929         * common.opt (undef): New.
12931 2010-09-24  Jakub Jelinek  <jakub@redhat.com>
12933         PR middle-end/45234
12934         * rtl.h (enum global_rtl_index): Add
12935         GR_VIRTUAL_PREFERRED_STACK_BOUNDARY.
12936         (LAST_VIRTUAL_POINTER_REGISTER): Define.
12937         (virtual_preferred_stack_boundary_rtx,
12938         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM): Define.
12939         (LAST_VIRTUAL_REGISTER): Increase by one.
12940         (REGNO_PTR_FRAME_P): Use LAST_VIRTUAL_POINTER_REGISTER
12941         instead of LAST_VIRTUAL_REGISTER.
12942         * function.c (instantiate_new_reg): Handle
12943         virtual_preferred_stack_boundary_rtx.
12944         * emit-rtl.c (init_virtual_regs): Handle
12945         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
12946         (init_emit_regs): Initialize virtual_preferred_stack_boundary_rtx.
12947         * explow.c (round_push): If crtl->preferred_stack_boundary
12948         is smaller than MAX_SUPPORTED_STACK_ALIGNMENT, use
12949         virtual_preferred_stack_boundary_rtx alignment instead of
12950         crtl->preferred_stack_boundary alignment.
12951         (allocate_dynamic_stack_space): Use CONST_INT_P and REG_P
12952         macros.  Never decrease crtl->preferred_stack_boundary,
12953         use crtl->preferred_stack_boundary or MAX_SUPPORTED_STACK_ALIGNMENT
12954         instead of PREFERRED_STACK_BOUNDARY.  Don't modify
12955         stack_pointer_delta in dynamic allocation, even when size
12956         is constant.
12957         (probe_stack_range, anti_adjust_stack_and_probe): Use CONST_INT_P
12958         macro.
12959         * print-rtl.c (print_rtx): Handle
12960         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
12961         * config/alpha/alpha.h (NONSTRICT_REG_OK_FP_BASE_P): Use
12962         LAST_VIRTUAL_POINTER_REGISTER instead of LAST_VIRTUAL_REGISTER.
12963         * config/frv/frv.c (frv_emit_movsi): Likewise.
12964         * config/arm/arm.c (thumb1_legitimate_address_p): Likewise.
12965         * config/rs6000/rs6000.c (virtual_stack_registers_memory_p):
12966         Likewise.
12968         Revert:
12969         2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
12971         PR middle-end/45234
12972         * calls.c (expand_call): Make sure that all variable sized
12973         adjustments are multiple of preferred stack boundary after
12974         stack alignment.
12976 2010-09-24  Iain Sandoe  <iains@gcc.gnu.org>
12977             Dominique Dhumieres  <dominiq@lps.ens.fr>
12979         PR bootstrap/45751
12980         * config/darwin-driver.c (darwin_default_min_version):
12981         Adjust size passed to memcpy in two places.
12983 2010-09-24  Richard Guenther  <rguenther@suse.de>
12985         * c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.
12986         Make sure to not call set_type_context with error_mark_node.
12987         * langhooks.c (lhd_set_decl_assembler_name): Use DECL_FILE_SCOPE_P.
12989 2010-09-24  Richard Guenther  <rguenther@suse.de>
12991         * Makefile.in (OBJS-onestep): Remove.
12992         (ALL_HOST_BACKEND_OBJS): Remove libbackend.o.
12993         (libbackend.a): Remove onestep support.
12994         (libbackend.o): Remove.
12995         * configure.ac (--enable-intermodule): Remove.
12996         * configure: Regenerate.
12998 2010-09-24  Bernd Schmidt  <bernds@codesourcery.com>
13000         * cfgcleanup.c (flow_find_head_matching_sequence): Terminate when
13001         reaching the end of a block if it occurs at a DEBUG_INSN.
13003 2010-09-09  Tristan Gingold  <gingold@adacore.com>
13005         PR target/44242
13006         * config/vms/vms-crt0-64.c: Removed.
13007         * config/vms/vms-crt0.c: Removed.
13008         * config/vms/vms-psxcrt0-64.c: Removed.
13009         * config/vms/vms-psxcrt0.c: Removed.
13010         * config/vms/vms-ucrt0.c: New file.
13011         * config/vms/t-vms64: Removed.
13012         * config/vms/t-vms (VMS_EXTRA_PARTS): Uncomment it.  Remove DECC.
13013         Use $(GCC_FOR_TARGET) to build pcrt0.o and vcrt0.o
13014         * config.gcc (alpha-dec-vms): Use t-vms.
13016 2010-09-24  Nicola Pero  <nicola.pero@meta-innovation.com>
13018         * doc/invoke.texi (-fno-nil-receivers): Tidied up line to remove
13019         underfull hbox in DVI output.
13020         (-fobjc-class-cxx-cdtors): Same change.
13021         (-fobjc-exceptions): Tidied up documentation.  Explain what the
13022         option does, but moved the (lenghty) description of the exception
13023         syntax into objc.texi.
13024         (-fobjc-gc): Explain that the option is not useful with the GNU
13025         runtime.
13026         (-fzero-link): Explain that the GNU runtime always works in
13027         "zero-link" mode.
13028         * doc/objc.texi: All sections: simplified @node declarations
13029         removing specification of next, previous, up node.
13030         (Objective-C): Updated introduction.
13031         (Garbage Collection): Updated.  The bohem-gc library is now
13032         included in gcc itself.  Mention that this section only applies to
13033         the GNU Objective-C runtime.
13034         (compatibility_alias): Small tidy up.
13035         (Exceptions): New section mostly containing text previously in the
13036         description of the -fobjc-exception command-line option.
13037         (Synchronization): Same.
13039 2010-09-24  Uros Bizjak  <ubizjak@gmail.com>
13041         * config/i386/i386.md (ix86_code_end): Move the initialization of
13042         xops array near the consumer.  Use AX_REG and SP_REG instead of
13043         numerical constants.
13045 2010-09-24  Nicola Pero  <nicola.pero@meta-innovation.com>
13047         * c-typeck.c (convert_arguments): Use warning 'too many arguments to
13048         method [methodname]' for an Objective-C method instead of the less
13049         satisfactory 'too many arguments to function' (with no method name).
13051 2010-09-23  Eric Botcazou  <ebotcazou@adacore.com>
13053         * tree-flow.h (execute_update_addresses_taken): Remove parameter.
13054         * tree-ssa.c (maybe_optimize_var): Tweak comment and dump messages.
13055         (execute_update_addresses_taken): Remove parameter.  Execute the
13056         optimization unconditionally.
13057         * passes.c (execute_function_todo): Call execute_update_addresses_taken
13058         unconditionally if TODO_rebuild_alias is set, else only when optimizing
13059         if TODO_update_address_taken is set.
13061 2010-09-23  Anatoly Sokolov  <aesok@post.ru>
13063         * config/arm/arm.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
13064         * config/arm/arm-protos.h (arm_output_addr_const_extra): Remove.
13065         * config/arm/arm.c (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
13066         (arm_output_addr_const_extra): Make static.
13068 2010-09-23  Uros Bizjak  <ubizjak@gmail.com>
13070         * config/i386/i386.md (UNSPECV_NOPS): Rename from UNSPEC_NOPS and
13071         define as unspec_volatile.
13072         ("nops"): Define as unspec_volatile. Use fputs to write to
13073         asm_out_file directly.  Output NOPs on separate lines using while loop.
13074         * config/i386/i386.c (ix86_code_end): Use fputs to write to
13075         asm_out_file directly.  Output NOPs on separate lines using while loop.
13077 2010-09-23  Richard Guenther  <rguenther@suse.de>
13079         PR tree-optimization/45565
13080         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee):
13081         Make sure to adjust the fndecl before replacing the stmt.
13083 2010-09-23  Richard Guenther  <rguenther@suse.de>
13085         PR middle-end/45750
13086         * gimplify.c (gimplify_expr): Properly pass on GS_ERROR when
13087         gimplifying MEM_REF.
13089 2010-09-23  Alan Modra  <amodra@gmail.com>
13091         * config/rs6000/rs6000.c (toc_relative_ok): Delete.
13092         (rs6000_emit_move): Use SYMBOL_REF_LOCAL_P instead.
13094 2010-09-23  Bernd Schmidt  <bernds@codesourcery.com>
13096         PR rtl-optimization/44374
13097         * basic-block.h (enum bb_flags): Add BB_MODIFIED.
13098         * df-core.c (df_set_bb_dirty): Set it.
13099         * ifcvt.c (find_memory): Remove function.
13100         (dead_or_predicable): Use can_move_insns_across.
13101         * df.h (can_move_insns_across): Declare function.
13102         * cfgcleanup.c (block_was_dirty): New static variable.
13103         (try_crossjump_bb, try_forward_edges): Test BB_MODIFIED flag rather
13104         than df_get_bb_dirty.
13105         (try_head_merge_bb): New static function.
13106         (try_optimize_cfg): Call it.  Call df_analyze if block_was_dirty
13107         is set.
13108         * df-problems.c: Include "target.h"
13109         (df_simulate_find_uses): New static function.
13110         (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
13111         (find_memory, find_memory_store): New static functions.
13112         (can_move_insns_across): New function.
13113         * Makefile.in (df-problems.o): Update dependencies.
13115 2010-09-22  Eric Botcazou  <ebotcazou@adacore.com>
13117         PR java/44095
13118         * config/sparc/linux.h (ASM_SPEC): Pass -K PIC if -findirect-dispatch
13119         is specified and the suffix of the file isn't ".c".
13120         * config/sparc/linux64.h (ASM_SPEC): Likewise.
13122 2010-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13124         * doc/contrib.texi (Contributors): Allow URL to wrap in PDF output.
13125         * doc/cppopts.texi: Fix markup of index entry.
13126         * doc/extend.texi (Constructing Calls): Fix markup of
13127         __builtin_va_arg_pack and __builtin_va_arg_pack_len definition.
13128         (Conditionals, C++ Comments, Pragmas, Unnamed Fields, Thread-Local)
13129         (Vague Linkage, C++ Attributes): Fix markup of index entries and
13130         keywords.
13131         * doc/invoke.texi (Option Summary): Fix spacing.  Rewrap to
13132         avoid long lines.
13133         (C Dialect Options, C++ Dialect Options, Warning Options)
13134         (Debugging Options, Spec Files, Darwin Options)
13135         (i386 and x86-64 Options, MIPS Options)
13136         (RS/6000 and PowerPC Options, Code Gen Options): Fix markup of
13137         index entries, avoid abbreviations, allow URLs to wrap, avoid
13138         long lines, avoid overlong pages from long @itemx lists.
13139         * doc/objc.texi (Garbage Collection): Allow URLs to wrap.
13140         * doc/standards.texi (Standards): Likewise.
13141         * doc/trouble.texi (Incompatibilities): Fix markup of index entry.
13143 2010-09-22  Joseph Myers  <joseph@codesourcery.com>
13145         * opts-common.c (prune_options): Make static.  Work with decoded
13146         options.
13147         (decode_cmdline_options_to_array): Call prune_options.  Don't
13148         resize option array here.
13149         * opts.h (prune_options): Remove prototype.
13150         * gcc.c (process_command): Take decoded options; don't call
13151         decode_cmdline_options_to_array here.  Use decoded options for argv[0].
13152         (main): Call decode_cmdline_options_to_array here instead of
13153         prune_options.  Update call to process_command.
13154         * config/darwin-driver.c: Include opts.h.
13155         (darwin_default_min_version): Work with decoded options.  Don't
13156         handle -b or -V here.
13157         * config/darwin.h (darwin_default_min_version): Update prototype.
13158         (GCC_DRIVER_HOST_INITIALIZATION): Update call to
13159         darwin_default_min_version.
13160         * config/i386/cygwin.h (mingw_scan): Update prototype.
13161         (GCC_DRIVER_HOST_INITIALIZATION): Update call to mingw_scan.
13162         * config/i386/cygwin1.c: Include opts.h.
13163         (mingw_scan): Work with decoded options.
13164         * config/i386/t-cygwin (cygwin1.o): Update dependencies.
13165         * config/t-darwin (darwin-driver.o): Update dependencies.
13167 2010-09-22  Joseph Myers  <joseph@codesourcery.com>
13169         * common.opt (-assemble, -compile, -coverage, -debug, -dump,
13170         -dump=, -dumpbase, -dumpdir, -entry, -entry=, -extra-warnings,
13171         -for-assembler, -for-assembler=, -for-linker, -for-linker=,
13172         -force-link, -force-link=, -language, -language=,
13173         -library-directory, -library-directory=, -no-canonical-prefixes,
13174         -no-standard-libraries, -no-warnings, -optimize, -output,
13175         -output=, -pass-exit-codes, -pedantic, -pedantic-errors, -pie,
13176         -pipe, -prefix, -prefix=, -preprocess, -print-file-name,
13177         -print-file-name=, -print-libgcc-file-name,
13178         -print-multi-directory, -print-multi-lib,
13179         -print-multi-os-directory, -print-prog-name, -print-prog-name=,
13180         -print-search-dirs, -print-sysroot, -print-sysroot-headers-suffix,
13181         -profile, -save-temps, -shared, -specs, -specs=, -static,
13182         -symbolic, -time, -verbose, -param=, -sysroot, coverage, e, u,
13183         symbolic): New.
13184         (fhelp, fhelp=, ftarget-help, fversion): Make into aliases.
13185         * gcc.c (A Short Introduction to Adding a Command-Line Option):
13186         Remove comment.
13187         (cc1_options): Correct specs for passing down --help,
13188         --target-help and --help=*.  Add spec for passing down --version.
13189         (struct option_map, option_map, target_option_translations,
13190         translate_options): Remove.
13191         (driver_handle_option): Handle OPT__version, OPT__help, OPT__help_
13192         and OPT__target_help instead of OPT_fversion, OPT_fhelp,
13193         OPT_fhelp_ and OPT_ftarget_help.
13194         (process_command): Don't call translate_options.  Call
13195         decode_cmdline_options_to_array before checking for
13196         -no-canonical-prefixes using decoded options.
13197         * opts-common.c (tm.h): Update comment on #include.
13198         (find_opt): Allow abbreviations of long options.
13199         (struct option_map, option_map): New.
13200         (decode_cmdline_option): Use them instead of hardcoding -Wno, -fno
13201         and -mno handling.
13202         (target_option_translations): New.
13203         (decode_cmdline_options_to_array): Handle
13204         TARGET_OPTION_TRANSLATE_TABLE in driver.
13205         * opts.c (common_handle_option): Don't handle OPT_fhelp,
13206         OPT_ftarget_help, OPT_fhelp_ or OPT_fversion.
13208 2010-09-22  Richard Guenther  <rguenther@suse.de>
13210         * tree-inline.c (optimize_inline_calls): Schedule cleanups
13211         only if we inlined something.  Block compaction and conditional
13212         folding are done by cfg cleanup.  Schedule update-address-taken.
13213         (tree_function_versioning): Remove redundant call to number_blocks.
13214         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Conditional
13215         folding is done by cfg cleanup.
13216         * passes.c (init_optimization_passes): Remove update-address-taken
13217         pass after IPA inlining.
13219 2010-09-22  Chung-Lin Tang  <cltang@codesourcery.com>
13221         * postreload.c (move2add_note_store): Add reg_symbol_ref[] checks
13222         to update conditions. Fix reg_mode[] check.
13224 2010-09-22  Hariharan Sandanagobalane  <hariharan@picochip.com>
13226         * config/picochip/picochip.md (movhicc): Use expand to check whether
13227         movhicc is available and split it after reload.
13229 2010-09-22  Richard Guenther  <rguenther@suse.de>
13231         * tree-ssanames.c (release_dead_ssa_names): Do not remove
13232         callee edges here.
13233         * passes.c (init_optimization_passes): Remove early CFG cleanup.
13234         * tree-optimize.c (execute_cleanup_cfg_pre_ipa): Remove.
13235         (pass_cleanup_cfg): Likewise.
13236         (execute_fixup_cfg): Cleanup.
13237         * tree-pass.h (pass_cleanup_cfg): Remove.
13239 2010-09-22  Martin Jambor  <mjambor@suse.cz>
13241         * gimple-fold.c (fold_gimple_call): New parameter inplace, do not fold
13242         builtins if it is true.
13243         (fold_stmt_1): Call, fold_gimple_call always, pass inplace as a
13244         parameter.
13246 2010-09-22  Martin Jambor  <mjambor@suse.cz>
13248         * tree-sra.c (struct access): New field grp_no_warning.
13249         (create_access_replacement): Set TREE_NO_WARNING according to
13250          grp_no_warning.
13251         (create_artificial_child_access): Use build_ref_for_model and set
13252         grp_no_warning if build_user_friendly_ref_for_offset fails.
13253         (propagate_subaccesses_across_link): Likewise.
13255 2010-09-22  Eric Botcazou  <ebotcazou@adacore.com>
13257         PR target/35664
13258         * config/sparc/constraints.md ('e'): Return NO_REGS if !TARGET_FPU.
13259         ('f'): Likewise.
13261 2010-09-22  Tristan Gingold  <gingold@adacore.com>
13263         * config/alpha/alpha.c (alpha_use_linkage): Initialize target field.
13265 2010-09-22  Uros Bizjak  <ubizjak@gmail.com>
13267         * config/i386/i386.h (MAX_STRINGOP_ALGS): Fix typo in the name.
13268         * config/i386/i386.c (decide_alg): Update for rename.
13270 2010-09-22  Jakub Jelinek  <jakub@redhat.com>
13272         PR rtl-optimization/45739
13273         * simplify-rtx.c (simplify_binary_operation_1): Optimize even
13274         vector mode | CONST0_RTX (mode) and ^ CONST0_RTX (mode).
13276 2010-09-21  Anatoly Sokolov  <aesok@post.ru>
13278         * config/rs6000/rs6000.h (OUTPUT_ADDR_CONST_EXTRA): Remove macros.
13279         * config/rs6000/rs6000-protos.h (rs6000_output_addr_const_extra):
13280         Remove.
13281         * config/rs6000/rs6000.c (rs6000_output_addr_const_extra): Make static.
13282         (TTARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
13284 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
13286         PR objc/23710
13287         * c-parser.c (c_parser_objc_method_definition): Check the return
13288         value of objc_start_method_definition and if false is returned,
13289         parse the method definition but emit no code.
13291 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
13293         PR objc/25965
13294         * c-decl.c (detect_field_duplicates): If compiling Objective-C,
13295         call objc_get_interface_ivars ().
13297 2010-09-21  Kai Tietz  <kai.tietz@onevision.com>
13299         PR target/45694
13300         * config/i386/i386.c (ix86_expand_prologue): Save r10 in case that
13301         static chain-register is used for 64-bit.
13303 2010-09-21  Richard Guenther  <rguenther@suse.de>
13305         * dwarf2out.c (is_cu_die): New function.
13306         (add_pubtype): Use it.
13307         (gen_subprogram_die): Likewise.
13308         (gen_struct_or_union_type_die): Likewise.
13309         (dwarf2out_finish): Likewise.
13310         (comp_unit_die): Rename to ...
13311         (single_comp_unit_die): ... this.
13312         (comp_unit_die): New function lazily constructing and
13313         returning single_comp_unit_die.
13314         (is_cxx, is_fortran, is_ada, debug_dwarf, break_out_comdat_types,
13315         base_type_die, subrange_type_die, modified_type_die,
13316         lower_bound_default, add_bound_info, add_prototyped_attribute,
13317         dwarf2out_vms_debug_main_pointer, scope_die_for, retry_incomplete_types,
13318         dwarf2out_abstract_function, gen_type_die_with_usage, get_context_die,
13319         force_decl_die, gen_namespace_die, dwarf2out_decl,
13320         dwarf2out_start_source_file, dwarf2out_end_source_file,
13321         prune_unused_types, dwarf2out_finish): Use it.
13322         (gen_compile_unit_die): For GNU GIMPLE derive DW_AT_language from
13323         the global list of translation-unit decls.
13324         (dwarf2out_init): Do not create single_comp_unit_die here.
13325         (force_decl_die): Handle TRANSLATION_UNIT_DECL.
13327 2010-09-21  Richard Guenther  <rguenther@suse.de>
13329         * dwarf2out.c (dwarf2out_decl): Do not always generate a DIE
13330         for bool for C++.
13332 2010-09-21  Bernd Schmidt  <bernds@codesourcery.com>
13334         * config/arm/iterators.md (qhs_extenddi_op): New mode_attr.
13335         (qhs_extenddi_cstr): Likewise.
13336         * config/arm/arm.md (zero_extend<mode>di2, extend<mode>di2): Use
13337         them for the source operand.
13339 2010-09-21  Uros Bizjak  <ubizjak@gmail.com>
13341         * config/i386/i386.c (ix86_split_ashl): Rename single_width variable
13342         to half_width.  Use GET_MODE_BITSIZE to calculate mode size.
13343         (ix86_split_ashr): Ditto.
13344         (ix86_split_lshr): Ditto.
13346 2010-09-21  Richard Guenther  <rguenther@suse.de>
13348         PR tree-optimization/45580
13349         * tree-ssa-propagate.c (substitute_and_fold): Always replace
13350         regular uses.
13351         * gimple-fold.c (gimple_fold_obj_type_ref): For a BINFO without
13352         virtuals fold the call into a regular indirect one.
13354 2010-09-20  Eric Botcazou  <ebotcazou@adacore.com>
13356         PR rtl-optimization/42775
13357         * cfgrtl.c (rest_of_pass_free_cfg): Recompute notes if delay slot
13358         scheduling is enabled.
13360 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
13362         PR rtl-optimization/45728
13363         * expr.c (expand_expr_real_1): If op0 isn't REG or MEM, try
13364         gen_lowpart_common first and if that fails, force_reg first
13365         before calling gen_lowpart.
13367         PR middle-end/45678
13368         * cfgexpand.c (expand_one_stack_var_at): Use
13369         crtl->max_used_stack_slot_alignment as max_align, instead
13370         of maximum of that and PREFERRED_STACK_BOUNDARY.
13371         Don't call update_stack_alignment.
13373 2010-09-20  Eric Botcazou  <ebotcazou@adacore.com>
13375         * langhooks.h (struct lang_hooks_for_types): Remove hash_types field.
13376         * langhooks-def.h (LANG_HOOKS_HASH_TYPES): Delete.
13377         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Remove LANG_HOOKS_HASH_TYPES.
13378         * system.h (LANG_HOOKS_HASH_TYPES): Poison.
13379         * tree.c (type_hash_canon): Do not test lang_hooks.types.hash_types.
13380         (build_nonstandard_integer_type): Likewise.
13381         (build_range_type_1): New function, built from...
13382         (build_range_type): ...this.  Call build_range_type_1.
13383         (build_nonshared_range_type): New function.
13384         (build_array_type_1): New function, built from...
13385         (build_array_type: ...this.  Call build_array_type_1.
13386         (build_nonshared_array_type): New function.
13387         * tree.h (build_nonshared_range_type): Declare.
13388         (build_nonshared_array_type): Likewise.
13390 2010-09-20  Anatoly Sokolov  <aesok@post.ru>
13392         * config/arm/arm.h (CLASS_LIKELY_SPILLED_P): Remove.
13393         * config/arm/arm.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
13394         (arm_class_likely_spilled_p): New function.
13396 2010-09-20  Uros Bizjak  <ubizjak@gmail.com>
13398         * config/i386/i386.c (ix86_expand_ashl_const): Rewrite using
13399         indirect functions.
13400         (ix86_split_ashl): Ditto.
13401         (ix86_split_ashr): Ditto.
13402         (ix86_split_lshr): Ditto.
13403         (ix86_adjust_counter): Ditto.
13405 2010-09-20  Nicola Pero  <nicola.pero@meta-innovation.com>
13407         * c-family/c-common.h (constant_string_class): Documented with
13408         comment identical to the one already in c-common.c.
13410 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
13412         * dwarf2out.c (any_cfis_emitted): New static variable.
13413         (add_fde_cfi): Set it.
13414         (dwarf2out_frame_debug): Clear it before processing,
13415         if it is set afterwards, flush any queued reg saves.
13417         PR debug/45124
13418         * dwarf2out.c (add_accessibility_attribute): Assume
13419         DW_ACCESS_private as the default for dwarf_version > 2
13420         and DW_TAG_class_type parent.
13421         (gen_inheritance_die): Assume DW_ACCESS_public as the default
13422         for dwarf_version > 2 and parent other than DW_TAG_class_type.
13424 2010-09-20  Rafael Carre  <rafael.carre@gmail.com>
13426         PR target/45726
13427         * arm.md (arm_movt): Only enable on machines with MOVT.
13429 2010-09-20  Jie Zhang  <jie@codesourcery.com>
13431         * config/arm/arm.c (arm_address_offset_is_imm): New.
13432         (arm_early_store_addr_dep): New.
13433         (arm_early_load_addr_dep): New.
13434         * config/arm/arm-protos.h (arm_early_store_addr_dep): Declare.
13435         (arm_early_load_addr_dep): Declare.
13436         (arm_address_offset_is_imm): Declare.
13437         * config/arm/cortex-m4.md: New file.
13438         * config/arm/cortex-m4-fpu.md: New file.
13439         * config/arm/arm.md: Include cortex-m4.md and cortex-m4-fpu.md.
13440         (attr generic_sched): Exclude cortexm4.
13441         (attr generic_vfp): Exclude cortexm4.
13443 2010-09-20  Richard Guenther  <rguenther@suse.de>
13445         PR middle-end/45704
13446         * gimplify.c (gimplify_modify_expr_rhs): Preserve volatileness.
13448 2010-09-20  Jan Hubicka  <jh@suse.cz>
13450         PR tree-optimize/45605
13451         * cgraph.h (const_value_known_p): Declare.
13452         (varpool_decide_const_value_known): Remove.
13453         * tree-ssa-ccp.c (get_base_constructor): Use it.
13454         * lto-cgraph.c (compute_ltrans_boundary): Likewise.
13455         * expr.c (string_constant): Likewise.
13456         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Likewise.
13457         * ipa.c (ipa_discover_readonly_nonaddressable_var,
13458         function_and_variable_visibility): Likewise.
13459         * gimplify.c (gimplify_call_expr): Likewise.
13460         * gimple-fold.c (get_symbol_constant_value): Likewise.
13461         * varpool.c (varpool_decide_const_value_known): Replace by...
13462         (const_value_known_p): ... this one; handle other kinds of DECLs
13463         too and work for automatic vars.
13464         (varpool_finalize_decl): Use const_value_known_p.
13466 2010-09-20  Rafael Carre  <rafael.carre@gmail.com>
13468         PR target/45726
13469         * arm.md (arm_movtas_ze): Only enable on machine with MOVT.
13471 2010-09-20  Richard Guenther  <rguenther@suse.de>
13473         PR tree-optimization/45705
13474         * tree-ssa-dom.c (optimize_stmt): Perform redundant store elimination.
13476 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
13478         PR rtl-optimization/45695
13479         * combine.c (try_combine): When splitting a two set pattern,
13480         make sure the pattern which will be put into i2 doesn't use REGs
13481         or MEMs set by insns in between i2 and i3.
13483 2010-09-19  Jan Hubicka  <jh@suse.cz>
13485         PR lto/44246
13486         * lto-cgraph.c (input_cgraph_1, input_varpool_1): Avoid
13487         processing same node twice.
13489 2010-09-19  Anatoly Sokolov  <aesok@post.ru>
13491         * config/bfin/bfin.h (CLASS_LIKELY_SPILLED_P): Remove.
13492         * config/bfin/bfin.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
13493         (bfin_class_likely_spilled_p): New function
13495 2010-09-19  Ira Rosen  <irar@il.ibm.com>
13497         PR tree-optimization/45714
13498         * tree-vect-stmts.c (vect_transform_stmt): Use a dummy statement
13499         created in vectorizable_call instead of the original statement in
13500         def stmt updates.
13502 2010-09-19  Uros Bizjak  <ubizjak@gmail.com>
13504         * config/i386/i386-protos.h (split_double_mode): New prototype.
13505         (split_di, split_ti): Remove prototypes.
13506         * config/i386/i386.c (split_double_mode): New function.
13507         (split_di, split_ti): Remove.
13508         (ix86_expand_branch): Use split_double_mode.
13509         (ix86_split_to_parts): Ditto.
13510         (ix86_split_ashl): Ditto.
13511         (ix86_split_ashr): Ditto.
13512         (ix86_split_lshr): Ditto.
13513         (ix86_force_to_memory): Ditto.
13514         * config/i386/i386.md: Use split_double_mode in double-mode splitters.
13516 2010-09-18  Jan Hubicka  <jh@suse.cz>
13518         PR tree-optimization/45453
13519         * cgraphunit.c (cgraph_finalize_function): Consider comdat & external
13520         virtual functions are reachable.
13521         * ipa-inline.c (cgraph_clone_inlined_nodes): Likewise.
13522         * ipa.c (cgraph_remove_unreachable_nodes): Likewise.
13523         * ipa-prop.c (ipa_modify_formal_parameters): Clear DECL_VIRTUAL_P
13524         when modifying function.
13526 2010-09-18  Jan Hubicka  <jh@suse.cz>
13528         PR tree-optimization/45605
13529         * cgraphunit.c (cgraph_analyze_functions): Allocate bitmap obstack.
13530         * gimple-fold.c (static_object_in_other_unit_p): New function.
13531         (canonicalize_constructor_val): Use it.
13532         (get_symbol_constant_value): Be reaqdy for canonicalize_constructor_val
13533         returning NULL.
13534         (gimple_fold_obj_type_ref_known_binfo): Use
13535         static_object_in_other_unit_p.
13537 2010-09-18  Richard Guenther  <rguenther@suse.de>
13539         PR tree-optimization/45709
13540         * tree-inline.c (copy_phis_for_bb): Delay commit of edge
13541         insertions until after all PHI nodes of the block are processed.
13543 2010-09-18  Tijl Coosemans  <tijl@coosemans.org>
13545         * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Add.
13547 2010-09-18  Kai Tietz  <kai.tietz@onevision.com>
13549         * config.gcc (*-w64-mingw*): Correct typo about t-dfprules.
13551 2010-09-18  Richard Guenther  <rguenther@suse.de>
13553         PR tree-optimization/45709
13554         * tree-inline.c (copy_phis_for_bb): Fixup new_edge when we splitted it.
13556 2010-09-17  Sebastian Pop  <sebastian.pop@amd.com>
13558         * graphite-dependences.c (dot_deps): Add DEBUG_FUNCTION.
13559         (dot_deps_stmt): Same.
13560         * graphite-poly.c (dot_lst): Same.
13561         * graphite-scop-detection.c (dot_all_scops): Same.
13562         (dot_scop): Same.
13564 2010-09-17  Sebastian Pop  <sebastian.pop@amd.com>
13566         Revert:
13567         2009-12-16  Ben Elliston  <bje@au.ibm.com>
13569         * tree-data-ref.c (dot_rdg_1): Added back.
13570         (dot_rdg): Same.  Added "#if 0" around system call.
13572 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
13573             Richard Henderson  <rth@redhat.com>
13575         * config/i386/i386.c (initial_ix86_tune_features): Add
13576         X86_TUNE_PAD_SHORT_FUNCTION.
13577         (ix86_code_end): Pad with 8 NOPs for TARGET_PAD_SHORT_FUNCTION.
13578         (ix86_count_insn): New.
13579         (ix86_pad_short_function): Likewise.
13580         (ix86_reorg): Support TARGET_PAD_SHORT_FUNCTION.
13582         * config/i386/i386.h (ix86_tune_indices): Add
13583         X86_TUNE_PAD_SHORT_FUNCTION.
13584         (TARGET_PAD_SHORT_FUNCTION): New.
13586         * config/i386/i386.md (UNSPEC_NOPS): New.
13587         (nops): Likewise.
13589 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
13591         PR middle-end/45234
13592         * calls.c (expand_call): Make sure that all variable sized
13593         adjustments are multiple of preferred stack boundary after
13594         stack alignment.
13596 2010-09-17  DJ Delorie  <dj@redhat.com>
13598         * config/rx/rx.c (rx_print_operand): If __builtin_rx_setpsw() is
13599         passed an invalid value, print an error instead of ICEing.
13600         (valid_psw_flag): New.
13601         (rx_expand_builtin): Call it for setpsw/clrpsw.
13602         (rx_expand_builtin_mvtipl): Pass an integer to IN_RANGE, not an RTX.
13604         * config/rx/rx.md (bitclr): Don't mark the output as early-clobber.
13605         (bitclr_in_memory): Likewise.
13606         (clrspw, setpsw, mvfc, mvtc, mvtipl): Make volatile.
13608 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
13610         PR middle-end/45678
13611         * cfgexpand.c (update_stack_alignment): New.
13612         (get_decl_align_unit): Use it.
13613         (expand_one_stack_var_at): Call update_stack_alignment.
13615 2010-09-17  Richard Guenther  <rguenther@suse.de>
13617         * lto-streamer-in.c (lto_input_ts_translation_unit_decl_tree_pointers):
13618         Properly copy the read string.
13620 2010-09-17  Joseph Myers  <joseph@codesourcery.com>
13622         * doc/options.texi (Variable): Document.
13623         * optc-gen.awk, opth-gen.awk: Handle Variable records.  Don't
13624         generate target_flags declarations explicitly.  Don't define
13625         VarExists variables for the driver.
13626         * common.opt (target_flags): New Variable record.
13627         (flag_dump_unnumbered, flag_dump_unnumbered_links,
13628         flag_var_tracking, flag_var_tracking_assignments,
13629         flag_var_tracking_assignments_toggle): Don't mark variables with
13630         VarExists.
13631         * config/i386/i386.c (ix86_isa_flags): Don't define here.
13632         * config/i386/i386.opt (ix86_isa_flags): Define here.
13633         * config/mcore/mcore.c (mcore_stack_increment): Don't define here.
13634         * config/mcore/mcore.opt (mcore_stack_increment): Don't mark with
13635         VarExists.
13636         * flags.h (flag_dump_unnumbered, flag_var_tracking): Remove.
13637         * print-rtl.c (flag_dump_unnumbered, flag_dump_unnumbered_links):
13638         Only define for generator programs.
13639         * rtlanal.c (target_flags): Remove.
13640         * toplev.c (flag_var_tracking, flag_var_tracking_assignments,
13641         flag_var_tracking_assignments_toggle): Remove.
13643 2010-09-17  Michael Matz  <matz@suse.de>
13645         PR tree-optimization/43432
13646         * tree-vect-data-refs.c (vect_analyze_data_ref_access):
13647         Accept backwards consecutive accesses.
13648         (vect_create_data_ref_ptr): If step is negative generate
13649         decreasing IVs.
13650         * tree-vect-stmts.c (vectorizable_store): Reject negative steps.
13651         (perm_mask_for_reverse, reverse_vec_elements): New functions.
13652         (vectorizable_load): Handle loads with negative steps when easily
13653         possible.
13655 2010-09-03  Jan Hubicka  <jh@suse.cz>
13657         * lto-cgraph.c (compute_ltrans_boundary): Use const_value_known.
13659 2010-09-03  Naveen H.S  <naveen.S@kpitcummins.com>
13661         * config/v850/v850.c (v850_function_value_regno_p): Make static.
13662         Adjust comments. Declare.
13663         (TARGET_FUNCTION_VALUE_REGNO_P): Define.
13664         * config/v850/v850.h (FUNCTION_VALUE_REGNO_P): Delete.
13666 2010-09-17  Richard Guenther  <rguenther@suse.de>
13668         * common.opt (combine): Remove.
13669         * gcc.c (default_compilers): Remove specs testing combine.
13670         The C compilers no longer can combine.
13671         (option_map): Remove -combine.
13672         (display_help): Remove -combine.
13673         (driver_handle_option): Remove OPT_combine handling.
13674         (compile_input_file_p): Remove.
13675         (do_spec): Remove code concerning combine.
13676         (main): Likewise.
13677         * doc/invoke.texi: Remove traces of -combine.
13678         * lto-wrapper.c (run_gcc): Do not pass -combine to the compiler driver.
13680 2010-09-17  Richard Guenther  <rguenther@suse.de>
13682         PR middle-end/45678
13683         * builtins.c (fold_builtin_memory_op): Always properly adjust
13684         alignment of memory accesses.
13686 2010-09-16  Jan Hubicka  <jh@suse.cz>
13688         * lto-cgraph.c (input_overwrite_node): Do not set DECL_EXTERNAL when
13689         processing clone.
13691 2010-09-16  H.J. Lu  <hongjiu.lu@intel.com>
13693         * config/i386/i386-protos.h (ix86_split_idivmod): New prototype.
13695         * config/i386/i386.c (predict_jump): Add prototype.
13696         (flag_opts): Add -m8bit-idiv.
13697         (ix86_split_idivmod): New.
13699         * config/i386/i386.md (UNSPEC_DIV_ALREADY_SPLIT): New.
13700         Add 2 splitters for SI/DI mode divide.
13701         (divmod<mode>4_1): New pattern.
13702         (udivmod<mode>4_1): Likewise.
13703         (testdi_ccno_1): Likewise.
13705         * config/i386/i386.opt (m8bit-idiv): New.
13707         * doc/invoke.texi: Document -m8bit-idiv.
13709 2010-09-16  Reza Yazdani  <reza.yazdani@amd.com>
13711         PR bootstrap/45680
13712         * config/i386/i386.c (min_insn_size): Moved out of the
13713         ASM_OUTPUT_MAX_SKIP_PAD ifdef.
13715 2010-09-16  Jan Hubicka  <jh@suse.cz>
13717         * lto-cgraph.c (lto_output_node): Fix handling of clones.
13718         * ipa.c (cgraph_remove_unreachabloe_nodes): Fix handling of
13719         unreachable clones with reachable clones.
13720         * tree-inline.c (copy_bb): Fix sanity checking when producing
13721         unreachable clone.
13723 2010-09-16  Anatoly Sokolov  <aesok@post.ru>
13725         * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Remove.
13726         (TARGET_MEMORY_MOVE_COST): Define.
13727         (m32r_function_arg): Annotate argument 'type' with ATTRIBUTE_UNUSED.
13729 2010-09-16  Alexander Monakov  <amonakov@ispras.ru>
13731         * sel-sched.c (move_cond_jump): Use tidy_control_flow instead of
13732         maybe_tidy_empty_bb.
13734         Revert:
13735         2010-09-06  Alexander Monakov  <amonakov@ispras.ru>
13736         * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
13738 2010-09-16  Joseph Myers  <joseph@codesourcery.com>
13740         * target.def (target_option.optimization): New hook.
13741         * doc/tm.texi.in (OPTIMIZATION_OPTIONS): Change to
13742         TARGET_OPTION_OPTIMIZATION hook.
13743         * doc/tm.texi: Regenerate.
13744         * hooks.c (hook_void_int_int): New.
13745         * hooks.h (hook_void_int_int): Declare.
13746         * opts.c: Don't include tm_p.h.
13747         (decode_options): Use targetm.target_option.optimization instead
13748         of OPTIMIZATION_OPTIONS.
13749         * system.h (OPTIMIZATION_OPTIONS): Poison.
13750         * config/arm/arm-protos.h (arm_optimization_options): Remove.
13751         * config/arm/arm.c (TARGET_OPTION_OPTIMIZATION): Define.
13752         (arm_optimization_options): Rename to arm_option_optimization.
13753         Make static.
13754         * config/arm/arm.h (OPTIMIZATION_OPTIONS): Remove.
13755         * config/cris/cris.c (TARGET_OPTION_OPTIMIZATION): Define.
13756         (cris_option_optimization): New.
13757         * config/cris/cris.h (OPTIMIZATION_OPTIONS): Remove.
13758         * config/crx/crx.c (TARGET_OPTION_OPTIMIZATION): Define.
13759         (crx_option_optimization): New.
13760         * config/crx/crx.h (OPTIMIZATION_OPTIONS): Remove.
13761         * config/frv/frv-protos.h (frv_optimization_options): Remove.
13762         * config/frv/frv.c (TARGET_OPTION_OPTIMIZATION): Define.
13763         (frv_optimization_options): Rename to frv_option_optimization.
13764         Make static.
13765         * config/frv/frv.h (OPTIMIZATION_OPTIONS): Remove.
13766         * config/h8300/h8300.c (h8300_option_optimization): New.
13767         (TARGET_OPTION_OPTIMIZATION): Define.
13768         * config/h8300/h8300.h (OPTIMIZATION_OPTIONS): Remove.
13769         * config/i386/i386-protos.h (optimization_options): Remove.
13770         * config/i386/i386.c (optimization_options): Rename to
13771         ix86_option_optimization.  Make static.
13772         (TARGET_OPTION_OPTIMIZATION): Define.
13773         * config/i386/i386.h (OPTIMIZATION_OPTIONS): Remove.
13774         * config/ia64/ia64-protos.h (ia64_optimization_options): Remove.
13775         * config/ia64/ia64.c (TARGET_OPTION_OPTIMIZATION): Define.
13776         (ia64_optimization_options): Rename to ia64_option_optimization.
13777         Make static.  Call SUBTARGET_OPTIMIZATION_OPTIONS.
13778         * config/ia64/ia64.h (OPTIMIZATION_OPTIONS): Remove.  Remove
13779         commented-out definition.
13780         * config/ia64/vms.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define
13781         instead of OPTIMIZATION_OPTIONS.
13782         * config/m32r/m32r.c (TARGET_OPTION_OPTIMIZATION): Define.
13783         (m32r_option_optimization): New.
13784         * config/m32r/m32r.h (OPTIMIZATION_OPTIONS): Remove.
13785         * config/m68hc11/m68hc11-protos.h (m68hc11_optimization_options):
13786         Remove.
13787         * config/mcore/mcore.c (TARGET_OPTION_OPTIMIZATION): Define.
13788         (mcore_option_optimization): New.
13789         * config/mcore/mcore.h (OPTIMIZATION_OPTIONS): Remove.
13790         * config/mep/mep-protos.h (mep_optimization_options): Remove.
13791         * config/mep/mep.c (TARGET_OPTION_OPTIMIZATION): Define.
13792         (mep_optimization_options): Rename to mep_option_optimization.
13793         Make static.  Take unused level and size parameters.
13794         * config/mep/mep.h (OPTIMIZATION_OPTIONS): Remove.
13795         * config/mmix/mmix.c (TARGET_OPTION_OPTIMIZATION): Define.
13796         (mmix_option_optimization): New.
13797         * config/mmix/mmix.h (OPTIMIZATION_OPTIONS): Remove.
13798         * config/pdp11/pdp11.c (TARGET_OPTION_OPTIMIZATION): Define.
13799         (pdp11_option_optimization): New.
13800         * config/pdp11/pdp11.h (OPTIMIZATION_OPTIONS): Remove.
13801         * config/rs6000/rs6000-protos.h (optimization_options): Remove.
13802         * config/rs6000/rs6000.c (TARGET_OPTION_OPTIMIZATION): Define.
13803         (optimization_options): Rename to rs6000_option_optimization.
13804         Make static.
13805         * config/rs6000/rs6000.h (OPTIMIZATION_OPTIONS): Remove.
13806         * config/rx/rx-protos.h (rx_set_optimization_options): Remove.
13807         * config/rx/rx.c (rx_set_optimization_options): Rename to
13808         rx_option_optimization.  Make static.  Take unused level and size
13809         parameters.
13810         (TARGET_OPTION_OPTIMIZATION): Define.
13811         * config/rx/rx.h (OPTIMIZATION_OPTIONS): Remove.
13812         * config/s390/s390-protos.h (optimization_options): Remove.
13813         * config/s390/s390.c (optimization_options): Rename to
13814         s390_option_optimization.  Make static.  Don't mark size parameter
13815         unused.
13816         (TARGET_OPTION_OPTIMIZATION): Define.
13817         * config/s390/s390.h (OPTIMIZATION_OPTIONS): Remove.
13818         * config/sh/sh-protos.h (sh_optimization_options): Remove.
13819         * config/sh/sh.c (TARGET_OPTION_OPTIMIZATION): Define.
13820         (sh_optimization_options): Rename to sh_option_optimization.  Make
13821         static.  Don't mark parameters unused.
13822         * config/sh/sh.h (OPTIMIZATION_OPTIONS): Remove.
13823         * config/spu/spu-protos.h (spu_optimization_options): Remove.
13824         * config/spu/spu.c (TARGET_OPTION_OPTIMIZATION): Define.
13825         (spu_optimization_options): Rename to spu_option_optimization.
13826         Make static.
13827         * config/spu/spu.h (OPTIMIZATION_OPTIONS): Remove.
13828         * config/v850/v850.c (TARGET_OPTION_OPTIMIZATION): Define.
13829         (v850_option_optimization): New.
13830         * config/v850/v850.h (OPTIMIZATION_OPTIONS): Remove.
13831         * config/xtensa/xtensa.c (TARGET_OPTION_OPTIMIZATION): Define.
13832         (xtensa_option_optimization): New.
13833         * config/xtensa/xtensa.h (OPTIMIZATION_OPTIONS): Remove.
13835 2010-09-16  Joseph Myers  <joseph@codesourcery.com>
13837         * doc/tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.
13838         (C_COMMON_OVERRIDE_OPTIONS): Don't refer to OVERRIDE_OPTIONS.
13839         * doc/tm.texi: Regenerate.
13840         * system.h (OVERRIDE_OPTIONS): Poison.
13841         * target.def (override): Default to hook_void_void.
13842         * targhooks.c (default_target_option_override): Remove.
13843         * genmodes.c, machmode.def: Update comments mentioning
13844         OVERRIDE_OPTIONS.
13845         * config/alpha/alpha-modes.def: Update comment mentioning
13846         alpha_override_options.
13847         * config/alpha/alpha-protos.h (override_options): Remove.
13848         * config/alpha/alpha.c (override_options): Rename to
13849         alpha_option_override.  Call SUBTARGET_OVERRIDE_OPTIONS.  Make static.
13850         (TARGET_OPTION_OVERRIDE): Define.
13851         * config/alpha/alpha.h (OVERRIDE_OPTIONS): Remove.
13852         * config/alpha/vms.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead
13853         of OVERRIDE_OPTIONS.
13854         * config/arc/arc-protos.h (arc_init): Remove.
13855         * config/arc/arc.c (TARGET_OPTION_OVERRIDE): Define.
13856         (arc_init): Rename to arc_option_override.  Make static.
13857         * config/arc/arc.h (ARC_EXTENSION_CPU): Correct comment.
13858         (OVERRIDE_OPTIONS): Remove.
13859         * config/arm/arm-protos.h (arm_override_options): Remove.
13860         * config/arm/arm.c (TARGET_OPTION_OVERRIDE): Define.
13861         (arm_override_options): Rename to arm_option_override.  Make
13862         static.  Call SUBTARGET_OVERRIDE_OPTIONS.
13863         * config/arm/arm.h (OVERRIDE_OPTIONS): Remove.
13864         * config/arm/arm.md: Update comment referring to arm_override_options.
13865         * config/arm/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
13866         instead of OVERRIDE_OPTIONS.
13867         * config/avr/avr-protos.h (avr_override_options): Remove.
13868         * config/avr/avr.c (TARGET_OPTION_OVERRIDE): Define.
13869         (avr_override_options): Rename to avr_option_override.  Make static.
13870         * config/avr/avr.h (OVERRIDE_OPTIONS): Remove.
13871         * config/bfin/bfin-protos.h (override_options): Remove (twice).
13872         * config/bfin/bfin.c (override_options): Rename to
13873         bfin_option_override.  Make static.
13874         (TARGET_OPTION_OVERRIDE): Define.
13875         * config/bfin/bfin.h (OVERRIDE_OPTIONS): Remove.
13876         * config/cris/cris-protos.h (cris_override_options): Remove.
13877         * config/cris/cris.c (TARGET_OPTION_OVERRIDE): Define.
13878         (cris_override_options): Rename to cris_option_override.  Make static.
13879         * config/cris/cris.h (OVERRIDE_OPTIONS): Remove.
13880         * config/frv/frv-protos.h (frv_override_options): Remove.
13881         * config/frv/frv.c (TARGET_OPTION_OVERRIDE): Define.
13882         (frv_override_options): Rename to frv_option_override.  Make static.
13883         * config/frv/frv.h (OVERRIDE_OPTIONS): Remove.
13884         * config/h8300/h8300-protos.h (h8300_init_once): Remove.
13885         * config/h8300/h8300.c (h8300_init_once): Rename to
13886         h8300_option_override.  Make static.
13887         (TARGET_OPTION_OVERRIDE): Define.
13888         * config/h8300/h8300.h (OVERRIDE_OPTIONS): Remove.
13889         * config/i386/i386-protos.h (override_options): Remove.
13890         * config/i386/i386.c (override_options): Rename to
13891         ix86_option_override_internal.  Make static.  Comments referring
13892         to this function and callers changed.
13893         (ix86_option_override): New.
13894         (TARGET_OPTION_OVERRIDE): Define.
13895         * config/i386/i386.h (OVERRIDE_OPTION): Remove.
13896         * config/i386/linux64.h (DEFAULT_PCC_STRUCT_RETURN): Update comment.
13897         * config/ia64/ia64.c (ia64_file_start): Update comment referring
13898         to ia64_override_options.
13899         * config/iq2000/iq2000-protos.h (override_options): Remove.
13900         * config/iq2000/iq2000.c (TARGET_OPTION_OVERRIDE): Define.
13901         (override_options): Rename to iq2000_option_override.  Make static.
13902         * config/iq2000/iq2000.h (OVERRIDE_OPTIONS): Remove.
13903         * config/lm32/lm32-protos.h (lm32_override_options): Remove.
13904         * config/lm32/lm32.c (TARGET_OPTION_OVERRIDE): Define.
13905         (lm32_override_options): Rename to lm32_option_override.  Make static.
13906         * config/lm32/lm32.h (OVERRIDE_OPTIONS): Remove.
13907         * config/m32r/m32r.c (TARGET_OPTION_OVERRIDE): Define.
13908         (m32r_option_override): New.
13909         (m32r_init): Update comment.
13910         * config/m32r/m32r.h (OVERRIDE_OPTIONS): Remove.
13911         * config/m68hc11/m68hc11-protos.h (m68hc11_override_options): Remove.
13912         * config/m68hc11/m68hc11.c (TARGET_OPTION_OVERRIDE): Define.
13913         (m68hc11_override_options): Rename to m68hc11_option_override.
13914         Make static.  Return void.
13915         * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove.
13916         * config/m68k/m68k-protos.h (override_options): Remove.
13917         * config/m68k/m68k.c (TARGET_OPTION_OVERRIDE): Define.
13918         (override_options): Rename to m68k_option_override.  Make static.
13919         * config/m68k/m68k.h (OVERRIDE_OPTIONS): Remove.
13920         * config/mcore/mcore-protos.h (mcore_override_options): Remove.
13921         * config/mcore/mcore.c (TARGET_OPTION_OVERRIDE): Define.
13922         (mcore_override_options): Rename to mcore_option_override.  Make
13923         static.
13924         * config/mcore/mcore.h (OVERRIDE_OPTIONS): Remove.
13925         * config/mep/mep-protos.h (mep_override_options): Remove.
13926         * config/mep/mep.c (TARGET_OPTION_OVERRIDE): Define.
13927         (mep_override_options): Rename to mep_option_override.  Make static.
13928         * config/mep/mep.h (OVERRIDE_OPTIONS): Remove.
13929         * config/mmix/mmix-protos.h (mmix_override_options): Remove.
13930         * config/mmix/mmix.c (TARGET_OPTION_OVERRIDE): Define.
13931         (mmix_override_options): Rename to mmix_option_override.  Make static.
13932         * config/mmix/mmix.h (OVERRIDE_OPTIONS): Remove.
13933         * config/mn10300/mn10300-protos.h (mn10300_override_options): Remove.
13934         * config/mn10300/mn10300.c (TARGET_OPTION_OVERRIDE): Define.
13935         (mn10300_override_options): Rename to mn10300_option_override.
13936         Make static.
13937         * config/mn10300/mn10300.h (OVERRIDE_OPTIONS): Remove.
13938         * config/moxie/moxie-protos.h (moxie_override_options): Remove.
13939         * config/moxie/moxie.c (moxie_override_options): Rename to
13940         moxie_option_override.  Make static.
13941         (TARGET_OPTION_OVERRIDE): Define.
13942         * config/moxie/moxie.h (OVERRIDE_OPTIONS): Remove.
13943         * config/picochip/picochip-protos.h (picochip_override_options):
13944         Remove.  Update comment referring to picochip_override_options.
13945         * config/picochip/picochip.c (TARGET_OPTION_OVERRIDE): Define.
13946         (picochip_override_options): Rename to picochip_option_override.
13947         Make static.  Update comment and definition of
13948         TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE.
13949         * config/picochip/picochip.h (OVERRIDE_OPTIONS): Remove.
13950         * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
13951         * config/rs6000/aix51.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
13952         * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
13953         * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
13954         * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
13955         * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Define
13956         instead of OVERRIDE_OPTIONS.
13957         * config/rs6000/rs6000-modes.def: Update comment referring to
13958         rs6000_override_options.
13959         * config/rs6000/rs6000-protos.h (rs6000_override_options): Remove.
13960         * config/rs6000/rs6000.c (TARGET_OPTION_OVERRIDE): Define.
13961         (rs6000_override_options): Rename to
13962         rs6000_option_override_internal.  Make static.  Commented
13963         referring to rs6000_override_options and OVERRIDE_OPTIONS updated.
13964         (rs6000_option_override): New.
13965         * config/rs6000/rs6000.h (OPTION_TARGET_CPU_DEFAULT): Define
13966         instead of OVERRIDE_OPTIONS.
13967         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
13968         * config/s390/s390-protos.h (override_options): Remove.
13969         * config/s390/s390.c (override_options): Rename to
13970         s390_option_override.  Make static.
13971         (TARGET_OPTION_OVERRIDE): Define.
13972         * config/s390/s390.h (OVERRIDE_OPTIONS): Remove.
13973         * config/score/score-protos.h (score_override_options): Remove.
13974         * config/score/score.c (TARGET_OPTION_OVERRIDE): Define.
13975         (score_override_options): Rename to score_option_override.  Make
13976         static.
13977         * config/score/score.h (OVERRIDE_OPTIONS): Remove.
13978         Update comment referring to override_options.
13979         * config/score/score3.c (score3_override_options): Rename to
13980         score3_option_override.
13981         * config/score/score3.h (score3_override_options): Rename to
13982         score3_option_override.
13983         * config/score/score7.c (score7_override_options): Rename to
13984         score7_option_override.
13985         * config/score/score7.h (score7_override_options): Rename to
13986         score7_option_override.
13987         * config/sh/sh.c: Update comments referring to OVERRIDE_OPTIONS.
13988         * config/sparc/sparc.c (TARGET_OPTION_OVERRIDE): Define.
13989         (sparc_override_options): Rename to sparc_option_override.  Make
13990         static.  Call SUBTARGET_OVERRIDE_OPTIONS.
13991         * config/sparc/sparc.h (OVERRIDE_OPTIONS): Remove.
13992         * config/sparc/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
13993         instead of OVERRIDE_OPTIONS.
13994         * config/spu/spu-protos.h (spu_override_options): Remove.
13995         * config/spu/spu.c (TARGET_OPTION_OVERRIDE): Define.
13996         (spu_override_options): Rename to spu_option_override.  Make
13997         static.
13998         * config/spu/spu.h (OVERRIDE_OPTIONS): Remove.
13999         * config/vax/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead of
14000         OVERRIDE_OPTIONS.
14001         * config/vax/vax-protos.h (override_options): Remove.
14002         * config/vax/vax.c (TARGET_OPTION_OVERRIDE): Define.
14003         (override_options): Rename to vax_option_override.  Make static.
14004         Call SUBTARGET_OVERRIDE_OPTIONS.
14005         * config/vax/vax.h (OVERRIDE_OPTIONS): Remove.
14006         * config/vxworks.c: Update comment referring to OVERRIDE_OPTIONS.
14007         * config/vxworks.h: Update comment referring to OVERRIDE_OPTIONS.
14008         * config/xtensa/xtensa-protos.h (override_options): Remove.
14009         * config/xtensa/xtensa.c (TARGET_OPTION_OVERRIDE): Define.
14010         (override_options): Rename to xtensa_option_override.  Make static.
14011         * config/xtensa/xtensa.h (OVERRIDE_OPTIONS): Remove.
14013 2010-09-16  Richard Guenther  <rguenther@suse.de>
14015         PR tree-optimization/45623
14016         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Adjust.
14017         (get_constraint_for_component_ref): If computing a constraint
14018         for the rhs handle type punning through unions.
14019         (get_constraint_for_address_of): Adjust.
14020         (get_constraint_for_1): Likewise.
14021         (get_constraint_for): Likewise.
14022         (get_constraint_for_rhs): New function.
14023         (do_structure_copy): Adjust.
14024         (make_constraint_to): Likewise.
14025         (handle_const_call): Likewise.
14026         (find_func_aliases): Likewise.
14027         (process_ipa_clobber): Likewise.
14028         (create_variable_info_for): Likewise.
14030 2010-09-16  Ira Rosen  <irar@il.ibm.com>
14032         * tree-vectorizer.c: Fix documentation.
14033         * tree-vectorizer.h (vinfo_for_stmt): Add documentation.
14034         (set_vinfo_for_stmt, get_earlier_stmt, get_later_stmt,
14035         is_pattern_stmt_p, is_loop_header_bb_p,
14036         stmt_vinfo_set_inside_of_loop_cost,
14037         stmt_vinfo_set_outside_of_loop_cost, vect_pow2, aligned_access_p,
14038         known_alignment_for_access_p): Likewise.
14039         * tree-vect-loop.c: Fix documentation.
14040         (vect_get_cost): Start function name from new line.
14041         * tree-vect-data-refs.c: Fix documentation.
14042         * tree-vect_stmts.c: Likewise.
14043         (vect_create_vectorized_promotion_stmts): Always free vec_tmp.
14044         (vectorizable_store): Free vec_oprnds if allocated.
14045         (vectorizable_condition): Initialize several variables to avoid
14046         warnings.
14047         * tree-vect-slp.c: Fix documentation.
14049 2010-09-16  Richard Guenther  <rguenther@suse.de>
14051         * tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL
14052         is TS_TRANSLATION_UNIT_DECL.
14053         (initialize_tree_contains_struct): Adjust.
14054         (all_translation_units): New global vector.
14055         (build_translation_unit_decl): New function.
14056         * tree.h (TRANSLATION_UNIT_LANGUAGE): New macro.
14057         (struct tree_translation_unit_decl): New.
14058         (all_translation_units): Declare.
14059         (union tree_node): Add translation_unit_decl member.
14060         (build_translation_unit_decl): Declare.
14061         * treestruct.def (TS_TRANSLATION_UNIT_DECL): New.
14062         * lto-streamer-out.c (pack_ts_translation_unit_decl_value_fields):
14063         New function.
14064         (pack_value_fields): Call it.
14065         (lto_output_tree_ref): Handle references to TRANSLATION_UNIT_DECL.
14066         (lto_output_ts_translation_unit_decl_tree_pointers): New function.
14067         (lto_output_tree_pointers): Call it.
14068         * lto-streamer-in.c (lto_input_tree_ref): Handle references
14069         to TRANSLATION_UNIT_DECL.
14070         (unpack_ts_translation_unit_decl_value_fields): New function.
14071         (unpack_value_fields): Call it.
14072         (lto_input_ts_translation_unit_decl_tree_pointers): New function.
14073         (lto_input_tree_pointers): Call it.
14074         * lto-streamer.c (check_handled_ts_structures): Adjust.
14075         * lto-streamer.h (enum LTO_tags): Add LTO_translation_unit_decl_ref.
14076         * c-decl.c (all_translation_units): Remove.
14077         (pop_scope): Use build_translation_unit_decl.
14078         (collect_all_refs): Adjust.
14079         (for_each_global_decl): Likewise.
14080         (c_write_global_declarations): Likewise.
14082 2010-09-16  Jakub Jelinek  <jakub@redhat.com>
14084         PR bootstrap/45686
14085         * fold-const.c (fold_checksum_tree): Change slot from const void **
14086         to void **, use CONST_CAST_TREE to store into *slot.
14088 2010-09-16  Uros Bizjak  <ubizjak@gmail.com>
14090         * config/i386/i386.md: Remove unneeded empty conditions and
14091         preparation statements from expanders.
14092         * config/i386/mmx.md: Ditto.
14093         * config/i386/sse.md: Ditto.
14095 2010-09-16  Uros Bizjak  <ubizjak@gmail.com>
14097         * config/i386/i386.h (PUSH_ROUNDING): Redefine using UNITS_PER_WORD.
14099 2010-09-15  Eric Botcazou  <ebotcazou@adacore.com>
14101         PR rtl-optimization/45593
14102         * reorg.c (relax_delay_slots): Use emit_copy_of_insn_after to re-emit
14103         insns that were in delay slots as stand-alone insns.
14105 2010-09-15  Ian Lance Taylor  <iant@google.com>
14107         * incpath.c (remove_duplicates): If name is not a directory, issue
14108         a warning rather than an error.
14110 2010-09-15  Martin Jambor  <mjambor@suse.cz>
14112         PR middle-end/45644
14113         * tree-sra.c (create_access): Check for bit-fields directly.
14115 2010-09-15  Jakub Jelinek  <jakub@redhat.com>
14117         PR tree-optimization/45633
14118         * tree-cfg.c (verify_gimple_assign_binary): Allow
14119         MINUS_EXPR with lhs and rhs1 pointer vector and
14120         rhs2 sizetype vector.
14121         * expr.c (expand_expr_real_2) <case PLUS_EXPR>: For pointer
14122         or vector pointer use TER to optimize pointer subtraction.
14124 2010-09-15  Jie Zhang  <jie@codesourcery.com>
14126         * config/arm/vfp.md (cmpsf_trap_vfp): Change type from
14127         fcmpd to fcmps.
14129 2010-09-15  Ian Lance Taylor  <iant@google.com>
14131         * config/i386/i386.md (truncxf<mode>2): Fix indentation.
14133 2010-09-15  Ian Lance Taylor  <iant@google.com>
14135         * function.c (get_arg_pointer_save_area): Set
14136         arg_pointer_save_area_init to true.
14138 2010-09-15  Martin Jambor  <mjambor@suse.cz>
14140         * tree-sra.c (generate_subtree_copies): Updated comment.
14141         (handle_unscalarized_data_in_subtree): Removed parameter lhs which is
14142         obtained from the statement iterator instead.
14143         (load_assign_lhs_subreplacements): Removed parameters lhs and
14144         right_offset, which is obtained from top_racc instead.  Parameter lacc
14145         is now expected to be the root of the processed tree rather than root's
14146         first child.  Updated all callers.
14148 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
14150         * config/pdp11/pdp11.c (register_move_cost): Rename to
14151         pdp11_register_move_cost.
14152         * config/pdp11/pdp11-protos.h (register_move_cost): Rename to
14153         pdp11_register_move_cost.
14154         * config/pdp11/pdp11.h (REGISTER_MOVE_COST): Call
14155         pdp11_register_move_cost instead of register_move_cost.
14157 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
14159         * config/arm/neon.md (vec_pack_trunc_<mode>): Instruction
14160         pattern for vmovn. Expansion in case of non
14161         -mvectorize-with-neon-quad.
14162         (neon_vec_pack_trunc_<mode>): Instruction pattern for vmovn for
14163         non- -mvectorize-with-neon-quad case.
14164         (move_lo_quad_<mode>): New expansion to vmov into low part.
14165         (move_hi_quad_<mode>): New expansion to vmov into high part.
14166         (move_lo_quad_v4si): Refactor to move_lo_quad_<mode> expansion.
14167         (move_lo_quad_v4sf): Likewise.
14168         (move_lo_quad_v8hi): Likewise.
14169         (neon_move_lo_quad_<mode>): Instruction pattern for vmov into
14170         low part.
14171         (neon_move_hi_quad_<mode>): Instruction pattern for vmov into
14172         high part.
14173         * config/arm/iterators.md (ANY128): New mode iterator.
14174         (V_narrow_pack): New mode attribute.
14175         (V_HALF): Add attribute.
14176         (V_DOUBLE): Add attribute.
14177         (V_mode_nunits): Add attribute.
14179 2010-09-15  Eric Botcazou  <ebotcazou@adacore.com>
14181         * config/alpha/alpha.c (alpha_expand_prologue): If stack checking
14182         is enabled, probe up to frame_size + STACK_CHECK_PROTECT bytes.
14184 2010-09-15  Olivier Hainque  <hainque@adacore.com>
14185             Jose Ruiz  <ruiz@adacore.com>
14187         * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Define.
14188         * config/alpha/osf5-unwind.h: New file.
14190 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
14192         PR bootstrap/45672
14193         * config/mips/mips.c (mips_units_per_simd_word): Correct return type.
14194         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
14195         * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
14197 2010-09-15  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
14199         * c-lang.h (struct lang_type): Add variable_size GTY option.
14201 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
14203         PR bootstrap/45672
14204         * config/rs6000/rs6000.c (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
14206 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
14208         * config/i386/i386.c (ix86_lea_for_add_ok): Return false if
14209         result isn't used in memory address.
14211 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
14213         * defaults.h (UNITS_PER_SIMD_WORD): Removed.
14214         * config/arm/arm.h (UNITS_PER_SIMD_WORD): Likewise.
14215         * config/i386/i386.h (UNITS_PER_SIMD_WORD): Likewise.
14216         * config/mips/mips.h (UNITS_PER_SIMD_WORD): Likewise.
14217         * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Likewise.
14218         * config/sparc/sparc.h (UNITS_PER_SIMD_WORD): Likewise.
14220         * target.def: Add units_per_simd_word to vectorize.
14222         * targhooks.c (default_units_per_simd_word): New.
14223         * targhooks.h (default_units_per_simd_word): Likewise.
14224         * config/arm/arm.c (arm_units_per_simd_word): Likewise.
14225         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
14226         * config/mips/mips.c (mips_units_per_simd_word): Likewise.
14227         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
14228         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
14229         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
14230         * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
14231         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
14233         * tree-vect-loop.c: Replace UNITS_PER_SIMD_WORD with
14234         TARGET_VECTORIZE_UNITS_PER_SIMD_WORD in comments.
14236         * tree-vect-stmts.c: Don't include "tm_p.h".
14237         (get_vectype_for_scalar_type): Replace UNITS_PER_SIMD_WORD
14238         with targetm.vectorize.units_per_simd_word.
14240         * system.h (UNITS_PER_SIMD_WORD): Poisoned.
14242         * config/i386/i386-protos.h (ix86_units_per_simd_word): Removed.
14244         * config/i386/i386.c (ix86_units_per_simd_word): Make it static.
14245         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
14247         * doc/tm.texi.in: Remove UNITS_PER_SIMD_WORD.  Add
14248         TARGET_VECTORIZE_UNITS_PER_SIMD_WORD.
14250         * doc/tm.texi: Regenerated.
14252 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
14254         * tree-vect-stmts.c: Include "tm_p.h".
14256         * config/i386/i386-protos.h (ix86_units_per_simd_word): Moved
14257         out of RTX_CODE.
14259 2010-09-14  Martin Jambor  <mjambor@suse.cz>
14261         * tree-sra.c (build_ref_for_offset): Loc made a parameter.  Set the
14262         location of generated statement.  Changed all callers.
14263         (build_ref_for_model): New parameter loc which used to set location of
14264         all generated expressions.  Changed all callers.
14265         (generate_subtree_copies): Likewise.
14266         (init_subtree_with_zero): Likewise.
14267         (sra_modify_expr): Set locations of all generated statements and
14268         expressions to the location the original statement.
14269         (handle_unscalarized_data_in_subtree): Likewise.
14270         (load_assign_lhs_subreplacements): Likewise.
14271         (sra_modify_constructor_assign): Likewise.
14272         (sra_modify_assign): Likewise.
14274 2010-09-14  Eric Botcazou  <ebotcazou@adacore.com>
14276         PR target/45277
14277         PR target/45363
14278         PR target/45407
14279         * doc/install.texi (sparc*-*-*): New section.
14280         (sparc-sun-solaris2*): Mention MPC alongside GMP and MPFR.
14282 2010-09-14  Jakub Jelinek  <jakub@redhat.com>
14284         PR middle-end/45567
14285         * builtins.c (expand_builtin_interclass_mathfn, expand_builtin_cexpi,
14286         expand_builtin_powi): Remove subtarget argument, pass NULL_RTX instead.
14287         (expand_builtin): Adjust caller.
14288         (expand_builtin_unop): Only use subtarget if it has the right mode.
14290 2010-09-14  Tristan Gingold  <gingold@adacore.com>
14292         * configure.ac (plugins): Fix typos.
14293         * configure: Regenerate.
14295 2010-09-14  Jakub Jelinek  <jakub@redhat.com>
14297         PR debug/45660
14298         * dwarf2out.c (gen_decl_die): Call gen_type_die for origin before
14299         gen_type_die for function/method return type.
14301 2010-09-14  Ira Rosen  <irar@il.ibm.com>
14303         PR tree-optimization/45470
14304         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
14305         can throw an exception.
14306         * tree-vect-stmts.c (vectorizable_call): Likewise.
14308 2010-09-14  DJ Delorie  <dj@redhat.com>
14310         PR target/44749
14311         * config/mep/mep-protos.h (mep_save_register_info,
14312         mep_reinit_regs, mep_init_regs): Declare.
14314         * config/mep/mep.c: Move all target definitions to the end of the
14315         file to avoid the need for duplicate declarations.
14316         (mep_save_register_info, mep_reinit_regs, mep_init_regs): New.
14317         (mep_reorg_erepeat): Remove unused variables.
14318         (mep_expand_builtin): Likewise.
14320         * config/mep/mep-pragma.c: Don't include rtl.h.
14321         (INVALID_REGNUM): New.
14322         (mep_pragma_coprocessor_which): Call mep-specific rtl-layer bridge
14323         functions.
14324         (mep_pragma_coprocessor_subclass): Rename "class" to "rclass".
14325         Avoid enum/integer math.
14327 2010-09-13  Joseph Myers  <joseph@codesourcery.com>
14329         PR target/44749
14330         * config/mep/t-mep (GTM_H): Add insn-constants.h.
14331         * config/mep/mep.c (mep_conditional_register_usage): Take no
14332         parameters.
14333         * config/mep/mep-protos.h (mep_conditional_register_usage): Update
14334         prototype.
14335         * config/mep/mep-pragma.c (CONDITIONAL_REGISTER_USAGE): Update
14336         call to mep_conditional_register_usage.
14338 2010-09-13  Eric Botcazou  <ebotcazou@adacore.com>
14340         PR debug/43937
14341         * varasm.c (output_constant_def_contents): Set TREE_ASM_WRITTEN on
14342         the DECL as well.
14344 2010-09-13  Jakub Jelinek  <jakub@redhat.com>
14346         PR rtl-optimization/45617
14347         * combine.c (simplify_comparison): Optimize (X >> N) {>,>=,<,<=} C
14348         even if low N bits of X aren't known to be zero.
14350 2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>
14352         * config/i386/i386-protos.h (ix86_units_per_simd_word): New.
14354         * config/i386/i386.c (initial_ix86_tune_features): Add
14355         X86_TUNE_VECTORIZE_DOUBLE.
14356         (ix86_units_per_simd_word): New.
14358         * config/i386/i386.h (ix86_tune_indices): Add
14359         X86_TUNE_VECTORIZE_DOUBLE.
14360         (TARGET_VECTORIZE_DOUBLE): New.
14361         (UNITS_PER_SIMD_WORD): Defined with ix86_units_per_simd_word.
14363 2010-09-13  Pat Haugen  <pthaugen@us.ibm.com>
14365         * tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.
14366         (new_temp_expr_table): Allocate call_cnt vector.
14367         (free_temp_expr_table): Free it.
14368         (process_replaceable): Add call_cnt parm and set in vector.
14369         (find_replaceable_in_bb): Skip replacement if def/use span a call.
14370         (debug_ter): Dump call_cnt value, remove stderr uses.
14372 2010-09-13  Jan Hubicka  <jh@suse.cz>
14374         * tree.c (build_zero_cst): New.
14375         * tree.h (build_zero_cst): Declare.
14376         * tree-ssa-ccp.c (get_constant_value): Accept general operands.
14377         (get_base_constructor): Break out from ...
14378         (fold_const_aggregate_ref): Here; handle empty constructors.
14380 2010-09-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14382         * config/arm/arm.md: (define_attr "conds"): Update comment.
14383         * config/arm/sync.md (arm_sync_compare_and_swapsi): Change
14384         conds attribute to clob.
14385         (arm_sync_compare_and_swapsi): Likewise.
14386         (arm_sync_compare_and_swap<mode>): Likewise.
14387         (arm_sync_lock_test_and_setsi): Likewise.
14388         (arm_sync_lock_test_and_set<mode>): Likewise.
14389         (arm_sync_new_<sync_optab>si): Likewise.
14390         (arm_sync_new_nandsi): Likewise.
14391         (arm_sync_new_<sync_optab><mode>): Likewise.
14392         (arm_sync_new_nand<mode>): Likewise.
14393         (arm_sync_old_<sync_optab>si): Likewise.
14394         (arm_sync_old_nandsi): Likewise.
14395         (arm_sync_old_<sync_optab><mode>): Likewise.
14396         (arm_sync_old_nand<mode>): Likewise.
14398 2010-09-13  Olivier Hainque  <hainque@adacore.com>
14400         * fwprop.c (forward_propagate_and_simplify): Only attach a
14401         REG_EQUAL note to an insn if the destination is a register.
14402         * gcse.c (try_replace_reg): Likewise.
14404 2010-09-13  Richard Guenther  <rguenther@suse.de>
14406         PR tree-optimization/45611
14407         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Fix typo.
14408         (copy_ref_info): Likewise.
14410 2010-09-13  Alexandre Oliva  <aoliva@redhat.com>
14412         PR debug/45604
14413         PR debug/45419
14414         PR debug/45408
14415         * tree-pretty-print.c (dump_generic_node): Disregard top-level
14416         types of MEM_REF pointer types to the same type.
14418 2010-09-13  Hans-Peter Nilsson  <hp@axis.com>
14420         PR rtl-optimization/41087
14421         * ifcvt.c (noce_get_condition): Don't allow conditions with
14422         side-effects.
14424 2010-09-12  Anatoly Sokolov  <aesok@post.ru>
14426         * config/frv/frv.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
14427         * config/frv/frv-protos.h (frv_register_move_cost): Remove.
14428         * config/frv/frv.c (frv_register_move_cost): Make static. Change
14429         arguments type to reg_class_t. Add mode argument.
14430         (frv_memory_move_cost): New.
14431         (TARGET_REGISTER_MOVE_COSTS, TARGET_MEMORY_MOVE_COSTS): Define.
14433 2010-09-12  Bernd Schmidt  <bernds@codesourcery.com>
14435         * config/arm/arm.md (arm_ashldi3_1bit, arm_ashrdi3_1bit,
14436         arm_lshrdi3_1bit): Put earlyclobber on the right alternative.
14438 2010-09-10  Jan Hubicka  <jh@suse.cz>
14440         * tree-ssa-ccp.c (fold_const_aggregate_ref): Do not check STATIC flag.
14442 2010-09-10  Richard Guenther  <rguenther@suse.de>
14444         * tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.
14445         * tree.h (TYPE_DEBUG_REPRESENTATION_TYPE): Remove.
14446         * lto-streamer-out.c (lto_output_ts_type_tree_pointers): Do
14447         not stream TYPE_DEBUG_REPRESENTATION_TYPE.
14448         * lto-streamer-in.c (lto_input_ts_type_tree_pointers): Likewise.
14450 2010-09-10  Richard Guenther  <rguenther@suse.de>
14452         * dwarf2out.c (gen_array_type_die): Output DW_TAG_subrange_type
14453         for VECTOR_TYPEs using TYPE_VECTOR_SUBPARTS.
14454         * dbxout.c (dbxout_type): Manually deal with VECTOR_TYPE
14455         using TYPE_VECTOR_SUBPARTS, not TYPE_DEBUG_REPRESENTATION_TYPE.
14457 2010-09-10  H.J. Lu  <hongjiu.lu@intel.com>
14459         PR middle-end/45634
14460         * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result
14461         of string folding is of integral type.
14463 2010-09-10  Ryan Mansfield  <rmansfield@qnx.com>
14465         * doc/invoke.texi (-x): Fix typo.
14467 2010-09-10  Richard Guenther  <rguenther@suse.de>
14469         PR debug/44115
14470         * tree.c (free_lang_data_in_decl): Do not clear DECL_DEBUG_EXPR.
14471         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
14472         Output DECL_DEBUG_EXPR.
14473         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
14474         Input DECL_DEBUG_EXPR.
14476 2010-09-10  Richard Guenther  <rguenther@suse.de>
14478         * tree.c (type_hash_eq): For ARRAY_TYPEs also compare TYPE_SIZE.
14479         (build_index_type): Implement in terms of build_range_type.
14480         (build_range_type): Do not allow NULL_TREE type, improve
14481         hashing to cover more cases.  Set TYPE_STRUCTURAL_EQUALITY_P
14482         if we didn't hash.
14483         * c-decl.c (grokdeclarator): When modifying TYPE_SIZE manually
14484         create a distinct copy of the type.
14486 2010-09-10  Kai Tietz  <kai.tietz@onevision.com>
14488         * configure: Regenerated.
14489         * config.gcc: Add for x86_64 and i?86 mingw t-dfprule.
14491 2010-09-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14493         * config/arm/neon-schedgen.ml (allCores): Add support for Cortex-A9.
14494         * config/arm/cortex-a9-neon.md: New and partially generated.
14495         * config/arm/cortex-a9.md (cortex_a9_dp): Adjust for Neon.
14497 2010-09-10  Richard Guenther  <rguenther@suse.de>
14499         * tree.h (build_index_2_type): Remove.
14500         * tree.c (build_index_2_type): Remove.
14502 2010-09-10  Jakub Jelinek  <jakub@redhat.com>
14504         PR bootstrap/45630
14505         * dwarf2out.c (get_ref_die_offset_label): Use %ld instead of
14506         HOST_WIDE_INT_PRINT_DEC to print ref->die_offset.
14507         (implicit_ptr_descriptor): Return NULL if dwarf_strict.
14509 2010-09-10  Martin Jambor  <mjambor@suse.cz>
14511         PR tree-optimization/44972
14512         * tree-sra.c: Include toplev.h.
14513         (build_ref_for_offset): Entirely reimplemented.
14514         (build_ref_for_model): New function.
14515         (build_user_friendly_ref_for_offset): New function.
14516         (analyze_access_subtree): Removed build_ref_for_offset check.
14517         (propagate_subaccesses_across_link): Likewise.
14518         (create_artificial_child_access): Use
14519         build_user_friendly_ref_for_offset.
14520         (propagate_subaccesses_across_link): Likewise.
14521         (ref_expr_for_all_replacements_p): Removed.
14522         (generate_subtree_copies): Updated comment.  Use build_ref_for_model.
14523         (sra_modify_expr): Use build_ref_for_model.
14524         (load_assign_lhs_subreplacements): Likewise.
14525         (sra_modify_assign): Removed ref_expr_for_all_replacements_p checks,
14526         checks for return values of build_ref_for_offset.
14527         * ipa-cp.c (ipcp_lattice_from_jfunc): No need to check return value of
14528         build_ref_for_offset.
14529         * ipa-prop.h: Include gimple.h
14530         * ipa-prop.c (ipa_compute_jump_functions): Update to look for MEM_REFs.
14531         (ipa_analyze_indirect_call_uses): Update comment.
14532         * Makefile.in (tree-sra.o): Add $(GIMPLE_H) to dependencies.
14533         (IPA_PROP_H): Likewise.
14535 2010-09-10  Martin Jambor  <mjambor@suse.cz>
14537         PR tree-optimization/44972
14538         * ipa-prop.c (ipa_modify_call_arguments): Build MEM_REF instead of
14539         calling build_ref_for_offset.
14541 2010-09-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14543         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle Cortex-a15.
14544         * config/arm/arm-cores.def (cortex-a15): New core. Treat it as a v7-a.
14545         * config/arm/arm-tune.md: Regenerate.
14546         * doc/invoke.texi (ARM Options): Document it.
14548 2010-09-09  Reza Yazdani  <reza.yazdani@amd.com>
14550         * config/i386/i386.c: Include sched-int.h.
14551         (TARGET_SCHED_DISPATCH): Defined.
14552         (TARGET_SCHED_DISPATCH_DO): Defined.
14553         (DISPATCH_WINDOW_SIZE): Defined.
14554         (MAX_DISPATCH_WINDOWS): Defined.
14555         (MAX_INSN): Defined.
14556         (MAX_IMM): Defined.
14557         (MAX_IMM_SIZE): Defined.
14558         (MAX_IMM_32): Defined.
14559         (MAX_IMM_64): Defined.
14560         (MAX_LOAD): Defined.
14561         (MAX_STORE): Defined.
14562         (BIG): Defined.
14563         (dispatch_group): New.
14564         (num_allowable_groups): New.
14565         (group_name): New.
14566         (sched_insn_info_s): New.
14567         (dispatch_windows_s): New.
14568         (imm_info_s): New.
14569         (dispatch_window_list): New.
14570         (dispatch_window_list1): New.
14571         (get_mem_group): New.
14572         (is_cmp): New.
14573         (dispatch_violation): New.
14574         (is_branch): New.
14575         (is_prefetch): New.
14576         (init_window): New.
14577         (allocate_window): New.
14578         (init_dispatch_sched): New.
14579         (is_end_basic_block): New.
14580         (process_end_window): New.
14581         (allocate_next_window): New.
14582         (find_constant_1): New.
14583         (find_constant): New.
14584         (get_num_immediates): New.
14585         (has_immediate): New.
14586         (get_insn_path): New.
14587         (get_insn_group): New.
14588         (count_num_restricted): New.
14589         (fits_dispatch_window): New.
14590         (add_insn_window): New.
14591         (add_to_dispatch_window): New.
14592         (debug_dispatch_window_file): New.
14593         (debug_dispatch_window): New.
14594         (debug_insn_dispatch_info_file): New.
14595         (debug_ready_dispatch): New.
14596         (do_dispatch): New.
14597         (has_dispatch): New.
14598         * config/i386/i386.h (debug_ready_dispatch): Declared.
14599         (debug_dispatch_window): Declared.
14600         * config/i386/i386.opt (mdispatch-scheduler): New flag.
14601         * doc/tm.texi.in (TARGET_SCHED_DISPATCH): New.
14602         (TARGET_SCHED_DISPATCH_DO): New.
14603         * doc/tm.texi: Regererated.
14604         * haifa-sched.c (choose_ready): Call targetm.sched.dispatch and
14605         ready_remove_first_dispatch
14606         (schedule_block): Call targetm.sched.dispatch and
14607         targetm.sched.dispatch_do.
14608         (sched_init): Call targetm.sched.dispatch and
14609         targetm.sched.dispatch_do.
14610         (ready_remove_first_dispatch): New.
14611         (number_in_ready): New.
14612         (get_ready_element): New.
14613         * hooks.c (hook_bool_rtx_int_false): New.
14614         (hook_void_rtx_int): New.
14615         * hooks.h (hook_bool_rtx_int_false): Declared.
14616         (hook_void_rtx_int): Declared.
14617         * sched-int.h (IS_DISPATCH_ON): Defined.
14618         (IS_CMP): Defined.
14619         (DISPATCH_VIOLATION): Defined.
14620         (FITS_DISPATCH_WINDOW): Defined.
14621         (DISPATCH_INIT): Defined.
14622         (ADD_TO_DISPATCH_WINDOW): Defined.
14623         (get_ready_element): Declared.
14624         (number_in_ready): Declared.
14625         * target.def (dispatch): Defined.
14626         (dispatch_do): Defined.
14628 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
14630         PR middle-end/45312
14631         * reload1.c (merge_assigned_reloads): Remove.
14632         (reload_as_needed): Don't call it.
14634 2010-09-09  Anatoly Sokolov  <aesok@post.ru>
14636         * config/m32r/m32r.c (m32r_mode_dependent_address_p): New functions.
14637         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
14638         * config/m32r/m32r.h: (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
14640 2010-09-09  Matthias Klose  <doko@ubuntu.com>
14642         PR bootstrap/43847
14643         * configure.ac (--enable-plugin): Enhance for cross builds.
14644         * configure: Regenerate.
14646 2010-09-09  Jan Hubicka  <jh@suse.cz>
14648         PR tree-optimization/45598
14649         * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result of
14650         string folding is of integral type.
14652 2010-09-09  Nathan Sidwell  <nathan@codesourcery.com>
14654         * configure.ac (gnu_indirect_function): New test.
14655         * configure: Rebuilt.
14656         * config.in (HAVE_GAS_INDIRECT_FUNCTION): New.
14657         * defaults.h (IFUNC_ASM_TYPE): Provide default.
14659         * doc/extend.texi (Function Attributes): Document ifunc.
14660         * varasm.c (do_assemble_alias): Deal with ifuncs too.
14662 2010-09-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
14664         * config/picochip/picochip.c (picochip_reorg): Check for note_p for
14665         epilogue instruction move.
14667 2010-09-09  Jan Hubicka  <jh@suse.cz>
14669         * collect2.c (maybe_run_lto_and_relink): Rewrite code producing ld
14670         command line to allow more partitions than input files.
14672 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
14674         PR middle-end/44554
14675         * ira.c (ira): Switch off sharing spill slots if setjmp is called.
14677 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
14679         PR middle-end/40386
14680         * ira.c (pseudo_for_reload_consideration_p): Don't use
14681         flag_ira_share_spill_slots.
14683 2010-09-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14685         * config/s390/s390.c (legitimate_reload_constant_p): Accept floating-
14686         point zero operands that fit into a single GPR.
14687         (s390_preferred_reload_class): Ensure we only return general-purpose
14688         register classes.
14689         * config/s390/s390.md ("*mov<mode>_64dfp"): Use lghi to load
14690         floating-point zero operands into GPRs.
14691         ("*mov<mode>_64"): Likewise.
14692         ("mov<mode>"): Likewise using lhi.
14694 2010-09-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14696         * config/s390/s390.c (s390_symref_operand_p): Return false for
14697         literal pool references.
14698         (s390_check_qrst_address): Update caller.
14700 2010-09-09  Uros Bizjak  <ubizjak@gmail.com>
14702         * config/i386/predicates.md (ext_register_operand): Check that
14703         SUBREG_REG is really a register before looking for REGNO.
14704         (reg_not_xmm0_operand): Handle SUBREGs correctly.
14705         (nonimm_not_xmm0_operand): Call reg_not_xmm0_operand.
14707 2010-09-09  Jakub Jelinek  <jakub@redhat.com>
14709         * rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.
14710         * rtl.h (DEBUG_IMPLICIT_PTR_DECL): Define.
14711         * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle DEBUG_IMPLICIT_PTR.
14712         * print-rtl.c (print_rtx): Likewise.
14713         * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
14714         * cfgexpand.c (expand_debug_expr): Generate DEBUG_IMPLICIT_PTR
14715         for ADDR_EXPR with non-addressable object.
14716         * dwarf2out.c (enum dw_val_class): Add dw_val_class_decl_ref.
14717         (struct dw_val_struct): Add v.val_decl_ref.
14718         (dwarf_stack_op_name, output_loc_operands, output_loc_operands_raw):
14719         Handle DW_OP_GNU_implicit_pointer.
14720         (size_of_loc_descr): Likewise.  Fix up DW_OP_call_ref size.
14721         (get_ref_die_offset_label): New function.
14722         (implicit_ptr_descriptor): New function.
14723         (mem_loc_descriptor): Handle DEBUG_IMPLICIT_PTR.
14724         (loc_descriptor): Likewise.
14725         (gen_variable_die): Put even definitions into decl_die_table.
14726         (resolve_addr_in_expr): Resolve still unresolved
14727         DW_OP_GNU_implicit_pointer operands, if it can't be resolved
14728         return false.
14729         (dwarf2out_finish): Call output_location_lists after outputting
14730         .debug_info and .debug_abbrev instead of before.
14732 2010-09-09  Roland McGrath  <roland@redhat.com>
14734         * dwarf2out.c (DWARF_REF_SIZE): Define.
14735         (size_of_loc_descr): Use it for DW_OP_call_ref.
14737 2010-09-09  Alan Modra  <amodra@gmail.com>
14739         * doc/invoke.text: Reinstate mcmodel=medium.
14740         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
14741         CMODEL_MEDIUM as default.
14742         * config/rs6000/rs6000.h (enum rs6000_cmodel): Add CMODEL_MEDIUM.
14743         * config/rs6000/rs6000.c (rs6000_handle_option): Add mcmodel=medium.
14744         (toc_relative_ok, offsettable_ok_by_alignment): New functions.
14745         (rs6000_emit_move): Reinstate mcmodel=medium optimization.
14747 2010-09-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14749         PR target/45250
14750         * config/pa/pa.md (nonlocal_goto): Restore hard frame pointer using
14751         hard_frame_pointer_rtx instead of virtual_stack_vars_rtx.
14752         (builtin_longjmp): Likewise.
14753         (allocate_stack): Use hard_frame_pointer_rtx instead of
14754         frame_pointer_rtx.
14755         * config/pa/pa-protos.h (pa_initial_elimination_offset): Declare.
14756         * config/pa/pa.c (pa_internal_arg_pointer): Declare.
14757         (pa_can_eliminate): Likewise.
14758         (TARGET_INTERNAL_ARG_POINTER): Define.
14759         (TARGET_CAN_ELIMINATE): Define.
14760         (hppa_expand_prologue): Use hard frame pointer instead of soft frame
14761         pointer.
14762         (hppa_expand_epilogue, pa_eh_return_handler_rtx): Likewise.
14763         (pa_internal_arg_pointer, pa_can_eliminate,
14764         pa_initial_elimination_offset): New.
14765         * config/pa/pa.h (FRAME_POINTER_REGNUM): Set to new general register.
14766         (HARD_FRAME_POINTER_REGNUM): Set to register three.
14767         (INITIAL_FRAME_POINTER_OFFSET): Delete.
14768         (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET, DWARF_FRAME_REGISTERS):
14769         Define.
14770         (DWARF_ALT_FRAME_RETURN_COLUMN, REGNO_OK_FOR_INDEX_P,
14771         REGNO_OK_FOR_BASE_P): Update to include soft frame pointer.
14772         * config/pa/pa32-regs.h (FIRST_PSEUDO_REGISTER): Increase by one.
14773         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
14774         REG_CLASS_CONTENTS, REGNO_REG_CLASS, REGISTER_NAMES): Update to include
14775         new soft frame pointer.
14776         * config/pa/pa64-regs.h: Likewise.
14778 2010-09-08  Uros Bizjak  <ubizjak@gmail.com>
14780         * config/i386/i386.h (EH_RETURN_DATA_REGNO) Use DX_REG instead of
14781         numerical constant.
14782         (EH_RETURN_STACKADJ_RTX): Use CX_REG insted of numerical constant.
14784 2010-09-08  Alexandre Oliva  <aoliva@redhat.com>
14786         PR debug/45531
14787         * cfglayout.c (fixup_reorder_chain): Skip debug insns.
14789 2010-09-08  Alexandre Oliva  <aoliva@redhat.com>
14791         PR debug/45419
14792         PR debug/45408
14793         * tree-pretty-print.c (dump_generic_node): Disregard top-level
14794         qualifiers in otherwise equal MEM_REF pointer types.
14795         * fold-const.c (operand_equal_p): Compare pointer type of MEM_REFs.
14796         * tree.c (iterative_hash_expr): Hash the pointer type of MEM_REFs.
14798 2010-09-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14800         PR target/44392
14801         * config/arm/arm.md (bswapsi2): Handle condition correctly
14802         for armv6 and optimize_size.
14804 2010-09-08  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
14806         PR other/18555
14807         * doc/cppopts.texi (-isysroot): Document Darwin behaviour.
14809 2010-09-08  Uros Bizjak  <ubizjak@gmail.com>
14811         * config/i386/i386-protos.h (ix86_can_use_return_insn_p,
14812         symbolic_reference_mentioned_p, ix86_expand_movmem, ix86_expand_setmem,
14813         ix86_expand_strlen, legitimate_pic_address_disp_p,
14814         ix86_binary_operator_ok, ix86_unary_operator_ok, ix86_match_ccmode,
14815         ix86_expand_int_movcc, ix86_expand_fp_movcc, ix86_expand_int_addcc,
14816         ix86_check_movabs, ix86_secondary_memory_needed): Change function
14817         prototype to bool.
14818         * config/i386/i386.c (return_in_memory_32, return_in_memory_64,
14819         return_in_memory_ms_64, ix86_check_movabs,
14820         symbolic_reference_mentioned_p, ix86_can_use_return_insn_p,
14821         legitimate_pic_address_disp_p, ix86_binary_operator_ok,
14822         ix86_unary_operator_ok, ix86_match_ccmode, ix86_expand_int_movcc,
14823         ix86_expand_fp_movcc, ix86_expand_int_addcc, ix86_expand_movmem,
14824         ix86_expand_setmem, ix86_expand_strlen, inline_secondary_memory_needed,
14825         ix86_secondary_memory_needed): Change to bool.  Return
14826         "true" and "false" values.
14827         * config/i386/i386.md: Return "true" and "false" values.
14829 2010-09-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14831         * doc/sourcebuild.texi (Effective-Target Keywords): Document
14832         run_expensive_tests.
14834 2010-09-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14836         * toplev.c (output_stack_usage): Use lbasename instead of basename.
14838 2010-09-08  Martin Jambor  <mjambor@suse.cz>
14840         PR other/45443
14841         * doc/invoke.texi: Add -fipa-cp-clone to list of switches turned on
14842         at -O3.
14844 2010-09-08  Richard Guenther  <rguenther@suse.de>
14846         * gimple.c (gimple_types, type_hash_cache): Move to GC memory.
14847         (visit): Adjust.
14848         (iterative_hash_gimple_type): Likewise.
14849         (gimple_type_hash): Likewise.
14850         (gimple_register_type): Likewise.
14851         (print_gimple_types_stats): Likewise.
14852         (free_gimple_type_tables): Likewise.
14854 2010-09-08  Michael Matz  <matz@suse.de>
14856         PR tree-optimization/43430
14857         * tree-vect-stmts.c (vectorizable_condition): Support multiple
14858         copies for conditional statements if it's not part of a reduction.
14860 2010-09-08  Michael Matz  <matz@suse.de>
14862         PR tree-optimization/33244
14863         * tree-ssa-sink.c (statement_sink_location): Don't sink into
14864         empty loop latches.
14866 2010-09-08  Richard Guenther  <rguenther@suse.de>
14868         PR tree-optimization/45578
14869         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr):
14870         Be more careful when transfering alignment information to
14871         the new induction variable.
14872         (copy_ref_info): Likewise.
14874 2010-09-08  Richard Guenther  <rguenther@suse.de>
14876         * tree.h (TYPE_ORIG_SIZE_TYPE): Remove.
14877         * c-typeck.c (comptypes_internal): Remove TYPE_ORIG_SIZE_TYPE checks.
14879 2010-09-08  Arnaud Charlet  <charlet@adacore.com>
14881         * c-tree.h, c-decl.c (build_enumerator): Add location parameter.
14882         * c-parser.c (c_parser_enum_specifier): Adjust call to build_enumerator.
14884 2010-09-08  Kenneth Zadeck  <zadeck@naturalbridge.com>
14886         PR doc/45587
14887         * doc/md.texi: Fixed modes on several standard pattern names.
14889 2010-09-08  Mingjie Xing  <mingjie.xing@gmail.com>
14891         * config/mips/loongson.md (loongson_psll<V_suffix>): Rename to...
14892         (ashl<mode>3): ...this.
14893         (loongson_psra<V_suffix>): Rename to...
14894         (ashr<mode>3): ...this.
14895         (loongson_psrl<V_suffix>): Rename to...
14896         (lshr<mode>3): ...this.
14897         * config/mips/mips.c (CODE_FOR_loongson_psllh): Define.
14898         (CODE_FOR_loongson_psllw): Define.
14899         (CODE_FOR_loongson_psrlh): Define.
14900         (CODE_FOR_loongson_psrlw): Define.
14901         (CODE_FOR_loongson_psrah): Define.
14902         (CODE_FOR_loongson_psraw): Define.
14904 2010-09-07  Richard Henderson  <rth@redhat.com>
14906         * tree-vect-data-refs.c: Include tm_p.h.
14907         * Makefile.in (tree-vect-data-refs.o): Update deps.
14908         * config/i386/i386-protos.h (ix86_cfun_abi, ix86_function_type_abi):
14909         Move delarations outside #ifdef RTX_CODE.
14911 2010-09-07  Richard Henderson  <rth@redhat.com>
14913         * final.c (rest_of_handle_final): Unconditionally do
14914         output_function_exception_table before assemble_end_function.
14916 2010-09-07  Jan Hubicka  <jh@suse.cz>
14918         * tree-inline.c (tree_inlinable_function_p): Do not test
14919         DECL_REPLACEABLE_P.
14920         * ipa-inline.c (cgraph_default_inline_p, update_caller_keys,
14921         update_callee_keys, cgraph_decide_inlining): Test function availability.
14922         * cif-code.def (OVERWRITABLE): New code.
14924 2010-09-07  H.J. Lu  <hjl.tools@gmail.com>
14925             Jack Howarth  <howarth@bromo.med.uc.edu>
14927         PR target/36502
14928         PR target/42313
14929         PR target/44651
14930         * config/i386/darwin.h (STACK_BOUNDARY): Redefine as 128 for
14931         profiling or 64-bit MS_ABI and as BITS_PER_WORD otherwise.
14932         (PREFERRED_STACK_BOUNDARY): Replace STACK_BOUNDARY with 128 in
14933         MAX macro.
14935 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
14937         * unwind-dw2-fde-glibc.c: Include <elf.h> for DT_CONFIG.
14938         Include <link.h> only if USE_PT_GNU_EH_FRAME is defined.
14940 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
14942         * config.gcc: Don't append t-android for Android targets.
14944         * config/t-android: Removed.
14946 2010-09-07  Richard Henderson  <rth@redhat.com>
14948         * target.def (TARGET_ASM_EMIT_EXCEPT_PERSONALITY): New hook.
14949         * doc/tm.texi.in: Add doc marker.
14950         * doc/tm.texi: Rebuild.
14951         * except.c (switch_to_exception_section): Always build.
14952         (output_one_function_exception_table): Move section switch,
14953         personality output, and label output ...
14954         (output_function_exception_table): ... here.  Use the new
14955         personality hook.
14957         * config/ia64/ia64.c (ia64_asm_emit_except_personality,
14958         ia64_asm_init_sections, TARGET_ASM_EMIT_EXCEPT_PERSONALITY,
14959         TARGET_ASM_INIT_SECTIONS): New.
14960         (ia64_asm_unwind_emit): Rename from process_for_unwind_directive,
14961         make static.
14962         (TARGET_ASM_UNWIND_EMIT): Update to match.
14963         * config/ia64/ia64-protos.h (process_for_unwind_directive): Remove.
14965         * config/arm/arm.c (arm_asm_emit_except_personality): New.
14966         (arm_asm_init_sections): New.
14967         (TARGET_ASM_EMIT_EXCEPT_PERSONALITY, TARGET_ASM_INIT_SECTIONS): New.
14969 2010-09-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14971         * config/arm/arm.md: Remove unused variable.
14973 2010-09-07  Anatoly Sokolov  <aesok@post.ru>
14975         * config/m32r/m32r.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
14976         * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Define.
14977         (m32r_memory_move_cost): New function.
14979 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
14981         * config.gcc: Append t-android for Android targets.
14983         * config/t-android: New.
14985 2010-09-07  Richard Henderson  <rth@redhat.com>
14987         * target.def (unwind_emit_before_insn): New hook.
14988         * doc/tm.texi.in: Add @hook marker for it.
14989         * doc/tm.texi: Rebuild.
14990         * final.c (final_scan_insn): Respect unwind_emit_before_insn.
14992 2010-09-07  Martin Jambor  <mjambor@suse.cz>
14994         PR fortran/43665
14995         * ipa-cp.c (ipcp_versionable_function_p): Return false if there
14996         are any type attributes.
14998 2010-09-07  Jan Hubicka  <jh@suse.cz>
15000         * tree-ssa-ccp.c (fold_const_aggregate_ref): Fix handling of
15001         array_ref_low_bound in string access folding.
15003 2010-09-07  Uros Bizjak  <ubizjak@gmail.com>
15005         PR target/45206
15006         * config/i386/i386.c (ix86_expand_epilogue): Mark SP as valid after
15007         eh_return fixup sequence.
15009 2010-09-07  Jan Hubicka  <jh@suse.cz>
15011         * gimple-fold.c (maybe_fold_reference): Verify that operand is
15012         gimple_min_invariant.
15014 2010-09-07  Richard Guenther  <rguenther@suse.de>
15016         PR middle-end/45569
15017         * tree-eh.c (operation_could_trap_helper_p): Neither COMPLEX_EXPR
15018         nor CONSTRUCTOR can trap.
15019         * tree-complex.c (update_complex_assignment): Update EH info.
15021 2010-09-07  Richard Guenther  <rguenther@suse.de>
15023         PR middle-end/45569
15024         * tree-cfg.c (build_gimple_cfg): Remove redundant stmt verification.
15025         * passes.c (execute_function_todo): Do not verify anything if
15026         we saw errors.
15028 2010-09-07  Richard Guenther  <rguenther@suse.de>
15030         * tree-pretty-print.c (dump_generic_node): Dump void types as void.
15032 2010-09-07  Bernd Schmidt  <bernds@codesourcery.com>
15034         PR target/43137
15035         * config/arm/iterators.md (qhs_zextenddi_cond, qhs_sextenddi_cond):
15036         New define_mode_attrs.
15037         * config/arm/arm.md (zero_extendsidi2, arm_zero_extendsidi2,
15038         arm_exxtendsidi2, arm_extendsidi2): Delete patterns.
15039         (zero_extend<mode>di2, extend<mode>di2 and related splits): New.
15040         (thumb1_zero_extendhisi2): Remove code to handle LABEL_REFs.
15041         Remove pool_range attribute.
15042         (arm_zero_extendhisi2, arm_zero_extendhisi2_v6, arm_zero_extendqisi2,
15043         arm_zero_extendqisi2_v6, thumb1_zero_extendqisi2_v6): Remove
15044         pool_range and neg_pool_range attributes.
15045         * config/arm/thumb2.md (thumb2_zero_extendsidi2,
15046         thumb2_zero_extendhidi2, thumb2_zero_extendqidi2, thumb2_extendsidi2,
15047         thumb2_extendhidi2, thumb2_extendqidi2): Delete.
15049 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
15051         * config/i386/linux-unwind.h (x86_fallback_frame_state): Properly
15052         check glibc.
15054 2010-09-06  Uros Bizjak  <ubizjak@gmail.com>
15056         PR target/22152
15057         * config/i386/mmx.md (*mov<mode>_internal_rex64,
15058         *mov<mode>_internal_avx, *mov<mode>_internal,
15059         *movv2sf_internal_rex64_avx, *movv2sf_internal_rex64,
15060         *movv2sf_internal_avx, *movv2sf_internal): Split out !y-!y alternative.
15062 2010-09-06  Mark Mitchell  <mark@codesourcery.com>
15064         * c-typeck.c (do_warn_double_promotion): Remove.
15065         * doc/invoke.texi (-Wdouble-promotion): Note available for C++ and
15066         Objective-C++ too.
15068 2010-09-06  Anatoly Sokolov  <aesok@post.ru>
15070         * config/frv/frv.h (CLASS_LIKELY_SPILLED_P): Remove.
15071         * config/frv/frv-protos.h (frv_class_likely_spilled_p): Remove.
15072         * config/frv/frv.c (frv_class_likely_spilled_p): Make static. Change
15073         argument type to reg_class_t. Change result type to bool.
15074         (TARGET_CLASS_LIKELY_SPILLED_P): Define.
15076 2010-09-06  Nicola Pero  <nicola.pero@meta-innovation.com>
15078         PR libobjc/19850
15079         * gthr-posix.h (__gthread_objc_thread_detach): Use
15080         _objc_thread_attribs when detaching a thread.
15081         * gthr-posix95.h (__gthread_objc_thread_detach): Same change.
15083 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
15085         PR target/45524
15086         * configure.ac (enable_decimal_float): Set to $default_decimal_float.
15087         * configure: Regenerated.
15089 2010-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15091         * combine.c (try_combine): Set subst_low_luid to i0.
15093 2010-09-06  Richard Guenther  <rguenther@suse.de>
15095         * tree.def (MISALIGNED_INDIRECT_REF): Remove.
15096         * tree.h (INDIRECT_REF_P): Only check for INDIRECT_REF.
15097         (build_aligned_type): Declare.
15098         * tree.c (check_qualified_type): Also compare TYPE_ALIGN.
15099         (check_aligned_type): New function.
15100         (build_aligned_type): Likewise.
15101         * expr.c (expand_assignment): Handle misaligned stores via
15102         TARGET_MEM_REF and MEM_REF using movmisalign_optab.
15103         (expand_expr_real_1): Likewise.
15104         (safe_from_p): Remove MISALIGNED_INDIRECT_REF handling.
15105         * tree-vect-stmts.c (vectorizable_store): Do not build
15106         MISALIGNED_INDIRECT_REF but initialize alignment information.
15107         (vectorizable_load): Likewise.
15108         * builtins.c (get_object_alignment): Remove MISALIGNED_INDIRECT_REF
15109         handling.
15110         * cfgexpand.c (expand_debug_expr): Likewise.
15111         * dwarf2out.c (loc_list_from_tree): Likewise.
15112         * fold-const.c (maybe_lvalue_p): Likewise.
15113         (operand_equal_p): Likewise.
15114         (build_fold_addr_expr_with_type_loc): Likewise.
15115         * gimplify.c (gimplify_addr_expr): Likewise.
15116         (gimplify_expr): Likewise.
15117         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
15118         (verify_gimple_assign_single): Likewise.
15119         * tree-dump.c (dequeue_and_dump): Likewise.
15120         (tree_could_trap_p): Likewise.
15121         * tree-predcom.c (ref_at_iteration): Likewise.
15122         * tree-pretty-print.c (dump_generic_node): Likewise.
15123         (op_code_prio): Likewise.
15124         (op_symbol_code): Likewise.
15125         * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
15126         * tree-ssa-loop-im.c (for_each_index): Likewise.
15127         (gen_lsm_tmp_name): Likewise.
15128         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
15129         (find_interesting_uses_address): Likewise.
15130         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
15131         * tree-ssa-operands.c (get_expr_operands): Likewise.
15132         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
15133         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
15134         (ao_ref_init_from_vn_reference): Likewise.
15135         * tree.c (staticp): Likewise.
15136         (build1_stat): Likewise.
15137         (reference_alias_ptr_type): Likewise.
15138         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
15139         * config/rs6000/rs6000.c (rs6000_check_sdmode): Remove
15140         MISALIGNED_INDIRECT_REF handling.
15142 2010-09-06  Richard Guenther  <rguenther@suse.de>
15144         PR tree-optimization/45534
15145         * tree-ssa-address.c (create_mem_ref_raw): Add verify parameter.
15146         (create_mem_ref): Do verify the created TARGET_MEM_REF is valid
15147         on the target.
15148         (maybe_fold_tmr): Do not verify the created TARGET_MEM_REF is
15149         valid on the target.
15151 2010-09-06  Andreas Schwab  <schwab@redhat.com>
15153         * configure.ac: Quote argument of AC_MSG_WARN.
15154         * configure: Regenerate.
15156 2010-09-06  Alexander Monakov  <amonakov@ispras.ru>
15158         * sel-sched.c (move_cond_jump): Correct arguments to
15159         maybe_tidy_empty_bb.
15160         * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
15162 2010-09-06  Andrey Belevantsev  <abel@ispras.ru>
15164         PR rtl-optimization/44919
15165         * sel-sched.c (move_cond_jump): Remove assert, check that
15166         the several blocks case can only happen with mutually exclusive
15167         insns instead.  Rewrite the movement code to support moving through
15168         several basic blocks.
15170 2010-09-06  Uros Bizjak  <ubizjak@gmail.com>
15172         * config/i386/i386.md (iptrsize): New mode attribute.
15173         (tp_seg): Ditto.
15174         (*load_tp_<mode>): Macroize insn from *load_tp_{si,di} using P
15175         mode iterator.
15176         (*add_tp_<mode>): Ditto from *add_tp_{si,di}.
15177         (stack_protect_set_<mode>): Ditto from stack_protect_set_{si,di}.
15178         (stack_protect_test_<mode>): Ditto from stack_protect_test_{si,di}.
15179         (stack_tls_protect_set_<mode>): Ditto from
15180         stack_tls_protect_set_{si,di}.  Use %@ to output segment register
15181         of thread base pointer load.
15182         (stack_tls_protect_test_<mode>): Ditto from
15183         stack_tls_protect_test_{si,di}.  Use %@ to output segment register
15184         of thread base pointer load.
15185         (stack_protect_set): Rewrite using indirect functions.
15186         (stack_protect_test): Ditto.
15187         * config/i386/i386.c (ix86_print_operand_punct_valid): Add '@'.
15188         (ix86_print_operand): Handle '@'.
15190 2010-09-05  Giuseppe Scrivano  <gscrivano@gnu.org>
15192         * tree-tailcall.c (process_assignment): Handle NEGATE_EXPR and
15193         MINUS_EXPR.
15195 2010-09-05  Mark Mitchell  <mark@codesourcery.com>
15197         * doc/invoke.texi: Document -Wdouble-promotion.
15198         * c-typeck.c (convert_arguments): Check for implicit conversions
15199         from float to double.
15200         (do_warn_double_promotion): New function.
15201         (build_conditional_expr): Use it.
15202         (build_binary_op): Likewise.
15204 2010-09-05  Richard Guenther  <rguenther@suse.de>
15206         PR tree-optimization/45535
15207         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
15208         handle TMR_INDEX2.  Make sure TMR_INDEX is not NULL before
15209         dereferencing it.
15210         (indirect_refs_may_alias_p): Likewise.
15212 2010-09-05  Naveen H.S  <naveen.S@kpitcummins.com>
15214         * config/sh/sh.c (sh_option_override): Make static.
15215         Adjust comments.  Declare.
15216         (sh_function_value_regno_p): Likewise.
15217         (sh_register_move_cost): Modify the arguments, make static.
15218         Adjust comments.  Declare.
15219         (TARGET_OPTION_OVERRIDE, TARGET_REGISTER_MOVE_COST
15220         TARGET_FUNCTION_VALUE_REGNO_P): Define.
15221         * config/sh/sh.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P
15222         REGISTER_MOVE_COST): Delete.
15223         * config/sh/sh-protos.h (sh_override_options): Delete.
15224         (sh_register_move_cost): Delete.
15225         (sh_function_value_regno_p): Delete.
15227 2010-09-04  Anatoly Sokolov  <aesok@post.ru>
15229         * config/m32r/m32r.c (m32r_function_value, m32r_libcall_value,
15230         m32r_function_value_regno_p): New functions.
15231         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
15232         TARGET_FUNCTION_VALUE_REGNO_P): Declare.
15233         * config/m32r/m32r.h: (FUNCTION_VALUE, LIBCALL_VALUE,
15234         FUNCTION_VALUE_REGNO_P): Remove.
15236 2010-09-04  Jan Hubicka  <jh@suse.cz>
15238         * gimple-fold.c (maybe_fold_reference): Use fold_const_aggregate_ref.
15239         * tree-ssa-ccp.c (fold_const_aggregate_ref): Use
15240         fold_read_from_constant_string.
15242         * gimple.h (canonicalize_constructor_val): Declare.
15243         * gimple-fold.c (canonicalize_constructor_val): New function.
15244         (get_symbol_constant_value):Use it.
15245         * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
15247 2010-09-04  Jan Hubicka  <jh@suse.cz>
15249         * tree-switch-conversion.c (build_one_array): Set constructor to be
15250         static.
15251         * varpool.c (varpool_finalize_decl): Compute const_value_known.
15253 2010-09-04  Richard Guenther  <rguenther@suse.de>
15255         PR bootstrap/45519
15256         * tree-flow.h (force_gimple_operand_1): Declare.
15257         (force_gimple_operand_gsi_1): Likewise.
15258         * gimplify.c (force_gimple_operand_1): New worker taking a
15259         gimple predicate for ...
15260         (force_gimple_operand): ... which now wraps it.
15261         (force_gimple_operand_gsi_1, force_gimple_operand_gsi): Likewise.
15262         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Revert
15263         last change.
15264         * tree-ssa-address.c (gimplify_mem_ref_parts): Use
15265         force_gimple_operand_gsi_1 with is_gimple_mem_ref_addr.
15266         (create_mem_ref): Likewise.
15268 2010-09-04  Uros Bizjak  <ubizjak@gmail.com>
15270         * config/i386/predicates.md (sse_reg_operand): New predicate.
15271         * config/i386/i386.md (TFmode push splitter): Use sse_reg_operand
15272         predicate for operand 1.
15273         (XFmode push splitter): Use fp_register_operand predicate
15274         for operand 1.
15275         (*dummy_extendsfdf2, *dummy_extendsfxf2): Remove disabled patterns.
15276         (SF-DF float_extend push splitter): Add reload_completed insn
15277         predicate.
15278         ({SF,DF}-XF float_extend_push splitter): Macroize splitter using
15279         MODEF mode macro.  Add reload_completed insn predicate.
15281 2010-09-04  Paolo Bonzini  <bonzini@gnu.org>
15283         * df.h (enum df_ref_class): Remove DF_REF_EXTRACT.
15284         (struct df_extract_ref): Remove.
15285         (union df_ref_d): Remove extract_ref member.
15286         (df_ref_create): Remove last three arguments.
15287         (DF_REF_LOC): Remove DF_REF_EXTRACT case.
15288         * df-scan.c (df_ref_record): Remove last three arguments, do not
15289         pass them to df_ref_create_structure.
15290         (df_uses_record): Remove first and last three arguments.  Replace
15291         first argument with DF_REF_REGULAR, adjust calls to remove the
15292         width, offset and mode.  Always call recursively on the second
15293         and third argument of ZERO_EXTRACT and SIGN_EXTRACT.
15294         (df_ref_create_structure): Remove first argument.
15295         (struct df_scan_problem_data): Remove ref_extract_pool.
15296         (df_scan_free_internal): Do not free it.
15297         (df_scan_alloc): Do not allocate it.
15298         (df_ref_create): Remove last three arguments, do not pass them to
15299         df_ref_create_structure.
15300         (df_free_ref): Remove DF_REF_EXTRACT case.
15301         (df_notes_rescan): Adjust call to df_uses_record.
15302         (df_ref_equal_p, df_ref_compare, df_ref_create_structure):
15303         Remove DF_REF_EXTRACT case.
15304         (df_def_record_1): Do not special case class for a ZERO_EXTRACT lhs.
15305         Adjust calls to df_ref_record, using DF_REF_REGULAR for all REG
15306         and SUBREG definitions.
15307         (df_get_conditional_uses): Remove references to width/offset/mode,
15308         adjust call to df_ref_create_structure.
15309         (df_get_call_refs, df_insn_refs_collect, df_bb_refs_collect,
15310         df_entry_block_defs_collect, df_exit_block_uses_collect): Adjust
15311         calls to df_uses_record and df_ref_record.
15312         * fwprop.c (update_df): Remove references to width/offset/mode,
15313         adjust call to df_ref_create.
15315 2010-09-03  Jan Hubicka  <jh@suse.cz>
15317         * ipa.c (build_cdtor): Take VECtor as argument; fix array walk.
15318         (build_cdtor_fns): Update use of build_cdtor.
15320 2010-09-03  Joseph Myers  <joseph@codesourcery.com>
15322         * doc/options.texi (SeparateAlias): Document.
15323         * opt-functions.awk (switch_flags): Handle SeparateAlias.
15324         * opth-gen.awk: Generate enumeration names for options marked
15325         SeparateAlias, but not for those marked Ignore.
15326         * opts-common.c (generate_canonical_option): Don't output separate
15327         argument for options marked CL_SEPARATE_ALIAS.
15328         (decode_cmdline_option): Handle CL_SEPARATE_ALIAS.
15329         * opts.h (CL_SEPARATE_ALIAS): New.
15330         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
15331         CL_COMMON): Adjust definitions.
15332         * config/i386/darwin.opt, config/mips/sde.opt: New.
15333         * common.opt (fdump-final-insns): New.
15334         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
15335         i386/darwin.opt.
15336         (mips*-sde-elf*): Add mips/sde.opt.
15337         * config/mips/sde.h (DRIVER_SELF_SPECS): Don't handle
15338         -mno-data-in-code and -mcode-xonly here.
15339         * defaults.h (DEFAULT_SWITCH_TAKES_ARG): Add 'd'.
15340         * gcc.c (option_map): Add "j" to --dump entry.
15341         (translate_options): Don't translate -d to -foutput-class-dir= here.
15343 2010-09-03  Sebastian Pop  <sebastian.pop@amd.com>
15345         * tree-data-ref.c (dr_may_alias_p): Replace !DR_IS_READ with
15346         DR_IS_WRITE.
15347         (compute_all_dependences): Same.
15348         (create_rdg_edge_for_ddr): Same.
15349         * tree-data-ref.h (DR_IS_WRITE): New.
15350         (ddr_is_anti_dependent): Replace !DR_IS_READ with DR_IS_WRITE.
15351         * tree-if-conv.c (write_memrefs_written_at_least_once): Same.
15352         (write_memrefs_written_at_least_once): Same.
15353         * tree-predcom.c (suitable_component_p): Same.
15354         (determine_roots_comp): Same.
15355         (execute_load_motion): Same.
15356         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Same.
15357         (vect_enhance_data_refs_alignment): Same.
15358         (vect_analyze_group_access): Same.
15360 2010-09-03  Joern Rennecke  <joern.rennecke@embecosm.com>
15362         PR testsuite/42843
15363         * Makefile.in (PLUGINCC): Define in terms of @CC@ / @CXX@
15364         (PLUGINCFLAGS): Define in terms of @CFLAGS@ / @CXXFLAGS@
15366 2010-09-03  Marcin Baczynski  <marbacz@gmail.com>
15368         * dwarf2out.c (file scope): Remove #if0'd code.
15369         (gen_subprogram_die): Same.
15371 2010-09-03  Jakub Jelinek  <jakub@redhat.com>
15373         PR middle-end/45484
15374         * dwarf2out.c (flush_queued_reg_saves): Rename to...
15375         (dwarf2out_flush_queued_reg_saves): ... this.  No longer static.
15376         (dwarf2out_frame_debug_expr, dwarf2out_frame_debug): Adjust callers.
15377         * dwarf2out.h (dwarf2out_flush_queued_reg_saves): New prototype.
15378         * config/i386/i386.c (output_set_got): Call it.
15380 2010-09-03  Michael Matz  <matz@suse.de>
15382         PR middle-end/45415
15383         * tree-sra.c (sra_modify_assign): If we modify the statement,
15384         say so.
15386         * tree-ssa.c (verify_ssa): Check number of operands and links
15387         per statement to agree.
15389 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
15390             Iain Sandoe  <iains@gcc.gnu.org>
15392         PR target/45476
15393         * config/i386/t-darwin (LIB2FUNCS_EXCLUDE): New.
15394         * config/i386/darwin.h (LIBGCC2_HAS_TF_MODE,
15395         LIBGCC2_TF_CEXT, TF_SIZE): New defines.
15397 2010-09-03  Richard Guenther  <rguenther@suse.de>
15399         * lto-streamer-out.c (output_function): Output function
15400         start and end loci.
15401         * lto-streamer-in.c (input_function): Input function start
15402         and end loci.
15404 2010-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15406         * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
15407         * Makefile.in: Add aclocal.m4 dependency to dfp.m4.
15408         * configure: Regenerate.
15409         * aclocal.m4: Regenerate.
15411 2010-09-03  Jan Hubicka  <jh@suse.cz>
15413         PR lto/44812
15414         * lto-cgraph.c (intput_node, input_varpool_node): Set DECL_EXTERNAL
15415         on functions/variables in other partition.
15417 2010-09-03  Jan Hubicka  <jh@suse.cz>
15419         * cgraph.h (struct varpool_node): Add const_value_known.
15420         (varpool_decide_const_value_known): Declare.
15421         * tree-ssa-ccp.c (fold_const_aggregate_ref): Update initializer folding.
15422         * lto-cgraph.c (lto_output_varpool_node): Store const_value_known.
15423         (input_varpool_node): Restore const_value_known.
15424         * tree-ssa-loop-ivcanon (constant_after_peeling): Check varpool for
15425         initializer folding.
15426         * ipa.c (ipa_discover_readonly_nonaddressable_var,
15427         function_and_variable_visibility): Compute const_value_known.
15428         * gimple-fold.c (get_symbol_constant_value): Use varpool for
15429         initializer folding.
15430         * varpool.c (varpool_decide_const_value_known): New function.
15432 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
15434         * config/i386/i386.md: Remove empty preparation statements
15435         from splitters.
15437 2010-09-03  Jan Hubicka  <jh@suse.cz>
15439         * passes.c (rest_of_decl_compilation): Do not add local vars into
15440         varpool.
15441         * varpool.c (varpool_get_node, varpool_node): Sanity check that only
15442         static or extern vars are in varpool.
15443         (varpool_finalize_decl): Sanity check that only static vars are
15444         finalized.
15446 2010-09-03  Jakub Jelinek  <jakub@redhat.com>
15448         PR debug/45500
15449         * dwarf2out.c (rtl_for_decl_init): Give up for all generic vectors,
15450         not just generic vectors with BLKmode.
15452 2010-09-03  Richard Guenther  <rguenther@suse.de>
15454         * tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
15455         Move TMR_OFFSET to second operand.  Add TMR_INDEX2.
15456         * tree.h (TMR_SYMBOL): Remove.
15457         (TMR_BASE, TMR_OFFSET): Adjust.
15458         (TMR_INDEX2): New.
15459         * alias.c (ao_ref_from_mem): Use TMR_BASE.
15460         * builtins.c (get_object_alignment): Merge TMR_BASE and
15461         TMR_SYMBOL handling.
15462         * cfgexpand.c (expand_debug_expr): Use TMR_BASE.
15463         * gimple.c (get_base_address): Merge MEM_REF and TARGET_MEM_REF
15464         handling.  Also allow TARGET_MEM_REF as base address.
15465         (walk_stmt_load_store_addr_ops): TMR_BASE is always non-NULL.
15466         * gimplify.c (gimplify_expr): Gimplify TMR_BASE like MEM_REF
15467         base.  Gimplify TMR_INDEX2.
15468         * tree-cfg.c (verify_types_in_gimple_reference): Adjust.
15469         * tree-dfa.c (get_ref_base_and_extent): Likewise.
15470         (get_addr_base_and_unit_offset): Likewise.
15471         * tree-eh.c (tree_could_trap_p): Likewise.
15472         * tree-pretty-print.c (dump_generic_node): Likewise.
15473         * tree-ssa-address.c (tree_mem_ref_addr): Simplify.  Handle TMR_INDEX2.
15474         (create_mem_ref_raw): Merge symbol and base.  Move 2ndary
15475         base to index2.
15476         (get_address_description): Reconstruct addres description
15477         from merged TMR_BASE and TMR_INDEX2.
15478         (maybe_fold_tmr): Fold propagated addresses.
15479         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Merge
15480         MEM_REF and TARGET_MEM_REF paths.
15481         (indirect_refs_may_alias_p): Likewise.
15482         * tree-ssa-live.c (mark_all_vars_used_1): Handle TMR_INDEX2
15483         instead of TMR_SYMBOL.
15484         * tree-ssa-operands.c (get_tmr_operands): Simplify.
15485         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Adjust
15486         according to changes ...
15487         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): ... here.
15488         Split TARGET_MEM_REF into two fields plus the base.
15489         * tree.c (mem_ref_offset): Simplify.
15490         * tree-ssa-loop-im.c (for_each_index): Handle TMR_INDEX2.
15491         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Likewise.
15492         Strip NOPs when folding MEM_REF addresses.
15493         * tree-ssa-sink.c (is_hidden_global_store): Handle TARGET_MEM_REF.
15494         * gimple-fold.c (maybe_fold_reference): Fold TARGET_MEM_REF here ...
15495         (fold_gimple_assign): ... not here.
15497 2010-09-03  Mingjie Xing  <mingjie.xing@gmail.com>
15499         * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change the definition.
15500         * config/mips/mips.c (mips_shift_truncation_mask): New function.
15501         (TARGET_SHIFT_TRUNCATION_MASK): Define.
15503 2010-09-02  Richard Henderson  <rth@redhat.com>
15505         * configure.ac (gcc_cv_as_cfi_advance_working): Use objdump
15506         instead of readelf in the test.
15507         (gcc_cv_as_cfi_sections_directive): Check for correct relocation
15508         in the .debug_frame section for coff targets.
15509         * configure: Rebuild.
15511 2010-09-02  Anatoly Sokolov  <aesok@post.ru>
15513         * config/m32c/m32c.h (CLASS_LIKELY_SPILLED_P): Remove.
15514         * config/m32c/m32c-protos.h (m32c_class_likely_spilled_p): Remove.
15515         * config/m32c/m32c.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
15516         (m32c_class_likely_spilled_p): Make static. Change argument type to
15517         reg_class_t. Change result type to bool.
15519 2010-09-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
15521         * config/rs6000/rs6000.opt (-mfriz): New switch to control whether
15522         to convert (double)(long) into a single FRIZ instruction or not
15523         when -ffast-math is used.
15525         * config/rs6000/vsx.md (VSX_DF): New iterator for DF/V2DF modes.
15526         (vsx_float_fix_<mode>2): Optimize (double)(long) into X{S,V}RDPIZ
15527         or FRIZ instruction if -ffast-math.
15528         * config/rs6000/rs6000.md (friz): Ditto.
15530         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mfriz.
15532 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
15534         * opth-gen.awk (quote, comma): Remove unused variables.
15536 2010-09-02  Ryan Mansfield  <rmansfield@qnx.com>
15538         * arm.c (arm_override_options): Correct fall-back code to use
15539         SUBTARGET_CPU_DEFAULT.
15541 2010-09-02  Julian Brown  <julian@codesourcery.com>
15543         * config/arm/neon.md (UNSPEC_VCLE, UNSPEC_VCLT): New constants for
15544         unspecs.
15545         (vcond<mode>, vcondu<mode>): New expanders.
15546         (neon_vceq<mode>, neon_vcge<mode>, neon_vcgt<mode>): Support
15547         comparisons with zero.
15548         (neon_vcle<mode>, neon_vclt<mode>): New patterns.
15549         * config/arm/constraints.md (Dz): New constraint.
15551 2010-09-02  Anatoly Sokolov  <aesok@post.ru>
15553         * target.def (class_likely_spilled_p): New hook.
15554         * doc/tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Document.
15555         * doc/tm.texi: Regenerate.
15556         * targhooks.c (default_class_likely_spilled_p): New function.
15557         * targhooks.h (default_class_likely_spilled_p): Declare.
15558         * regs.h (CLASS_LIKELY_SPILLED_P): Remove.
15559         * combine.c (cant_combine_insn_p, likely_spilled_retval_p): Use
15560         TARGET_CLASS_LIKELY_SPILLED_P target hook. Use HARD_REGISTER_P macro.
15561         Use fixed_reg_set instead of fixed_regs.
15562         * cse.c (hash_rtx_cb): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
15563         * calls.c (avoid_likely_spilled_reg): Ditto.
15564         * ira-conflicts.c (ira_build_conflicts): Ditto.
15565         * ira.c (update_equiv_regs): Ditto.
15566         * mode-switching.c (create_pre_exit): Ditto.
15567         * regmove.c (find_matches): Ditto.
15568         (regclass_compatible_p): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
15569         * reload.c (SMALL_REGISTER_CLASS_P): Remove macro.
15570         (small_register_class_p): New inline function.
15571         (push_secondary_reload, find_reusable_reload, find_reloads): Use
15572         small_register_class_p instead of SMALL_REGISTER_CLASS_P.
15574         * config/i386/i386.h (CLASS_LIKELY_SPILLED_P): Remove.
15575         * config/i386/i386.c (ix86_class_likely_spilled_p): New.
15576         (TARGET_CLASS_LIKELY_SPILLED_P): Define.
15578 2010-09-02  Richard Guenther  <rguenther@suse.de>
15580         PR tree-optimization/44937
15581         PR tree-optimization/45412
15582         * ipa-split.c (split_function): Properly remove PHI nodes.
15584 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
15586         * opts.h (struct cl_option): Add warn_message field.
15587         (struct cl_decoded_option): Add warn_message field.
15588         * doc/options.texi (Ignore, Warn): Document.
15589         * opt-functions.awk (needs_state_p): Don't consider aliases or
15590         ignored options to need state saved.
15591         * optc-gen.awk: Handle Warn and Ignore.
15592         * opth-gen.awk: Output OPT_SPECIAL_ignore.
15593         * opts-common.c (decode_cmdline_option): Set warn_message field.
15594         Handle ignored options.
15595         (decode_cmdline_options_to_array, generate_option,
15596         generate_option_input_file): Set warn_message field.
15597         (read_cmdline_option): Generate warnings from warn_message field.
15598         Handle ignored options.
15599         * common.opt (Wunreachable-code, fargument-alias,
15600         fargument-noalias, fargument-noalias-global,
15601         fargument-noalias-anything, fcse-skip-blocks, fforce-addr,
15602         floop-optimize, frerun-loop-opt, fsched2-use-traces, fsee,
15603         fstrength-reduce, ftree-store-ccp, ftree-store-copy-prop,
15604         ftree-salias): Mark Ignore.
15605         * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -mcpu,
15606         -mintel-syntax and -mno-intel-syntax here.
15607         * config/i386/i386.opt (mcpu=, mintel-syntax): Define as aliases
15608         using Warn.
15609         * opts.c (common_handle_option): Don't handle options marked as
15610         ignored.
15611         (enable_warning_as_error): Handle ignored options.
15613 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
15615         PR driver/44076
15616         * opts.h (struct cl_option): Add alias_arg, neg_alias_arg and
15617         alias_target fields.
15618         * opt-functions.awk (opt_sanitized_name): Don't handle
15619         finline-limit=, Wlarger-than= and ftemplate-depth= specially.
15620         * optc-gen.awk: Generate alias fields.
15621         * opth-gen.awk: Explicitly give values for OPT_* enum constants.
15622         Don't generate such constants for aliases.
15623         * opts-common.c (generate_canonical_option): New.
15624         (decode_cmdline_option): Handle aliases.  Use
15625         generate_canonical_option for known options instead of copying the
15626         input option text.
15627         * doc/options.texi (Alias): Document.
15628         * common.opt (W, Wlarger-than-, aux-info=, finline-limit-,
15629         fstack-check, specs): Mark as aliases.
15630         * gcc.c (driver_handle_option): Canonicalize -L options to joined
15631         arguments.
15632         (driver_handle_option): Don't handle OPT_specs.
15633         * opts.c (common_handle_option): Don't handle options marked as
15634         aliases.
15635         (enable_warning_as_error): Handle aliases.
15636         * stor-layout.c (layout_decl): Use OPT_Wlarger_than_ instead of
15637         OPT_Wlarger_than_eq.
15638         * tree-optimize.c (tree_rest_of_compilation): Use
15639         OPT_Wlarger_than_ instead of OPT_Wlarger_than_eq.
15641 2010-09-02  Uros Bizjak  <ubizjak@gmail.com>
15643         * config/i386/i386.md (nonmemory_operand): New mode attribute.
15644         (push memory peephole2): Macroize peepholes using SWI mode iterator.
15645         (move immediate to memory peephole2): Macroize peepholes using
15646         SWI124 mode iterator.
15647         (non-pairable NOT peephole2): Macroize peepholes using SWI124
15648         mode iterator.
15649         (simple lea add peephole2): Macroize peepholes using SWI48
15650         mode iterator.
15651         (simple lea mult peephole2): Ditto.
15652         (imul by 3,5,9 to lea peephole2): Ditto.
15653         (mov $-1, reg peephole2): Macroize peepholes using SWI248
15654         mode iterator.
15655         (imul $32bit_imm,mem,reg peephole2): Ditto.
15656         (imul $8/16bit_imm,regmem,reg peephole2): Ditto.
15658 2010-09-02  Ian Bolton  <ian.bolton@arm.com>
15660         * tree-ssa-loop-prefetch.c: Fix comment at head of file.
15662 2010-09-02  Olivier Hainque  <hainque@adacore.com>
15664         PR middle-end/44763
15665         * ira-color.c (SORTGT): New macro, helper for qsort callbacks.
15666         (allocno_priority_compare_func): Use it instead of a straight
15667         difference computation over priorities.
15669 2010-09-02  Andi Kleen  <ak@linux.intel.com>
15671         * opts.c (common_handle_option): Fix OPT_fwhopr/fwhopr_ handling.
15673 2010-09-02  Ira Rosen  <irar@il.ibm.com>
15675         * tree-vectorizer.h (get_later_stmt): New function.
15676         (vect_analyze_data_ref_dependences): Add argument.
15677         * tree-vect-loop.c (vect_analyze_loop): Update call to
15678         vect_analyze_data_ref_dependences.
15679         * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block):
15680         New function.
15681         (vect_analyze_data_ref_dependence): Add argument for basic block
15682         dependencies. Check dependencies in basic block vectorization.
15683         (vect_analyze_data_ref_dependences): Add argument and update call to
15684         vect_analyze_data_ref_dependences.
15685         * tree-vect-slp.c (vect_find_last_store_in_slp_instance): New.
15686         (vect_bb_vectorizable_with_dependencies): New.
15687         (vect_slp_analyze_bb): Check dependencies in basic block.
15688         (vect_schedule_slp_instance): Insert stores before the last store in
15689         SLP instance.
15691 2010-09-02  Uros Bizjak  <ubizjak@gmail.com>
15693         PR target/45476
15694         * config/i386/freebsd.h (LIBGCC2_HAS_TF_MODE,
15695         LIBGCC2_TF_CEXT, TF_SIZE): New defines.
15697 2010-09-01  Jakub Jelinek  <jakub@redhat.com>
15699         PR middle-end/45458
15700         * bb-reorder.c (add_labels_and_missing_jumps): Treat
15701         bbs ending with throwing insns like blocks ending with a call.
15702         (fix_up_fall_thru_edges): Likewise.
15704 2010-09-01  Nathan Froyd  <froydnj@codesourcery.com>
15706         * config/m32c/m32c-protos.h (m32c_function_arg): Delete.
15707         (m32c_function_arg_advance): Delete.
15708         * config/m32c/m32c.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
15709         * config/m32c/m32c.c (m32c_function_arg): Make static.  Adjust
15710         comments.  Take a const_tree and a bool.  Declare.
15711         (m32c_function_arg_advance): Likewise.
15712         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
15714 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
15716         PR target/45476
15717         * config/i386/cygming.h (LIBGCC2_HAS_TF_MODE,
15718         LIBGCC2_TF_CEXT, TF_SIZE): Move from ...
15719         * config/i386/mingw32.h: ... here.
15721 2010-09-01  Andi Kleen  <ak@linux.intel.com>
15723         PR lto/45475
15724         * lto-streamer-in.c (lto_input_ts_target_option): Add.
15725         (lto_input_tree_pointers): Call lto_input_ts_target_option.
15726         * lto-streamer-out (lto_output_ts_target_option): Add.
15727         (lto_output_tree_pointers): Call lto_output_ts_target_option.
15729 2010-09-01  Kai Tietz  <kai.tietz@onevision.com>
15731         PR/target 45452
15732         * config/i386/cygwin.h: Change order of specified import libraries.
15733         * config/i386/mingw32.h: Likewise.
15734         * config/i386/t-cygwin: Likewise.
15735         * config/i386/t-mingw32: Likewise.
15736         * config/i386/t-mingw-w32: Likewise.
15737         * config/i386/t-mingw-w64: Likewise.
15739 2010-09-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
15741         * config/arm/neon-schedgen.ml (core): New type.
15742         (allCores): List of supported cores.
15743         (availability_table): Add supported cores.
15744         (collate_bypasses): Accept core as a parameter.
15745         (worst_case_latencies_and_bypasses): Accept core as a parameter.
15746         (emit_insn_reservations): Accept core as a parameter.  Use tuneStr
15747         and coreStr to get tune attribute and prefix for functional units.
15748         (emit_bypasses): Accept core name and use it.
15749         (calculate_per_core_availability_table): New.
15750         (filter_core): New.
15751         (calculate_core_availability_table): New.
15752         (main): Use calculate_core_availablity_table.
15753         * config/arm/cortex-a8-neon.md: Update copyright year.
15754         Regenerated from ml file and merged in.
15755         (neon_mrrc, neon_mrc): Rename to cortex_a8_neon_mrrc and
15756         cortex_a8_neon_mrc.
15758 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
15760         * Makefile.in (tree-switch-conversion.o): Update dependencies.
15762 2010-09-01  Richard Guenther  <rguenther@suse.de>
15764         * alias.c (ao_ref_from_mem): Adjust.
15765         * builtins.c (get_object_alignment): Likewise.
15766         * cfgexpand.c (expand_debug_expr): Likewise.
15767         * gimple.c (get_base_address): Likewise.
15768         * tree-dfa.c (get_ref_base_and_extent): Likewise.
15769         (get_addr_base_and_unit_offset): Likewise.  Fix for
15770         both TMR_SYMBOL and TMR_BASE being set.
15771         * tree-eh.c (tree_could_trap_p): Likewise.
15772         * gimplify.c (gimplify_expr): Do not attempt to gimplify
15773         TMR_SYMBOL.  Always gimplify TMR_BASE.
15774         * tree-cfg.c (verify_types_in_gimple_reference): Verify
15775         TMR_BASE if there is a TMR_SYMBOL.
15776         * tree-pretty-print.c (dump_generic_node): Adjust.
15777         * tree-ssa-address.c (addr_for_mem_ref): Likewise.
15778         (tree_mem_ref_addr): Likewise.
15779         (create_mem_ref_raw): Likewise.
15780         (move_fixed_address_to_symbol): Likewise.
15781         (create_mem_ref): Likewise.
15782         (dump_mem_address): Likewise.
15783         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Adjust.
15784         Fix for both TMR_SYMBOL and TMR_BASE being set.
15785         (indirect_refs_may_alias_p): Likewise.
15786         * tree-ssa-operands.c (get_tmr_operands): Adjust.
15787         * tree.def (TARGET_MEM_REF): Adjust documentation.
15789 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
15791         * config/i386/i386.h (enum ix86_tune_indices) <X86_TUNE_SINGLE_POP>:
15792         Rename from X86_TUNE_ADD_ESP_4.
15793         <IX86_TUNE_DOUBLE_POP>: Rename from X86_TUNE_ADD_ESP_8.
15794         <IX86_TUNE_SINGLE_PUSH>: Rename from X86_TUNE_SUB_ESP_4.
15795         <IX86_TUNE_DOUBLE_PUSH>: Rename from X86_TUNE_SUB_ESP_8.
15796         (TARGET_SINGLE_POP): Rename from TARGET_ADD_ESP_4.
15797         (TARGET_DOUBLE_POP): Rename from TARGET_ADD_ESP_8.
15798         (TARGET_SINGLE_PUSH): Rename from TARGET_SUB_ESP_4.
15799         (TARGET_DOUBLE_POP): Rename from TARGET_SUB_ESP_8.
15800         * config/i386/i386.c (initial_ix86_tune_features)
15801         <X86_TUNE_SINGLE_POP>: Invert members.
15802         <X86_TUNE_DOUBLE_POP>: Ditto.
15803         <X86_TUNE_SINGLE_PUSH>: Ditto.
15804         <X86_TUNE_DOUBLE_PUSH>: Ditto.
15805         * config/i386/i386.md (*pop<mode>1): Rename from pop<mode>1.
15806         No longer exported.
15807         (push peephole2 patterns): Macroize peepholes using P mode iterator.
15808         Adjust for renamed TARGET_{SINGLE,DOUBLE}_PUSH defines.
15809         (pop peephole2 patterns): Macroize peepholes using P mode iterator.
15810         Adjust for renamed TARGET_{SINGLE,DOUBLE}_POP defines.
15812 2010-09-01  Eric Botcazou  <ebotcazou@adacore.com>
15814         * gimplify.c (gimplify_init_constructor): Do not create a temporary for
15815         a volatile LHS if the constructor has only one element.
15817 2010-09-01  Mikael Pettersson  <mikpe@it.uu.se>
15819         PR bootstrap/45321
15820         * tree.c (stdarg_p): Make fntype parameter const.
15821         * tree.h (stdarg_p): Likewise.
15822         (function_args_iterator): Remove unused fntype field.
15823         (function_args_iter_init): Do not initialize fntype
15824         field.  Make fntype parameter const.
15826 2010-09-01  Richard Guenther  <rguenther@suse.de>
15828         * tree-vrp.c (adjust_range_with_scev): Use number of iteration
15829         estimate.
15830         (vrp_visit_phi_node): Delay using SCEV till we balloon the range.
15831         (execute_vrp): Compute number of iteration estimates.
15832         * cfgloop.h (estimate_numbers_of_iterations_loop): Adjust prototype.
15833         * tree-flow.h (estimate_numbers_of_iterations): Likewise.
15834         * tree-data-ref.c (estimated_loop_iterations): Adjust.
15835         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
15836         Infer loop bounds from undefined behavior based on a new parameter.
15837         (estimate_numbers_of_iterations): Likewise.
15838         (scev_probably_wraps_p): Adjust.
15839         * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
15841 2010-09-01  Nick Clifton  <nickc@redhat.com>
15843         * config/stormy16/stormy16.c: Use REG_P, MEM_P and CONST_INT_P
15844         where appropriate.
15845         (xstormy16_legitimate_address_p): Use true and false instead of 1
15846         and 0.
15847         (xstormy16_expand_prologue): Delete unused local variable 'insn'.
15848         (xstormy16_function_arg): Use FIRST_ARGUMENT_REGNUM in place of
15849         magic constant 2.
15850         (xstormy16_expand_call): Fix comment at start of function.
15852 2010-09-01  Nick Clifton  <nickc@redhat.com>
15854         * config/rx/rx.c (rx_expand_prologue): Do not adjust frame size
15855         when pushing accumulator register.
15856         (rx_get_stack_layout): Always save call clobbered registers inside
15857         interrupt handlers.
15858         * config/rx/rx-modes.def: Fix descriptive comment at start of file.
15860 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
15862         * config.gcc (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
15863         i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file.
15865         * libgcc-std.ver (GCC_4.6.0): Define version.
15867 2010-08-31  Eric Botcazou  <ebotcazou@adacore.com>
15869         * tree-nested.c (convert_all_function_calls): Iterate until after the
15870         sum of static chains in the nest doesn't change.
15872 2010-08-31  Anatoly Sokolov  <aesok@post.ru>
15874         * config/m32c/m32c.c (classes_intersect): Remove.
15875         (m32c_preferred_reload_class, m32c_secondary_reload_class): Use
15876         reg_classes_intersect_p instead of classes_intersect.
15877         (class_can_hold_mode): Change arguments type from enum reg_class to
15878         reg_class_t.  Use reg_class_contents instead of class_contents.
15879         (m32c_register_move_cost): Make static. Change arguments type from
15880         enum reg_class to reg_class_t. Use reg_classes_intersect_p instead of
15881         classes_intersect. Use reg_class_contents instead of class_contents.
15882         (m32c_memory_move_cost): Make static. Change arguments type from
15883         enum reg_class to reg_class_t.
15884         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
15885         * config/m32c/m32c.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
15886         * config/m32c/m32c-protos.h (m32c_register_move_cost,
15887         m32c_memory_move_cost): Remove.
15889 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
15891         * config/arm/arm-protos.h (arm_function_arg_advance): Delete.
15892         (arm_function_arg): Delete.
15893         (arm_needs_doubleword_align): Take a const_tree.
15894         * config/arm/arm.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
15895         * config/arm/arm.c (aapcs_select_call_coproc): Take a const_tree.
15896         (aapcs_layout_arg, arm_needs_doubleword_align): Likewise.
15897         (arm_function_arg): Make static.  Take a const_tree and a bool.
15898         (arm_function_arg_advance): Likewise.
15899         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
15901 2010-08-31  Andi Kleen  <ak@linux.intel.com>
15903         * common.opt (fwhopr=): Update for -fwhopr=jobserver
15904         * doc/invoke.texi (fwhopr): Document -fwhopr=jobserver.
15905         * lto-wrapper.c (run_gcc): Add jobserver mode.
15906         * opts.c (common_handle_option): Fix OPT_fwhopr for non numeric
15907         argument.
15909 2010-08-31  Uros Bizjak  <ubizjak@gmail.com>
15911         * config/i386/i386.md (popdi1): Rewrite using POST_INC memory operand.
15912         (popsi1): Ditto.
15913         (*popdi1_epilogue): Ditto.
15914         (*popsi1_epilogue): Ditto.
15915         (popsi, popdi peephole2 patterns): Update peepholes for changed
15916         pop{si,di}1 and *pop{si,di}1_epilogue patterns.
15918         (pop<mode>1): Macroize insn from pop{si,di}1 using P code iterator.
15919         (*pop<mode>1_epilogue): Ditto from *pop{si,di}1_epilogue.
15921         * config/i386/i386.c (*ix86_gen_pop1): Remove indirect function.
15922         (override_options): Do not initialize removed ix86_gen_pop1.
15923         (gen_pop): New static function.
15924         (ix86_expand_prologue): Use gen_pop instead of ix86_gen_pop1.
15925         (release_scratch_register_on_entry): Ditto.
15926         (ix86_restore_reg_using_pop): Ditto.
15927         (ix86_expand_epilogue): Ditto.
15929 2010-08-31  Jakub Jelinek  <jakub@redhat.com>
15931         PR middle-end/45461
15932         * builtins.c (dummy_object): Return a MEM_REF instead of INDIRECT_REF.
15934 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
15936         * config/fr30/fr30.c (fr30_move_double): Delete `dregno' and extra
15937         semicolons.
15939 2010-08-31  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
15941         * doc/extend.texi: Fix documentation of the return value of
15942         __builtin_choose_expr.
15944 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
15946         * config/v850/v850-protos.h (function_arg): Delete.
15947         * config/v850/v850.h (FUNCTION_ARG): Delete.
15948         (FUNCTION_ARG_ADVANCE): Move code to...
15949         * config/v850/v850.c (v850_function_arg_advance): ...here.
15950         (v850_function_arg): Make static.  Take a const_tree and a bool.
15951         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
15953 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
15955         * config/m32r/m32r.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move
15956         these...
15957         (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
15958         ...and these...
15959         * config/m32r/m32r.c (m32r_function_arg, m32r_function_arg_advance):
15960         ..to here..
15961         (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
15962         ...and here.
15963         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
15965 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
15967         * config/rx/rx-protos.h (rx_function_arg, rx_function_arg_size):
15968         Delete.
15969         * config/rx/rx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
15970         * config/rx/rx.c (rx_function_arg_size): Make static.
15971         (rx_function_arg): Likewise.
15972         (rx_function_arg_advance): New function.
15973         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
15975 2010-08-31  John Tytgat  <John.Tytgat@aaug.net>
15977         * config/arm/arm.c (arm_override_options): Remove superfluous test.
15978         Fix indentation.
15980 2010-08-31  Eric Botcazou  <ebotcazou@adacore.com>
15982         * dwarf2out.c (gen_decl_die) <CONST_DECL>: Do not skip in Ada.
15983         (dwarf2out_decl) <CONST_DECL>: Likewise.
15985 2010-08-30  Eric Botcazou  <ebotcazou@adacore.com>
15987         Stack usage support
15988         * common.opt (-fstack-usage): New option.
15989         * doc/invoke.texi (Debugging options): Document it.
15990         * builtins.c (expand_builtin_apply): Pass TRUE as 4th argument to
15991         allocate_dynamic_stack_space.
15992         (expand_builtin_alloca): Add 4th bool parameter CANNOT_ACCUMULATE
15993         and propagate it to allocate_dynamic_stack_space.
15994         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust for above change.
15995         * calls.c (initialize_argument_information): Pass TRUE as 4th
15996         argument to allocate_dynamic_stack_space.
15997         (expand_call): Set current_function_has_unbounded_dynamic_stack_size
15998         to 1 when pushing a variable-sized argument onto the stack.  Pass
15999         TRUE as 4th argument to allocate_dynamic_stack_space.
16000         Update current_function_pushed_stack_size.
16001         (emit_library_call_value_1): Likewise.
16002         * explow.c (allocate_dynamic_stack_space): Add 4th bool parameter
16003         CANNOT_ACCUMULATE.  If flag_stack_usage, look into the size and
16004         attempt to find an upper bound.  Remove redundant code for the
16005         SETJMP_VIA_SAVE_AREA case.
16006         * expr.h (allocate_dynamic_stack_space): Add 4th bool parameter.
16007         * function.h (struct stack_usage): New structure.
16008         (current_function_static_stack_size): New macro.
16009         (current_function_dynamic_stack_size): Likewise.
16010         (current_function_pushed_stack_size): Likewise.
16011         (current_function_dynamic_alloc_count): Likewise.
16012         (current_function_has_unbounded_dynamic_stack_size): Likewise.
16013         (current_function_allocates_dynamic_stack_space): Likewise.
16014         (struct function): Add new field 'su'.
16015         * function.c (instantiate_virtual_regs): If SETJMP_VIA_SAVE_AREA,
16016         add the value of the dynamic offset to the dynamic stack usage.
16017         (gimplify_parameters): Set ALLOCA_FOR_VAR_P on call to BUILT_IN_ALLOCA
16018         for variable-sized objects.
16019         (prepare_function_start): Allocate cfun->su if flag_stack_usage.
16020         (rest_of_handle_thread_prologue_and_epilogue): Call output_stack_usage.
16021         * gimplify.c (gimplify_decl_expr): Set ALLOCA_FOR_VAR_P on call to
16022         BUILT_IN_ALLOCA for variable-sized objects.
16023         * output.h (output_stack_usage): Declare.
16024         * toplev.c (stack_usage_file): New file pointer.
16025         (output_stack_usage): New function.
16026         (open_auxiliary_file): Likewise.
16027         (lang_dependent_init): Open file if flag_stack_usage is set.
16028         (finalize): Close file if stack_usage_file is not null.
16029         * tree.h (ALLOCA_FOR_VAR_P): New macro.
16030         * config/alpha/alpha.c (compute_frame_size): New function.
16031         (alpha_expand_prologue): Use it.
16032         (alpha_start_function): Likewise.
16033         (alpha_expand_epilogue): Likewise.  Set stack usage info.
16034         * config/i386/i386.c (ix86_expand_prologue): Likewise.
16035         * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
16036         * config/mips/mips.c (mips_expand_prologue): Likewise.
16037         * config/pa/pa.c (hppa_expand_prologue): Likewise.
16038         * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
16039         * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
16041 2010-08-30  Zdenek Dvorak  <ook@ucw.cz>
16043         PR tree-optimization/45427
16044         * tree-ssa-loop-niter.c (number_of_iterations_ne_max): Rewritten.
16045         Handle the case that the exit is never taken correctly.
16046         (number_of_iterations_ne): Pass exit_must_be_taken to
16047         number_of_iterations_ne_max.
16049 2010-08-30  Catherine Moore  <clm@codesourcery.com>
16051         * config/mips/mips.h (BASE_DRIVER_SELF_SPECS):
16052         Infer -mdspr2 for the the 74K.
16054 2010-08-30  Jakub Jelinek  <jakub@redhat.com>
16056         PR debug/45419
16057         * tree-ssa-live.c (dump_enumerated_decls): Clear the whole wi variable.
16059         PR middle-end/45423
16060         * gimplify.c (goa_stabilize_expr): Handle TRUTH_NOT_EXPR
16061         and TRUTH_{AND,OR,XOR}_EXPR.
16062         * c-parser.c (c_parser_omp_atomic): Handle boolean
16063         {PRE,POST}_{INC,DEC}REMENT.
16065 2010-08-30  Nathan Froyd  <froydnj@codesourcery.com>
16067         * config/xtensa/xtensa-protos.h (function_arg_advance): Delete.
16068         (function_arg): Delete.
16069         * config/xtensa/xtensa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
16070         (FUNCTION_INCOMING_ARG): Delete.
16071         * config/xtensa/xtensa.c (function_arg_advance): Rename to...
16072         (xtensa_function_arg_advance): ...this.  Make static. Take a const_tree
16073         and a bool.
16074         (function_arg): Rename to...
16075         (xtensa_function_arg_1): ...this.  Make static.  Take a const_tree and
16076         a bool.
16077         (xtensa_function_arg, xtensa_function_incoming_arg): Nex functions.
16078         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
16079         (TARGET_FUNCTION_INCOMING_ARG): Define.
16081 2010-08-30  Richard Guenther  <rguenther@suse.de>
16083         PR tree-optimization/21602
16084         * builtins.c (fold_builtin_memory_op): Fold memmove to memcpy
16085         using points-to information.
16087 2010-08-30  H.J. Lu  <hongjiu.lu@intel.com>
16089         * config/linux.h (TARGET_HAS_SINCOS): Replace | with ||.
16091 2010-08-30  Richard Guenther  <rguenther@suse.de>
16093         PR tree-optimization/45449
16094         * tree-ssa-live.c (remove_unused_locals): Also remove address-taken
16095         variables.
16097 2010-08-30  Joseph Myers  <joseph@codesourcery.com>
16099         * opts.h (CL_ERR_NEGATIVE): Define.
16100         * opts.c (unknown_option_callback): Don't postpone warnings for
16101         options marked with CL_ERR_NEGATIVE.
16102         * opts-common.c (decode_cmdline_option): Set CL_ERR_NEGATIVE error
16103         for negative versions of CL_REJECT_NEGATIVE options.
16105 2010-08-30  Uros Bizjak  <ubizjak@gmail.com>
16107         * config/i386/i386.md (zero_extendsidi2_1): Rename from
16108         zero_extendsidi2_32.
16109         (zero_extend<mode>di2): Macroize insn from zero_extend{qi,hi}di2
16110         using SWI12 mode iterator.
16111         (zero_extendhisi2_and): Merge insn pattern and corresponding spliter
16112         to define_insn_and_split pattern.
16113         (zero_extendqi<mode>2): Macroize expander from zero_extendqi{hi,si}2
16114         using SWI24 mode iterator.
16115         (*zero_extendqi<mode>2_and): Macroize insn from
16116         *zero_extendqi{hi,si}2_and using SWI24 mode iterator.
16117         (*zero_extendqi<mode>2_movzbl_and): Macroize insn from
16118         *zero_extendqihi2_movzbw_and and *zero_extendqisi2_movzbl_and using
16119         SWI24 mode iterator.
16120         (*zero_extendqi<mode>2_movzbl): Ditto from
16121         *zero_extendqi{hi,si}2_movzbl.
16122         (extendsidi2_1): Rename from extendsidi2_32.
16123         (extend<mode>di2): Macroize insn from extend{qi,hi}di2 using
16124         SWI12 mode iterator.
16126 2010-08-29  Eric Botcazou  <ebotcazou@adacore.com>
16128         * config/ia64/ia64.h (HARD_REGNO_NREGS): Return 1 for CCImode in
16129         general purpose registers.
16130         (HARD_REGNO_MODE_OK): Accept CCImode in general purpose registers.
16131         * config/ia64/ia64.md (*movcci): Change to named pattern.  Deal
16132         with general purpose registers and memory operands.  Add associated
16133         CCImode post-reload splitter.
16134         * config/ia64/div.md: Change BImode to CCImode throughout.
16136 2010-08-28  Eric Botcazou  <ebotcazou@adacore.com>
16138         * config/ia64/ia64.md (cstorebi4): Fix thinko.
16140 2010-08-28  Hariharan Sandanagobalane  <hariharan@picochip.com>
16142         * config/picochip/picochip.c (reorder_var_tracking_notes): This
16143         function was dropping debug insns which caused PR45299.
16145 2010-08-28  Uros Bizjak  <ubizjak@gmail.com>
16147         * config/i386/sse.md (extsuffix): New code attribute.
16148         (sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
16149         and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
16150         (sse4_1_<code>v4qiv4si2): Ditto from sse4_1_extendv4qiv4si2
16151         and sse4_1_zero_extendv4qiv4si2.
16152         (sse4_1_<code>v2qiv2di2): Ditto from sse4_1_extendv2qiv2di2
16153         and sse4_1_zero_extendv2qiv2di2.
16154         (sse4_1_<code>v4hiv4si2): Ditto from sse4_1_extendv4hiv4si2
16155         and sse4_1_zero_extendv4hiv4si2.
16156         (sse4_1_<code>v2hiv2di2): Ditto from sse4_1_extendv2hiv2di2
16157         and sse4_1_zero_extendv2hiv2di2.
16158         (sse4_1_extendv2siv2di2): Ditto from sse4_1_extendv2siv2di2
16159         and sse4_1_zero_extendv2siv2di2
16161         (<s>mulv8hi3_highpart): Macroize expander from {u,s}mulv8hi3_highpart
16162         using any_extend code iterator.
16163         (*avx_<s>mulv8hi3_highpart): Macroize insn from
16164         *avx_{u,s}mulv8hi3_highpart using any_extend code iterator.
16165         (*<s>mulv8hi3_highpart): Ditto from *{u,s}mulv8hi3_highpart.
16167         * config/i386/i386.c (ix86_expand_sse4_unpack): Update for renamed
16168         gen_sse4_1_sign_extend* functions.
16169         (struct builtin_description bdesc_args): Ditto.
16171 2010-08-27  Xinliang David Li  <davidxl@google.com>
16173         PR/45422
16174         * tree-ssa-loop-ivopts.c (iv_ca_get_num_inv_exprs): Remove.
16175         (iv_ca_set_no_cp): Update used inv expr count.
16176         (iv_ca_set_cp): Ditto.
16177         (iv_ca_new): Initialize new member.
16178         (iv_ca_free): Free memory.
16180 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
16182         * config/sh/sh-protos.h (sh_function_arg): Delete.
16183         (sh_function_arg_advance): Delete.
16184         * config/sh/sh.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
16185         (PASS_IN_REG_P): Eliminate cast.
16186         * config/sh/sh.c (sh_function_arg_advance): Make static.  Take a
16187         const_tree and a bool.
16188         (sh_function_arg): Likewise.
16189         (sh_output_mi_thunk): Call sh_function_arg_advance) and
16190         sh_function_arg.
16191         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
16193 2010-08-27  Naveen H.S  <naveen.S@kpitcummins.com>
16194             Kaz Kojima  <kkojima@gcc.gnu.org>
16196         * config/sh/sh.c (push_regs): Emit movml for interrupt handler
16197         when possible.
16198         (sh_expand_epilogue): Likewise.
16199         * config/sh/sh.md (movml_push_banked): New insn.
16200         (movml_pop_banked): Likewise.
16202 2010-08-28  Bernd Schmidt  <bernds@codesourcery.com>
16204         * genautomata.c (gen_regexp_repeat, gen_regexp_allof,
16205         gen_regexp_oneof, gen_regexp_sequence): Use the string found
16206         in vector element 0 rather than the original string when there's
16207         only one element.
16208         (gen_regexp): Remove extra semicolon.
16210         * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp, movsf_vfp,
16211         thumb2_movsf_vfp): Set attribute "insn".
16212         * config/arm/arm.md (arm_ashrdi3_1bit, arm_lshrdi3_1bit, not_shiftsi,
16213         not_shiftsi_compare0, not_shiftsi_compare0_scratch, arm_one_cmplsi2,
16214         thumb1_one_cmplsi2, notsi_compare0, notsi_compare0_scratch,
16215         arm_zero_extendsidi2, arm_extendsidi2, thumb1_movdi_insn,
16216         arm_movsi_insn, movhi_insn_arch4, movhi_bytes, arm_movqi_insn,
16217         thumb1_movqi_insn arm32_movhf, thumb1_movhf, arm_movsf_soft_insn,
16218         thumb1_movsf_insn, thumb_movdf_insn, mov_scc, mov_negscc, mov_notscc,
16219         movsicc_insn, movsfcc_soft_insn, and_scc, cond_move, if_move_not,
16220         if_not_move, if_shift_move, if_move_shift, if_shift_shift,
16221         if_not_arith, if_arith_not, cond_move_not): Likewise.
16223 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
16225         * config/rs6000/rs6000-protos.h (rs6000_address_for_fpconvert):
16226         New declaration.
16227         (rs6000_allocate_stack_temp): Ditto.
16228         (rs6000_expand_convert_si_to_sfdf): Ditto.
16230         * config/rs6000/rs6000.c (rs6000_override_options): Adjust long
16231         line.  Update the options set if power6 or power7 server/embedded
16232         type options are used.  If we give a warning for no vsx under
16233         -mcpu=power7 -mno-altivec, mark -mvsx as an explicit option.
16234         (rs6000_allocate_stack_temp): New function to allocate a stack
16235         tempoary and adjust the address so it meets either REG+OFFSET or
16236         REG+REG addressing requirements.
16237         (rs6000_address_for_fpconvert): Adjust REG+OFFSET addresses so
16238         that they can be used with the LFIWAX/LFIWZX instrucitons.
16239         (rs6000_expand_convert_si_to_sfdf): New helper funciton for
16240         converting signed/unsigned SImode to either SFmode/DFmode.
16242         * config/rs6000/rs6000.h (TARGET_FCFID): New macros to determine
16243         whether certain instructions can be generated.
16244         (TARGET_FCTIDZ): Ditto.
16245         (TARGET_STFIWX): Ditto.
16246         (TARGET_LFIWAX): Ditto.
16247         (TARGET_LFIWZX): Ditto.
16248         (TARGET_FCFIDS): Ditto.
16249         (TARGET_FCFIDU): Ditto.
16250         (TARGET_FCFIDUS): Ditto.
16251         (TARGET_FCTIDUZ): Ditto.
16252         (TARGET_FCTIWUZ): Ditto.
16254         * config/rs6000/rs6000.md (UNSPEC_FCTIW): New unspec constants.
16255         (UNSPEC_FCTID): Ditto.
16256         (UNSPEC_LFIWAX): Ditto.
16257         (UNSPEC_LFIWZX): Ditto.
16258         (UNSPEC_FCTIWUZ): Ditto.
16259         (rreg): Use correct constraints.
16260         (SI_CONVERT_FP): New mode attribute for floating point conversion
16261         tests.
16262         (E500_CONVERT): Ditto.
16263         (lfiwax): New insns for converting from integer to floating point
16264         utilizing newer instructions.  Attempt to optimize conversions
16265         that come from memory so that we don't load the value into a GPR,
16266         spill it to the stack and reload it into a FPR.
16267         (floatsi<mode>2_lfiwax): Ditto.
16268         (floatsi<mode>2_lfiwax_mem): Ditto.
16269         (floatsi<mode>2_lfiwax_mem2): Ditto.
16270         (lfiwzx): Ditto.
16271         (floatunssi<mode>2_lfiwzx): Ditto.
16272         (floatunssi<mode>2_lfiwzx_mem): Ditto.
16273         (floatunssi<mode>2_lfiwzx_mem2): Ditto.
16274         (floatdidf2_mem): Ditto.
16275         (floatunsdidf2_fcfidu): Ditto.
16276         (floatunsdidf2_mem): Ditto.
16277         (floatunsdisf2): Ditto.
16278         (floatunsdisf2_fcfidus): Ditto.
16279         (floatunsdisf2_mem): Ditto.
16280         (floatsidf2): Add support for LFIWAX/LFIWZX/FCFIDS/FCFIDU/FCFIDUS.
16281         Use FCFID on 32-bit hosts that support it.
16282         (floatsidf2_internal): Ditto.
16283         (floatunssisf2): Ditto.
16284         (floatunssidf2): Ditto.
16285         (floatunssidf2_internal): Ditto.
16286         (floatsisf2): Ditto.
16287         (floatdidf2): Ditto.
16288         (floatdidf2_fpr): Ditto.
16289         (floatunsdidf2): Ditto.
16290         (floatdisf2): Ditto.
16291         (floatdisf2_fcfids): Ditto.
16292         (floatdisf2_internal1): Ditto.
16293         (fixuns_truncsfsi2): Delete, merge into common pattern for both
16294         SF/DF.  Add power7 support.
16295         (fix_truncsfsi2): Ditto.
16296         (fixuns_truncdfsi2): Ditto.
16297         (fixuns_truncdfdi2): Ditto.
16298         (fix_truncdfsi2): Ditto.
16299         (fix_truncdfsi2_internal): Ditto.
16300         (fix_truncdfsi2_internal_gfxopt): Ditto.
16301         (fix_truncdfsi2_mfpgpr): Ditto.
16302         (fctiwz): Ditto.
16303         (btruncdf2): Ditto.
16304         (btruncdf2_fpr): Ditto.
16305         (btructsf2): Ditto.
16306         (ceildf2): Ditto.
16307         (ceildf2_fpr): Ditto.
16308         (ceilsf2): Ditto.
16309         (floordf2): Ditto.
16310         (floordf2_fpr): Ditto.
16311         (floorsf2): Ditto.
16312         (rounddf2): Ditto.
16313         (rounddf2_fpr): Ditto.
16314         (roundsf2): Ditto.
16315         (fix_trunc<mode>si2): Combine SF/DF conversion into one insn.
16316         (fix_trunc<mode>di2): Ditto.
16317         (fixuns_trunc<mode>si2): Ditto.
16318         (fixuns_trunc<mode>di2): Ditto.
16319         (fctiwz_<mode>): Ditto.
16320         (btrunc<mode>2): Ditto.
16321         (btrunc<mode>2_fpr): Ditto.
16322         (ceil<mode>2): Ditto.
16323         (ceil<mode>2_fpr): Ditto.
16324         (floor<mode>2): Ditto.
16325         (float<mode>2_fpr): Ditto.
16326         (round<mode>2): Ditto.
16327         (round<mode>2_fpr): Ditto.
16328         (fix_trunc<mode>si2_stfiwx): New insn for machines with STFIWX.
16329         (fixuns_trunc<mode>si2_stfiwx): Ditto.
16330         (fix_truncdfsi2_internal): Ditto.
16331         (fix_trunc<mode>si2_mem): Combiner pattern to eliminate storing
16332         converted value on stack, loaded into GPR, and then stored into
16333         the final destination.
16334         (fix_trunc<mode>di2_fctidz): New pattern for targets supporting
16335         FCTIDZ.
16336         (lrint<mode>di2): New insn, provide the lrint builtin functions.
16337         (ftruncdf2): Delete, unused.
16338         (fix_trunctfsi2_internal): Use gen_fctiwz_df, not gen_fctiwz.
16340         * config/rs6000/vsx.md (toplevel): Update copyright year.
16341         (VSr2): Use "ws" contraint for DFmode, not "!r#r".
16342         (VSr3): Ditto.
16344 2010-08-27  Basile Starynkevitch  <basile@starynkevitch.net>
16345             Jeremie Salvucci  <jeremie.salvucci@free.fr>
16347         * gengtype.c (output_type_enum): Test the right union member.
16349 2010-08-27  Uros Bizjak  <ubizjak@gmail.com>
16351         PR target/41484
16352         * config/i386/sse.md (sse4_1_extendv8qiv8hi2): Also accept memory
16353         operands for operand 1.
16354         (sse4_1_extendv4qiv4si2): Ditto.
16355         (sse4_1_extendv2qiv2di2): Ditto.
16356         (sse4_1_extendv4hiv4si2): Ditto.
16357         (sse4_1_extendv2hiv2di2): Ditto.
16358         (sse4_1_extendv2siv2di2): Ditto.
16359         (sse4_1_zero_extendv8qiv8hi2): Ditto.
16360         (sse4_1_zero_extendv4qiv4si2): Ditto.
16361         (sse4_1_zero_extendv2qiv2di2): Ditto.
16362         (sse4_1_zero_extendv4hiv4si2): Ditto.
16363         (sse4_1_zero_extendv2hiv2di2): Ditto.
16364         (sse4_1_zero_extendv2siv2di2): Ditto.
16365         (*sse4_1_extendv8qiv8hi2): Remove insn pattern.
16366         (*sse4_1_extendv4qiv4si2): Ditto.
16367         (*sse4_1_extendv2qiv2di2): Ditto.
16368         (*sse4_1_extendv4hiv4si2): Ditto.
16369         (*sse4_1_extendv2hiv2di2): Ditto.
16370         (*sse4_1_extendv2siv2di2): Ditto.
16371         (*sse4_1_zero_extendv8qiv8hi2): Ditto.
16372         (*sse4_1_zero_extendv4qiv4si2): Ditto.
16373         (*sse4_1_zero_extendv2qiv2di2): Ditto.
16374         (*sse4_1_zero_extendv4hiv4si2): Ditto.
16375         (*sse4_1_zero_extendv2hiv2di2): Ditto.
16376         (*sse4_1_zero_extendv2siv2di2): Ditto.
16378 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
16380         * config/mips/mips-protos.h (mips_function_arg_advance): Delete
16381         (mips_function_arg): Delete.
16382         (mips_function_arg_boundary): Take a const_tree.
16383         * config/mips/mips.c (mips_function_arg_boundary): Likewise.
16384         (mips_arg_info): Likewise.
16385         (mips_setup_incoming_varargs): Call mips_function_arg_advance
16386         instead of FUNCTION_ARG_ADVANCE.
16387         (mips_function_arg_advance): Adjust prototype.  Make static.
16388         (mips_function_arg): Likewise.
16389         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
16390         * config/mips/mips.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
16392 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
16394         * config/rs6000/rs6000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
16395         * config/rs6000/rs6000-protos.h (function_arg_advance): Delete.
16396         (function_arg): Delete.
16397         (function_arg_boundary): Take a const_tree.
16398         * config/rs6000/rs6000.c (function_arg_boundary): Likewise.
16399         (rs6000_spe_function_arg): Likewise.
16400         (rs6000_parm_start): Likewise.
16401         (rs6000_arg_size): Likewise.
16402         (rs6000_darwin64_record_arg_advance_recurse): Likewise.
16403         (rs6000_darwin64_record_arg): Likewise.  Take a bool instead of an int.
16404         (rs6000_mixed_function_arg): Likewise.
16405         (function_arg): Rename to...
16406         (rs6000_function_arg): ...this.
16407         (function_arg_advance): Rename to...
16408         (rs6000_function_arg_advance_1): ...this
16409         (rs6000_function_arg_advance): New function.  Call it.
16410         (setup_incoming_varargs): Call rs6000_function_arg_advance_1.
16411         (rs6000_return_in_memory): Adjust call to rs6000_darwin64_record_arg.
16412         (rs6000_function_value): Likewise.
16413         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
16415 2010-08-27  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
16417         * config/arm/arm.md (enabled): Test the value of arch_enabled
16418         rather than just using it.
16420 2010-08-27  Olivier Hainque  <hainque@adacore.com>
16421             Eric Botcazou  <ebotcazou@adacore.com>
16423         * dse.c (group_info.base_mem, get_group_info): Use BLKmode to
16424         cover all the possible offsets from this base.
16425         (scan_reads_nospill): Pass base_mem's mode to canon_true_dependence.
16427 2010-08-26  Jakub Jelinek  <jakub@redhat.com>
16429         PR tree-optimization/44485
16430         * calls.c (flags_from_decl_or_type): For const or pure
16431         noreturn functions return ECF_LOOPING_CONST_OR_PURE|ECF_NORETURN
16432         together with ECF_CONST resp. ECF_PURE.
16433         * builtins.c (expand_builtin): Use flags_from_decl_or_type
16434         instead of querying flags directly.
16435         * tree-ssa-loop-niter.c (finite_loop_p): Likewise.
16436         * tree-ssa-dce.c (find_obviously_necessary_stmts): Likewise.
16438 2010-08-26  Richard Guenther  <rguenther@suse.de>
16440         PR tree-optimization/45255
16441         * tree.c (decl_address_invariant_p): DECL_DLLIMPORT_P statics
16442         and externals are also invariant.
16444 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
16446         PR rtl-optimization/44858
16447         * combine.c (try_combine): If recog_for_combine added CLOBBERs to
16448         newi2pat, make sure they don't affect newpat.
16450         PR rtl-optimization/45400
16451         * combine.c (simplify_shift_const_1) <case SUBREG>: Only use
16452         SUBREG_REG if both modes are of MODE_INT class.
16454 2010-08-25  Julian Brown  <julian@codesourcery.com>
16456         * config/arm/arm.c (arm_issue_rate): Return 2 for Cortex-A5.
16457         * config/arm/arm.md (generic_sched): No for Cortex-A5.
16458         (generic_vfp): Likewise.
16459         (cortex-a5.md): Include.
16460         * config/arm/cortex-a5.md: New.
16462 2010-08-25  Richard Guenther  <rguenther@suse.de>
16464         * alias.c (get_alias_set): Assign a single alias-set to all pointers.
16465         * gimple.c (gimple_get_alias_set): Remove special handling
16466         for pointers.
16468 2010-08-25  Bernd Schmidt  <bernds@codesourcery.com>
16470         PR middle-end/45355
16471         * combine.c (try_combine): Use reg_overlap_mentioned_p rather than
16472         dead_or_set_p when computing i0_feeds_i2_n.
16474         * combine.c (find_split_point): Undo canonicalization of multiply-add
16475         to (minus x (mult)) when it seems likely that this will increase the
16476         chances of a split.
16478 2010-08-25  Richard Guenther  <rguenther@suse.de>
16480         PR lto/44562
16481         * lto-streamer.c (lto_record_common_node): Do not mess with
16482         TYPE_CANONICAL when not in lto.
16483         * gimple.c (gimple_register_type): Likewise.
16485 2010-08-25  Richard Guenther  <rguenther@suse.de>
16487         PR tree-optimization/45316
16488         * tree-ssa-pre.c (eliminate): Properly clean EH info.
16490 2010-08-25  Richard Guenther  <rguenther@suse.de>
16492         PR tree-optimization/45393
16493         * tree-ssa-math-opts.c (execute_cse_sincos_1): Properly transfer
16494         and clean EH info.  Avoid SSA update.
16495         (execute_cse_sincos): Cleanup the CFG if it has changed.
16497 2010-08-25  Richard Guenther  <rguenther@suse.de>
16499         PR middle-end/45379
16500         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle
16501         TARGET_MEM_REF in alignment computation.
16503 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
16505         PR tree-optimization/45059
16506         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Strip useless
16507         type conversions from newop{1,2}.  Assert t is a comparison and
16508         newop{1,2} after the stripping are gimple vals.
16510 2010-08-25  Tejas Belagod  <tejas.belagod@arm.com>
16512         * config/arm/iterators.md (VU, SE, V_widen_l): New.
16513         (V_unpack, US): New.
16514         * config/arm/neon.md (vec_unpack<US>_hi_<mode>): Expansion for vmovl.
16515         (vec_unpack<US>_lo_<mode>): Likewise.
16516         (neon_vec_unpack<US>_hi_<mode>): Instruction pattern for vmovl.
16517         (neon_vec_unpack<US>_lo_<mode>): Likewise.
16518         (vec_widen_<US>mult_lo_<mode>): Expansion for vmull.
16519         (vec_widen_<US>mult_hi_<mode>): Likewise.
16520         (neon_vec_<US>mult_lo_<mode>"): Instruction pattern for vmull.
16521         (neon_vec_<US>mult_hi_<mode>"): Likewise.
16522         (neon_unpack<US>_<mode>): Widening move intermediate step for
16523         vectorizing without -mvectorize-with-neon-quad.
16524         (neon_vec_<US>mult_<mode>): Widening multiply intermediate step
16525         for vectorizing without -mvectorize-with-neon-quad.
16526         * config/arm/predicates.md (vect_par_constant_high): Check for
16527         high-half lanes of a vector.
16528         (vect_par_constant_low): Check for low-half lanes of a vector.
16530 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
16532         * tree-if-conv.c (struct ifc_dr): New.
16533         (IFC_DR): New.
16534         (DR_WRITTEN_AT_LEAST_ONCE): New.
16535         (DR_RW_UNCONDITIONALLY): New.
16536         (memref_read_or_written_unconditionally): Use the cached values
16537         when possible.
16538         (write_memref_written_at_least_once): Same.
16539         (if_convertible_loop_p): Initialize and free DR->aux fields.
16541 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
16543         * gimple.c (gimple_could_trap_p_1): Not static anymore.
16544         Pass an extra bool parameter include_mem.
16545         (gimple_could_trap_p): Adjust call to gimple_could_trap_p_1.
16546         (gimple_assign_rhs_could_trap_p): Same.
16547         * gimple.h (gimple_could_trap_p_1): Declared.
16548         * tree-data-ref.h (same_data_refs_base_objects): New.
16549         (same_data_refs): New.
16550         * tree-if-conv.c (memrefs_read_or_written_unconditionally): New.
16551         (write_memrefs_written_at_least_once): New.
16552         (ifcvt_memrefs_wont_trap): New.
16553         (operations_could_trap): New.
16554         (ifcvt_could_trap_p): New.
16555         (if_convertible_gimple_assign_stmt_p): Call ifcvt_could_trap_p.
16556         Gets a vector of data refs.
16557         (if_convertible_stmt_p): Same.
16558         (if_convertible_loop_p_1): New.
16559         (if_convertible_loop_p): Call if_convertible_loop_p_1.
16561 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
16563         * common.opt (ftree-loop-if-convert-stores): New flag.
16564         * doc/invoke.texi (ftree-loop-if-convert-stores): Documented.
16565         * tree-if-conv.c (ifc_temp_var): Pass an extra parameter GSI.  Insert
16566         the created statement before GSI.
16567         (if_convertible_phi_p): Allow virtual phi nodes when
16568         flag_loop_if_convert_stores is set.
16569         (if_convertible_gimple_assign_stmt_p): Allow memory reads and writes
16570         Do not handle types that do not match is_gimple_reg_type.
16571         Remove loop and bb parameters.  Call gimple_could_trap_p instead of
16572         when flag_loop_if_convert_stores is set, as LHS can contain
16573         memory refs.
16574         (if_convertible_stmt_p): Remove loop and bb parameters.  Update calls
16575         to if_convertible_gimple_assign_stmt_p.
16576         (if_convertible_loop_p): Update call to if_convertible_stmt_p.
16577         (replace_phi_with_cond_gimple_assign_stmt): Renamed
16578         predicate_scalar_phi.  Do not handle virtual phi nodes.
16579         (ifconvert_phi_nodes): Renamed predicate_all_scalar_phis.
16580         Call predicate_scalar_phi.
16581         (insert_gimplified_predicates): Insert the gimplified predicate of a BB
16582         just after the labels for flag_loop_if_convert_stores, otherwise
16583         insert the predicate in the end of the BB.
16584         (predicate_mem_writes): New.
16585         (combine_blocks): Call predicate_all_scalar_phis.  When
16586         flag_loop_if_convert_stores is set, call predicate_mem_writes.
16587         (tree_if_conversion): Call mark_sym_for_renaming when
16588         flag_loop_if_convert_stores is set.
16589         (main_tree_if_conversion): Return TODO_update_ssa_only_virtuals when
16590         flag_loop_if_convert_stores is set.
16592 2010-08-24  Anatoly Sokolov  <aesok@post.ru>
16594         * config/pa/pa.c (hppa_register_move_cost, pa_libcall_value,
16595         pa_function_value_regno_p, pa_print_operand_punct_valid_p): New.
16596         (pa_function_value): Make static.
16597         (override_options): Rename to...
16598         (pa_option_override): ...this. Make static.
16599         (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_REGISTER_MOVE_COST,
16600         TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P,
16601         TARGET_OPTION_OVERRIDE): Define.
16602         * config/pa/pa.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P,
16603         LIBCALL_VALUE, REGISTER_MOVE_COST, PRINT_OPERAND_PUNCT_VALID_P):
16604         Remove.
16605         * config/pa/pa-protos.h (override_options): Remove.
16607 2010-08-24  Richard Guenther  <rguenther@suse.de>
16609         PR middle-end/45379
16610         * tree-ssa-address.c (create_mem_ref_raw): Drop to MEM_REF
16611         if addr->index is NULL or zero.
16612         * tree-ssa-alias.c (indirect_refs_may_alias_p): Handle
16613         TARGET_MEM_REF more properly.
16614         (indirect_ref_may_alias_decl_p): Likewise.
16615         * emit-rtl.c (set_mem_attributes_minus_bitpos): Keep TARGET_MEM_REFs.
16616         * alias.c (ao_ref_from_mem): Handle TARGET_MEM_REF more properly.
16618 2010-08-23  Anatoly Sokolov  <aesok@post.ru>
16620         * config/m32c/m32c.c (m32c_function_value_regno_p): Make static.
16621         (m32c_override_options): Rename to...
16622         (m32c_option_override): ...this. Make static.
16623         (TARGET_FUNCTION_VALUE_REGNO_P, TARGET_OPTION_OVERRIDE): Define.
16624         * config/m32c/m32c.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P):
16625         Remove.
16626         * config/m32c/m32c-protos.h (m32c_override_options,
16627         m32c_function_value_regno_p): Remove.
16629 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
16631         * tree-ssa-loop-prefetch.c (gather_memory_references_ref) :
16632         Fix a typo in a previous commit.
16634 2010-08-23  Kai Tietz  <kai.tietz@onevision.com>
16636         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
16637         Pre-initialize innerloop_iters to one.
16639 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
16641         * tree-flow.h (may_be_nonaddressable_p): New definition. Make the
16642         existing static function global.
16644         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): This function
16645         is changed to global.
16647         * tree-ssa-loop-prefetch.c (gather_memory_references_ref): Call
16648         may_be_nonaddressable_p on base, and don't collect this reference
16649         if the address of the base could not be taken.
16651 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
16653         * config/rs6000/rs6000.opt (-mveclibabi=mass): New option to
16654         enable the compiler to autovectorize mathmetical functions for
16655         power7 using the Mathematical Acceleration Subsystem library.
16657         * config/rs6000/rs6000.c (rs6000_veclib_handler): New variable to
16658         handle which vector math library we have.
16659         (rs6000_override_options): Add -mveclibabi=mass support.
16660         (rs6000_builtin_vectorized_libmass): New function to handle auto
16661         vectorizing math functions that are in the MASS library.
16662         (rs6000_builtin_vectorized_function): Call it.
16664         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
16665         -mveclibabi=mass.
16667 2010-08-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16669         PR boehm-gc/34544
16670         * gthr-posix.h (__gthread_active_init): Delete.
16671         (__gthread_active_p): Do activity check here.
16672         Don't include errno.h on hppa-hpux.  Update comment.
16673         * gthr-posix95.h (__gthread_active_init): Delete.
16674         (__gthread_active_p): Do activity check here.
16675         Don't include errno.h on hppa-hpux.  Update comment.
16676         * config.gcc (hppa[12]*-*-hpux11*): Define extra_parts.
16677         * config/pa/pa64-hpux.h (LIB_SPEC): When -static is specified, only
16678         add -lpthread when -mt or -pthread is specified.
16679         * config/pa/pa-hpux11.h (LIB_SPEC): likewise.
16680         (LINK_GCC_C_SEQUENCE_SPEC): Define.
16681         * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS): Define.
16682         (stublib.c, pthread_default_stacksize_np-stub.o,
16683         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o,
16684         $(T)libgcc_stub.a): Add methods.
16685         * config/pa/t-pa64 (LIBGCCSTUB_OBJS): Add pthread stubs.
16686         (stublib.c, pthread_default_stacksize_np-stub.o,
16687         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o): Add methods.
16688         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
16689         pthread_mutex_unlock): New stubs.
16691 2010-08-22  Joseph Myers  <joseph@codesourcery.com>
16693         * Makefile.in (gccspec.o, cppspec.o): Update dependencies.
16694         * common.opt (L, nodefaultlibs, nostdlib, pg, static): New
16695         options.
16696         * config/avr/avr.h (LIBSTDCXX): Remove initial "-l".
16697         * config/freebsd.h (MATH_LIBRARY_PROFILE): Remove initial "-l".
16698         * config/i386/djgpp.h (LIBSTDCXX): Remove initial "-l".
16699         * config/rs6000/aix.h (LIBSTDCXX_STATIC): Remove initial "-l".
16700         * config/s390/tpf.h (MATH_LIBRARY, LIBSTDCXX): Remove initial
16701         "-l".
16702         * cppspec.c: Include opts.h.
16703         (lang_specific_driver): Use cl_decoded_option structures.
16704         * doc/tm.texi.in (MATH_LIBRARY): Update documentation.
16705         * doc/tm.texi: Regenerate.
16706         * gcc.c (translate_options): Translate -d to -foutput-class-dir=.
16707         (driver_handle_option): Allow driver options needing no special
16708         processing.
16709         (process_command): Decode options before call to
16710         lang_specific_driver.  Pass decoded options to
16711         lang_specific_driver.
16712         * gcc.h (lang_specific_driver): Update prototype.
16713         * gccspec.c: Include opts.h.
16714         (lang_specific_driver): Use cl_decoded_option structures.
16715         * opts-common.c (option_ok_for_language, generate_option,
16716         generate_option_input_file): New.
16717         (decode_cmdline_option): Use option_ok_for_language.
16718         (decode_cmdline_options_to_array): Use generate_option_input_file.
16719         (handle_generated_option): Use generate_option.
16720         * opts.h (generate_option, generate_option_input_file): Declare.
16722 2010-08-22  Anatoly Sokolov  <aesok@post.ru>
16724         * config/mips/mips.c (mips_override_options): Rename to...
16725         (mips_option_override): ...this. Make static.
16726         (TARGET_OPTION_OVERRIDE): Define.
16727         (mips_in_small_data_p): Update comment.
16728         * config/mips/mips.h (OVERRIDE_OPTIONS): Remove.
16729         (FIXED_REGISTERS): Update comment.
16730         * config/mips/mips-protos.h (mips_override_options): Remove.
16732 2010-08-21  Olivier Hainque  <hainque@adacore.com>
16734         * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
16736 2010-08-21  Olivier Hainque  <hainque@adacore.com>
16738         * config/rs6000/vxworks.h (PREFERRED_STACK_BOUNDARY,
16739         ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI.
16741 2010-08-20  Jan Hubicka  <jh@suse.cz>
16743         * tree-pass.h (pass_ipa_cdtor_merge): New function.
16744         * cgraphunit.c (static_ctors, static_dtors): Move to ipa.c; make
16745         heap allocated.
16746         (record_cdtor_fn): Move to ipa.c; do not test for
16747         have_ctors_dtors.
16748         (build_cdtor): Move to ipa.c; add code avoiding construction
16749         when target have ctors/dtors and there is only one ctor/dtor at given
16750         priority.
16751         (compare_ctor, compare_dtor): Move to ipa.c; use DECL_UID to stabilize
16752         sort; reverse order of constructors.
16753         (cgraph_build_cdtor_fns): Move to ipa.c; rename to build_cdtor_fns.
16754         (cgraph_finalize_function): Do not call record_cdtor_fn.
16755         (cgraph_finalize_compilation_unit): Do not call cgraph_build_cdtor_fns.
16756         (cgraph_build_static_cdtor): Move to ipa.c.
16757         * ipa.c: Include target.h and tree-iterator.h.
16758         (cgraph_build_static_cdtor, static_ctors, static_dtors,
16759         record_cdtor_fn, build_cdtor, compare_ctor, compare_dtor,
16760         build_cdtor_fns, ipa_cdtor_merge, gate_ipa_cdtor_merge,
16761         pass_ipa_cdtor_merge): New.
16762         * passes.c (init_optimization_passes): Enqueue pass_ipa_cdtor_merge.
16763         * ipa-prop.c (update_indirect_edges_after_inlining): Avoid out of
16764         bounds access.
16766 2010-08-20  Jan Hubicka  <jh@suse.cz>
16768         PR c++/45307
16769         PR c++/17736
16770         * cgraph.h (cgraph_only_called_directly_p,
16771         cgraph_can_remove_if_no_direct_calls_and_refs_p): Handle
16772         static cdtors.
16773         * cgraphunit.c (cgraph_decide_is_function_needed): Static cdtors
16774         are not needed.
16775         (cgraph_finalize_function): Static cdtors are reachable.
16776         (cgraph_mark_functions_to_output): Use cgraph_only_called_directly_p.
16778 2010-08-20  Jan Hubicka  <jh@suse.cz>
16780         * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of
16781         flag_wpa.
16782         * lto-streamer-out.c (lto_output): Likewise.
16783         * passes.c (ipa_write_optimization_summaries): Initialize statement
16784         uids.
16786 2010-08-20  Olivier Hainque  <hainque@adacore.com>
16788         * tree.h (alias_diag_flags): New enum.
16789         (alias_pair): Add an 'emitted_diags' field.
16790         * varasm.c (finish_aliases_1): Honor and update p->emitted_diags.
16791         (assemble_alias): Initialize emitted_diags of new pairs.
16793 2010-08-20  Eric Botcazou  <ebotcazou@adacore.com>
16795         * config/rs6000/aix.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
16796         * config/rs6000/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
16797         * config/rs6000/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
16798         (STACK_CHECK_PROTECT): Define.
16799         * config/rs6000/rs6000.c (rs6000_emit_probe_stack_range): New function.
16800         (output_probe_stack_range): Likewise.
16801         (rs6000_emit_prologue): Invoke rs6000_emit_probe_stack_range if static
16802         builtin stack checking is enabled.
16803         * config/rs6000/rs6000-protos.h (output_probe_stack_range): Declare.
16804         * config/rs6000/rs6000.md (UNSPECV_PROBE_STACK_RANGE): New constant.
16805         (probe_stack_range): New insn.
16807 2010-08-20  H.J. Lu  <hongjiu.lu@intel.com>
16809         PR target/45336
16810         * config/i386/emmintrin.h (_mm_extract_epi16): Cast to unsigned
16811         short first.
16813         * config/i386/smmintrin.h (_mm_extract_epi8): Cast to unsigned
16814         char first.
16816 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
16818         PR target/45336
16819         * config/i386/sse.md (*sse4_1_pextrb): Add SWI48 mode iterator
16820         to cover zero extension into 64-bit register.
16821         (*sse2_pextrw): Likewise.
16822         (*sse4_1_pextrd_zext): New insn.
16824 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
16826         revert r163410, partially revert r163267.
16827         * config/rs6000/darwin.h (LIB_SPEC): Remove.
16828         * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all
16829         Darwin versions.
16831 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
16833         PR middle-end/44974
16834         * builtins.c (expand_builtin): Don't optimize away
16835         calls to DECL_LOOPING_CONST_OR_PURE_P builtins.
16837 2010-08-20  Uros Bizjak  <ubizjak@gmail.com>
16839         * config/i386/i386.md (ashift %rsp splitter): Remove splitter.
16840         (pro_epilogue_adjust_stack_di_2): Use "l" constraint for
16841         alternative 1 of operand 2.
16843 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
16844             Paolo Bonzini  <bonzini@gnu.org>
16846         * simplify-rtx.c (simplify_unary_operation_1): Optimize
16847         (sign_extend (zero_extend (...)) and
16848         ({sign,zero}_extend (lshiftrt (ashift X (const_int I)) (const_int I))).
16850 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
16852         PR rtl-optimization/45353
16853         * sel-sched-ir.c (sel_bb_head): Return NULL even if next_nonnote_insn
16854         after bb_note is a BARRIER.
16856 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
16858         * config/rs6000/darwin.h (LIB_SPEC): New. Provide saveFP/restFP by
16859         linking libgcc.a.
16861 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
16862             Michael Matz  <matz@suse.de>
16864         * tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.
16866 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
16868         * ggc-common.c (ggc_mark_root_tab): New function, split out from...
16869         (ggc_mark_roots): ...here.
16871 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
16873         * vec.h (FOR_EACH_VEC_ELT): Define.
16874         * c-decl.c: Use it.
16875         * cfgloop.c: Likewise.
16876         * cfgloopmanip.c: Likewise.
16877         * cgraph.c: Likewise.
16878         * cgraphunit.c: Likewise.
16879         * combine.c: Likewise.
16880         * config/bfin/bfin.c: Likewise.
16881         * config/mips/mips.c: Likewise.
16882         * config/rs6000/rs6000.c: Likewise.
16883         * dbxout.c: Likewise.
16884         * df-scan.c: Likewise.
16885         * dominance.c: Likewise.
16886         * dse.c: Likewise.
16887         * dwarf2out.c: Likewise.
16888         * except.c: Likewise.
16889         * expr.c: Likewise.
16890         * function.c: Likewise.
16891         * gcse.c: Likewise.
16892         * genattr.c: Likewise.
16893         * ggc-common.c: Likewise.
16894         * gimplify.c: Likewise.
16895         * graphite-blocking.c: Likewise.
16896         * graphite-clast-to-gimple.c: Likewise.
16897         * graphite-dependences.c: Likewise.
16898         * graphite-interchange.c: Likewise.
16899         * graphite-poly.c: Likewise.
16900         * graphite-scop-detection.c: Likewise.
16901         * graphite-sese-to-poly.c: Likewise.
16902         * graphite.c: Likewise.
16903         * haifa-sched.c: Likewise.
16904         * ifcvt.c: Likewise.
16905         * implicit-zee.c: Likewise.
16906         * ipa-prop.c: Likewise.
16907         * ipa-struct-reorg.c: Likewise.
16908         * ipa.c: Likewise.
16909         * ira-build.c: Likewise.
16910         * ira-color.c: Likewise.
16911         * ira-emit.c: Likewise.
16912         * lambda-code.c: Likewise.
16913         * loop-invariant.c: Likewise.
16914         * loop-unroll.c: Likewise.
16915         * lower-subreg.c: Likewise.
16916         * lto-cgraph.c: Likewise.
16917         * lto-opts.c: Likewise.
16918         * lto-streamer-in.c: Likewise.
16919         * lto-streamer-out.c: Likewise.
16920         * lto-streamer.c: Likewise.
16921         * lto-symtab.c: Likewise.
16922         * matrix-reorg.c: Likewise.
16923         * opts.c: Likewise.
16924         * predict.c: Likewise.
16925         * print-tree.c: Likewise.
16926         * sdbout.c: Likewise.
16927         * sel-sched-dump.c: Likewise.
16928         * sel-sched-ir.c: Likewise.
16929         * sel-sched.c: Likewise.
16930         * sese.c: Likewise.
16931         * stor-layout.c: Likewise.
16932         * tree-cfg.c: Likewise.
16933         * tree-cfgcleanup.c: Likewise.
16934         * tree-chrec.c: Likewise.
16935         * tree-data-ref.c: Likewise.
16936         * tree-emutls.c: Likewise.
16937         * tree-inline.c: Likewise.
16938         * tree-into-ssa.c: Likewise.
16939         * tree-loop-distribution.c: Likewise.
16940         * tree-loop-linear.c: Likewise.
16941         * tree-mudflap.c: Likewise.
16942         * tree-outof-ssa.c: Likewise.
16943         * tree-parloops.c: Likewise.
16944         * tree-predcom.c: Likewise.
16945         * tree-pretty-print.c: Likewise.
16946         * tree-scalar-evolution.c: Likewise.
16947         * tree-ssa-live.c: Likewise.
16948         * tree-ssa-loop-im.c: Likewise.
16949         * tree-ssa-loop-ivcanon.c: Likewise.
16950         * tree-ssa-loop-ivopts.c: Likewise.
16951         * tree-ssa-loop-manip.c: Likewise.
16952         * tree-ssa-loop-niter.c: Likewise.
16953         * tree-ssa-loop-prefetch.c: Likewise.
16954         * tree-ssa-phiprop.c: Likewise.
16955         * tree-ssa-pre.c: Likewise.
16956         * tree-ssa-reassoc.c: Likewise.
16957         * tree-ssa-sccvn.c: Likewise.
16958         * tree-ssa-structalias.c: Likewise.
16959         * tree-ssa.c: Likewise.
16960         * tree-vect-data-refs.c: Likewise.
16961         * tree-vect-loop-manip.c: Likewise.
16962         * tree-vect-loop.c: Likewise.
16963         * tree-vect-patterns.c: Likewise.
16964         * tree-vect-slp.c: Likewise.
16965         * tree-vect-stmts.c: Likewise.
16966         * tree-vrp.c: Likewise.
16967         * tree.c: Likewise.
16968         * value-prof.c: Likewise.
16969         * var-tracking.c: Likewise.
16970         * varasm.c: Likewise.
16971         * vmsdbgout.c: Likewise.
16973 2010-08-19  Nathan Sidwell  <nathan@codesourcery.com>
16974             Richard Guenther  <richard.guenther@gmail.com>
16976         * gimplify.c (gimplify_modify_expr): When assigning to volatiles,
16977         copy the src value and return a copy.
16978         * doc/extend.texi (Volatiles): Move from C++ to C and expand.
16979         (C++ Volatiles): Adjust to describe C++ semantics only.
16981 2010-08-20  Joseph Myers  <joseph@codesourcery.com>
16983         * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to
16984         be zero or nonzero.
16985         * doc/tm.texi: Regenerate.
16986         * defaults.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define.
16987         * df-scan.c (df_get_exit_block_use_set), reginfo.c
16988         (init_reg_sets_1), rtlanal.c (rtx_unstable_p, rtx_varies_p):
16989         Handle new PIC_OFFSET_TABLE_REG_CALL_CLOBBERED semantics.
16990         * config/ia64/ia64.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define
16991         to 1.
16993 2010-08-20  Olivier Hainque  <hainque@adacore.com>
16995         * config/sparc/sparc.c (sparc_asm_function_epilogue): Don't output
16996         an extra nop past a sibling call at the very end.
16998 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
17000         PR bootstrap/45350
17001         * combine.c (try_combine): Initialize i1_is_used and i2_is_used.  Fix
17002         a comment.
17004 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
17006         * target.def (function_arg, function_incoming_arg): Remove const
17007         qualifier on CUMULATIVE_ARGS parameter.
17008         * targhooks.h (default_function_arg, default_function_incoming_arg):
17009         Likewise.
17010         * targhooks.c (default_function_arg, default_function_incoming_arg):
17011         Likewise.
17012         * config/i386/i386.c (ix86_function_arg): Likewise.
17014 2010-08-19  Jakub Jelinek  <jakub@redhat.com>
17016         PR target/45336
17017         * simplify-rtx.c (simplify_unary_operation_1): Optimize nested
17018         SIGN_EXTENDs or ZERO_EXTENDs.
17020 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
17022         PR target/42172
17023         * combine.c (combine_validate_cost): New arg I0.  All callers changed.
17024         Take its cost into account if nonnull.
17025         (insn_a_feeds_b): New static function.
17026         (combine_instructions): Look for four-insn combinations.
17027         (can_combine_p): New args PRED2, SUCC2.  All callers changed.  Take
17028         them into account when computing all_adjacent and looking for other
17029         uses.
17030         (combinable_i3pat): New args I0DEST, I0_NOT_IN_SRC.  All callers
17031         changed.  Treat them like I1DEST and I1_NOT_IN_SRC.
17032         (try_combine): New arg I0.  Handle four-insn combinations.
17033         (distribute_notes): New arg ELIM_I0.  All callers changed.  Treat it
17034         like ELIM_I1.
17036 2010-08-19  Jason Merrill  <jason@redhat.com>
17038         PR c++/45307
17039         * gimplify.c (gimplify_init_constructor): Just return GS_UNHANDLED
17040         if ctor is empty.
17041         (gimplify_modify_expr_rhs): Adjust.
17043 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
17045         * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to
17046         bitmap_bit_p.
17047         * config/bfin/bifn.c (bfin_discover_loop): Likewise.
17048         * dominance.c (iterate_fix_dominators): Likewise.
17049         * dse.c (set_usage_bits): Likewise.
17050         (set_position_unneeded, record_store): Likewise.
17051         * gimple-fold.c (get_maxval_strlen): Likewise.
17052         * haifa-sched.c (fix_inter_tick, fix_recovery_deps): Likewise.
17053         * ipa-inline.c (update_caller_keys): Likewise.
17054         * ipa-split.c (verify_non_ssa_vars): Likewise.
17055         * ipa-type-escape.c (mark_type, close_type_seen): Likewise.
17056         (close_type_exposed_parameter, close_type_full_escape): Likewise.
17057         (close_addressof_down): Likewise.
17058         * ira-color.c (assign_hard_reg, push_allocno_to_stack): Likewise.
17059         (setup_allocno_left_conflicts_size): Likewise.
17060         (ira_reassign_conflict_allocnos): Likewise.
17061         (ira_reassign_pseudos): Likewise.
17062         * ira-emit.c (change_loop): Likewise.
17063         * loop-invariant.c (mark_regno_live, mark_regno_death): Likewise.
17064         * lto-streamer-out.c (write_symbol): Likewise.
17065         * predict.c (expr_expected_value_1): Likewise.
17066         * regstat.c (regstat_bb_compute_ri): Likewise.
17067         * sel-sched.c (create_block_for_bookkeeping): Likewise.
17068         (track_scheduled_insns_and_blocks, sel_sched_region_1): Likewise.
17069         * stmt.c (expand_case): Likewise.
17070         * tree-eh.c (emit_eh_dispatch): Likewise.
17071         * tree-into-ssa.c (prune_unused_phi_nodes): Likewise.
17072         * tree-loop-distribution.c (make_nodes_having_upstream_mem_writes):
17073         Likewise.
17074         (rdg_flag_vertex, rdg_flag_loop_exits): Likewise.
17075         (rdg_build_components): Likewise.
17076         * tree-object-size.c (collect_object_sizes_for): Likewise.
17077         * tree-sra.c (convert_callers): Likewise.
17078         * tree-ssa-coalesce.c (live_track_add_partition): Likewise.
17079         * tree-ssa-live.c (mark_all_vars_used_1): Likewise.
17080         * tree-ssa-pre.c (bitmap_set_replace_value): Likewise.
17082 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
17084         * config/i386/i386.md (*lea_1): Use P mode iterator.
17085         (lea add splitter): Also handle DImode operands.
17086         (DImode lea add splitter): Use x86_64_immediate_operand for operand 2
17087         predicate.  Do not use ix86_lea_for_add_ok.
17088         (zext DImode lea add splitter): Use ix86_lea_for_add_ok.
17089         (lea ashift splitter): Also handle DImode operands.
17090         (DImode lea ashift splitter): Remove splitter.
17092 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
17094         * config/i386/i386.md (*add<SWI:mode>3_cconly_overflow): Do not use
17095         ix86_binary_operator_ok.
17097 2010-08-19  Andrey Belevantsev  <abel@ispras.ru>
17099         PR rtl-optimization/44691
17100         * sel-sched.c (count_occurrences_1): Also punt when SUBREG_REG
17101         is not a register.
17103 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
17105         PR target/45070
17106         * config/arm/arm.c (arm_output_epilogue): Ensure that return
17107          value of size 1-3 is handled correctly.
17109 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
17111         * tree-switch-conversion.c (gen_inbound_check): Ensure that the
17112         type for the conditional has wide enough range.
17114 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
17116         PR target/45327
17117         * config/i386/i386.md (<any_or:code><SWI:mode>_3): Do not use
17118         ix86_binary_operator_ok.
17120 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
17122         * config/i386/i386.md (*add<mode>_1) <TYPE_LEA>: Split insn to lea.
17123         <default>:  Swap operands 1 and 2 for alternative 2 to use existing
17124         code to output insn mnemonic.  Fix comment.
17125         (*addsi_1_zext): Add r-r-0 alternative 1.
17126         <TYPE_LEA>: Split insn to lea.
17127         <default>: Handle alternative 1.
17128         (*addhi_1_lea): Add r-r-0 alternative 2.  Use cond RTX instead of
17129         multi-level if_then_else RTX to set "type" attribute.
17130         <default>: Handle alternative 2.
17131         (*addqi_1_lea): Add q-q-0 alternative 2 and r-r-0 alternative 4.
17132         Use cond RTX instead of multi-level if_then_else RTX to set
17133         "type" attribute.
17134         <default>: Handle alternatives 2 and 4.
17135         (lea splitters): Update calls to ix86_lea_for_add_ok.
17137         * config/i386/i386.c (ix86_lea_for_add_ok): Remove unused "code"
17138         argument.
17139         * config/i386/i386-protos.h (ix86_lea_for_add_ok): Update prototype.
17141 2010-08-18  Richard Guenther  <rguenther@suse.de>
17143         * tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts,
17144         use operand helpers.
17146 2010-08-18  Paolo Bonzini  <bonzini@gnu.org>
17148         PR middle-end/45292
17149         * optabs.c (expand_bool_compare_and_swap): Expand pending
17150         pops before trying the optab.
17152 2010-08-18  Yao Qi  <yao@codesourcery.com>
17154         PR target/45094
17155         * config/arm/arm.c (output_move_double): Fix typo generating
17156         instructions ('ldr'->'str').
17158 2010-08-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
17160         PR rtl-optimization/42575
17161         * optabs.c (expand_doubleword_mult): Generate new pseudos to shorten
17162         live ranges.
17164 2010-08-18  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17166         * config/arm/arm-protos.h (arm_expand_sync): New.
17167         (arm_output_memory_barrier, arm_output_sync_insn): New.
17168         (arm_sync_loop_insns): New.
17169         * config/arm/arm.c (FL_ARCH7): New.
17170         (FL_FOR_ARCH7): Include FL_ARCH7.
17171         (arm_arch7): New.
17172         (arm_print_operand): Support %C markup.
17173         (arm_legitimize_sync_memory): New.
17174         (arm_emit, arm_insn_count, arm_count, arm_output_asm_insn): New.
17175         (arm_process_output_memory_barrier, arm_output_memory_barrier): New.
17176         (arm_ldrex_suffix, arm_output_ldrex, arm_output_strex): New.
17177         (arm_output_op2, arm_output_op3, arm_output_sync_loop): New.
17178         (arm_get_sync_operand, FETCH_SYNC_OPERAND): New.
17179         (arm_process_output_sync_insn, arm_output_sync_insn): New.
17180         (arm_sync_loop_insns,arm_call_generator, arm_expand_sync): New.
17181         * config/arm/arm.h (struct arm_sync_generator): New.
17182         (TARGET_HAVE_DMB, TARGET_HAVE_DMB_MCR): New.
17183         (TARGET_HAVE_MEMORY_BARRIER): New.
17184         (TARGET_HAVE_LDREX, TARGET_HAVE_LDREXBHD): New.
17185         * config/arm/arm.md: Include sync.md.
17186         (UNSPEC_MEMORY_BARRIER): New.
17187         (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK): New.
17188         (VUNSPEC_SYNC_OP):New.
17189         (VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): New.
17190         (sync_result, sync_memory, sync_required_value): New attributes.
17191         (sync_new_value, sync_t1, sync_t2): Likewise.
17192         (sync_release_barrier, sync_op): Likewise.
17193         (length): Add logic to length attribute defintion to call
17194         arm_sync_loop_insns when appropriate.
17195         * config/arm/sync.md: New file.
17197 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
17199         * tree.h (host_integerp): Add ATTRIBUTE_PURE when not
17200         ENABLE_TREE_CHECKING.
17201         (tree_low_cst): Add inline version for !ENABLE_TREE_CHECKING
17202         and GCC >= 4.3.
17204 2010-08-17  H.J. Lu  <hongjiu.lu@intel.com>
17206         * config/i386/i386.c (ix86_lea_for_add_ok): For !TARGET_OPT_AGU
17207         or optimizing for size, always avoid lea if possible.
17209         * config/i386/i386.md (*add<mode>_1): Always avoid lea if possible.
17211 2010-08-17  Iain Sandoe  <iains@gcc.gnu.org>
17213         * unwind-dw2-fde-darwin.c (_darwin10_Unwind_FindEnclosingFunction):
17214         Dunmmy function with NULL return unless the target is
17215         OSX >= 10.6 (Darwin10).
17217 2010-08-17  Jack Howarth  <howarth@bromo.med.uc.edu>
17219         * gcc.c (spec_function): Add remove-outfile.
17220         (remove_outfile_spec_function): New function.
17221         * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread.
17222         * invoke.texi (replace-outfile): Document.
17224 2010-08-17  Uros Bizjak  <ubizjak@gmail.com>
17226         PR target/45296
17227         * reginfo.c (globalize_reg): Reject stack registers.
17229 2010-08-17  Richard Guenther  <rguenther@suse.de>
17231         * tree-ssa-dom.c (struct edge_info): Use a VEC for the
17232         list of conditional equivalences.
17233         (free_all_edge_infos): Adjust.
17234         (record_equivalences_from_incoming_edge): Likewise.
17235         (record_cond): Likewise.
17236         (build_and_record_new_cond): Likewise.
17237         (record_conditions): Likewise.
17238         (dom_opt_leave_block): Likewise.
17240 2010-08-17  Kai Tietz  <kai.tietz@onevision.com>
17242         * doc/invoke.texi (ms-extension): Add documentation.
17244 2010-08-17  Richard Guenther  <rguenther@suse.de>
17246         * fold-const.c (fold_comparison): Strip nops inside POINTER_PLUS_EXPR.
17248 2010-08-17  Shujing Zhao  <pearly.zhao@oracle.com>
17250         PR c/40563
17251         * c-decl.c (diagnose_uninitialized_cst_member): New function.
17252         (finish_decl): Use it to issue a -Wc++-compat warning about
17253         uninitialized const field in struct or union.
17255         (finish_struct): Use strip_array_types.
17257 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
17259         * function.c (block_fragments_nreverse, blocks_nreverse_all): New
17260         functions.
17261         (reorder_blocks): Use blocks_nreverse_all instead of blocks_nreverse.
17262         (reorder_blocks_1): Assert BLOCK_FRAGMENT_ORIGIN is NULL.  Don't
17263         call block_nreverse here.
17264         (blocks_nreverse): Rename decl temporary to block.
17266 2010-08-16  Bernd Schmidt  <bernds@codesourcery.com>
17268         * config/arm/thumb2.md (thumb2_notsi_shiftsi,
17269         thumbsi_notsi_shiftsi_compare0, thumb2_not_shiftsi_compare0_scratch,
17270         thumb2_cmpsi_shiftsi, thumb2_cmpsi_shiftsi_swp, thumb2_arith_shiftsi,
17271         thumb2_arith_shiftsi splitter, thumb2_arith_shiftsi_compare0,
17272         thumb2_arith_shiftsi_compare0_scratch, thumb2_sub_shiftsi,
17273         thumb2_sub_shiftsi_compare0, thumb2_sub_shiftsi_compare0_scratch,
17274         thumb2_iorsi3): Delete.
17275         (orsi_notsi_si): No longer a named pattern.
17276         (orsi_not_shiftsi_si): Renamed from thumb_orsi_not_shiftsi_si.
17277         * config/arm/predicates.md (shift_amount_operand): New.
17278         (mult_operator): New.
17279         * config/arm/arm.md (attr arch, attr arch_enabled, attr insn_enabled,
17280         attr enabled): New.
17281         (iorsi3_insn): Renamed from arm_iorsi3.  Handle a new alternative if
17282         arch matches t2.
17283         (not_shiftsi): Renamed from arm_notsi_shiftsi.  Handle Thumb2 variant.
17284         (not_shiftsi_compare0): Likewise, renamed from
17285         arm_notsi_shiftsi_compare0.
17286         (not_shiftsi_compare0_scratch): Likweise, renamed from
17287         arm_notsi_shiftsi_compare0_scratch.
17288         (cmpsi_shiftsi): Likewise, renamed from arm_cmpsi_shiftsi.
17289         (cmpsi_shiftsi_swp): Likewise, renamed from arm_cmpsi_shiftsi_swp.
17290         (arith_shiftsi): Handle Thumb2 variant.  Set insn_enabled attribute
17291         so that the register alternative is disabled when the shift_operator
17292         is MULT.  Use "M" as the constraint for constants.
17293         (arith_shiftsi splitter): Enable for TARGET_32BIT.
17294         (arith_shiftsi_compare0): Handle Thumb2 variant.  Use "M" as the
17295         constraint for constants.
17296         (arith_shiftsi_compare0_scratch): Likewise.
17297         (sub_shiftsi, sub_shiftsi_compare0, sub_shiftsi_compare0_scratch):
17298         Handle Thumb2 alternative.
17300 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
17302         * doc/options.texi (NoDriverArg): Document.
17303         * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of
17304         -MDX and -MMDX.
17305         * opt-functions.awk (switch_flags): Handle NoDriverArg.
17306         * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE
17307         marking for CL_NO_DRIVER_ARG options when in the driver.
17308         * opts.h (CL_NO_DRIVER_ARG): Define.
17309         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
17310         CL_COMMON): Update values.
17312 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
17314         * common.opt: Add driver options.
17315         (auxbase, auxbase-strip, quiet, version): Mark RejectDriver.
17316         * doc/options.texi (Driver, RejectDriver): Document.
17317         * gcc.c (pass_exit_codes, print_search_dirs, print_file_name,
17318         print_prog_name, print_multi_directory, print_sysroot,
17319         print_multi_os_directory, print_multi_lib,
17320         print_sysroot_headers_suffix, report_times, combine_flag,
17321         use_pipes, wrapper_string): Remove.
17322         (save_switch, driver_unknown_option_callback,
17323         driver_wrong_lang_callback, driver_post_handling_callback,
17324         driver_handle_option): New.
17325         (spec_lang, last_language_n_infiles): Make file-scope static
17326         instead of local to process_command.
17327         (process_command): Use decode_cmdline_options_to_array and
17328         read_cmdline_option for option processing.  Compute have_c in
17329         prescan of decoded options.
17330         * opt-functions.awk (switch_flags): Handle Driver and
17331         RejectDriver.
17332         (var_type, var_type_struct): Handle Separate options as generating
17333         const char * variables.
17334         * opts-common.c (decode_cmdline_option): Expect CL_COMMON and
17335         CL_TARGET to be passed by caller if required.
17336         (decode_cmdline_options_to_array): Update comment.
17337         * opts.c (complain_wrong_lang): Handle options only valid for the
17338         driver.
17339         (decode_options): Update call to decode_cmdline_options_to_array.
17340         (print_filtered_help): Ignore driver-only options.
17341         (print_specific_help): Ignore CL_DRIVER.
17342         (common_handle_option): Don't call print_specific_help for CL_DRIVER.
17343         * opts.h (CL_DRIVER, CL_REJECT_DRIVER): Define.
17344         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET, CL_COMMON):
17345         Update values.
17347 2010-08-16  Richard Guenther  <rguenther@suse.de>
17349         * tree-cfg.c (verify_types_in_gimple_reference): Verify
17350         TARGET_MEM_REF a bit.
17351         * tree-ssa-address.c (addr_for_mem_ref): Adjust.
17352         (create_mem_ref_raw): Always create TMR_OFFSET, store the
17353         alias pointer type via it.
17354         (copy_mem_ref_info): Adjust.
17355         (maybe_fold_tmr): Likewise.
17356         * tree.c (mem_ref_offset): Also handle TARGET_MEM_REF.
17357         (reference_alias_ptr_type): Likewise.
17358         * tree.def (TARGET_MEM_REF): Remove TMR_ORIGINAL operand,
17359         adjust documentation of TMR_OFFSET operand.
17360         * alias.c (get_alias_set): Do not look at TMR_ORIGINAL but
17361         use the alias pointer type.
17362         * expr.c (expand_expr_real_1): Do not use TMR_ORIGINAL to
17363         initialize mem attrs but the TMR itself.
17364         * tree-eh.c (tree_could_trap_p): Handle TARGET_MEM_REF
17365         similar to MEM_REF.
17366         * tree-pretty-print.c (dump_generic_node): Do not dump TMR_ORIGINAL.
17367         * tree-ssa-loop-ivopts.c (idx_remove_ssa_names): Remove.
17368         (unshare_and_remove_ssa_names): Likewise.
17369         (copy_ref_info): Adjust.
17370         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Simplify
17371         TARGET_MEM_REF case.
17372         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Do not look
17373         at TMR_ORIGINAL.
17374         * tree.h (TMR_ORIGINAL): Remove.
17375         * gimple.c (get_base_address): For TARGET_MEM_REF with a
17376         symbol return that.
17377         * tree-dfa.c (get_ref_base_and_extent): Handle TARGET_MEM_REF
17378         with a symbol.
17379         (get_addr_base_and_unit_offset): Likewise.
17380         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Handle
17381         TARGET_MEM_REFs.
17382         (indirect_ref_may_alias_decl_p): Likewise.
17383         (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
17385 2010-08-15  Uros Bizjak  <ubizjak@gmail.com>
17387         * doc/invoke.texi (-fomit-frame-pointer): Document that starting
17388         with GCC version 4.6, the default setting (when not optimizing
17389         for size) for 32-bit Linux x86 and 32-bit Darwin x86 targets has
17390         been changed to -fomit-frame-pointer.
17392 2010-08-15  Iain Sandoe  <iains@gcc.gnu.org>
17394         * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
17395         Darwin10.  Do not link libgcc.a for Darwin >= 9.
17397 2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
17399         * doc/invoke.texi (Warning Options): Fix terminology and markup
17400         in the description of how unknown warning options are handled.
17402 2010-08-15  Ira Rosen  <irar@il.ibm.com>
17404         * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
17405         in basic blocks.
17406         (vect_supportable_dr_alignment): Check alignment for basic blocks.
17407         * tree-vect-slp.c (vect_build_slp_tree): Allow different codes for
17408         data references.
17409         (vect_bb_vectorization_profitable_p): New function.
17410         (vect_slp_analyze_bb): Call vect_bb_vectorization_profitable_p() to
17411         check if it's worthwhile to vectorize the basic block.
17413 2010-08-14  Anatoly Sokolov  <aesok@post.ru>
17415         * reload.h (register_move_cost, memory_move_secondary_cost,
17416         secondary_reload_class): Adjust prototype.
17417         * rtl.h (reg_class_subset_p): Adjust prototype.
17418         * reload.c (secondary_reload_class): Change arguments type from
17419         enum reg_class to reg_class_t. Change result type to reg_class_t.
17420         * reginfo.c (register_move_cost, reg_class_subset_p): Change
17421         arguments type from enum reg_class to reg_class_t.
17422         (memory_move_secondary_cost): Change arguments type from
17423         enum reg_class to reg_class_t. Change type of saved_flags to
17424         reg_class_t.
17426         * config/mips/mips.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
17427         Remove macros.
17428         (mips_cost): Remove.
17429         (struct mips_rtx_cost_data): Moved to mips.c.
17430         * config/mips/mips-protos.h (mips_register_move_cost): Remove.
17431         * config/mips/mips.c (struct mips_rtx_cost_data): Moved from mips.h.
17432         (mips_cost): Make static.
17433         (mips_canonicalize_move_class): Change argument type to reg_class_t.
17434         Change result type to reg_class_t.
17435         (mips_move_to_gpr_cost, mips_move_from_gpr_cost): Change arguments
17436         type from enum reg_class to reg_class_t.
17437         (mips_register_move_cost): Make static. Change arguments
17438         type from enum reg_class to reg_class_t.
17439         (mips_memory_move_cost): New function.
17440         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
17442 2010-08-14  Richard Sandiford  <rdsandiford@googlemail.com>
17444         PR rtl-optimization/43358
17445         * ira-lives.c (process_single_reg_class_operands): Adjust the costs
17446         of a single hard register, using simplify_subreg_regno to decide
17447         what that register should be.
17449 2010-08-14  Mingjie Xing  <mingjie.xing@gmail.com>
17451         * config/mips/mips.c (CODE_FOR_loongson_pmullh): Define.
17452         * config/mips/loongson.md (UNSPEC_LOONGSON_PMULL): Delete.
17453         (loongson_pmull<V_suffix>): Rename to...
17454         (mul<mode>3): ...this and use MULT instead of an UNSPEC.
17456 2010-08-13  Jack Howarth  <howarth@bromo.med.uc.edu>
17458         * configure.ac: Enable -fomit-frame-pointer on darwin
17459         which support dwarf2.
17460         * config/i386/i386.c (override_options): Same.
17462 2010-08-13  Jie Zhang  <jie@codesourcery.com>
17464         * config/arm/arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.
17466 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
17468         * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
17469         -MMD.
17471 2010-08-12  Changpeng Fang  <changpeng.fang@amd.com>
17473         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Give
17474         up dot_prod pattern searching if a stmt is outside the loop.
17476 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
17477             Uros Bizjak  <ubizjak@gmail.com>
17479         * config.gcc: Handle --enable-frame-pointer.
17481         * configure.ac: Add --enable-frame-pointer.
17482         * configure: Regenerated.
17484         * config/i386/i386.c (USE_IX86_FRAME_POINTER): Default to 0.
17485         (override_options): If not configured with --enable-frame-pointer,
17486         enable -fomit-frame-pointer (but not for TARGET_MACHO or when
17487         optimizing for size), -fasynchronous-unwind-tables and
17488         -maccumulate-outgoing-args by default.
17490 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
17492         * builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.
17494         PR middle-end/45262
17495         * fold-const.c (make_range) <case NEGATE_EXPR>: Punt if
17496         -a overflows.  Normalize the range.
17498 2010-08-12  Richard Guenther  <rguenther@suse.de>
17500         PR tree-optimization/45232
17501         * tree-ssa-reassoc.c (can_reassociate_p): Disable re-association
17502         for types with undefined overflow.
17503         (reassociate_bb): Allow re-associating of bit and min/max
17504         operations for types with undefined overflow.
17505         * tree-ssa-forwprop.c (associate_plusminus): New function.
17506         (tree_ssa_forward_propagate_single_use_vars): Call it.
17508 2010-08-12  Richard Guenther  <rguenther@suse.de>
17510         * tree-flow.h (struct ptr_info_def): Add align and misalign fields.
17511         * tree-ssa-alias.c (get_ptr_info): Move ...
17512         * tree-ssanames.c (get_ptr_info): ... here.  Initialize
17513         align and misalign fields conservatively.
17514         * tree-ssa-ccp.c (ccp_finalize): From partially constant pointers
17515         derive alignment information.
17516         (evaluate_stmt): Derive alignment information from memory
17517         allocation functions.
17518         * tree.h (get_pointer_alignment): Make unsigned.
17519         * builtins.c (get_object_alignment): Use alignment information we
17520         have computed for pointers.
17521         (get_pointer_alignment): Likewise.  Make conservative, return
17522         and unsigned value.
17523         (expand_builtin_strlen): Adjust.
17524         (expand_builtin_memcmp): Likewise.
17525         (expand_builtin_strcmp): Likewise.
17526         (expand_builtin_strncmp): Likewise.
17527         (get_builtin_sync_mem): Use at least mode alignment.
17528         (fold_builtin_memset): Adjust.
17529         (fold_builtin_memory_op): Likewise.
17530         * gimple-pretty-print.c (dump_gimple_phi): Alongside alias
17531         information also dump pointer alignment knowledge.
17532         (dump_gimple_stmt): Likewise.
17534 2010-08-12  Uros Bizjak  <ubizjak@gmail.com>
17536         * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
17537         (EMPTY_FIELD_BOUNDARY): Remove.
17538         * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
17540 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
17542         PR debug/45259
17543         * caller-save.c (save_call_clobbered_regs): Only swap notes with
17544         DEBUG_INSNs if n_regs_saved.
17546 2010-08-12  Wei Guozhi  <carrot@google.com>
17548         PR target/44999
17549         * config/arm/arm.md (andsi3): Change to zero extension if possible.
17550         * config/arm/thumb2.md (thumb2_zero_extendqisi2_v6): Change the name.
17552 2010-08-11  Vladimir Makarov  <vmakarov@redhat.com>
17554         * ira-int.h (ira_remove_allocno_copy_from_list): Remove.
17556         * ira-build.c (ira_remove_allocno_copy_from_list): Remove.
17558 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17560         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add back
17561         the case removed in the previous patch, when the only phi argument
17562         is defined in the same loop as the phi node itself.  Handle it
17563         separately from the invariant case by both propagating it outside
17564         the region and replacing the phi node with an assign.
17566 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17568         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
17569         constant phi nodes with one argument are is_gimple_min_invariant
17570         and SSA_NAME_IS_DEFAULT_DEF.
17572 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17574         * graphite-cloog-util.c (oppose_constraint):
17575         Extend loop counter's value range (CLOOG_ORG).
17576         (cloog_matrix_to_ppl_constraint): Same.
17577         (new_Constraint_System_from_Cloog_matrix): Same.
17578         * graphite-cloog-compat.h (matrix_num_type): New.
17580 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17582         * graphite.c (graphite_initialize): Do not initialize
17583         CLooG and initialize the Parma Polyhedra Library
17584         manually when using CLOOG_ORG.
17585         (graphite_finalize): Do not finalize CLooG and finalize
17586         the Parma Polyhedra Library manually when using CLOOG_ORG.
17587         * graphite-cloog-compat.h (cloog_initialize): Hide function
17588         when using CLOOG_ORG.
17589         (cloog_finalize): Same.
17591 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17593         * graphite-clast-to-gimple.c (free_scattering): Change
17594         CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
17595         (CLOOG_ORG).
17596         (build_cloog_prog): Same.
17597         * graphite-cloog-compat.h (cloog_domain): Removed.
17598         (cloog_scattering): New.
17599         (cloog_set_domain): Removed.
17600         (cloog_set_scattering): New.
17601         (cloog_next_domain): Removed.
17602         (cloog_next_scattering): New.
17603         (cloog_set_next_domain): Removed.
17604         (cloog_set_next_scattering): New.
17605         (CloogScatteringList): New.
17606         (CloogScattering): New.
17607         (cloog_scattering_free): New.
17608         (new_Cloog_Scattering_from_ppl_Polyhedron): New.
17609         * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
17610         New.
17612 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17614         * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
17615         CloogState.
17616         (set_cloog_options): Same.
17617         (print_clast_stmt): Same.
17618         (scop_to_clast): Same.
17619         (print_generated_program): Same.
17620         (gloog): Same.
17621         * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
17622         (scop_to_clast): Extend with CloogState.
17623         * graphite-cloog-util.c: Include graphite-cloog-compat.h
17624         (new_Cloog_Domain_from_ppl_Polyhedron):
17625         Extend with CloogState.  Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
17626         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
17627         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
17628         * graphite-cloog-util.h (build_cloog_prog): Same.
17629         * graphite-cloog-copat.h (build_cloog_prog): New.
17630         (CloogState): New.
17631         (cloog_state_malloc): New.
17632         (cloog_state_free): New.
17633         (cloog_loop_malloc): New.
17634         (cloog_options_malloc): New.
17635         (cloog_statement_alloc): New.
17636         (cloog_domain_from_cloog_matrix): New.
17637         (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
17638         (new_Cloog_Domain_from_ppl_Polyhedron): New.
17640 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17642         * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
17643         type of NAME now depends on used CLooG version.
17644         (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
17645         (gcc_type_for_clast_expr): Same.
17646         (print_clast_stmt): Replace pprint with clast_pprint.
17647         * graphite-cloog-compat.h: Provide compatibility macros for
17648         CLooG Legacy.
17649         (clast_name_p): New.
17650         (clast_expr_term): New.
17651         (clast_expr_red): New.
17652         (clast_expr_bin): New.
17653         (clast_pprint): New.
17655 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17657         * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
17658         compatible to newer CLooG releases (CLOOG_ORG).
17659         (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
17660         (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
17661         * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
17662         (build_cloog_prog) : New.
17663         (cloog_program_extract_scalars): New.
17664         (cloog_program_scatter): New.
17666 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17668         * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
17669         conditionally (CLOOG_ORG).
17670         * graphite-cloog-compat.h: New.  Include graphite-cloog-compat.h.
17671         (cloog_statement_usr): New.
17672         (cloog_domain): Same.
17673         (cloog_set_domain): Same.
17674         (cloog_next_domain): Same.
17675         (cloog_set_next_domain): Same.
17676         (cloog_program_nb_scattdims): Same.
17677         (cloog_program_set_nb_scattdims): Same.
17678         (cloog_program_names): Same.
17679         (cloog_program_set_names): Same.
17680         (cloog_program_set_context): Same.
17681         (cloog_program_set_loop): Same.
17682         (cloog_program_blocklist): Same.
17683         (cloog_program_set_blocklist): Same.
17684         (cloog_program_scaldims): Same.
17685         (cloog_program_set_scaldims): Same.
17686         (cloog_names_nb_parameters): Same.
17687         (cloog_names_set_nb_parameters): Same.
17688         (cloog_names_parameters): Same.
17689         (cloog_names_set_parameters): Same.
17690         (cloog_names_set_nb_iterators): Same.
17691         (cloog_names_set_iterators): Same.
17692         (cloog_names_set_nb_scattering): Same.
17693         (cloog_names_set_scattering): Same.
17694         (cloog_statement_set_usr): Same.
17695         (cloog_loop_set_next): Same.
17696         (cloog_loop_set_domain): Same.
17697         (cloog_loop_set_block): Same.
17698         (cloog_block_list_next): Same.
17699         (cloog_block_list_set_next):
17700         (cloog_block_list_set_block): Same.
17702 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17704         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
17705         a bool.
17706         (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
17707         (rewrite_commutative_reductions_out_of_ssa_loop): Same.
17708         (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
17709         when something has been changed.
17710         (rewrite_commutative_reductions_out_of_ssa): Same.
17712 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17714         * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
17715         handle the case when def is in the sese region.
17716         (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
17717         for invariant expressions.
17718         (rewrite_cross_bb_phi_deps): Removed.
17719         (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
17720         (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
17721         rewrite_cross_bb_phi_deps.
17723 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17725         * graphite-sese-to-poly.c
17726         (rewrite_commutative_reductions_out_of_ssa_loop): Call
17727         scev_analyzable_p only on is_gimple_reg
17729 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17731         * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
17732         (rewrite_close_phi_out_of_ssa): Propagate constant values or
17733         parametric expressions outside the scop region.
17734         (rewrite_cross_bb_scalar_deps): Same.
17735         * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
17737 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17739         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
17740         SSA_NAME_DEF_STMT only on SSA_NAMEs.
17742 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17744         * tree-scalar-evolution.c (instantiate_scev_name): Do not
17745         instantiate default definitions.
17747 2010-08-11  Vladimir Kargov  <kargov@gmail.com>
17748             Sebastian Pop  <sebastian.pop@amd.com>
17750         * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
17751         (loop_exits_from_bb_p): New.
17752         * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
17753         (loop_exits_from_bb_p): Declared.
17754         * graphite-scop-detection.c (scopdet_basic_block_info): Call
17755         loop_exits_to_bb_p.
17757 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17759         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
17760         extra parameter for the region.  Call scev_analyzable_p.
17761         (rewrite_reductions_out_of_ssa): Update call to
17762         rewrite_close_phi_out_of_ssa.
17763         (rewrite_cross_bb_phi_deps): Same.
17764         (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
17765         parameter for the region.  Call scev_analyzable_p.
17766         (rewrite_commutative_reductions_out_of_ssa): Update call to
17767         rewrite_commutative_reductions_out_of_ssa_loop.
17769 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17771         * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
17773 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17775         * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
17776         SSA scalar phi nodes that can be scev_analyzable_p.
17778 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17780         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
17781         handle SSA_NAME_IS_DEFAULT_DEF.
17783 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17785         * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
17787 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17789         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
17790         case non close-phi nodes with one argument.
17792 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17794         * sese.h (scev_analyzable_p): Scevs could be expressions without
17795         chrecs and still be scev_analyzable_p.
17797 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17799         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
17801 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17803         * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
17804         * cfgloop.h (struct loop): Remove single_iv field.
17805         * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
17806         (scop_canonicalize_loops): Removed.
17807         (scop_ivs_can_be_represented): Do not use loop->single_iv.  Iterate
17808         over all the loop phi nodes in loop->header.
17809         (build_poly_scop): Remove use of scop_canonicalize_loops.
17811 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17813         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
17814         handle GIMPLE_CALL.
17816 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17818         * tree-chrec.c (chrec_apply): Should only apply to the specified
17819         variable.  Also handle multivariate chains of recurrences that
17820         satisfy evolution_function_is_affine_p.  Also handle CASE_CONVERT.
17822 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17824         * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
17825         (debug_clast_name_indexes_1): Removed.
17826         (debug_clast_name_indexes): Removed.
17827         (pbb_to_depth_to_oldiv): Removed.
17828         (build_iv_mapping): Replace the use of rename_map with iv_map.
17829         (translate_clast_user): Remove uses of rename_map.  Allocate and
17830         free iv_map.
17831         (translate_clast_for_loop): Remove uses of rename_map.
17832         (translate_clast_for): Same.
17833         (translate_clast_guard): Same.
17834         (translate_clast): Same.
17835         (gloog): Same.
17836         * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
17837         * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
17838         * sese.c (set_rename): Now static.
17839         (rename_variables_in_stmt): Removed.
17840         (rename_uses): New.
17841         (is_parameter): Removed.
17842         (is_iv): Removed.
17843         (expand_scalar_variables_call): Removed.
17844         (expand_scalar_variables_ssa_name): Removed.
17845         (expand_scalar_variables_expr): Removed.
17846         (expand_scalar_variables_stmt): Removed.
17847         (expand_scalar_variables): Removed.
17848         (rename_variables): Removed.
17849         (remove_condition): Removed.
17850         (get_true_edge_from_guard_bb): Removed.
17851         (get_false_edge_from_guard_bb): Removed.
17852         (struct igp): Removed.
17853         (default_before_guard): Removed.
17854         (convert_for_phi_arg): Removed.
17855         (add_guard_exit_phis): Removed.
17856         (insert_guard_phis): Removed.
17857         (graphite_copy_stmts_from_block): Now also uses iv_map and a
17858         region.  Do not copy conditions.  Do not copy induction variables.
17859         Call rename_uses.
17860         (copy_bb_and_scalar_dependences): Allocate a local rename_map for
17861         the translated statement.  Use the iv_map for the induction
17862         variable renaming.
17863         * sese.h (copy_bb_and_scalar_dependences): Update declaration.
17864         (set_rename): Removed declaration.
17865         (scev_analyzable_p): ...here.
17866         * tree-chrec.c (chrec_apply_map): New.
17867         * tree-chrec.h (chrec_apply_map): Declared.
17869 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17871         * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
17872         insert_loop_close_phis.
17873         * sese.c (name_defined_in_loop_p): Removed.
17874         (expr_defined_in_loop_p): Removed.
17875         (alive_after_loop): Removed.
17876         (close_phi_not_yet_inserted_p): Removed.
17877         (struct alep): Removed.
17878         (add_loop_exit_phis): Removed.
17879         (insert_loop_close_phis): Removed.
17881 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17883         * graphite-cloog-util.c
17884         (cloog_matrix_to_ppl_constraint): Fix flipped condition.
17885         * graphite-poly.c
17886         (psct_scattering_dim_for_loop_depth): Same.
17888 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17890         * graphite-cloog-util.h: Added cloog.h.
17891         * graphite-blocking.c: Removed cloog.h.
17892         * graphite-dependences.c: Same.
17893         * graphite-interchange.c: Same.
17894         * graphite-poly.c: Same.
17895         * graphite-ppl.c: Same.
17896         * graphite-scop-detection.c: Same.
17897         * graphite-sese-to-poly.c:
17898         Removed cloog.h.
17899         Removed graphite-clast-to-gimple.h.
17900         (check_poly_representation): Removed (unused).
17901         * graphite-sese-to-poly.h
17902         (check_poly_representation): Removed (unused).
17904 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17906         * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
17907         (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
17908         (graphite-cloog-util.o): New.
17909         (graphite-ppl.o): Added graphite-cloog-util.h.
17910         * graphite-clast-to-gimple.c:
17911         Added graphite-cloog-util.h to include statements.
17912         * graphite-cloog-util.c: New.
17913         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
17914         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
17915         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
17916         (new_C_Polyhedron_from_Cloog_Matrix): Same.
17917         (insert_constraint_into_matrix): Same.
17918         (ppl_Constrain_System_number_of_constraints): Same.
17919         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
17920         (oppose_constraint): Same.
17921         (cloog_matrix_to_ppl_constraint): Same.
17922         (new_Constraint_System_from_Cloog_Matrix): Same.
17923         * graphite-cloog-util.h: New.
17924         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
17925         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
17926         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
17927         (new_C_Polyhedron_from_Cloog_Matrix): Same.
17928         (insert_constraint_into_matrix): Same.
17929         * graphite-ppl.c:
17930         Added graphite-cloog-util.h to include statements.
17931         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
17932         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
17933         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
17934         (new_C_Polyhedron_from_Cloog_Matrix): Same.
17935         (insert_constraint_into_matrix): Same.
17936         (ppl_Constrain_System_number_of_constraints): Same.
17937         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
17938         (oppose_constraint): Same.
17939         (cloog_matrix_to_ppl_constraint): Same.
17940         (new_Constraint_System_from_Cloog_Matrix): Same.
17941         * graphite-ppl.h:
17942         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
17943         graphite-cloog-util.h.
17944         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
17945         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
17946         (new_C_Polyhedron_from_Cloog_Matrix): Same.
17947         (insert_constraint_into_matrix): Same.
17949 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
17951         * graphite-clast-to-gimple.c
17952         (precision_for_value): Resolve value_* calls to matching mpz_* calls.
17953         (precision_for_interval): Same.
17954         (gcc_type_for_interval): Same.
17955         (compute_type_for_level): Same.
17956         * graphite-interchange.c
17957         (lst_interchange_profitable_p): Same.
17958         * graphite-poly.c
17959         (psct_scattering_dim_for_loop_depth): Same.
17960         * graphite-ppl.c
17961         (ppl_max_for_le_pointset): Same.
17962         (ppl_min_for_le_pointset): Same.
17964 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17966         * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
17967         (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
17969 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17971         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
17972         rewrite_close_phi_out_of_ssa.
17974 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17976         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
17978 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17980         * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
17981         rename_map.
17982         * sese.c (debug_rename_map): Same.
17983         (get_rename): Same.
17984         (set_rename): Same.
17985         (rename_variables_in_stmt): Same.
17986         (expand_scalar_variables_call): Same.
17987         (expand_scalar_variables_ssa_name): Same.
17988         (expand_scalar_variables_expr): Same.
17989         (expand_scalar_variables_stmt): Same.
17990         (expand_scalar_variables): Same.
17991         (rename_variables): Same.
17992         (graphite_copy_stmts_from_block): Same.
17993         (copy_bb_and_scalar_dependences): Same.
17995 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
17997         * graphite-clast-to-gimple.c (copy_renames): Removed.
17998         (translate_clast_for): Do not call copy_renames.
17999         (translate_clast_guard): Same.
18001 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18003         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
18004         (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
18005         (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
18006         before rewrite_cross_bb_scalar_deps.
18008 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18010         * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
18011         Early return in when flag_associative_math is not set.
18013 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18015         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
18016         of SSA copies on edges except for loop->latch.
18018 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18020         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
18021         Split out of rewrite_reductions_out_of_ssa.
18022         * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
18023         Declared.
18024         * graphite.c (graphite_transform_loops): Call it.
18026 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18028         * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
18030 2010-08-11  Alexander Monakov  <amonakov@ispras.ru>
18032         * dbgcnt.def (graphite_scop): New counter.
18033         * graphite.c: Include dbgcnt.h.
18034         (graphite_transform_loops): Use new counter to limit transformations.
18035         * Makefile.in (graphite.o): Depend on DBGCNT_H.
18037 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18039         * passes.c (init_optimization_passes): Add pass_graphite.
18040         Schedule a pass_copy_prop before pass_graphite_transforms.
18041         * timevar.def (TV_GRAPHITE): Declared.
18042         * tree-pass.h (pass_graphite): Declared.
18043         * tree-ssa-loop.c (pass_graphite): New.
18045 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18047         * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
18048         Remove calls to rename_nb_iterations and rename_sese_parameters.
18049         * graphite-clast-to-gimple.h (gloog): Update declaration.
18050         * graphite.c (graphite_transform_loops): Update call to gloog.
18051         * sese.c (rename_variables_in_expr): Removed.
18052         (rename_nb_iterations): Removed.
18053         (rename_sese_parameters): Removed.
18054         * sese.h (rename_nb_iterations): Removed.
18055         (rename_sese_parameters): Removed.
18057 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18059         * graphite-clast-to-gimple.c (gloog): Remove call to
18060         sese_adjust_liveout_phis.
18061         * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
18062         SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
18063         (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
18064         rewrite_phi_out_of_ssa.
18065         * sese.c (get_vdef_before_sese): Removed.
18066         (sese_adjust_vphi): Removed.
18067         (sese_adjust_liveout_phis): Removed.
18068         * sese.h (sese_adjust_liveout_phis): Removed.
18070 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18072         * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
18073         argument for the place after which to insert the out of SSA copy.
18074         (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
18075         (rewrite_phi_out_of_ssa): Same.
18076         (rewrite_cross_bb_scalar_deps): Same.
18077         (insert_copyout): Removed.
18078         (insert_copyin): Removed.
18079         (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
18080         insert_out_of_ssa_copy_on_edge instead of insert_copyout and
18081         insert_copyin.
18083 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18085         * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
18086         (rewrite_reductions_out_of_ssa): Same.
18087         (rewrite_commutative_reductions_out_of_ssa): Same.
18088         (build_poly_scop): Do not call these functions.
18089         * graphite-sese-to-poly.h (build_poly_scop): Declared.
18090         (rewrite_reductions_out_of_ssa): Declared.
18091         (rewrite_commutative_reductions_out_of_ssa): Declared.
18092         * graphite.c (graphite_transform_loops): Call on every scop
18093         rewrite_commutative_reductions_out_of_ssa before calling
18094         rewrite_reductions_out_of_ssa and build_scop_bbs.
18096 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18098         * graphite-dependences.c (dot_deps): Make system call to dotty run
18099         in background.
18100         (dot_deps_stmt): Same.
18101         * graphite-poly.c (dot_lst): Same.
18103 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
18105         * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
18106         phi_arg_in_outermost_loop.
18107         (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
18108         (remove_invariant_phi): Same.
18110 2010-08-11  Anatoly Sokolov  <aesok@post.ru>
18112         * target.def (output_addr_const_extra): New hook.
18113         * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
18114         * doc/tm.texi: Regenerate.
18115         * targhooks.c (default_asm_output_addr_const_extra): New function.
18116         * targhooks.h (default_asm_output_addr_const_extra): Declare.
18117         * final.c (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
18118         target hook.
18120         * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
18121         * config/i386/i386-protos.h (output_addr_const_extra): Remove.
18122         * config/i386/i386.h (output_addr_const_extra): Rename to...
18123         (i386_asm_output_addr_const_extra): ...this. Make static.
18124         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
18126 2010-08-11  Richard Henderson  <rth@redhat.com>
18128         * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
18130 2010-08-11  Nick Clifton  <nickc@redhat.com>
18132         * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
18133         * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
18134         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
18135         stormy16-lib2-cmpsi.c.
18137         * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
18138         -O2.
18140 2010-08-11  Joseph Myers  <joseph@codesourcery.com>
18142         * opts.h (struct cl_option_handler_func): Make handler take
18143         cl_decoded_option structure as parameter, not individual elements.
18144         (struct cl_option_handlers): Make callbacks take cl_decoded_option
18145         structure as parameter, not individual elements.
18146         (handle_option): Take cl_decoded_option structure as parameter,
18147         not individual elements.
18148         (handle_generated_option): Declare.
18149         * opts-common.c (handle_option): Take cl_decoded_option structure
18150         as parameter, not individual elements.  Update calls to callback
18151         and handler functions.
18152         (handle_generated_option): New.
18153         (read_cmdline_option): Update calls to callback functions and
18154         handle_option.
18155         * opts.c (common_handle_option, complain_wrong_lang,
18156         unknown_option_callback, post_handling_callback,
18157         lang_handle_option, target_handle_option): Take cl_decoded_option
18158         structure as parameter, not individual elements.
18159         (lang_handle_option, target_handle_option, common_handle_option):
18160         Assert option has at most one argument.
18161         (enable_warning_as_error): Call handle_generated_option instead of
18162         handle_option.  Do not pass -Werror argument as argument of
18163         generated option.
18165 2010-08-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18167         * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
18168         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
18169         (SUBWORD_BOOL_CAS): Likewise.
18170         (SUBWORD_SYNC_OP): Likewise.
18171         (SUBWORD_TEST_AND_SET): Likewise.
18172         (FETCH_AND_OP_WORD): Parenthesise INF_OP
18173         (SUBWORD_SYNC_OP): Likewise.
18174         (OP_AND_FETCH_WORD): Likewise.
18176 2010-08-10  Xinliang David Li  <davidxl@google.com>
18178         * tree-ssa-loop-ivopts.c (get_address_cost): Properly
18179         compute max/min offset in address.
18181 2010-08-10  Vladimir Makarov  <vmakarov@redhat.com>
18183         * ira-live.c: Include sbitmap.h.
18184         (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
18185         Compress live ranges even more.
18187 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
18189         * coverage.c (ctr_labels): Delete.
18191 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
18193         PR bootstrap/45177
18194         * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
18195         test here from arm_gen_load_multiple_1.
18196         (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
18197         multiple_operation_profitable_p.
18199 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
18201         * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
18202         (fini_pre): Call free_aux_for_blocks.  Delete unused bb variable.
18204 2010-08-10  Richard Henderson  <rth@redhat.com>
18206         * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
18207         after saving registers.  Assert that SSE registers are only saved
18208         with a sufficiently aligned frame.
18209         (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
18210         remove stack_realign_fp handling.
18211         (ix86_expand_prologue): Save int registers before stack_realign_fp,
18212         and do not mark the stack alignment as frame related.
18213         (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
18215         * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
18216         saves when re-aligning the stack.
18218 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
18220         * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
18221         * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
18222         (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
18224 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
18226         * dwarf2out.c (struct die_struct): Move die_tag to the end.
18228 2010-08-09  Sofiane Naci  <sofiane.naci@arm.com>
18230         * config/arm/iterators.md: New file.
18231         * config/arm/arm.md: Include iterators.md.
18232         (QHSI): Move to new file.
18233         (LTUGEU, cnb, optab, ior_xor): Likewise.
18234         * config/arm/iwmmxt.md (VMMX): Move to new file.
18235         (VSHFT, MMX_char): Likewise.
18236         * config/arm/neon.md (VD): Move to new file.
18237         (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
18238         (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
18239         (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
18240         (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
18241         (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
18242         (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
18243         (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
18244         (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
18245         (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
18246         (Is_d_reg, V_mode_nunits): Likewise.
18247         * config/arm/vec-common.md (VALL): Move to new file.
18248         (VALLW, VINT, VINTW): Likewise.
18250 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
18252         PR middle-end/45182
18253         * combine.c (make_compound_operation): Don't try to convert
18254         shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
18256 2010-08-10  Richard Guenther  <rguenther@suse.de>
18258         * tree.h (get_object_alignment): Adjust prototype.
18259         * builtins.c (get_object_alignment): Return unsigned int,
18260         drop the align parameter.  Handle MEM_REF, MISALIGNED_INDIRECT_REF
18261         and TARGET_MEM_REF properly.
18262         (get_pointer_alignment): Adjust.
18263         * emit-rtl.c (get_mem_align_offset): Adjust comment.
18264         (set_mem_attributes_minus_bitpos): Adjust.
18265         * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
18267 2010-08-10  Richard Guenther  <rguenther@suse.de>
18269         * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
18270         (copy_prop_visit_assignment): Simplify.
18271         (copy_prop_visit_stmt): Also visit assignments from
18272         constants.
18273         (copy_prop_visit_phi_node): Use operand_equal_p.
18275 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
18277         * ipa-split.c (find_split_points): Free stack.
18279 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
18281         * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
18282         * tree.c (tree_node_kind): Delete corresponding entries.
18284 2010-08-09  H.J. Lu  <hongjiu.lu@intel.com>
18286         * alias.c (may_alias_p): Remove unused ret.
18288 2010-08-09  Bingfeng Mei  <bmei@broadcom.com>
18290         * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
18291         alias_sets_conflict_p.
18292         (walk_mems_1): Moved from alias.c.
18293         (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
18294         in alias.c.
18295         (add_inter_loop_mem_dep): Use insns_may_alias_p now.
18296         * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
18297         * alias.c (walk_mems_2): Moved to ddg.c.
18298         (walk_mems_1): Ditto.
18299         (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
18300         to ddg.c.
18301         (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
18302         disambiguation.
18303         *(may_alias_p): New function to check whether two memory expression
18304         may alias or not. Currently used in buidling inter-iteration memory
18305         dependence.
18306         *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
18307         (insn_alias_sets_conflict_p): Removed
18308         *rtl.h (may_alias_p): New function prototype.
18310 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
18312         * tree.c (nreverse): Assert that we don't have a BLOCK.
18314 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
18316         * builtins.c (fold_builtin_next_arg): Use stdarg_p.
18317         * config/arm/arm.c (arm_get_pcs_model): Likewise.
18318         * config/avr/avr.c (init_cumulative_args): Likewise.
18319         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
18320         * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
18321         * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
18322         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
18323         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
18324         * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
18325         * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
18326         * dwarf2out.c (gen_subprogram_die): Likewise.
18327         * function.c (allocate_struct_function): Likewise.
18328         * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
18329         (deserves_ellipsis): Delete.
18331 2010-08-09  Richard Guenther  <rguenther@suse.de>
18333         * tree-ssa-copy.c (cached_last_copy_of): Remove.
18334         (valueize_val): New function.
18335         (get_last_copy_of): Remove.
18336         (set_copy_of_val): Simplify.
18337         (dump_copy_of): Likewise.
18338         (copy_prop_visit_cond_stmt): Use valueize_val.
18339         (copy_prop_visit_phi_node): Properly handle unvisited names.
18340         Drop code managing copy-of chains.
18341         (init_copy_prop): Adjust.
18342         (fini_copy_prop): Likewise.
18343         (execute_copy_prop): Remove obsolete comment.
18345 2010-08-09  Richard Guenther  <rguenther@suse.de>
18347         PR middle-end/44632
18348         * function.c (gimplify_parameters): Do not clear addressable
18349         bit of the original parameter.
18351 2010-08-09  Richard Guenther  <rguenther@suse.de>
18353         PR middle-end/45212
18354         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
18355         alignment from MEM_REF offset only if we took it from the
18356         base object.
18358 2010-08-09  Eric Fisher  <joefoxreal@gmail.com>
18360         * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
18362 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
18364         * c-tree.h (build_arg_info): Declare.
18365         * c-decl.c (build_arg_info): Define.
18366         (get_parm_info): Call it.  Delete initialization code.
18367         * c-parser.c (c_parser_parms_declarator): Likewise.
18368         (c_parser_parms_list_declaractor): Likewise.
18370 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
18372         * c-tree.h (c_arg_tag): Define.  Define a VEC containing it.
18373         (struct c_arg_info): Change type of tags field.
18374         * c-decl.c (grokdeclarator): Update for changed type of tags field.
18375         (get_parm_info): Likewise.
18376         (store_parm_decls_newstyle): Likewise.
18378 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
18380         * config/rs6000/rs6000.c (branch_island): Define.  Define a VEC of it.
18381         (branch_island_list): Delete.
18382         (branch_islands): Declare.
18383         (add_compiler_branch_island): Adjust for branch_islands instead of
18384         branch_island_list.
18385         (macho_branch_islands): Likewise.
18386         (no_previous_def): Likewise.
18387         (get_prev_label): Likewise.
18389 2010-08-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18391         PR boehm-gc/34544
18392         * gthr-posix.h (__gthread_start): Delete.
18393         (__gthread_active_init): Use pthread_default_stacksize_np instead of
18394         pthread_create to determine if hpux pthreads are active.
18395         * gthr-posix95.h (__gthread_start): Delete.
18396         (__gthread_active_init): Likewise use pthread_default_stacksize_np.
18398 2010-08-08  Kai Tietz  <kai.tietz@onevision.com>
18400         * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
18401         _WIN64 not expanded.
18403 2010-08-07  Uros Bizjak  <ubizjak@gmail.com>
18404             H.J. Lu  <hongjiu.lu@intel.com>
18406         PR target/45213
18407         * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
18408         to output 32bit SFmode immediate as 8 byte sign extended value.
18410 2010-08-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18412         * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
18413         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
18414         (SUBWORD_BOOL_CAS): Likewise.
18415         (SUBWORD_SYNC_OP): Likewise.
18416         (SUBWORD_TEST_AND_SET): Likewise.
18417         (FETCH_AND_OP_WORD): Parenthesise INF_OP
18418         (SUBWORD_SYNC_OP): Likewise.
18419         (OP_AND_FETCH_WORD): Likewise.
18421 2010-08-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
18423         * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
18424         * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
18425         (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
18426         (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
18427         generic part.
18428         (cortex_a9_sched_adjust_cost): New function.
18429         (xscale_sched_adjust_cost): New function.
18430         * config/arm/arm-protos.h (struct tune_params): New field
18431         sched_adjust_cost.
18432         * config/arm/arm-cores.def: Adjust costs for cortex-a9.
18434 2010-08-06  Eric Botcazou  <ebotcazou@adacore.com>
18436         PR target/44942
18437         * config/sparc/sparc.c (function_arg_advance): Always take into account
18438         the padding, if any.
18440 2010-08-06  Richard Guenther  <rguenther@suse.de>
18442         * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
18443         (dump_lattice_value): Dump it.
18444         (get_default_value): Adjust.
18445         (get_constant_value): Likewise.
18446         (set_value_varying): Likewise.
18447         (set_lattice_value): Make sure to not go up the lattice
18448         with bitwise constant values.
18449         (get_value_for_expr): Handle ADDR_EXPRs.
18450         (value_to_double_int): New function.
18451         (get_value_from_alignment): Likewise.
18452         (do_dbg_cnt): Adjust.
18453         (ccp_lattice_meet): Handle partially constant values.
18454         (bit_value_unop_1): New function.
18455         (bit_value_binop_1): Likewise.
18456         (bit_value_unop): Likewise.
18457         (bit_value_binop): Likewise.
18458         (evaluate_stmt): Track partially constant values if
18459         flag_tree_bit_ccp is set.
18460         (ccp_fold_stmt): Dump if we folded a predicate.
18461         (ccp_visit_stmt): Adjust.
18462         * common.opt (ftree-bit-ccp): New flag.
18463         * doc/invoke.texi (ftree-bit-ccp): Document.
18464         * opts.c (decode_options): Enable bit-CCP at -O1.
18466 2010-08-06  Alan Modra  <amodra@gmail.com>
18468         * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
18469         and -mrelocatable-lib description.
18471 2010-08-05  Bernd Schmidt  <bernds@codesourcery.com>
18473         From Martin Thuresson  <martint@google.com>
18474         * postreload.c (reload_cse_simplify_operands): Use
18475         SET_REGNO_RAW instead of SET_REGNO.
18476         * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
18477         SET_REGNO.
18478         * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
18479         instead of SET_REGNO.
18480         * rtl.h (SET_REGNO_RAW): New macro.
18482 2010-08-05  Eric Botcazou  <ebotcazou@adacore.com>
18484         * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
18485         computations.  Fix formatting issues.
18486         (num_sign_bit_copies1): Likewise.
18487         (canonicalize_condition): Likewise.
18489 2010-08-05  Richard Henderson  <rth@redhat.com>
18491         * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
18492         (floor_log2): Use clz_hwi.
18493         (exact_log2): Use ctz_hwi.
18494         * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
18495         * builtins.c (fold_builtin_bitop): Use them.
18496         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
18497         * combine.c (get_pos_from_mask): Use ctz_hwi.
18498         * double-int.c (double_int_ctz): Likewise.
18499         * explow.c (force_reg): Likewise.
18500         * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
18502 2010-08-05  Richard Henderson  <rth@redhat.com>
18504         PR target/45189
18505         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
18506         the alignment constant is properly sign-extended.
18508 2010-08-05  Richard Guenther  <rguenther@suse.de>
18510         * expr.c (store_expr): Use emit_block_move only if both
18511         source and target are MEMs.  Use store_bit_field if only
18512         the target is a MEM.
18514 2010-08-05  Richard Henderson  <rth@redhat.com>
18516         PR debug/45188
18517         * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
18518         (INCOMING_RETURN_ADDR_RTX): Likewise.
18519         (dwarf2out_do_frame): Remove conditional compilation.
18520         (dwarf2out_frame_init): Likewise.
18522 2010-08-05  Nicolas Setton  <setton@adacore.com>
18524         * gcov.c (flag_display_progress): New static variable.
18525         (main): Display progress info on standard output if requested.
18526         (options): Add -d/--display-progress.
18527         (print_usage): Print them.
18528         (process_args): Handle them.
18529         * doc/gcov.texi: Document them.
18531 2010-08-05  Martin Jambor  <mjambor@suse.cz>
18533         * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
18534         (ipcp_insert_stage): Redirect only edges not flagged with
18535         indirect_inlining_edge.  Call ipcp_discover_new_direct_edges for all
18536         discovered constants.
18538 2010-08-05  Martin Jambor  <mjambor@suse.cz>
18540         * ipa-prop.h (enum ipa_lattice_type): Changed comments.
18541         (struct ipa_param_descriptor): New fields types and
18542         cannot_devirtualize.
18543         (ipa_param_cannot_devirtualize_p): New function.
18544         (ipa_param_types_vec_empty): Likewise.
18545         (ipa_make_edge_direct_to_target): Declare.
18546         * ipa-cp.c: Fixed first stage driver name in initial comment,
18547         described devirtualization there too.
18548         (ipcp_analyze_node): Call ipa_analyze_params_uses.
18549         (ipcp_print_all_lattices): Print devirtualization info.
18550         (ipa_set_param_cannot_devirtualize): New function.
18551         (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
18552         lattice to BOTTOM.
18553         (ipcp_init_stage): Merged into...
18554         (ipcp_generate_summary): ...its caller.
18555         (ipcp_change_tops_to_bottom): Also process type lists.
18556         (ipcp_add_param_type): New function.
18557         (ipcp_copy_types): Likewise.
18558         (ipcp_propagate_types): Likewise.
18559         (ipcp_propagate_stage): Also propagate types.
18560         (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
18561         Also return true if propagated types require it.
18562         (ipcp_update_callgraph): Dump redirection info.
18563         (ipcp_process_devirtualization_opportunities): New function.
18564         (ipcp_const_param_count): Include known type information.
18565         (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
18566         on new node.  Fixed formatting.
18567         * ipa-prop.c (make_edge_direct_to_target): Renamed to
18568         ipa_make_edge_direct_to_target and changed all callers.  Made
18569         externally visible.
18570         (ipa_node_duplication_hook): Duplicate types vector.
18571         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
18572         redirect outgoing calls for which we can't get a decl from the
18573         statement.  Check that we can get a decl from the call statement.
18574         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
18575         ipa_analyze_params_uses only when ipa-cp is disabled.
18576         * tree-inline.c (get_indirect_callee_fndecl): Removed.
18577         (expand_call_inline): Do not call get_indirect_callee_fndecl.
18578         * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
18579         * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
18581 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
18583         * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
18584         temporary. Emit move from temporary to accum, so REG_EQUAL note will
18585         be attached to this insn in correct mode.
18587 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
18589         * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
18590         using REGNO of base_reg directly.
18592 2010-08-05  Jie Zhang  <jie@codesourcery.com>
18594         PR tree-optimization/45144
18595         * tree-sra.c (type_consists_of_records_p): Return false
18596         if the record contains bit-field.
18598 2010-08-04  Richard Henderson  <rth@redhat.com>
18600         * config/i386/i386.c (struct ix86_frame): Remove padding and
18601         to_allocate members.
18602         (ix86_compute_frame_layout): Don't store them.
18603         (ix86_can_use_return_insn_p): Use a more direct and more obviously
18604         correct condition for the position of the stack pointer.
18605         (ix86_expand_prologue): Compute remaining stack allocation based
18606         on the ultimate stack pointer offset.
18607         (ix86_expand_epilogue): Use more obvious expressions testing for
18608         the stack pointer already pointing to the saved registers.
18610         * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
18611         duplication deconstructing the frame pointer.  Simplify
18612         deallocation of the local stack frame.
18614         * reg-notes.def (CFA_EXPRESSION): New.
18615         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
18616         (dwarf2out_frame_debug_cfa_expression): New.
18617         (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
18619         * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
18620         * config/i386/i386.c (ix86_expand_prologue): Set it.
18621         (ix86_expand_epilogue): Clear it.
18622         (ix86_emit_save_reg_using_mov): For registers saved in a realigned
18623         context, add REG_CFA_EXPRESSION notes.
18625         * config/i386/i386.h (struct machine_frame_state): Rename from
18626         machine_cfa_state.  Add members tracking SP and FP regardless
18627         of the current CFA register.
18628         (ix86_cfa_state): Remove.
18629         * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
18630         and sse_reg_save_offset members.
18631         (ix86_compute_frame_layout): Set them.
18632         (gen_push): Increment sp_offset too.
18633         (choose_baseaddr_len, choose_baseaddr): New.
18634         (ix86_emit_save_reg_using_mov): New.
18635         (ix86_emit_save_regs_using_mov): Use it.
18636         (ix86_emit_save_sse_regs_using_mov): Likewise.
18637         (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
18638         compare vs the saved red_zone_offset.
18639         (pro_epilogue_adjust_stack): Adjust sp_offset.
18640         (ix86_adjust_stack_and_probe): Likewise.
18641         (ix86_expand_prologue): Set up, use, and validate the new
18642         frame_state_info members.  Use gen_frame_mem.
18643         (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
18644         (ix86_emit_restore_reg_using_pop): Likewise.  Use and update the
18645         new frame_state_info members.
18646         (ix86_emit_leave): Likewise.
18647         (ix86_emit_restore_regs_using_mov): Likewise.  Don't check for
18648         out-of-range stack pointer offsets here.
18649         (ix86_emit_restore_sse_regs_using_mov): Likewise.
18650         (ix86_expand_epilogue): Use and validate the new frame_state_info
18651         members.  Break up and simplify the logic selecting the
18652         restore_regs_via_mov code path.  Ensure that there will be no
18653         out-of-range stack pointer offsets.
18655         * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
18657         * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
18658         argument name to reflect the expected tree; fix indentation.
18659         (ix86_asm_output_function_label): Output the entire 32-bit
18660         ms_hook here as bytes ...
18661         (ix86_expand_prologue): ... not here as insns.  Attach the
18662         unwind info for the ms_hook to a blockage insn.
18663         (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
18664         (ix86_ms_bitfield_layout_p): Fix indentation.
18665         * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
18667         * config/i386/i386.c (ix86_using_red_zone): New.
18668         (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
18669         ix86_expand_prologue, ix86_force_to_memory): Use it.
18671         * config/i386/i386.c (ix86_expand_prologue): Simplify logic
18672         saving the int registers.
18674         * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
18675         and DWARF2_UNWIND_INFO conditional compilation.
18677 2010-08-04  Richard Henderson  <rth@redhat.com>
18679         PR debug/45171
18680         * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
18681         an is_naming_typedef_decl.
18683 2010-08-04  Bernd Schmidt  <bernds@codesourcery.com>
18685         PR rtl-optimization/45162
18686         * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
18687         * dce.c (word_dce_process_block): Likewise.
18689 2010-08-04  Steve Ellcey  <sje@cup.hp.com>
18691         PR target/44583
18692         * config/ia64/constraints.md (Z): New.
18693         * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
18694         (xfreg_or_signed_fp01_operand): New.
18695         * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
18696         with fr_reg_or_signed_fp01_operand and constraint G with Z.
18697         (subsf3): Ditto.
18698         (*maddsf4): Ditto.
18699         (*msubsf4): Ditto.
18700         (adddf3): Ditto.
18701         (adddf3_trunc): Ditto.
18702         (subdf3): Ditto.
18703         (*subdf3_trunc): Ditto.
18704         (*madddf4): Ditto.
18705         (*madddf4_trunc): Ditto.
18706         (*msubdf4): Ditto.
18707         (*msubdf4_trunc): Ditto.
18708         (addxf3): Replace xfreg_or_fp01_operand with
18709         xfreg_or_signed_fp01_operand and constraint G with Z.
18710         (*addxf3_truncsf): Ditto.
18711         (*addxf3_truncdf): Ditto.
18712         (subxf3): Ditto.
18713         (*subxf3_truncsf): Ditto.
18714         (*subxf3_truncdf): Ditto.
18715         (*maddxf4): Ditto.
18716         (*maddxf4_truncsf): Ditto.
18717         (*maddxf4_truncdf): Ditto.
18718         (*msubxf4): Ditto.
18719         (*msubxf4_truncsf): Ditto.
18720         (*msubxf4_truncdf): Ditto.
18722 2010-08-04  Richard Guenther  <rguenther@suse.de>
18724         * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
18725         if either alias-set is zero.
18727 2010-08-04  Richard Guenther  <rguenther@suse.de>
18729         * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
18730         * tree-ssa-ccp.c: ... here.
18731         * tree-ssa-copy.c: ... and here.
18732         * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
18733         value_range_t): Move ...
18734         * tree-vrp.c: ... here.
18735         * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
18736         (substitute_and_fold): Adjust prototype.
18737         * tree-ssa-propagate.c (replace_uses_in): Adjust.
18738         (replace_phi_args_in): Likewise.
18739         (substitute_and_fold): Take callback to query lattice instead
18740         of pointer to lattice.  Replace SSA name defs with lattice
18741         values first.
18742         * tree-ssa-ccp.c (ccp_finalize): Adjust.
18743         * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
18744         (get_value): New function.
18745         (fini_copy_prop): Adjust.
18746         * tree-vrp.c (vrp_finalize): Adjust.
18748 2010-08-04  Richard Guenther  <rguenther@suse.de>
18750         PR middle-end/45176
18751         * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
18752         points-to set for original MEM_REF.
18754 2010-08-04  Richard Guenther  <rguenther@suse.de>
18756         * tree-ssa-ccp.c (get_constant_value): New function.
18757         (get_rhs_assign_op_for_ccp): Remove.
18758         (valueize_op): New function.
18759         (ccp_fold): Use get_constant_value and valueize_op.
18760         (fold_const_aggregate_ref): Likewise.
18761         (ccp_fold_stmt): Likewise.
18762         (visit_assignment): Simplify.
18764 2010-08-04  Richard Guenther  <rguenther@suse.de>
18766         * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
18767         * double-int.h (double_int_ctz): Declare.
18768         * double-int.c (double_int_ctz): New function.
18770 2010-08-04  Hariharan Sandanagobalane  <hariharan@picochip.com>
18772         * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
18773         Define.
18774         picochip_expand_movmemhi : Expand movmem pattern.
18775         * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
18776         Declare.
18777         * config/picochip/picochip.md (movmemhi) : New pattern.
18779 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
18781         * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
18783 2010-08-03  Bernd Schmidt  <bernds@codesourcery.com>
18785         * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
18786         NEG as operand of a MULT by merging it with the other operand.
18787         * combine.c (make_compound_operation): Use trunc_int_for_mode when
18788         generating a MULT with constant.  Canonicalize PLUS and MINUS involving
18789         MULT.
18790         * config/arm/constraints.md (M): Examine only 32 bits of a
18791         HOST_WIDE_INT.
18792         * config/arm/predicates.md (power_of_two_operand): Likewise.
18794 2010-08-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18796         * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
18797         non-NOTE insns.
18799 2010-08-03  Jan Hubicka  <jh@suse.cz>
18801         * ipa-split.c (struct split_point): Add split_part_set_retval.
18802         (find_retval): Forward declare.
18803         (test_nonssa_use, mark_nonssa_use): Special case return by reference.
18804         (consider_split): Compute current->split_part_set_retval.
18805         (visit_bb): Do not look into return value.
18806         (split_function): Handle !split_part_set_retval
18808 2010-08-03  Martin Jambor  <mjambor@suse.cz>
18810         * tree-sra.c (completely_scalarize_record): New parameter REF, create
18811         its own access->expr intead of using build_ref_for_offset.
18813 2010-08-03  Joseph Myers  <joseph@codesourcery.com>
18815         * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
18816         * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
18817         * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
18818         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
18819         * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
18820         * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
18821         * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
18822         DEFAULT_SWITCH_TAKES_ARG.
18823         * config/rx/rx.opt (-patch=): Remove option.
18824         * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
18825         * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
18826         * doc/invoke.texi (RX Options): Remove -patch=.
18827         * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
18828         (option_map): Remove --profile-blocks, --quiet and --silent.
18830 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
18832         * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
18833         * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
18834         (ix86_expand_branch): Add op0 and op1 arguments.  Do not access
18835         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
18836         Update calls to ix86_expand_compare and ix86_expand_branch.
18837         (ix86_expand_setcc): Add op0 and op1 arguments.  Update calls to
18838         ix86_expand_compare.
18839         (ix86_expand_compare): Add op0 and op1 arguments.  Do not access
18840         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
18841         Make static.
18842         (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
18843         and ix86_compare_op1.  Update calls to ix86_expand_compare.
18844         (ix86_expand_int_movcc): Ditto.
18845         (ix86_expand_fp_movcc): Ditto.  Update calls to ix86_expand_setcc.
18846         * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
18847         (ix86_expand_setcc): Ditto.
18848         (ix86_expand_compare): Remove prototype.
18849         * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
18850         ix86_compare_op0 and ix86_compare_op1.  Update calls
18851         to ix86_expand_branch to directly pass operands[1] and operands[2].
18852         (cbranchxf4): Ditto.
18853         (cbranch<MODEF:mode>4): Ditto.
18854         (cbranchcc4): Ditto.
18855         (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
18856         Update calls to ix86_expand_setcc to directly pass operands[2] and
18857         operands[3].
18858         (cstorexf4): Ditto.
18859         (cstore<MODEF:mode>4): Ditto.
18860         (cstorecc4): Ditto.
18862 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
18864         PR target/45063
18865         * caller-save.c (save_call_clobbered_regs): Remove regs from
18866         hard_regs_saved when they are set.
18868 2010-08-02  Uros Bizjak  <ubizjak@gmail.com>
18870         PR target/41089
18871         * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
18872         as volatile.
18874 2010-08-02  Sebastian Pop  <sebastian.pop@amd.com>
18876         * common.opt (ftree-loop-distribute-patterns): New.
18877         * invoke.texi (-ftree-loop-distribute-patterns): Documented.
18878         * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
18879         at -O3.
18880         * tree-data-ref.c (stores_zero_from_loop): New.
18881         * tree-data-ref.h (stores_zero_from_loop): Declared.
18882         * tree-loop-distribution.c (tree_loop_distribution): Call
18883         stores_zero_from_loop.
18884         (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
18886 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
18888         * postreload.c (reload_cse_simplify_operands): Take attribute enabled
18889         into account.
18891         * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
18892         * config/arm/arm.c (thumb1_code): New variable.
18893         (arm_override_options): Set it.
18894         (thumb1_final_prescan_insn): Keep track of condition code status.
18895         (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
18896         jumps that depend on them.
18897         * config/arm/arm.h (thumb1_code): Declare variable.
18898         (struct machine_function): Guard with #ifndef GENERATOR_FILE.  Add
18899         members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
18900         thumb1_cc_mode.
18901         (CC_STATUS_INIT): New macro.
18902         * config/arm/constraints.md (Pd): New constraint.
18903         * config/arm/predicates.md (noov_comparison_operator): New predicate.
18904         * config/arm/arm.md (is_thumb1): New define_attr.
18905         (conds): Set default to "clob" when generating Thumb1 code.
18906         (thumb1_bicsi3): Renamed from bicsi3.  All uses changed.  Condition
18907         code are set.  Use two-operand assembly syntax.
18908         (thumb1_subsi3_insn): Condition codes are set.  Now a properly named
18909         pattern.
18910         (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
18911         codes are set.  Use two-operand assembly syntax.
18912         (zero_extendhisi splitter): Remove constraints.
18913         (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
18914         thumb1_movsf_insn): Set conds attribute as appropriate.
18915         (cbranchsi4_insn): Use condition code status from struct
18916         machine_function to determine whether the comparison can be eliminated.
18917         Discourage the alternative using high registers.
18918         (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
18919         orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
18920         bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
18921         subsi3_cbranch): Delete.
18922         (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
18923         one subtract and one cbranch insn.
18925         * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
18926         thumb2_movdf_soft_insn): Delete patterns.
18927         * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
18928         arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
18929         (pool_range, neg_pool_range): Use them to define defaults.
18930         (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
18931         and allow for TARGET_32BIT.
18933         PR target/40457
18934         * config/arm/arm.h (arm_regs_in_sequence): Declare.
18935         * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
18936         load_multiple_sequence, store_multiple_sequence): Delete
18937         declarations.
18938         (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
18939         declarations.
18940         * config/arm/ldmstm.md: New file.
18941         * config/arm/arm.c (arm_regs_in_sequence): New array.
18942         (load_multiple_sequence): Now static.  New args SAVED_ORDER,
18943         CHECK_REGS.  All callers changed.
18944         If SAVED_ORDER is nonnull, copy the computed order into it.
18945         If CHECK_REGS is false, don't sort REGS.  Handle Thumb mode.
18946         (store_multiple_sequence): Now static.  New args NOPS_TOTAL,
18947         SAVED_ORDER, REG_RTXS and CHECK_REGS.  All callers changed.
18948         If SAVED_ORDER is nonnull, copy the computed order into it.
18949         If CHECK_REGS is false, don't sort REGS.  Set up REG_RTXS just
18950         like REGS.  Handle Thumb mode.
18951         (arm_gen_load_multiple_1): New function, broken out of
18952         arm_gen_load_multiple.
18953         (arm_gen_store_multiple_1): New function, broken out of
18954         arm_gen_store_multiple.
18955         (arm_gen_multiple_op): New function, with code from
18956         arm_gen_load_multiple and arm_gen_store_multiple moved here.
18957         (arm_gen_load_multiple, arm_gen_store_multiple): Now just
18958         wrappers around arm_gen_multiple_op.  Remove argument UP, all callers
18959         changed.
18960         (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
18961         * config/arm/predicates.md (commutative_binary_operator): New.
18962         (load_multiple_operation, store_multiple_operation): Handle more
18963         variants of these patterns with different starting offsets.  Handle
18964         Thumb-1.
18965         * config/arm/arm.md: Include "ldmstm.md".
18966         (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
18967         ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
18968         stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
18969         peepholes): Delete.
18970         * config/arm/ldmstm.md: New file.
18971         * config/arm/arm-ldmstm.ml: New file.
18973         * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
18974         if statement which adds extra costs to frame-related expressions.
18976 2010-08-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
18978         * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
18980 2010-08-01  Uros Bizjak  <ubizjak@gmail.com>
18982         PR target/45142
18983         * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
18984         alternative 2.
18985         (vec_set<mode>_0 splitter): Use SSEMODE4S mode iterator to also
18986         split V4SI operands.
18988 2010-08-01  Anatoly Sokolov  <aesok@post.ru>
18990         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
18991         * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
18992         * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
18993         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
18995 2010-07-31  Kai Tietz  <kai.tietz@onevision.com>
18997         * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
18998         LOCAL_INCLUDE_DIR.
19000 2010-07-31  Richard Sandiford  <rdsandiford@googlemail.com>
19002         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
19003         used in the call to optab_for_tree_code.  Fix the second
19004         is_widening_mult_p call.  Check that both unwidened operands
19005         have the same sign.
19007 2010-07-31  John Tytgat  <John.Tytgat@aaug.net>
19009         * config/arm/arm.c (arm_function_arg): Remove superfluous test.
19011 2010-07-31  Anatoly Sokolov  <aesok@post.ru>
19013         * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
19015 2010-07-30  DJ Delorie  <dj@redhat.com>
19017         * config/rx/predicates.md (rx_constshift_operand): New.
19018         * config/rx/rx.md (zs_cond): New.
19019         (cbranchsi4): Remove mode.
19020         (*cbranchsi4_<code>): Likewise.
19021         (*tstbranchsi4_<code>): New.
19022         (*tstbranchsi4r_<code>): New.
19023         (*tstbranchsi4m_eq): New.
19024         (*tstbranchsi4m_ne): New.
19025         (cbranchsf4): Remove mode.
19026         (*cbranchsf4_<code>): Likewise.
19028 2010-07-30  Bernd Schmidt  <bernds@codesourcery.com>
19030         * rtlanal.c (simplify_subreg_regno): Don't treat
19031         HARD_FRAME_POINTER_REGNUM specially.
19033 2010-07-30  Joseph Myers  <joseph@codesourcery.com>
19035         * common.opt (-G): Don't define option here.
19036         * config/g.opt: New.
19037         * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
19038         rs6000/powerpc and score targets.
19039         * opts.c (common_handle_option): Don't handle -G here.
19040         * config/alpha/alpha.c (alpha_handle_option): Handle -G.
19041         * config/frv/frv.c (frv_handle_option): Handle -G.
19042         * config/ia64/ia64.c (ia64_handle_option): Handle -G.
19043         * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
19044         * config/m32r/m32r.c (m32r_handle_option): Handle -G.
19045         * config/mips/mips.c (mips_handle_option): Handle -G.
19046         * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
19047         * config/score/score.c (score_handle_option): Handle -G.
19049 2010-07-30  Anatoly Sokolov  <aesok@post.ru>
19051         * config/mmix/mmix.c: Include basic-block.h.
19053 2010-07-30  Jakub Jelinek  <jakub@redhat.com>
19055         PR debug/45055
19056         PR rtl-optimization/45137
19057         * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
19058         prototypes.
19059         * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
19060         New functions.
19061         * combine.c (next_nonnote_nondebug_insn): Removed.
19062         * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
19063         * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
19064         * sched-deps.c (sched_analyze_insn): Likewise.
19065         (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
19066         * rtlanal.c (canonicalize_condition): Likewise.
19067         * postreload.c (reload_combine_recognize_pattern): Likewise.
19068         (reload_cse_move2add): Use next_nonnote_nondebug_insn.
19070 2010-07-29  Uros Bizjak  <ubizjak@gmail.com>
19072         * config/i386/i386.md (int_cond): Remove code iterator.
19073         (fp_cond): Ditto.
19074         (cbranch<mode>4): Use ordered_comparison_operator predicate
19075         for operator0.
19076         (cstore<mode>4): Ditto for operator1.
19077         (mov<SWIM:mode>cc and corresponding splitter): Ditto.
19078         (add<mode>cc): ditto.
19080 2010-07-30  Richard Guenther  <rguenther@suse.de>
19082         PR middle-end/45141
19083         * expr.c (expand_expr_real_1): Check for not handled base address.
19085 2010-07-30  Richard Guenther  <rguenther@suse.de>
19087         * ipa-prop.c (ipa_modify_formal_parameters): Use
19088         build_distinct_type_copy.
19090 2010-07-30  Anthony Green  <green@moxielogic.com>
19092         * config/moxie/rtems.h: New file.
19093         * config.gcc: Add moxie-rtems support.
19095 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
19097         * dce.c (run_word_dce): Take flag_dce into account.  Clear and restore
19098         df flags as in run_fast_df_dce.
19100 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
19102         Revert:
19103         2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
19105         * rtl.def (NOTE): Swap operands 4 and 5.
19106         * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
19107         NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
19108         Adjust accordingly.
19109         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
19111 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
19113         PR debug/45110
19114         * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
19115         (gen_formal_types_die): Add DW_AT_object_pointer in methods.
19116         (gen_subprogram_die): Likewise.  Remove it when removing declaration's
19117         formal parameters.
19118         (gen_decl_die): Change return type to dw_die_ref, return what
19119         gen_formal_parameter_die returned.
19121 2010-07-29  Martin Jambor  <mjambor@suse.cz>
19123         * dbgcnt.def (eipa_sra): New counter.
19124         * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
19126 2010-07-29  Xinliang David Li  <davidxl@google.com>
19128         PR bootstrap/45119
19129         * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
19130         in revision 162652.
19132 2010-07-29  Richard Guenther  <rguenther@suse.de>
19134         * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
19135         (TV_TREE_STORE_CCP): Likewise.
19136         (TV_TREE_REDPHI): Likewise.
19138 2010-07-29  Richard Guenther  <rguenther@suse.de>
19140         * double-int.h (double_int_and_not): New function.
19141         * combine.c (try_combine): Use it.
19142         * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
19144 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
19146         PR rtl-optimization/42575
19147         * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
19148         Argument AU removed.  All callers changed.  Ignore artificial refs.
19149         Use return value of df_word_lr_simulate_defs to decide whether an insn
19150         is necessary.
19151         (fast_dce): Rename arg to WORD_LEVEL.
19152         (run_word_dce): Renamed from rest_of_handle_fast_byte_dce.  No longer
19153         static.
19154         (pass_fast_rtl_byte_dce): Delete.
19155         * dce.h (run_word_dce): Declare.
19156         * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
19157         All callers changed.  Simplify code to only deal with two-word regs.
19158         * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
19159         (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
19160         (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
19161         (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
19162         (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
19163         (df_word_lr_mark_ref): Declare.
19164         (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
19165         df_word_lr_simulate_uses): Declare or rename from byte variants.
19166         (df_byte_lr_simulate_artificial_refs_at_top,
19167         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
19168         df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
19169         declarations.
19170         (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
19171         (enum df_mm): Delete.
19172         * df-byte-scan.c: Delete file.
19173         * df-problems.c (df_word_lr_problem_data): Renamed from
19174         df_byte_lr_problem_data, all members deleted except for
19175         WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS.  Uses changed.
19176         (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
19177         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
19178         df_byte_lr_get_regno_len, df_byte_lr_check_regs,
19179         df_byte_lr_confluence_0): Delete functions.
19180         (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
19181         callers changed.
19182         (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
19183         Don't initialize members that were deleted, don't try to discover data
19184         about registers.  Ignore hard regs.
19185         (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
19186         (df_word_lr_mark_ref): New function.
19187         (df_word_lr_bb_local_compute): Renamed from
19188         df_byte_bb_lr_local_compute; all callers changed.  Use
19189         df_word_lr_mark_ref.  Assert that artificial refs don't include
19190         pseudos.  Ignore hard registers.
19191         (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
19192         Assert that exit block uses don't contain pseudos.
19193         (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
19194         (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
19195         callers changed.  Ignore hard regs.
19196         (df_word_lr_transfer_function): Renamed from
19197         df_byte_lr_transfer_function; all callers changed.
19198         (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
19199         (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
19200         changed.
19201         (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
19202         callers changed.
19203         (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
19204         confluence operator 0 set to NULL.
19205         (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
19206         callers changed.
19207         (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
19208         Return bool, true if bitmap changed or insn otherwise necessary.
19209         All callers changed.  Simplify using df_word_lr_mark_ref.
19210         (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
19211         all callers changed.  Simplify using df_word_lr_mark_ref.
19212         * lower-subreg.c: Include "dce.h"
19213         (decompose_multiword_subregs): Call run_word_dce if df available.
19214         * Makefile.in (lower-subreg.o): Adjust dependencies.
19215         (df-byte-scan.o): Delete.
19216         * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
19218 2010-07-29  Richard Guenther  <rguenther@suse.de>
19220         * tree.c (build_vector): Assert that the vector constant
19221         has enough elements.
19222         (build_vector_from_ctor): Pad with trailing zeros.
19224 2010-07-29  Richard Guenther  <rguenther@suse.de>
19226         PR tree-optimization/45120
19227         * tree-ssa-structalias.c (get_constraint_for_component_ref):
19228         Handle offset in DEREFs properly.
19229         (get_constraint_for_1): Handle MEM_REF offset properly.
19231 2010-07-29  Richard Guenther  <rguenther@suse.de>
19233         PR middle-end/45034
19234         * convert.c (convert_to_integer): Always use an unsigned
19235         type for narrowed negate and bitwise not.
19237 2010-07-29  Ira Rosen  <irar@il.ibm.com>
19239         * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
19240         to outer loop when creating reduction epilogue for double reduction,
19241         and switch back to the inner loop when updating the phi nodes.
19242         Update uses of outer loop exit phi nodes in double reduction (instead
19243         of uses of reduction).
19245 2010-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
19247         * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
19248         popcount on power7 and parity on power6 systems.
19249         (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
19250         (rs6000_emit_parity): Add support for power6 prtyd/prtyw
19251         instructions.
19253         * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
19254         (UNSPEC_PARITY): Ditto.
19255         (SFDF): New iterator for SF/DF.
19256         (rreg2): New mode attribute for floating register constraint.
19257         (TARGET_FLOAT): New mode attribute for whether single/double float
19258         is supported.
19259         (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
19260         pattern.
19261         (parity<mode>2_cmpb): New insn for parity on power6 and newer
19262         machines.
19263         (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
19264         pattern.  Add support for fcpsgn instruction added in power6.
19265         (copysignsf3): Delete.
19266         (copysigndf3): Delete.
19267         (copysign<mode>3_fcpsgn): New insn to generate fcpsgn.  Use UNSPEC
19268         instead of if_then_else in RTL to avoid problems with -0.
19270         * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
19271         of if_then_else to mirror scalar code.
19272         (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
19273         rs6000.md.
19275         * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
19276         instead of if_then_else.
19278 2010-07-28  Xinliang David Li  <davidxl@google.com>
19280         * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
19281         (dump_cand): Dump var_before/after.
19282         (htab_inv_expr_eq): New function.
19283         (htab_inv_expr_hash): New function.
19284         (tree_ssa_iv_optimize_init): Support pseudo invariants.
19285         (add_candidate_1): consider base type precision.
19286         (set_use_iv_cost): New parameter.
19287         (adjust_setup_cost): Use profile information.
19288         (get_address_cost): Do not hard code width in computing address
19289         offset limits.
19290         (compare_aff_trees): New function.
19291         (get_loop_invariant_expr_id): New function.
19292         (get_computation_cost_at): New parameter and use profile information.
19293         (get_computation_cost): New parameter.
19294         (determine_use_iv_cost_generic): Pass new parameter.
19295         (determine_use_iv_cost_address): Ditto.
19296         (determine_use_iv_cost_condition): Ditto.
19297         (autoinc_possible_for_pair): Ditto.
19298         (determine_use_iv_costs): More dumps.
19299         (iv_ca_get_num_inv_exprs): New function.
19300         (iv_ca_recount_cost): Consider loop invariants in register pressure
19301         cost.
19302         (iv_ca_add_use): New parameter.
19303         (iv_ca_dump): Better dumping.
19304         (iv_ca_extend): New parameter.
19305         (try_add_cand_for): Attempt to get better partial solution.
19306         (try_improve_iv_set): Pass new parameter to iv_ca_extend.
19307         (create_new-ivs): More dumps.
19308         (rewrite_use_compare): Ditto.
19309         (free_loop_data): More cleanup.
19310         (treee_ssa_iv_optimize_finalize): Ditto.
19312 2010-07-28  Kai Tietz  <kai.tietz@onevision.com>
19314         * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
19315         * config/i386/i386.c (ix86_profile_before_prologue): New.
19316         (override_options): Add special handling for -mfentry.
19317         (ix86_function_regparm): Likewise.
19318         (ix86_function_sseregparm): Likewise.
19319         (ix86_frame_pointer_required): Likewise.
19320         (ix86_expand_prologue): Check for ms_hook_prologue.
19321         (x86_function_profiler): Adjust mcount output.
19322         (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
19323         * config/i386/i386.opt (mfentry): New.
19324         * doc/invoke.texi (mfentry): Add documentation.
19325         * doc/tm.texi: Regenerated..
19326         * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
19327         * final.c (final_start_function): Replace macro
19328         PROFILE_BEFORE_PROLOGUE by target hook.
19329         * function.c (thread_prologue_and_epilogue_insns): Likewise.
19330         * target.def (profile_before_prologue): New hook.
19331         * targhooks.c (default_profile_before_prologue): New.
19332         * targhooks.h (default_profile_before_prologue): New.
19334 2010-07-28  Jakub Jelinek  <jakub@redhat.com>
19336         PR debug/45105
19337         * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
19339         PR debug/45103
19340         * dwarf2out.c (dwarf2out_var_location): Always consider
19341         NOTE_DURING_CALL_P notes, even when not followed by real instructions.
19343 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
19345         PR rtl-optimization/45107
19346         * gcse.c (hash_scan_set): Use max_distance for gcse-las.
19348 2010-07-28  Richard Guenther  <rguenther@suse.de>
19350         * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
19351         (set_lattice_value): Do not query an old default value.
19352         (get_value_for_expr): New function.  Properly canonicalize
19353         float values.
19354         (ccp_visit_phi_node): Use it.
19356 2010-07-28  Chung-Lin Tang  <cltang@codesourcery.com>
19358         * config/arm/arm.c (arm_pcs_default): Remove static.
19359         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
19360         __ARM_PCS_VFP to indicate soft/hard-float calling convention.
19361         (arm_pcs_default): Declare.
19363 2010-07-28  Iain Sandoe  <iains@gcc.gnu.org>
19365         * config/rs6000/rs6000.c (rs6000_override_options):
19366         Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
19367         ... to darwin_rs6000_override_options.
19368         (rs6000_return_in_memory): Update preceding comment for darwin
19369         64 bit ABI.  Use TARGET_MACHO inline.
19370         (rs6000_darwin64_struct_check_p): New.
19371         (function_arg_advance): Use rs6000_darwin64_struct_check_p.
19372         (function_arg): Likewise.
19373         (rs6000_arg_partial_bytes): Likewise.
19374         (rs6000_function_value): Likewise.
19376 2010-07-28  Andi Kleen  <ak@linux.intel.com>
19378         * lto-opts.c (lto_file_read_options): Add loop over all inputs.
19380 2010-07-28  Richard Guenther  <rguenther@suse.de>
19382         PR middle-end/44903
19383         * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
19384         targets try harder to not generate unaligned accesses.
19386 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
19388         PR rtl-optimization/45101
19389         * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
19390         for gcse-las.
19392 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
19394         PR tree-optimization/44885
19395         * tree-sra.c (find_param_candidates): Skip pointer types to arrays
19396         with non-aliased component.
19398 2010-07-28  Joseph Myers  <joseph@codesourcery.com>
19400         * config/darwin-driver.c (SWITCH_TAKES_ARG,
19401         WORD_SWITCH_TAKES_ARG): Remove.
19402         * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
19403         * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
19404         DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
19405         (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
19406         definitions from gcc.c.
19407         * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
19408         defaults.h.
19409         * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
19410         Move to defaults.h.
19411         * opts-common.c: Include tm.h.
19412         (decode_cmdline_option): Use SWITCH_TAKES_ARG and
19413         WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
19414         Handle more than one argument.  Set canonical_option_num_elements.
19415         (decode_cmdline_options_to_array): Set
19416         canonical_option_num_elements and trailing elements of
19417         canonical_option.
19418         * opts.h (struct cl_decoded_option): Allow four elements in
19419         canonical_option.  Add field canonical_option_num_elements.
19420         * Makefile.in (opts-common.o): Update dependencies.
19422 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
19424         PR middle-end/44790
19425         PR middle-end/44993
19426         * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change.  Make
19427         sure the base has address_mode before adding the offset.
19429 2010-07-27  Xinliang David Li  <davidxl@google.com>
19431         * tree-flow.h (create_mem_ref): Add one new parameter.
19432         * tree-ssa-address.c (create_mem_ref): New parameter.
19433         (addr_to_parts): Ditto.
19434         (move_variant_to_index): New function.
19435         * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
19437 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
19439         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
19440         4 and 5.
19441         * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
19442         NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
19443         NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
19444         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
19445         CODE_LABELs and NOTEs.
19446         * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
19447         * combine.c (try_combine): Likewise.
19448         * ira.c (setup_prohibited_mode_move_regs): Likewise.
19449         * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
19451 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
19453         * coretypes.h (struct cl_option_handlers): Declare.
19454         * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
19455         * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
19456         * langhooks-def.h (lhd_handle_option): Declare.
19457         (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
19458         * langhooks.c (lhd_handle_option): New.
19459         * langhooks.h (struct lang_hooks): Update prototype and return
19460         value type of handle_option hook.
19461         * optc-gen.awk: Generate target_flags_explicit definition for the
19462         driver.
19463         * opts-common.c: Include diagnostic.h.
19464         (handle_option): Move from opts.c.  Update prototype and return
19465         value type.  Use handlers structure.
19466         (read_cmdline_option): Move from opts.c.  Update prototype.  Use
19467         handlers structure.
19468         (set_option): Move from opts.c.
19469         * opts.c (common_handle_option): Update prototype and return value
19470         type.  Update calls to handle_option and enable_warning_as_error.
19471         (unknown_option_callback, post_handling_callback,
19472         lang_handle_option, target_handle_option): New.
19473         (handle_option, read_cmdline_option): Move to opts-common.c.
19474         (read_cmdline_options): Update prototype.  Update call to
19475         read_cmdline_option.
19476         (decode_options): Initialize and use handlers structure.
19477         (set_option): Move to opts-common.c.
19478         (enable_warning_as_error): Update prototype.  Update call to
19479         handle_option.
19480         * opts.h (struct cl_option_handler_func, struct
19481         cl_option_handlers): New.
19482         (handle_option, enable_warning_as_error): Update prototypes.
19483         (read_cmdline_option): Declare.
19484         * Makefile.in (opts-common.o): Update dependencies.
19486 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19488         * config/arm/arm.c (params.h): Include.
19489         (arm_override_options): Tune gcse-unrestricted-cost.
19490         * config/arm/t-arm (arm.o): Define dependencies.
19492 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19494         PR target/42495
19495         PR middle-end/42574
19496         * basic-block.h (get_dominated_to_depth): Declare.
19497         * dominance.c (get_dominated_to_depth): New function, use
19498         get_all_dominated_blocks as a base.
19499         (get_all_dominated_blocks): Use get_dominated_to_depth.
19501         * gcse.c (occr_t, VEC (occr_t, heap)): Define.
19502         (hoist_exprs): Remove.
19503         (alloc_code_hoist_mem, free_code_hoist_mem): Update.
19504         (compute_code_hoist_vbeinout): Add debug print outs.
19505         (hoist_code): Partially rewrite, simplify.  Use get_dominated_to_depth.
19507         * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
19508         quadratic behavior.
19509         * params.h (MAX_HOIST_DEPTH): New macro.
19510         * doc/invoke.texi (max-hoist-depth): Document.
19512 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19514         PR rtl-optimization/40956
19515         * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
19516         constants.
19518 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19520         PR target/42495
19521         PR middle-end/42574
19522         * config/arm/arm.c (legitimize_pic_address): Use
19523         gen_calculate_pic_address pattern to emit calculation of PIC address.
19524         (will_be_in_index_register): New function.
19525         (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
19526         (thumb1_legitimate_address_p): Use it provided !strict_p.
19527         * config/arm/arm.md (calculate_pic_address): New expand and split.
19529 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19531         PR target/42495
19532         PR middle-end/42574
19533         * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
19534         * config/arm/arm.md (define_split "J", define_split "K"): Make
19535         IRA/reload friendly.
19537 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19539         * gcse.c (insert_insn_end_basic_block): Update signature, remove
19540         unused checks.
19541         (pre_edge_insert, hoist_code): Update.
19543 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19545         PR target/42495
19546         PR middle-end/42574
19547         * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
19549 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19551         * gcse.c (hoist_code): Generate new pseudo for every new set insn.
19553 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19555         PR rtl-optimization/40956
19556         PR target/42495
19557         PR middle-end/42574
19558         * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
19559         for hoisting.
19560         (hoist_code): Count occurences in current block too.
19562 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19564         * gcse.c (struct expr:max_distance): New field.
19565         (doing_code_hoisting_p): New static variable.
19566         (want_to_gcse_p): Change signature.  Allow constrained hoisting of
19567         simple expressions, don't change behavior for PRE.  Set max_distance.
19568         (insert_expr_in_table): Set new max_distance field.
19569         (hash_scan_set): Update.
19570         (hoist_expr_reaches_here_p): Stop search after max_distance
19571         instructions.
19572         (find_occr_in_bb): New static function.  Use it in ...
19573         (hoist_code): Calculate sizes of basic block before any changes are
19574         done.  Pass max_distance to hoist_expr_reaches_here_p.
19575         (one_code_hoisting_pass): Set doing_code_hoisting_p.
19577         * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
19578         (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
19579         * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
19580         macros.
19581         * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
19582         Document.
19584 2010-07-27  Jeff Law  <law@redhat.com>
19585             Maxim Kuvyrkov  <maxim@codesourcery.com>
19587         * gcse.c (compute_transpout, transpout): Remove, move logic
19588         to prune_expressions.
19589         (compute_pre_data): Move pruning of trapping expressions ...
19590         (prune_expressions): ... here.  New static function.
19591         (compute_code_hoist_data): Use it.
19592         (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
19594 2010-07-27  Xinliang David Li  <davidxl@google.com>
19596         * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
19597         (rewrite_use_address): Adjust iv update position when needed.
19599 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
19601         * dbgcnt.def (hoist_insn): New debug counter.
19602         * gcse.c (hoist_code): Use it.
19604 2010-07-27  Xinliang David Li  <davidxl@google.com>
19606         * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
19607         (niter_for_single_dom_exit): Passes additional parameter.
19608         (iv_period): Fix comments.
19609         (may_eliminate_iv): Handles multiple exit loops properly.
19610         (free_tree_niter_desc): New function.
19611         (free_loop_data): Frees up loop iteration descriptors.
19613 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
19615         PR target/44542
19616         * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
19617         of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
19618         instead of MAX_SUPPORTED_STACK_ALIGNMENT.
19619         (expand_one_var): Don't consider DECL_ALIGN for variables for
19620         which expand_one_stack_var_at has been already called.
19622         PR testsuite/44701
19623         * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
19624         constraints on IA-64.
19626 2010-07-27  Jie Zhang  <jie@codesourcery.com>
19628         PR target/44290
19629         Revert:
19630         2010-07-23  Jie Zhang  <jie@codesourcery.com>
19632         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
19633         false if ! tree_versionable_function_p.
19635 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
19637         * dwarf2out.c (add_data_member_location_attribute): Use
19638         add_AT_unsigned instead of add_AT_int if offset is non-negative.
19640 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
19642         * postreload.c (try_replace_in_use): New static function.
19643         (reload_combine_recognize_const_pattern): Use it here.  Allow
19644         substituting into a final add insn, and substituting into a memory
19645         reference in an insn that sets the reg.
19647 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
19649         * common.opt (o): Add MissingArgError.
19650         * doc/options.texi (MissingArgError): Document.
19651         * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
19652         * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
19653         * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
19654         (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
19655         * langhooks.h (struct lang_hooks): Remove missing_argument.
19656         * optc-gen.awk: Handle MissingArgError and output new structure
19657         field initializers.
19658         * opts.c (read_cmdline_option): Use missing_argument_error field
19659         instead of missing_argument langhook.
19660         * opts.h (struct cl_option): Add missing_argument_error field.
19661         * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
19663 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
19665         PR target/29090
19666         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
19667         Darwin64 ABI, for zero-sized objects.
19669 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
19671         PR target/35491
19672         PR target/29090
19674         Merge from Apple local 4.2.1.
19675         2005-05-11  Stan Shebs  <shebs@apple.com>
19676         Fix 64-bit varargs for Darwin (Radar 4028089).
19677         * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
19678         * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
19679         Add argument, add case for 8-byte register half-filled with a float.
19680         (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
19681         single-precision floats specially.
19683 2010-07-27  Ira Rosen  <irar@il.ibm.com>
19685         PR tree-optimization/44152
19686         * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
19687         complex numbers for further check.
19688         (vect_supported_load_permutation_p): Check nodes with
19689         complex numbers.
19691 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
19693         * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
19694         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
19695         (LANG_HOOKS_INIT_OPTIONS): Update default definition.
19696         (LANG_HOOKS_INITIALIZER): Add new hooks.
19697         * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
19698         * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
19699         and complain_wrong_lang_p.  Update init_options prototype.
19700         * c-objc-common.c (c_initialize_diagnostics): First call
19701         c_common_initialize_diagnostics.
19702         * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
19703         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
19704         * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
19705         * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
19706         (hook_uint_void_0): New.
19707         * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
19708         (hook_uint_void_0): New.
19709         * opts-common.c (decode_cmdline_option,
19710         decode_cmdline_options_to_array): Also fill in canonical_option field.
19711         * opts.c (complain_wrong_lang): Use langhook to determine whether
19712         to complain instead of special-casing LTO.
19713         (decode_options): Separate lang_mask determination with
19714         option_lang_mask hook from call of init_options hook.
19715         * opts.h (struct cl_decoded_option): Add canonical_option.
19717 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
19719         PR tree-optimization/45083
19720         * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
19722 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
19724         * postreload.c (reload_combine_recognize_const_pattern): Move test
19725         for limiting the insn movement to the right scope.
19727         PR rtl-optimization/45051
19728         * reload1.c (delete_output_reload): Use refers_to_regno_p rather
19729         than reg_mentioned_p.
19731 2010-07-26  Richard Henderson  <rth@redhat.com>
19733         PR target/44132
19734         * tree-emutls.c: New file.
19735         * Makefile.in (OBJS-common): Add it.
19736         * tree-pass.h (pass_ipa_lower_emutls): Declare.
19737         * passes.c (init_optimization_passes): Add it.
19739         * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
19740         pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
19741         * expr.c (emutls_var_address): Delete.
19742         (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
19743         * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
19744         (emutls_finish): Delete.
19745         * toplev.c (compile_file): Don't call it.
19746         * tree.h (emutls_decl): Delete.
19747         * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
19748         (emutls_finish, emutls_finalize_control_var): Delete.
19749         (emutls_object_type): Move to tree-emutls.c.
19750         (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
19751         default_emutls_var_fields, get_emutls_object_type,
19752         get_emutls_init_templ_addr, emutls_decl, emutls_common_1
19753         default_emutls_var_init): Likewise.
19754         (get_variable_section): Don't special case emutls.
19755         (assemble_variable, do_assemble_alias, categorize_decl_for_section,
19756         default_elf_select_section, default_unique_section,
19757         default_encode_section_info): Likewise.
19758         * varpool.c (decide_is_variable_needed): Likewise.
19759         * gimple-iterator.c (update_call_edge_frequencies): New
19760         (gsi_insert_on_edge_immediate): Use it.
19761         (gsi_insert_seq_on_edge_immediate): Likewise.
19762         (gsi_commit_one_edge_insert): Likewise.
19764         * config/i386/i386.c (x86_64_elf_select_section): Don't handle
19765         SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
19766         (x86_64_elf_unique_section): Likewise.
19768 2010-07-26  Jan Hubicka  <jh@suse.cz>
19770         * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
19771         GTY((skip)).
19773 2010-07-26  Anatoly Sokolov  <aesok@post.ru>
19775         * target.def (output_source_filename): New hook.
19776         * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
19777         * doc/tm.texi: Regenerate.
19778         * toplev.c (output_file_directive) Remove function.
19779         * toplev.h (output_file_directive) Remove.
19780         * output.h (default_asm_output_source_filename,
19781         output_file_directive): Declare.
19782         * varasm.h (default_asm_output_source_filename,
19783         output_file_directive): New functions.
19785         * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
19786         * config/mips/mips-protos.h (mips_output_filename): Remove.
19787         * config/mips/mips.c (mips_output_filename): Make Static.
19788         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
19790 2010-07-26  Richard Guenther  <rguenther@suse.de>
19792         PR tree-optimization/43784
19793         * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
19794         if the destination is used by the call.
19796 2010-07-26  Richard Guenther  <rguenther@suse.de>
19798         PR middle-end/45073
19799         * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
19800         SSA updating on being in SSA form.
19802 2010-07-26  Richard Guenther  <rguenther@suse.de>
19804         PR middle-end/45056
19805         * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
19807 2010-07-26  Richard Guenther  <rguenther@suse.de>
19809         PR tree-optimization/45071
19810         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
19811         adjust op->opcode.
19813 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
19815         * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
19816         save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
19817         save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
19818         save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
19819         save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
19820         save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
19821         save_r31, return_r31, save_interrupt, return_interrupt,
19822         save_all_interrupt, return_all_interrupt, L_save_r2_r31,
19823         L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
19824         L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
19825         new ABI requirements.
19826         (save_r6_r9, L_callt_save_r6_r9): Remove.
19827         * config/v850/predicates.md (even_reg_operand, disp23_operand,
19828         const_float_1_operand const_float_0_operand): New Predicates.
19829         (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
19830         pattern_is_ok_for_epilogue): Update as per the ABI requirements.
19831         * config/v850/t-v850: Update multilibs for new target variants.
19832         (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
19833         * config/v850/t-v850e: Likewise.
19834         * config/v850/v850.c (v850_issue_rate): New.
19835         (v850_strict_argument_naming): New.
19836         (function_arg): Modify to generate a different ABI.
19837         (print_operand): Update case 'z' to support float modes.
19838         (output_move_single): Modify to generate appropriate and better
19839         assembly.
19840         (v850_float_z_comparison_operator, v850_select_cc_mode,
19841         v850_float_nz_comparison_operator,  v850_gen_float_compare,
19842         v850_gen_compare): New functions to support comparison of float values.
19843         (ep_memory_offset): Add support for V850E2 targets.
19844         (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
19845         (INTERRUPT_REGPARM_NUM): Remove.
19846         (compute_register_save_size): Add extra case to save/restore long call.
19847         (use_prolog_function): New function to support prologue.
19848         (expand_prologue): Add support for V850E2 targets and modified
19849         as per the current ABI requirements.
19850         (expand_epilogue): Likewise.
19851         (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
19852         (construct_save_jarl): Likewise.
19853         (construct_dispose_instruction): Update as per the current ABI
19854         requirements.
19855         (construct_prepare_instruction): Likewise.
19856         * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
19857         (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
19858         (CPP_SPEC): Updated to support v850e2 targets.
19859         (STRICT_ALIGNMENT): Modified.
19860         (FIRST_PSEUDO_REGISTER): Updated to add even registers.
19861         (FIXED_REGISTERS): Likewise.
19862         (CALL_USED_REGISTERS): Likewise.
19863         (CONDITIONAL_REGISTER_USAGE): Updated.
19864         (HARD_REGNO_MODE_OK): Updated.
19865         (reg_class): Updated to add even registers.
19866         (REG_CLASS_NAMES): Likewise.
19867         (REG_CLASS_CONTENTS): Likewise.
19868         (REGNO_REG_CLASS): Updated for CC registers.
19869         (REG_CLASS_FROM_LETTER): Added support for even registers.
19870         (REGNO_OK_FOR_BASE_P): Updated for CC registers.
19871         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
19872         ARG_POINTER_REGNUM): Updated.
19873         (FUNCTION_ARG_ADVANCE): Define.
19874         (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
19875         (OUTGOING_REG_PARM_STACK_SPACE): Remove.
19876         (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
19877         (GO_IF_LEGITIMATE_ADDRESS): Updated.
19878         (SELECT_CC_MODE): Define.
19879         (REGISTER_NAMES): Updated to add psw and fcc registers.
19880         (ADDITIONAL_REGISTER_NAMES): Updated.
19881         (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
19882         (JUMP_TABLES_IN_TEXT_SECTION): Updated.
19883         * config/v850/v850.md (define_constants): Define new constants.
19884         (type): Update store,bit1,macc,div,fpu and single attributes.
19885         (cpu): New attribute.
19886         (cc): Add set_z attribute.
19887         (unsign23byte_load, sign23byte_load, unsign23hword_load,
19888         sign23hword_load, 23word_load, 23byte_store, 23hword_store,
19889         23word_store): New instructions for 23-bit displacement load and store.
19890         (movqi_internal, movhi_internal): Update the attributes.
19891         (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
19892         (movsi_internal_v850e, movsi_internal, movsf_internal): Update
19893         the attributes.
19894         (v850_tst1): Modified using CC_REGNUM.
19895         (tstsi): Remove.
19896         (cmpsi): Modified as define_expand from define_insn.
19897         (cmpsi_insn, cmpsf, cmpdf): New instructions.
19898         (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
19899         udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
19900         v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
19901         one_cmplsi2): Clobber the CC_REGNUM register.
19902         (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
19903         v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
19904         v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
19905         (setf_insn, set_z_insn, set_nz_insn): New instructions for
19906         v850e2v3 target.
19907         (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
19908         (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
19909         targets.
19910         (sasf_1, sasf_2): Remove.
19911         (sasf): New instruction.
19912         (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
19913         targets. CC_REGNUM register is clobbered and attributes are
19914         updated.
19915         (branch_z_normal, branch_z_invert, branch_nz_normal,
19916         branch_nz_invert): New branch related instructions.
19917         (jump): Updated the attributes.
19918         (switch): Update to support new targets. CC_REGNUM register is
19919         clobbered and attributes are updated.
19920         (call_internal_short, call_internal_long, call_value_internal_short,
19921         call_value_internal_long): Updated the attributes.
19922         (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
19923         clobbered and attributes are updated.
19924         (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
19925         Update to support new targets. CC_REGNUM register is clobbered.
19926         (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
19927         instructions.
19928         (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
19929         are updated.
19930         (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
19931         divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
19932         negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
19933         floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
19934         rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
19935         cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
19936         cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
19937         cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
19938         movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
19939         movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
19940         point instructions defined for V850e2v3 target.
19941         (callt_save_interrupt, callt_return_interrupt, return_interrupt):
19942         Add support for V850E2 targets and CC_REGNUM register is clobbered.
19943         (callt_save_all_interrupt, callt_restore_all_interrupt): Add
19944         support for new targets.
19945         * config/v850/v850-modes.def: New file.
19946         * config/v850/v850.opt(mstrict-align): Remove.
19947         (mno-strict-align, mjump-tables-in-data-section, mv850e2,
19948         mv850e2v3): New command line options for V850.
19949         * config.gcc: Update the newly added files.
19950         * doc/invoke.texi: Update the newly added command line options for
19951         V850 target.
19953 2010-07-26  Richard Guenther  <rguenther@suse.de>
19955         PR tree-optimization/45052
19956         * ipa-pure-const.c (check_stmt): Check volatileness.
19958 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
19960         PR target/44707
19961         * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
19962         * config/sparc/sparc.c: Include reload.h.
19963         (legitimize_tls_address): Rename into...
19964         (sparc_legitimize_tls_address): ...this.
19965         (legitimize_pic_address): Rename into...
19966         (sparc_legitimize_pic_address): ...this.
19967         (sparc_expand_move): Adjust to above renaming.
19968         (sparc_tls_referenced_p): Likewise.
19969         (sparc_legitimize_tls_address): Likewise.
19970         (sparc_legitimize_pic_address): Likewise.
19971         (sparc_legitimize_address): Likewise.
19972         (sparc_output_mi_thunk): Likewise.
19973         (sparc_legitimize_reload_address): New global function.  Recognize
19974         (lo_sum (high ...) ...) patterns generated by earlier passes.
19975         * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
19977 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
19979         PR target/44484
19980         * config/sparc/predicates.md (memory_reg_operand): Delete.
19981         * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
19982         (*sync_compare_and_swap): Encode the address form in the pattern.
19983         (*sync_compare_and_swapdi_v8plus): Likewise.
19985 2010-07-24  Gerald Pfeifer  <gerald@pfeifer.com>
19987         * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
19988         Streamline paragraph on compatibility with the system compiler.
19990 2010-07-24  Steven Bosscher  <steven@gcc.gnu.org>
19992         PR middle-end/45035
19993         * alias.c (true_dependence_1): Fix thinko in merge of old
19994         true_dependence and canon_true_dependence.
19996 2010-07-23  Jan Hubicka  <jh@suse.cz>
19998         * lto-streamer-out.c (write_symbol): Fix visibilities of external
19999         references.
20001 2010-07-23  Le-Chun Wu  <lcwu@google.com>
20003         * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
20004         * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
20005         and an unnecessary assignment.
20006         * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
20007         self-assign warning.
20008         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
20009         unnecessary self-init.
20011 2010-07-23  Richard Guenther  <rguenther@suse.de>
20013         PR lto/43071
20014         * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
20015         for -flto and -fwhopr.
20017 2010-07-23  Kai Tietz  <kai.tietz@onevision.com>
20019         PR target/41943
20020         * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
20021         (stmp-int-hdrs): Prefix/postfix headers by include_next.
20022         * config.gcc (user_headers_inc_next_pre): New.
20023         (user_headers_inc_next_post): Likewise.
20024         (*-w64-mingw*): Use for float.h post-fixing, and for
20025         stddef.h/stdarg.h pre-fixing by include_next.
20026         * configure.ac (user_headers_inc_next_post): New.
20027         (user_headers_inc_next_pre): New.
20028         * configure: Regenerated.
20030 2010-07-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20032         * configure.ac: Don't disable TLS on Solaris 8/9 by default
20033         Set tga_func for Solaris 2/x86 resp. SPARC.
20034         Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
20035         (LIB_THREAD_LDFLAGS_SPEC): Define.
20036         (LIB_TLS_SPEC): Define.  Check for required Sun ld version.
20037         * configure: Regenerate.
20038         * config.in: Regenerate.
20039         * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
20040         -pthread, -threads, LIB_TLS_SPEC with -pthread.
20041         * doc/install.texi (Specific, *-*-solaris2*): Document use of
20042         alternate thread libraries on Solaris 8.
20043         Document TLS patch requirements.
20044         * doc/sourcebuild.texi (Add Options): Sort alphabetically.
20045         Document tls.
20047         PR target/18788
20048         * config/sol2.h (LIB_SPEC): Link with thread libraries even with
20049         -shared.
20051 2010-07-23  Jakub Jelinek  <jakub@redhat.com>
20053         * tree.h (struct tree_base): Add nameless_flag bitfield.
20054         (TYPE_NAMELESS, DECL_NAMELESS): Define.
20055         * omp-low.c (create_omp_child_function, scan_omp_parallel,
20056         scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
20057         DECL_ARTIFICIAL where needed.
20058         * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
20059         (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
20060         has DECL_NAMELESS set.
20062 2010-07-23  Martin Jambor  <mjambor@suse.cz>
20064         PR tree-optimization/44915
20065         * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
20066         * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
20067         (analyze_function): Likewise.
20069 2010-07-23  Martin Jambor  <mjambor@suse.cz>
20071         PR tree-optimization/44914
20072         * tree-sra.c (sra_modify_function_body): Return true if CFG was
20073         changed, add purging dead eh edges.
20074         (ipa_sra_modify_function_body): Return true if CFG was changed,
20075         simplify purging dead eh edges.
20076         (modify_function): Return true if CFG was changed.
20077         (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
20078         was changed.
20079         (ipa_early_sra): Likewise.
20081 2010-07-23  Jie Zhang  <jie@codesourcery.com>
20083         PR target/44290
20084         * attribs.c (decl_attributes): Insert "noinline" and "noclone"
20085         if "naked".
20086         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
20087         false if ! tree_versionable_function_p.
20089 2010-07-23  Nathan Froyd  <froydnj@codesourcery.com>
20091         * builtins.def (BUILT_IN_ARGS_INFO): Remove.
20092         * ipa-pure-const.c (special_builtlin_state): Remove
20093         BUILT_IN_ARGS_INFO case.
20094         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
20095         * builtins.c (expand_builtin): Likewise.
20096         (expand_builtin_args_info): Remove.
20097         * doc/tm.texi (__builtin_args_info): Remove.
20098         (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
20099         * doc/tm.text.in: Likewise.
20101 2010-07-23  Richard Guenther  <rguenther@suse.de>
20103         * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
20104         (lto_symtab_merge_decls_2): Likewise.
20105         * tree-ssa.c (useless_type_conversion_p): Likewise.
20106         * lto-streamer-in.c (input_gimple_stmt): Likewise.
20107         * gimple.c (gtc_visited2, gtc_ob2): Remove.
20108         (struct type_pair_d): Make same_p an array indexed by mode.
20109         Update comment.
20110         (lookup_type_pair): Update initialization.
20111         (struct sccs): Adjust same_p type.
20112         (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
20113         Adjust.
20114         (print_gimple_types_stats): Likewise.
20115         * gimple.h (enum gtc_mode): New.
20116         (gimple_types_compatible_p): Adjust prototype.
20118 2010-07-23  Daniel Jacobowitz  <dan@codesourcery.com>
20120         * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
20121         again after processing insn.
20123 2010-07-23  Jie Zhang  <jie@codesourcery.com>
20125         * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
20126         proper words when !tree_versionable_function_p.
20128 2010-07-23  Richard Guenther  <rguenther@suse.de>
20130         PR tree-optimization/45037
20131         * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
20133 2010-07-23  Jie Zhang  <jie@codesourcery.com>
20135         * doc/extend.texi: Remove IP2K from the description of naked attribute.
20136         Add MCORE instead.
20138 2010-07-10  Andi Kleen  <ak@linux.intel.com>
20140         PR lto/44992
20141         * lto-opts.c (lto_write_options): Add NULL file_data argument to
20142         lto_get_section_name.
20143         * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
20144         * lto-streamer-out.c (produce_asm): Likewise.
20145         (copy_function): Likewise.
20146         (produce_symtab): Likewise.
20147         (produce_asm_for_decls): Likewise.
20148         * lto-streamer.c (lto_get_section_name): Add file_data argument.
20149         Rewrite to add random postfix to LTO sections.
20150         * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
20151         (lto_get_section_name): Add file_data argument to prototype.
20153 2010-07-10  Andi Kleen  <ak@linux.intel.com>
20155         * lto-section-in.c (lto_section_name): Synchronize names
20156         with lto_get_section_name.
20158 2010-07-10  Andi Kleen  <ak@linux.intel.com>
20160         * lto-opts.c (lto_read_file_options): Check for missing section.
20162 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
20164         * ira.c (check_allocation): Correctly handle the case where an allocno
20165         with two objects was allocated to a single reg.
20167 2010-07-22  Richard Sandiford  <rdsandiford@googlemail.com>
20169         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
20170         (is_widening_mult_p): Likewise.
20171         (convert_to_widen): Use them.
20172         (convert_plusminus_to_widen): Likewise.  Handle fixed-point types as
20173         well as integer ones.
20175 2010-07-22  Steven Bosscher  <steven@gcc.gnu.org>
20177         * alias.c (true_dependence_1): New function, merged version of
20178         true_dependence and canon_true_dependence.
20179         (true_dependence): Simplify.
20180         (canon_true_dependence): Simplify.
20182 2010-07-22  Richard Henderson  <rth@redhat.com>
20184         PR target/45027
20185         * config/i386/i386.c (setup_incoming_varargs_64): Force the use
20186         of V4SFmode for the SSE saves; increase stack alignment if needed.
20187         (ix86_gimplify_va_arg): Don't increase stack alignment here.
20189 2010-07-22  Jakub Jelinek  <jakub@redhat.com>
20191         PR bootstrap/45028
20192         * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
20193         call cprop_find_used_regs again via note_uses.
20195 2010-07-22  Eric Botcazou  <ebotcazou@adacore.com>
20197         * alias.c (get_alias_set): Fix formatting issues.
20199 2010-07-22  Steve Ellcey  <sje@cup.hp.com>
20201         PR middle-end/44878
20202         * stmt.c (expand_value_return):  Call promote_function_mode with
20203         a for_return argument of 2 when returning by reference.
20205 2010-07-22  Dodji Seketeli  <dodji@redhat.com>
20207         PR debug/45024
20208         * dwarf2out.c (scope_die_for): Don't fall back to the compilation
20209         unit DIE if we can find the scope DIE.
20211 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
20213         * ira-build.c (ira_create_object): New arg SUBWORD; all callers
20214         changed.  Initialize OBJECT_SUBWORD.
20215         (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
20216         (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
20217         all callers changed.
20218         (merge_hard_reg_conflicts): Iterate over allocno subobjects.
20219         (finish_allocno): Likewise.
20220         (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
20221         (remove_low_level_allocnos): Likewise.
20222         (update_bad_spill_attribute): Likewise.
20223         (setup_min_max_allocno_live_range_point): Likewise.
20224         (sort_conflict_id_map): Likewise.
20225         (ira_flattening): Likewise.  Use ior_hard_reg_conflicts.
20226         (ior_hard_reg_conflicts): New function.
20227         (ior_allocate_object_conflicts): Renamed first argument to OBJ.
20228         (compress_conflict_vecs): Iterate over objects, not allocnos.
20229         (ira_add_live_range_to_object): New function.
20230         (object_range_compare_func): Renamed from allocno_range_compare_func.
20231         All callers changed.
20232         (setup_min_max_conflict_allocno_ids): For allocnos with multiple
20233         subobjects, widen the min/max range of the lowest-order object to
20234         potentially include all other such low-order objects.
20235         * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
20236         (check_allocation): Likewise.  Use more fine-grained tests for register
20237         conflicts.
20238         * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
20239         allocno subobjects.
20240         (assign_hard_reg): Keep multiple sets of conflicts.  Make finer-grained
20241         choices about which bits to set in each set.  Don't use
20242         ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
20243         using the multiple sets we computed.
20244         (push_allocno_to_stack): Iterate over allocno subobjects.
20245         (all_conflicting_hard_regs_coalesced): New static function.
20246         (setup_allocno_available_regs_num): Use it.
20247         (setup_allocno_left_conflicts_size): Likewise.  Iterate over allocno
20248         subobjects.
20249         (coalesced_allocno_conflict): Test subobject 0 in each allocno.
20250         (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
20251         by ALLOCNO_NUM_OBJECTS.
20252         (calculate_spill_cost): Likewise.
20253         (color_pass): Express if statement in a more normal way.
20254         (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
20255         (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
20256         (setup_slot_coalesced_allocno_live_ranges): Likewise.
20257         (allocno_reload_assign): Likewise.
20258         (ira_reassign_pseudos): Likewise.
20259         (fast_allocation): Likewise.
20260         * ira-conflicts.c (build_conflict_bit_table): Likewise.
20261         (print_allocno_conflicts): Likewise.
20262         (ira_build_conflicts): Likewise.
20263         (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p.  All
20264         callers changed.  Test subword 0 of each allocno for conflicts.
20265         (build_object_conflicts): Renamed from build_allocno_conflicts.  All
20266         callers changed.  Iterate over allocno subobjects.
20267         * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
20268         * ira-int.h (struct ira_allocno): New member: num_objects.
20269         Rename object to objects and change it into an array.
20270         (ALLOCNO_OBJECT): Add new argument N.
20271         (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
20272         (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
20273         (ior_hard_reg_conflicts): Declare.
20274         (ira_add_live_range_to_object): Declare.
20275         (ira_allocno_object_iterator): New.
20276         (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
20277         (FOR_EACH_ALLOCNO_OBJECT): New macro.
20278         * ira-lives.c (objects_live): Renamed from allocnos_live; all
20279         uses changed.
20280         (allocnos_processed): New sparseset.
20281         (make_object_born): Renamed from make_allocno_born; take an
20282         ira_object_t argument.  All callers changed.
20283         (make_object_dead): Renamed from make_allocno_dead; take an
20284         ira_object_t argument.  All callers changed.
20285         (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
20286         All callers changed.
20287         (mark_pseudo_regno_live): Iterate over allocno subobjects.
20288         (mark_pseudo_regno_dead): Likewise.
20289         (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
20290         functions.
20291         (mark_ref_live): Detect subword accesses and call
20292         mark_pseudo_regno_subword_live as appropriate.
20293         (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
20294         (process_bb_nodes_live): Deal with object-related updates first; set
20295         and test bits in allocnos_processed to avoid computing allocno
20296         statistics more than once.
20297         (create_start_finish_chains): Iterate over objects, not allocnos.
20298         (print_object_live_ranges): New function.
20299         (print_allocno_live_ranges): Use it.
20300         (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
20301         and objects_live.
20303 2010-07-22  Richard Guenther  <rguenther@suse.de>
20305         PR lto/42451
20306         * gimple.c (gtc_next_dfs_num): New global.
20307         (struct sccs): Make value a union, add integer same_p member.
20308         (gtc_visit): New function.
20309         (gimple_types_compatible_p_1): New function, split out from ...
20310         (gimple_types_compatible_p): ... here.  Start a DFS walk here.
20311         (iterative_hash_gimple_type): Adjust for sccs change.
20313 2010-07-22  Martin Jambor  <mjambor@suse.cz>
20315         PR tree-optimization/44891
20316         * tree-sra.c: Include gimple-pretty-print.h.
20317         (replace_uses_with_default_def_ssa_name): Renamed to
20318         get_repl_default_def_ssa_name, return the new SSA name instead of
20319         replacing the old one.
20320         (sra_modify_assign): Dump a message when removing a load, if the LHS
20321         is an SSA_NAME, do not do any propagation, just set the RHS to a
20322         default definition SSA NAME, type convert if necessary.
20323         * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
20325 2010-07-22  Richard Guenther  <rguenther@suse.de>
20327         PR tree-optimization/45017
20328         * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
20329         TYPE_PRECISION of integral types in addition to size.
20331 2010-07-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
20333         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
20334         when no C library is specified.
20336 2010-07-22  Martin Jambor  <mjambor@suse.cz>
20338         * ipa-prop.h (struct ipa_node_params): Updated comment.
20339         (struct ipa_edge_args): Likewise.
20340         * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
20342 2010-07-22  Martin Jambor  <mjambor@suse.cz>
20344         * cgraphunit.c (verify_edge_count_and_frequency): New function.
20345         (verify_cgraph_node): Verify frequencies of indirect edges.
20346         * tree-inline.c (tree_function_versioning): Update frequencies of
20347         indirect edges.
20349 2010-07-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20351         PR target/43698
20352         * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
20353         Set *arm_rev to be predicable.
20355 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
20357         * config/darwin.h (LINK_COMMAND_SPEC): Split into...
20358         (LINK_COMMAND_SPEC_A): New.
20359         (DSYMUTIL): New.
20360         (DSYMUTIL_SPEC): New.
20361         * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
20362         (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
20364 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
20366         * calls.c (load_register_parameters): Move check for zero
20367         sized items so that only the call to
20368         mem_overlaps_already_clobbered_arg_p () is protected.
20370 2010-07-22  Jan Hubicka  <jh@suse.cz>
20372         * ipa-pure-const.c (varying_state): Break out from ...
20373         (get_function_state): ... here; always return varying_state
20374         when state would be NULL otherwise.
20375         (remove_node_data): Do not free varying state.
20377 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
20379         PR bootstrap/44970
20380         PR middle-end/45009
20381         * postreload.c: Include "target.h".
20382         (reload_combine_closest_single_use): Don't take DEBUG_INSNs
20383         into account.
20384         (fixup_debug_insns): Don't copy the rtx.
20385         (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
20386         Don't copy when replacing.  Call fixup_debug_insns in the case where
20387         we merged one add with another.
20388         (reload_combine_recognize_pattern): Fail if there aren't any uses.
20389         Try harder to determine whether we're picking a valid index register.
20390         Don't set store_ruid for an insn we're going to scan in the
20391         next iteration.
20392         (reload_combine): Remove unused code.
20393         (reload_combine_note_use): When updating use information for
20394         an old insn, ignore a use that occurs after store_ruid.
20395         * Makefile.in (postreload.o): Update dependencies.
20397         * function.c (record_hard_reg_sets): Restrict the previous change
20398         to cases where the incoming nominal mode is the same as the
20399         incoming promoted mode and everything happens in MODE_INT.
20401 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
20403         PR debug/45015
20404         * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
20405         ASM_OPERANDS_OUTPUT_IDX.
20406         (adjust_insn): For inline asm with multiple sets ensure first
20407         ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
20408         the insn.
20410 2010-07-21  Richard Henderson  <rth@redhat.com>
20412         * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
20413         comparison for avoiding xmm register saves.  Emit the xmm register
20414         saves explicitly.
20415         * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
20416         (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
20417         (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
20418         Remove patterns and the associated splitters.
20420 2010-07-21  Changpeng Fang  <changpeng.fang@amd.com>
20422         * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
20423         and imagine parts of a complex, so that they can have the same
20424         base and fall into the same group.
20426 2010-07-21  Richard Guenther  <rguenther@suse.de>
20428         PR lto/45018
20429         * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
20430         of TYPE_DECLs.  Do not follow TYPE_NEXT_VARIANT,
20431         TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
20433 2010-07-21  Martin Jambor  <mjambor@suse.cz>
20435         PR tree-optimization/44900
20436         * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
20437         (sra_modify_assign): Move gsi to the next statmenent unconditionally.
20439 2010-07-21  Bernd Schmidt  <bernds@codesourcery.com>
20441         PR middle-end/44738
20442         * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
20444 2010-07-21  Richard Guenther  <rguenther@suse.de>
20446         PR middle-end/45013
20447         * tree-ssa.c (useless_type_conversion_p): Dispatch to
20448         gimple_types_compatible_p only when in lto.
20449         * gimple.c (gimple_types_compatible_p): Use canonical types
20450         to speed up comparison.
20452 2010-07-21  Richard Guenther  <rguenther@suse.de>
20454         * tree-flow.h (referenced_var): Move define ...
20455         * tree-flow-inline.h (referenced_var): ... here as an inline
20456         function.  Assert here ...
20457         * tree-dfa.c (referenced_var_lookup): ... instead of here.
20458         * tree-ssa.c (maybe_optimize_var): Check if the variable
20459         is in referenced vars.
20460         (execute_update_addresses_taken): Remove old broken check.
20461         * gimple-pretty-print.c (pp_points_to_solution): Use
20462         referenced_var_lookup.
20463         * tree-into-ssa.c (dump_decl_set): Likewise.
20465 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
20467         PR debug/45003
20468         * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
20469         * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
20470         ZERO_EXTEND here.
20472 2010-07-20  Richard Henderson  <rth@redhat.com>
20474         * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
20476 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
20478         * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
20479         computing the sum of the stack pointer and a large constant.
20480         * config/arm/constraints.md (M): Remove superfluous parentheses.
20481         (Pc): New constraint.
20483 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
20485         PR debug/45006
20486         * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
20487         operand's type if exp is tcc_unary class tree.
20489 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
20491         * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
20492         Reverse sense of if_then_else condition.
20494 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
20496         * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
20497         * config/rs6000/rs6000.c (rs6000_override_options): Set
20498         rs6000_block_move_inline_limit appropriately.
20499         (expand_block_move): Use rs6000_block_move_inline_limit.
20500         * doc/invoke.texi (mblock-move-inline-limit): Document.
20502 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
20504         * postreload.c (fixup_debug_insns): Remove arg REGNO.  New args
20505         FROM and TO.  All callers changed.  Don't look for tracked uses,
20506         just scan the RTL for DEBUG_INSNs and substitute.
20507         (reload_combine_recognize_pattern): Call fixup_debug_insns.
20508         (reload_combine): Ignore DEBUG_INSNs.
20510 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
20512         * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
20513         depth to 8 from 5.
20515         PR debug/45003
20516         * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
20517         or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
20518         instead of the result's type.
20520 2010-07-20  Richard Guenther  <rguenther@suse.de>
20522         PR tree-optimization/44977
20523         * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
20524         SSA form.
20526 2010-07-20  Richard Guenther  <rguenther@suse.de>
20528         * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
20529         (lto_symtab_merge_decls_2): Likewise.
20530         * gimple.h (gimple_types_compatible_p): Declare.
20531         * gimple.c (gimple_queue_type_fixup): Remove.
20532         (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
20533         (gimple_compatible_complete_and_incomplete_type_p): New function.
20534         (gimple_types_compatible_p): Adjust.
20535         (gimple_register_type): Remove type fixup code.
20536         (print_gimple_types_stats): Adjust.
20537         (free_gimple_type_tables): Likewise.
20538         * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
20539         * tree-ssa.c (useless_type_conversion_p): Likewise.
20541 2010-07-20  Richard Guenther  <rguenther@suse.de>
20543         PR middle-end/44971
20544         PR middle-end/44988
20545         * tree-ssa.c (maybe_optimize_var): New function split out from ...
20546         (execute_update_addresses_taken): ... here.
20547         (non_rewritable_mem_ref_base): Likewise.
20548         (execute_update_addresses_taken): Do not iterate over all referenced
20549         vars but just all local decls and parms.
20550         Properly check call and asm arguments and rewrite call arguments.
20552 2010-07-20  Maxim Kuvyrkov  <maxim@codesourcery.com>
20554         * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
20555         to top level.
20556         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
20557         definitions ...
20558         * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
20559         New macro.
20560         * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
20562 2010-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
20564         * gengtype.c (start_root_entry): New function, split out from
20565         write_root.  Check whether V is null and raise an error if so.
20566         (write_field_root): Check for V being null.  Don't raise an error here;
20567         set V to null instead.
20568         (write_root): Update comment above function.  Use start_root_entry.
20570 2010-07-19  Xinliang David Li  <davidxl@google.com>
20572         PR testsuite/44932
20573         * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
20574         def edges.
20575         (find_uninit_use): Add dump.
20576         (is_use_properly_guarded): Ditto.
20577         (warn_uninitialized_phi): Ditto.
20578         (execute_late_warn_uninitialized): Ditto.
20580 2010-07-19  Richard Guenther  <rguenther@suse.de>
20582         PR middle-end/44941
20583         * expr.c (emit_block_move_hints): Move zero size check first.
20584         Move asserts to more useful places.
20585         * calls.c (load_register_parameters): Check for zero size.
20587 2010-07-19  Richard Henderson  <rth@redhat.com>
20589         * tree-optimize.c (execute_all_early_local_passes): New.  Change
20590         cgraph_state here ...
20591         (execute_early_local_optimizations): ... not here.  Remove.
20592         (pass_early_local_passes, pass_all_early_optimizations): Update.
20594 2010-07-19  Bernd Schmidt  <bernds@codesourcery.com>
20596         * postreload.c (reload_combine_closest_single_use): Ignore the
20597         number of uses for DEBUG_INSNs.
20598         (fixup_debug_insns): New static function.
20599         (reload_combine_recognize_const_pattern): Use it.  Don't let the
20600         main loop be affected by DEBUG_INSNs.
20601         Really disallow moving adds past a jump insn.
20602         (reload_combine_recognize_pattern): Don't update use_ruid here.
20603         (reload_combine_note_use): Do it here.
20604         (reload_combine): Use control_flow_insn_p rather than JUMP_P.
20606 2010-07-19  Bingfeng Mei  <bmei@broadcom.com>
20608         * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
20609         of a loop.
20610         * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
20612 2010-07-19  Iain Sandoe  <iains@gcc.gnu.org>
20614         * config/i386/darwin.h: Define darwin_emit_branch_islands.
20615         (TARGET_MACHO_BRANCH_ISLANDS): New.
20616         (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
20617         * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
20618         default value.
20619         * config/i386/i386.c (output_pic_addr_const): Do not emit
20620         branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
20621         (x86_output_mi_thunk): Adjust symbol creation.
20622         * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
20623         Remove out of date comment.
20624         * config/rs6000/rs6000.c (print_operand): Adjust symbol.
20625         (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
20626         (DARWIN_GENERATE_ISLANDS): Ditto.
20627         (output_call):  Do not emit branch islands unless
20628         darwin_emit_branch_islands is set.
20629         * config/darwin.c: Declare darwin_emit_branch_islands.
20630         (machopic_indirect_data_reference): Do not emit unless
20631         darwin_emit_branch_islands is set.
20632         (darwin_override_options): Set darwin_emit_branch_islands
20633         where it is needed.
20634         * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
20636 2010-07-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20638         * doc/sourcebuild.texi (Effective-Target Keywords): Document
20639         sse_runtime, sse2_runtime.
20641 2010-07-18  Richard Sandiford  <rdsandiford@googlemail.com>
20643         * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
20644         low half of a single-register SCmode return value before ORing
20645         it with the high half.
20646         * config/mips/mips16.S (MERGE_GPRf): Likewise.
20648 2010-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20650         PR target/44805
20651         * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
20652         on all targets.
20654 2010-07-17  Bernd Schmidt  <bernds@codesourcery.com>
20656         PR target/42235
20657         * postreload.c (reload_cse_move2add): Return bool, true if anything.
20658         changed.  All callers changed.
20659         (move2add_use_add2_insn): Likewise.
20660         (move2add_use_add3_insn): Likewise.
20661         (reload_cse_regs): If reload_cse_move2add changed anything, rerun
20662         reload_combine.
20663         (RELOAD_COMBINE_MAX_USES): Bump to 16.
20664         (last_jump_ruid): New static variable.
20665         (struct reg_use): New members CONTAINING_MEM and RUID.
20666         (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
20667         (reload_combine_split_one_ruid, reload_combine_split_ruids,
20668         reload_combine_purge_insn_uses, reload_combine_closest_single_use
20669         reload_combine_purge_reg_uses_after_ruid,
20670         reload_combine_recognize_const_pattern): New static functions.
20671         (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
20672         is true for our reg and that we have available index regs.
20673         (reload_combine_note_use): New args RUID and CONTAINING_MEM.  All
20674         callers changed.  Use them to initialize fields in struct reg_use.
20675         (reload_combine): Initialize last_jump_ruid.  Be careful when to
20676         take PREV_INSN of the scanned insn.  Update REAL_STORE_RUID fields.
20677         Call reload_combine_recognize_const_pattern.
20678         (reload_combine_note_store): Update REAL_STORE_RUID field.
20680 2010-07-16  Jason Merrill  <jason@redhat.com>
20682         * Makefile.in (opts-common.o): Depend on options.h.
20684 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
20686         * tree.c (build_common_builtin_nodes): Use build_function_type_list
20687         instead of build_function_type.
20688         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
20689         * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
20691 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
20693         * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
20694         do all the work.
20695         (rs6000_emit_int_cmove): Use function pointers for insn generation.
20696         Don't force values into registers unnecessarily.
20697         (output_isel): Assert that we're not given conditions we can't handle.
20698         Delete corresponding code.
20699         * config/rs6000/rs6000.md (isel_signed_<mode>): Use
20700         scc_comparison_operator constraint.  Permit 0 for the consequent
20701         operand.  Permit any GPR for the alternative operand.
20702         (isel_unsigned_<mode>): Likewise.
20704 2010-07-16  Jakub Jelinek  <jakub@redhat.com>
20706         PR target/44942
20707         * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
20708         argument to const_tree.
20709         * config/i386/i386.c (function_arg_advance): If padding needs to be
20710         inserted before argument, increment cum->words by number of padding
20711         words as well.
20712         (contains_aligned_value_p): Change argument to const_tree.
20713         (ix86_function_arg_boundary): Change second argument to const_tree.
20715 2010-07-16  Bernd Schmidt  <bernds@codesourcery.com>
20717         PR target/42235
20718         * function.c (record_hard_reg_sets): New static function.
20719         (assign_parm_setup_reg): If an optab for extending exists and the
20720         generated code clobbbers no hard regs, emit the insn directly and
20721         create a REG_EQUIV note.
20723 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
20725         * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
20726         TREE_CHAIN.
20727         * c-typeck.c (push_init_level): Likewise.
20728         (process_init_element): Likewise.
20730 2010-07-15  Anatoly Sokolov  <aesok@post.ru>
20732         * tree.h (enum tree_index): Add TI_INTEGER_THREE.
20733         (integer_three_node): Add.
20734         * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
20735         NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
20736         * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
20737         of call build_int_cst.
20738         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
20739         * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
20740         (find_interesting_uses_address): Ditto.
20741         * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
20742         * tree-eh.c (lower_eh_constructs_2): Ditto.
20743         * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
20744         * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
20745         * expmed.c (expand_divmod): Ditto.
20746         * tree-mudflap.c (mx_register_decls): Ditto.
20747         * varasm.c (array_size_for_constructor): Ditto.
20748         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
20749         * c-parser.c (c_parser_postfix_expression): Ditto.
20751 2010-07-15  Bernd Schmidt  <bernds@codesourcery.com>
20753         * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
20754         New static variables.
20755         (reload_combine_recognize_pattern): New static function, broken out
20756         of reload_combine.
20757         (reload_combine): Use it.  Only initialize first_index_reg and
20758         last_index_reg once.
20760 2010-07-15  Richard Henderson  <rth@redhat.com>
20762         * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
20763         when done.
20765 2010-07-15  Jan Hubicka  <jh@suse.cz>
20767         * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
20768         comdats for broken gold.
20769         (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
20771 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
20773         * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
20775 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
20777         * tree.h (DECL_CHAIN): Define.
20778         * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
20779         * c-decl.c: Likewise.
20780         * c-parser.c: Likewise.
20781         * c-typeck.c: Likewise.
20782         * cfgexpand.c: Likewise.
20783         * cgraph.c: Likewise.
20784         * cgraphunit.c: Likewise.
20785         * combine.c: Likewise.
20786         * config/alpha/alpha.c: Likewise.
20787         * config/arm/arm.c: Likewise.
20788         * config/frv/frv.c: Likewise.
20789         * config/i386/i386.c: Likewise.
20790         * config/i386/winnt-cxx.c: Likewise.
20791         * config/ia64/ia64.c: Likewise.
20792         * config/iq2000/iq2000.c: Likewise.
20793         * config/mep/mep.c: Likewise.
20794         * config/mips/mips.c: Likewise.
20795         * config/pa/som.h: Likewise.
20796         * config/rs6000/rs6000.c: Likewise.
20797         * config/s390/s390.c: Likewise.
20798         * config/sh/sh.c: Likewise.
20799         * config/sh/symbian-cxx.c: Likewise.
20800         * config/sparc/sparc.c: Likewise.
20801         * config/spu/spu.c: Likewise.
20802         * config/stormy16/stormy16.c: Likewise.
20803         * config/vxworks.c: Likewise.
20804         * config/xtensa/xtensa.c: Likewise.
20805         * coverage.c: Likewise.
20806         * dbxout.c: Likewise.
20807         * dwarf2out.c: Likewise.
20808         * emit-rtl.c: Likewise.
20809         * expr.c: Likewise.
20810         * function.c: Likewise.
20811         * gimple-low.c: Likewise.
20812         * gimple-pretty-print.c: Likewise.
20813         * gimplify.c: Likewise.
20814         * integrate.c: Likewise.
20815         * ipa-inline.c: Likewise.
20816         * ipa-prop.c: Likewise.
20817         * ipa-split.c: Likewise.
20818         * ipa-struct-reorg.c: Likewise.
20819         * ipa-type-escape.c: Likewise.
20820         * langhooks.c: Likewise.
20821         * lto-cgraph.c: Likewise.
20822         * omp-low.c: Likewise.
20823         * stor-layout.c: Likewise.
20824         * tree-cfg.c: Likewise.
20825         * tree-complex.c: Likewise.
20826         * tree-dfa.c: Likewise.
20827         * tree-dump.c: Likewise.
20828         * tree-inline.c: Likewise.
20829         * tree-mudflap.c: Likewise.
20830         * tree-nested.c: Likewise.
20831         * tree-object-size.c: Likewise.
20832         * tree-pretty-print.c: Likewise.
20833         * tree-sra.c: Likewise.
20834         * tree-ssa-live.c: Likewise.
20835         * tree-ssa-loop-niter.c: Likewise.
20836         * tree-ssa-math-opts.c: Likewise.
20837         * tree-ssa-reassoc.c: Likewise.
20838         * tree-ssa-sccvn.c: Likewise.
20839         * tree-ssa-structalias.c: Likewise.
20840         * tree-tailcall.c: Likewise.
20841         * tree-vrp.c: Likewise.
20842         * tree.c: Likewise.
20843         * var-tracking.c: Likewise.
20844         * varasm.c: Likewise.
20846 2010-07-15  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20848         PR target/44877
20849         * config/spu/spu.c (spu_expand_builtin_1): Allow references
20850         (as well as pointers) as argument to mask_for_load builtins.
20852 2010-07-15  Richard Guenther  <rguenther@suse.de>
20854         PR tree-optimization/44946
20855         * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
20856         with accessing only padding properly.
20858 2010-07-15  Jan Hubicka  <jh@suse.cz>
20860         * ipa.c (function_and_variable_visibility): Variables marked as used
20861         should not be localized.
20863 2010-07-15  Jan Hubicka  <jh@suse.cz>
20865         * cgraph.c: Include lto-streamer.h
20866         (change_decl_assembler_name): Work when assembler name hash is at place.
20867         (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
20868         be sure to rename it to avoid name clash.
20869         * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
20870         Localize hidden symbols only when locally defined.
20872 2010-07-15  Uros Bizjak  <ubizjak@gmail.com>
20874         * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
20876 2010-07-15  Magnus Granberg  <zorry@gentoo.org>
20877             Kevin F. Quinn  <kevquinn@gentoo.org>
20879         * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
20880         * common.opt: Add -Wtrampolines.
20881         * doc/invoke.texi: Add -Wtrampolines.
20883 2010-07-15  Jie Zhang  <jie@codesourcery.com>
20885         * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
20886         cortex_a8_issue_ls.
20888 2010-07-15  Dave Korn  <dave.korn.cygwin@gmail.com>
20890         * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
20891         * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
20893 2010-07-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20895         * config/spu/spu.c (reg_names): Remove prototype.
20896         (call_used_regs): Likewise.
20898 2010-07-14  Dave Korn  <dave.korn.cygwin@gmail.com>
20900         * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
20901         "unused" with attribute "used".
20902         (__JCR_END__): Likewise.
20903         * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
20904         "used" attribute.
20905         (__JCR_LIST__): Replace attribute "unused" with attribute "used".
20907 2010-07-14  Richard Guenther  <rguenther@suse.de>
20909         * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
20910         (maybe_fixup_decls): Likewise.
20911         (input_gimple_stmt): Do not fixup anything.
20912         * lto-streamer-out.c (output_gimple_stmt): Make sure all
20913         non-automatic variable uses are wrapped inside a MEM_REF.
20915 2010-07-14  Richard Henderson  <rth@redhat.com>
20917         * passes.c (rest_of_decl_compilation): Do not call assemble_variable
20918         for functions.
20919         * varasm.c (assemble_variable): Remove early exit for functions;
20920         assert that we're given a variable.
20922 2010-07-14  Jie Zhang  <jie@codesourcery.com>
20924         * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
20925         cortex_a8_default when neon_type is not none.
20927 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
20929         * lower-subreg.c (subreg_context): New static bitmap.
20930         (decompose_multiword_subregs): Allocate and free it.
20931         (find_decomposable_subregs): Set a bit in it for a register that
20932         occurs in a subreg that changes mode but not size.
20933         (can_decompose_p): Test it instead of non_decomposable_context.
20935 2010-07-14  Richard Guenther  <rguenther@suse.de>
20937         PR tree-optimization/44824
20938         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
20939         is_gimple_mem_ref_addr.
20940         (tree_ssa_forward_propagate_single_use_vars): Do not propagate
20941         non-decl_address_invariant_p addresses.
20943 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
20945         * reload.c (find_reloads): Revert code to penalize small register
20946         classes that was brought in with the IRA merge.
20948 2010-07-14  Richard Guenther  <rguenther@suse.de>
20950         * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
20951         as base of ARRAY_REFs.
20953 2010-07-14  Richard Guenther  <rguenther@suse.de>
20955         PR middle-end/44930
20956         * tree-pretty-print.c (do_niy): Do not print a newline.
20958 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
20960         * ira-int.h (struct ira_object): New.
20961         (ira_object_t): New typedef.  Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
20962         (struct ira_allocno): Remove members min, max,
20963         conflict_allocno_array, conflict_id, conflict_allocno_array_size,
20964         conflict_allocnos_num and conflict_vec_p.  Add new member object.
20965         (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
20966         OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
20967         OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
20968         OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
20969         ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
20970         ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
20971         ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
20972         ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
20973         an ira_object_t rather than ira_allocno_t.  All uses changed.
20974         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
20975         contains a vector of ira_object_t; all uses changed.
20976         (ira_objects_num): Declare variable.
20977         (ira_create_allocno_object): Declare function.
20978         (ira_conflict_vector_profitable_p): Adjust prototype.
20979         (ira_allocate_conflict_vec): Renamed from
20980         ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
20981         (ira_allocate_object_conflicts): Renamed from
20982         ira_allocate_allocno_conflicts; first arg now ira_object_t.
20983         (struct ira_object_iterator): New.
20984         (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
20985         (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
20986         to conflict_vec_p.  All uses changed.
20987         (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
20988         Changed to take into account that conflicts are now tracked for
20989         objects.
20990         * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
20991         Args changed to accept ira_object_t.  All uses changed.
20992         (allocnos_conflict_p): New static function.
20993         (collected_conflict_objects): Renamed from collected_allocno_objects;
20994         now a vector of ira_object_t.  All uses changed.
20995         (build_conflict_bit_table): Changed to take into account that
20996         conflicts are now tracked for objects.
20997         (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
20998         (print_allocno_conflicts, ira_build_conflicts): Likewise.
20999         * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
21000         setup_allocno_left_conflicts_size, allocno_reload_assign,
21001         fast_allocation): Likewise.
21002         * ira-lives.c (make_hard_regno_born, make_allocno_born)
21003         process_single_reg_class_operands, process_bb_node_lives): Likewise.
21004         * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
21005         Likewise.
21006         * ira-build.c (ira_objects_num): New variable.
21007         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
21008         contains a vector of ira_object_t; all uses changed.
21009         (ira_object_id_map_vec): Corresponding change.
21010         (object_pool): New static variable.
21011         (initiate_allocnos): Initialize it.
21012         (finish_allocnos): Free it.
21013         (ira_create_object, ira_create_allocno_object, create_allocno_objects):
21014         New functions.
21015         (ira_create_allocno): Don't set members that were removed.
21016         (ira_set_allocno_cover_class): Don't change conflict hard regs.
21017         (merge_hard_reg_conflicts): Changed to take into account that
21018         conflicts are now tracked for objects.
21019         (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
21020         allocate_conflict_bit_vec, ira_allocate_object_conflicts,
21021         compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
21022         setup_min_max_allocno_live_range_point, allocno_range_compare_func,
21023         setup_min_max_conflict_allocno_ids, ):  Likewise.
21024         (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
21025         to ira_object_t; all callers changed.
21026         (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
21027         to ira_object_t, all callers changed.
21028         (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
21029         to ira_object_t, all callers changed.
21030         (conflict_check, curr_conflict_check_tick): Renamed from
21031         allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
21032         changed.
21033         (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
21034         arg changed to ira_object_t, all callers changed.
21035         (create_cap_allocno): Call ira_create_allocno_object.
21036         (finish_allocno): Free the corresponding object.
21037         (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
21038         callers changed.  Adjusted for dealing with objects.
21039         (ira_build): Call create_allocno_objects after ira_costs.  Adjusted for
21040         dealing with objects.
21041         * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
21043         * ira-int.h (struct live_range): Rename allocno member to object
21044         and change type to ira_object_t.
21045         (struct ira_object): New member live_ranges.
21046         (struct ira_allocno): Remove member live_ranges.
21047         (ALLOCNO_LIVE_RANGES): Remove.
21048         (OBJECT_LIVE_RANGES): New macro.
21049         (ira_create_live_range, ira_copy_live_range_list,
21050         ira_merge_live_range_list, ira_live_ranges_intersect_p,
21051         ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
21052         * ira-build.c (ira_create_object): Initialize live ranges here.
21053         (ira_create_allocno): Not here.
21054         (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
21055         changed to ira_object_t, all callers changed.
21056         (copy_live_range): Rename from copy_allocno_live_range, all callers
21057         changed.
21058         (ira_copy_live_range_list): Rename from
21059         ira_copy_allocno_live_range_list, all callers changed.
21060         (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
21061         all callers changed.
21062         (ira_live_ranges_intersect_p): Rename from
21063         ira_allocno_live_ranges_intersect_p, all callers changed.
21064         (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
21065         callers changed.
21066         (ira_finish_live_range_list): Rename from
21067         ira_finish_allocno_live_range_list, all callers changed.
21068         (change_object_in_range_list): Rename from change_allocno_in_range_list,
21069         last arg changed to ira_object_t, all callers changed.
21070         (finish_allocno): Changed to expect live ranges in the allocno's object.
21071         (move_allocno_live_ranges, copy_allocno_live_ranges,
21072         update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
21073         ira_flattening, ira_build): Likewise.
21074         * ira-color.c (allocnos_have_intersected_live_ranges_p,
21075         slot_coalesced_allocno_live_ranges_intersect,
21076         setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
21077         * ira-conflicts.c (build_conflict_bit_table): Likewise.
21078         * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
21079         * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
21080         make_allocno_dead, create_start_finish_chains,
21081         remove_some_program_points_and_update_live_ranges,
21082         ira_debug_live_range_list): Likewise.
21084         * ira-int.h (ira_object_conflict_iterator): Rename from
21085         ira_allocno_conflict_iterator.
21086         (ira_object_conflict_iter_init): Rename from
21087         ira_allocno_conflict_iter_init, second arg changed to
21088         * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
21089         FOR_EACH_ALLOCNO_CONFLICT.
21090         * ira-color.c (assign_hard_reg, push_allocno_to_stack)
21091         setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
21092         ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
21093         * ira-conflicts.c (print_allocno_conflicts): Likewise.
21095 2010-07-13  Joern Rennecke  <joern.rennecke@embecosm.com>
21097         PR other/44874
21098         * tree-dump.c (dump_options): Add enumerate_locals entry.
21099         Add TDF_NOID exclusion to all entry.
21100         * tree-dump.h (dump_enumerated_decls): Declare.
21101         * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
21102         Don't display type uid.
21103         (print_declaration): Don't crash on TREE_TYPE (t) == 0.
21104         * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
21105         * tree-ssa-live.c: Include gimple.h.
21106         (numbered_tree_d): New struct.
21107         (numbered_tree): New typedef.
21108         (DEF_VEC_O (numbered_tree): New.
21109         (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
21110         (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
21111         (dump_enumerated_decls): Likewise.
21112         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
21113         debug info and flag_dump_final_insns, call dump_enumerated_decls.
21114         * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
21115         * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
21117 2010-07-13  Richard Sandiford  <rdsandiford@googlemail.com>
21119         * expmed.h (MAX_BITS_PER_WORD): Move to...
21120         * defaults.h (MAX_BITS_PER_WORD): ...here.
21122 2010-07-13  DJ Delorie  <dj@redhat.com>
21124         * config/h8300/h8300.c (h8300_init_once): Default to
21125         -fstrict_volatile_bitfields.
21127         * config/sh/sh.c (sh_override_options): Default to
21128         -fstrict_volatile_bitfields.
21130         * config/rx/rx.c (rx_option_override): New.
21132         * config/m32c/m32c.c (m32c_override_options): Default to
21133         -fstrict_volatile_bitfields.
21135 2010-07-13  Nathan Froyd  <froydnj@codesourcery.com>
21137         * tree.h (build_function_call_expr): Delete.
21138         (build_call_expr_loc_array): New function.
21139         (build_call_expr_loc_vec): New function.
21140         * tree-flow.h (struct omp_region): Change type of ws_args field
21141         to a VEC.
21142         * builtins.c (build_function_call_expr): Delete.
21143         (build_call_expr_loc_array): New function.
21144         (build_call_expr_loc): Call it.  Use XALLOCAVEC.
21145         (build_call_expr): Likewise.
21146         (build_call_expr_loc_vec): New function.
21147         * cgraphunit.c (build_cdtor): Call build_call_expr instead of
21148         build_function_call_expr.
21149         * expr.c (emutls_var_address): Likewise.
21150         * varasm.c (emutls_common_1): Likewise.
21151         * omp-low.c (expand_omp_atomic_mutex): Likewise.
21152         (expand_omp_taskreg): Adjust for new type of region->ws_args.
21153         (get_ws_args_for): Return a VEC instead of a tree.
21154         (expand_parallel_call): Call build_call_expr_loc_vec instead of
21155         build_function_call_expr.
21156         * stor-layout.c (self_referential_size): Likewise.
21158 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
21160         PR testsuite/44701
21161         * recog.c (constrain_operands): Allow side-effects in memory
21162         operands if either < or > constraint is used, rather than if
21163         both < and > is used.
21165 2010-07-13  Richard Guenther  <rguenther@suse.de>
21167         PR middle-end/44911
21168         * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
21169         MEM_REF pointer type dumping.  Avoid recursing for TYPE_DECLs
21170         without name.
21172 2010-07-13  Kaz Kojima  <kkojima@gcc.gnu.org>
21174         PR target/44761
21175         * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
21176         to variable emited.
21177         * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
21178         * config/sh/sh.md (symGOT_load): Likewise.
21179         (symDTPOFF2reg): Likewise.
21180         (symTPOFF2reg): Likewise.
21182 2010-07-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
21184         * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
21185         * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
21187 2010-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21189         * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
21190         explanation.
21191         Find ucontext_t * on Solaris 11.
21192         (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
21193         Handle new Solaris 11 __sighndlr patterns.
21195 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
21197         PR debug/44901
21198         * vec.h (VEC_block_remove): Fix comment.
21199         * tree-ssa-live.c (remove_unused_locals): Don't use
21200         VEC_unordered_remove on local_decls, instead replace a single
21201         vector element in each iteration if at least one element had
21202         to be removed and VEC_truncate at the end.
21203         * omp-low.c (expand_omp_taskreg): Likewise.
21205 2010-07-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21207         * c-decl.c (finish_function): Fix typo in comment.
21209 2010-07-12  H.J. Lu  <hongjiu.lu@intel.com>
21211         PR bootstrap/44921
21212         * postreload.c (move2add_use_add3_insn): Silence gcc warning
21213         on min_regno.
21215 2010-07-12  Jakub Jelinek  <jakub@redhat.com>
21217         * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
21218         (simplify_stmt_using_ranges): Use it.
21220 2010-07-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21222         * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
21223         member.  Do not mark as GTY(()).
21224         * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
21225         (spu_builtin_decls): New static variable.
21226         (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
21227         (spu_init_builtins): Likewise.
21228         (spu_builtin_mul_widen_even): Likewise.
21229         (spu_builtin_mul_widen_odd): Likewise.
21230         (spu_builtin_mask_for_load): Likewise.
21231         (spu_builtin_vec_perm): Likewise.
21232         * config/spu/spu-c.c: Include "target.h".
21233         (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
21234         of using spu_builtins[].fndecl.
21236 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21238         * config/mips/mips.c (mips_override_options): Make -mflip-mips16
21239         imply -minterlink-mips16.
21241 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21243         * config/mips/mips.h (mips16_globals): Declare.
21244         (SWITCHABLE_TARGET): Define.
21245         * config/mips/mips.c: Include target-globals.h.
21246         (mips16_globals): New variable.
21247         (mips_set_mips16_mode): Use save_target_globals and
21248         restore_target_globals instead of target_reinit.
21250 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21252         * reginfo.c (init_reg_sets): Don't zero globals here.  Update comment
21253         to say that the function can be called more than once.
21254         * target-globals.c (save_target_globals): Call init_reg_sets.
21256 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21258         * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
21259         * bb-reorder.h: New file.
21260         * bb-reorder.c (default_target_bb_reorder): New variable.
21261         (this_target_bb_reorder): New conditional variable.
21262         (uncond_jump_length): Redefine as a macro.
21263         * target-globals.h (this_target_bb_reorder): Declare.
21264         (target_globals): Add a bb_reorder field.
21265         (restore_target_globals): Copy the bb_reorder field to
21266         this_target_bb-reorder.
21267         * target-globals.c: Include bb-reorder.h.
21268         (default_target_globals): Initialize the bb_reorder field.
21269         (save_target_globals): Likewise.
21271 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21273         * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
21274         * gcse.h: New file.
21275         * gcse.c: Include gcse.h.
21276         (default_target_gcse): New variable.
21277         (this_target_gcse): New conditional variable.
21278         (can_copy): Redefine as a macro.
21279         (can_copy_init_p): New macro.
21280         (can_copy_p): Remove can_copy_init_p.
21281         * target-globals.h (this_target_gcse): Declare.
21282         (target_globals): Add a gcse field.
21283         (restore_target_globals): Copy the gcse field to this_target_gcse.
21284         * target-globals.c: Include gcse.h.
21285         (default_target_globals): Initialize the gcse field.
21286         (save_target_globals): Likewise.
21288 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21290         * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
21291         and x_ira_prohibited_mode_move_regs_initialized_p.
21292         (ira_prohibited_mode_move_regs): Redefine as a macro.
21293         * ira.c (ira_prohibited_mode_move_regs): Delete.
21294         (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
21296 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21298         * reload.h (target_reload): Add x_cached_reg_save_code and
21299         x_cached_reg_restore_code.
21300         * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
21301         Redefine as macros.
21303 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21305         * Makefile.in (target-globals.o): Depend on builtins.h.
21306         * builtins.h: New file.
21307         * builtins.c: Include builtins.h.
21308         (default_target_builtins): New variable.
21309         (this_target_builtins): New conditional variable.
21310         (apply_args_mode, apply_result_mode): Redefine as macros.
21311         * target-globals.h (this_target_builtins): Declare.
21312         (target_globals): Add a builtins field.
21313         (restore_target_globals): Copy the builtins field to
21314         this_target_builtins.
21315         * target-globals.c: Include builtins.h.
21316         (default_target_globals): Initialize the builtins field.
21317         (save_target_globals): Likewise.
21319 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21321         * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
21322         (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
21323         from expmed.c.
21324         (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
21325         (alg_hash, alg_hash_used_p): New macros.
21326         * expmed.c (init_expmed): Clear alg_hash if reinitializing.
21327         (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
21328         (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
21330 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21332         * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
21333         x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
21334         * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
21335         (this_op_costs, costs_classes): Redefine as macros.
21336         (record_reg_classes): Don't take op_costs as a parameter.
21337         (record_operand_costs): Likewise.  Update calls to record_reg_classes.
21338         (scan_one_insn): Update call to record_operand_costs.
21340 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21342         * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
21343         * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
21344         (target_ira_int): New structure.
21345         (default_target_ira_int): Declare.
21346         (this_target_ira_int): Declare as a variable or define as a macro.
21347         (ira_reg_mode_hard_regset, ira_register_move_cost)
21348         (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
21349         (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
21350         (prohibited_class_mode_regs, ira_important_classes_num)
21351         (ira_important_classes, ira_reg_class_intersect)
21352         (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
21353         (ira_reg_class_union): Redefine as macros.
21354         * ira.h (target_ira): New structure.
21355         (default_target_ira): Declare.
21356         (this_target_ira): Declare as a variable or define as a macro.
21357         (ira_available_class_regs, ira_hard_regno_cover_class)
21358         (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
21359         (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
21360         (ira_class_hard_regs_num): Redefine as macros.
21361         * ira.c (default_target_ira, default_target_ira_int): New variables.
21362         (this_target_ira, this_target_ira_int): New conditional variables.
21363         (ira_reg_mode_hard_regset, ira_memory_move_cost)
21364         (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
21365         (ira_class_subset_p): Delete.
21366         (no_unit_alloc_regs): Redefine as a macro.
21367         (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
21368         (ira_class_hard_regs_num, ira_class_hard_reg_index)
21369         (ira_available_class_regs): Delete.
21370         (alloc_reg_class_subclasses): Redefine as a macro.
21371         (ira_reg_class_cover_size, ira_reg_class_cover)
21372         (ira_important_classes_num, ira_important_classes)
21373         (ira_important_class_nums, ira_class_translate): Delete.
21374         (cover_class_order): Document the variable's lifetime.
21375         (reorder_important_classes): Don't set ira_important_class_nums.
21376         (ira_reg_class_intersect, ira_reg_classes_intersect_p)
21377         (ira_reg_class_super_classes, ira_reg_class_union)
21378         (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
21379         Delete.
21380         (setup_reg_class_nregs): Don't set ira_max_regs.
21381         (prohibited_class_mode_regs): Delete.
21382         * target-globals.h (this_target_ira, this_target_ira_int): Declare.
21383         (target_globals): Add ira and ira_int fields.
21384         (restore_target_globals): Copy the ira field to this_target_ira
21385         and the ira_int field to this_target_ira_int.
21386         * target-globals.c: Include ira-int.h.
21387         (default_target_globals): Initialize the ira and ira_int fields.
21388         (save_target_globals): Likewise.
21390 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21392         * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
21393         * cfgloop.h (target_cfgloop): New structure.
21394         (default_target_cfgloop): Declare.
21395         (this_target_cfgloop): Declare as a variable or define as a macro.
21396         (target_avail_regs, target_clobbered_regs, target_res_regs)
21397         (target_reg_cost, target_spill_cost): Redefine as macros.
21398         * cfgloopanal.c (default_target_cfgloop): New variable.
21399         (this_target_cfgloop): New conditional variable.
21400         (target_avail_regs, target_clobbered_regs, target_res_regs)
21401         (target_reg_cost, target_spill_cost): Delete.
21402         * target-globals.h (this_target_cfgloop): Declare.
21403         (target_globals): Add a cfgloop field.
21404         (restore_target_globals): Copy the cfgloop field to
21405         this_target_cfgloop.
21406         * target-globals.c: Include cfgloop.h.
21407         (default_target_globals): Initialize the cfgloop field.
21408         (save_target_globals): Likewise.
21410 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21412         * regs.h (target_regs): Add x_direct_load, x_direct_store and
21413         x_float_extend_from_mem.
21414         (direct_load, direct_store, float_extend_from_mem): New macros.
21415         * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
21417 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21419         * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
21420         (target-globals.o): Depend on $(LIBFUNCS_H).
21421         * libfuncs.h: Include hashtab.h.
21422         (libfunc_entry): Moved from optabs.c.
21423         (target_libfuncs): New structure.
21424         (default_target_libfuncs): Declare.
21425         (this_target_libfuncs): Declare as a variable or define as a macro.
21426         (libfunc_table): Redefine as a macro.
21427         * optabs.c (default_target_libfuncs): New variable.
21428         (this_target_libfuncs): New conditional variable.
21429         (libfunc_table): Delete.
21430         (libfunc_entry): Moved to optabs.h.
21431         (libfunc_hash): Redefine as a macro.
21432         (hash_libfunc, eq_libfunc): Fix comments.
21433         (init_optabs): Use libfunc_hash to detect cases where the function
21434         has already been called.  Clear the hash table instead of
21435         recreating it.
21436         * target-globals.h (this_target_libfuncs): Declare.
21437         (target_globals): Add a libfuncs field.
21438         (restore_target_globals): Copy the libfuncs field to
21439         this_target_libfuncs.
21440         * target-globals.c: Include libfuncs.h.
21441         (default_target_globals): Initialize the libfuncs field.
21442         (save_target_globals): Likewise.
21444 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21446         * Makefile.in (LIBFUNCS_H): New variable.  Use instead of libfuncs.h
21447         in all dependency lists.
21449 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21451         * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
21452         * optabs.h (target_optabs): New structure.
21453         (default_target_optabs): Declare.
21454         (this_target_optabs): Declare as a variable or define as a macro.
21455         (optab_table, convert_optab_table, direct_optab_table): Redefine
21456         as macros.
21457         * optabs.c (default_target_optabs): New variable.
21458         (this_target_optabs): New conditional variable.
21459         (optab_table, convert_optab_table, direct_optab_table): Delete.
21460         * target-globals.h (this_target_optabs): Declare.
21461         (target_globals): Add a optabs field.
21462         (restore_target_globals): Copy the optabs field to
21463         this_target_optabs.
21464         * target-globals.c: Include expr.h and optabs.h.
21465         (default_target_globals): Initialize the optabs field.
21466         (save_target_globals): Likewise.
21468 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21470         * flags.h (target_flagstate): Add x_flag_excess_precision.
21471         (flag_excess_precision): Redefine as a macro.
21472         * toplev.c (flag_excess_precision): Delete.
21474 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21476         * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
21477         * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
21478         * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
21479         (no_caller_save_reg_set): Redefine as a macro.
21480         * reload.h (target_reload): Add x_caller_save_initialized_p and
21481         x_regno_save_mode.
21482         (caller_save_initialized_p): Redefine as a macro.
21483         * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
21484         (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
21485         (regno_save_mode): Redefine as a macro.
21487 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21489         * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
21490         * expmed.h: New file.
21491         * expmed.c (default_target_costs): New variable.
21492         (this_target_costs): New conditional variable.
21493         (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
21494         (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
21495         (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
21496         * target-globals.h (this_target_expmed): Declare.
21497         (target_globals): Add a expmed field.
21498         (restore_target_globals): Copy the expmed field to
21499         this_target_expmed.
21500         * target-globals.c: Include expmed.h.
21501         (default_target_globals): Initialize the expmed field.
21502         (save_target_globals): Likewise.
21504 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21506         * Makefile.in (target-globals.o): Depend on reload.h.
21507         * reload.h (target_reload): New structure.
21508         (default_target_reload): Declare.
21509         (this_target_reload): Declare as a variable or define as a macro.
21510         (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
21511         * reload1.c (default_target_reload): New variable
21512         (this_target_reload): New conditional variable.
21513         (indirect_symref_ok, double_reg_address_ok): Delete.
21514         (spill_indirect_levels): Redefine as a macro.
21515         * target-globals.h (this_target_reload): Declare.
21516         (target_globals): Add a reload field.
21517         (restore_target_globals): Copy the reload field to
21518         this_target_reload.
21519         * target-globals.c: Include hard-reg-set.h.
21520         (default_target_globals): Initialize the reload field.
21521         (save_target_globals): Likewise.
21523 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21525         * rtl.h (target_rtl): Add x_static_reg_base_value.
21526         * alias.c (static_reg_base_value): Redefine as a macro.
21528 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21530         * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
21531         (GTFILES): Remove reginfo.c.
21532         * rtl.h (target_rtl): Add x_top_of_stack.
21533         (top_of_stack): New macro.
21534         * reginfo.c: Don't include ggc.h or gt-reginfo.h.
21535         (top_of_stack): Delete.
21537 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21539         * regs.h (target_regs): Add x_hard_regs_of_mode,
21540         x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
21541         x_may_move_out_cost and x_last_mode_for_init_move_cost.
21542         (have_regs_of_mode, contains_reg_of_mode, move_cost)
21543         (may_move_in_cost, may_move_out_cost): Redefine as macros.
21544         * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
21545         (may_move_in_cost, may_move_out_cost): Delete.
21546         (last_mode_for_init_move_cost): Redefine as a macro.
21548 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21550         * hard-reg-set.h (target_hard_regs): New structure.
21551         (default_target_hard_regs): Declare.
21552         (this_target_hard_regs): Declare as a variable or define as a macro.
21553         (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
21554         (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
21555         (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
21556         (reg_class_size, reg_class_subclasses, reg_class_subunion)
21557         (reg_class_superunion, reg_names): Redefine as macros.
21558         * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
21559         (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
21560         (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
21561         (reg_class_contents, reg_class_size, reg_class_subclasses)
21562         (reg_class_subunion, reg_class_superunion, reg_names): Delete.
21563         (default_target_hard_regs): New variable
21564         (this_target_hard_regs, initial_call_really_used_regs)
21565         (initial_reg_alloc_order): New conditional variables.
21566         (initial_reg_names): New variable.
21567         (init_reg_sets): Assert that initial_call_really_used_regs,
21568         initial_reg_alloc_order and initial_reg_names
21569         are all the same size as their variable counterparts.  Use them to
21570         initialize those counterparts.
21571         * target-globals.h (this_target_hard_regs): Declare.
21572         (target_globals): Add a hard_regs field.
21573         (restore_target_globals): Copy the hard_regs field to
21574         this_target_hard_regs.
21575         * target-globals.c: Include hard-reg-set.h.
21576         (default_target_globals): Initialize the hard_regs field.
21577         (save_target_globals): Likewise.
21579 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21581         * Makefile.in (target-globals.o): Depend on $(RTL_H).
21582         * rtl.h (target_rtl): New structure.
21583         (default_target_rtl): Declare.
21584         (this_target_rtl): Declare as a variable or define as a macro.
21585         (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
21586         Redefine as macros.
21587         * emit-rtl.c (default_target_rtl): New variable.
21588         (this_target_rtl): New conditional variable.
21589         (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
21590         (return_address_pointer_rtx): Delete.
21591         (initial_regno_reg_rtx): New macro.
21592         (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
21593         (init_emit_regs): Likewise.
21594         * target-globals.h (this_target_rtl): Declare.
21595         (target_globals): Add a rtl field.
21596         (restore_target_globals): Copy the rtl field to this_target_rtl.
21597         * target-globals.c: Include rtl.h.
21598         (default_target_globals): Initialize the rtl field.
21599         (save_target_globals): Likewise.
21601 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21603         * Makefile.in (target-globals.o): Depend on $(REGS_H).
21604         * regs.h (target_reg_modes): New structure.
21605         (default_target_reg_modes): Declare.
21606         (this_target_reg_modes): Declare as a variable or define as a macro.
21607         (hard_regno_nregs, reg_raw_mode): Redefine as macros.
21608         * reginfo.c (default_target_reg_modes): New variable.
21609         (this_target_reg_modes): New conditional variable.
21610         (hard_regno_nregs, reg_raw_mode): Delete.
21611         * target-globals.h (this_target_regs): Declare.
21612         (target_globals): Add a regs field.
21613         (restore_target_globals): Copy the regs field to this_target_regs.
21614         * target-globals.c: Include regs.h.
21615         (default_target_globals): Initialize the regs field.
21616         (save_target_globals): Likewise.
21618 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
21620         * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
21621         * doc/tm.texi: Regenerate.
21622         * Makefile.in (OBJS-common): Add target-globals.o.
21623         (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
21624         and target-globals.h.
21625         (target-globals.o): New rule.
21626         (GTFILES): Include $(srcdir)/target-globals.h.
21627         * defaults.h (SWITCHABLE_TARGET): Define.
21628         * gengtype.c (open_base_files): Add target-globals.h to the
21629         list of includes.
21630         * target-globals.h: New file.
21631         * target-globals.c: Likewise.
21633         * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
21634         * flags.h (target_flag_state): New structure.
21635         (default_target_flag_state): Declare.
21636         (this_target_flag_state): Declare as a variable or define as a macro.
21637         (align_loops_log): Redefine as a macro.
21638         (align_loops_max_skip, align_jumps_log): Likewise.
21639         (align_jumps_max_skip, align_labels_log): Likewise.
21640         (align_labels_max_skip, align_functions_log): Likewise.
21641         * toplev.c (default_target_flag_state): New variable.
21642         (this_target_flag_state): New conditional variable.
21643         (align_loops_log): Delete.
21644         (align_loops_max_skip, align_jumps_log): Likewise.
21645         (align_jumps_max_skip, align_labels_log): Likewise.
21646         (align_labels_max_skip, align_functions_log): Likewise.
21647         * target-globals.h (this_target_flag_state): Declare.
21648         (target_globals): Add a flag_state field.
21649         (restore_target_globals): Copy the flag_state field to
21650         this_target_flag_state.
21651         * target-globals.c: Include flags.h.
21652         (default_target_globals): Initialize the flag_state field.
21653         (save_target_globals): Likewise.
21655 2010-07-12  Jie Zhang  <jie@codesourcery.com>
21657         * postreload.c (reg_symbol_ref[]): New.
21658         (move2add_use_add2_insn): New.
21659         (move2add_use_add3_insn): New.
21660         (reload_cse_move2add): Handle SYMBOL + OFFSET case.
21661         (move2add_note_store): Likewise.
21663 2010-07-12  Joern Rennecke  <joern.rennecke@embecosm.com>
21665         PR rtl-optimization/44752
21666         * genautomata.c (main): Don't emit an empty file even if there
21667         is no automaton.
21669 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21671         * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
21672         ix86_solaris_return_in_memory.
21673         * config/i386-protos.h: Reflect this.
21674         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
21675         * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
21676         Move ...
21677         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
21679 2010-07-12  Jie Zhang  <jie@codesourcery.com>
21681         * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
21682         align the stack when it's going to be saved.
21684 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21686         PR pch/14940
21687         * config/host-solaris.c (mmap_fixed): New function.
21688         (sol_gt_pch_get_address): Use it.
21689         (sol_gt_pch_use_address): Likewise.
21691 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21693         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
21694         pentiumpro on Solaris 8 and 9/x86.
21695         * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
21696         Document SSE/SSE2 support.
21697         * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
21699 2010-07-12  Andi Kleen  <ak@linux.intel.com>
21701         * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
21702         instead of gcc_assert to print better error message for multiple
21703         prevailing defs.
21705 2010-07-12  Uros Bizjak  <ubizjak@gmail.com>
21707         * config/i386/i386.c (ix86_asm_output_function_label): Change format
21708         string placeholder from 0x%x to %#x.
21709         (ix86_code_end): Use putc to output '\n'.
21710         (ix86_print_operand) <case ';'>: Use putc to output ';'.
21712 2010-07-11  Kai Tietz  <kai.tietz@onevision.com>
21714         * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
21715         in directive -export.
21717 2010-07-10  Anatoly Sokolov  <aesok@post.ru>
21719         * reginfo.h (reg_classes_intersect_p): Change arguments type to
21720         reg_class_t.
21721         * rtl.h (reg_classes_intersect_p): Adjust prototype.
21723         * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
21724         Remove macros.
21725         * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
21726         rs6000_memory_move_cost): Remove
21727         * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
21728         TARGET_MEMORY_MOVE_COST): Define.
21729         (rs6000_register_move_cost): Make static. Change arguments type from
21730         enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
21731         (rs6000_memory_move_cost): Make static. Change arguments type from
21732         'enum reg_class' to reg_class_t.
21734 2010-07-10  Sandra Loosemore  <sandra@codesourcery.com>
21736         PR middle-end/42505
21737         * tree-inline.c (estimate_num_insns): Refactor builtin complexity
21738         lookup code into....
21739         * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
21740         new functions.
21741         * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
21742         * cfgloopanal.c (target_clobbered_regs): Define.
21743         (init_set_costs): Initialize target_clobbered_regs.
21744         (estimate_reg_pressure_cost): Add call_p argument.  When true,
21745         adjust the number of available registers to exclude the
21746         call-clobbered registers.
21747         * cfgloop.h (target_clobbered_regs): Declare.
21748         (estimate_reg_pressure_cost): Adjust declaration.
21749         * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
21750         (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
21751         (determine_set_costs): Dump target_clobbered_regs.
21752         (loop_body_includes_call): New function.
21753         (tree_ssa_iv_optimize_loop): Use it to initialize new field.
21754         * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
21755         call_p flag through.
21756         (best_gain_for_invariant): Likewise.
21757         (find_invariants_to_move): Likewise.
21758         (move_single_loop_invariants): Likewise, using already-computed
21759         has_call field.
21761 2010-07-10  Richard Guenther  <rguenther@suse.de>
21762             Joern Rennecke  <joern.rennecke@embecosm.com>
21764         PR debug/44832
21765         * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
21766         (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
21767         unless they have DECL_IGNORED_P set.
21769 2010-07-10  Richard Guenther  <rguenther@suse.de>
21771         PR lto/44889
21772         * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
21773         helper function.
21774         (gimple_types_compatible_p): Similar to pointed-to
21775         types allow and merge a mix of complete and incomplete aggregate.
21776         Use gimple_fixup_complete_and_incomplete_subtype_p for that.
21777         (iterative_hash_gimple_type): Adjust for that.
21779 2010-07-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
21781         * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
21783 2010-07-10  Iain Sandoe  <iains@gcc.gnu.org>
21785         PR objc/44140
21786         * config/darwin.c (output_objc_section_asm_op): Save and restore
21787         section when outputting ObjC section list.
21789 2010-07-09  Jan Hubicka  <jh@suse.cz>
21791         * lto-streamer-out.c (produce_symtab): Do not write alias
21792         cgraph/varpool nodes.
21794 2010-07-09  Jan Hubicka  <jh@suse.cz>
21796         * tree-inline.c (declare_return_variable): Fix ICE while
21797         inlining DECL_BY_VALUE function not in SSA form
21799 2010-07-09  Changpeng Fang  <changpeng.fang@amd.com>
21801         PR tree-optimization/44576
21802         * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
21803         New.  Pull out from is_loop_prefetching_profitable to implement
21804         the trip count to ahead ratio heuristic.
21805         (mem_ref_count_reasonable_p): New.  Pull out from
21806         is_loop_prefetching_profitable to implement the instruction to
21807         memory reference ratio heuristic.  Also consider not reasonable if
21808         the memory reference count is above a threshold (to avoid
21809         explosive compilation time.
21810         (insn_to_prefetch_ratio_too_small_p): New.  Pull out from
21811         is_loop_prefetching_profitable to implement the instruction to
21812         prefetch ratio heuristic.
21813         (is_loop_prefetching_profitable): Removed.
21814         (loop_prefetch_arrays): Distribute the cost analysis across the
21815         function to allow early exit of the prefetch analysis.
21816         is_loop_prefetching_profitable is splitted into three functions,
21817         with each one called as early as possible.
21818         (PREFETCH_MAX_MEM_REFS_PER_LOOP): New.  Threshold above which the
21819         number of memory references in a loop is considered too many.
21821 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
21823         * reload.c (find_reloads): Don't clear badop if we have a winreg
21824         alternative, but not win, and the class only has fixed regs.
21825         * hard-reg-set.h (class_only_fixed_regs): Declare.
21826         * reginfo.c (class_only_fixed_regs): New array.
21827         (init_reg_sets_1): Initialize it.
21828         * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
21829         discourage alternatives using the stack pointer.
21831         * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
21833         * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
21835         * config/arm/arm.md (cbranchqi4): Fix array size.
21836         (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
21837         calculating length.
21839 2010-07-09  Richard Guenther  <rguenther@suse.de>
21841         * gimple.c (struct type_fixup_s): New struct and VEC type.
21842         (gimple_register_type_fixups): New static global.
21843         (gimple_queue_type_fixup): New function.
21844         (gimple_types_compatible_p): Queue type fixups instead of
21845         applying them here.
21846         (gimple_register_type): Apply queued fixups for the
21847         canonical type.  Empty the type fixup queue.
21849 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
21851         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
21852         * configure: Regenerate.
21853         * config.in: Ditto.
21855 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
21856             Denys Vlasenko  <dvlasenk@redhat.com>
21857             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
21859         PR tree-optimization/28632
21860         * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
21861         (extract_range_from_binary_expr): Further optimize
21862         BIT_AND_EXPR and BIT_IOR_EXPR.
21864 2010-07-09  Sebastian Pop  <sebastian.pop@amd.com>
21866         * tree-if-conv.c (fold_or_predicates): New.
21867         (add_to_predicate_list): Call it.
21869 2010-07-09  Richard Guenther  <rguenther@suse.de>
21871         PR middle-end/44890
21872         * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
21873         if base is a pointer.
21874         * tree-cfg.c (verify_expr): Update MEM_REF checking.
21876 2010-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
21878         PR target/44877
21879         * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
21880         POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
21881         builtin mask for load/store builtins.
21883 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
21885         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
21886         for "lock addl".
21887         * configure: Regenerate.
21888         * config/i386/i386.c (ix86_print_operand) <case ';'>:
21889         Remove TARGET_MACHO.
21891 2010-07-09  Peter Bergner  <bergner@vnet.ibm.com>
21893         * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
21894         default ISA flags.
21895         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
21897 2010-07-09  Tom de Vries  <tjvries@xs4all.nl>
21899         * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
21901 2010-07-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
21903         * config/picochip/picochip.md (commsTestPort): Emit more
21904         efficient sequence for tstport instruction.
21906 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
21908         * config/i386/i386.c (ix86_veclib_handler): Make static.
21910 2010-07-09  Richard Guenther  <rguenther@suse.de>
21912         PR tree-optimization/44852
21913         * tree-ssa-alias.c: Include toplev.h for exact_log2.
21914         (indirect_ref_may_alias_decl_p): Properly handle negative offsets
21915         in MEM_REF.
21916         (indirect_refs_may_alias_p): Likewise.
21917         * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
21919 2010-07-09  Richard Guenther  <rguenther@suse.de>
21921         PR tree-optimization/44882
21922         * tree-vect-stmts.c (vectorizable_store): Do not assert alias
21923         sets do conflict.
21924         (vectorizable_load): Likewise.
21926 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
21928         PR target/40657
21929         * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
21930         All callers changed.
21931         Handle the case when we're called for the epilogue.
21932         (thumb_unexpanded_epilogue): Use it.
21933         (thumb1_expand_epilogue): Likewise.
21935 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
21937         * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
21938         both ranges are range_int_cst_p with non-negative minimum,
21939         try harder to derive smaller range.
21941 2010-07-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21943         * genrecog.c: Include diagnostic-core.h before toplev.h.
21944         * genoutput.c: Likewise.
21945         * genextract.c: Likewise.
21946         * genautomata.c: Likewise.
21947         * genemit.c: Likewise.
21948         * genpeep.c: Likewise.
21949         * genattrtab.c: Likewise.
21950         * genconditions.c: Likewise.
21951         * genpreds.c: Likewise.
21953 2010-07-08  Andi Kleen  <ak@linux.intel.com>
21955         * lto-section-in.c (lto_section_name): Add missing comma.
21957 2010-07-08  Anatoly Sokolov  <aesok@post.ru>
21959         * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
21960         * config/ia64/ia64-protos.h (ia64_override_options): Remove.
21961         * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
21962         (ia64_override_options): Rename to...
21963         (ia64_option_override): ... this one. Make static.
21965 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
21967         PR middle-end/44843
21968         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
21969         pointed-to type of the offset in a MEM_REF to compute the alignment.
21971 2010-07-08  Kai Tietz  <kai.tietz@onevision.com>
21973         * final.c (final_scan_insn): Replace
21974         TARGET_UNWIND_INFO macro check by unwind_emit
21975         hook NULL check.
21976         * targhooks.c (default_unwind_emit): Removed.
21977         * targhooks.h (default_unwind_emit): Likewise.
21978         * target.def (unwind_emit): Set default value to NULL.
21980         * config/i386/i386-protos.h (ix86_asm_output_function_label):
21981         New prototype.
21982         * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
21983         for NULL fntype argument and allow 64-bit targets.
21984         (ix86_asm_output_function_label): New function.
21985         (ix86_expand_prologue): Handle 64-bit ms hook prologue.
21986         (ix86_handle_fndecl_attribute): Likewise.
21987         * doc/extend.texi (ms_hook_prologue): Adjust documentation.
21988         * doc/doc/tm.texi: Regenerated.
21989         * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
21990         (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
21991         * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
21992         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
21993         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
21994         * config/elfos.h: Likewise.
21995         * config/i386/cygming.h: Likewise.
21996         * config/netbsd-aout.h: Likewise.
21997         * config/openbsd.h: Likewise.
21998         * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
21999         by ix86_asm_output_function_label function call.
22000         * varasm.c (assemble_start_function): Use
22001         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
22003 2010-07-08  Jan Hubicka  <jh@suse.cz>
22005         * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
22006         New function.
22007         * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
22008         Declare.
22009         * ipa-cp.c (ipcp_estimate_growth): Use it.
22010         * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
22011         Likewise.
22013 2010-07-08  Jan Hubicka  <jh@suse.cz>
22015         * tree-inline.c (declare_return_variable): Allocate annotation for new
22016         temporary.
22018 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
22020         PR tree-optimization/44710
22021         * tree-if-conv.c (parse_predicate): New.
22022         (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
22023         Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
22025 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
22027         * common.opt (ftree-loop-if-convert): New flag.
22028         * doc/invoke.texi (ftree-loop-if-convert): Documented.
22029         * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
22030         when flag_tree_loop_if_convert is set.
22032 2010-07-08  Uros Bizjak  <ubizjak@gmail.com>
22034         * config/i386/i386.c: Use short syntax for function calls
22035         through function pointers.
22036         * config/i386/i386.md: Ditto.
22038 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
22040         * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
22042 2010-07-08  Richard Guenther  <rguenther@suse.de>
22044         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
22045         stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
22047 2010-07-08  Jakub Jelinek  <jakub@redhat.com>
22049         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
22050         instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
22051         (loc_list_from_tree): Likewise.
22052         (output_loc_operands): Handle outputting DW_OP_const[48]u
22053         with loc->dtprel set.
22054         (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
22056 2010-07-08  Jan Hubicka  <jh@suse.cz>
22058         * ipa.c: Include pointer-set.h
22059         (cgraph_externally_visible_p): New attribute ALIASED;
22060         when in LTO, hidden symbols are local unless they are aliased.
22061         (function_and_variable_visibility): Compute aliased nodes;
22062         handle LTO and hidden symbol on functions and vars.
22063         * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
22064         for COMDAT symbols; handle COMDAT_GROUPS also at vars.
22066 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
22068         * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
22069         * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
22070         * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
22071         * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
22072         * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
22073         * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
22074         (ix86_gen_probe_stack_range): Likewise.
22075         (override_options): Set them.
22076         (ix86_target_stack_probe): New function.
22077         (ix86_compute_frame_layout): Force use of push instructions to
22078         save registers if stack checking with probes is enabled.
22079         (get_scratch_register_on_entry): New function.
22080         (release_scratch_register_on_entry): Likewise.
22081         (ix86_adjust_stack_and_probe): Likewise.
22082         (output_adjust_stack_and_probe): Likewise.
22083         (ix86_emit_probe_stack_range): Likewise.
22084         (output_probe_stack_range): Likewise.
22085         (ix86_expand_prologue): Emit stack checking code if static built-in
22086         stack checking is enabled.
22087         Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
22088         * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
22089         (output_adjust_stack_and_probe): Likewise.
22090         (output_probe_stack_range): Likewise.
22091         * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
22092         (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
22093         TARGET_STACK_PROBE.
22094         (allocate_stack_worker_64): Likewise.
22095         (allocate_stack): Likewise.
22096         (adjust_stack_and_probe): New insn.
22097         (probe_stack_range): Likewise.
22099 2010-07-08  Richard Guenther  <rguenther@suse.de>
22101         PR tree-optimization/44831
22102         * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
22103         a MEM_REF preserving TBAA info of the original dereference.
22104         Dereference the original pointer if the address is not invariant.
22105         (propagate_with_phi): Fixup type checks wrt MEM_REFs.  Require
22106         at least one invariant address that we are going to dereference.
22108 2010-07-08  Richard Guenther  <rguenther@suse.de>
22110         PR tree-optimization/44861
22111         * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
22112         information when building MEM_REFs.
22113         (vectorizable_load): Likewise.
22114         * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
22116 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
22118         * config/sol2-c.c: Do not include diagnostic-core.h.
22120 2010-07-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
22122         PR bootstrap/44768
22123         * cfgexpand.c (estimated_stack_frame_size): Make self-contained
22124         with respect to current_function_decl. Pass decl of the function.
22125         * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
22126         * ipa-inline.c (compute_inline_parameters): Pass decl to
22127         estimated_stack_frame_size.
22129 2010-07-08  Richard Guenther  <rguenther@suse.de>
22131         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
22132         New function.
22133         (valueize_refs): Call it.
22135 2010-07-08  Richard Guenther  <rguenther@suse.de>
22137         PR rtl-optimization/44838
22138         * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
22139         SSA form do not use pointer equivalence.
22141 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
22143         * dwarf2out.c (AT_linkage_name): Delete.
22144         (add_linkage_attr): New function.
22145         (add_linkage_name): Call it to emit the linkage attribute.
22146         (dwarf2out_finish): Likewise.
22147         (move_linkage_attr): Explicitly accept both attribute variants.
22149 2010-07-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22151         * toplev.h: Do not include diagnostic-core.h.
22152         Include diagnostic-core.h in every file that includes toplev.h.
22153         * c-tree.h: Do not include toplev.h.
22154         * pretty-print.h: Update comment.
22155         * Makefile.in: Update dependencies.
22156         * alias.c: Include diagnostic-core.h in every file that includes
22157         toplev.h.
22158         * attribs.c: Likewise.
22159         * auto-inc-dec.c: Likewise.
22160         * bb-reorder.c: Likewise.
22161         * bt-load.c: Likewise.
22162         * caller-save.c: Likewise.
22163         * calls.c: Likewise.
22164         * cfg.c: Likewise.
22165         * cfganal.c: Likewise.
22166         * cfgbuild.c: Likewise.
22167         * cfgcleanup.c: Likewise.
22168         * cfghooks.c: Likewise.
22169         * cfgloop.c: Likewise.
22170         * combine.c: Likewise.
22171         * config/alpha/alpha.c: Likewise.
22172         * config/arc/arc.c: Likewise.
22173         * config/arm/arm.c: Likewise.
22174         * config/arm/pe.c: Likewise.
22175         * config/avr/avr.c: Likewise.
22176         * config/bfin/bfin.c: Likewise.
22177         * config/cris/cris.c: Likewise.
22178         * config/crx/crx.c: Likewise.
22179         * config/darwin-c.c: Likewise.
22180         * config/darwin.c: Likewise.
22181         * config/fr30/fr30.c: Likewise.
22182         * config/frv/frv.c: Likewise.
22183         * config/h8300/h8300.c: Likewise.
22184         * config/host-darwin.c: Likewise.
22185         * config/i386/i386.c: Likewise.
22186         * config/i386/netware.c: Likewise.
22187         * config/i386/nwld.c: Likewise.
22188         * config/i386/winnt-cxx.c: Likewise.
22189         * config/i386/winnt-stubs.c: Likewise.
22190         * config/i386/winnt.c: Likewise.
22191         * config/ia64/ia64-c.c: Likewise.
22192         * config/ia64/ia64.c: Likewise.
22193         * config/iq2000/iq2000.c: Likewise.
22194         * config/lm32/lm32.c: Likewise.
22195         * config/m32c/m32c-pragma.c: Likewise.
22196         * config/m32c/m32c.c: Likewise.
22197         * config/m32r/m32r.c: Likewise.
22198         * config/m68hc11/m68hc11.c: Likewise.
22199         * config/m68k/m68k.c: Likewise.
22200         * config/mcore/mcore.c: Likewise.
22201         * config/mep/mep-pragma.c: Likewise.
22202         * config/mep/mep.c: Likewise.
22203         * config/mmix/mmix.c: Likewise.
22204         * config/mn10300/mn10300.c: Likewise.
22205         * config/moxie/moxie.c: Likewise.
22206         * config/pa/pa.c: Likewise.
22207         * config/pdp11/pdp11.c: Likewise.
22208         * config/picochip/picochip.c: Likewise.
22209         * config/rs6000/rs6000-c.c: Likewise.
22210         * config/rs6000/rs6000.c: Likewise.
22211         * config/rx/rx.c: Likewise.
22212         * config/s390/s390.c: Likewise.
22213         * config/score/score.c: Likewise.
22214         * config/score/score3.c: Likewise.
22215         * config/score/score7.c: Likewise.
22216         * config/sh/sh.c: Likewise.
22217         * config/sh/symbian-base.c: Likewise.
22218         * config/sh/symbian-c.c: Likewise.
22219         * config/sh/symbian-cxx.c: Likewise.
22220         * config/sol2-c.c: Likewise.
22221         * config/sol2.c: Likewise.
22222         * config/sparc/sparc.c: Likewise.
22223         * config/spu/spu.c: Likewise.
22224         * config/stormy16/stormy16.c: Likewise.
22225         * config/v850/v850-c.c: Likewise.
22226         * config/v850/v850.c: Likewise.
22227         * config/vax/vax.c: Likewise.
22228         * config/vxworks.c: Likewise.
22229         * config/xtensa/xtensa.c: Likewise.
22230         * convert.c: Likewise.
22231         * cse.c: Likewise.
22232         * cselib.c: Likewise.
22233         * dbgcnt.c: Likewise.
22234         * dbxout.c: Likewise.
22235         * ddg.c: Likewise.
22236         * dominance.c: Likewise.
22237         * emit-rtl.c: Likewise.
22238         * explow.c: Likewise.
22239         * expmed.c: Likewise.
22240         * fixed-value.c: Likewise.
22241         * fold-const.c: Likewise.
22242         * fwprop.c: Likewise.
22243         * gcse.c: Likewise.
22244         * ggc-common.c: Likewise.
22245         * ggc-page.c: Likewise.
22246         * ggc-zone.c: Likewise.
22247         * gimple-low.c: Likewise.
22248         * gimplify.c: Likewise.
22249         * graph.c: Likewise.
22250         * haifa-sched.c: Likewise.
22251         * ifcvt.c: Likewise.
22252         * implicit-zee.c: Likewise.
22253         * integrate.c: Likewise.
22254         * ira-build.c: Likewise.
22255         * ira-color.c: Likewise.
22256         * ira-conflicts.c: Likewise.
22257         * ira-costs.c: Likewise.
22258         * ira-lives.c: Likewise.
22259         * ira.c: Likewise.
22260         * lists.c: Likewise.
22261         * loop-doloop.c: Likewise.
22262         * loop-iv.c: Likewise.
22263         * lto-opts.c: Likewise.
22264         * lto-symtab.c: Likewise.
22265         * main.c: Likewise.
22266         * modulo-sched.c: Likewise.
22267         * optabs.c: Likewise.
22268         * params.c: Likewise.
22269         * plugin.c: Likewise.
22270         * postreload-gcse.c: Likewise.
22271         * postreload.c: Likewise.
22272         * predict.c: Likewise.
22273         * profile.c: Likewise.
22274         * real.c: Likewise.
22275         * regcprop.c: Likewise.
22276         * reginfo.c: Likewise.
22277         * regmove.c: Likewise.
22278         * reorg.c: Likewise.
22279         * resource.c: Likewise.
22280         * rtl.c: Likewise.
22281         * rtlanal.c: Likewise.
22282         * sched-deps.c: Likewise.
22283         * sched-ebb.c: Likewise.
22284         * sched-rgn.c: Likewise.
22285         * sdbout.c: Likewise.
22286         * sel-sched-dump.c: Likewise.
22287         * sel-sched-ir.c: Likewise.
22288         * simplify-rtx.c: Likewise.
22289         * stmt.c: Likewise.
22290         * stor-layout.c: Likewise.
22291         * store-motion.c: Likewise.
22292         * targhooks.c: Likewise.
22293         * tree-cfg.c: Likewise.
22294         * tree-cfgcleanup.c: Likewise.
22295         * tree-dump.c: Likewise.
22296         * tree-eh.c: Likewise.
22297         * tree-inline.c: Likewise.
22298         * tree-nomudflap.c: Likewise.
22299         * tree-object-size.c: Likewise.
22300         * tree-optimize.c: Likewise.
22301         * tree-outof-ssa.c: Likewise.
22302         * tree-phinodes.c: Likewise.
22303         * tree-profile.c: Likewise.
22304         * tree-ssa-ccp.c: Likewise.
22305         * tree-ssa-coalesce.c: Likewise.
22306         * tree-ssa-live.c: Likewise.
22307         * tree-ssa-loop-niter.c: Likewise.
22308         * tree-ssa-loop-prefetch.c: Likewise.
22309         * tree-ssa-loop.c: Likewise.
22310         * tree-ssa-structalias.c: Likewise.
22311         * tree-ssa-uninit.c: Likewise.
22312         * tree-ssa.c: Likewise.
22313         * tree-vect-data-refs.c: Likewise.
22314         * tree-vect-loop-manip.c: Likewise.
22315         * tree-vect-loop.c: Likewise.
22316         * tree-vect-patterns.c: Likewise.
22317         * tree-vect-stmts.c: Likewise.
22318         * tree-vrp.c: Likewise.
22319         * varasm.c: Likewise.
22320         * vec.c: Likewise.
22321         * web.c: Likewise.
22322         * xcoffout.c: Likewise.
22324 2010-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
22326         * gengtype.c (write_field_root): New function.
22327         (write_root): Use it.
22329 2010-07-07  Wei Guozhi  <carrot@google.com>
22331         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
22332         of lowest bits to lshift/compare): Add a missing line.
22334 2010-07-07  Wei Guozhi  <carrot@google.com>
22336         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
22337         of lowest bits to lshift/compare): New.
22339 2010-07-07  Tom Tromey  <tromey@redhat.com>
22341         * doc/tm.texi: Update.
22342         * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
22343         Add @hook.
22344         * target.def (want_debug_pub_sections): New hook.
22345         * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
22346         * dwarf2out.c (add_pubname_string): Check
22347         targetm.want_debug_pub_sections.
22348         (add_pubname): Likewise.
22349         (add_pubtype): Likewise.
22351 2010-07-07  Jie Zhang  <jie@codesourcery.com>
22353         * genautomata.c (output_automata_list_min_issue_delay_code):
22354         Correctly decompress min_issue_delay.
22356 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
22358         PR rtl-optimization/44404
22359         * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
22360         possible, use reg_overlap_mentioned_p instead.
22362 2010-07-07  Duncan Sands  <baldrick@free.fr>
22364         PR middle-end/41355
22365         * tree.c (build_function_type_skip_args): Copy the original type using
22366         build_distinct_type_copy rather than copy_node.
22368 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
22370         PR target/44850
22371         * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
22372         revision 161876.
22373         (ix86_expand_prologue): Likewise.
22374         (ix86_handle_fndecl_attribute): Likewise.
22375         (ix86_asm_declare_function_name): Likewise.
22376         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
22377         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
22378         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
22379         * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
22380         * doc/extend.texi: Likewise.
22382 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
22384         PR target/44844
22385         * config/i386/i386.md (rdrand<mode>): Changed to expand to
22386         retry if the carry flag isn't valid.
22387         (rdrand<mode>_1): New.
22389 2010-07-07  Richard Guenther  <rguenther@suse.de>
22391         PR middle-end/44790
22392         * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
22393         for expanding the constant offset for MEM_REFs.
22395 2010-07-07  Richard Guenther  <rguenther@suse.de>
22397         * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
22398         * tree-ssa-propagate.c (valid_gimple_call_p): Make static.  Fix.
22399         * gimple.h (is_gimple_operand): Remove.
22400         * gimple.c (is_gimple_operand): Likewise.
22401         (walk_gimple_op): Fix wi->val_only setting for calls.
22402         * tree-cfg.c (verify_gimple_call): Fix argument validation.
22403         * tree-profile.c (tree_gen_ic_func_profiler): Do not create
22404         invalid gimple calls.
22406 2010-07-06  Jan Hubicka  <jh@suse.cz>
22408         * lto-cgraph.c (output_cgraph): Add missing declaration.
22410 2010-07-06  Jan Hubicka  <jh@suse.cz>
22412         * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
22413         partition.
22415 2010-07-06  Alexandre Oliva  <aoliva@redhat.com>
22417         * doc/gimple.texi (GIMPLE_DEBUG): Document.
22418         * doc/rtl.texi (Debug Information): New node.
22419         (NOTE_INSN_VAR_LOCATION): Document.
22420         (debug_insn): Likewise.
22421         * doc/generic.texi (DEBUG_EXPR_DECL): Document.
22423 2010-07-07  Jan Hubicka  <jh@suse.cz>
22425         With parts by Richard Guenther.
22427         PR middle-end/44813
22428         * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
22429         for functions passed by reference.
22430         * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
22431         in memory when passed by reference.
22432         * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
22433         beggining.
22434         * ipa-split.c (split_function): Cleanup way return value is passed;
22435         handle SSA DECL_BY_REFERENCE retvals.
22436         * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
22437         DECL_BY_REFERENCE is set.
22438         * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
22439         find_what_p_points_to): Handle RESULT_DECL.
22440         * tree-inline.c (declare_return_variable): Get new entry_block argument;
22441         when passing by reference ensure that RESULT_DECL is gimple_val.
22442         (remap_gimple_op_r): Remap RESULT_DECL ssa name.
22443         (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
22445 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
22447         PR rtl-optimization/44787
22448         * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
22449         * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
22451 2010-07-06  Jan Hubicka  <jh@suse.cz>
22453         * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
22454         (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
22455         with body can prevail.
22456         (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
22457         (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
22458         * cgraph.c (cgraph_get_node_or_alias): New function.
22459         * cgraph.h (cgraph_get_node_or_alias): Declare.
22461 2010-07-06  Kai Tietz  <kai.tietz@onevision.com>
22463         * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
22464         support.
22465         (ix86_expand_prologue): Likewise.
22466         (ix86_handle_fndecl_attribute): Likewise.
22467         (ix86_asm_declare_function_name): New function for
22468         ASM_DECLARE_FUNCTION_NAME.
22469         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
22470         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
22471         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
22472         * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
22473         * doc/extend.texi: Adjust documentation about ms_hook_prologue
22474         attribute.
22476 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
22478         * config/i386/i386.md (immediate_operand): New mode attribute.
22480         (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
22481         pro_epilogue_adjust_stack  and pro_epilogue_adjust_stack_rex64
22482         using P mode iterator.
22483         (pro_epilogue_adjust_stack_di_2): Rename from
22484         pro_epilogue_adjust_stack_rex64_2.
22486         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
22488 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
22490         * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
22491         through gen_mov_insv_1 function pointer.
22492         (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
22493         gen_truncxf<mode>2 through gen_truncxf function pointer.
22494         (remainder<mode>3): Ditto.
22495         (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
22496         (allocate_stack): Call gen_allocate_stack_worker_64 or
22497         gen_allocate_stack_worker_32 through gen_allocate_stack_worker
22498         function pointer.
22499         (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
22500         function pointer.
22502 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
22504         * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
22505         operand constraint instead of <r><i>m.
22507 2010-07-06  Richard Guenther  <rguenther@suse.de>
22509         PR middle-end/44828
22510         * convert.c (convert_to_integer): Watch out for overflowing
22511         MULT_EXPR as well.
22513 2010-07-05  Jan Hubicka  <jh@suse.cz>
22515         * lto-streamer.c (write_symbol_vec): Rename to ...
22516         (write_symbol) ... this one; write only symbol given and when
22517         present in cache. Sanity check that what is defined is present
22518         in cgraph/varpool with body/finalized decl.
22519         (write_symbols_of_kind): Remove.
22520         (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
22521         pairs to produce symtab.
22522         (produce_asm_for_decls): Update call of produce_symtab; don't do so
22523         when doing WPA streaming.
22525 2010-07-05  Jan Hubicka  <jh@suse.cz>
22527         * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
22528         function is still available to fold into.
22530 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
22532         * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
22533         * function.h (struct_function): Change type of local_decls field
22534         to a VEC.
22535         (add_local_decl): New function.
22536         (FOR_EACH_LOCAL_DECL): New macro.
22537         * cfgexpand.c (init_vars_expansion): Adjust for new type of
22538         cfun->local_decls.
22539         (estimated_stack_frame_size): Likewise.
22540         (expand_used_vars): Likewise.
22541         * cgraphbuild.c (build_cgraph_edges): Likewise.
22542         * function.c (instantiate_decls_1): Likewise.
22543         * ipa-struct-reorg.c (build_data_structure): Likewise.
22544         * ipa-type-escape.c (analyze_function): Likewise.
22545         * lto-streamer-in.c (input_function): Likewise.
22546         * lto-streamer-out.c (output_function): Likewise.
22547         * tree-ssa-live.c (remove_unused_locals): Likewise.
22548         * tree.c (free_lang_data_in_decl): Likewise.
22549         (find_decls_types_in_node): Likewise.
22550         * omp-low.c (remove_exit_barrier): Likewise.
22551         (expand_omp_taskreg): Likewise.
22552         (list2chain): Rename to...
22553         (vec2chain): ...this.  Adjust.
22554         * cgraphunit.c (assemble_thunk): Call add_local_decl.
22555         * tree-cfg.c (replace_by_duplicate_decl): Likewise.
22556         * gimple-low.c (record_vars_into): Likewise.
22557         * tree-inline.c (remap_decls): Likewise.
22558         (declare_return_variable): Likewise.
22559         (declare_inline_vars): Likewise.
22560         (copy_forbidden): Adjust for new type of cfun->local_decls.
22561         (add_local_variables): New function.
22562         (expand_call_inline): Call it.
22563         (tree_function_versioning): Likewise.
22565 2010-07-05  H.J. Lu  <hongjiu.lu@intel.com>
22567         AVX Programming Reference (June, 2010)
22568         * config/i386/cpuid.h (bit_F16C): New.
22569         (bit_RDRND): Likewise.
22570         (bit_FSGSBASE): Likewise.
22572         * config/i386/i386-builtin-types.def: Add
22573         "DEF_FUNCTION_TYPE (UINT16)", function types for
22574         float16 <-> float conversions and
22575         "DEF_FUNCTION_TYPE (VOID, UINT64)".
22577         * config/i386/i386-c.c (ix86_target_macros_internal): Support
22578         OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
22579         OPTION_MASK_ISA_F16C.
22581         * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
22582         (OPTION_MASK_ISA_RDRND_SET): Likewise.
22583         (OPTION_MASK_ISA_F16C_SET): Likewise.
22584         (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
22585         (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
22586         (OPTION_MASK_ISA_F16C_UNSET): Likewise.
22587         (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
22588         (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
22589         (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
22590         (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
22591         (override_options): Handle them.
22592         (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
22593         (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
22594         IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
22595         IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
22596         IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
22597         IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
22598         IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
22599         IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
22600         IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
22601         (bdesc_args): Likewise.
22602         (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
22603         V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
22604         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
22605         VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
22606         Handle non-memory store.
22608         * config/i386/i386.h (TARGET_FSGSBASE): New.
22609         (TARGET_RDRND): Likewise.
22610         (TARGET_F12C): Likewise.
22612         * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
22613         (UNSPEC_VCVTPS2PH): Likewise.
22614         (UNSPECV_RDFSBASE): Likewise.
22615         (UNSPECV_RDGSBASE): Likewise.
22616         (UNSPECV_WRFSBASE): Likewise.
22617         (UNSPECV_WRGSBASE): Likewise.
22618         (UNSPECV_RDRAND): Likewise.
22619         (rdfsbase<mode>): Likewise.
22620         (rdgsbase<mode>): Likewise.
22621         (wrfsbase<mode>): Likewise.
22622         (wrgsbase<mode>): Likewise.
22623         (rdrand<mode>): Likewise.
22625         * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
22627         * config/i386/immintrin.h (_rdrand_u16): New.
22628         (_rdrand_u32): Likewise.
22629         (_readfsbase_u32): Likewise.
22630         (_readfsbase_u64): Likewise.
22631         (_readgsbase_u32): Likewise.
22632         (_readgsbase_u64): Likewise.
22633         (_writefsbase_u32): Likewise.
22634         (_writefsbase_u64): Likewise.
22635         (_writegsbase_u32): Likewise.
22636         (_writegsbase_u64): Likewise.
22637         (_rdrand_u64): Likewise.
22638         (_cvtsh_ss): Likewise.
22639         (_mm_cvtph_ps): Likewise.
22640         (_mm256_cvtph_ps): Likewise.
22641         (_cvtss_sh): Likewise.
22642         (_mm_cvtps_ph): Likewise.
22643         (_mm256_cvtps_ph): Likewise.
22645         * config/i386/sse.md (vcvtph2ps): New.
22646         (*vcvtph2ps_load): Likewise.
22647         (vcvtph2ps256): Likewise.
22648         (vcvtps2ph): Likewise.
22649         (*vcvtps2ph): Likewise.
22650         (*vcvtps2ph_store): Likewise.
22651         (vcvtps2ph256): Likewise.
22653         * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
22655         * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
22657 2010-07-05  Joern Rennecke  <joern.rennecke@embecosm.com>
22659         PR bootstrap/44512
22660         * genenums.c (main): Output include of insn-constants.h
22661         * Makefile.in (insn-enums.o): Depend on insn-constants.h.
22663 2010-07-05  Uros Bizjak  <ubizjak@gmail.com>
22665         * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
22666         (override_options): Initialize it.
22667         (ix86_expand_prologue): Use it.
22669 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
22671         * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
22673 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
22675         * double-int.h (fit_double_type): Remove declaration.
22676         * double-int.c (fit_double_type): Remove function.
22677         * tree.h (int_fits_type_p): Adjust prototype.
22678         * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
22679         instead of fit_double_type.
22680         (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
22681         instead of fit_double_type and build_int_cst_wide.
22682         * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
22683         instead of fit_double_type and build_int_cst_wide.
22684         (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
22685         of fit_double_type.
22687 2010-07-05  Jan Hubicka  <jh@suse.cz>
22689         * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
22690         in_other_partition.
22691         * lto-cgraph.c (referenced_from_other_partition_p,
22692         reachable_from_other_partition_p): Use in_other_partition flags.
22693         (output_node, output_varpool_node): COMDAT nodes always have private
22694         copies and thus are never used from other partition.
22696 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
22698         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
22699         * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
22700         * config/ia64/ia64.c Include reload.h.
22701         (ia64_memory_move_cost): New function.
22702         (TARGET_MEMORY_MOVE_COST): Define.
22703         (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
22704         memory_move_cost.
22706 2010-07-05  Sandra Loosemore  <sandra@codesourcery.com>
22708         PR middle-end/42505
22709         * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
22710         comments about cost model.
22711         (try_add_cand_for):  Add second strategy for choosing initial set
22712         based on original IVs, controlled by ORIGINALP argument.
22713         (get_initial_solution): Add ORIGINALP argument.
22714         (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
22715         (find_optimal_iv_set): Try two different strategies for choosing
22716         the IV set, and return the one with lower cost.
22718 2010-07-05  Richard Guenther  <rguenther@suse.de>
22720         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
22722 2010-07-05  Richard Guenther  <rguenther@suse.de>
22724         * tree.c (reference_alias_ptr_type): New function.
22725         * tree.h (reference_alias_ptr_type): Declare.
22726         * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
22727         allow non-TARGET_MEM_REF new refs.
22728         (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
22729         * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
22730         Build a MEM_REF instead of a TARGET_MEM_REF if possible.
22731         (create_mem_ref): Get alias pointer type.  Adjust calls to
22732         create_mem_ref_raw.
22733         (maybe_fold_tmr): Likewise.
22734         * tree-flow.h (create_mem_ref): Adjust prototype.
22736 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
22738         PR c++/44808
22739         * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
22740         *from_p is VAR_DECL.
22742 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
22744         * tree.h (build_call_list): Remove.
22745         * tree.c (build_call_list): Remove.
22747 2010-07-05  Richard Guenther  <rguenther@suse.de>
22749         * double-int.h (double_int_sub): Declare.
22750         * double-int.c (double_int_sub): New function.
22751         * dwarf2out.c (field_byte_offset): Use it.
22752         * fixed-value.c (do_fixed_add): Likewise.
22753         (do_fixed_multiply): Likewise.
22754         (do_fixed_divide): Likewise.
22755         * tree-predcom.c (add_ref_to_chain): Likewise.
22756         (determine_roots_comp): Likewise.
22757         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
22759 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
22761         * vec.h (VEC_splice, VEC_safe_splice): New macros.  Add function
22762         implementations.
22764 2010-07-05  Bernd Schmidt  <bernds@codesourcery.com>
22766         * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
22767         * arm-modes.def (CC_NOTB): Don't define.
22768         * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
22769         (adddi_sesidi_di, adddi_zesidi_di): Likewise.
22770         (LTUGEU): New code_iterator.
22771         (cnb, optab): New corresponding code_attrs.
22772         (addsi3_carryin_<optab>): Renamed from addsi3_carryin.  Change pattern
22773         to canonical form.  Operands 1 and 2 are commutative.  Parametrize
22774         using LTUGEU.
22775         (addsi3_carryin_shift_<optab>): Likewise.
22776         (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
22777         Operands 1 and 2 are commutative.  Parametrize using LTUGEU.
22778         (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
22779         (subsi3_compare): Renamed from subsi3_compare0_c.
22780         Change CC_NOTB to CC.
22781         (arm_subsi3_insn): Allow constants for operand 0.
22782         (compare_scc peephole for eq case): New.
22783         (compare_scc splitters): Change CC_NOTB to CC.
22785 2010-07-05  Richard Guenther  <rguenther@suse.de>
22787         * tree-ssa-loop-im.c (for_each_index): Do not handle
22788         ALIGN_INDIRECT_REF.
22789         (gen_lsm_tmp_name): Likewise.
22790         * tree-dump.c (dequeue_and_dump): Likewise.
22791         * tree-pretty-print.c (dump_generic_node): Likewise.
22792         (op_code_prio): Likewise.
22793         (op_symbol_code): Likewise.
22794         * tree.c (staticp): Likewise.
22795         (build1_stat): Likewise.
22796         * tree.h (INDIRECT_REF_P): Likewise.
22797         * fold-const.c (maybe_lvalue_p): Likewise.
22798         (operand_equal_p): Likewise.
22799         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
22800         (ao_ref_init_from_vn_reference): Likewise.
22801         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
22802         (find_interesting_uses_address): Likewise.
22803         * dwarf2out.c (loc_list_from_tree): Likewise.
22804         * gimplify.c (gimplify_expr): Likewise.
22805         * tree-eh.c (tree_could_trap_p): Likewise.
22806         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
22807         * cfgexpand.c (expand_debug_expr): Likewise.
22808         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
22809         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
22810         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
22811         * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
22812         * tree-ssa-operands.c (get_expr_operands): Likewise.
22813         * expr.c (safe_from_p): Likewise.
22814         (expand_expr_real_1): Likewise.  TER BIT_AND_EXPRs into MEM_REFs.
22815         * tree-vect-data-refs.c (vect_setup_realignment): Build
22816         BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
22817         * tree-vect-stmts.c (vectorizable_load): Likewise.
22818         * tree.def (ALIGN_INDIRECT_REF): Remove.
22820 2010-07-05  Richard Guenther  <rguenther@suse.de>
22822         PR tree-optimization/44784
22823         * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
22824         for inserted stmts.
22825         (find_or_generate_expression): Fix SCCVN insertion check.
22827 2010-07-05  Nathan Sidwell  <nathan@codesourcery.com>
22829         * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
22830         * config/rs6000/e500crtsav64gprctr.asm: Likewise.
22831         * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
22832         directives.
22834 2010-07-05  Ira Rosen  <irar@il.ibm.com>
22836         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
22837         statements that are not vectorized.
22838         * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
22839         in INSIDE_COST.
22841 2010-07-05  Mikael Pettersson  <mikpe@it.uu.se>
22843         PR bootstrap/44820
22844         * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
22846 2010-07-05  Richard Guenther  <rguenther@suse.de>
22848         * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
22849         RESULT_DECLs properly.
22851 2010-07-04  H.J. Lu  <hongjiu.lu@intel.com>
22853         PR rtl-optimization/44695
22854         * config/i386/i386.md (extract_code): Removed.
22855         (<u>divmodqi4): Likewise.
22856         (divmodqi4): New.
22857         (udivmodqi4): Likewise.
22858         (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
22859         (udivmodhiqi3): Likewise.
22861 2010-07-04  Jan Hubicka  <jh@suse.cz>
22863         * lto-cgraph.c (input_edge): Do not care about resolution decisions.
22865 2010-07-04  Jan Hubicka  <jh@suse.cz>
22867         * cgraphunit.c (init_cgraph): Only initialize dump file if it
22868         is not already initialized.
22870 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
22872         * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
22873         (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
22874         (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
22875         (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
22876         (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
22877         (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
22878         (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
22879         (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
22880         (sync_new_nand_optab): Redefine as macros.
22881         (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
22882         Delete.
22883         (direct_optab_index): New enum.
22884         (direct_optab_d): New structure.
22885         (direct_optab): New typedef.
22886         (direct_optab_table): Declare.
22887         (direct_optab_handler, set_direct_optab_handler): New functions.
22888         (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
22889         (sync_lock_release_optab): New macros.
22890         * optabs.c (direct_optab_table): New variable.
22891         (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
22892         (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
22893         cmpstr_optab and cmpstrn_optab.
22894         (emit_conditional_move): Likewise for movcc_optab.
22895         (can_conditionally_move_p): Likewise for movcc_gen_code.
22896         (init_insn_codes): Clear direct_optab_table.
22897         (init_optabs): Don't initialize the new "direct optabs" here.
22898         (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
22899         vcond_gen_code.
22900         (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
22901         (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
22902         (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
22903         (expand_sync_operation): Likewise other sync_*_optabs.
22904         (expand_sync_fetch_operation): Likewise.  Rename sync_compare_and_swap
22905         to sync_compare_and_swap_optab.
22906         (expand_sync_lock_test_and_set): Use direct_optab_handler for
22907         sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
22908         to the names of both.
22909         * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
22910         cmpstr_optab and cmpstrn_optab.
22911         (expand_builtin_lock_release): Likewise sync_lock_release.
22912         * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
22913         (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
22914         (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
22915         (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
22916         (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
22917         (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
22918         (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
22919         (sync_lock_test_and_set, sync_lock_release): Delete.
22920         (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
22921         (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
22922         * genopinit.c (optabs): Use set_direct_optab_handler for the new
22923         macro optabs.
22924         * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
22925         the "optab" local variable.  Use direct_optab_handler for optab and
22926         sync_compare_and_swap_optab.
22927         * reload1.c (reload_in_optab, reload_out_optab): Delete.
22928         * targhooks.c (default_secondary_reload): Use direct_optab_handler for
22929         reload_in_optab and reload_out_optab.
22930         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
22931         * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
22932         * config/pa/pa.c (pa_secondary_reload): Likewise.
22933         * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
22934         for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
22935         (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
22936         (VMSupportsCS8_builtin): Likewise.
22938 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
22940         * optabs.h (optab_handlers): Change type of insn_code to int.
22941         (optab_handler, set_optab_handler, convert_optab_handler)
22942         (set_convert_optab_handler): Treat the insn_code field as "insn_code -
22943         CODE_FOR_nothing".
22944         * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
22945         (init_insn_codes): Zero both the above arrays.
22946         (init_optabs): Never call init_insn_codes first time around.
22948 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
22950         * optabs.h (optab_handler, convert_optab_handler): Turn into
22951         inline functions that return an insn code.
22952         (set_optab_handler, set_convert_optab_handler): New functions.
22953         * builtins.c: Replace optab_handler(X)->insn_code with
22954         optab_handler or set_optab_handler thoughout.  Likewise
22955         convert_optab_handler(X)->insn_code with convert_optab_handler
22956         and set_convert_optab_handler.
22957         * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
22958         reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
22959         tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
22960         tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
22961         tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
22962         config/spu/spu.c: Likewise.
22964 2010-07-04  Kaz Kojima  <kkojima@gcc.gnu.org>
22966         PR target/44531
22967         * config.gcc (sh*-*-*): Use regular expressions instead of
22968         the 'i' modifier for sed substitutions.
22970 2010-07-04  Jeremie Salvucci  <jeremie.salvucci@free.fr>
22972         * gimple.c (gimple_body): Comments added.
22974 2010-07-04  Richard Guenther  <rguenther@suse.de>
22976         PR middle-end/44809
22977         * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
22978         of an INDIRECT_REF.
22980 2010-07-04  Richard Guenther  <rguenther@suse.de>
22982         PR tree-optimization/44479
22983         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
22984         extra SSA name copy statements which preserves points-to
22985         information.
22986         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
22987         Copy points-to information for all pointers.  Properly handle
22988         MEM_REFs.
22989         (vect_create_data_ref_ptr): Likewise.  Avoid extra SSA name
22990         copy statements.
22991         * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
22992         dependency.
22994 2010-07-04  Richard Guenther  <rguenther@suse.de>
22996         PR middle-end/44785
22997         * tree-inline.c (initialize_inlined_parameters): Do not
22998         re-use pointer-map slot over remap_type call.
23000 2010-07-04  Richard Guenther  <rguenther@suse.de>
23002         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
23004 2010-07-04  Richard Guenther  <rguenther@suse.de>
23006         PR tree-optimization/44656
23007         * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
23008         again after value-replacing in the defintions lhs.
23010 2010-07-04  Ira Rosen  <irar@il.ibm.com>
23011             Revital Eres  <eres@il.ibm.com>
23013         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
23014         Document new arguments.
23015         * doc/tm.texi: Regenerate.
23016         * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
23017         Handle unaligned store.
23018         * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
23019         * target.def (builtin_vectorization_cost): Add new arguments.
23020         * target.h (enum vect_cost_for_stmt): Add unaligned_store.
23021         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
23022         of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
23023         (vect_vfa_segment_size): Fix indentation.
23024         * tree-vectorizer.h (struct _vect_peel_info): New.
23025         (struct _vect_peel_extended_info): New.
23026         (struct _loop_vec_info): Add new field for peeling hash table and a
23027         macro for its access.
23028         (VECT_MAX_COST): Define.
23029         (vect_get_load_cost): Declare.
23030         (vect_get_store_cost, vect_get_known_peeling_cost,
23031         vect_get_single_scalar_iteraion_cost): Likewise.
23032         (vect_supportable_dr_alignment): Add new argument.
23033         * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
23034         field.
23035         (destroy_loop_vec_info): Free peeling hash table.
23036         (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
23037         (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
23038         vect_analyze_slp. Fix indentation.
23039         (vect_get_single_scalar_iteraion_cost): New function.
23040         (vect_get_known_peeling_cost): Likewise.
23041         (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
23042         Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
23043         statement. Move outside cost calculation inside unknown peeling case.
23044         Call vect_get_known_peeling_cost for known amount of peeling.
23045         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
23046         reference to the print message of forced alignment.
23047         (vect_verify_datarefs_alignment): Update call to
23048         vect_supportable_dr_alignment.
23049         (vect_get_data_access_cost): New function.
23050         (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
23051         vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
23052         vect_peeling_hash_choose_best_peeling): Likewise.
23053         (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
23054         to store all the accesses in the loop and find best possible access to
23055         align using peeling for known alignment case. For unknown alignment
23056         check if stores are preferred or if peeling is worthy.
23057         (vect_find_same_alignment_drs): Analyze pairs of loads too.
23058         (vect_supportable_dr_alignment): Add new argument and check aligned
23059         accesses according to it.
23060         * tree-vect-stmts.c (vect_get_stmt_cost): New function.
23061         (cost_for_stmt): Call vect_get_stmt_cost.
23062         (vect_model_simple_cost): Likewise.
23063         (vect_model_store_cost): Call vect_get_stmt_cost. Call
23064         vect_get_store_cost to calculate the cost of the statement.
23065         (vect_get_store_cost): New function.
23066         (vect_model_load_cost): Call vect_get_stmt_cost. Call
23067         vect_get_load_cost to calculate the cost of the statement.
23068         (vect_get_load_cost): New function.
23069         (vectorizable_store): Update call to vect_supportable_dr_alignment.
23070         (vectorizable_load): Likewise.
23071         * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
23072         * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
23073         arguments. Handle unaligned store.
23074         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
23075         (rs6000_builtin_support_vector_misalignment): Return true for word and
23076         double word alignments for VSX.
23077         * tree-vect-slp.c (vect_build_slp_tree): Update calls to
23078         vect_supportable_dr_alignment and builtin_vectorization_cost.
23080 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
23082         PR target/44597
23083         * config/pa/predicates.md (prefetch_cc_operand): Remove.
23084         (prefetch_nocc_operand): Likewise.
23085         * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
23086         (prefetch_20): New insn.
23087         (prefetch_cc): Remove.
23088         (prefetch_nocc): Likewise.
23090 2010-07-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>
23092         * expr.c (vector_mode_valid_p): Move to c-common.c.
23093         * expr.h (vector_mode_valid_p): Do not declare here.
23094         * system.h: Poison GCC_EXPR_H in front-ends.
23095         * Makefile.in: Update dependencies.
23097 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
23099         PR target/44705
23100         * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
23102 2010-07-03  Jan Hubicka  <jh@suse.cz>
23104         * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
23105         TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
23106         * cfgexpand.c (gimple_expand_cfg): Use new timevars.
23107         * var-tracking.c (vt_find_locations, variable_tracking_main_1):
23108         Likewise.
23110         * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
23111         Update timevars.V
23112         * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
23113         (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
23114         TV_IPA_LTO_DECL_OUT): New.
23115         * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
23117 2010-07-03  Jan Hubicka  <jh@suse.cz>
23119         * ipa-inline.c (update_edge_key): Break out from ...
23120         update_callers_keys): ... here;
23121         (update_callee_keys): Update only the edges from caller to callee.
23122         (update_all_calle_keys): Do what update_calle_keys did.
23123         (decide_inlining_of_small_functions): Avoid recomputing of all
23124         callees when badness increase.
23126 2010-07-03  Jie Zhang  <jie@codesourcery.com>
23128         * config/arm/arm.c (arm_attr_length_move_neon): New.
23129         * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
23130         * config/arm/neon.md (define_mode_attr V_slen): Remove.
23131         (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
23132         to compute length attribute.
23134 2010-07-03  Jie Zhang  <jie@codesourcery.com>
23136         * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
23137         as predicate for operand 1 and remove its constraint.
23138         * config/arm/predicates.md (vfp_register_operand): New.
23139         * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
23140         (*push_fp_multi): Likewise.
23142 2010-07-03  Eric Botcazou  <ebotcazou@adacore.com>
23144         * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
23146 2010-07-03  Jan Hubicka  <jh@suse.cz>
23148         * config/i386/i386.c (override_options): Revert accidental commit.
23150 2010-07-02  Le-Chun Wu  <lcwu@google.com>
23152         PR c++/44128
23153         * doc/invoke.texi: Update documentation of -Wshadow.
23155 2010-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
23156             Julian Brown  <julian@codesourcery.com>
23157             Sandra Loosemore  <sandra@codesourcery.com>
23159         * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
23160         comparisons.  Adjust to take both operands.
23161         (arm_select_cc_mode): Handle DImode comparisons.
23162         (arm_gen_compare_reg): Generate a scratch register for DImode
23163         comparisons which require one.  Use xor for Thumb equality checks.
23164         (arm_const_double_by_immediates): New.
23165         (arm_print_operand): Allow 'Q' and 'R' for constants.
23166         (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
23167         * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
23168         arm_canonicalize_comparison.
23169         * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
23170         * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
23171         prototype.
23172         (arm_const_double_by_immediates): Declare.
23173         * config/arm/constraints.md (Di): New constraint.
23174         * config/arm/predicates.md (arm_immediate_di_operand)
23175         (arm_di_operand, cmpdi_operand): New.
23176         * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
23177         (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
23178         (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
23179         (cstoredi4): Handle non-Cirrus also.
23181 2010-07-02  Julian Brown  <julian@codesourcery.com>
23182             Sandra Loosemore  <sandra@codesourcery.com>
23184         PR target/43703
23185         * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
23186         (smax<mode>3): Disable for NEON float modes when
23187         flag_unsafe_math_optimizations is false.
23188         * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
23189         (*mul<mode>3_neon)
23190         (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
23191         (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
23192         for NEON float modes when flag_unsafe_math_optimizations is false.
23193         (quad_halves_<code>v4sf): Only enable if
23194         flag_unsafe_math_optimizations is true.
23195         * doc/invoke.texi (ARM Options): Add note about floating point
23196         vectorization requiring -funsafe-math-optimizations.
23198 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
23199             Julian Brown  <julian@codesourcery.com>
23201         * config/arm/neon.md (UNSPEC_VABA): Delete.
23202         (UNSPEC_VABAL): Delete.
23203         (UNSPEC_VABS): Delete.
23204         (UNSPEC_VMUL_N): Delete.
23205         (adddi3_neon): New.
23206         (subdi3_neon): New.
23207         (mul<mode>3add<mode>_neon): Make the pattern named.
23208         (mul<mode>3neg<mode>add<mode>_neon): Likewise.
23209         (neon_vadd<mode>): Replace with define_expand, and move the remaining
23210         unspec parts...
23211         (neon_vadd<mode>_unspec): ...to this.
23212         (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
23213         (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
23214         (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
23215         (neon_vaba<mode>): Rewrite in terms of vabd.
23216         (neon_vabal<mode>): Rewrite in terms of vabdl.
23217         (neon_vabs<mode>): Rewrite without unspec.
23218         * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
23219         (*arm_subdi3): Likewise.
23220         * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
23221         No_op attribute to disable assembly output checks.
23222         * config/arm/arm_neon.h: Regenerated.
23223         * doc/arm-neon-intrinsics.texi: Regenerated.
23225 2010-07-02  Jan Hubicka  <jh@suse.cz>
23227         * ipa-split.c (split_function): For aggregate values, set the return
23228         slot optimization bit.  When passing DECL_BY_REFERENCE, produce
23229         *<retval> = fncall.part ().
23230         (execute_split_functions): Do not care about DECL_BY_REFERENCE.
23232 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
23234         * config/arm/neon.md (UNSPEC_VAND): Delete.
23235         (UNSPEC_VBIC): Delete.
23236         (UNSPEC_VCLZ): Delete.
23237         (UNSPEC_VCNT): Delete.
23238         (UNSPEC_VEOR): Delete.
23239         (UNSPEC_VORN): Delete.
23240         (UNSPEC_VORR): Delete.
23241         (iordi3_neon): Rewrite RTL without unspec.  Add alternatives to handle
23242         core registers too.
23243         (anddi3_neon): Likewise.
23244         (orndi3_neon): Likewise.
23245         (bicdi3_neon): Likewise.
23246         (xordi3_neon): Likewise.
23247         (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
23248         rid of unspec and handle unused operand.
23249         (neon_vcnt<mode>): Similarly, with popcount<mode>2.
23250         * config/arm/predicates.md (imm_for_neon_logic_operand):
23251         Require TARGET_NEON.
23252         (imm_for_neon_inv_logic_operand): Likewise.
23253         * config/arm/arm.md (define_split for logical_binary_operator):
23254         Disable for NEON registers.
23255         (anddi3): Add new define_expand, and rename the insn.  Disable
23256         this insn for NEON, where anddi3_neon now applies.
23257         (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
23258         (iordi3): As for anddi3.
23259         (xordi3): Likewise.
23260         * config/arm/neon.ml (Vand): Split DImode variants and mark them
23261         as No_op to disable testing for exact instruction match.
23262         (Vorr): Likewise.
23263         (Veor): Likewise.
23264         (Vbic): Likewise.
23265         (Vorn): Likewise.
23266         * config/arm/arm_neon.h: Regenerated.
23267         * doc/arm-neon-intrinsics.texi: Regenerated.
23269 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
23271         * expr.h (emit_stack_probe): Declare.
23272         * explow.c (emit_stack_probe): Make global.
23273         (anti_adjust_stack_and_probe): Fix comments.
23274         * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
23275         * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
23276         * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
23277         * config/sparc/sparc.c: Include except.h.
23278         (sparc_emit_probe_stack_range): New function.
23279         (output_probe_stack_range): Likewise.
23280         (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
23281         built-in stack checking is enabled.
23282         * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
23283         * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
23284         (probe_stack_range): New insn.
23286 2010-07-02  Richard Guenther  <rguenther@suse.de>
23288         PR target/43958
23289         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
23290         for argument alignment.
23292 2010-07-02  Jan Hubicka  <jh@suse.cz>
23294         * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
23295         walk backwards from entry_bb to check only those basic block of header
23296         that might lead to execution of split part.
23297         (consider_split) ... here.
23298         (find_return_bb): Allow assignment in return BB.
23299         (find_retval): New.
23300         (split_function): Fix name of cloned function; take care of updating
23301         return value in return_bb containing move.
23303 2010-07-02  Andreas Schwab  <schwab@linux-m68k.org>
23305         PR target/44771
23306         * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
23307         used variable insn.
23309 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
23311         * implicit-zee.c (combine_reaching_defs): Fix long lines.
23312         (is_set_with_extension_DI): Delete.
23313         (struct zero_extend_info): New structure.
23314         (add_removable_zero_extend): New function.
23315         (find_removable_zero_extends): Use note_stores to find SETs.
23316         (find_and_remove_ze): Fix long line, remove superfluous parentheses.
23318 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
23320         * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
23321         is_miss_rate_acceptable. Pull total_positions computation
23322         out of the loops.  Early return if miss_positions exceeds
23323         the acceptable threshold.
23324         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
23325         is_miss_rate_acceptable after renaming of compute_miss_rate.
23327 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
23329         PR middle-end/44576
23330         * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
23331         of 1000) for miss rate if the address diference is greater than or
23332         equal to the cache line size (the two reference will never hit the
23333         same cache line).
23335 2010-07-02  Bernd Schmidt  <bernds@codesourcery.com>
23337         PR target/42835
23338         * config/arm/arm-modes.def (CC_NOTB): New mode.
23339         * config/arm/arm.c (get_arm_condition_code): Handle it.
23340         * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
23341         * config/arm/arm.md (subsi3_compare0_c): New pattern.
23342         (compare_scc): Now a define_and_split.  Add a number of extra
23343         splitters before it.
23345         PR target/42172
23346         * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
23347         and ZERO_EXTEND.
23348         (arm_rtx_costs_1): Likewise.
23349         (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
23350         * config/arm/arm.md (is_arch6): New attribute.
23351         (zero_extendhisi2, zero_extendqisi2, extendhisi2,
23352         extendqisi2): Tighten the code somewhat, avoiding invalid
23353         RTL to occur in the expander patterns.
23354         (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
23355         (thumb1_zero_extendhisi2_v6): Delete.
23356         (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
23357         (thumb1_extendhisi2_v6): Delete.
23358         (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
23359         (thumb1_extendqisi2_v6): Delete.
23360         (zero_extendhisi2 for register input splitter): New.
23361         (zero_extendqisi2 for register input splitter): New.
23362         (thumb1_extendhisi2 for register input splitter): New.
23363         (extendhisi2 for register input splitter): New.
23364         (extendqisi2 for register input splitter): New.
23365         (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
23366         (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
23367         and add support for a register alternative requiring a split.
23368         (thumb1_zero_extendqisi2): Likewise.
23369         (arm_zero_extendqisi2): Likewise.
23370         (arm_extendhisi2): Likewise.
23371         (arm_extendqisi2): Likewise.
23373 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
23375         * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
23376         instead of an unspec.
23377         (neon_expand_vector_init): Likewise.
23378         * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
23379         (UNSPEC_VDUP_LANE): Delete.
23380         (UNSPEC VDUP_N): Delete.
23381         (UNSPEC_VGET_HIGH): Delete.
23382         (UNSPEC_VGET_LANE): Delete.
23383         (UNSPEC_VGET_LOW): Delete.
23384         (UNSPEC_VMVN): Delete.
23385         (UNSPEC_VSET_LANE): Delete.
23386         (V_double_vector_mode): New.
23387         (vec_set<mode>_internal): Make code emitted match that for the
23388         corresponding intrinsics.
23389         (vec_setv2di_internal): Likewise.
23390         (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
23391         (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
23392         (neon_vset_lane<mode>): Combine double and quad patterns and
23393         expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
23394         (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
23395         (neon_vdup_n<mode>): Rewrite RTL without unspec.
23396         (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
23397         (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
23398         with neon_vdup_lanev2di, adjusting the pattern from the latter
23399         to be predicable for consistency.
23400         (neon_vdup_lane<mode>_internal): New.
23401         (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
23402         to avoid using an unspec.
23403         (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
23404         (neon_vdup_lanev2di): Turn into a define_expand.
23405         (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
23406         (neon_vget_high<mode>): Replace with....
23407         (neon_vget_highv16qi): New pattern using canonical RTL.
23408         (neon_vget_highv8hi): Likewise.
23409         (neon_vget_highv4si): Likewise.
23410         (neon_vget_highv4sf): Likewise.
23411         (neon_vget_highv2di): Likewise.
23412         (neon_vget_low<mode>): Replace with....
23413         (neon_vget_lowv16qi): New pattern using canonical RTL.
23414         (neon_vget_lowv8hi): Likewise.
23415         (neon_vget_lowv4si): Likewise.
23416         (neon_vget_lowv4sf): Likewise.
23417         (neon_vget_lowv2di): Likewise.
23419         * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
23420         test for this emitting vmov.
23421         (Vset_lane): Likewise.
23422         (Vdup_n): Likewise.
23423         (Vmov_n): Likewise.
23425         * doc/arm-neon-intrinsics.texi: Regenerated.
23427 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
23429         * config/arm/neon.md (vec_extractv2di): Correct error in register
23430         numbering to reconcile with neon_vget_lanev2di.
23432 2010-07-02  Richard Guenther  <rguenther@suse.de>
23434         * tree-ssa-structalias.c (pt_solution_set_var): New function.
23435         * tree-ssa-alias.h (pt_solution_set_var): Declare.
23436         * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
23437         points-to information.
23439 2010-07-02  Christian Borntraeger  <borntraeger@de.ibm.com>
23441         * config/s390/s390.c (override_options): Adopt prefetching
23442         at -O3 to handle flag_prefetch_loop_arrays as a tristate.
23444 2010-07-02  Jan Hubicka  <jh@suse.cz>
23446         * df-problems.c (df_kill_notes): Do not collect dead  notes.
23447         (df_set_note): Just call add_reg_note.
23448         (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
23449         df_create_unused_note): Do not deal with lists of old notes.
23450         (df_note_bb_compute): Likewise.
23452 2010-07-02  Richard Guenther  <rguenther@suse.de>
23454         * tree-ssa-structalias.c (find_func_aliases): Handle
23455         pointer alignment via BIT_AND_EXPR.
23456         * tree-vrp.c (extract_range_from_binary_expr): Likewise.
23458 2010-07-02  Richard Guenther  <rguenther@suse.de>
23460         * tree-data-ref.c (initialize_data_dependence_relation): Handle
23461         mismatching number of dimensions properly.
23463 2010-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23465         PR target/44707
23466         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
23467         (lo_sum (high ...) ...) patterns generated by earlier passes.
23469 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23471         * doc/install.texi (Prerequisites): Document Perl requirement on
23472         Solaris 2.
23473         (Specific, *-*-solaris2*): Document GNU c++filt requirement.
23475 2010-07-02  Richard Guenther  <rguenther@suse.de>
23477         PR middle-end/44777
23478         * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
23480 2010-07-02  Jan Hubicka  <jh@suse.cz>
23482         PR middle-end/44706
23483         * predict.c (predict_paths_for_bb): Handle case when control dependence
23484         BB has only abnormal edges.
23486 2010-07-02  Richard Guenther  <rguenther@suse.de>
23488         PR tree-optimization/44748
23489         * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
23490         the embedded conversion in MEM_REFs.
23492 2010-07-01  López-Ibáñez  <manu@gcc.gnu.org>
23494         * reload.c: Include toplev.h.
23495         * recog.c:  Likewise.
23496         * Makefile.in: Adjust dependencies.
23498 2010-07-01  Jakub Jelinek  <jakub@redhat.com>
23500         PR debug/44694
23501         * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
23502         or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
23504 2010-07-01  Richard Guenther  <rguenther@suse.de>
23506         * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
23507         types for offsets.
23509 2010-07-01  Joern Rennecke  <joern.rennecke@embecosm.com>
23511         PR target/44732
23512         * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
23513         Fix argument types.
23515 2010-07-01  Bernd Schmidt  <bernds@codesourcery.com>
23517         PR target/44727
23518         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
23519         Make sure operand 0 dies.
23521 2010-07-01  Richard Guenther  <rguenther@suse.de>
23523         PR middle-end/42834
23524         PR middle-end/44468
23525         * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
23526         * doc/generic.texi (References to storage): Document MEM_REF.
23527         * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
23528         (print_call_name): Likewise.
23529         * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
23530         (build_simple_mem_ref_loc): New function.
23531         (mem_ref_offset): Likewise.
23532         * tree.h (build_simple_mem_ref_loc): Declare.
23533         (build_simple_mem_ref): Define.
23534         (mem_ref_offset): Declare.
23535         * fold-const.c: Include tree-flow.h.
23536         (operand_equal_p): Handle MEM_REF.
23537         (build_fold_addr_expr_with_type_loc): Likewise.
23538         (fold_comparison): Likewise.
23539         (fold_unary_loc): Fold
23540         VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
23541         (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
23542         fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
23543         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
23544         (ptr_deref_may_alias_ref_p_1): Likewise.
23545         (ao_ref_base_alias_set): Properly differentiate base object for
23546         offset and TBAA.
23547         (ao_ref_init_from_ptr_and_size): Use MEM_REF.
23548         (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
23549         (indirect_refs_may_alias_p): Likewise.
23550         (refs_may_alias_p_1): Likewise.  Remove pointer SSA name def
23551         chasing code.
23552         (ref_maybe_used_by_call_p_1): Handle MEM_REF.
23553         (call_may_clobber_ref_p_1): Likewise.
23554         * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
23555         * expr.c (expand_assignment): Handle MEM_REF.
23556         (store_expr): Handle MEM_REFs from STRING_CSTs.
23557         (store_field): If expanding a MEM_REF of a non-addressable
23558         decl use bitfield operations.
23559         (get_inner_reference): Handle MEM_REF.
23560         (expand_expr_addr_expr_1): Likewise.
23561         (expand_expr_real_1): Likewise.
23562         * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
23563         * alias.c (ao_ref_from_mem): Handle MEM_REF.
23564         (get_alias_set): Likewise.  Properly handle VIEW_CONVERT_EXPRs.
23565         * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
23566         (dr_analyze_indices): Likewise.
23567         (dr_analyze_alias): Likewise.
23568         (object_address_invariant_in_loop_p): Likewise.
23569         * gimplify.c (mark_addressable): Handle MEM_REF.
23570         (gimplify_cond_expr): Build MEM_REFs.
23571         (gimplify_modify_expr_to_memcpy): Likewise.
23572         (gimplify_init_ctor_preeval_1): Handle MEM_REF.
23573         (gimple_fold_indirect_ref): Adjust.
23574         (gimplify_expr): Handle MEM_REF.  Gimplify INDIRECT_REF to MEM_REF.
23575         * tree.def (MEM_REF): New tree code.
23576         * tree-dfa.c: Include toplev.h.
23577         (get_ref_base_and_extent): Handle MEM_REF.
23578         (get_addr_base_and_unit_offset): New function.
23579         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
23580         * gimple-fold.c (may_propagate_address_into_dereference): Handle
23581         MEM_REF.
23582         (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
23583         accesses if the array has just one dimension.  Remove always true
23584         parameter.  Do not require type compatibility here.
23585         (maybe_fold_offset_to_component_ref): Remove.
23586         (maybe_fold_stmt_indirect): Remove.
23587         (maybe_fold_reference): Remove INDIRECT_REF handling.
23588         Fold back to non-MEM_REF.
23589         (maybe_fold_offset_to_address): Simplify.  Deal with type
23590         mismatches here.
23591         (maybe_fold_reference): Likewise.
23592         (maybe_fold_stmt_addition): Likewise.  Also handle
23593         &ARRAY + I in addition to &ARRAY[0] + I.
23594         (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
23595         (gimple_get_relevant_ref_binfo): Handle MEM_REF.
23596         * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
23597         * tree-ssa.c (useless_type_conversion_p): Make most pointer
23598         conversions useless.
23599         (warn_uninitialized_var): Handle MEM_REF.
23600         (maybe_rewrite_mem_ref_base): New function.
23601         (execute_update_addresses_taken): Implement re-writing of MEM_REFs
23602         to SSA form.
23603         * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
23604         INDIRECT_REF handling.
23605         (copy_tree_body_r): Handle MEM_REF.
23606         * gimple.c (is_gimple_addressable): Adjust.
23607         (is_gimple_address): Likewise.
23608         (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
23609         invariant base are invariant.
23610         (is_gimple_min_lval): Adjust.
23611         (is_gimple_mem_ref_addr): New function.
23612         (get_base_address): Handle MEM_REF.
23613         (count_ptr_derefs): Likewise.
23614         (get_base_loadstore): Likewise.
23615         * gimple.h (is_gimple_mem_ref_addr): Declare.
23616         (gimple_call_fndecl): Handle invariant MEM_REF addresses.
23617         * tree-cfg.c (verify_address): New function, split out from ...
23618         (verify_expr): ... here.  Use for verifying ADDR_EXPRs and
23619         the address operand of MEM_REFs.  Verify MEM_REFs.  Reject
23620         INDIRECT_REFs.
23621         (verify_types_in_gimple_min_lval): Handle MEM_REF.  Disallow
23622         INDIRECT_REF.  Allow conversions.
23623         (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
23624         a register does not change its size.
23625         (verify_types_in_gimple_reference): Verify MEM_REF.
23626         (verify_gimple_assign_single): Disallow INDIRECT_REF.
23627         Handle MEM_REF.
23628         * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
23629         New.
23630         (mark_address_taken): Handle MEM_REF.
23631         (get_indirect_ref_operands): Pass through opf_not_non_addressable.
23632         (get_asm_expr_operands): Pass opf_not_non_addressable.
23633         (get_expr_operands): Handle opf_[not_]non_addressable.
23634         Handle MEM_REF.  Remove INDIRECT_REF handling.
23635         * tree-vrp.c (check_array_ref): Handle MEM_REF.
23636         (search_for_addr_array): Likewise.
23637         (check_array_bounds): Likewise.
23638         (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
23639         * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
23640         (ref_always_accessed_p): Likewise.
23641         (gen_lsm_tmp_name): Likewise.  Handle ADDR_EXPR.
23642         * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
23643         Handle MEM_REF.
23644         * cgraphbuild.c (mark_load): Properly check for NULL result
23645         from get_base_address.
23646         (mark_store): Likewise.
23647         * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
23648         * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
23649         handling for MEM_REF.
23650         * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
23651         &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
23652         * builtins.c (stabilize_va_list_loc): Use the function ABI
23653         valist type if we couldn't canonicalize the argument type.
23654         Always dereference with the canonical va-list type.
23655         (maybe_emit_free_warning): Handle MEM_REF.
23656         (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
23657         memmove to memcpy.
23658         * builtins.c (fold_builtin_memory_op): Use ref-all types
23659         for all memcpy foldings.
23660         * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
23661         (build_outer_var_ref): Likewise.
23662         (scan_omp_1_op): Likewise.
23663         (lower_rec_input_clauses): Likewise.
23664         (lower_lastprivate_clauses): Likewise.
23665         (lower_reduction_clauses): Likewise.
23666         (lower_copyprivate_clauses): Likewise.
23667         (expand_omp_atomic_pipeline): Likewise.
23668         (expand_omp_atomic_mutex): Likewise.
23669         (create_task_copyfn): Likewise.
23670         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
23671         Remove old union trick.  Initialize constant offsets.
23672         (ao_ref_init_from_vn_reference): Likewise.  Do not handle
23673         INDIRECT_REF.  Init base_alias_set properly.
23674         (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
23675         (vn_reference_fold_indirect): Adjust for MEM_REFs.
23676         (valueize_refs): Fold MEM_REFs.  Re-evaluate constant offset
23677         for ARRAY_REFs.
23678         (may_insert): Remove.
23679         (visit_reference_op_load): Do not test may_insert.
23680         (run_scc_vn): Remove parameter, do not fiddle with may_insert.
23681         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
23682         a field to store the constant offset this op applies.
23683         (run_scc_vn): Adjust prototype.
23684         * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
23685         * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
23686         MEM_REF.  Propagate &foo + CST as &MEM[&foo, CST].  Do not
23687         bother about volatile qualifiers on pointers.
23688         (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
23689         * tree-ssa-loop-ivopts.c
23690         * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
23691         (strip_offset_1): Likewise.
23692         (find_interesting_uses_address): Replace INDIRECT_REF handling with
23693         MEM_REF handling.
23694         (get_computation_cost_at): Likewise.
23695         * ipa-pure-const.c (check_op): Handle MEM_REF.
23696         * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
23697         * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
23698         and constants.
23699         * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
23700         * tree-parloops.c (take_address_of): Adjust for MEM_REF.
23701         (eliminate_local_variables_1): Likewise.
23702         (create_call_for_reduction_1): Likewise.
23703         (create_loads_for_reductions): Likewise.
23704         (create_loads_and_stores_for_name): Likewise.
23705         * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
23706         (ssa_accessed_in_tree): Handle MEM_REF.
23707         (ssa_accessed_in_assign_rhs): Likewise.
23708         (update_type_size): Likewise.
23709         (analyze_accesses_for_call_stmt): Likewise.
23710         (analyze_accesses_for_assign_stmt): Likewise.
23711         (transform_access_sites): Likewise.
23712         (transform_allocation_sites): Likewise.
23713         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
23714         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
23715         not handle INDIRECT_REF.
23716         * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
23717         (cond_store_replacement): Likewise.
23718         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
23719         MEM_REF, no not handle INDIRECT_REFs.
23720         (insert_into_preds_of_block): Properly initialize avail.
23721         (phi_translate_1): Fold MEM_REFs.  Re-evaluate constant offset
23722         for ARRAY_REFs.  Properly handle reference lookups that
23723         require a bit re-interpretation.
23724         (can_PRE_operation): Do not handle INDIRECT_REF.  Handle MEM_REF.
23725         * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
23726         (build_ref_for_offset_1): Remove.
23727         (build_ref_for_offset): Build MEM_REFs.
23728         (gate_intra_sra): Disable for now.
23729         (sra_ipa_modify_expr): Handle MEM_REF.
23730         (ipa_early_sra_gate): Disable for now.
23731         * tree-sra.c (create_access): Swap INDIRECT_REF handling for
23732         MEM_REF handling.
23733         (disqualify_base_of_expr): Likewise.
23734         (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
23735         MEM_REF handling.
23736         (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
23737         Use mem_ref_offset.  Remove bogus folding.
23738         (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
23739         (make_fancy_name_1): Add support for MEM_REF.
23740         * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
23741         * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
23742         * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
23743         (compute_complex_ancestor_jump_func): Likewise.
23744         (ipa_analyze_virtual_call_uses): Likewise.
23745         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
23746         INDIRECT_REF folding with more generalized MEM_REF folding.
23747         (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
23748         (forward_propagate_addr_into_variable_array_index): Also handle
23749         &ARRAY + I in addition to &ARRAY[0] + I.
23750         * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
23751         * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
23752         creates assignments with overlap.
23753         * tree-nested.c (get_static_chain): Adjust for MEM_REF.
23754         (get_frame_field): Likewise.
23755         (get_nonlocal_debug_decl): Likewise.
23756         (convert_nonlocal_reference_op): Likewise.
23757         (struct nesting_info): Add mem_refs pointer-set.
23758         (create_nesting_tree): Allocate it.
23759         (convert_local_reference_op): Insert to be folded mem-refs.
23760         (fold_mem_refs): New function.
23761         (finalize_nesting_tree_1): Perform defered folding of mem-refs
23762         (free_nesting_tree): Free the pointer-set.
23763         * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
23764         (vectorizable_load): Likewise.
23765         * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
23766         (propagate_with_phi): Likewise.
23767         * tree-object-size.c (addr_object_size): Handle MEM_REFs
23768         instead of INDIRECT_REFs.
23769         (compute_object_offset): Handle MEM_REF.
23770         (plus_stmt_object_size): Handle MEM_REF.
23771         (collect_object_sizes_for): Dispatch to plus_stmt_object_size
23772         for &MEM_REF.
23773         * tree-flow.h (get_addr_base_and_unit_offset): Declare.
23774         (symbol_marked_for_renaming): Likewise.
23775         * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
23776         (fold-const.o): Add $(TREE_FLOW_H).
23777         * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
23778         (find_func_clobbers): Likewise.
23779         * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
23780         (decompose_access): Likewise.
23781         (replace_field_acc): Likewise.
23782         (replace_field_access_stmt): Likewise.
23783         (insert_new_var_in_stmt): Likewise.
23784         (get_stmt_accesses): Likewise.
23785         (reorg_structs_drive): Disable.
23786         * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
23787         (ix86_canonical_va_list_type): Likewise.
23789 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
23791         PR other/44566
23792         * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
23793         * target.def (struct gcc_target): Replace enum reg_class with
23794         reg_class_t in hook argument / return types.
23795         * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
23796         (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
23797         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
23798         * targhooks.h (default_branch_target_register_class): Likewise.
23799         (default_ira_cover_classes, default_secondary_reload): Likewise.
23800         (default_memory_move_cost, default_register_move_cost): Likewise.
23801         * targhooks.c (default_branch_target_register_class): Likewise.
23802         (default_ira_cover_classes, default_secondary_reload): Likewise.
23803         (default_memory_move_cost, default_register_move_cost): Likewise.
23804         * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
23805         * bt-load.c (branch_target_load_optimize): Likewise.
23806         * ira.c (setup_cover_and_important_classes): Likewise.
23807         * ira-costs.c (copy_cost): Likewise.
23808         * reload1.c (emit_input_reload_insns): Likewise.
23809         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
23810         * config/frv/frv.c (frv_secondary_reload): Likewise.
23811         * config/s390/s390.c (s390_secondary_reload): Likewise.
23812         * config/i386/i386.c (i386_ira_cover_classes): Likewise.
23813         (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
23814         (ix86_register_move_cost): Likewise.
23815         * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
23816         * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
23817         * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
23818         * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
23819         * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
23820         (rs6000_ira_cover_classes): Likewise.
23821         * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
23822         * config/picochip/picochip-protos.h (picochip_secondary_reload):
23823         Likewise.
23824         * config/pa/pa.c (pa_secondary_reload): Likewise.
23825         * config/mips/mips.c (mips_ira_cover_classes): Likewise.
23826         * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
23827         * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
23828         * doc/tm.texi: Regenerate.
23830 2010-06-30  Sebastian Pop  <sebastian.pop@amd.com>
23832         PR bootstrrap/44726
23833         * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
23834         use.
23835         (build_alias_set_optimal_p): Likewise.
23836         (build_base_obj_set_for_drs): Likewise.
23838 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
23840         * target.def: Remove comment about licensing problems of function
23841         declarations.
23843         * target.def (declare_constant_name): Change exp to expr.  Use DEFHOOK.
23844         * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
23845         * doc/tm.texi: Regenerate.
23847         * target.def (builtin_reciprocal): Change tm_fn to md_fn.  Use DEFHOOK.
23848         * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
23850         * target.def (enum_va_list_p): Use DEFHOOK.
23851         * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
23852         Rename ptype to ptree.
23853         * doc/tm.texi: Regenerate.
23855         * target.def (fold_builtin): Rename nargs to n_args.  Use DEFHOOK.
23856         * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
23857         * doc/tm.texi: Regenerate.
23859         * target.def (memory_move_cost): Use DEFHOOK.
23860         * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
23861         Rename regclass AKA class to rclass.
23862         * doc/tm.texi: Regenerate.
23864         * target.def (pragma_parse): Use DEFHOOK.
23865         * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
23866         s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
23867         * doc/tm.texi: Regenerate.
23869         * target.def (pass_by_reference): Use DEFHOOK.
23870         * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
23871         * doc/tm.texi: Regenerate.
23873         * target.def (resolve_overloaded_builtin): Rename params to arglist.
23874         Use DEFHOOK.
23875         * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
23876         * doc/tm.texi: Regenerate.
23878         * target.def (return_pops_args): Use DEFHOOK.
23879         * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
23880         Rename stack-size to size.
23881         * doc/tm.texi: Regenerate.
23883         * target.def (dfa_new_cycle): Use DEFHOOK.  Rename dump_file to dump,
23884         last-sched_cycle to last_clock, cur_cycle to clock.
23885         * doc/tm.texi.in: Use @hook.
23886         * doc/tm.texi: Regenerate.
23888         * target.def (print_operand, print_operand_address): Update comment.
23889         (print_operand_punct_valid_p): Likewise.
23891 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
23893         * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
23894         to rtl.h.
23895         (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
23896         * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
23897         * rtl-error.h: New.
23898         * regrename.c: Do not include toplev.h. Include rtl-error.h.
23899         * rtl-error.c: Likewise.
23900         * reload.c: Likewise.
23901         * recog.c:  Likewise.
23902         * sel-sched.c: Likewise.
23903         * function.c: Likewise.
23904         * reg-stack.c: Likewise.
23905         * cfgrtl.c: Likewise.
23906         * reload1.c: Likewise.
23907         * final.c: Include rtl-error.
23908         * Makefile.in: Adjust dependencies.
23910 2010-06-30  Jan Hubicka  <jh@suse.cz>
23912         PR middle-end/PR44706
23913         * ipa-split (split_function): Refine conditions when to use DECL_RESULT
23914         to return the value.
23916 2010-06-30  Michael Matz  <matz@suse.de>
23918         PR bootstrap/44699
23919         * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
23920         * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
23921         a gimple reg, attach the original VDEF to the last store in the
23922         sequence.
23924 2010-06-30  Iain Sandoe  <iains@gcc.gnu.org>
23926         PR other/44034
23927         * config/darwin.c (darwin_override_options): Use renamed
23928         targetm.asm_out.emit_unwind_label.
23930 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
23932         PR tree-optimization/39799
23933         * tree-inline.c (remap_ssa_name): Initialize variable only if
23934         SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
23936 2010-06-30  Nathan Froyd  <froydnj@codesourcery.com>
23938         * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
23940 2010-06-30  Richard Guenther  <rguenther@suse.de>
23942         PR target/44722
23943         * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
23944         against oscillation with reverse peephole2.
23946 2010-06-30  H.J. Lu  <hongjiu.lu@intel.com>
23948         PR target/44721
23949         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
23950         Fix last commit.
23952 2010-06-30  Nick Clifton  <nickc@redhat.com>
23954         * config/rx/rx-modes.def: New file.
23955         * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
23956         (CC_REGNUM): Define.
23957         (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
23958         register.
23959         (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
23960         (SELECT_CC_MODE): Define.
23961         * config/rx/rx.md (CC_REG): Define.  Update all patterns to use
23962         (reg:CC CC_REG) instead of (cc0).
23963         (attr "cc"): Delete.
23964         (cbranchsi4): Do not split compare and branch here. Instead move
23965         it to...
23966         (cbranchsi4_<code>): ... here.  New patterns.
23967         (cmpsi): Call rx-compare_redundant to find out if it is necessary
23968         to emit the compare instruction.
23969         * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
23970         cc_status flags.
23971         (rx_get_stack_layout): Iterate up to before CC_REGNUM not
23972         FIRST_PSEUDO_REGNUM.
23973         (rx_expand_prologue, rx_expand_epilogue): Likewise.
23974         (rx_notice_update_cc): Delete.
23975         (rx_cc_modes_compatible): New function.
23976         (flags_needed_for_conditional): New function.
23977         (flags_from_mode): New function.
23978         (rx_compare_redundant): New function - scans backwards through
23979         insn list to find out if condition flags are already set correctly.
23980         (TARGET_CC_MODES_COMPATIBLE): Define.
23981         * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
23983         * config/rx/rx.h (BRANCH_COST): Define.
23984         (REGISTER_MOVE_COST): Define.
23985         * config/rx/predicates (rx_source_operand): Allow all constant types.
23986         * config/rx/rx.md (addsi3): Add alternative for swapped operands.
23987         (tstsi4): New pattern.
23988         * config/rx/rx.c (rx_memory_move_cost): Define.
23989         (TARGET_MEMORY_MOVE_COST): Define.
23991 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
23993         * tree.h (block_may_fallthru): Declare here.
23994         * tree-flow.h (block_may_fallthru): Do not declare here.
23995         * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
23996         bitmap.h
23997         * Makefile.in (c-typeck.o): Update dependencies.
23999 2010-06-30  Jakub Jelinek  <jakub@redhat.com>
24001         PR debug/44694
24002         * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
24003         * cselib.c (cfa_base_preserved_regno): New static variable.
24004         (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
24005         of REGNO (cfa_base_preserved_val->locs->loc).
24006         (cselib_preserve_cfa_base_value): Add regno argument, set
24007         cfa_base_preserved_regno to it.
24008         (cselib_invalidate_regno): Allow removal of registers other than
24009         cfa_base_preserved_regno from cfa_base_preserved_val.
24010         (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
24011         * var-tracking.c (adjust_mems): Replace sp or hfp even outside
24012         of MEM addresses, if not on LHS.
24013         (reverse_op): Don't add reverse ops for cfa_base_rtx.
24014         (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
24016 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
24018         * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
24019         static variables.
24020         (peep2_buf_position): New static function.
24021         (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
24022         peephole2_optimize): Use it.
24023         (peep2_attempt, peep2_update_life): New static functions, broken out
24024         of peephole2_optimize.
24025         (peep2_fill_buffer): New static function.
24026         (peephole2_optimize): Change the main loop to try to fill the buffer
24027         with the maximum number of insns before matching them against
24028         peepholes.  Use a forward scan.  Remove special case for targets with
24029         conditional execution.
24030         * genrecog.c (change_state): Delete dead code.
24031         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
24032         Rewrite so as not to expect the second insn to have had a peephole
24033         applied yet.
24035 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
24037         * genhooks.c (emit_findices): Cast field precision to int.
24038         (emit_documentation): Likewise.
24040 2010-06-29  Jakub Jelinek  <jakub@redhat.com>
24042         PR tree-optimization/43801
24043         * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
24044         if old_decl was DECL_ONE_ONLY.
24046         PR debug/44668
24047         * dwarf2out.c (add_accessibility_attribute): New function.
24048         (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
24049         instead of adding DW_AT_accessibility manually.
24050         (gen_enumeration_type_die, gen_struct_or_union_type_die,
24051         gen_typedef_die): Use it.
24053 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
24055         * vmsdbgout.c (full_name): Just output the file name if not native.
24057 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
24059         * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
24060         (funcnam_table): New static table.
24061         (funcnum_table): New static table.
24062         (write_rtnbeg): Write value saved in funcnum_table.
24063         (write_rtnend): Write value saved in funcnum_table.
24064         (vmsdbgout_begin_function): Save current function info in
24065         (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
24066         (vmsdbgout_finish): Iterate over funcnum_table.
24068 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
24070         * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
24071         (vmsdbgout_type_decl): Declare
24072         (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
24073         (FUNC_EPILOGUE_LABEL): New macro
24074         (vmsdbgout_begin_epilogue): New function.
24075         (vmsdbgout_type_decl): New function.
24077 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
24079         * vmsdbg.h: Update copyright.
24081 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
24083         * vmsdbg.h (DST_K_TBG): New DST constant.
24084         * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
24085         (write_modbeg): Cast module_language to avoid warning.
24086         (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
24088 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
24090         PR other/44034
24091         * target.def, doc/tm.texi.in, genhooks.c: New files.
24092         * target.h: Instead of defining individual hook members,
24093         define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
24094         include target.def.
24095         * target-def.h: Instead of defining individual hook initializers,
24096         include target-hooks-def.h.
24097         * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
24098         targetm.live_on_entry -> targetm.extra_live_on_entry
24099         targetm.sched.md_finish ->targetm.sched.finish
24100         targetm.sched.md_init -> targetm.sched.init
24101         targetm.sched.md_init_global -> targetm.sched.init_global
24102         targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
24103         targetm.asm_out.except_table_label ->
24104           targetm.asm_out.emit_except_table_label
24105         targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
24106         targetm.target_help -> targetm.help
24107         targetm.vectorize.builtin_support_vector_misalignment ->
24108           targetm.vectorize.support_vector_misalignment
24109         targetm.file_start_app_off -> targetm.asm_file_start_app_off
24110         targetm.file_start_file_directive ->
24111          targetm.asm_file_start_file_directive
24112         * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
24113         * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
24114         * config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
24115         TARGET_VECTOR_ALIGNMENT_REACHABLE ->
24116           TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
24117         TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
24118           TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
24119         TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
24120         * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
24121         * Makefile.in (TARGET_H): Depend on target.def.
24122         (TARGET_DEF_H): Depend on target-hooks-def.h.
24123         (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
24124         (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
24125         * doc/tm.texi: Regenerate.
24127         * Makefile.in (s-tm-texi): Remove stray tab / rule.
24129         * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
24130         (targetm.sched.init): Likewise.
24132 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
24134         PR bootstrap/44713
24135         * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
24136         (function_arg_advance_32): Const-ify TYPE parameter.
24137         (function_arg_advance_64): Likewise.  Change type of NAMED to bool.
24138         (ix86_function_arg_advance): Change type of NAMED to bool.
24139         (function_arg_32): Const-ify CUM and TYPE parameters.
24140         (function_arg_64): Likewise.  Change type of NAMED to bool.
24141         (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
24142         to bool.
24143         (ix86_function_arg): Change type of NAMED to bool.
24144         (ix86_setup_incoming_varargs): Call ix86_function_arg_advance.  Pass
24145         last argument as a bool.
24147 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
24149         * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
24150         (OVERRIDE_OPTIONS): Add note of obsolescence.
24151         Replace references with references to TARGET_OPTION_OVERRIDE.
24152         (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
24153          the macro).
24154         * targhooks.c (default_target_option_override): New function.
24155         * targhooks.h (default_target_option_override): Declare.
24156         * target.h (struct gcc_target): Add override member to
24157         target_option member.
24158         * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
24159         targetm.target_option.override call.
24160         * target-def.h (TARGET_OPTION_OVERRIDE): Define.
24161         (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
24163 2010-06-29  Jan Hubicka  <jh@suse.cz>
24165         * tree-inline.c: Replace incomming by incomin and clonning by cloning.
24167 2010-06-29  Jan Hubicka  <jh@suse.cz>
24169         * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
24170         unreachable.
24171         (rebuild_frequencies): New function.
24172         * predict.h (rebuild_frequencies): Declare.
24173         * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
24174         entry block and edge reaching new_entry.
24175         (tree_function_versioning): When doing partial cloning, rebuild
24176         frequencies when done.
24177         * passes.c (execute_function_todo): Use rebild_frequencies.
24179 2010-06-29  Richard Guenther  <rguenther@suse.de>
24181         * tree-dfa.c (dump_variable): Remove noalias_state dumping.
24182         * tree-flow.h (enum noalias_state): Remove.
24183         (struct var_ann_d): Remove noalias_state member.
24185 2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
24187         PR target/43902
24188         * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
24189         (maddhisi4): Renamed from mulhisi3addsi.  Operands renumbered.
24190         (maddhidi4): Likewise.
24192         Revert parts of the change for PR25130.
24193         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
24194         MEM_ALIAS_SET.
24196 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
24198         * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
24199         targetm.calls.function_incoming_arg, and
24200         targetm.calls.function_arg_advance instead of FUNCTION_ARG,
24201         FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
24202         * target.h (struct gcc_target): Add function_arg_advance,
24203         function_arg, and function_incoming_arg fields.
24204         * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
24205         (TARGET_FUNCTION_INCOMING_ARG): Define.
24206         (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
24207         and TARGET_FUNCTION_INCOMING_ARG.
24208         * targhooks.h (default_function_arg_advance): Declare.
24209         (default_function_arg, default_function_incoming_arg): Declare.
24210         * targhooks.c (default_function_arg_advance): New function.
24211         (default_function_arg, default_function_incoming_arg): New function.
24212         * config/i386/i386.c (function_arg_advance): Rename to...
24213         (ix86_function_arg_advance): ...this.  Make static.
24214         (function_arg): Rename to...
24215         (ix86_function_arg): ...this.  Make static.
24216         (TARGET_FUNCTION_ARG_ADVANCE): Define.
24217         (TARGET_FUNCTION_ARG): Define.
24218         * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
24219         (FUNCTION_ARG): Delete.
24220         * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
24221         (function_arg): Delete prototype.
24223 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
24225         * reginfo.c (init_reg_sets_1): Adjust comments.
24226         * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
24227         * calls.c (prepare_call_address): Likewise.
24228         (emit_call_1): Use targetm.calls.return_pops_args.
24229         (expand_call): Likewise.
24230         * function.c (assign_parms): Likewise.
24231         * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
24232         * target.h (struct gcc_target) [struct calls]: Add
24233         return_pops_args field.
24234         * targhooks.h (default_return_pops_args): Declare.
24235         * targhooks.c (default_return_pops_args): Define.
24236         * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
24237         (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
24238         * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
24239         (TARGET_RETURN_POPS_ARGS): ...this.  Use deftypefn.  Adjust
24240         documentation.
24241         * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
24242         * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
24243         * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
24244         * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
24245         * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
24246         * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
24247         * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
24248         * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
24249         * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
24250         * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
24251         * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
24252         * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
24253         * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
24254         * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
24255         * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
24256         * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
24257         * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
24258         * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
24259         * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
24260         * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
24261         * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
24262         * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
24263         * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
24264         * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
24265         * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
24266         * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
24267         * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
24268         * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
24269         * config/score/score.h (RETURN_POPS_ARGS): Likewise.
24270         * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
24271         * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
24272         * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
24273         * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
24274         * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
24275         * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
24276         * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
24277         * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
24278         * config/i386/i386.c (ix86_return_pops_args): Make static.
24279         Constify arguments.
24280         (TARGET_RETURN_POPS_ARGS): Define.
24281         * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
24282         * config/m68k/m68k.c (m68k_return_pops_args): ...here.  New function.
24283         (TARGET_RETURN_POPS_ARGS): Define.
24284         * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
24285         * config/vax/vax.c (vax_return_pops_args): ...here.  New function.
24286         (TARGET_RETURN_POPS_ARGS): Define.
24288 2010-06-29  Richard Guenther  <rguenther@suse.de>
24290         PR middle-end/44667
24291         * tree-inline.c (initialize_inlined_parameters): Make sure
24292         to remap the inlined parameter variable substitutions types.
24294 2010-06-29  Eric Botcazou  <ebotcazou@adacore.com>
24296         PR rtl-optimization/44659
24297         * combine.c (make_compound_operation) <SUBREG>: Do not return the
24298         result of force_to_mode if it partially re-expanded the compound.
24300 2010-06-28  Jan Hubicka  <jh@suse.cz>
24302         PR middle-end/44671
24303         * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
24304         RESULT_DECL.
24306 2010-06-28  Anatoly Sokolov  <aesok@post.ru>
24308         * double-int.h (force_fit_type_double): Remove declaration.
24309         * double-int.c (force_fit_type_double): Move to tree.c.
24310         * tree.h (force_fit_type_double): Declare.
24311         * tree.h (force_fit_type_double): Moved from double-int.c. Use
24312         double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
24313         double_int_to_tree instead of fit_double_type and build_int_cst_wide.
24314         * convert.c (convert_to_pointer): Adjust call to
24315         force_fit_type_double.
24316         * tree-vrp.c (extract_range_from_assert,
24317         extract_range_from_unary_expr): Adjust call to force_fit_type_double.
24318         * fold-const.c: Update comment.
24319         (int_const_binop, fold_convert_const_int_from_int,
24320         fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
24321         extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
24322         fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
24323         round_up_loc): Adjust call to force_fit_type_double.
24325 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
24327         * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
24329 2010-06-28  Martin Jambor  <mjambor@suse.cz>
24331         * tree-sra.c (convert_callers): New parameter, change fndecls of
24332         recursive calls.
24333         (modify_function): Pass the old decl to convert_callers.
24335 2010-06-28  Martin Jambor  <mjambor@suse.cz>
24337         * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
24338         ipa_check_create_node_params and ipa_initialize_node_params with
24339         checking asserts they are not necessary.
24341 2010-06-28  Jan Hubicka  <jh@suse.cz>
24343         PR tree-optimization/44687
24344         * ipa-split.c (split_function): Use DECL_RESULT to store return value.
24346 2010-06-28  Martin Jambor  <mjambor@suse.cz>
24348         PR c++/44535
24349         * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
24350         (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
24351         instead of BINFO_BASE_BINFO.
24353 2010-06-28  Michael Matz  <matz@suse.de>
24355         PR middle-end/44592
24356         * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
24357         proper VDEF chain for intermediate stores in the sequence.
24359 2010-06-28  Jan Hubicka  <jh@suse.cz>
24361         PR tree-optimization/44357
24362         * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
24363         uninlinable functions.
24365 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
24367         * config.gcc (powerpc*-*-*): Handle titan.
24368         * config/rs6000/rs6000.c (titan_cost): New costs.
24369         (rs6000_override_options): Add "titan" to processor_target_table.
24370         Add Titan to branch alignment logic.
24371         Correctly set rs6000_cost for titan.
24372         * config/rs6000/rs6000.md (cpu): Add titan.  Include "titan.md".
24373         * config/rs6000/titan.md: New file.
24374         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
24376 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
24378         * tree-browser.c (TB_history_stack): Convert to a VEC.
24379         (TB_SET_HEAD): Adjust for new type of TB_history_stack.
24380         (TB_history_prev): Likewise.
24382 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
24384         * vec.h (vec_heap_free): Add parentheses around free.
24386 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
24388         * system.h: Poison GCC_EXCEPT_H for front-end files.
24390         * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
24391         langhook.
24392         * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
24393         Define to NULL by default.
24394         * except.h: Define GCC_EXCEPT_H.
24395         (doing_eh): Remove prototype.
24396         (init_eh, init_eh_for_function): Move prototypes to toplev.h.
24397         (lang_protect_cleanup_actions): Remove.
24398         * except.c (lang_protect_cleanup_actions): Remove.
24399         (doing_eh): Remove.
24400         (gen_eh_region): Don't check doing_eh here.
24401         * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
24402         * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
24403         instead of lang_protect_cleanup_actions.
24404         * omp-low.c (maybe_catch_exception): Likewise.
24405         * Makefile.in: Update dependencies.
24407 2010-06-28  Bingfeng Mei  <bmei@broadcom.com>
24409         * cgraph.h (struct varpool_node): new used_from_object_file flag.
24410         (struct cgraph_local_info): new used_from_object_file flag.
24411         * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
24412         (cgraph_clone_node): initialize used_from_object_file.
24413         (cgraph_create_virtual_clone): initialize used_from_object_file.
24414         * lto-symbtab.c (lto_symtab_merge_decls_1): Set
24415         used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
24416         when compiling with -fwhole-program.
24417         (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
24418         internal resolver.
24419         * ipa.c (function_and_variable_visibility): Set externally_visible
24420         flag of varpool_node if used_from_object_file flag is set.
24421         (cgraph_externally_visible_p): check used_from_object_file flag.
24422         * doc/invoke.texi (-fwhole-program option): Change description of
24423         externally_visible attribute accordingly.
24424         * doc/extend.texi (externally_visible): Ditto.
24426 2010-06-27  Jan Hubicka  <jh@suse.cz>
24428         * params.def (max-inline-insns-auto): Default to 40.
24429         * doc/invoke.texi (max-inline-insns-auto): Document the change.
24431 2010-06-27  Jan Hubicka  <jh@suse.cz>
24433         PR middle-end/44671
24434         PR middle-end/44686
24435         * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
24436         signature change.
24437         * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
24438         * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
24440 2010-06-27  Anatoly Sokolov  <aesok@post.ru>
24442         * target.h (struct gcc_target): Add register_move_cost field.
24443         * target-def.h (TARGET_REGISTER_MOVE_COST): New.
24444         (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
24445         * targhooks.c (default_register_move_cost): New function.
24446         * targhooks.h (default_register_move_cost): Declare function.
24447         * defaults.h (REGISTER_MOVE_COST): Delete.
24448         * ira-int.h (ira_register_move_cost): Update comment.
24449         * ira.c (ira_register_move_cost): Update comment.
24450         * reload.h (register_move_cost): Declare.
24451         * reginfo.c (register_move_cost): New function.
24452         (move_cost): Update comment.
24453         (init_move_cost, memory_move_secondary_cost): Replace
24454         REGISTER_MOVE_COST with register_move_cost.
24455         * postreload.c (reload_cse_simplify_set): (Ditto.).
24456         * reload.c (find_valid_class, find_reloads): (Ditto.).
24457         * reload1.c (choose_reload_regs): (Ditto.).
24458         * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
24459         (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
24460         * doc/md.texi (can_create_pseudo_p): Update documentation.
24462         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
24463         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
24464         * config/i386/i386.h (ix86_memory_move_cost): Make static.
24465         (TARGET_MEMORY_MOVE_COST): Define.
24467         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
24468         * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
24469         * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
24470         (TARGET_MEMORY_MOVE_COST): Define.
24472 2010-06-27  Richard Guenther  <rguenther@suse.de>
24474         PR tree-optimization/44683
24475         * tree-ssa-dom.c (record_edge_info): Record equivalences for the
24476         false edge from the inverted condition.
24478 2010-06-27  Richard Guenther  <rguenther@suse.de>
24480         PR middle-end/44684
24481         * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
24482         (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
24483         for register LHS.  Or non-store assignments.
24485 2010-06-26  Eric Botcazou  <ebotcazou@adacore.com>
24487         * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
24488         (sparc_emit_set_const64): Likewise.  Remove disabled code.
24489         * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
24490         (sparc_emit_set_const64): Likewise.
24492 2010-06-26  Catherine Moore  <clm@codesourcery.com>
24494         * config/mips/mips.md (alu_type): New attribute.
24495         (type): Infer type from alu_type.
24496         (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
24497         *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
24498         *subsi3_extended, negsi2, negdi2, *low<mode>,
24499         *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
24500         xor<mode>3, *nor<mode>3,
24501         *zero_extend<GPR:mode>_trunc<SHORT:mode>,
24502         *zero_extendhi_truncqi):  Set alu_type instead of type.
24504 2010-06-26  Douglas B Rupp  <rupp@gnat.com>
24506         * config/alpha/alpha.c (alpha_need_linkage): Adjust
24507         splay_tree_new_ggc call.
24508         (alpha_use_linkage): Likewise.
24510 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
24512         * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
24513         * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
24514         * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
24515         (static_specs): Remove switches_need_spaces.
24516         (process_command, do_self_spec): Hardcode handling "-o" instead of
24517         checking switches_need_spaces.
24518         * system.h (SWITCHES_NEED_SPACES): Poison.
24520 2010-06-26  Richard Guenther  <rguenther@suse.de>
24522         PR tree-optimization/44393
24523         * tree-loop-distribution.c (generate_loops_for_partition): Fix
24524         stmt removal and VOP renaming.
24525         (generate_memset_zero): Remove redundant stmt updating.
24526         * tree-flow.h (mark_virtual_ops_in_bb): Remove.
24527         * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
24529 2010-06-26  Jan Hubicka  <jh@suse.cz>
24531         * ipa-split.c (consider_split): PHI in entry block is OK as long as all
24532         edges comming from header are equivalent.
24533         (visit_bb): Handle PHIs correctly.
24534         * tree-inline.c (copy_phis_for_bb): Be able to copy
24535         PHI from entry edge.
24536         (copy_cfg_body): Produce edge from entry BB before copying PHIs.
24538 2010-06-26  Richard Guenther  <rguenther@suse.de>
24540         PR middle-end/44674
24541         * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
24542         decls.  Handle LABEL_DECLs like FUNCTION_DECLs.
24544 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
24546         * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
24547         add_infile, alloc_switch): New.
24548         (process_command): Remove variable lang_n_infiles.  Process
24549         options in a single pass.  Use new functions for allocating
24550         infiles and switches arrays.  Properly skip operands of
24551         -Xpreprocessor and -Xassembler.
24553 2010-06-26  Jan Hubicka  <jh@suse.cz>
24555         PR middle-end/44671
24556         * cgraphunit.c (cgraph_function_versioning): Remove wrong
24557         cgraph_make_decl_local call; fix typo copying RTL data.
24559 2010-06-25  DJ Delorie  <dj@redhat.com>
24561         * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
24562         (m32c_output_aligned_common): Likewise.
24563         * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
24564         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
24565         * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
24566         (m32c_register_pragmas): Register it.
24567         * config/m32c/m32c.c (m32c_get_pragma_address): New.
24568         (m32c_insert_attributes): Set #pragma address decls volatile.
24569         (pragma_entry_eq): New.
24570         (pragma_entry_hash): New.
24571         (m32c_note_pragma_address): New.
24572         (m32c_get_pragma_address): New.
24573         (m32c_output_aligned_common): New.
24574         * doc/extend.texi: Document the new pragma.
24576         * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
24577         also.
24578         * config/m32c/predicates.md (m32c_any_operand): Check the code
24579         instead of memory_operand so as to allow matching volatile MEMs.
24580         (m32c_nonimmediate_operand): Likewise.
24581         (mra_operand): Allow volatiles.
24583 2010-06-25  Alexandre Oliva  <aoliva@redhat.com>
24585         PR debug/44610
24586         * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
24587         address if the offset is unknown.
24589 2010-06-25  Douglas B Rupp  <rupp@gnat.com>
24591         * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
24592         * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
24593         * config/ia64/ia64-protos.h (ia64_start_function): Declare.
24594         * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
24595         to ia64_start_function. Invoke it.
24596         * config/ia64/ia64.c (ia64_start_function): Call new function
24597         dwarf2out_vms_debug_main_pointer.
24599 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
24601         * tree-if-conv.c (insert_gimplified_predicates): Do not insert
24602         statements computing the true predicate.
24604 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
24606         * tree-if-conv.c (init_bb_predicate): Initialize the predicate
24607         to boolean_true_node.
24608         (reset_bb_predicate): New.
24609         (predicate_bbs): Call reset_bb_predicate.
24611 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
24613         * tree-if-conv.c (combine_blocks): Remove FIXME comment.
24614         (tree_if_conversion): Returns true when something has been changed.
24615         (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
24616         changed something.
24618 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
24620         * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
24621         * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
24622         * tree-if-conv.c: Include dbgcnt.h.
24623         (tree_if_conversion): Use if_conversion_tree to count the number of
24624         if-convertible loops.
24626 2010-06-25  Changpeng Fang  <changpeng.fang@amd.com>
24628         * common.opt (fprefetch-loop-arrays): Re-define
24629         -fprefetch-loop-arrays as a tri-state option with the initial
24630         value of -1.
24631         * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
24632         pass only when flag_prefetch_loop_arrays > 0.
24633         * toplev.c (process_options): Note that, with tri-states,
24634         flag_prefetch_loop_arrays>0 means prefetching is enabled.
24635         * config/i386/i386.c (override_options): Enable prefetching at -O3
24636         for a set of CPUs that sw prefetching is helpful.
24637         (software_prefetching_beneficial_p): New.  Return TRUE if software
24638         prefetching is beneficial for the given CPU.
24640 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
24642         PR rtl-optimization/44326
24643         * implicit-zee.c (find_removable_zero_extends): Replace
24644         INSN_P with NONDEBUG_INSN_P.
24646 2010-06-25  Martin Jambor  <mjambor@suse.cz>
24648         * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
24649         (struct ipa_node_params): Removed the modification_analysis_done flag.
24650         (ipa_is_param_modified): Removed.
24651         (ipa_analyze_node): Declare.
24652         (ipa_compute_jump_functions): Remove declaration.
24653         (ipa_count_arguments): Likewise.
24654         (ipa_detect_param_modifications): Likewise.
24655         (ipa_analyze_params_uses): Likewise.
24656         * ipa-prop.c (struct param_analysis_info): New type.
24657         (visit_store_addr_for_mod_analysis): Removed.
24658         (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
24659         moved down in the file.
24660         (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
24661         (ipa_count_arguments): Made static.
24662         (mark_modified): New function.
24663         (is_parm_modified_before_call): New function.
24664         (compute_pass_through_member_ptrs): New parameter parms_info, call
24665         is_parm_modified_before_call instead of ipa_is_param_modified.
24666         (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
24667         it to compute_pass_through_member_ptrs.
24668         (ipa_compute_jump_functions): New parameter parms_info, pass it to
24669         ipa_compute_jump_functions_for_edge.  Call ipa_initialize_node_params
24670         on the callee if it is analyzed.  Made static.
24671         (ipa_analyze_indirect_call_uses): New parameter parms_info, call
24672         is_parm_modified_before_call instead of ipa_is_param_modified.
24673         (ipa_analyze_call_uses): New parameter parms_info, pass it to
24674         ipa_analyze_indirect_call_uses.
24675         (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
24676         ipa_analyze_call_uses.
24677         (ipa_analyze_params_uses): New parameter parms_info, pass it to
24678         ipa_analyze_stmt_uses.  Also perform the used analysis.  Made static.
24679         (ipa_analyze_node): New function.
24680         (ipa_print_node_params): Do not dump the modified flag.
24681         (ipa_write_node_info): Assert uses_analysis_done rather than streaming
24682         it.  Do not stream the modified parameter flag.
24683         (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
24684         it.  Do not stream the modified parameter flag.
24685         * ipa-cp.c (ipcp_analyze_node): Removed.
24686         (ipcp_init_stage): Iterate only once over the nodes, analyze each one
24687         with only a call to ipa_analyze_node.
24688         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
24689         node with only a call to ipa_analyze_node.
24691 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
24693         * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
24695 2010-06-25  Jan Hubicka  <jh@suse.cz>
24697         * tree-pass.h (pass_split_functions): Declare.
24698         * opts.c (decode_options): Enable function splitting at -O2
24699         * timevar.def (TV_IPA_FNSPLIT): New macro.
24700         * ipa-split.c: New file.
24701         * common.opt (-fpartial-inlining): New flag.
24702         * Makefile.in (ipa-split.o): New object file.
24703         * passes.c (init_optimization_passes): Add ipa-split.
24704         * params.def (partial-inlining-entry-probability): New parameters.
24705         * doc/invoke.texi (-fpartial-inlining): New.
24707 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
24709         PR 44665
24710         * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
24711         * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
24712         (gimplify_expr): Likewise.
24714 2010-06-25  Martin Jambor  <mjambor@suse.cz>
24716         * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
24717         statements instead of bailing out on them.
24718         (ipa_analyze_indirect_call_uses): Do not require that loads from the
24719         parameter are in the same BB as the condition.  Update comments.
24721 2010-06-25  Jakub Jelinek  <jakub@redhat.com>
24723         PR middle-end/43866
24724         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
24725         true or always false, return NULL_TREE.
24726         (tree_unswitch_single_loop): Optimize conditions even when reaching
24727         max-unswitch-level parameter.  If num > 0, optimize first all conditions
24728         using entry checks, then do still reachable block discovery and consider
24729         only conditions in still reachable basic blocks in the loop.
24731         PR tree-optimization/44539
24732         * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
24733         the call doesn't have LHS, but has VDEF.
24735 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
24737         * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
24738         * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
24739         * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
24740         (process_command): Remove code conditional on MODIFY_TARGET_NAME.
24741         * system.h (MODIFY_TARGET_NAME): Poison.
24743 2010-06-25  Alan Modra  <amodra@gmail.com>
24745         * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
24746         * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
24747         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
24748         CMODEL_LARGE as default.
24749         * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
24750         (offsettable_ok_by_alignment): Delete.
24751         (rs6000_emit_move): Remove mcmodel=medium optimization.
24753 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
24755         With large parts from Jim Wilson:
24756         PR target/43902
24757         * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
24758         WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
24759         * optabs.c (optab_for_tree_code): Likewise.
24760         (expand_widen_pattern_expr): Likewise.
24761         * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
24762         out of execute_optimize_widening_mul.
24763         (convert_plusminus_to_widen): New function.
24764         (execute_optimize_widening_mul): Use the two new functions.
24765         * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
24766         Remove code to generate widening multiply-accumulate.  Add support
24767         for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
24768         * gimple-pretty-print.c (dump_ternary_rhs): New function.
24769         (dump_gimple_assign): Call it when appropriate.
24770         * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
24771         * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
24772         (expand_gimple_stmt_1): Likewise.
24773         (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
24774         WIDEN_MULT_MINUS_EXPR.
24775         * tree-ssa-operands.c (get_expr_operands): Likewise.
24776         * tree-inline.c (estimate_operator_cost): Likewise.
24777         * gimple.c (extract_ops_from_tree_1): Renamed from
24778         extract_ops_from_tree.  Add new arg for a third operand; fill it.
24779         (gimple_build_assign_stat): Support operations with three operands.
24780         (gimple_build_assign_with_ops_stat): Likewise.
24781         (gimple_assign_set_rhs_from_tree): Likewise.
24782         (gimple_assign_set_rhs_with_ops_1): Renamed from
24783         gimple_assign_set_rhs_with_ops.  Add new arg for a third operand.
24784         (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
24785         (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
24786         WIDEN_MULT_MINUS_EXPR.
24787         * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
24788         (extract_ops_from_tree_1): Adjust declaration.
24789         (gimple_assign_set_rhs_with_ops_1): Likewise.
24790         (gimple_build_assign_with_ops): Pass NULL for last operand.
24791         (gimple_build_assign_with_ops3): New macro.
24792         (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
24793         gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
24794         functions.
24795         * tree-cfg.c (verify_gimple_assign_ternary): New static function.
24796         (verify_gimple_assign): Call it.
24797         * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
24798         (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
24799         functions for dealing with three-operand statements.
24800         * tree.c (commutative_ternary_tree_code): New function.
24801         * tree.h (commutative_ternary_tree_code): Declare it.
24802         * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
24803         ternary statements.
24804         (gimple_assign_nonzero_warnv_p): Likewise.
24805         * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
24806         * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
24807         (ccp_fold): Use it.  Handle GIMPLE_TERNARY_RHS.
24808         * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
24809         (struct hashtable_expr): New member ternary in the union.
24810         (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
24811         (hashable_expr_equal_p): Fix indentation.  Handle EXPR_TERNARY.
24812         (iterative_hash_hashable_expr): Likewise.
24813         (print_expr_hash_elt): Handle EXPR_TERNARY.
24814         * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
24815         * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
24816         statements.  Handle GIMPLE_TERNARY_RHS.
24818 2010-06-25  Jan Hubicka  <jh@suse.cz>
24820         * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
24822 2010-06-25  Shujing Zhao  <pearly.zhao@oracle.com>
24824         PR c/44517
24825         * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
24826         parameters are not good.
24827         (c_parser_parameter_declaration): Error unknown type name if the type
24828         name can't start declaration specifiers.
24830 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
24832         * gcc.c (translate_options): Don't mention +e in comment.
24833         (process_command): Don't handle +e specially.
24835 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
24837         * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
24839         * ira-build.c (merge_hard_reg_conflicts): New function.
24840         (create_cap_allocno, copy_info_to_removed_store_destinations,
24841         propagate_some_info_from_allocno, propagate_allocno_info): Use it.
24842         (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
24843         (remove_unnecessary_allocnos, remove_low_level_allocnos)
24844         copy_nifo_to_removed_store_destination): Use them.
24845         * ira-lives.c (make_hard_regno_born): New function, split out of
24846         make_regno_born.
24847         (make_allocno_born): Likewise.
24848         (make_hard_regno_dead): New function, split out of make_regno_dead.
24849         (make_allocno_dead): Likewise.
24850         (inc_register_pressure): New function, split out of set_allocno_live.
24851         (dec_register_pressure): New function, split out of clear_allocno_live.
24852         (mark_pseudo_regno_live): New function, split out of mark_reg_live.
24853         (mark_hard_reg_live): Likewise.  Use inc_register_pressure.
24854         (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
24855         (mark_hard_reg_dead): Likewise.  Use dec_register_pressure.
24856         (make_pseudo_conflict): Use mark_pseudo_regno_dead and
24857         mark_pseudo_regno_live.
24858         (process_bb_node_lives): Use mark_pseudo_regno_live,
24859         make_hard_regno_born and make_allocno_dead.
24860         (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
24861         set_allocno_live, clear_allocno_live): Delete functions.
24863         * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
24864         * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
24865         functions.
24866         (ira_flattening): Use ira_parent_allocno.
24867         * ira-conflicts.c (process_regs_for_copy, propagate_copies)
24868         build_allocno_conflicts): Use ira_parent_or_cap_allocno.
24870         * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
24871         statement.
24873         * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
24874         TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
24875         minmax_set_iter_cond, minmax_set_iter_next,
24876         FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
24877         CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
24878         ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
24879         ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET.  All
24880         uses changed.
24882         * ira-int.h (struct live_range, live_range_t): Renamed from struct
24883         ira_allocno_live_range and allocno_live_range_t; all uses changed.
24884         * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
24885         All uses changed.
24887 2010-06-24  Richard Earnshaw  <rearnsha@arm.com>
24889         * thumb2.md (thumb2_tlobits_cbranch): Delete.
24890         (peephole2 to convert zero_extract/compare of single bit to
24891          lshift/compare): New.
24893 2010-06-24  Anatoly Sokolov  <aesok@post.ru>
24895         * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
24896         recursive call and call to 'int_const_binop'.
24897         (build_range_check, fold_cond_expr_with_comparison, unextend,
24898         fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
24899         multiple_of_p): Adjust call to const_binop.
24901 2010-06-24  Uros Bizjak  <ubizjak@gmail.com>
24903         * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
24904         determine size of XFmode operand.
24905         (XFmode extended DFmode push splitter): Ditto.
24906         (XFmode extended SFmode push splitter): Ditto.
24908 2010-06-24  H.J. Lu  <hongjiu.lu@intel.com>
24910         PR target/44588
24911         * config/i386/i386.md (extract_code): New.
24912         (<u>divmodqi4): Likewise.
24913         (divmodhiqi3): Likewise.
24914         (udivmodhiqi3): Likewise.
24915         (<u>divqi3): Remvoved.
24917 2010-06-24  Jakub Jelinek  <jakub@redhat.com>
24919         PR middle-end/44492
24920         * recog.h (struct recog_data): Add is_asm field.
24921         * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
24922         present in constraints of inline-asm operand and memory operand
24923         contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
24924         (extract_insn): Initialize recog_data.is_asm.
24925         * doc/md.texi (Constraints): Document operand side-effect rules.
24927 2010-06-24  Andi Kleen  <ak@linux.intel.com>
24929         * c-parser.c (c_parser_conditional_expression): Call
24930         warn_for_omitted_condop.
24931         * doc/invoke.texi: Document omitted condop warning.
24933 2010-06-24  Nick Clifton<nickc@redhat.com>
24935         * loop-unswitch.c (compare_and_jump_seq): Assert that the last
24936         insn in the sequence is a jump insn before setting its label.
24938 2010-06-24  Alan Modra  <amodra@gmail.com>
24940         * collect2.c (main): Match exactly --version and --help.
24942 2010-06-24  DJ Delorie  <dj@redhat.com>
24944         * config/m32c/m32c-pragma.c: Don't include rtl.h.
24946 2010-06-23  Uros Bizjak  <ubizjak@gmail.com>
24948         * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
24949         using X87MODEF mode iterator.
24950         (pushsf splitter): Macroize splitter using P mode iterator.
24951         (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
24952         mode iterator.
24954         (*movxf_internal): Rename from *movxf_integer.
24955         (*movxf_internal_nointeger): Rename from *movxf_nointeger.
24956         (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
24957         (*movdf_internal): Rename from *movdf_integer.
24958         (*movdf_internal_nointeger): Rename from *movdf_nointeger.
24959         (*movsf_internal): Rename from *movdf_1.
24961 2010-06-23  Basile Starynkevitch  <basile@starynkevitch.net>
24963         * coretypes.h (gimple_seq_node_d, gimple_seq_node)
24964         (const_gimple_seq_node): Removed typedefs.
24966         * gimple.h (gimple_seq_node_d, gimple_seq_node)
24967         (const_gimple_seq_node): Added typedefs moved from coretypes.h.
24969 2010-06-23  H.J. Lu  <hongjiu.lu@intel.com>
24971         * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
24972         CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
24973         CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
24974         and CODE_FOR_vec_extract_lo_v4df.
24976         * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
24977         Changed to define_insn_and_split.
24978         (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
24979         (vec_extract_lo_v16hi): Likewise.
24980         (vec_extract_lo_v32qi): Likewise.
24981         (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
24982         (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
24984 2010-06-23  Joern Rennecke  <joern.rennecke@embecosm.com>
24986         PR target/44640
24987         * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
24988         * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
24989         (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
24990         (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
24991         (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
24993         PR target/44640
24994         * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
24996         PR other/44644
24997         * df-core.c (struct df): Rename to df_d.
24998         * df.h (struct df): Likewise.
24999         * dse.h (struct df): Remove forward declaration.
25000         * recog.h (struct insn_data): Rename to:
25001         (struct_insn_data_d).  Adjusted all users.
25003 2010-06-23  Arnaud Charlet  <charlet@adacore.com
25005         PR ada/22220
25006         * doc/install.texi: Update requirements to build GNAT.
25008 2010-06-22  Andreas Schwab  <schwab@linux-m68k.org>
25010         * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
25011         enum type.
25012         (m68k_sched_attr_opx_type): Remove unreachable return.
25013         (m68k_sched_attr_opy_type): Likewise.
25014         (m68k_sched_attr_size): Likewise.
25015         (sched_get_opxy_mem_type): Likewise.
25016         (m68k_sched_attr_op_mem): Likewise.
25018 2010-06-22  Eric Botcazou  <ebotcazou@adacore.com>
25020         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
25021         new statement and adjust VDEF only if necessary.  Remove superfluous
25022         call to maybe_clean_or_replace_eh_stmt.
25023         * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
25024         copy the flags.
25025         * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
25026         * tree-inline.c (copy_bb): ...and not there.
25028 2010-06-22  Cary Coutant  <ccoutant@google.com>
25030         * dwarf2out.c (is_nested_in_subprogram): New function.
25031         (should_move_die_to_comdat): Use it.
25032         (copy_ancestor_tree): Don't mark DIEs here.
25033         (copy_decls_walk): Start walk from root of newly-added tree;
25034         mark DIEs here instead.
25036 2010-06-22  H.J. Lu  <hongjiu.lu@intel.com>
25038         * config/i386/i386.md (unit): Also check sseishft1.
25040 2010-06-22  Jan Hubicka  <jh@suse.cz>
25042         * gimple.h (gimple_expr_code): Do checking on when gimple checking is
25043         enabled.
25045 2010-06-22  Jan Hubicka  <jh@suse.cz>
25047         * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
25048         df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
25049         Return true if something changed.
25050         * df.h (df_confluence_function_n): Return bool.
25051         * df-core.c (df_worklist_propagate_forward,
25052         df_worklist_propagate_backward): Track changes and ages.
25053         (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
25054         track ages.
25055         * dse.c (dse_confluence_n): Return always true.
25057 2010-06-22  Jan Hubicka  <jh@suse.cz>
25059         * bitmap.c (bitmap_clear_bit): Micro optimize.
25061 2010-06-22  Uros Bizjak  <ubizjak@gmail.com>
25063         * config/i386/i386.md (SWI1248x): New mode iterator.
25064         (SWI48x): Ditto.
25065         (SWI12): Ditto.
25066         (SWI24): Ditto.
25068         (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
25069         SWI1248x mode iterator.
25070         (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
25071         using SWI124 mode iterator.
25072         (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
25073         mode iterator.
25074         (*push<mode>2_prologue): Macroize insn from  *pushsi2_prologue and
25075         *pushdi2_prologue_rex64 using P mode iterator.
25076         (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
25077         using SWI48 mode iterator.
25078         (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
25079         (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
25080         using SWI1248x mode iterator.
25081         (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
25082         (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
25083         SWI48 mode iterator.
25084         (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
25085         iterator.
25086         (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
25087         (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
25088         SWI12 mode iterator.
25089         (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
25090         SWI12 mode iterator.
25091         (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
25092         (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
25093         SWI24 mode iterator.
25094         (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
25095         SWI48 mode iterator.
25096         (mov<mode>_insn_1): New expander.
25097         (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
25098         using SWI48x mode iterator.
25100         (*movoi_internal_avx): Rename from *movoi_internal.
25101         (*movti_internal_rex64): Rename from *movti_rex64.
25102         (*movti_internal_sse): Rename from *movti_sse.
25103         (*movdi_internal_rex64): Rename from *movdi_1_rex64.
25104         (*movdi_internal): Rename from *movdi_2.
25105         (*movsi_internal): Rename from *movsi_1.
25106         (*movhi_internal): Rename from *movhi_1.
25107         (*movqi_internal): Rename from *movqi_1.
25109         (insv): Update the call to gen_movsi_insv_1 for rename.
25110         * config/i386/i386.c (promote_duplicated_reg): Ditto.
25112 2010-06-22  Jan Hubicka  <jh@suse.cz>
25114         * passes.c (execute_function_todo): Move call of statistics_fini_pass
25115         to ...
25116         (execute_todo) ... this one.
25118 2010-06-22  Alan Modra  <amodra@gmail.com>
25120         PR target/44364
25121         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
25122         * caller-save.c (insert_restore, insert_save): Use non-validate
25123         form of adjust_address.
25125 2010-06-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
25127         PR target/39690
25128         * config/pa/pa.c (override_options): Disable
25129         -freorder-blocks-and-partition.
25131 2010-06-21  H.J. Lu  <hongjiu.lu@intel.com>
25133         PR target/44615
25134         * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
25136         * config/i386/i386.md (type): Add sseishft1
25138         * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
25139         (ppro_insn_load): Likewise.
25140         (ppro_insn_store): Likewise.
25141         (ppro_insn_both): Likewise.
25143         * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
25144         (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
25145         for type.
25146         (*vec_extractv2di_1_avx): Likewise.
25147         (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
25148         type.  Remove atom_unit.
25149         (*vec_extractv2di_1_sse2): Likewise.
25151 2010-06-21  DJ Delorie  <dj@redhat.com>
25153         * diagnostic.h (diagnostic_classification_change_t): New.
25154         (diagnostic_context): Add history and push/pop list.
25155         (diagnostic_push_diagnostics): Declare.
25156         (diagnostic_pop_diagnostics): Declare.
25157         * diagnostic.c (diagnostic_classify_diagnostic): Store changes
25158         from pragmas in a history chain instead of the global table.
25159         (diagnostic_push_diagnostics): New.
25160         (diagnostic_pop_diagnostics): New.
25161         (diagnostic_report_diagnostic): Scan history chain to find state
25162         of diagnostics as of the diagnostic location.
25163         * opts.c (set_option): Pass UNKNOWN_LOCATION to
25164         diagnostic_classify_diagnostic.
25165         (enable_warning_as_error): Likewise.
25166         * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
25167         use in the history chain.
25168         * doc/extend.texi: Document pragma GCC diagnostic changes.
25170 2010-06-21  Jakub Jelinek  <jakub@redhat.com>
25172         * dwarf2out.c (add_linkage_name): New function.  Don't add
25173         anything to DW_TAG_member DIEs.
25174         (add_name_and_src_coords_attributes): Use it.
25175         (gen_variable_die): Call it for C++ static data members if
25176         specification is DW_TAG_member.
25178         * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
25179         C++ char16_t and char32_t.
25181         * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
25182         * genattrtab.c: Include vecprim.h.
25183         (cached_attrs, cached_attr_count, attrs_seen_once,
25184         attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
25185         attrs_cached_after): New variables.
25186         (find_attrs_to_cache): New function.
25187         (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
25188         (write_test_expr): Add attrs_cached argument, return it too,
25189         attempt to cache non-const attributes used more than once in
25190         a single case handling.
25191         (write_attr_get): Use find_attrs_to_cache, for caching candidates
25192         emit cached_* variables.  Adjust write_attr_set callers.
25193         (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
25194         to find attributes that should be cached in this block.  Adjust
25195         write_test_expr callers.
25196         (write_attr_case): Clear attrs_to_cache.  Adjust write_attr_set
25197         callers.
25198         (make_automaton_attrs): Adjust write_test_expr caller.
25200         * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
25201         * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
25202         (make_automaton_attrs): If find_tune_attr returns non-NULL,
25203         write separate internal_dfa_insn_code_* and insn_default_latency_*
25204         functions for each attribute's value and emit init_sched_attrs
25205         function and function pointers.
25206         * genattr.c (const_attrs, reservations): New variables.
25207         (gen_attr): Add const attributes to const_attrs vector.
25208         (check_tune_attr, find_tune_attr): New functions.
25209         (main): Add reservations to reservations vector.  If find_tune_attr
25210         returns true, add prototype for init_sched_attrs and make
25211         internal_dfa_insn_code and insn_default_latency function pointers,
25212         otherwise define init_sched_attrs as dummy macro.
25213         * cfgexpand.c: Include insn-attr.h.
25214         (gimple_expand_cfg): Call init_sched_attrs.
25216         * stmt.c (resolve_asm_operand_names): Fix handling of %%.
25218         PR target/44575
25219         * config/i386/i386.c (ix86_gimplify_va_arg): When copying
25220         va_arg from a set of register save slots into a temporary,
25221         if the container is bigger than type size, do the copying
25222         using smaller mode or using memcpy.
25224         PR bootstrap/44426
25225         * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
25226         prototype.
25227         (sel_print_to_dot): Remove macro.
25228         (sel_print): Likewise.  New prototype.
25229         * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
25230         (sel_print): New function.
25232 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25234         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
25235         __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
25237 2010-06-21  Nick Clifton  <nickc@redhat.com>
25239         * config/rx/rx.h (PTRDIFF_TYPE): Define.
25240         (SMALL_REGISTER_CLASS): Define (to zero).
25241         (PRINT_OPERAND): Delete.
25242         (PRINT_OPERAND_ADDRESS): Delete.
25243         * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
25244         (rx_print_operand_address): Delete prototype.
25245         * config/rx/rx.c (rx_print_operand): Make static.
25246         Allow %H and %L to handle CONST_DOUBLEs.
25247         (rx_print_operand_address): Make static.
25248         (rx_gen_move_template): Rename local variable 'template' to
25249         out_template.
25250         (rx_function_arg): Do not pass unknown sized objects in registers.
25251         (TARGET_PRINT_OPERAND): Define.
25252         (TARGET_PRINT_OPERAND_ADDRESS): Define.
25254 2010-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
25256         * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
25258 2010-06-21  Kai Tietz  <kai.tietz@onevision.com>
25260         * config/i386/i386.c (ix86_compute_frame_layout): Avoid
25261         stack-alignment for simple leaf-functions.
25263 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
25265         * doc/install.texi: Document bootstrap-lto.
25267 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
25269         PR debug/44248
25270         * lto-streamer-in.c (input_bb): Leave debug stmts alone.
25271         (input_function): Drop them here, if VTA is disabled.
25273 2010-06-20  Uros Bizjak  <ubizjak@gmail.com>
25275         PR target/44546
25276         * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
25277         New predicate.
25278         * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
25279         ix86_swapped_fp_comparsion_operator instead of
25280         ix86_fp_comparison_operator.
25282         (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
25283         (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
25284         (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
25285         (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
25286         (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
25287         (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
25289 2010-06-20  Joseph Myers  <joseph@codesourcery.com>
25291         PR other/32998
25292         * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
25293         OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
25294         * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
25295         (decode_cmdline_option): Update for this return value.  Set
25296         orig_option_with_args_text field.  Set arg field for unknown
25297         options.  Make static.
25298         (decode_cmdline_options_to_array): New.
25299         (prune_options): Update handling of find_opt return value.
25300         * opts.c (read_cmdline_option): Take decoded option.  Return void.
25301         (read_cmdline_options): Take decoded options.
25302         (decode_options): Add parameters for decoded options.  Use
25303         decode_cmdline_options_to_array.  Use decoded options for -O
25304         scan.  Use integral_argument for -O parameters.  Update call to
25305         read_cmdline_options.
25306         (enable_warning_as_error): Update handling of find_opt return value.
25307         * opts.h: Update comment on unknown options.
25308         (struct cl_decoded_option): Update comments on opt_index and arg.
25309         Add orig_option_with_args_text.
25310         (decode_cmdline_option): Remove.
25311         (decode_cmdline_options_to_array): Declare.
25312         (decode_options): Update prototype.
25313         * toplev.c (save_argv): Remove.
25314         (save_decoded_options, save_decoded_options_count): New.
25315         (read_integral_parameter): Remove.
25316         (print_switch_values): Use decoded options.
25317         (toplev_main): Don't set save_argv.  Update call to decode_options.
25318         * toplev.h (read_integral_parameter): Remove.
25319         * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
25321 2010-06-19  Richard Earnshaw  <rearnsha@arm.com>
25323         PR target/44072
25324         * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
25325         immediate.
25326         * constraints.md (Pw, Px): New constraints.
25327         * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
25329 2010-06-19  H.J. Lu  <hongjiu.lu@intel.com>
25331         * config/i386/sse.md (fma4modesuffixf4): Removed.
25332         (ssemodesuffixf2s): Likewise.
25333         (ssemodesuffixf4): Likewise.
25334         (ssemodesuffixf2c): Likewise.
25335         (ssescalarmodesuffix2s): Likewise.
25336         (avxmodesuffixf2c): Likewise.
25337         (ssemodesuffix): New.
25338         (ssescalarmodesuffix): Likewise.
25339         Update patterns with ssemodesuffix and ssescalarmodesuffix.
25341 2010-06-19  Philip Herron  <herron.philip@googlemail.com>
25343         * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
25345 2010-06-18  H.J. Lu  <hongjiu.lu@intel.com>
25347         * stor-layout.c (debug_rli): Remove unused local variables.
25349 2010-06-18  Eric Botcazou  <ebotcazou@adacore.com>
25351         PR rtl-optimization/40900
25352         * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line.  Save the
25353         original expression for later reuse.
25354         <expand_decl_rtl>: Use promote_function_mode to compute the signedness
25355         of the promoted RTL for a SSA_NAME on the LHS of a call statement.
25357 2010-06-18  Anatoly Sokolov  <aesok@post.ru>
25359         * double-int.h (double_int_to_shwi, double_int_to_uhwi,
25360         double_int_fits_in_uhwi_p): Implement as static inline.
25361         (double_int_xor): New inline function.
25362         (double_int_lrotate, double_int_rrotate, double_int_max,
25363         double_int_umax, double_int_smax, double_int_min, double_int_umin,
25364         double_int_smin): Declare.
25365         (lrotate_double, rrotate_double): Remove declaration.
25366         * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
25367         double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
25368         (double_int_lrotate, double_int_rrotate, double_int_max,
25369         double_int_umax, double_int_smax, double_int_min, double_int_umin,
25370         double_int_smin): New function.
25371         * fold-const.c (int_const_binop): Clean up, use double_int_*
25372         functions.
25373         * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
25374         double_int_* and immed_double_int_const functions.
25376 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
25378         * function.h (types_used_by_cur_var_decl): Change type to a VEC.
25379         * function.c (types_used_by_cur_var_decl): Likewise.
25380         (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
25382 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
25384         * tree.h (record_layout_info): Change type of pending_statics field
25385         to a VEC.
25386         * stor-layout.c (start_record_layout): Store NULL into
25387         pending_statics.
25388         (debug_rli): Call debug_vec_tree instead of debug_tree.
25389         (place_field): Likewise.
25390         (finish_record_layout): Likewise.
25392 2010-06-18  Alan Modra  <amodra@gmail.com>
25394         * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
25396 2010-06-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
25398         PR target/43740
25399         * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
25400         for SET source operand from SET destination operand.
25402 2010-06-17  Bernd Schmidt  <bernds@codesourcery.com>
25404         PR rtl-optimization/39871
25405         * reload1.c (init_eliminable_invariants): For flag_pic, disable
25406         equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
25407         (function_invariant_p): Rule out a plus of frame or arg pointer with
25408         a SYMBOL_REF.
25409         * ira.c (find_reg_equiv_invariant_const): Likewise.
25411 2010-06-17  Gunther Nikl  <gnikl@users.sourceforge.net>
25413         * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
25414         print_operand_address and puts to output the operand for CONST.
25416 2010-06-17  Jakub Jelinek  <jakub@redhat.com>
25418         PR debug/44572
25419         * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
25420         hook.
25422 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
25424         * v850-protos.h (print_operand): Delete.
25425         (print_operand_address): Delete.
25426         * v850.h (PRINT_OPERAND): Delete.
25427         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
25428         (PRINT_OPERAND_ADDRESS): Delete.
25429         * v850.c (print_operand_address): Rename to...
25430         (v850_print_operand_address): ...this.  Make static. Call
25431         v850_print_operand.
25432         (print_operand): Rename to...
25433         (v850_print_operand): ...this.  Make static.  Call
25434         v850_print_operand_address.
25435         (v850_print_operand_punct_valid_p): New function.
25436         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
25437         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
25439 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
25441         * config/sh/sh-protos.h (print_operand): Delete.
25442         (print_operand_address): Delete.
25443         * config/sh/sh.h (PRINT_OPERAND): Delete.
25444         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
25445         (PRINT_OPERAND_ADDRESS): Delete.
25446         * config/sh/sh.c (sh_print_operand_address): Make static.
25447         (sh_print_operand): Make static.  Call sh_print_operand_address
25448         and sh_print_operand.
25449         (sh_print_operand_punct_valid_p): New function.
25450         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
25451         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
25453 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
25455         * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
25456         (mcore_print_operand_address): Delete.
25457         * config/mcore/mcore.h (PRINT_OPERAND): Delete.
25458         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
25459         (PRINT_OPERAND_ADDRESS): Delete.
25460         * config/mcore/mcore.c (mcore_print_operand_address): Make static.
25461         (mcore_print_operand): Make static.
25462         (mcore_print_operand_punct_valid_p): New function.
25463         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
25464         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
25466 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
25468         * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
25469         (print_operand_address): Delete.
25470         * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
25471         (PRINT_OPERAND_ADDRESS): Delete.
25472         * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
25473         static.
25474         (m68hc11_print_operand): Make static.
25475         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
25477 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
25479         * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
25480         (m32r_print_operand_address): Delete.
25481         * config/m32r/m32r.h (m32r_punct_chars): Delete.
25482         (PRINT_OPERAND): Delete.
25483         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
25484         (PRINT_OPERAND_ADDRESS): Delete.
25485         * config/m32r/m32r.c (m32r_punct_chars): Make static.
25486         (m32r_print_operand_address): Make static.
25487         (m32r_print_operand): Make static.
25488         (m32r_print_operand_punct_valid_p): New function.
25489         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
25490         (TARGET_PRINT_OPERAND_ADDRESS): Define.
25492 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
25494         * config/iq2000/iq2000-protos.h (print_operand): Delete.
25495         (print_operand_address): Delete.
25496         * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
25497         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
25498         (PRINT_OPERAND_ADDRESS): Delete.
25499         (iq2000_print_operand_punct): Delete.
25500         * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
25501         (iq2000_print_operand_address): Make static.
25502         (iq2000_print_operand): Make static.
25503         (iq2000_print_operand_punct_valid_p): New function.
25504         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
25505         (TARGET_PRINT_OPERAND_ADDRESS): Define.
25507 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
25509         * config/frv/frv-protos.h (frv_print_operand): Delete.
25510         (frv_print_operand_address): Delete.
25511         * config/frv/frv.h (PRINT_OPERAND): Delete.
25512         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
25513         (PRINT_OPERAND_ADDRESS): Delete.
25514         * config/frv/frv.c (frv_print_operand_address): Make static.
25515         (frv_print_operand): Make static.
25516         (frv_print_operand_punct_valid_p): New function.
25517         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
25518         (TARGET_PRINT_OPERAND_ADDRESS): Define.
25520 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
25522         * tree.h (vec_member): Declare.
25523         * tree.c (vec_member): Define.
25525 2010-06-17  Richard Guenther  <rguenther@suse.de>
25527         * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
25528         * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
25530 2010-06-17  Richard Guenther  <rguenther@suse.de>
25532         * tree-inline.c (declare_return_variable): Remove bogus code.
25534 2010-06-17  Richard Guenther  <rguenther@suse.de>
25536         * gimplify.c (gimplify_bind_expr): Always promote complex
25537         and vector variables to registers if possible.
25539 2010-06-17  Richard Guenther  <rguenther@suse.de>
25541         * expr.c (get_inner_reference): Use double_int for bit_offset
25542         calculation.
25544 2010-06-16  DJ Delorie  <dj@redhat.com>
25546         * common.opt (-fstrict-volatile-bitfields): new.
25547         * doc/invoke.texi: Document it.
25548         * fold-const.c (optimize_bit_field_compare): For volatile
25549         bitfields, use the field's type to determine the mode, not the
25550         field's size.
25551         * expr.c (expand_assignment): Likewise.
25552         (get_inner_reference): Likewise.
25553         (expand_expr_real_1): Likewise.
25554         * expmed.c (store_fixed_bit_field): Likewise.
25555         (extract_bit_field_1): Likewise.
25556         (extract_fixed_bit_field): Likewise.
25558 2010-06-16  Richard Guenther  <rguenther@suse.de>
25560         * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
25562 2010-06-16  Douglas B Rupp  <rupp@gnat.com>
25564         * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
25565         (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
25566         * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
25567         * debug.c: Likewise.
25568         * sdbout.c: Likewise.
25569         * vmsdbgout.c: Likewise.
25570         * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
25571         * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
25572         * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
25573         (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
25574         * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
25575         * dwarf2out.c (dw_fde_struct): New fields
25576         dw_fde_vms_{end,begin}_prologue.
25577         (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
25578         (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
25579         (dwarf2out_vms_end_prologue): New function.
25580         (dwarf2out_vms_begin_epilogue): New function.
25581         (dw_val_struct): New value dw_val_class_vms_delta.
25582         (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
25583         begin_epilogue for VMS.
25584         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
25585         new static functions.
25586         (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
25587         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
25588         static functions.
25589         (print_die): New case dw_val_class_vms_delta.
25590         (attr_checksum): Likewise.
25591         (same_dw_val_p: Likewise.
25592         (size_of_die): Likewise.
25593         (value_format): Likewise.
25594         (output_die): Likewise.
25595         (gen_subprogram_die): Call add_AT_vms_delta on VMS.
25596         (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
25597         * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
25598         dwarf2out_cfi_begin_epilogue
25599         * final.c (final_scan_insn): Likewise. Call begin_epilogue.
25601 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
25603         * config/cris/cris-protos.h (cris_print_operand): Delete.
25604         (cris_print_operand_address): Delete.
25605         * config/cris/cris.h (PRINT_OPERAND): Delete.
25606         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
25607         (PRINT_OPERAND_ADDRESS): Delete.
25608         * config/cris/cris.c (cris_print_operand_address): Make static.
25609         (cris_print_operand): Make static.
25610         (cris_print_operand_punct_valid_p): New function.
25611         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
25612         (TARGET_PRINT_OPERAND_ADDRESS): Define.
25614 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
25616         * config/arm/arm-protos.h (arm_print_operand): Delete.
25617         (arm_print_operand_address): Delete.
25618         * config/arm/arm.h (PRINT_OPERAND): Delete.
25619         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
25620         (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
25621         (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
25622         * config/arm/arm.c (arm_print_operand_address): ...here.  New function.
25623         (arm_print_operand): Make static.
25624         (arm_print_operand_punct_valid_p): New function.
25625         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
25626         (TARGET_PRINT_OPERAND_ADDRESS): Define.
25628 2010-06-16  Nick Clifton  <nickc@redhat.com>
25630         * config/rx/constraints.md (NEGint4): New constraint.
25631         * config/rx/rx.md (attr cc): Add set_zsc.
25632         (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
25633         initialised.
25634         (cmpsf): Likewise.
25635         (call_internal): Clobber the cc0 register.
25636         (call_value_internal): Likewise.
25637         (cstoresi4): Likewise.
25638         (movsieq): Likewise.
25639         (movsine): Likewise.
25640         (addsi3): Add alternative to handle small negative constants.
25641         (sunsi3): Likewise.
25642         (addsi3): Do not set the O bit in the cc0 register.
25643         (adddi3): Likewise.
25644         (subsi3): Likewise.
25645         (subdi3): Likewise.
25646         (andsi3): Reorder alternatives to prefer shorter forms.
25647         (mulsi3): Likewise.
25648         (iorsi3): Likewise.
25649         (negsi2): Note that the cc0 flags are set.
25650         (rotlsi3): Note that only the Z and S bits are set in cc0.
25651         (lshrsi3): Likewise.
25652         (ashlsi3): Likewise.
25653         (subsf3): Use %Q for the MEM operand.
25654         (fix_truncsfsi2): Likewise.
25655         (floatsisf2): Likewise.
25656         (bitset): Remove early clobber from destination.
25657         (bitset_in_memory): Likewise.
25658         (lrintsf2): Clobber the cc0 register.
25659         * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
25660         (rx_print_operand): Handle %N.
25662 2010-06-16  Jan Hubicka  <jh@suse.cz>
25664         * df-core.c (df_compact_blocks): Free problem_temps vector.
25666 2010-06-16  Martin Jambor  <mjambor@suse.cz>
25668         PR tree-optimization/43905
25669         * tree-sra.c: Include tree-inline.h.
25670         (create_abstract_origin): Removed.
25671         (modify_function): Version the call graph node instead of creating
25672         abstract origins and dealing with same_body aliases.
25673         * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
25674         function is versionable.
25675         * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
25677 2010-06-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
25679         * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
25680         (CHOOSE_DYNAMIC_LINKER): Update.
25682 2010-06-15  Uros Bizjak  <ubizjak@gmail.com>
25684         * config/i386/i386.c (*prefetch_sse_<mode>):  Macroize insn from
25685         *prefetch_sse and *prefetch_sse_rex using P mode iterator.
25686         (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
25687         *prefetch_3dnow_rex.
25689 2010-06-15  Anatoly Sokolov  <aesok@post.ru>
25691         * target.h (struct asm_out):Add declare_constant_name field.
25692         * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
25693         (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
25694         * output.h (default_asm_declare_constant_name): Declare.
25695         (assemble_label): Update prototype.
25696         * varasm.c (assemble_constant_contents): Use
25697         targetm.asm_out.declare_constant_name target hook.
25698         (assemble_label): Add 'file' argument.
25699         (default_asm_declare_constant_name): New function.
25700         * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
25701         * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
25702         (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
25704         * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
25705         * config/darwin.c (darwin_asm_declare_constant_name): New function.
25706         (machopic_output_indirection): Update assemble_label argument list.
25707         * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
25708         (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
25710 2010-06-15  Sebastian Pop  <sebastian.pop@amd.com>
25712         PR middle-end/44391
25713         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
25714         size_one_node for pointer types.  Do not call gmp_cst_to_tree.
25716 2010-06-15  Richard Guenther  <rguenther@suse.de>
25718         * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
25720 2010-06-15  Paul Brook  <paul@codesourcery.com>
25722         * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
25723         hard-float ABI.
25725 2010-06-15  Alexandre Oliva  <aoliva@redhat.com>
25727         * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
25728         don't get a vector type for output.
25730 2010-06-15  Jakub Jelinek  <jakub@redhat.com>
25732         PR fortran/44536
25733         * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
25734         * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
25735         (LANG_HOOKS_DECLS): Add it.
25736         * gimplify.c (omp_notice_variable): Call
25737         lang_hooks.decls.omp_report_decl.
25739 2010-06-15  Martin Jambor  <mjambor@suse.cz>
25741         PR lto/44464
25742         * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
25743         on the newly dead SSA name.
25745 2010-06-15  Alan Modra  <amodra@gmail.com>
25747         * doc/invoke.texi: Add mcmodel to powerpc options.
25748         * configure.ac: Add HAVE_LD_LARGE_TOC test.
25749         * configure: Regenerate.
25750         * config.in: Regenerate.
25751         * config/rs6000/linux64.opt (mcmodel): New.
25752         * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
25753         (TARGET_CMODEL, SET_CMODEL): Define.
25754         (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
25755         select CMODEL_MEDIUM default.
25756         * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
25757         (TARGET_CMODEL): Define default.
25758         * config/rs6000/rs6000.c (cmodel): New variable.
25759         (rs6000_explicit_options): Add cmodel field.
25760         (rs6000_handle_option): Handle -mcmodel.
25761         (create_TOC_reference): Add largetoc_reg param.  Generate high,
25762         lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE.  Update all callers.
25763         (rs6000_delegitimize_address): Recognise new toc reference rtl
25764         and minimal-toc rtl.
25765         (rs6000_legitimize_reload_address): Handle new toc references.
25766         (print_operand_address): Handle legitimate_constant_pool_address_p
25767         match before lo_sum.
25768         (rs6000_eliminate_indexed_memrefs): Tidy.
25769         (rs6000_emit_move): Tweak threshold for inlining constants.
25770         Keep rs6000_emit_allocate_stack large stack frame offsets
25771         loaded into r0 inline.
25772         (rs6000_generate_compare <cmptf_internal2>): One more clobber.
25773         (tocrel_base, tocrel_offset): New variables.
25774         (toc_relative_expr_p): Set them here.
25775         (print_operand_address): Skip over any offset on constant pool address.
25776         (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
25777         (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
25778         (offsettable_ok_by_alignment): New function.
25779         (rs6000_emit_move): Address suitably aligned local symbol_refs
25780         relative to the toc pointer for -mcmodel=medium.
25781         (legitimate_constant_pool_address_p): Make param const_rtx.  Add
25782         strict param.  Allow lo_sum version of addressing.  Verify reg
25783         used for -mminimal-toc and -mcmodel != small.  Update all callers.
25784         * config/rs6000/constraints.md: Update for above change.
25785         * config/rs6000/predicates.md: Likewise.
25786         * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
25787         code.
25788         (tls_gd): Split for -mcmodel=medium/large.
25789         (tls_gd_high, tls_gd_low): New.
25790         (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
25791         (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
25792         (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
25793         (largetoc_high, largetoc_low): New.
25794         (cmptf_internal2): Add clobber.
25795         * config/rs6000/rs6000-protos.h: Update.
25797 2010-06-14  Changpeng Fang  <changpeng.fang@amd.com>
25799         * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New.  Return
25800         true if no prefetch is going to be generated for a given group.
25801         (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
25802         estimate the prefetch_count.
25803         (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
25804         prefetch count by considering the unroll_factor and prefetch_mod
25805         for is_loop_prefetching_profitable.
25807 2010-06-14  Andreas Schwab  <schwab@linux-m68k.org>
25809         * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
25810         anything if the argument is not a MEM.
25812 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
25814         PR debug/43650
25815         PR debug/44181
25816         PR debug/44247
25817         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
25818         debug stmts.
25819         (canonicalize_loop_ivs): Likewise.
25821 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
25823         PR debug/43656
25824         * haifa-sched.c (setup_insn_reg_pressure_info,
25825         update_register_pressure): Reject debug insns.
25826         (ready_sort): Don't setup reg pressure for debug insns.
25827         (schedule_insn): Don't update reg pressure for debug insns.
25829 2010-06-14  Richard Guenther  <rguenther@suse.de>
25831         * lto-streamer.c (cached_bp): Remove.
25832         (bitpack_delete): Likewise.
25833         (bitpack_create): Likewise.
25834         (bp_get_next_word): Likewise.
25835         (bp_pack_value, bp_unpack_value): Move ...
25836         * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
25837         Re-implement.
25838         (struct bitpack_d): Likewise.
25839         (bitpack_create, lto_output_bitpack, lto_input_bitpack):
25840         New inline functions.
25841         * lto-streamer-out.c (lto_output_bitpack): Remove.
25842         (pack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
25843         (pack_value_fields): Adjust.
25844         (lto_write_tree): Likewise.
25845         (output_gimple_stmt): Likewise.
25846         (output_function): Likewise.
25847         * lto-streamer-in.c (input_gimple_stmt): Adjust.
25848         (input_function): Likewise.
25849         (unpack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
25850         (lto_input_bitpack): Remove.
25851         (lto_materialize_tree): Adjust.
25852         * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
25853         * lto-cgraph.c (lto_output_edge): Adjust.
25854         (lto_output_node): Likewise.
25855         (lto_output_varpool_node): Likewise.
25856         (lto_output_ref): Likewise.
25857         (input_node): Likewise.
25858         (input_varpool_node): Likewise.
25859         (input_ref): Likewise.
25860         (input_edge): Likewise.
25861         (output_node_opt_summary): Likewise.
25862         (input_node_opt_summary): Likewise.
25863         * ipa-pure-const.c (pure_const_write_summary): Likewise.
25864         (pure_const_read_summary): Likewise.
25865         * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
25866         (ipa_read_indirect_edge_info): Likewise.
25867         (ipa_write_node_info): Likewise.
25868         (ipa_read_node_info): Likewise.
25870 2010-06-14  H.J. Lu  <hongjiu.lu@intel.com>
25872         PR target/44534
25873         * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
25874         (vec_extract_lo_v16hi): Likewise.
25875         (vec_extract_lo_v32qi): Likewise.
25877 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
25879         PR bootstrap/44426
25880         * tree.h (build_call_expr): Don't define as vararg macro, instead
25881         add a prototype.
25882         * builtins.c (build_call_nofold): Remove.
25883         (expand_builtin_int_roundingfn, expand_builtin_pow,
25884         expand_builtin_mempcpy_args, expand_builtin_stpcpy,
25885         expand_builtin_memset_args, expand_builtin_strcmp,
25886         expand_builtin_strncmp, expand_builtin_memory_chk): Use
25887         build_call_nofold_loc instead of build_call_nofold.
25888         (build_call_expr): New function.
25890         PR tree-optimization/44508
25891         * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
25892         * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
25893         don't eliminate trivially dead stmts.
25894         * tree-vrp.c (vrp_finalize): Pass false as last argument
25895         to substitute_and_fold.
25896         * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
25897         to substitute_and_fold.
25898         * tree-ssa-ccp.c (ccp_finalize): Likewise.
25900         PR bootstrap/44509
25901         * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
25903 2010-06-14  Ira Rosen  <irar@il.ibm.com>
25905         PR tree-optimization/44507
25906         * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
25907         to build initial vector for BIT_AND_EXPR.
25908         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
25910 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
25912         * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
25913         adjust z10prop set_attr.
25915 2010-06-13  Jan Hubicka  <jh@suse.cz>
25917         * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
25918         bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
25919         bitmap_ior_into, bitmap_xor, bitmap_xor_into,
25920         bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
25921         datastructure checks into checking asserts.
25922         * rtlanal.c (find_reg_note): Use gcc_checking_assert.
25923         * tree-ssa-sccvn.c (VN_INFO): Likewise.
25924         * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
25925         df_ref_create_structure): Likewise.
25926         * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
25927         pool_free): Use gcc_checking_assert.
25928         * alias.c (get_alias_set): Likewise.
25929         * var-tracking.c (variable_htab_free, shared_hash_copy,
25930         canonicalize_values_mark, variable_merge_over_cur): Likewise.
25931         * lto-streamer.c (bp_unpack_value): Likewise.
25933 2010-06-13  Richard Guenther  <rguenther@suse.de>
25935         * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
25936         Do not stream but initialize TYPE_CANONICAL to NULL.
25937         (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
25938         * gimple.c (gimple_types_compatible_p): Disregard
25939         TYPE_STRUCTURAL_EQUALITY_P.
25940         (gimple_register_type): Use TYPE_CANONICAL as cache.
25941         * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
25942         before registering common types.
25943         * config/i386/i386.c (ix86_function_arg_boundary): Do not
25944         use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
25945         * tree.h (TYPE_CANONICAL): Clarify documentation.
25947 2010-06-13  Anatoly Sokolov  <aesok@post.ru>
25949         * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
25950         LIBCALL_VALUE): Remove macros.
25951         * config/ia64/ia64-protos.h (ia64_function_value): Remove.
25952         * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
25953         TARGET_FUNCTION_VALUE_REGNO_P): Define.
25954         (ia64_libcall_value, ia64_function_value_regno_p): New functions.
25955         (ia64_function_value): Make static. Handle receiving the function
25956         type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
25958 2010-06-12  Jan Hubicka  <jh@suse.cz>
25960         * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
25961         at correct place.
25963 2010-06-12  Bernd Schmidt  <bernds@codesourcery.com>
25965         * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
25967 2010-06-12  Jan Hubicka  <jh@suse.cz>
25969         * df-core.c (df_clear_bb_info): New function.
25970         (df_set_blocks): bb_info is always allocated.
25971         (df_get_bb_info): Use block_info_elt_size.
25972         (df_set_bb_info): Likewise.
25973         (df_compact_blocks): Update for new block_info.
25974         (grow_bb_info): New function.
25975         * df-problems.c (df_grow_bb_info): Move to df-core.c
25976         (df_rd_set_bb_info): Remove.
25977         (df_rd_free_bb_info): Do not free block pool.
25978         (df_rd_alloc): Do not create pool, use check for
25979         obstack presence instead of NULL pointer for new blocks.
25980         (df_rd_free): DO not free alloc pool; clear block_info.
25981         (problem_RD): Add size of block info structure.
25982         (df_lr_set_bb_info): Remove.
25983         (df_lr_free_bb_info): Do not free block pool.
25984         (df_lr_alloc): Do not create pool, use check for
25985         obstack presence instead of NULL pointer for new blocks.
25986         (df_lr_free): DO not free alloc pool; clear block_info.
25987         (problem_LR): Add size of block info structure.
25988         (df_live_set_bb_info): Remove.
25989         (df_live_free_bb_info): Do not free block pool.
25990         (df_live_alloc): Do not create pool, use check for
25991         obstack presence instead of NULL pointer for new blocks.
25992         (df_live_free): DO not free alloc pool; clear block_info.
25993         (problem_LIVE): Add size of block info structure.
25994         (problem_CHAIN): Add size of block info structure.
25995         (df_byte_lr_set_bb_info): Remove.
25996         (df_byte_lr_free_bb_info): Do not free block pool.
25997         (df_byte_lr_alloc): Do not create pool, use check for
25998         obstack presence instead of NULL pointer for new blocks.
25999         (df_byte_lr_free): DO not free alloc pool; clear block_info.
26000         (problem_BYTE_LR): Add size of block info structure.
26001         (problem_NOTE): Add size of block info structure.
26002         (df_byte_MD_set_bb_info): Remove.
26003         (df_byte_MD_free_bb_info): Do not free block pool.
26004         (df_byte_MD_alloc): Do not create pool, use check for
26005         obstack presence instead of NULL pointer for new blocks.
26006         (df_byte_MD_free): DO not free alloc pool; clear block_info.
26007         (problem_BD): Add size of block info structure.
26008         * df-scan.c (df_scan_free_internal): Free block pool.
26009         (df_scan_set_bb_info): Remove.
26010         (df_scan_free_bb_info): Check for artificial_defs instead
26011         of bb_info being non-NULL.
26012         (df_scan_alloc): DO not create df_scan_block pool.
26013         (problem_SCAN): Set size of block info.
26014         (df_bb_refs_record): Do not allocate bb_info.
26015         * df.h (df_problem): Add block_info_elt_size.
26016         (struct dataflow): Change block_info to void *.
26017         (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
26018         df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
26019         in-line structures.
26021 2010-06-12  Jan Hubicka  <jh@suse.cz>
26023         PR tree-optimize/44485
26024         * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
26025         containing use of return value of noreturn function.
26027 2010-06-12  Anatoly Sokolov  <aesok@post.ru>
26029         * targhooks.c (default_function_value): Don't use
26030         FUNCTION_OUTGOING_VALUE.
26031         * system.h (FUNCTION_OUTGOING_VALUE): Poison.
26032         * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
26034 2010-06-12  Kazu Hirata  <kazu@codesourcery.com>
26036         * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
26037         Add crtfastmath.o to extra_parts.
26038         * config/mips/crtfastmath.c: New.
26039         * config/mips/linux.h (ENDFILE_SPEC): New.
26041 2010-06-12  Sebastian Pop  <sebastian.pop@amd.com>
26043         * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
26044         old_type in parameter.
26045         (gcc_type_for_value): Update call to gcc_type_for_interval.
26046         (compute_type_for_level_1): Renamed compute_type_for_level.
26047         Update call to gcc_type_for_interval.
26049 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
26051         * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
26052         flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
26054 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
26056         * opts-common.c: Include options.h.
26057         (integral_argument): Move from opts.c.
26058         (decode_cmdline_option): New.  Based on read_cmdline_option.
26059         * opts.c (integral_argument): Move to opts-common.c.
26060         (read_cmdline_option): Move most contents to
26061         decode_cmdline_option.  Use %qs in diagnostics.
26062         * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
26063         CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
26064         decode_cmdline_option): New.
26066 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
26068         PR target/44481
26069         * config/i386/i386.md (UNSPEC_PARITY): New unspec.
26070         (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
26071         (partiysi2_cmp): Ditto.
26072         (*partiyhi2_cmp): Ditto.
26073         (*parityqi2_cmp): Remove.
26075 2010-06-11  Jan Hubicka  <jh@suse.cz>
26077         * bitmap.h (bmp_iter_next_bit): New.
26078         (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
26080 2010-06-11  Sandra Loosemore  <sandra@codesourcery.com>
26081             Eric Botcazou  <ebotcazou@adacore.com>
26083         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
26084         computed cost.
26086 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
26088         * config/i386/i386.md (unspec): New define_c_enum.
26089         (unspecv): Ditto.
26091 2010-06-10  Jakub Jelinek  <jakub@redhat.com>
26093         * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
26095 2010-06-11  Sebastian Pop  <sebastian.pop@amd.com>
26097         PR middle-end/44483
26098         * tree-if-conv.c (bb_predicate_s): New struct.
26099         (bb_predicate_p): New.
26100         (bb_has_predicate): New.
26101         (bb_predicate): New.
26102         (set_bb_predicate): New.
26103         (bb_predicate_gimplified_stmts): New.
26104         (set_bb_predicate_gimplified_stmts): New.
26105         (add_bb_predicate_gimplified_stmts): New.
26106         (init_bb_predicate): New.
26107         (free_bb_predicate): New.
26108         (is_predicated): Use bb_predicate.
26109         (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
26110         (predicate_bbs): Same.  Gimplify the condition of the basic blocks
26111         before processing their successors.
26112         (clean_predicate_lists): Removed.
26113         (find_phi_replacement_condition): Use bb_predicate.
26114         (process_phi_nodes): Renamed ifconvert_phi_nodes.  Avoid useless
26115         computations.
26116         (insert_gimplified_predicates): New.
26117         (combine_blocks): Call insert_gimplified_predicates.
26118         (tree_if_conversion): Call free_bb_predicate instead of
26119         clean_predicate_lists.
26121 2010-10-11  Paul Brook  <paul@codesourcery.com>
26123         * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
26124         * config/arm/arm.c (all_architectures): Change v7e-m default to
26125         cortexm4.
26126         * config/arm/arm-cores.def: Add cortex-m4.
26127         * config/arm/arm-tune.md: Regenerate.
26129 2010-06-11  Jan Hubicka  <jh@suse.cz>
26131         * ipa-pure-const.c (special_builtlin_state): New function.
26132         (check_call): Use it instead of special casign BUILT_IN_RETURN.
26133         (propagate_pure_const): Use it.
26135 2010-06-11  Jan Hubicka  <jh@suse.cz>
26137         * df-problems.c (df_live_scratch): Convert to bitmap_head.
26138         (df_live_alloc): Initialize df_live_scratch when initializing
26139         problem_data.
26140         (df_live_transfer_function): Update uses of df_live_scratch.
26141         (df_live_free): Free problem_data; clear df_live_scratch before
26142         releasing the obstack.
26143         (df_md_free): Free problem data.
26145 2010-06-11  Jan Hubicka  <jh@suse.cz>
26147         * doc/invoke.texi (Wsuggest-attribute): Document.
26148         (Wmissing-noreturn): Remove.
26149         * ipa-pure-const.c (warn_function_noreturn): New function.
26150         * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
26151         warn_missing_noreturn.
26152         * common.opt (Wsuggest-attribute=noreturn): New.
26153         * tree-flow.h (warn_function_noreturn): Declare.
26154         * tree-cfg.c (execute_warn_function_noreturn): Use
26155         warn_function_noreturn.
26156         (gate_warn_function_noreturn): New.
26157         (pass_warn_function_noreturn): Update.
26159 2010-06-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
26161         * c-typeck.c (handle_warn_cast_qual): Add loc
26162         parameter. Improve warning message.
26163         (build_c_cast): Pass location to handle_warn_cast_qual.
26165 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
26167         * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
26168         that operand 0 == operand 1.  Use x86_maybe_negate_const_int to output
26169         insn mnemonic.
26170         (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
26172 2010-06-10  Dodji Seketeli  <dodji@redhat.com>
26174         Fix bootstap on mips
26175         * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
26176         be naming typedefs.
26178 2010-06-11  Kai Tietz  <kai.tietz@onevision.com>
26180         * system.h (helper_const_non_const_cast): New inline for
26181         gcc version <= 4.0.
26182         (CONST_CAST2): For gcc version <= 4.0 use
26183         new helper to do const/non-const casting.
26185 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26187         * doc/md.texi: Document the "unspec" and "unspecv" enum names.
26188         * Makefile.in (OBJS-common): Include insn-enums.o.
26189         (insn-enums.o): New rule.
26190         (simple_generated_c): Add insn-enums.c.
26191         (build/genenums.o): New rule.
26192         (genprogmd): Add "enums".
26193         * genconstants.c (print_enum_type): Declare a C string array
26194         for each enum.
26195         * genenums.c: New file.
26196         * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
26197         for UNSPEC_VOLATILE.  If defined, use the "unspec" enum for both
26198         UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
26200 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26202         * doc/md.texi (define_enum_attr): Document.
26203         * rtl.def (DEFINE_ENUM_ATTR): New rtx.
26204         * read-md.h (lookup_enum_type): Declare.
26205         * read-md.c (lookup_enum_type): New function.
26206         * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
26207         * genattrtab.c (attr_desc): Add an enum_name field.
26208         (evaluate_eq_attr): Take the associated attribute as argument.
26209         Get the enum prefix from the enum_name field, if defined.
26210         Use ACONCAT rather than a fixed-length buffer.  Update recursive calls.
26211         (simplify_test_exp): Pass attr to evaluate_eq_attr.
26212         (add_attr_value): New function, split out from...
26213         (gen_attr): ...here.  Handle DEFINE_ENUM_ATTR.
26214         (write_test_expr): Pass attr to evaluate_eq_attr.
26215         (write_attr_get): Use the enum_name as the enum tag, if defined.
26216         (write_attr_valueq): Use the enum_name as a prefix, if defined.
26217         (find_attr): Initialize enum_name.
26218         (main): Handle DEFINE_ENUM_ATTR.
26219         * gensupport.c (process_rtx): Likewise.
26220         * config/mips/mips.h (mips_tune_attr): Delete.
26221         * config/mips/mips.md (cpu): Use define_attr_enum.
26223 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26225         * doc/md.texi (define_c_enum, define_enum): Document.
26226         * read-md.h (md_constant): Add a parent_enum field.
26227         (enum_value, enum_type): New structures.
26228         (upcase_string, traverse_enum_types): Declare.
26229         * read-md.c (enum_types): New variable.
26230         (upcase_string, add_constant): New functions.
26231         (handle_constants): Don't create the hash table here.
26232         Use add_constant.
26233         (traverse_md_constants): Don't check for a null md_constants.
26234         (decimal_string, handle_enum, traverse_enum_types): New functions.
26235         (read_md_files): Initialize md_constants and md_enums.
26236         * genconstants.c (print_md_constant): Ignore info argument.
26237         Only print constants that belong to no enum.
26238         (print_enum_type): New function.
26239         (main): Don't pass stdout to print_md_constant.  Call print_enum_type
26240         for each defined enum type.
26241         * config/mips/mips.md (processor): New define_enum.
26242         (unspec): New define_c_enum.
26243         (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
26244         (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
26245         (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
26246         (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
26247         (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
26248         (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
26249         (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
26250         (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
26251         (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
26252         (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
26253         (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
26254         (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
26255         (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
26256         (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
26257         (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
26258         (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
26259         (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
26260         (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
26261         (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
26262         (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
26263         (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
26264         (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
26265         (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
26266         (UNSPEC_RDDSP): Move to mips-dsp.md.
26267         (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
26268         (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
26269         (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
26270         (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
26271         (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
26272         (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
26273         (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
26274         (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
26275         (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
26276         (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
26277         (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
26278         (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
26279         (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
26280         Moved to mips-dspr2.md.
26281         (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
26282         (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
26283         (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
26284         (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
26285         (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
26286         (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
26287         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
26288         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
26289         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
26290         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
26291         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
26292         UNSPEC_LOONGSON_PSADBH)
26293         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
26294         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
26295         (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
26296         (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
26297         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
26298         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
26299         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
26300         (cpu): Update comment.
26301         * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
26302         (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
26303         (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
26304         (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
26305         * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
26306         UNSPEC_LOONGSON_PCMPEQ)
26307         (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
26308         UNSPEC_LOONGSON_PINSR_0)
26309         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
26310         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
26311         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
26312         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
26313         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
26314         UNSPEC_LOONGSON_PSADBH)
26315         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
26316         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
26317         (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
26318         * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
26319         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
26320         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
26321         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
26322         * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
26323         (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
26324         (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
26325         (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
26326         (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
26327         (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
26328         (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
26329         (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
26330         (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
26331         (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
26332         (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
26333         (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
26334         (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
26335         (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
26336         (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
26337         (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
26338         (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
26339         (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
26340         (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
26341         (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
26342         (UNSPEC_RDDSP): Moved from mips.md.
26343         * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
26344         (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
26345         (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
26346         (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
26347         (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
26348         (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
26349         (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
26350         (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
26351         (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
26352         (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
26353         (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
26354         (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
26355         (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
26356         (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
26357         * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
26358         (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
26359         (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
26360         (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
26361         (UNSPEC_SCC): Moved from mips.md.
26362         * config/mips/mips.c (mips_arch, mips_tune): Change enum from
26363         "processor_type" to "processor".
26364         (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
26365         * config/mips/mips.h (processor_type): Delete.
26366         (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
26367         "processor_type" to "processor".
26369 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26371         * configure.ac (tm_include_list): Add insn-constants.h.
26372         * configure: Regenerate.
26373         * Makefile.in (GTM_H): Move insn-constants.h here from...
26374         (TM_H): ...here.
26375         * mkconfig.sh: Remove special handling for insn-constants.h.
26377 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26379         * Makefile.in (BUILD_RTL): Move build/read-md.o to...
26380         (BUILD_MD): ...this new variable.
26381         (simple_generated_rtl_h, simple_generated_rtl_c): New variables
26382         that include the old contents of simple_generated_h and
26383         simple_generated_c.
26384         (simple_generated_h, simple_generated_c): Include them.  Add
26385         insn-constants.h.
26386         (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
26387         and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
26388         Remove these dependencies from the main rule and include
26389         insn-conditions.md in the command line only if it appears
26390         in the dependency list.
26391         (insn-constants.h, s-constants): Delete.
26392         (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
26393         or gensupport.h.
26394         (build/genmddeps.o): Likewise.
26395         (genprogrtl): New variable that contains everything from genprogmd
26396         except mddeps and constants.
26397         (genprogmd): Redefine in terms of genprogrtl.  Make these programs
26398         depend on $(BUILD_MD)
26399         (genprog): New variable.  Make these programs depend on
26400         $(BUILD_ERRORS).
26401         * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
26402         (main): Use read_md_files instead of init_rtx_reader_args.
26403         * genconstants.c: As for genmddeps.c.
26404         * read-md.h (read_skip_construct): Declare.
26405         * read-md.c (read_skip_construct): New function.
26406         (handle_file): Allow a null handle_directive, skipping the
26407         construct if so.
26408         (parse_include): Update the comment accordingly.
26410 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26412         * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
26413         * genmddeps.c: Include read-md.h.
26414         (main): Call init_rtx_reader_args instead of init_md_reader_args.
26415         * genattr.c (main): Likewise.
26416         * genattrtab.c (main): Likewise.
26417         * genautomata.c (main): Likewise.
26418         * gencodes.c (main): Likewise.
26419         * genconditions.c (main): Likewise.
26420         * genconfig.c (main): Likewise.
26421         * genconstants.c (main): Likewise.
26422         * genemit.c (main): Likewise.
26423         * genextract.c (main): Likewise.
26424         * genflags.c (main): Likewise.
26425         * genopinit.c (main): Likewise.
26426         * genoutput.c (main): Likewise.
26427         * genpeep.c (main): Likewise.
26428         * genrecog.c (main): Likewise.
26429         * genpreds.c (main): Likewise.
26430         * gensupport.h (in_fname): Move to read-md.h.
26431         (init_md_reader_args_cb): Rename to...
26432         (init_rtx_reader_args_cb): ...this and return a bool.
26433         (init_md_reader_args): Rename to...
26434         (init_rtx_reader_args): ...this and return a bool.
26435         (include_callback): Move to read-md.h.
26436         * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
26437         (file_name_list, first_dir_md_include): Move to read-md.c
26438         (first_bracket_include): Delete unused variable.
26439         (last_dir_md_include): Move to read-md.c.
26440         (process_include): Delete, moving code to read-md.c:handle_include.
26441         (process_rtx): Don't handle INCLUDE.
26442         (save_string): Delete.
26443         (rtx_handle_directive): New function.
26444         (init_md_reader_args_cb): Rename to...
26445         (init_rtx_reader_args_cb): ...this and return a boolean success value.
26446         Use read_md_args.
26447         (init_md_reader_args): Rename to...
26448         (init_rtx_reader_args): ...this and return a boolean success value.
26449         * rtl.def (INCLUDE): Delete.
26450         * rtl.h (read_rtx): Remove "int *" argument.  Add "const char *"
26451         argument.
26452         * read-rtl.c (read_conditions): Don't gobble ')' here.
26453         (read_mapping): Likewise.
26454         (read_rtx): Remove LINENO argument.  Add RTX_NAME argument.
26455         Handle top-level non-rtx constructs here rather than in read_rtx_1.
26456         Store the whole queue in *X.  Remove call to init_md_reader.
26457         (read_rtx_1): Rename to...
26458         (read_rtx_code): ...this.  Call read_nested_rtx to read subrtxes.
26459         Don't handle top-level non-rtx constructs here.  Don't handle (nil)
26460         here.
26461         (read_nested_rtx): New function.  Handle (nil) here rather than
26462         in read_rtx_code.
26463         (read_rtx_variadic): Call read_nested_rtx to read subrtxes.  Don't
26464         gobble ')' here.
26465         * read-md.h (directive_handler_t): New type.
26466         (in_fname, include_callback): Moved from read-md.h.
26467         (read_constants, init_md_reader): Delete.
26468         (read_md_files): Declare.
26469         * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
26470         (last_dir_md_include_ptr, include_callback, max_include_len): Moved
26471         from gensupport.c.
26472         (read_constants): Rename to...
26473         (handle_constants): ...this.  Don't gobble ')' here.
26474         (handle_include, handle_file, handle_toplevel_file)
26475         (parse_include): New functions, mostly taken from gensupport.c.
26476         (init_md_reader): Subsume into...
26477         (read_md_files): ...this new function.
26479 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26481         * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
26482         (unread_char): Decrement read_md_lineno after putting back '\n'.
26483         * read-md.c (fatal_with_file_and_line): Push back any characters
26484         that we decide not to add to the context.
26485         (read_skip_spaces): Don't increment read_md_lineno here.  Avoid using
26486         fatal_expected_char in cases where '/' ends a line (for example).
26487         (read_name): Don't increment read_md_lineno here.
26488         (read_escape): Likewise.
26489         (read_quoted_string): Likewise.
26490         (read_braced_string): Likewise.
26492 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26494         * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
26495         (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
26496         * genconstants.c: Include read-md.h.
26497         * read-rtl.c (md_constants): Move to read-md.c.
26498         (md_name): Move to read-md.h.
26499         (initialize_iterators): Use leading_string_hash instead of def_hash
26500         and leading_string_eq_p instead of def_name_eq_p.
26501         (read_name): Move to read-md.c.
26502         (def_hash, def_name_eq_p): Delete.
26503         (read_constants, traverse_md_constants): Move to read-md.c.
26504         * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
26505         * read-md.h: Include hashtab.h.
26506         (md_name): Moved from read-rtl.c.
26507         (md_constant): Moved from read-md.h.
26508         (leading_string_hash, leading_string_eq_p, read_name)
26509         (read_constants, traverse_md_constants): Declare.
26510         * read-md.c (md_constants): Moved from read-rtl.c.
26511         (leading_string_hash, leading_string_eq_p): New functions.
26512         (read_name, read_constants, traverse_md_constants): Moved from
26513         read-rtl.c.
26515 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26517         * read-rtl.c (md_name): New structure.
26518         (read_name): Take an md_name instead of a buffer pointer.
26519         Use the "string" field instead of strcpy when expanding constants.
26520         (read_constants): Remove the tmp_char argument.  Update the calls
26521         to read_name, using two local name buffers instead of the tmp_char
26522         argument.  Merge the constant-creation code.
26523         (read_conditions): Remove the tmp_char argument.  Update the calls
26524         to read_name, using a local name buffer instead of the tmp_char
26525         argument.
26526         (read_mapping): Replace tmp_char variable with a local name buffer.
26527         Update the calls to read_name.
26528         (read_rtx_1): Likewise.  Update the calls to read_constants and
26529         read_conditions.
26531 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26533         * Makefile.in (build/read-md.o): Depend on errors.h.
26534         * read-md.h (error_with_line): Declare.
26535         * read-md.c: Include errors.h.
26536         (message_with_line_1): New function, extracted from...
26537         (message_with_line): ...here.
26538         (error_with_line): New function.
26539         * genattrtab.c: If a call to message_with_line is followed by
26540         "have_error = 1;", replace both statements with a call to
26541         error_with_line.
26542         * genoutput.c: Likewise.
26543         * genpreds.c: Likewise.
26544         * genrecog.c: If a call to message_with_line is followed by
26545         "error_count++;", replace both statements with a call to
26546         error_with_line.
26547         (errorcount): Delete.
26548         (main): Don't check it.
26549         * gensupport.c: If a call to message_with_line is followed by
26550         "errors = 1;", replace both statements with a call to error_with_line.
26551         (errors): Delete.
26552         (process_define_cond_exec): Check have_error instead of errors.
26553         (init_md_reader_args_cb): Likewise.  Don't set errors.
26555 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26557         * read-md.h (read_md_file): Declare.
26558         (read_char, unread_char): New functions.
26559         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
26560         (read_quoted_string, read_string): Remove FILE * argument.
26561         * read-md.c (read_md_file): New variable.
26562         (read_md_filename, read_md_lineno): Update comments and remove
26563         unnecessary initialization.
26564         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
26565         (read_escape, read_quoted_string, read_braced_string, read_string):
26566         Remove FILE * argument.  Update calls accordingly, using read_char
26567         and unread_char instead of getc and ungetc.
26568         * rtl.h (read_rtx): Remove FILE * argument.
26569         * read-rtl.c (iterator_group): Remove FILE * argument from
26570         "find_builtin".
26571         (iterator_traverse_data): Remove "infile" field.
26572         (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
26573         (add_mapping, read_name, read_constants, read_conditions)
26574         (validate_const_int, find_iterator, read_mapping, check_code_iterator)
26575         (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
26576         Remove file arguments from all calls, using read_char and unread_char
26577         instead of getc and ungetc.
26578         * gensupport.c (process_include): Preserve read_md_file around
26579         the include.  Set read_md_file to the handle of the included file.
26580         Update call to read_rtx.
26581         (init_md_reader_args_cb): Set read_md_file to the handle of the file
26582         and remove local FILE *.  Update calls to read_rtx.
26584 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26586         * read-md.h (read_rtx_lineno): Rename to...
26587         (read_md_lineno): ...this.
26588         (read_rtx_filename): Rename to...
26589         (read_md_filename): ...this.
26590         (copy_rtx_ptr_loc): Rename to...
26591         (copy_md_ptr_loc): ...this.
26592         (print_rtx_ptr_loc): Rename to...
26593         (print_md_ptr_loc): ...this.
26594         * read-md.c: Likewise.  Update references after renaming.
26595         (string_obstack): Replace RTL with MD in comment.
26596         (set_rtx_ptr_loc): Rename to...
26597         (set_md_ptr_loc): ...this.
26598         (get_rtx_ptr_loc): Rename to...
26599         (get_md_ptr_loc): ...this.
26600         * genconditions.c: Update references after renaming.
26601         * genemit.c: Likewise.
26602         * genoutput.c: Likewise.
26603         * genpreds.c: Likewise.
26604         * gensupport.c: Likewise.
26605         * read-rtl.c: Likewise.
26607 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
26609         * Makefile.in (READ_MD_H): New variable.
26610         (BUILD_RTL): Add build/read-md.o.
26611         (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
26612         (build/gensupport.o, build/read-rtl.o, build/genattr.o)
26613         (build/genattrtab.o, build/genconditions.o build/genemit.o)
26614         (build/genextract.o, build/genflags.o, build/genoutput.o)
26615         (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
26616         (build/read-md.o): New rule.
26617         * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
26618         (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
26619         * coretypes.h: ...here.
26620         * lto-wrapper.c: Include coretypes.h instead of defaults.h.
26621         * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
26622         * genattr.c: Include read-md.h.
26623         * genattrtab.c: Likewise.
26624         * genconditions.c: Likewise.
26625         * genemit.c: Likewise.
26626         * genextract.c: Likewise.
26627         * genflags.c: Likewise.
26628         * genoutput.c: Likewise.
26629         * genpreds.c: Likewise.
26630         * genrecog.c: Likewise.
26631         * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
26632         (join_c_conditions, print_c_condition, read_rtx_filename)
26633         (read_rtx_lineno): Move to read-md.h.
26634         * read-rtl.c: Include read-md.h.
26635         (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
26636         (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
26637         (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
26638         (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
26639         (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
26640         (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
26641         (read_braced_string, read_string): Move to read-md.c.
26642         (read_rtx): Move some initialization to init_md_reader and call
26643         init_md_reader here.
26644         * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
26645         Move to read-md.h.
26646         * gensupport.c: Include read-md.h.
26647         (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
26648         * read-md.h, read-md.c: New files.
26650 2010-06-10  Anatoly Sokolov  <aesok@post.ru>
26652         * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
26653         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
26654         * config/moxie/moxie-protos.h (moxie_function_value): Remove.
26655         * config/moxie/moxie.c (moxie_function_value): Make static.
26656         (moxie_libcall_value, moxie_function_value_regno_p): New functions.
26657         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
26659 2010-06-10  Martin Jambor  <mjambor@suse.cz>
26661         * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
26662         * dbgcnt.def (tree_sra): New counter.
26663         * tree-sra.c: Include dbgcnt.h.
26664         (gate_intra_sra): Check tree_sra debug counter.
26666 2010-06-10  Martin Jambor  <mjambor@suse.cz>
26668         PR tree-optimization/44258
26669         * tree-sra.c (build_access_subtree): Return false iff there is a
26670         partial overlap.
26671         (build_access_trees): Likewise.
26672         (analyze_all_variable_accesses): Disqualify candidates if
26673         build_access_trees returns true for them.
26675 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
26677         PR debug/41371
26678         * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
26679         tail-recurse into canonical node.  Fast-forward over
26680         non-canonical VALUEs.
26682 2010-06-10  H.J. Lu  <hongjiu.lu@intel.com>
26684         PR boostrap/44470
26685         * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
26686         (*addsi_1_zext) <TYPE_LEA>: Likewise.
26687         (add lea splitter): Likewise.
26688         (add_zext lea splitter): Likewise.
26690 2010-06-10  Joseph Myers  <joseph@codesourcery.com>
26692         * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
26694 2010-06-10  Jan Hubicka  <jh@suse.cz>
26696         * df-problems.c (df_live_problem_data): Add live_bitmaps.
26697         (df_live_alloc): Initialize problem data and live_osbtacks.
26698         (df_live_finalize): Remove obstack, problem data; do not
26699         clear all bitmaps.
26700         (df_live_top_dump, df_live_bottom_dump): Do not dump old
26701         data when not allocated.
26702         (df_live_verify_solution_start): Do not allocate problem data.
26703         (df_live_verify_solution_end): Check if out is allocated.
26704         (struct df_md_problem_data): New structure.
26705         (df_md_alloc): Allocate problem data.
26706         (df_md_free): Free problem data; do not clear bitmaps.
26708 2010-06-10  Jan Beulich  <jbeulich@novell.com>
26710         PR bootstrap/37304
26711         * configure.ac: Replace $() with ${} when intending to expand
26712         variables rather than invoking commands.
26713         * configure: Re-generate.
26715 2010-06-10  Jan Hubicka  <jh@suse.cz>
26717         PR rtl-optimization/44460
26718         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
26719         TYPE_NEEDS_CONSTRUCTING sanity check.
26721 2010-06-10  Gerald Pfeifer  <gerald@pfeifer.com>
26723         * doc/include/fdl.texi: Move to GFDL version 1.3.
26725         * doc/cpp.texi: Move to GFDL version 1.3.
26726         * doc/gcc.texi: Move to GFDL version 1.3.  Fix copyright years.
26727         * doc/gccint.texi: Move to GFDL version 1.3.
26728         * doc/gcov.texi: Move to GFDL version 1.3.  Update copyright years.
26729         * doc/install.texi: Move to GFDL version 1.3.  Fix copyright years.
26730         * doc/invoke.texi: Move to GFDL version 1.3.
26732 2010-06-09  Jan Hubicka  <jh@suse.cz>
26734         * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
26735         Break out from ...
26736         (propagate) ... here; swap the order.
26738 2010-06-09  Jan Hubicka  <jh@suse.cz>
26740         * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
26741         bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
26742         bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
26743         bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
26745 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
26747         * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
26748         Do not the gather memory reference in the outer loop if the step
26749         is not a constant.
26751 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
26753         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
26754         Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
26755         8 to 4.  Minor change of the related comments.
26757 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
26759         * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
26760         the scev analysis when the variable is not used outside the loop
26761         in a close phi node: call compute_overall_effect_of_inner_loop.
26763 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
26765         * graphite-sese-to-poly.c (single_pred_cond): Renamed
26766         single_pred_cond_non_loop_exit.  Return NULL for loop exit edges.
26767         (build_sese_conditions_before): Renamed call to single_pred_cond.
26768         (build_sese_conditions_after): Same.
26770 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
26772         * graphite-poly.h: Fix comments and indentation.
26773         * graphite-sese-to-poly.c: Same.
26774         (build_sese_conditions_before): Compute stmt and gbb only when needed.
26775         * tree-chrec.c: Fix comments and indentation.
26776         (tree-ssa-loop-niter.c): Same.
26778 2010-06-09  Eric Botcazou  <ebotcazou@adacore.com>
26780         PR rtl-optimization/42461
26781         * dce.c (deletable_insn_p): Return true for const or pure calls again.
26782         * except.c (insn_could_throw_p): Return false if !flag_exceptions.
26784 2010-06-09  Jan Hubicka  <jh@suse.cz>
26786         * bitmap.c (bitmap_and): Walk array forward.
26787         (bitmap_and_compl_into): Likewise.
26788         (bitmap_xor): Likewise.
26789         (bitmap_xor_into):  Likewise.
26790         (bitmap_equal_p): Likewise.
26791         (bitmap_intersect_p): Likewise.
26792         (bitmap_intersect_compl_p): Likewise.
26793         (bitmap_ior_and_into): Likewise.
26794         (bitmap_elt_copy): Likewise.
26795         (bitmap_and_compl): Likewise.
26796         (bitmap_elt_ior): Likewise.
26798 2010-06-09  Dave Korn  <dave.korn.cygwin@gmail.com>
26800         * opts-common.c (prune_options): Ensure replacement argv array
26801         is correctly terminated by a NULL entry.
26803 2010-06-09  Jan Hubicka  <jh@suse.cz>
26805         * cgraph.h (varpool_first_static_initializer,
26806         varpool_next_static_initializer): Make checking only when
26807         checking enabled.
26808         * tree-vectorizer.h (vinfo_for_stmt): Remove check.
26809         (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
26810         gcc_assert to gcc_checking_assert.
26811         * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
26812         phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
26813         op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
26814         op_iter_init_phiuse, op_iter_init_phidef,
26815         array_ref_contains_indirect_ref, ref_contains_array_ref): Use
26816         gcc_checking_assert.
26817         * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
26818         * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
26819         partition_is_global, live_on_entry, live_on_exit,
26820         live_merge_and_clear): Likewise.
26821         * system.h (gcc_checking_assert): New macro.
26822         * gimple.h (set_bb_seq): Use gcc_checking_assert.
26824 2010-06-09  Jason Merrill  <jason@redhat.com>
26826         * Makefile.in (TAGS): Collect tags info from c-family.
26828 2010-06-09  Jan Hubicka  <jh@suse.cz>
26830         * gimple.h (gcc_gimple_checking_assert): New macro.
26831         (gimple_set_def_ops, gimple_set_use_ops,
26832         gimple_set_vuse, gimple_set_vdef,
26833         gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
26834         gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
26835         gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
26836         gimple_asm_output_op, gimple_asm_output_op_ptr,
26837         gimple_asm_set_output_op, gimple_asm_clobber_op,
26838         gimple_asm_set_clobber_op, gimple_asm_label_op,
26839         gimple_asm_set_label_op, gimple_try_set_kind,
26840         gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
26841         gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
26842         gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
26843         gimple_omp_for_index_ptr, gimple_omp_for_set_index,
26844         gimple_omp_for_initial, gimple_omp_for_initial_ptr,
26845         gimple_omp_for_set_initial, gimple_omp_for_final,
26846         gimple_omp_for_final_ptr, gimple_omp_for_set_final,
26847         gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
26848         gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
26849         conditional with ENABLE_GIMPLE_CHECKING.
26850         (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
26852 2010-06-09  Sandra Loosemore  <sandra@codesourcery.com>
26854         * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
26855         (get_computation_cost_at): Use it.
26856         (determine_use_iv_cost_condition): Likewise.
26857         (determine_iv_cost): Likewise.
26859 2010-06-09  Richard Guenther  <rguenther@suse.de>
26861         * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
26862         replace constants.
26864 2010-06-09  Kai Tietz  <kai.tietz@onevision.com>
26866         * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
26868 2010-06-09  Martin Jambor  <mjambor@suse.cz>
26870         PR tree-optimization/44423
26871         * tree-sra.c (dump_access): Dump also grp_assignment_read.
26872         (analyze_access_subtree): Pass negative allow_replacements to children
26873         if the current type is scalar.
26875 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
26877         PR testsuite/42843
26878         * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
26879         * doc/plugins.texi (Plugin license check): Update information
26880         on type of plugin_is_GPL_compatible.
26881         * Makefile.in (PLUGINCC): Define as $(COMPILER).
26882         (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
26884 2010-06-09  Bernd Schmidt  <bernds@codesourcery.com>
26886         * config/arm/arm.c (thumb2_reorg): New function.
26887         (arm_reorg): Call it.
26888         * config/arm/thumb2.md (define_peephole2 for flag clobbering
26889         arithmetic operations): Delete.
26891 2010-06-09  Edmar Wienskoski  <edmar@freescale.com>
26893         PR target/44067
26894         * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
26895         e500v2 target.
26897 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
26899         PR plugins/44459
26900         * gcc-plugin.h: Encapsulate all declarations in extern "C".
26902 2010-06-08  Jan Hubicka  <jh@suse.cz>
26904         * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
26905         ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
26907 2010-06-08  Sandra Loosemore  <sandra@codesourcery.com>
26909         PR tree-optimization/39874
26910         PR middle-end/28685
26911         * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
26912         Declare.
26913         * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
26914         same_bool_result_p): New.
26915         (and_var_with_comparison, and_var_with_comparison_1,
26916         and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
26917         (or_var_with_comparison, or_var_with_comparison_1,
26918         or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
26919         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
26920         maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
26921         of combine_comparisons.
26922         * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
26924 2010-06-08  Anatoly Sokolov  <aesok@post.ru>
26926         * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
26927         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
26928         * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
26929         pdp11_function_value_regno_p): New functions.
26930         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
26931         TARGET_FUNCTION_VALUE_REGNO_P): Define.
26933 2010-06-08  Kazu Hirata  <kazu@codesourcery.com>
26935         * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
26936         Thumb-2 in the MINUS case.
26938 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
26940         * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
26942         * doc/gty.texi (GTY Options): Document typed GC allocation and
26943         variable_size GTY option.
26945         * ggc-internal.h: New.
26947         * ggc.h: Update copyright year.
26948         (digit_string): Move to stringpool.c.
26949         (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
26950         (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
26951         (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
26952         (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
26953         (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
26954         (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
26955         (ggc_force_collect, ggc_get_size, ggc_statistics)
26956         (ggc_print_common_statistics): Move to ggc-internal.h.
26957         (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
26958         (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
26959         (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
26960         (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
26961         (ggc_min_heapsize_heuristic, ggc_alloc_zone)
26962         (ggc_alloc_zone_pass_stat): Remove.
26963         (ggc_internal_alloc_stat, ggc_internal_alloc)
26964         (ggc_internal_cleared_alloc_stat): New.
26965         (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
26966         (ggc_internal_vec_alloc_stat)
26967         (ggc_internal_cleared_vec_alloc_stat)
26968         (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
26969         (ggc_alloc_atomic_stat, ggc_alloc_atomic)
26970         (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
26971         (ggc_cleared_alloc_ptr_array_two_args): New.
26972         (htab_create_ggc, splay_tree_new_ggc): Redefine.
26973         (ggc_splay_alloc): Change the type of the first argument to
26974         enum gt_types_enum.
26975         (ggc_alloc_string): Make macro.
26976         (ggc_alloc_string_stat): New.
26977         (ggc_strdup): Redefine.
26978         (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
26979         (ggc_alloc_rtvec_sized): New.
26980         (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
26981         (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
26982         (ggc_internal_cleared_alloc_zone_stat)
26983         (ggc_internal_zone_alloc_stat)
26984         (ggc_internal_zone_cleared_alloc_stat)
26985         (ggc_internal_zone_vec_alloc_stat)
26986         (ggc_alloc_zone_rtx_def_stat)
26987         (ggc_alloc_zone_tree_node_stat)
26988         (ggc_alloc_zone_cleared_tree_node_stat)
26989         (ggc_alloc_cleared_gimple_statement_d_stat): New.
26991         * ggc-common.c: Include ggc-internal.h.
26992         (ggc_internal_cleared_alloc_stat): Rename from
26993         ggc_alloc_cleared_stat.
26994         (ggc_realloc_stat): Use ggc_internal_alloc_stat.
26995         (ggc_calloc): Remove.
26996         (ggc_cleared_alloc_htab_ignore_args): New.
26997         (ggc_cleared_alloc_ptr_array_two_args): New.
26998         (ggc_splay_alloc): Add obj_type parameter.
26999         (init_ggc_heuristics): Formatting fixes.
27001         * ggc-none.c: Update copyright year.
27002         (ggc_alloc_stat): Rename to ggc_alloc_stat.
27003         (ggc_alloc_cleared_stat): Rename to
27004         ggc_internal_cleared_alloc_stat.
27005         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
27007         * ggc-page.c: Update copyright year.  Include ggc-internal.h.
27008         Remove references to ggc_alloc in comments.
27009         (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
27010         (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
27011         (new_ggc_zone, destroy_ggc_zone): Remove.
27012         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
27014         * ggc-zone.c: Include ggc-internal.h.  Remove references to
27015         ggc_alloc in comments.
27016         (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
27017         (ggc_internal_alloc_zone_pass_stat): New.
27018         (ggc_internal_cleared_alloc_zone_stat): New.
27019         (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
27020         (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
27021         (new_ggc_zone, destroy_ggc_zone): Remove.
27023         * stringpool.c: Update copyright year.  Include ggc-internal.h
27024         (digit_vector): Make static.
27025         (digit_string): Moved from ggc.h.
27026         (stringpool_ggc_alloc): Use ggc_alloc_atomic.
27027         (ggc_alloc_string): Rename to ggc_alloc_string_stat.
27029         * Makefile.in (GGC_INTERNAL_H): New.
27030         (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
27031         $(GGC_INTERNAL_H) to dependencies.
27033         * gengtype.c: Update copyright year.
27034         (walk_type): Accept variable_size GTY option.
27035         (USED_BY_TYPED_GC_P): New macro.
27036         (write_enum_defn): Use USED_BY_TYPED_GC_P.  Do not output
27037         whitespace at the end of strings.
27038         (get_type_specifier, variable_size_p): New functions.
27039         (alloc_quantity, alloc_zone): New enums.
27040         (write_typed_alloc_def): New function.
27041         (write_typed_struct_alloc_def): Likewise.
27042         (write_typed_typed_typedef_alloc_def): Likewise.
27043         (write_typed_alloc_defns): Likewise.
27044         (output_typename, write_splay_tree_allocator_def): Likewise.
27045         (write_splay_tree_allocators): Likewise.
27046         (main): Call write_typed_alloc_defns and
27047         write_splay_tree_allocators.
27049         * lto-streamer.h (lto_file_decl_data_ptr): New.
27051         * passes.c (order): Define using cgraph_node_ptr.
27053         * strinpool.c (struct string_pool_data): Declare nested_ptr using
27054         ht_identifier_ptr.
27056         * gimple.h (union gimple_statement_d): Likewise.
27058         * rtl.h (struct rtx_def): Likewise.
27059         (struct rtvec_def): Likewise.
27061         * tree.h (union tree_node): Likewise.
27063         * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
27065         * cfgloop.c (record_loop_exits): Use htab_create_ggc.
27067         * tree-scalar-evolution.c (scev_initialize): Likewise.
27069         * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
27071         * dwarf2asm.c (dw2_force_const_mem): Likewise.
27073         * omp-low.c (lower_omp_critical): Likewise.
27075         * bitmap.h (struct bitmap_head_def): Update comment to not
27076         reference ggc_alloc.
27078         * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
27080         * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
27082         * ipa-prop.c (duplicate_ggc_array): Rename to
27083         duplicate_ipa_jump_func_array.  Use typed GC allocation.
27084         (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
27086         * gimple.c (gimple_alloc_stat): Use
27087         ggc_alloc_cleared_gimple_statement_d_stat.
27089         * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
27091         * tree.c (make_node_stat): Use
27092         ggc_alloc_zone_cleared_tree_node_stat.
27093         (make_tree_vec_stat): Likewise.
27094         (build_vl_exp_stat): Likewise.
27095         (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
27096         (make_tree_binfo_stat): Likewise.
27097         (tree_cons_stat): Likewise.
27099         * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
27100         (shallow_copy_rtx_stat): Likewise.
27101         (make_node_stat): Likewise.
27103         * lto-symtab.c: Fix comment.
27105         * tree-cfg.c (create_bb): Update comment to not reference
27106         ggc_alloc_cleared.
27107         * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
27109         * varpool.c (varpool_node): Use typed GC allocation.
27110         (varpool_extra_name_alias): Likewise.
27112         * varasm.c (emutls_decl): Likewise.
27113         (get_unnamed_section): Likewise.
27114         (get_noswitch_section): Likewise.
27115         (get_section): Likewise.
27116         (get_block_for_section): Likewise.
27117         (build_constant_desc): Likewise.
27118         (create_constant_pool): Likewise.
27119         (force_const_mem): Likewise.
27121         * tree.c (build_vl_exp_stat): Likewise.
27122         (build_real): Likewise.
27123         (build_string): Likewise.
27124         (decl_debug_expr_insert): Likewise.
27125         (decl_value_expr_insert): Likewise.
27126         (type_hash_add): Likewise.
27127         (build_omp_clause): Likewise.
27129         * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
27131         * tree-ssa.c (init_tree_ssa): Likewise.
27133         * tree-ssa-structalias.c (heapvar_insert): Likewise.
27135         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
27137         * tree-ssa-loop-niter.c (record_estimate): Likewise.
27139         * tree-ssa-alias.c (get_ptr_info): Likewise.
27141         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
27143         * tree-phinodes.c (allocate_phi_node): Likewise.
27145         * tree-iterator.c (tsi_link_before): Likewise.
27146         (tsi_link_after): Likewise.
27148         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
27150         * tree-dfa.c (create_var_ann): Likewise.
27152         * tree-cfg.c (create_bb): Likewise.
27154         * toplev.c (alloc_for_identifier_to_locale): Likewise.
27155         (general_init): Likewise.
27157         * stringpool.c (stringpool_ggc_alloc): Likewise.
27158         (gt_pch_save_stringpool): Likewise.
27160         * sese.c (if_region_set_false_region): Likewise.
27162         * passes.c (do_per_function_toporder): Likewise.
27164         * optabs.c (set_optab_libfunc): Likewise.
27165         (set_conv_libfunc): Likewise.
27167         * lto-symtab.c (lto_symtab_register_decl): Likewise.
27169         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
27170         (input_eh_region): Likewise.
27171         (input_eh_lp): Likewise.
27172         (make_new_block): Likewise.
27173         (unpack_ts_real_cst_value_fields): Likewise.
27175         * lto-section-in.c (lto_new_in_decl_state): Likewise.
27177         * lto-cgraph.c (input_node_opt_summary): Likewise.
27179         * loop-init.c (loop_optimizer_init): Likewise.
27181         * lambda.h (lambda_vector_new): Likewise.
27183         * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
27185         * ira.c (update_equiv_regs): Likewise.
27187         * ipa.c (cgraph_node_set_new): Likewise.
27188         (cgraph_node_set_add): Likewise.
27189         (varpool_node_set_new): Likewise.
27190         (varpool_node_set_add): Likewise.
27192         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
27193         (duplicate_ipa_jump_func_array): Likewise.
27194         (ipa_read_node_info): Likewise.
27196         * ipa-cp.c (ipcp_create_replace_map): Likewise.
27198         * integrate.c (get_hard_reg_initial_val): Likewise.
27200         * gimple.c (gimple_alloc_stat): Likewise.
27201         (gimple_build_omp_for): Likewise.
27202         (gimple_seq_alloc): Likewise.
27203         (gimple_copy): Likewise.
27205         * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
27206         (gsi_insert_after_without_update): Likewise.
27208         * function.c (add_frame_space): Likewise.
27209         (insert_temp_slot_address): Likewise.
27210         (assign_stack_temp_for_type): Likewise.
27211         (allocate_struct_function): Likewise.
27212         (types_used_by_var_decl_insert): Likewise.
27214         * except.c (init_eh_for_function): Likewise.
27215         (gen_eh_region): Likewise.
27216         (gen_eh_region_catch): Likewise.
27217         (gen_eh_landing_pad): Likewise.
27218         (add_call_site): Likewise.
27220         * emit-rtl.c (get_mem_attrs): Likewise.
27221         (get_reg_attrs): Likewise.
27222         (start_sequence): Likewise.
27223         (init_emit): Likewise.
27225         * dwarf2out.c (new_cfi): Likewise.
27226         (queue_reg_save): Likewise.
27227         (dwarf2out_frame_init): Likewise.
27228         (new_loc_descr): Likewise.
27229         (find_AT_string): Likewise.
27230         (new_die): Likewise.
27231         (add_var_loc_to_decl): Likewise.
27232         (clone_die): Likewise.
27233         (clone_as_declaration): Likewise.
27234         (break_out_comdat_types): Likewise.
27235         (new_loc_list): Likewise.
27236         (loc_descriptor): Likewise.
27237         (add_loc_descr_to_each): Likewise.
27238         (add_const_value_attribute): Likewise.
27239         (tree_add_const_value_attribute): Likewise.
27240         (add_comp_dir_attribute): Likewise.
27241         (add_name_and_src_coords_attributes): Likewise.
27242         (lookup_filename): Likewise.
27243         (store_vcall_insn): Likewise.
27244         (dwarf2out_init): Likewise.
27246         * dbxout.c (dbxout_init): Likewise.
27248         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
27250         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
27252         * config/score/score7.c (score7_output_external): Likewise.
27254         * config/score/score3.c (score3_output_external): Likewise.
27256         * config/s390/s390.c (s390_init_machine_status): Likewise.
27258         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
27259         (rs6000_init_machine_status): Likewise.
27260         (output_toc): Likewise.
27262         * config/pa/pa.c (pa_init_machine_status): Likewise.
27263         (get_deferred_plabel): Likewise.
27265         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
27267         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
27269         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
27271         * config/mep/mep.c (mep_init_machine_status): Likewise.
27272         (mep_note_pragma_flag): Likewise.
27274         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
27276         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
27278         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
27280         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
27281         (i386_pe_maybe_record_exported_symbol): Likewise.
27283         * config/i386/i386.c (get_dllimport_decl): Likewise.
27284         (ix86_init_machine_status): Likewise.
27285         (assign_386_stack_local): Likewise.
27287         * config/frv/frv.c (frv_init_machine_status): Likewise.
27289         * config/darwin.c (machopic_indirection_name): Likewise.
27291         * config/cris/cris.c (cris_init_machine_status): Likewise.
27293         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
27295         * config/avr/avr.c (avr_init_machine_status): Likewise.
27297         * config/arm/arm.c (arm_init_machine_status): Likewise.
27299         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
27300         (alpha_need_linkage): Likewise.
27301         (alpha_use_linkage): Likewise.
27303         * cgraph.c (cgraph_allocate_node): Likewise.
27304         (cgraph_create_edge_1): Likewise.
27305         (cgraph_create_indirect_edge): Likewise.
27306         (cgraph_add_asm_node): Likewise.
27308         * cfgrtl.c (init_rtl_bb_info): Likewise.
27310         * cfgloop.c (alloc_loop): Likewise.
27311         (rescan_loop_exit): Likewise.
27313         * cfg.c (init_flow): Likewise.
27314         (alloc_block): Likewise.
27315         (unchecked_make_edge): Likewise.
27317         * c-parser.c (c_parse_init): Likewise.
27318         (c_parse_file): Likewise.
27320         * c-decl.c (bind): Likewise.
27321         (record_inline_static): Likewise.
27322         (push_scope): Likewise.
27323         (make_label): Likewise.
27324         (lookup_label_for_goto): Likewise.
27325         (finish_struct): Likewise.
27326         (finish_enum): Likewise.
27327         (c_push_function_context): Likewise.
27329         * bitmap.c (bitmap_element_allocate): Likewise.
27330         (bitmap_gc_alloc_stat): Likewise.
27332         * alias.c (record_alias_subset): Likewise.
27333         (init_alias_analysis): Likewise.
27335 2010-06-08  Shujing Zhao  <pearly.zhao@oracle.com>
27337         * fold-const.c (fold_comparison): Remove redundant parenthesis.
27338         * tree-inline.c (expand_call_inline): Pass translated return value of
27339         cgraph_inline_failed_string to diagnostic function.
27341 2010-06-08  Andrew Pinski  <pinskia@gmail.com>
27342             Shujing Zhao  <pearly.zhao@oracle.com>
27344         PR c/37724
27345         * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
27346         implicit bad conversions is initialization.
27347         (error_init): Use gmsgid instead of msgid for argument name and change
27348         the call for error.
27349         (pedwarn_init): Use gmsgid instead of msgid for argument name and
27350         change the call for pedwarn.
27351         (warning_init): Use gmsgid instead of msgid for argument name and
27352         change the call for warning.
27354 2010-06-07  Nathan Froyd  <froydnj@codesourcery.com>
27356         * config/mips/mips-protos.h (mips_print_operand): Delete.
27357         (mips_print_operand_address): Delete.
27358         * config/mips/mips.h (mips_print_operand_punct): Delete.
27359         (PRINT_OPERAND): Delete.
27360         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
27361         (PRINT_OPERAND_ADDRESS): Delete.
27362         * config/mips/mips.c (mips_print_operand_punct): Make static.
27363         (mips_print_operand_address): Make static.
27364         (mips_print_operand): Make static.  Call
27365         mips_print_operand_punct_valid_p.
27366         (mips_print_operand_punct_valid_p): New function.
27367         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
27368         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
27370 2010-06-07  Jan Hubicka  <jh@suse.cz>
27372         PR middle-end/44454
27373         (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
27374         are allocated.
27376 2010-06-07  Kaz Kojima  <kkojima@gcc.gnu.org>
27378         * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
27379         name of RECORD.
27381 2010-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27383         * doc/sourcebuild.texi (Effective-Target Keywords, Other
27384         attributes): Document gas.
27386 2010-06-07  Uros Bizjak  <ubizjak@gmail.com>
27388         * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
27389         <TYPE_LEA>: Split instruction.
27390         <default>: Remove alternative 2 handling.
27391         (*addsi_1_zext) <TYPE_LEA>: Split instruction.
27392         (add lea splitter): Generate SImode lea for mode sizes <= SImode.
27393         (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
27395         (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
27396         (ashift_zext lea splitter): Use DImode for multiplication.
27398         * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
27399         to generate addition.
27401 2010-06-07  Joseph Myers  <joseph@codesourcery.com>
27403         * common.opt (fira-verbose): Use Var.
27404         (fpcc-struct-return): Use Init instead of VarExists.
27405         * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
27406         toplev.c.
27407         * flags.h (flag_signed_char, flag_short_enums,
27408         flag_pcc_struct_return, flag_ira_verbose,
27409         flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
27410         * toplev.c (flag_detailed_statistics, flag_signed_char,
27411         flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
27412         (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
27413         * toplev.h (flag_crossjumping, flag_if_conversion,
27414         flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
27415         flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
27416         flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
27417         flag_cprop_registers, time_report, flag_ira_loop_pressure,
27418         flag_ira_coalesce, flag_ira_move_spills,
27419         flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
27421 2010-06-07  Jan Hubicka  <jh@suse.cz>
27423         * df-core.c (df_analyze_problem): Do verification after allocation.
27425         * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
27426         (df_lr_alloc): Initialize problem data; move bitmaps to
27427         lr_bitmaps obstack.
27428         (df_lr_finalize): Free problem data; do not bother to free bitmaps.
27429         (df_lr_verify_solution_start): Do not initialize problem data;
27430         allocate bitmaps in lr_bitmaps.
27431         (df_lr_verify_solution_end): Do not free problem data.
27433 2010-06-07  Jan Hubicka  <jh@suse.cz>
27435         * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
27436         if caller is noreturn.
27437         * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
27438         * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
27439         * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
27440         * ipa-pure-const.c (check_decl): Add IPA parameter.
27441         (state_from_flags): New function.
27442         (better_state, worse_state): New functions.
27443         (check_call): When in IPA mode, do not care about callees.
27444         (check_load, check_store): Update.
27445         (check_ipa_load, check_ipa_store): New.
27446         (check_stmt): When in IPA mode, use IPA checkers.
27447         (analyze_function): Use state_from_flags.
27448         (propagate): Check indirect edges and references.
27450 2010-06-07  Kazu Hirata  <kazu@codesourcery.com>
27452         PR rtl-optimization/44404
27453         * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
27454         of count_occurrences to see if it's safe to modify mem_insn.
27456 2010-06-07  Richard Guenther  <rguenther@suse.de>
27458         * gimplify.c (gimplify_cleanup_point_expr): For empty body
27459         and EH-only cleanup drop the cleanup instead of inserting it
27460         unconditionally.
27462 2010-06-07  Ira Rosen  <irar@il.ibm.com>
27464         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
27465         documentation.
27466         * targhooks.c (default_builtin_vectorization_cost): New function.
27467         * targhooks.h (default_builtin_vectorization_cost): Declare.
27468         * target.h (enum vect_cost_for_stmt): Define.
27469         (builtin_vectorization_cost): Change argument and comment.
27470         * tree-vectorizer.h: Remove cost model macros.
27471         * tree-vect-loop.c: Include target.h.
27472         (vect_get_cost): New function.
27473         (vect_estimate_min_profitable_iters): Replace cost model macros with
27474         calls to vect_get_cost.
27475         (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
27476         * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
27477         default implementation.
27478         * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
27479         calls to target hook builtin_vectorization_cost.
27480         (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
27481         Likewise.
27482         * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
27483         * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
27484         implementation to return costs.
27485         * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
27486         * config/spu/spu.h: Remove vectorizer cost model macros.
27487         * config/i386/i386.h: Likewise.
27488         * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
27489         a call to target hook builtin_vectorization_cost.
27491 2010-06-06  Sriraman Tallam  <tmsriram@google.com>
27493         PR target/44319
27494         * config/i386/i386.c (override_options): Turn zee pass on for level 2
27495         and above and defer till target is known.
27496         (optimization_options): Turn on zee pass if TARGET_64BIT is set and
27497         turn off otherwise.
27499 2010-05-25  Jan Hubicka  <jh@suse.cz>
27501         * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
27502         (df_compact_blocks): Likewise.
27503         * df.h (struct df): Turn hardware_regs_used,
27504         regular_block_artificial_uses, eh_block_artificial_uses,
27505         insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
27506         bitmap_head.
27507         * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
27508         df_byte_lr_alloc, df_simulate_fixup_sets): Update.
27509         * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
27510         df_scan_blocks, df_insn_delete, df_insn_rescan,
27511         df_insn_rescan_debug_internal, df_insn_rescan_all,
27512         df_process_deferred_rescans, df_process_deferred_rescans,
27513         df_notes_rescan, df_get_call_refs, df_get_call_refs,
27514         regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
27515         df_record_entry_block_defs, df_record_exit_block_uses,
27516         df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
27517         df_scan_verify): Update.
27519 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
27521         PR c++/44188
27522         * c-common.c (is_typedef_decl): Move this definition ...
27523         * tree.c (is_typedef_decl): ... here.
27524         (typdef_variant_p): Move definition here from cp/tree.c.
27525         * c-common.h (is_typedef_decl): Move this declaration ...
27526         * tree.h (is_typedef_decl): ... here.
27527         (typedef_variant_p): Move declaration here from cp/cp-tree.h
27528         * dwarf2out.c (is_naming_typedef_decl): New function.
27529         (gen_tagged_type_die): Split out of ...
27530         (gen_type_die_with_usage): ... this function. When an anonymous
27531         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
27532         is emitted for the typedef.
27533         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
27534         anonymous tagged types.
27536 2010-06-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27538         PR c/20000
27539         * c-decl.c (grokdeclarator): Delete warning.
27541 2010-06-06  Eric Botcazou  <ebotcazou@adacore.com>
27543         * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
27544         newly built CALL_EXPR.
27545         * tree-profile.c (tree_profiling): Don't profile functions produced
27546         for built-in stuff.
27548 2010-06-06  Segher Boessenkool  <segher@kernel.crashing.org>
27550         PR bootstrap/44427
27551         PR bootstrap/44428
27552         * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
27553         endianness-independent.
27555 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
27557         * c-common.c: Move to c-family/.
27558         * c-common.def: Likewise.
27559         * c-common.h: Likewise.
27560         * c-cppbuiltin.c: Likewise.
27561         * c-dump.c: Likewise.
27562         * c-format.c: Likewise.
27563         * c-format.h : Likewise.
27564         * c-gimplify.c: Likewise.
27565         * c-lex.c: Likewise.
27566         * c-omp.c: Likewise.
27567         * c.opt: Likewise.
27568         * c-opts.c: Likewise.
27569         * c-pch.c: Likewise.
27570         * c-ppoutput.c: Likewise.
27571         * c-pragma.c: Likewise.
27572         * c-pragma.h: Likewise.
27573         * c-pretty-print.c: Likewise.
27574         * c-pretty-print.h: Likewise.
27575         * c-semantics.c: Likewise.
27576         * stub-objc.c: Likewise.
27578         * gengtype.c (get_file_langdir): Special-case files in c-family/.
27579         (get_output_file_with_visibility): Fix name for c-common.h.
27580         * c-config-lang.in: Update paths in gtfiles for files in c-family/.
27582         * c-tree.h: Update include path for moved files.
27583         * c-lang.c: Likewise.
27584         * c-lang.h: Likewise.
27585         * c-parser.c: Likewise.
27586         * c-convert.c: Likewise.
27587         * c-decl.c: Likewise.
27588         * c-objc-common.c: Likewise.
27589         * configure.ac: Make sure c-family/ exists in the build directory.
27590         * configure: Regenerate.
27591         * Makefile.in: Update paths for moved files.  Regroup files per
27592         location and update dependencies.  Move generated_files down after
27593         ALL_GTFILES_H.
27595         * config/spu/spu-c.c: Update paths for moved files.
27596         * config/mep/mep-pragma.c: Likewise.
27597         * config/darwin-c.c: Likewise.
27598         * config/i386/msformat-c.c: Likewise.
27599         * config/i386/i386-c.c: Likewise.
27600         * config/avr/avr-c.c: Likewise.
27601         * config/sol2-c.c: Likewise.
27602         * config/ia64/ia64-c.c: Likewise.
27603         * config/rs6000/rs6000-c.c: Likewise.
27604         * config/arm/arm.c: Likewise.
27605         * config/arm/arm-c.c: Likewise.
27606         * config/h8300/h8300.c: Likewise.
27607         * config/v850/v850-c.c: Likewise.
27609         * config/t-darwin: Fix dependencies for moved files.
27610         * config/t-sol2: Fix dependencies for moved files.
27611         * config/mep/t-mep: Fix dependencies for moved files.
27612         * config/ia64/t-ia64: Fix dependencies for moved files.
27613         * config/rs6000/t-rs6000: Fix dependencies for moved files.
27614         * config/v850/t-v850: Fix dependencies for moved files.
27615         * config/v850/t-v850e: Fix dependencies for moved files.
27617         * config/m32c/m32c-pragma.c
27619         * po/exgettext: Look in c-family/ also.
27621 2010-06-05  Eric Botcazou  <ebotcazou@adacore.com>
27623         * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
27624         (mark_control_dependent_edges_necessary): Call it instead of marking
27625         the last statement manually.
27626         (propagate_necessity): Likewise.
27628 2010-06-05  Jan Hubicka  <jh@suse.cz>
27630         * basic-block.h (compute_dominance_frontiers): Updated.
27631         (compute_idf): Likewise.
27633         * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
27634         for dominance frontiers.
27635         (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
27636         (insert_updated_phi_nodes_for): Likewise.
27637         (update_ssa): Likewise.
27638         * cfganal.c (compute_dominance_frontiers_1): Likewise.
27639         (compute_dominance_frontiers): Likewise.
27640         (compute_idf): Likewise.
27641         * df-problems.c (df_md_local_compute): Likewise.
27643 2010-06-05  Anatoly Sokolov  <aesok@post.ru>
27645         * target.h (struct gcc_target): Add memory_move_cost field.
27646         * target-def.h (TARGET_MEMORY_MOVE_COST): New.
27647         (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
27648         * targhooks.c (default_memory_move_cost): New function.
27649         * targhooks.h (default_memory_move_cost): Declare function.
27650         * reload.h (memory_move_cost): Declare.
27651         (memory_move_secondary_cost): Change type of 'in' argument to bool.
27652         * reginfo.c (memory_move_cost): New function.
27653         (memory_move_secondary_cost): Change type of 'in' argument to bool.
27654         * ira.h (ira_memory_move_cost): Update comment.
27655         * ira.c (ira_memory_move_cost): Update comment.
27656         (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
27657         with memory_move_cost.
27658         * postreload.c (reload_cse_simplify_set): (Ditto.).
27659         * reload1.c (choose_reload_regs): (Ditto.).
27660         * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
27661         (MEMORY_MOVE_COST):  Revise documentation.
27663         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
27664         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
27665         * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
27666         type of 'in' argument to bool.
27667         (TARGET_MEMORY_MOVE_COST): Define.
27669 2010-06-05  Jan Hubicka  <jh@suse.cz>
27671         * ipa-pure-const.c (propagate): Fix typo in handling of functions
27672         that cannot return.  Be more careful when merging the results with
27673         previously known ones.
27675 2010-06-05  Matthias Klose  <doko@ubuntu.com>
27677         * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
27678         function to add the -iplugindir option.
27679         (find_plugindir_spec_function): Add new declaration and function.
27680         (static_spec_func): Use it for "find-plugindir".
27682 2010-06-05  Jakub Jelinek  <jakub@redhat.com>
27684         PR c++/44361
27685         * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
27686         * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
27687         statement expression.
27689 2010-06-05  Jan Hubicka  <jh@suse.cz>
27691         * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
27692         (df_rd_problem_data): Convert sparse_invalidated_by_call,
27693         dense_invalidated_by_call to bitmap head.
27694         (df_rd_alloc, df_rd_bb_local_compute_process_def,
27695         df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
27696         df_rd_start_dump, df_lr_verify_transfer_functions,
27697         df_live_verify_transfer_functions, df_chain_create_bb,
27698         df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
27699         df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
27700         df_simulate_one_insn_forwards, df_md_alloc,
27701         df_md_bb_local_compute_process_def,
27702         df_md_bb_local_compute_process_def, df_md_local_compute,
27703         df_md_transfer_function df_md_free): Update.
27705 2010-06-05  Joseph Myers  <joseph@codesourcery.com>
27707         PR c/44322
27708         * c-typeck.c (build_unary_op): Merge qualifiers into pointer
27709         target type for ADDR_EXPR; require no changes to qualifiers except
27710         for function types.
27711         * c-tree.h (c_build_type_variant): Remove.
27713 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
27715         * genautomata.c (get_excl_set): Do work per element, not per char.
27716         (check_presence_pattern_sets): Similar.
27717         (check_absence_pattern_sets): Similar.
27719 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
27721         * genautomata.c (curr_state_pass_num): Delete.
27722         (min_issue_delay_pass_states): Delete.
27723         (min_issue_delay): Delete.
27724         (initiate_min_issue_delay_pass_states): Delete.
27725         (output_min_issue_delay_table): Compute min_issue_delay_vect
27726         using a breadth-first search variant.
27727         (output_tables): Don't call initiate_min_issue_delay_pass_states.
27729 2010-06-04  H.J. Lu  <hongjiu.lu@intel.com>
27731         PR boostrap/44421
27732         * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
27733         (df_byte_lr_bb_local_compute): Likewise.
27735 2010-06-03  Jason Merrill  <jason@redhat.com>
27737         Implement noexcept operator (5.3.7)
27738         * c-common.c (c_common_reswords): Add noexcept.
27739         * c-common.h (enum rid): Add RID_NOEXCEPT.
27741 2010-06-04  Joseph Myers  <joseph@codesourcery.com>
27743         * config/darwin-driver.c (darwin_default_min_version): Use
27744         GCC-specific formats in diagnostics.
27745         * cppspec.c (lang_specific_driver): Use GCC-specific formats in
27746         diagnostics.
27747         * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
27748         execute, process_command, end_going_arg, do_self_spec, do_spec_1,
27749         eval_spec_function, handle_braces, process_brace_body, main,
27750         perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
27751         getenv_spec_function, compare_version_strings,
27752         version_compare_spec_function): Use GCC-specific formats in
27753         diagnostics.
27755 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
27757         * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
27758         that operand 0 and operand 1 are equal.
27759         (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
27760         (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
27761         and operand 1 are equal.
27762         <default>: Ditto.  Remove ??? comment.
27763         (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
27764         and operand 1 are equal.
27765         <default>: Ditto.  Remove ??? comment.
27766         (*adddi_4) <default>: Remove assert that operand 0 and operand 1
27767         are equal.
27768         (*add<mode>_4) <default>: Ditto.
27769         (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
27771 2010-06-04  Nathan Froyd  <froydnj@codesourcery.com>
27773         * config/i386/i386-protos.h (ix86_print_operand): Declare.
27774         * config/i386/i386.c (ix86_print_operand): Make non-static.
27775         * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
27776         * output.h (output_operand): Declare.
27777         * final.c (output_operand): Make non-static.
27779 2010-06-04  Alexandre Oliva  <aoliva@redhat.com>
27781         PR rtl-optimization/44013
27782         * sched-deps.c (add_dependence_list_and_free): Don't free lists
27783         when processing debug insns.
27785         PR debug/41371
27786         * var-tracking.c (find_loc_in_1pdv): Mark initial value before
27787         recursing.  Check that recursion is bounded.  Rename inner var
27788         to avoid hiding incoming argument.
27790 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
27792         * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
27793         operands[2] == 255.
27794         (*addqi_3): Ditto.
27795         (*addqi_4): Ditto.
27796         (*addqi_5): Ditto.
27797         (*addqi_ext_1_rex64): Ditto.
27798         (*addqi_ext_1): Ditto.
27800         (*addqi_4): Check for incdec_operand in QImode.
27802         (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
27803         using SWI mode iterator.
27804         (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
27805         (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
27806         mode iterator.
27807         (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
27808         using SWI mode iterator.
27810 2010-06-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27812         PR c/25880
27813         * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
27814         * c-format.c (gcc_diag_flag_specs): Add hash.
27815         (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
27816         (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
27817         * c-pretty-print.c (pp_c_cv_qualifier): Rename as
27818         pp_c_cv_qualifiers. Handle qualifiers spelling here.
27819         (pp_c_type_qualifier_list): Call the function above.
27820         * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
27821         * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
27822         (WARN_FOR_QUALIFIERS): New macro.
27823         (convert_for_assignment): Use it.
27825 2010-06-04  Kai Tietz  <kai.tietz@onevision.com>
27827         * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
27829 2010-06-04  Jan Hubicka  <jh@suse.cz>
27831         * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
27832         df_byte_lr_bb_info): Embedd bitmap_head into the structure.
27833         (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
27834         DF_BYTE_LR_OUT): Update for embedded bitmaps.
27835         * fwprop.c (single_def_use_enter_block): Likewise.
27836         * ddg.c (create_ddg_dep_from_intra_loop_link,
27837         add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
27838         * loop-iv.c (latch_dominating_def): Likewise.
27839         * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
27840         df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
27841         df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
27842         df_rd_transfer_function, df_rd_top_dump,
27843         df_rd_bottom_dump): Update.
27844         (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
27845         df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
27846         df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
27847         df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
27848         df_lr_verify_solution_start, df_lr_verify_solution_end,
27849         df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
27850         df_live_free_bb_info, df_live_alloc, df_live_reset,
27851         df_live_bb_local_compute, df_live_init, df_live_transfer_function,
27852         df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
27853         df_live_verify_solution_start, df_live_verify_solution_end,
27854         df_live_verify_transfer_functions, df_chain_create_bb,
27855         df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
27856         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
27857         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
27858         df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
27859         df_byte_lr_confluence_0, df_byte_lr_confluence_n,
27860         df_byte_lr_transfer_function, df_byte_lr_top_dump,
27861         df_byte_lr_bottom_dump, df_create_unused_note,
27862         df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
27863         df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
27864         df_md_transfer_function, df_md_init, df_md_confluence_0,
27865         df_md_confluence_n,
27866         df_md_top_dump, df_md_bottom_dump): Update.
27867         (struct df_lr_problem_data): Embedd bitmap headers.
27869 2010-06-04  Jan Hubicka  <jh@suse.cz>
27871         * dce.c (dce_process_block): Do not re-scan already marked
27872         instructions.
27874 2010-06-04  Bernd Schmidt  <bernds@codesourcery.com>
27876         PR rtl-optimization/39871
27877         PR rtl-optimization/40615
27878         PR rtl-optimization/42500
27879         PR rtl-optimization/42502
27880         * ira.c (init_reg_equiv_memory_loc: New function.
27881         (ira): Call it twice.
27882         * reload.h (calculate_elim_costs_all_insns): Declare.
27883         * ira-costs.c: Include "reload.h".
27884         (regno_equiv_gains): New static variable.
27885         (init_costs): Allocate it.
27886         (finish_costs): Free it.
27887         (ira_costs): Call calculate_elim_costs_all_insns.
27888         (find_costs_and_classes): Take estimated elimination costs
27889         into account.
27890         (ira_adjust_equiv_reg_cost): New function.
27891         * ira.h (ira_adjust_equiv_reg_cost): Declare it.
27892         * reload1.c (init_eliminable_invariants, free_reg_equiv,
27893         elimination_costs_in_insn, note_reg_elim_costly): New static functions.
27894         (elim_bb): New static variable.
27895         (reload): Move code out of here into init_eliminable_invariants and
27896         free_reg_equiv.  Call them.
27897         (calculate_elim_costs_all_insns): New function.
27898         (eliminate_regs_1): Declare.  Add extra arg FOR_COSTS;
27899         all callers changed.  If FOR_COSTS is true, don't call alter_reg,
27900         but call note_reg_elim_costly if we turned a valid memory address
27901         into an invalid one.
27902         * Makefile.in (ira-costs.o): Depend on reload.h.
27904 2010-06-04  Julian Brown  <julian@codesourcery.com>
27906         * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
27907         for pool ranges.
27909 2010-06-04  Richard Guenther  <rguenther@suse.de>
27911         PR lto/41584
27912         * cgraph.h (struct varpool_node): Add lto_file_data field.
27913         * lto-cgraph.c (input_varpool_node): Initialize it.
27915 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
27917         * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
27918         * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
27919         predicate in "type" attribute calculation.
27920         (*addsi_1_zext): Ditto.
27921         (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
27922         (*addsi_2_zext): Ditto.
27923         (*add<mode>_3): Ditto.
27924         (*addsi_3_zext): Ditto.
27925         (*add<mode>_5): Ditto.
27927 2010-06-03  Jan Hubicka  <jh@suse.cz>
27929         * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
27930         of bitmap_bit_p.
27931         * cfganal.c (compute_dominance_frontiers_1): Likewise.
27933 2010-06-03  Jan Hubicka  <jh@suse.cz>
27935         * df-problems.c (df_create_unused_note, df_note_bb_compute):
27936         micro-optimize the checks when to add new note.
27938 2010-06-03  Nathan Froyd  <froydnj@codesourcery.com>
27940         * final.c (output_asm_insn): Call
27941         targetm.asm_out.print_operand_punct_valid_p.  Update comments.
27942         (output_operand): Call targetm.asm_out.print_operand.  Update comments.
27943         (output_address): Call targetm.asm_out.print_operand_address.
27944         Update comments.
27945         * target.h (struct gcc_target): Add print_operand,
27946         print_operand_address, and print_operand_punct_valid_p fields.
27947         * targhooks.h (default_print_operand): Declare.
27948         (default_print_operand_address): Declare.
27949         (default_print_operand_punct_valid_p): Declare.
27950         * targhooks.c (default_print_operand): Define.
27951         (default_print_operand_address): Define.
27952         (default_print_operand_punct_valid_p): Define.
27953         * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
27954         (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
27955         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
27956         (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
27957         TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
27958         * vmsdbgout.c (addr_const_to_string): Update comment.
27959         * config/i386/i386.c (print_operand): Rename to...
27960         (ix86_print_operand): ...this.  Make static.
27961         (print_operand_address): Rename to...
27962         (ix86_print_operand_address): ...this.  Make static.  Call
27963         ix86_print_operand instead of PRINT_OPERAND.
27964         (ix86_print_operand_punct_valid_p): New function.
27965         (TARGET_PRINT_OPERAND): Define.
27966         (TARGET_PRINT_OPERAND_ADDRESS): Define.
27967         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
27968         * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
27969         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
27970         (PRINT_OPERAND): Delete.
27971         (PRINT_OPERAND_ADDRESS): Delete.
27972         * config/i386/i386-protos.h (print_operand): Delete prototype.
27973         (print_operand_address): Delete prototype.
27975 2010-06-03  Richard Guenther  <rguenther@suse.de>
27977         PR tree-optimization/44403
27978         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
27979         Preserve pointer qualifiers.
27980         (vect_create_data_ref_ptr): Likewise.
27982 2010-06-03  H.J. Lu  <hongjiu.lu@intel.com>
27984         PR c++/44294
27985         * defaults.h (MAX_FIXED_MODE_SIZE): New.
27987         * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
27989 2010-06-03  Jakub Jelinek  <jakub@redhat.com>
27991         PR debug/44375
27992         * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
27993         return false if merging the bbs would lead to goto_locus
27994         location being lost from the IL.
27996 2010-06-03  Jan Hubicka  <jh@suse.cz>
27997             Jakub Jelinek  <jakub@redhat.com>
27999         * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
28000         set->regs[i] is NULL or has just one entry.
28002 2010-06-03  Jan Hubicka  <jh@suse.cz>
28004         * lto-cgraph.c (lto_varpool_encoder_size): Remove.
28005         * lto-streamer.h (lto_varpool_encoder_size): New inline function.
28007 2010-06-03  Paul Brook  <paul@codesourcery.com>
28009         * config/arm/arm.c (FL_TUNE): Define.
28010         (arm_default_cpu, arm_cpu_select): Remove.
28011         (all_cores): Populate core field.
28012         (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
28013         (arm_find_cpu): New function.
28014         (arm_handle_option): Lookup cpu/architecture names.
28015         (arm_override_options): Cleanup mcpu/march/mtune handling.
28016         (arm_file_start): Ditto.
28018 2010-06-03  Alan Modra  <amodra@gmail.com>
28020         PR target/44169
28021         * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
28022         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
28023         rtx to gen_load_toc_v4_PIC_1b.  Tidy.
28024         (rs6000_emit_load_toc_table): Likewise.
28026 2010-06-02  Jan Hubicka  <jh@suse.cz>
28028         * passes.c (init_optimization_passes): Put ipa reference
28029         after ipa pure-const.
28031 2010-06-02  Jan Hubicka  <jh@suse.cz>
28033         * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
28034         calls_read_all and calls_write_all.
28035         (get_reference_optimization_summary): Fix formatting.
28036         (is_proper_for_analysis): Check that decl is not readonly.
28037         (propagate_bits): Check CONST/PURE/noreturn flags.
28038         (ipa_init): Move all_module_statics to optimization_summary_obstack.
28039         (analyze_function): Ignore indirect edges.
28040         (copy_global_bitmap): For all module statics, do nothing.
28041         (generate_summary): Do not print calls_read_all/calls_write_all.
28042         (read_write_all_from_decl): Take node as argument; check
28043         cgraph_node_cannot_return.
28044         (propagate): Reorganize read_all/write_all computation;
28045         check indirect edges; check ecf flags; use all_module_statics
28046         in the results; do not free all_module_statics.
28047         (stream_out_bitmap): Handle all_module_statics.
28048         (ipa_reference_write_optimization_summary): Likewise; use
28049         varpool/cgraph encoders to get boundaries.
28050         (ipa_reference_read_optimization_summary): Read in all_module_statics;
28051         use it when possible.
28053 2010-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
28055         PR target/44218
28056         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
28057         -mswdiv option.  Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
28059         * doc/extend.texi (powerpc builtins): Document vec_recip,
28060         vec_rsqrt, vec_rsqrte altivec/vsx builtins.
28062         * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
28063         (rs6000_emit_swrsqrt): Ditto.
28064         (rs6000_emit_swdivsf): Delete.
28065         (rs6000_emit_swdivdf): Ditto.
28066         (rs6000_emit_swrsqrtsf): Ditto.
28068         * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
28069         describe the reciprocal estimate support for each type.
28070         (recip_options): Map -mrecip=<opt> into option bits.
28071         (gen_2arg_fn_t): New typedef for binary rtx gen function.
28072         (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
28073         reciprocal estimate instructions.
28074         (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
28075         debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
28076         Set up rs6000_recip_bits based on the -mrecip* options.  Print the
28077         cost information if -mdebug=cost or -mdebug=reg.
28078         (rs6000_override_options): Set -mrecip-precision for power6, and
28079         power7 machines.  If -mvsx or -mdfp, enable various options that
28080         came in previous instruction set ISAs, unless the option was
28081         explicitly disabled by the command line option.  Parse
28082         -mrecip=<opt> options.
28083         (rs6000_builtin_vectorized_function): Add support for vectorizing
28084         the reciprocal estimate builtins and expansions.
28085         (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
28086         (bdesc_2arg): Add reciprocal estimate builtins.
28087         (bdesc_1arg): Add reciprocal square root estimate builtins.
28088         (rs6000_expand_builtin): Rewrite to use a switch statement,
28089         instead of multiple if/then/elses.  Add reciprocal estimate builtins.
28090         (rs6000_init_builtins): Create declarations for reciprocal
28091         estimate builtins.
28092         (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
28093         sized, prefer traditional floating point registers, if integer
28094         vector types, prefer altivec registers.  Don't actually look at
28095         the memory address any more.
28096         (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
28097         builtins.
28098         (rs6000_load_constant_and_splat): New helper function to load up
28099         the constant for reciprocal estimate instructions.
28100         (rs6000_emit_madd): New helper function for generating
28101         multiply/add type instructions, based on the current switches.
28102         (rs6000_emit_msub): Ditto.
28103         (rs6000_emit_mnsub): Ditto.
28104         (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
28105         replace a divide with a reciprocal estimate and fixup, adding
28106         support for machines with high precision and vectors.
28107         (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
28108         low precision machines.
28109         (rs6000_emit_swdiv): New common function to be called to replace a
28110         division with reciprocal estimate and fixup.
28111         (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf.  Add support
28112         for double and vector types.  Add support for high precision machines.
28114         * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
28115         the reciprocal estimate instructions can be generated.
28116         (TARGET_FRE): Ditto.
28117         (TARGET_FRSQRTES): Ditto.
28118         (TARGET_FRSQRTE): Ditto.
28119         (RS6000_RECIP_*): New macros for reciprocal estimate support.
28121         * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
28122         square root estimate on vectors.
28123         (re<mode>2): New insn for reciprocal division estimate on vectors.
28125         * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
28126         New builtin.
28127         (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
28128         (ALTIVEC_BUITLIN_VEC_RE): Ditto.
28129         (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
28130         (VSX_BUILTIN_RSQRT_V4SF): Ditto.
28131         (VSX_BUITLIN_RSQRT_V2DF): Ditto.
28132         (RS6000_BUILTIN_RSQRT): Ditto.
28133         (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
28134         floating point builtin.
28136         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
28137         macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
28138         __RECIP_PRECISION__ based on the command line switches.
28139         (altivec_overloaded_builtins): Add reciprocal estimate builtins.
28141         * config/rs6000/rs6000.opt (-mrecip): Document add support for
28142         replacing division instructions with reciprocal estimate and fixup.
28143         (-mrecip=<opt>): New option.
28144         (-mrecip-precision): Ditto.
28146         * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
28147         (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
28148         (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
28149         precision scalar.
28151         * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
28152         (UNSPEC_VREFP): Ditto.
28153         (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
28154         conterparts with regard to support of -mno-fused-madd and -ffast-math.
28155         (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
28156         reciprocal estimate instructions to be generated.
28157         (altivec_vrefp): Ditto.
28159         * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
28160         estimate support.
28161         (rreg): New mode attribute for reciprocal estimate support.
28162         (recip<mode>3): New insn for division using reciprocal estimate
28163         and fixup builtins.
28164         (divide define_split): New define_split to convert floating point
28165         division to use reciprocal estimate if the user used the
28166         appropriate options and the split is run when we can add new
28167         pseudo registers for the fixup.
28168         (rsqrt<mode>2): New insn for reciprocal square root support.
28169         (recipsf3): Move into recip<mode>3.
28170         (recipdf3): Ditto.
28171         (fres): Use TARGET_FRES.
28172         (rsqrtsf2): Move into rsqrt<mode>2.
28173         (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
28174         (copysignsf3): Add support for VSX.
28175         (fred): Use TARGET_FRE.
28176         (fred_fpr): Ditto.
28177         (rsqrtdf_internal1): New function for frsqrte instruciton.
28179         * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
28180         (vec_rsqrt): Ditto.
28182 2010-06-03  Richard Guenther  <rguenther@suse.de>
28184         PR middle-end/44291
28185         * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
28186         (set_user_assembler_libfunc): Likewise.
28188 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
28190         * mkconfig.sh: Include insn-flags.h and insn-constants.h before
28191         defaults.h.
28192         * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
28193         to defaults.h
28194         * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
28195         DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
28196         FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
28197         STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
28198         STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
28199         STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
28200         STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
28201         STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
28202         * defaults.h: Updated for above mentioned changes.
28204 2010-06-02  Kai Tietz  <kai.tietz@onevision.com>
28206         * c-common.c: Remove header include of tm_p.h.
28207         * Makefile.in (c-common.o): Remove TM_P_H dependency.
28209 2010-06-02  Jakub Jelinek  <jakub@redhat.com>
28211         * tree.h (struct tree_decl_map): New type.
28212         (tree_decl_map_eq, tree_decl_map_marked_p): Define.
28213         (tree_decl_map_hash): New prototype.
28214         (debug_expr_for_decl, value_expr_for_decl): Change into
28215         tree_decl_map hashtab from tree_map.
28216         (init_ttree): Adjust initialization.
28217         (tree_decl_map_hash): New function.
28218         (decl_debug_expr_lookup, decl_debug_expr_insert,
28219         decl_value_expr_lookup, decl_value_expr_insert): Adjust.
28221 2010-06-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28223         * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
28224         linker emulations.
28225         * configure: Regenerate.
28226         * config.in: Regenerate.
28228         * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
28229         (X86_64_EMULATION): Define.
28230         (TARGET_LD_EMULATION): Use them.
28232         * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
28233         (SPARC64_EMULATION): Define.
28234         (LINK_ARCH_SPEC): Use them.
28236 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
28238         * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
28239         smallest_mode_for_size for computing the precision types of new
28240         graphite IVs.  Do not call lang_hooks.types.type_for_size.
28242 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
28244         * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
28245         information.
28246         (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
28248 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
28250         PR middle-end/44363
28251         * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
28252         return false instead.
28254 2010-06-02  Jan Hubicka  <jh@suse.cz>
28256         PR middle-end/44295
28257         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
28258         create new cgraph node to check callee.
28260 2010-06-02  Richard Guenther  <rguenther@suse.de>
28262         * lto-streamer-in.c (input_gimple_stmt): Fix typo.
28264 2010-06-02  Richard Guenther  <rguenther@suse.de>
28266         * lto-wrapper.c (lto_wrapper_exit): Rename to ...
28267         (lto_wrapper_cleanup): ... this.  Do not exit.
28268         (fatal): Adjust.  Exit here.
28269         (fatal_perror): Likewise.
28270         (fatal_signal): New function.
28271         (main): Set up signal handlers to cleanup temporary files.
28272         * Makefile.in (lto-wrapper.o): Adjust dependencies.
28274 2010-06-02  Richard Guenther  <rguenther@suse.de>
28276         PR tree-optimization/44377
28277         * tree-ssa-structalias.c (find_func_aliases): Fix typo.
28279 2010-06-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28281         * config/s390/2097.md (z10_fhex): Remove insn reservation.
28282         * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
28283         (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
28284         *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
28285         instruction.
28286         * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
28288 2010-06-02  Jan Hubicka  <jh@suse.cz>
28290         * bitmap.c (bitmap_descriptor): Add search_iter.
28291         (bitmap_find_bit): Increment it.
28292         (print_statistics): Print it.
28294 2010-06-02  Nathan Froyd  <froydnj@codesourcery.com>
28296         * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
28297         instead of gimple_build_call_vec.  Delete unnecessary local variable.
28299 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
28301         * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
28302         change from yesterday.
28304 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
28306         * c-ada-spec.c: Clean up redundant includes.
28308 2010-06-01  Steven Bosscher  <steven@gcc.gnu.org>
28310         * gimplify.c: Do not include except.h and optabs.h.
28311         (gimplify_body): Do not initialize RTL profiling.
28312         * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
28313         langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
28314         * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
28315         output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
28316         langhooks.h.
28318         * tree-pretty-print.h: Include pretty-print.h.
28319         * gimple-pretty-print.h: Include pretty-print.h.
28321         * tree-pretty-print.c: Do not include diagnostic.h.
28322         * tree-vrp.c: Likewise.
28323         * tree-tailcall.c: Likewise
28324         * tree-scalar-evolution.c: Likewise
28325         * tree-ssa-dse.c: Likewise
28326         * tree-chrec.c: Likewise
28327         * tree-ssa-sccvn.c: Likewise
28328         * tree-ssa-copyrename.c: Likewise
28329         * tree-nomudflap.c: Likewise
28330         * tree-call-cdce.c: Likewise
28331         * tree-stdarg.c: Likewise
28332         * tree-ssa-math-opts.c: Likewise
28333         * tree-nrv.c: Likewise
28334         * tree-ssa-sink.c: Likewise
28335         * tree-browser.c: Likewise
28336         * tree-ssa-loop-ivcanon.c: Likewise
28337         * tree-ssa-loop.c: Likewise
28338         * tree-parloops.c: Likewise
28339         * tree-ssa-address.c: Likewise
28340         * tree-ssa-ifcombine.c: Likewise
28341         * tree-if-conv.c: Likewise
28342         * tree-data-ref.c: Likewise
28343         * tree-affine.c: Likewise
28344         * tree-ssa-phiopt.c: Likewise
28345         * tree-ssa-coalesce.c: Likewise
28346         * tree-ssa-pre.c: Likewise
28347         * tree-ssa-live.c: Likewise
28348         * tree-predcom.c: Likewise
28349         * tree-ssa-forwprop.c: Likewise
28350         * tree-ssa-dce.c: Likewise
28351         * tree-ssa-ter.c: Likewise
28352         * tree-ssa-loop-prefetch.c: Likewise
28353         * tree-optimize.c: Likewise
28354         * tree-ssa-phiprop.c: Likewise
28355         * tree-object-size.c: Likewise
28356         * tree-outof-ssa.c: Likewise
28357         * tree-ssa-structalias.c: Likewise
28358         * tree-switch-conversion.c: Likewise
28359         * tree-ssa-reassoc.c: Likewise
28360         * tree-ssa-operands.c: Likewise
28361         * tree-vectorizer.c: Likewise
28362         * tree-vect-data-refs.c: Likewise
28363         * tree-vect-generic.c: Likewise
28364         * tree-vect-stmts.c: Likewise
28365         * tree-vect-patterns.c: Likewise
28366         * tree-vect-slp.c: Likewise
28367         * tree-vect-loop.c: Likewise
28368         * tree-ssa-loop-ivopts.c: Likewise
28369         * tree-ssa-loop-im.c: Likewise
28370         * tree-ssa-loop-niter.c: Likewise
28371         * tree-ssa-loop-unswitch.c: Likewise
28372         * tree-ssa-loop-manip.c: Likewise
28373         * tree-ssa-loop-ch.c: Likewise
28374         * tree-dump.c: Likewise
28375         * tree-complex.c: Likewise
28377         * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
28378         * tree-ssa-uninit.c: Likewise
28379         * tree-ssa-threadupdate.c: Likewise
28380         * tree-ssa-uncprop.c: Likewise
28381         * tree-ssa-ccp.c: Likewise
28382         * tree-ssa-dom.c: Likewise
28383         * tree-ssa-propagate.c: Likewise
28384         * tree-ssa-alias.c: Likewise
28385         * tree-dfa.c: Likewise
28386         * tree-cfgcleanup.c: Likewise
28387         * tree-sra.c: Likewise
28388         * tree-ssa-copy.c: Likewise
28389         * tree-ssa.c: Likewise
28390         * tree-profile.c: Likewise
28391         * tree-cfg.c: Likewise
28392         * tree-ssa-threadedge.c: Likewise
28393         * tree-vect-loop-manip.c: Likewise
28395         * tree-inline.c: Do not include diagnostic.h and expr.h.
28396         Include rtl.h.
28397         (copy_decl_for_dup_finish): Do not use NULL_RTX.
28399         * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
28400         * tree-loop-distribution.c: Likewise.
28402 2010-06-01  Jan Hubicka  <jh@suse.cz>
28404         * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
28406 2010-06-01  Jan Hubicka  <jh@suse.cz>
28408         * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
28409         remove return value.
28410         (split_bbs_on_noreturn_calls) .... here.
28411         * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
28412         * tree-flow.h (fixup_noreturn_call): New.
28414 2010-06-01  Jan Hubicka  <jh@suse.cz>
28416         * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
28418 2010-06-01  Nathan Froyd  <froydnj@codesourcery.com>
28420         * tree.h (build_nt_call_list): Delete.
28421         * tree.c (build_nt_call_list): Delete.
28423 2010-06-01  Jan Hubicka  <jh@suse.cz>
28425         * fwprop.c: Make emit-rtl.h include last.
28426         * rtlanal.c: Include emit-rtl.h.
28427         * genautomata.c: Output emit-rtl include into insn-automata.c
28428         * df-scan.c: Include emit-rtl.h.
28429         * haifa-sched.c: Indlude emit-rtl.h.
28430         * mode-switching.c: Indlude emit-rtl.h.
28431         * graph.c: Indlude emit-rtl.h.
28432         * sel-sched.c: Include emit-rtl.h.
28433         * sel-sched-ir.c: Include emit-rtl.h.
28434         * ira-build.c: Include emit-rtl.h.
28435         * emit-rtl.c (first_insn, last_insn): Remove defines.
28436         (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
28437         Move to emit-rtl.h.
28438         (set_new_first_and_last_insn, get_last_insn_anywhere,
28439         get_first_nonnote_insn, get_last_nonnote_insn, try_split,
28440         make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
28441         delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
28442         emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
28443         push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
28444         Use accessor functions.
28445         * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
28446          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
28447         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
28448         mem_expr_equal_p): Move here from rtl.h.
28449         (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
28450         Move here from emit-rtl.c; make inline.
28451         * cfglayout.h: Include emit-rtl.h.
28452         * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
28453          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
28454         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
28455         mem_expr_equal_p, get_insns, set_first-insn,
28456         get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
28457         * reg-stack.c: Include emit-rtl.h.
28458         * dce.c: Likewise.
28460 2010-06-01  Jan Hubicka  <jh@suse.cz>
28462         * cgraph.h (tree_function_versioning): Update prototype.
28463         (cgraph_function_versioning): Update prototype.
28464         * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
28465         bitmap.
28466         (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
28467         (cgraph_materialize_clone, save_inline_function_body): Update use of
28468         tree_function_versioning.
28469         * tree-inline.c (copy_bb): Look for previous copied block to link
28470         after; fix debug output.
28471         (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
28472         (copy_body): Likewise.
28473         (expand_call_inline): Update use of copy_body.
28474         (tree_function_versioning): Update use of copy body; accept
28475         blocks_to_copy and new_entry.
28477 2010-06-01  Jan Hubicka  <jh@suse.cz>
28479         * gegenrtl.c: Remove unnecesary prototypes.
28480         (gendecl): Remove.
28481         (gendef): Produce static inline.
28482         (gencode): Remove.
28483         (main): Do not decode parameters; generate header only.
28484         * Makefile.in (genrtl.c): Remove.
28486 2010-06-01  Jan Hubicka  <jh@suse.cz>
28488         * tree-switch-conversion.c (build_one_array): Make it readonly.
28490 2010-06-01  Richard Guenther  <rguenther@suse.de>
28492         * optabs.c (init_optabs): Guard all accesses to reinit.
28493         * ipa-pure-const.c (propagate): Fix another typo.
28494         * opts.c (common_handle_option): Split assignment to bool.
28495         * c-opts.c (c_common_handle_option): Likewise.
28497 2010-06-01  Arnaud Charlet  <charlet@adacore.com>
28498             Matthew Gingell  <gingell@adacore.com>
28500         * doc/invoke.texi: Mention -fdump-ada-spec.
28501         * tree-dump.c (dump_files): Add ada-spec.
28502         (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
28503         * tree-pass.h (tree_dump_index): Add TDI_ada.
28504         * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
28505         (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
28506         (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
28507         * c-decl.c: Include c-ada-spec.h.
28508         (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
28509         functions.
28510         (c_write_global_declarations): Add handling of -fdump-ada-spec.
28511         * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
28512         * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
28513         * c-ada-spec.h, c-ada-spec.c: New files.
28515 2010-06-01  Richard Guenther  <rguenther@suse.de>
28517         PR lto/43853
28518         * ipa-pure-const.c (get_function_state): Hand back varying state
28519         if we do not have one.
28520         (has_function_state): New function.
28521         (duplicate_node_data): Adjust.
28522         (remove_node_data): Likewise.
28523         (pure_const_write_summary): Likewise.
28524         (propagate): Likewise.  Fix typo.
28526 2010-06-01  Jan Hubicka  <jh@suse.cz>
28528         * tree-cfg.c (verify_stmt): Do not skip could_throw test.
28529         * passes.c (execute_function_todo): Do not make implicit verify_ssa.
28530         (execute_all_ipa_transforms): Do not play with the states.
28532 2010-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
28534         * config/arm/t-linux-androideabi: New.
28535         * config.gcc (arm*-*-linux-androideabi): Include multilib config.
28537 2010-06-01  Jan Hubicka  <jh@suse.cz>
28539         * tree-inline.c (estimate_num_insns): For stdarg functions look
28540         into call statement to count cost of argument passing.
28542 2010-06-01  Kai Tietz  <kai.tietz@onevision.com>
28544         * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
28545         argument for fprintf.
28546         (ix86_output_addr_diff_elt): Likewise.
28547         (x86_function_profiler): Likewise.
28548         * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
28549         (LPREFIX): Likewise.
28550         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
28552 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
28554         PR target/44338
28555         * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
28556         fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
28557         fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
28558         fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
28559         fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
28560         fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
28561         fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
28562         Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
28563         TARGET_FUSED_MADD.
28565 2010-05-31  Jan Hubicka  <jh@suse.cz>
28567         * tree.h (tree_range_check_failed): Declare noreturn.
28569 2010-05-31  Jan Hubicka  <jh@suse.cz>
28571         * gimple.c (gimple_call_builtin_p): New function.
28572         * gimple.h (gimple_call_builtin_p): Declare.
28573         * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
28574         to exit.
28575         (execute_warn_function_return): BUILT_IN_RETURN is return.
28576         (split_critical_edges): Return edges are not critical.
28577         (is_ctrl_altering_stmt): Builtin_in_return is altering.
28578         (gimple_verify_flow_info): Handle built_in_return.
28579         (execute_warn_function_return): Handle built_in_return.
28580         * ipa-pure-const.c (check_call): Ignore builtin_return.
28582 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
28584         PR middle-end/44337
28585         * expr.c (expand_assignment): Don't store anything for out-of-bounds
28586         array accesses with non-MEM.
28588         PR tree-optimization/44182
28589         * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
28590         newly needs to end a bb is followed by debug stmts, instead return
28591         true from the function at the end.
28592         (maybe_move_debug_stmts_to_successors): New function.
28593         (copy_cfg_body): Call it if copy_edges_for_bb returned true.
28595 2010-05-31  Kai Tietz  <kai.tietz@onevision.com>
28597         PR target/44161
28598         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
28600 2010-05-31  Eric Botcazou  <ebotcazou@adacore.com>
28602         * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
28603         for nested functions in non-optimized compilation.
28605 2010-05-31  Richard Guenther  <rguenther@suse.de>
28607         * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
28609 2010-05-30  Jan Hubicka  <jh@suse.cz>
28611         * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
28613 2010-05-30  Richard Guenther  <rguenther@suse.de>
28615         PR lto/42975
28616         * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
28617         (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
28618         no longer needed.
28620 2010-05-30  Iain Sandoe  <iains@gcc.gnu.org>
28622         * config/darwin.c (output_objc_section_asm_op): Add comment.
28623         (name_needs_quotes): Add '_' to list of valid comment chars.
28624         (machopic_output_function_base_name): Remove unneeded quotes.
28625         (darwin_encode_section_info): Adjust asm whitespace.
28626         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
28627         (ASM_OUTPUT_LOCAL): Ditto.
28628         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
28629         * config/darwin.h (GLOBAL_ASM_OP): Ditto.
28630         * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
28632 2010-05-30  Eric Botcazou  <ebotcazou@adacore.com>
28634         * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
28635         RS6000_OUTPUT_BASENAME unconditionally.
28636         (rs6000_output_function_epilogue): Likewise.
28638 2010-05-30  Jan Hubicka  <jh@suse.cz>
28640         * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
28641         nodes.
28643 2010-05-30  Richard Guenther  <rguenther@suse.de>
28645         * tree-cfg.c (verify_gimple_assign_single): Implement
28646         verification for COND_EXPR rhs.
28648 2010-05-30  Jan Hubicka  <jh@suse.cz>
28650         * cgraph.h (cgraph_dump_file): Declare.
28651         * cgraphunit.c (cgraph_dump_file): Export.
28652         * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
28654 2010-05-30  Jan Hubicka  <jh@suse.cz>
28656         * dwarf2out.c (reference_to_unused,
28657         premark_types_used_by_global_vars_helper): Avoid creation of new
28658         varpool nodes.
28660 2010-05-30  Jan Hubicka  <jh@suse.cz>
28662         * cgraph.h (cgraph_node_cannot_return,
28663         cgraph_edge_cannot_lead_to_return): New functions.
28664         * cgraph.c (cgraph_node_cannot_return,
28665         cgraph_edge_cannot_lead_to_return): Use them.
28666         * ipa-pure-const.c (pure_const_names): New static var.
28667         (check_call): Handle calls not leading to return.
28668         (pure_const_read_summary): Dump info read.
28669         (propagate): Dump info about propagation process; ignore side effects
28670         of functions not leading to exit; fix handling of pure functions.
28672 2010-05-30  Jan Hubicka  <jh@suse.cz>
28674         * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
28675         for tail call epilogues.
28677 2010-05-30  Jan Hubicka  <jh@suse.cz>
28679         * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
28680         ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
28681         dump files.
28683 2010-05-29  Jan Hubicka  <jh@suse.cz>
28685         * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
28686         node; remove references in node we no longer keep in cgrpah but need
28687         body of.
28689 2010-05-29  Jan Hubicka  <jh@suse.cz>
28691         * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
28693 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
28695         PR target/44165
28696         * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
28698 2010-05-29  Jan Hubicka  <jh@suse.cz>
28700         * tree-vrp.c (debug_value_range, debug_all_value_ranges,
28701         debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
28702         * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
28703         debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
28704         debug_names_replaced_by, debug_update_ssa): Likewise.
28705         * sbitmap.c (debug_sbitmap): Likewise.
28706         * genrecog.c (debug_decision, debug_decision_list): Likewise.
28707         * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
28708         debug_tree_chain): Likewise.
28709         * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
28710         * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
28711         * optabs.c (debug_optab_libfuncs): Likewise.
28712         (verify_loop_closed_ssa): Likewise.
28713         * value-prof.c (verify_histograms): Likewise.
28714         * reload.c (debug_reload_to_stream, debug_reload): Likewise.
28715         * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
28716         * cfghooks.c (verify_flow_info): Likewise.
28717         * fold-const.c (debug_fold_checksum): Likewise.
28718         * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
28719         * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
28720         Likewise.
28721         * omega.c (debug_omega_problem): Likewise.
28722         * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
28723         * tree-ssa-ccp.c (debug_lattice_value): Likewise.
28724         * dominance.c (verify_dominators, debug_dominance_info,
28725         debug_dominance_tree): Likewise.
28726         * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
28727         * df_regno_debug, df_ref_debug,
28728         debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
28729         debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
28730         * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
28731         * sel-sched.c (debug_state): Likewise.
28732         * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
28733         Likewise.
28734         * cfganal.c (print_edge_list, verify_edge_list): Likewise.
28735         * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
28736         * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
28737         * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
28738         Likewise.
28739         * c-pretty-print.c (debug_c_tree): Likewise.
28740         * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
28741         debug_av_set, debug_lv_set, debug_ilist, debug_blist,
28742         debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
28743         * ebitmap.c (debug_ebitmap): Likewise.
28744         * function.c (debug_find_var_in_block_tree): Likewise.
28745         * print-rtl.c (debug_rtx): Likewise.
28746         (debug_rtx_count): Likewise.
28747         (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
28748         * stor-layout.c (debug_rli): Likewise.
28749         * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
28750         * tree-data-ref.c (debug_data_references,
28751         debug_data_dependence_relations, debug_data_reference,
28752         debug_data_dependence_relation, debug_rdg_vertex,
28753         debug_rdg_component, debug_rdg): Likewise.
28754         * tree-affine.c (debug_aff): Likewise.
28755         * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
28756         Likewise.
28757         * except.c (debug_eh_tree, verify_eh_tree): Likewise.
28758         * emit-rtl.c (verify_rtl_sharing): Likewise.
28759         * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
28760         debug_value_expressions): Likewise.
28761         * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
28762         * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
28763         * print-tree.c (debug_tree, debug_vec_tree): Likewise.
28764         * cfglayout.c (verify_insn_chain): Likewise.
28765         * graphite-clast-to-gimple.c (debug_clast_name_indexes,
28766         debug_clast_stmt, debug_generated_program): Likewise.
28767         * ggc-page.c (debug_print_page_list): Likewise.
28768         * tree-ssa-ter.c (debug_ter): Likewise.
28769         * graphite-dependences.c (debug_pddr): Likewise.
28770         * sched-deps.c (debug_ds): Likewise.
28771         * tree-ssa.c (verify_ssa): Likewise.
28772         * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
28773         debug_scattering_functions, debug_iteration_domains, debug_pdr,
28774         debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
28775         debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
28776         * tree-inline.c (debug_find_tree): Likewise.
28777         * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
28778         debug_ppl_powerset_matrix): Likewise.
28779         * var-tracking.c (debug_dv): Likewise.
28780         * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
28781         * cfgloop.c (verify_loop_structure): Likewise.
28782         * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
28783         * c-common.c (verify_sequence_points): Likewise.
28784         * sched-rgn.c (debug_regions, debug_region, debug_candidate,
28785         debug_candidates, debug_rgn_dependencies): Likewise.
28786         * tree-ssa-structalias.c (debug_constraint, debug_constraints,
28787         * debug_constraint_graph, debug_solution_for_var,
28788         debug_sa_points_to_info): Likewise.
28789         * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
28790         Likewie.
28791         * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
28792         debug_loops, debug_loop, debug_loop_num): Likewise.
28793         * passes.c (debug_pass): Likewise.
28794         (dump_properties): Likewise; add cfglayout property.
28795         (debug_properties): Likewise.
28796         * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
28797         * varpool.c (debug_varpool): Likewise.
28798         * regcprop.c (debug_value_data): Likewise.
28799         * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
28800         debug_immediate_uses_for): Likewise.
28802 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
28804         PR bootstrap/44315
28805         * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
28806         Filter out insn-flags.h.
28808 2010-05-29  Jan Hubicka  <jh@suse.cz>
28810         * cgraph.h (struct varpool_node_set_def,
28811         struct cgraph_node_set_def): Remove unused AUX pointer.
28812         (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
28813         VEC_empty macro.
28815 2010-05-29  Jan Hubicka  <jh@suse.cz>
28817         PR middle-end/44324
28818         * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
28820 2010-05-29  Richard Guenther  <rguenther@suse.de>
28822         * lto-streamer.c (cached_bp): New global variable.
28823         (bitpack_create): Return the cached bitpack, if available.
28824         (bitpack_delete): Clear and cache the bitpack, if appropriate.
28825         (bp_pack_value): Remove redundant asserts.
28827 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
28829         PR middle-end/44306
28830         * tree-if-conv.c (is_true_predicate): New.
28831         (is_predicated): Use is_true_predicate.
28832         (add_to_predicate_list): Same.  Do not use unshare_expr.
28833         (add_to_dst_predicate_list): Same.
28835 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
28837         * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
28838         field on edges.
28839         (predicate_bbs): Same.
28840         (clean_predicate_lists): Same.
28841         (find_phi_replacement_condition): Do not AND the predicate from
28842         edge->aux.
28844 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
28846         PR bootstrap/44315
28847         * Makefile.in (build/gencondmd.o): Add a missing `\'.
28849 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
28851         PR target/44261
28852         config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
28853         (negdf2): Adjust expander pattern and use negdf2_slow.
28854         (negsf2): Likewise.
28856 2010-05-29  Nathan Froyd  <froydnj@codesourcery.com>
28858         * basic-block.h (struct control_flow_graph): Move last_label_uid field
28859         up.
28860         * df.h (struct df_base_ref): Move regno field up.
28861         * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
28862         * expr.h (struct separate_ops): Move location field up.
28863         * optabs.h (struct optab_d): Move libcall_basename field down.
28864         * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
28865         * config/i386/i386.h (struct machine_function): Convert call_abi field
28866         into a bitfield.  Move cfa field to the end of the structure.
28868 2010-05-29  Jan Hubicka  <jh@suse.cz>
28870         * varpool.c (varpool_get_node): Fix lookup.
28872 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
28874         * config/spu/spu-protos.h: Do not include rtl.h.  Protect
28875         RTL specific prototypes with #ifdef RTX_CODE.
28876         * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
28877         * config/spu/t-spu-elf: Fix dependencies.
28879         * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
28881 2010-05-29  Mike Stump  <mikestump@comcast.net>
28883         PR bootstrap/44315
28884         * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
28885         TM_H when building to avoid dependency loops.
28887 2010-05-29  Jan Hubicka  <jh@suse.cz>
28889         * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
28890         refs and body; not the whole node for masters of materialized clones.
28892 2010-05-29  Mike Stump  <mikestump@comcast.net>
28894         * config/rs6000/rs6000-c.c: Remove c-tree.h include.
28896 2010-05-29  Jan Hubicka  <jh@suse.cz>
28898         * cgraph.c (clone_function_name): Take SUFFIX argument; export.
28899         (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
28900         use of clone_function_name.
28901         * cgraph.h (cgraph_create_virtual_clone,
28902         cgraph_function_versioning): update prototypes.
28903         (clone_function_name): Declare.
28904         * ipa-cp.c (ipcp_insert_stage): Update call of
28905         cgraph_create_virtual_clone.
28906         * omp-low.c (create_omp_child_function_name): Use
28907         cgraph_create_virtual_clone.
28908         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
28909         (cgraph_function_versioning): Take SUFFIX argument; produce new name
28910         and make decl local.
28912 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
28914         * vec.h: Include statistics.h
28915         * Makefile.in: Introduce VEC_H.  Replace all vec.h dependencies
28916         with VEC_H.
28918 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
28920         * c-lex.c: Do not include c-tree.h.
28921         * c-pretty-print.c: Likewise.
28922         * c-opts.c: Likewise.
28923         * c-gimplify.c: Likewise.
28924         * c-common.c: Likewise.
28925         * c-dump.c: Likewise.  Include c-common.h.
28927 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
28929         * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
28930         before including diagnostic-core.h.
28931         (c_cpp_error): New prototype moved from c-tree.h.
28932         Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
28933         * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
28934         (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
28935         (c_cpp_error): Prototype moved to c-common.h.
28936         * Makefile.in: Update dependency for C_COMMON_H.
28938 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
28940         * c-common.h: Add FIXME for awkward split of c_register_addr_space.
28941         * c-common.c (c_register_addr_space): Remove here.
28942         * c-decl.c (c_register_addr_space): Re-add here.
28944 2010-05-28  Mike Stump  <mikestump@comcast.net>
28946         * config/darwin-c.c: Remove c-tree.h include.
28948 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
28950         * gcc.c: Include diagnostic.h.
28951         (error_count): Remove.  All users changed to use errorcount.
28952         (programname): Remove.  All users changed to use progname.
28953         (fancy_abort, internal_error, fatal_error, error, warning, inform,
28954         fnotice): Remove.
28955         (execute): Don't include "Internal error" and bug reporting
28956         information in argument of internal_error call.
28957         (process_command): Don't increment error_count after calling
28958         perror_with_name.
28959         (input_filename): Rename to gcc_input_filename.  All users
28960         changed.
28961         (main): Call diagnostic_initialize.  Register delete_temp_files
28962         with atexit.  Use seen_error to test for errors.
28963         * gcc.h: Include diagnostic-core.h.
28964         (fatal_error, error, warning): Remove.
28965         * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
28966         (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
28967         (gcc.o): Update dependencies.
28969 2010-05-28  Jeff Law  <law@redhat.com>
28971         * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
28972         functions.
28973         * ira.h (ira_bad_reload_regno): Declare
28974         * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
28976         * ira-color.c (update_curr_costs): Free updated hard reg costs.
28977         (ira_reassign_conflict_allocnos): Remove bogus asserts.
28978         (allocno_reload_assign): Likewise.
28980 2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
28982         * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
28983         build1_stat.
28985 2010-05-28  Richard Guenther  <rguenther@suse.de>
28987         PR lto/44312
28988         * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
28989         Stream fixed-point constants mode.
28990         (unpack_ts_type_value_fields): Fix width of TYPE_MODE
28991         and TYPE_PRECISION.
28992         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
28993         Stream fixed-point constants mode.
28994         (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
28995         and TYPE_PRECISION.
28997 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
28999         * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
29000         only place it was called from.
29001         (number_of_latch_executions): Do not return chrec_dont_know when the
29002         may_be_zero is a runtime condition: instead, return a COND_EXPR
29003         including the may_be_zero condition.
29004         * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
29005         of nb_iterations.
29006         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
29007         COND_EXPRs.
29009 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
29011         * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
29012         generate COND_EXPRs for degenerate_phi_result.
29014 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
29016         PR middle-end/44293
29017         * tree-if-conv.c (if_convertible_loop_p): Check the
29018         if-convertibility of phi nodes in non predicated BBs.
29020 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
29022         * gcc.c (error, warning, inform): Remove duplicate ": " in output.
29024 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
29026         PR driver/15303
29027         * gcc.c (inform, warning, inform): New functions.
29028         (fatal_ice): Rename to internal_error; change cmsgid parameter to
29029         gmsgid.  All callers changed.
29030         (notice): Rename to fnotice; add parameter fp.  All callers changed.
29031         (fatal_error): Rename to fatal_signal.  All users changed.
29032         (fatal): Rename to fatal_error; change cmsgid parameter to
29033         gmsgid.  All callers changed.
29034         (process_command): Use warning instead of error for warnings.
29035         (end_going_arg): Don't use _() around argument of error.
29036         (do_spec_1): Use inform for message from %n specs.  Use warning
29037         instead of error for warnings.
29038         (main): Use inform for comparison messages.  Use warning for
29039         message about unused linker input.
29040         (error): Increment error_count.  Print "error: ".
29041         * gcc.h (fatal): Change to fatal_error.
29042         (warning): Declare.
29043         * config/darwin-driver.c (darwin_default_min_version): Use warning
29044         instead of fprintf for warnings.
29045         * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
29047 2010-05-28  Julian Brown  <julian@codesourcery.com>
29049         * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
29050         (*thumb2_addsi3_compare0_scratch): New.
29051         * config/arm/constraints.md (Pv): New.
29052         * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
29053         for ARM mode only.
29054         (*addsi3_compare0_scratch): Likewise.
29056 2010-05-28  Jan Hubicka  <jh@suse.cz>
29058         * ipa-reference.c (add_static_var): Remove redundant all_module_statics
29059         check.
29060         (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
29061         only on local statics.
29063 2010-05-28  Iain Sandoe  <iains@gcc.gnu.org>
29065         * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
29067 2010-05-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
29069         PR bootstrap/44314
29070         * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
29071         (OPTION_GLIBC): Define.
29073 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
29075         PR debug/41048
29076         * dwarf2out.c (double_int_type_size_in_bits): New function.
29077         (round_up_to_align): Change first argument and return value to
29078         double_int.
29079         (field_byte_offset): Work internally on double_ints.
29081         PR target/43636
29082         * builtins.c (expand_movstr): Use a temporary pseudo instead
29083         of target even when target is not NULL and not const0_rtx, but
29084         fails movstr predicate.
29085         * config/m32c/blkmov.md (movstr): Add predicate to first operand.
29087 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
29089         * final.c (rest_of_clean_state): Use %m in errors instead of
29090         strerror (errno).
29091         * gengtype.c (read_input_list, close_output_files): Use xstrerror
29092         instead of strerror.
29093         * toplev.c (process_options): Use %m in errors instead of strerror
29094         (errno).
29095         * tree-dump.c (dump_begin): Use %m in errors instead of strerror
29096         (errno).
29098 2010-05-28  Uros Bizjak  <ubizjak@gmail.com>
29100         * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
29101         (ix86_canonical_va_list_type): Make static.  Add declaration.
29102         (ix86_enum_va_list): Make static.  Reindent.
29103         * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
29104         (ix86_canonical_va_list_type): Ditto.
29105         (ix86_enum_va_list): Ditto.
29107 2010-05-28  Richard Guenther  <rguenther@suse.de>
29109         * lto-wrapper.c (run_gcc): With -save-temps generate a
29110         user-visible ltrans filename.  Fixup ltrans unit numbering.
29112 2010-05-28  Kai Tietz  <kai.tietz@onevision.com>
29114         * c-common.c (c_common_nodes_and_builtins): Replace use
29115         of TARGET_ENUM_VA_LIST by target hook enum_va_list.
29116         * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
29117         to ix86_enum_va_list.
29118         * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
29119         * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
29120         (TARGET_ENUM_VA_LIST_P): Add hook description.
29121         * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
29122         * target.h (gcc_target): Add enum_va_list hook.
29124         PR bootstrap/44299
29125         * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
29126         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
29127         * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
29129 2010-05-28  Alan Modra  <amodra@gmail.com>
29131         PR target/44266
29132         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
29133         emit_library_call machinery to set up __tls_get_addr calls.
29135 2010-05-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29137         * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
29139 2010-05-28  Dodji Seketeli  <dodji@redhat.com>
29141         Revert fix for PR c++/44188
29142         * c-common.c (is_typedef_decl): Revert the moving of  this
29143         definition ...
29144         * tree.c (is_typedef_decl): ... here.
29145         (typdef_variant_p): Revert the moving of this  definition
29146         here from cp/tree.c.
29147         * c-common.h (is_typedef_decl): Revert the moving of this
29148         declaration ...
29149         * tree.h (is_typedef_decl): ... here.
29150         (typedef_variant_p): Revert the moving of this  declaration here
29151         from cp/cp-tree.h
29152         * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
29153         (gen_tagged_type_die): Revert the splitting out of ...
29154         (gen_type_die_with_usage): ... this function. Revert the anonymous
29155         tagged type handling.
29156         (gen_typedef_die): Revert emitting DW_TAG_typedef  for
29157         typedefs naming anonymous tagged types.
29159 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
29161         * config/rs6000/rs6000-modes.def (PSImode): Delete.
29163 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
29165         * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
29166         * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
29167         throughout.
29168         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
29169         "xer" to "ca".
29170         Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
29171         XER_REGS to CA_REGS throughout.
29172         * config/rs6000/rs6000.h: Same.
29173         (ADDITIONAL_REGISTER_NAMES): Add "xer".
29174         * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO.  Document
29175         that mode_iterator "P" is the size for arithmetic carries as well.
29176         * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
29178 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
29180         PR bootstrap/44255
29181         * combine.c (struct rtx_subst_pair): Define unconditionally.
29182         (propagate_for_debug_subst): Likewise.  If not AUTO_INC_DEC,
29183         copy_rtx pair->to instead of cleanup_auto_inc_dec it.
29184         Call make_compound_operation on pair->to.
29185         (propagate_for_debug): Don't call make_compound_operation here.
29186         Always use simplify_replace_fn_rtx.
29188 2010-05-27  Sterling Augustine  <sterling@tensilica.com>
29190         * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
29191         * config/xtensa/xtensa.c (override_options): Check
29192           TARGET_FORCE_NO_PIC and set flag_pic.
29193         * config/xtensa/xtensa.opt: Document -mforce-no-pic
29195 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
29197         PR bootstrap/44299
29198         * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
29199         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
29201 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
29203         * diagnostic-core.h: New.  Contents moved from diagnostic.h and
29204         toplev.h.
29205         * diagnostic.c: Don't include toplev.h.
29206         (progname): Define.  Moved from toplev.c.
29207         (seen_error): New function.
29208         * diagnostic.h: Include diagnostic-core.h.
29209         (diagnostic_t, emit_diagnostic): Don't declare here.
29210         * toplev.c (progname): Move to toplev.c.
29211         (emit_debug_global_declarations, compile_file, finalize,
29212         do_compile, toplev_main): Use seen_error.
29213         * toplev.h: Include diagnostic-core.h.
29214         (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
29215         internal_error, warning, warning_at, error, error_n, error_at,
29216         fatal_error, pedwarn, permerror, sorry, inform, inform_n,
29217         verbatim, fnotice, progname): Move to diagnostic-core.h.
29218         * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
29219         (expand_builtin_expect): Use seen_error.
29220         * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
29221         (c_make_fname_decl, c_write_global_declarations): Use seen_error.
29222         * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
29223         * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
29224         * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
29225         * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
29226         errorcount for errors.
29227         * c-opts.c (c_common_finish): Use seen_error.
29228         * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
29229         * cgraphunit.c (verify_cgraph_node, verify_cgraph,
29230         cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
29231         * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
29232         (get_coverage_counts): Use seen_error.
29233         * dwarf2out.c (dwarf2out_finish): Use seen_error.
29234         * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
29235         gimplify_body): Use seen_error.
29236         * ipa-inline.c (cgraph_early_inlining): Use seen_error.
29237         * ipa-pure-const.c (gate_pure_const): Use seen_error.
29238         * ipa-reference.c (gate_reference): Use seen_error.
29239         * jump.c: Include diagnostic-core.h instead of diagnostic.h.
29240         * lambda-code.c: Include diagnostic-core.h instead of
29241         diagnostic.h.
29242         * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
29243         * lto-compress.c: Include diagnostic-core.h instead of
29244         diagnostic.h.
29245         * lto-section-in.c: Include diagnostic-core.h instead of
29246         diagnostic.h.
29247         * lto-streamer-out.c: Include diagnostic-core.h instead of
29248         diagnostic.h.
29249         * lto-streamer.c: Include diagnostic-core.h instead of
29250         diagnostic.h.
29251         (gate_lto_out): Use seen_error.
29252         * matrix-reorg.c: Include diagnostic-core.h instead of
29253         diagnostic.h.
29254         * omega.c: Include diagnostic-core.h instead of diagnostic.h.
29255         * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
29256         (gate_expand_omp, lower_omp_1): Use seen_error.
29257         * passes.c: Include diagnostic-core.h instead of diagnostic.h.
29258         (rest_of_decl_compilation, rest_of_type_compilation,
29259         gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
29260         * tree-cfg.c (label_to_block_fn): Use seen_error.
29261         * tree-inline.c (optimize_inline_calls): Use seen_error.
29262         * tree-mudflap.c (mudflap_finish_file): Use
29263         seen_error.
29264         * tree-optimize.c (gate_all_optimizations,
29265         gate_all_early_local_passes, gate_all_early_optimizations): Use
29266         seen_error.
29267         * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
29268         * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
29269         (varpool_remove_unreferenced_decls,
29270         varpool_assemble_pending_decls): Use seen_error.
29271         * Makefile.in (DIAGNOSTIC_CORE_H): Define.
29272         (TOPLEV_H, DIAGNOSTIC_H): Update.
29273         (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
29274         lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
29275         c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
29276         builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
29277         coverage.o, lambda-code.o): Update dependencies.
29279 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
29281         PR c++/44188
29282         * c-common.c (is_typedef_decl): Move this definition ...
29283         * tree.c (is_typedef_decl): ... here.
29284         (typdef_variant_p): Move definition here from cp/tree.c.
29285         * c-common.h (is_typedef_decl): Move this declaration ...
29286         * tree.h (is_typedef_decl): ... here.
29287         (typedef_variant_p): Move declaration here from cp/cp-tree.h
29288         * dwarf2out.c (is_naming_typedef_decl): New function.
29289         (gen_tagged_type_die): Split out of ...
29290         (gen_type_die_with_usage): ... this function. When an anonymous
29291         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
29292         is emitted for the typedef.
29293         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
29294         anonymous tagged types.
29296 2010-05-27  Jason Merrill  <jason@redhat.com>
29298         * print-tree.c (debug_vec_tree): New fn.
29299         (print_vec_tree): New fn.
29300         * tree.h: Declare them.
29301         * gdbinit.in (pvt): New command.
29303         * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
29305         * gdbinit.in (pdd): New command.
29307 2010-05-27  Jan Hubicka  <jh@suse.cz>
29309         * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
29310         (update_caller_keys): Return early if there are no callers;
29311         only update fibheap when decresing the key.
29312         (update_callee_keys): Avoid recursion.
29313         (decide_inlining_of_small_functions): When badness does not match;
29314         re-insert into fibheap.
29316 2010-05-27  Steven Bosscher  <steven@gcc.gnu.org>
29318         * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
29319         (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
29320         (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
29321         (ALL_HOST_OBJS): Now a union of the above two.
29322         <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
29323         all files in ALL_HOST_FRONTEND_OBJS.
29324         * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
29326         * c-common.c: Pretend to be a backend file by undefining
29327         IN_GCC_FRONTEND (still need rtl.h here).
29329 2010-05-27  Jan Hubicka  <jh@suse.cz>
29331         * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
29332         * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
29334 2010-05-27  Jan Hubicka  <jh@suse.cz>
29336         * sched-ebb.c: Rename struct deps to struct deps_desc.
29337         * ddg.c: Likewise.
29338         * sel-sched-ir.c: Likewise.
29339         * sched-deps.c: Likewise.
29340         * sched-int.h: Likewise.
29341         * sched-rgn.c: Likewise.
29343 2010-05-27  Jon Beniston  <jon@beniston.com>
29345         PR 43726
29346         * config/lm32/lm32.h: Remove definition of
29347         GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
29349 2010-05-27  Eric Botcazou  <ebotcazou@adacore.com>
29351         PR lto/44230
29352         * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
29354 2010-05-27  Richard Guenther  <rguenther@suse.de>
29356         PR tree-optimization/44284
29357         * tree-vect-stmts.c (vectorizable_assignment): Handle
29358         sign-changing conversions as simple copy.
29360 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
29362         * gthr-posix.h (pthread_cancel): Don't declare if compiling against
29363         Bionic C library.
29364         (__gthread_active_p): Check for pthread_create if compiling against
29365         Bionic C library.
29367 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
29369         Support compilation for Android platform.  Reimplement -mandroid.
29371         * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
29372         (*android*): Set ANDROID_DEFAULT.
29373         (arm*-*-linux*): Include linux-android.h.
29374         (arm*-*-eabi*): Don't include previous -mandroid implementation.
29375         * config/arm/eabi.h: Remove, move Android-specific parts ...
29376         * config/linux-android.h: ... here.  New file.
29377         * config/arm/eabi.opt: Rename to ...
29378         * config/linux-android.opt: ... this.
29379         (mandroid): Allow -mno-android option.  Initialize based on
29380         ANDROID_DEFAULT.
29381         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
29382         Move logic to corresponding LINUX_TARGET_* macros.
29383         (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
29384         * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
29385         (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
29386         Android definitions.
29387         (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
29388         * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
29389         Document.
29391 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
29393         Add support for Bionic C library
29395         * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
29396         macro.
29397         (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
29398         (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
29400         * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
29401         (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
29402         (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
29403         to support multiple C libraries.  Handle Bionic.
29404         (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
29405         (BIONIC_DYNAMIC_LINKER64): Define.
29406         (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
29407         Update.
29408         (TARGET_HAS_SINCOS): Enable for Bionic.
29410         * config/linux.opt: Rewrite to handle more than 2 C libraries.  Make
29411         the last option specified on command line take effect.
29412         (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
29413         (mbionic): New.
29414         (mglibc, muclibc): Update.
29416         * config/alpha/linux-elf.h, config/rs6000/linux64.h,
29417         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
29418         DEFAULT_LIBC.
29420         * doc/invoke.texi (-mglibc, -muclibc): Update.
29421         (-mbionic): Document.
29423 2010-05-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
29425         * c-common.h (c_register_addr_space): Add prototype.
29426         (ADDR_SPACE_KEYWORD): Remove.
29427         * c-common.c (c_register_addr_space): New function.
29428         (c_addr_space_name): Reimplement.
29429         (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
29431         * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
29432         (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
29434         * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
29435         Remove TARGET_ADDR_SPACE_KEYWORDS.
29437 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
29439         * input.c: New file.
29440         * input.h (main_input_filename): Move declaration to toplev.h.
29441         * toplev.c (input_location, line_table): Move to input.c
29442         * toplev.h (main_input_filename): Move declaration from input.h.
29443         * tree.c (expand_location): Move to input.c.
29444         * Makefile.in (OBJS-common): Add input.o.
29445         (input.o): Add dependencies.
29447 2010-05-27  Richard Guenther  <rguenther@suse.de>
29449         * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
29450         for non-existant files.
29451         (fork_execute): Mark args_name file as deleted.
29453 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
29455         PR bootstrp/44287
29456         * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
29457         (narrow_signed_type): Likewise.
29459 2010-05-26  Jan Hubicka  <jh@suse.cz>
29461         * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
29462         edge only when checking is enabled; check using former_clone_of;
29463         check inline clones too.
29464         (cgraph_materialize_clone): Record former_clone_of pointer.
29465         (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
29466         combining redirections; dump args_to_skip bitmap
29467         (cgraph_materialize_all_clones): Do no redirection here.
29468         * ipa-inline.c (inline_transform): Do redirection here.
29469         * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
29470         cheking only).
29472 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
29474         * config/avr/avr-c.c: Do not include regs.h.
29475         Include cpplib.h for cpp_define and tree.h for c-common.h.
29476         * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
29477         * config/avr/t-avr: Fix dependencies for avr-c.o.
29479 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
29481         * explow.c (set_stack_check_libfunc): Adjust to accept name as a
29482         string instead of SYMBOL_REF rtx.
29483         * rtl.h (set_stack_check_libfunc): Move prototype from here...
29484         * libfuncs.h: ...to here.  Adjust for explow.c change.
29486 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
29488         * pretty-print.c: Don't include ggc.h.
29489         (identifier_to_locale_alloc, identifier_to_locale_free): Define.
29490         (identifier_to_locale): Use them for allocation.
29491         * pretty-print.h (identifier_to_locale_alloc,
29492         identifier_to_locale_free): Declare.
29493         * toplev.c (alloc_for_identifier_to_locale): New.
29494         (general_init): Set identifier_to_locale_alloc and
29495         identifier_to_locale_free.
29496         * Makefile.in (pretty-print.o): Update dependencies.
29498 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
29500         * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
29501         pointer types if they have different alignment or mode.
29503 2010-05-26  Anatoly Sokolov  <aesok@post.ru>
29505         * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
29506         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
29507         * config/sparc/sparc-protos.h (function_value): Remove declaration.
29508         * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
29509         sparc_function_value_regno_p): New functions.
29510         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
29511         TARGET_FUNCTION_VALUE_REGNO_P): Define.
29512         (function_value): Rename to...
29513         (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
29514         argument to 'outgoing'.
29515         (function_arg_record_value, function_arg_union_value,
29516         function_arg_vector_value): Update comment.
29518 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
29520         * dwarf2out.c (struct dw_fde_struct): Reorder flags.
29521         (fde_needed_for_eh_p): New predicate.
29522         (output_call_frame_info): Use it throughout to decide whether FDEs
29523         are needed for EH purpose.
29524         (dwarf2out_begin_prologue): Reorder assignments.
29526 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
29528         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
29529         special case loop->header.
29530         (is_predicated): New.
29531         (if_convertible_loop_p): Call it.
29533 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
29535         * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
29536         iterator in parameter.  Do not generate code during the analysis.
29537         (tree_if_convert_cond_stmt): Removed.
29538         (tree_if_convert_stmt): Removed.
29539         (predicate_bbs): New.
29540         (if_convertible_loop_p): Call predicate_bbs.
29541         (tree_if_conversion): Simplify the top-level logic as predicate_bbs
29542         now contains all the analysis part.
29544 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
29546         * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
29547         statements in the analysis part.
29548         (tree_if_convert_stmt): Update comment.
29549         (remove_conditions_and_labels): New.
29550         (combine_blocks): Call remove_conditions_and_labels.
29551         (tree_if_conversion): Update comment.
29553 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
29555         * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
29556         than 2 predecessors or more than 2 successors.
29558 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
29560         * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
29561         of loops in which the data dependence analysis fails.
29563 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
29565         * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
29566         CDI_POST_DOMINATORS.
29567         (tree_if_conversion): Same.
29569 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
29571         * tree-if-conv.c (tree_if_conversion): Do not return a bool.
29573 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
29575         * tree-if-conv.c: Update copyright years.  Fix comments.
29576         Fix indentation.
29578 2010-05-26  Kai Tietz  <kai.tietz@onevision.com>
29580         * builtin-types.def (BT_INT128): New primitive type.
29581         (BT_UINT128): Likewise.
29582         * c-common.c (c_common_r): Add __int128 keyword.
29583         (c_common_type_for_size): Handle __int128.
29584         (c_common_type_for_mode): Likewise.
29585         (c_common_signed_or_unsigned_type): Likewise.
29586         (c_common_nodes_and_builtins): Add builtin type
29587         if target supports 128-bit integer scalar.
29588         * c-common.h (enum rid): Add RID_INT128.
29589         * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
29590         if target supports 128-bit integer scalar.
29591         * c-decl.c (declspecs_add_type): Handle new keyword __int128.
29592         (finish_declspecs): Likewise.
29593         * c-parser.c (c_token_starts_typename): Handle RID_INT128.
29594         (c_token_starts_declspecs): Likewise.
29595         (c_parser_declspecs): Likewise.
29596         (c_parser_attributes): Likewise.
29597         (c_parser_objc_selector): Likewise.
29598         * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
29599         * c-tree.h (enum c_typespec_keyword): Add cts_int128.
29600         * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
29601         * tree.c (make_or_reuse_type): Likewise.
29602         (make_unsigned_type): Likewise.
29603         (build_common_tree_nodes_2): Likewise.
29604         * tree.h (enum integer_type_kind): Add itk_int128 and
29605         itk_unsigned_int128.
29606         (int128_integer_type_node): New define.
29607         (int128_unsigned_type_node): New define.
29608         * doc/extend.texi: Add documentation about __int128 type.
29610 2010-05-26  Richard Guenther  <rguenther@suse.de>
29612         * tree-ssa-sccvn.c (copy_nary): Adjust.
29613         (copy_phis): Rename to ...
29614         (copy_phi): ... this.  Adjust.
29615         (copy_references): Rename to ...
29616         (copy_reference): ... this.  Adjust.
29617         (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
29618         result into the valid table.
29620 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
29622         * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
29623         insn-config.h, insn-codes.h, recog.h, and optabs.h.
29625 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
29627         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
29629 2010-05-26  Richard Guenther  <rguenther@suse.de>
29631         * opts.c (common_handle_option): Handle OPT_Ofast.
29633 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
29635         * diagnostic.c: Don't include opts.h.
29636         (permissive_error_option): Define.
29637         (diagnostic_initialize): Take n_opts parameter.  Allocate memory
29638         for classify_diagnostic.  Don't use memset for
29639         classify_diagnostic.  Initialize new and recently added fields.
29640         (diagnostic_classify_diagnostic): Use context->n_opts instead of
29641         N_OPTS.
29642         (diagnostic_report_diagnostic): Pass context parameter to
29643         diagnostic_report_warnings_p.  Use option_enabled and option_name
29644         hooks from context.
29645         (emit_diagnostic): Use permissive_error_option.
29646         (permerror): Likewise.
29647         * diagnostic.h: Don't include options.h.
29648         (struct diagnostic_context): Add n_opts, opt_permissive,
29649         inhibit_warnings, warn_system_headers, option_enabled and
29650         option_name fields.  Change classify_diagnostic to a pointer.
29651         * opts-diagnostic.h: New file.
29652         * opts.c: Include opts-diagnostic.h.
29653         (common_handle_option): Set global_dc fields for -Wfatal-errors,
29654         -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
29655         (option_name): New function.
29656         * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
29657         (c_common_handle_option): Set global_dc->permissive for
29658         -fpermissive.
29659         * c-common.c (c_cpp_error): Save and restore
29660         global_dc->warn_system_headers, not variable warn_system_headers.
29661         * toplev.c: Include opts-diagnostic.h.
29662         (general_init): Update call to diagnostic_initialize.  Set
29663         global_dc->show_column, global_dc->option_enabled and
29664         global_dc->option_name.
29665         (process_options): Don't set global_dc fields here.
29666         * Makefile.in (DIAGNOSTIC_H): Remove options.h.
29667         (diagnostic.o, opts.o, toplev.o): Update dependencies.
29669 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
29671         * config/picochip/picochip.md (movsi): Split a movsi from a
29672         const after reload.
29674 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
29676         * ggc-zone.c: Update copyright year.
29677         (poison_region): Mark memory for Valgrind as undefined before
29678         memset () call and inaccessible afterwards.
29679         (ggc_pch_total_size): Change type of i to int.
29681 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
29683         * ggc-common.c (ggc_free_overhead): Allow empty slot.
29685 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
29687         * ggc-common.c: Update copyright year.
29688         (ggc_rlimit_bound): Remove prototype.  Compile only if
29689         !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
29690         (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
29691         && !ENABLE_GC_ALWAYS_COLLECT.  Make static.
29692         (ggc_min_heapsize_heuristic): Likewise.
29694 2010-05-26  Richard Guenther  <rguenther@suse.de>
29696         PR rtl-optimization/44164
29697         * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
29698         no-common access-path disambiguation.
29699         (indirect_ref_may_alias_decl_p): Adjust.
29700         (indirect_refs_may_alias_p): Likewise.
29701         (refs_may_alias_p_1): Likewise.
29703 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
29705         * c-typeck.c: Do not include expr.h.
29707 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
29709         * rtl.h (decl_default_tls_model): Move prototype from here...
29710         * output.h: ...to here.
29711         * c-decl.c: Do not include rtl.h.
29712         * c-pragma.c: Likewise.
29713         * c-parser.c: Likewise.
29714         * c-gimplify.c: Likewise.  And also not hard-reg-set.
29715         * c-common.c: Do not include rtl.h.  Include tm_p.h and add a
29716         FIXME note for it.  Add a FIXME note for expr.h.
29717         * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
29718         ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
29719         defined.
29721 2010-05-26  Jakub Jelinek  <jakub@redhat.com>
29723         PR target/44199
29724         * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
29725         or total_size is larger than red zone size for non-V4 ABI, emit a
29726         stack_tie resp. frame_tie insn before stack pointer restore.
29727         * config/rs6000/rs6000.md (frame_tie): New insn.
29729 2010-05-25  Eric Botcazou  <ebotcazou@adacore.com>
29731         * function.h (struct function): Add can_throw_non_call_exceptions bit.
29732         * lto-streamer-in.c (input_function): Stream it in.
29733         * lto-streamer-out.c (output_function): Stream it out.
29734         * function.c (allocate_struct_function): Set it.
29735         (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
29736         for flag_non_call_exceptions.
29737         * cfgbuild.c (control_flow_insn_p): Likewise.
29738         (make_edges): Likewise.
29739         * cfgexpand.c (expand_stack_alignment): Likewise.
29740         * combine.c (distribute_notes): Likewise.
29741         * cse.c (cse_extended_basic_block): Likewise.
29742         * except.c (insn_could_throw_p): Likewise.
29743         * gcse.c (simple_mem): Likewise.
29744         * ipa-pure-const.c (check_call): Likewise.
29745         (check_stmt ): Likewise.
29746         * lower-subreg.c (lower-subreg.c): Likewise.
29747         * optabs.c (emit_libcall_block): Likewise.
29748         (prepare_cmp_insn): Likewise.
29749         * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
29750         * postreload.c (rest_of_handle_postreload): Likewise.
29751         * reload1.c (reload_as_needed): Likewise.
29752         (emit_input_reload_insns): Likewise.
29753         (emit_output_reload_insns): Likewise.
29754         (fixup_abnormal_edges): Likewise.
29755         * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
29756         * store-motion.c (find_moveable_store): Likewise.
29757         * tree-eh.c (stmt_could_throw_p): Likewise.
29758         (tree_could_throw_p): Likewise.
29759         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
29760         * config/arm/arm.c (arm_expand_prologue): Likewise.
29761         (thumb1_expand_prologue): Likewise.
29762         * config/rx/rx.md (cbranchsf4): Likewise.
29763         (cmpsf): Likewise.
29764         * config/s390/s390.c (s390_emit_prologue): Likewise.
29765         * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
29766         (inline_forbidden_into_p): New predicate.
29767         (expand_call_inline): Use it to forbid inlining.
29768         (tree_can_inline_p): Likewise.
29770 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
29772         * config/i386/i386-c.c: Do not include rtl.h.
29773         * config/i386/t-i386: Update dependencies.
29775 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
29777         * attribs.c: Do not include rtl.h.
29778         * Makefile.in: Update dependencies.
29780 2010-05-25  Anatoly Sokolov  <aesok@post.ru>
29782         * double-int.h (double_int_and): New.
29783         * combine.c (try_combine): Clean up, use double_int_* and
29784         immed_double_int_const functions.
29786 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
29788         * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
29789         stderr to /dev/null instead of grep -q.
29790         * configure: Regenerate.
29792 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
29794         * Makefile.in (EXCEPT_H): Fix typo.
29796 2010-05-25  Vladimir Makarov  <vmakarov@redhat.com>
29798         * ira-build.c (update_conflict_hard_reg_costs): New.
29799         (ira_build): Call update_conflict_hard_reg_costs.
29801 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
29803         PR debug/41371
29804         * var-tracking.c (find_loc_in_1pdv): Guard asserts with
29805         ENABLE_CHECKING.
29806         (intersect_loc_chains): Walk the s2var's loc_chain together
29807         with s1node chain as long as the locations are equal, don't
29808         call find_loc_in_1pdv in that case.
29810         PR debug/42801
29811         * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
29812         (copy_bind_expr): ... instead of here.
29813         (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
29814         if the block hasn't been remapped.
29815         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
29816         emitting concrete instance of abstract VLA, add DW_AT_type attribute.
29818 2010-05-25  Richard Guenther  <rguenther@suse.de>
29820         PR middle-end/44069
29821         * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
29822         out-of-bounds array accesses.
29824 2010-05-25  Richard Guenther  <rguenther@suse.de>
29826         * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
29827         (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
29828         (run_gcc): Re-organize to make cleanup easier.
29830 2010-05-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29832         * config/s390/s390.c (optimization_options): Fix and move the
29833         flag_prefetch_loop_arrays override ...
29834         (override_options): ... here.
29836 2010-05-25  Joseph Myers  <joseph@codesourcery.com>
29838         * diagnostic.c: Don't include plugin.h.
29839         (diagnostic_report_diagnostic): Don't handle plugins specially
29840         here.  Pass context to internal_error callback.
29841         * diagnostic.h (struct diagnostic_context): Add context parameter
29842         to internal_error callback.
29843         * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
29844         * plugin.h (struct diagnostic_context): Declare.
29845         (warn_if_plugins, plugins_internal_error_function): Declare.
29846         * toplev.c (general_init): Set global_dc->internal_error.
29847         * Makefile.in (diagnostic.o): Update dependencies.
29849 2010-05-25  Iain Sandoe  <iains@gcc.gnu.org>
29851         * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
29852         * config/rs6000/t-darwin64: New.
29853         * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
29854         build crt2.
29856 2010-05-25  Christian Borntraeger  <borntraeger@de.ibm.com>
29858         PR 44203
29859         * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
29860         match the original (and intended) behaviour before r159557.  This
29861         changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
29862         in two ways.
29864 2010-05-25  Richard Guenther  <rguenther@suse.de>
29866         * doc/invoke.texi: Document -Ofast.
29867         * target.h (struct gcc_target): Add handle_ofast.
29868         * target-def.h (TARGET_HANDLE_OFAST): Add.
29869         (TARGET_INITIALIZER): Adjust.
29870         * opts.c (decode_options): Handle -Ofast.  Enable -ffast-math with it.
29871         * common.opt (Ofast): Add.
29873 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
29875         * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
29876         * doc/md.texi (cstoreXX4): Update for cond-optab changes.
29878 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
29880         PR target/43610
29881         * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
29882         even if !FLOAT_LIB_COMPARE_RETURNS_BOOL.  Always compute true_rtx and
29883         false_rtx.  Use false_rtx to compute the correct *ptest for reversed
29884         comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
29886 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
29888         * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
29889         DW_OP_minus with negated offset instead of DW_OP_plus.
29890         (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
29892 2010-05-25  Wei Guozhi  <carrot@google.com>
29894         * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
29895         tst instruction and a new alternative.
29896         * config/arm/constraints.md (Pu): New constraint.
29898 2010-05-24  Sebastian Pop  <sebastian.pop@amd.com>
29900         * function.c (assign_stack_local_1): Initialize variable
29901         to avoid warning when bootstrapping at -O3.
29903 2010-05-24  Steven Bosscher  <steven@gcc.gnu.org>
29905         * configure.ac (all_lang_makefiles): Remove everything related to it.
29906         * configure: Regenerate.
29907         * Makefile.in: Fix reference to ada Make-lang.in.
29908         Remove support for LANG_MAKEFILES.
29910 2010-05-24  Daniel Jacobowitz  <dan@codesourcery.com>
29911             Sandra Loosemore  <sandra@codesourcery.com>
29913         * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
29914         * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
29915         description.  Add arm_neon_fp16_ok.
29916         (Add Options): Add arm_neon and arm_neon_fp16.
29918 2010-05-24  Joseph Myers  <joseph@codesourcery.com>
29920         * diagnostic.c: Don't include flags.h.
29921         (pedantic_warning_kind, permissive_error_kind): Take diagnostic
29922         context parameters.  Check flags in the context passed as a parameter.
29923         (diagnostic_build_prefix): Add context parameter.  Check
29924         show_column flag in context.
29925         (diagnostic_action_after_output): Check fatal_errors flag in context.
29926         (diagnostic_report_current_module): Check show_column flag in context.
29927         (default_diagnostic_starter): Update call to
29928         diagnostic_build_prefix.
29929         (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
29930         (emit_diagnostic): Pass context to permissive_error_kind.
29931         (permerror): Pass context to permissive_error_kind.
29932         * diagnostic.h (struct diagnostic_context): Add show_column,
29933         pedantic_errors, permissive and fatal_errors fields.
29934         (diagnostic_build_prefix): Update prototype.
29935         * langhooks.c
29936         * toplev.c (process_options): Set flags in global_dc from
29937         flag_show_column, flag_pedantic_errors, flag_permissive,
29938         flag_fatal_errors.
29939         * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
29940         to diagnostic_build_prefix.
29941         * Makefile.in (diagnostic.o): Update dependencies.
29943 2010-05-24  H.J. Lu  <hongjiu.lu@intel.com>
29945         * config/i386/ia32intrin.h (__crc32q): Define only if
29946         __SSE4_2__ is defined.
29948 2010-05-24  Iain Sandoe  <iains@gcc.gnu.org>
29950         PR target/44132
29951         PR middle-end/43602
29952         * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
29953         DECL_VISIBILITY_SPECIFIED.
29954         (emutls_decl): Set DECL_PRESERVE_P and copy
29955         DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
29956         (emutls_finalize_control_var): New callback.
29957         (emutls_finish): Finalize emutls control variables.
29958         * toplev.c (compile_file): Move the call to emutls_finish ()
29959         before varpool_assemble_pending_decls ().
29961 2010-05-24  Daniel Gutson  <dgutson@codesourcery.com>
29963         * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
29964         added to the preprocessor condition.
29966 2010-05-24  Paul Brook  <paul@codesourcery.com>
29968         * gengtype-lex.l: Add HARD_REG_SET.
29969         * expr.c (expand_expr_real_1): Record writes to hard registers.
29970         * function.c (rtl_data): Add asm_clobbers.
29971         * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
29972         (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
29973         Use crtl->asm_clobbers.
29975 2010-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29977         * doc/makefile.texi (Makefile): Mention stages 'profile'
29978         and 'feedback' for profiledbootstrap.
29980 2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>
29982         PR target/44245
29983         * config/i386/i386.c (def_builtin): Properly check
29984         OPTION_MASK_ISA_64BIT.
29986 2010-05-23  Joseph Myers  <joseph@codesourcery.com>
29988         * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
29989         typedefs with different but compatible types.  Allow duplicate
29990         typedefs with the same type except for pedantic non-C1X, but give
29991         warning for variably modified types.
29992         * c-typeck.c (tagged_types_tu_compatible_p,
29993         function_types_compatible_p, type_lists_compatible_p,
29994         comptypes_internal): Add parameter different_types_p; set
29995         *different_types_p for different but compatible types.  All
29996         callers changed.
29997         (comptypes_check_different_types): New.
29998         * c-tree.h (comptypes_check_different_types): Declare.
30000 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
30002         * regs.h: Do not include obstack.h, basic-block.h.  Include machmode.h.
30003         * jump.c: Include basic-block.h.
30004         * profile.c: Likewise.
30005         * tree-profile.c: Likewise.
30006         * coverage.c: Likewise.
30007         * basic-block.h (optimize_function_for_size_p): Move to function.h.
30008         (optimize_function_for_speed_p): Likewise.
30009         * function.h (optimize_function_for_size_p,
30010         optimize_function_for_speed_p): Moved here from basic-block.h.
30011         * Makefile.in: Update dependencies.
30013 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30015         * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
30016         before calling make; allow override through $MAKE.
30017         * doc/invoke.texi (Optimize Options): Document override.
30019 2010-05-23  Anatoly Sokolov  <aesok@post.ru>
30021         * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
30022         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
30023         (rs6000_mode_dependent_address_ptr): Make static.
30024         * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
30025         * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
30026         Remove.
30028 2010-05-23  Maarten Lankhorst  <mlankhorst@codeweavers.com>
30030         PR target/43869
30031         * config/i386/i386.c: Make sure that the correct regparm is passed.
30033 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
30035         * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
30036         * sbitmap.c: ...to here to internalize sbitmap element access.
30037         Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
30038         Explain why basic-block.h is included.
30039         * function.h: Include tm.h for CUMULATIVE_ARGS.
30040         * Makefile.in: Update dependencies.
30042 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
30044         * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
30045         New core types.
30046         * sbitmap.h (struct sbitmap_def): Do not typedef here.
30047         * sbitmap.c: Include sbitmap.h.
30048         * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
30049         hard-reg-set.h.  Split everything related to regsets out from here...
30050         * regset.h: ...to here.  New file.
30051         * df.h: Include regset.h and sbitmap.h.
30052         * tree-flow.h: Likewise.
30053         * cfgloop.h: Likewise.
30054         * except.h: Do not include sbitmap.h.  Include hashtab.h.
30055         * cgraph.h: Include vec.h and function.h.
30056         * reload.h (struct insn_chain): Change types of live_throughout
30057         and dead_or_set from regset_head to bitmap_head.
30058         (compute_use_by_pseudos): Be defined also if regset.h is not included.
30059         * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
30060         spilled_regs from regset_head to bitmap_head to avoid dependency
30061         in regset.h.
30062         * sel-sched-ir.h: Include regset.h.
30063         * reload.c: Include df.h before reload.h.
30064         * caller-save.c: Likewise.
30065         * reload1.c: Likewise.
30066         * ira.c: Likewise.
30067         (mark_elimination): Update type of r to bitmap, consistent with
30068         DF_LR_IN.
30069         * dominance.c: Include bitmap.h.
30070         * modulo-sched.c: Include df.h.
30071         * cfganal.c: Include bitmap.h and sbitmap.h.
30072         * cfgbuild.c: Include sbitmap.h.
30073         * lcm.c: Include sbitmap.h.
30074         * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
30075         * domwalk.c: Include sbitmap.h, exclude ggc.h.
30076         * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
30077         * cselib.c: Include bitmap.h.
30078         * tree-optimize.c: Include regset.h.
30079         * stmt.c: Include bitmap.h.
30080         * Makefile.in: Update dependencies.
30082 2010-05-22  Jan Hubicka  <jh@suse.cz>
30084         * cgraph.h (struct varpool_node): Add same_comdat_group.
30085         * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
30086         pointer.
30087         (output_varpool): Update call of lto_output_varpool_node.
30088         (input_varpool): Read same_comdat_group pointer.
30089         (input_varpool_1): Fixup same_comdat_group pointer.
30090         * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
30091         group is needed, all are.
30092         * varpool.c (varpool_remove_node): Remove node from same comdat group
30093         linklist too.
30094         (varpool_analyze_pending_decls): Walk same comdat groups.
30096 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
30098         * rtl.h (union rtunion_def): Remove rt_bit member.
30099         (XBITMAP, X0BITMAP, XCBITMAP): Remove.
30100         * print-rtl (print_rtx): Do not print the member.
30101         * gengtype.c (adjust_field_rtx_def): Do not handle it.
30102         * gengenrtl.c (type_from_format): Likewise.
30103         (accessor_from_format): Likewise.
30105 2010-05-22  Joseph Myers  <joseph@codesourcery.com>
30107         * dbgcnt.c: Include toplev.h instead of errors.h.
30108         * ira-emit.c: Don't include errors.h.
30109         * ira.c: Include toplev.h instead of errors.h.
30110         * lto-compress.c: Include toplev.h instead of errors.h.
30111         * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
30112         ira.o, dbgcnt.o): Update dependencies.
30114 2010-05-22  Richard Guenther  <rguenther@suse.de>
30116         * gimple.c (gimple_types_compatible_p): Check type qualifications
30117         before merging pointer to complete and pointer to incomplete type.
30118         * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
30119         we use our own resolution algorithm.  The gold linker plugin
30120         doesn't do the job we want it to do here.
30122 2010-05-22  Anatoly Sokolov  <aesok@post.ru>
30124         * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
30125         * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
30126         (sparc_mode_dependent_address_p): New function.
30128 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
30130         * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
30132         * timevar.c: Do not include any core headers.
30133         (timevar_print): De-i18n-ize.
30134         (print_time): Likewise.
30135         * timevar.h (timevar_push, timevar_pop): Make inline functions.
30137 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
30139         * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
30140         langhooks-def.h.
30141         (diagnostic_initialize): Initialize x_data not last_function.
30142         (diagnostic_report_current_function): Move to tree-diagnostic.c.
30143         (default_diagnostic_starter): Call
30144         diagnostic_report_current_module not
30145         diagnostic_report_current_function.
30146         (diagnostic_report_diagnostic): Initialize x_data not
30147         abstract_origin.
30148         (verbatim): Likewise.
30149         * diagnostic.h (struct diagnostic_info): Change abstract_origin to
30150         x_data.
30151         (struct diagnostic_context): Change last_function to x_data.
30152         (diagnostic_auxiliary_data): Replace with
30153         diagnostic_context_auxiliary_data and
30154         diagnostic_info_auxiliary_data.
30155         (diagnostic_last_function_changed, diagnostic_set_last_function,
30156         diagnostic_report_current_function): Move to tree-diagnostic.h.
30157         (print_declaration, dump_generic_node, print_generic_stmt,
30158         print_generic_stmt_indented, print_generic_expr,
30159         print_generic_decl, debug_c_tree, dump_omp_clauses,
30160         print_call_name, debug_generic_expr, debug_generic_stmt,
30161         debug_tree_chain, default_tree_printer): Move to
30162         tree-pretty-print.h.
30163         (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
30164         print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
30165         gimple-pretty-print.h.
30166         * pretty-print.c: Don't include tree.h
30167         (pp_base_format): Don't handle %K here.
30168         (pp_base_tree_identifier): Move to tree-pretty-print.c.
30169         * pretty-print.h (text_info): Change abstract_origin to x_data.
30170         (pp_tree_identifier, pp_unsupported_tree,
30171         pp_base_tree_identifier): Move to tree-pretty-print.h.
30172         * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
30173         tree-pretty-print.h: New files.
30174         * tree-pretty-print.c: Include tree-pretty-print.h.
30175         (percent_K_format): New.  Moved from pretty-print.c.
30176         (pp_base_tree_identifier): Move from pretty-print.c.
30177         * c-objc-common.c: Include tree-pretty-print.h.
30178         (c_tree_printer): Handle %K here.
30179         * langhooks.c: Include tree-diagnostic.h.
30180         (lhd_print_error_function): Use diagnostic_abstract_origin macro.
30181         * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
30182         (default_tree_printer): Handle %K using percent_K_format.
30183         (general_init): Use default_tree_diagnostic_starter.
30184         * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
30185         (free_lang_data): Use default_tree_diagnostic_starter.
30186         * c-pretty-print.c: Include tree-pretty-print.h.
30187         * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
30188         * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
30189         * dwarf2out.c: Include tree-pretty-print.h.
30190         * except.c: Include tree-pretty-print.h.
30191         * gimple-pretty-print.c: Include tree-pretty-print.h and
30192         gimple-pretty-print.h.
30193         * gimplify.c: Include tree-pretty-print.h.
30194         * graphite-poly.c: Include tree-pretty-print.h and
30195         gimple-pretty-print.h.
30196         * ipa-cp.c: Include tree-pretty-print.h.
30197         * ipa-inline.c: Include gimple-pretty-print.h.
30198         * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
30199         * ipa-pure-const.c: Include gimple-pretty-print.h.
30200         * ipa-struct-reorg.c: Include tree-pretty-print.h and
30201         gimple-pretty-print.h.
30202         * ipa-type-escape.c: Include tree-pretty-print.h.
30203         * print-rtl.c: Include tree-pretty-print.h.
30204         * print-tree.c: Include gimple-pretty-print.h.
30205         * sese.c: Include tree-pretty-print.h.
30206         * tree-affine.c: Include tree-pretty-print.h.
30207         * tree-browser.c: Include tree-pretty-print.h.
30208         * tree-call-cdce.c: Include gimple-pretty-print.h.
30209         * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
30210         * tree-chrec.c: Include tree-pretty-print.h.
30211         * tree-data-ref.c: Include tree-pretty-print.h and
30212         gimple-pretty-print.h.
30213         * tree-dfa.c: Include tree-pretty-print.h.
30214         * tree-if-conv.c: Include tree-pretty-print.h and
30215         gimple-pretty-print.h.
30216         * tree-inline.c: Include tree-pretty-print.h.
30217         * tree-into-ssa.c: Include tree-pretty-print.h and
30218         gimple-pretty-print.h.
30219         * tree-nrv.c: Include tree-pretty-print.h.
30220         * tree-object-size.c: Include tree-pretty-print.h and
30221         gimple-pretty-print.h.
30222         * tree-outof-ssa.c: Include tree-pretty-print.h and
30223         gimple-pretty-print.h.
30224         * tree-parloops.c: Include tree-pretty-print.h and
30225         gimple-pretty-print.h.
30226         * tree-predcom.c: Include tree-pretty-print.h and
30227         gimple-pretty-print.h.
30228         * tree-scalar-evolution.c: Include tree-pretty-print.h and
30229         gimple-pretty-print.h.
30230         * tree-sra.c: Include tree-pretty-print.h.
30231         * tree-ssa-address.c: Include tree-pretty-print.h.
30232         * tree-ssa-alias.c: Include tree-pretty-print.h.
30233         * tree-ssa-ccp.c: Include tree-pretty-print.h and
30234         gimple-pretty-print.h.
30235         * tree-ssa-coalesce.c: Include tree-pretty-print.h.
30236         * tree-ssa-copy.c: Include tree-pretty-print.h and
30237         gimple-pretty-print.h.
30238         * tree-ssa-copyrename.c: Include tree-pretty-print.h.
30239         * tree-ssa-dce.c: Include tree-pretty-print.h and
30240         gimple-pretty-print.h.
30241         * tree-ssa-dom.c: Include tree-pretty-print.h and
30242         gimple-pretty-print.h.
30243         * tree-ssa-dse.c: Include gimple-pretty-print.h.
30244         * tree-ssa-forwprop.c: Include tree-pretty-print.h.
30245         * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
30246         * tree-ssa-live.c: Include tree-pretty-print.h and
30247         gimple-pretty-print.h.
30248         * tree-ssa-loop-im.c: Include tree-pretty-print.h and
30249         gimple-pretty-print.h.
30250         * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
30251         gimple-pretty-print.h.
30252         * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
30253         gimple-pretty-print.h.
30254         * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
30255         gimple-pretty-print.h.
30256         * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
30257         * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
30258         * tree-ssa-operands.c: Include tree-pretty-print.h and
30259         gimple-pretty-print.h.
30260         * tree-ssa-phiprop.c: Include tree-pretty-print.h and
30261         gimple-pretty-print.h.
30262         * tree-ssa-pre.c: Include tree-pretty-print.h and
30263         gimple-pretty-print.h.
30264         * tree-ssa-propagate.c: Include gimple-pretty-print.h.
30265         * tree-ssa-reassoc.c: Include tree-pretty-print.h and
30266         gimple-pretty-print.h.
30267         * tree-ssa-sccvn.c: Include tree-pretty-print.h and
30268         gimple-pretty-print.h.
30269         * tree-ssa-sink.c: Include gimple-pretty-print.h.
30270         * tree-ssa-ter.c: Include tree-pretty-print.h and
30271         gimple-pretty-print.h.
30272         * tree-ssa-uninit.c: Include gimple-pretty-print.h.
30273         * tree-ssa.c: Include tree-pretty-print.h and
30274         gimple-pretty-print.h.
30275         * tree-stdarg.c: Include gimple-pretty-print.h.
30276         * tree-switch-conversion.c: Include gimple-pretty-print.h.
30277         * tree-tailcall.c: Include tree-pretty-print.h and
30278         gimple-pretty-print.h.
30279         * tree-vect-data-refs.c: Include tree-pretty-print.h and
30280         gimple-pretty-print.h.
30281         * tree-vect-loop-manip.c: Include tree-pretty-print.h and
30282         gimple-pretty-print.h.
30283         * tree-vect-loop.c: Include tree-pretty-print.h and
30284         gimple-pretty-print.h.
30285         * tree-vect-patterns.c: Include gimple-pretty-print.h.
30286         * tree-vect-slp.c: Include tree-pretty-print.h and
30287         gimple-pretty-print.h.
30288         * tree-vect-stmts.c: Include tree-pretty-print.h and
30289         gimple-pretty-print.h.
30290         * tree-vectorizer.c: Include tree-pretty-print.h.
30291         * tree-vrp.c: Include tree-pretty-print.h and
30292         gimple-pretty-print.h.
30293         * value-prof.c: Include tree-pretty-print.h and
30294         gimple-pretty-print.h.
30295         * var-tracking.c: Include tree-pretty-print.h.
30296         * Makefile.in (OBJS-common): Add tree-diagnostic.o.
30297         (tree-diagnostic.o): New dependencies.
30298         (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
30299         tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
30300         tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
30301         tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
30302         tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
30303         tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
30304         tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
30305         tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
30306         tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
30307         tree-ssa-address.o, tree-ssa-loop-niter.o,
30308         tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
30309         tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
30310         tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
30311         gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
30312         tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
30313         tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
30314         tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
30315         tree-parloops.o, tree-stdarg.o, tree-object-size.o,
30316         gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
30317         toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
30318         ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
30319         ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
30320         tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
30321         tree-switch-conversion.o, var-tracking.o, value-prof.o,
30322         cfgexpand.o, pretty-print.o): Update dependencies.
30324 2010-05-22  Andreas Tobler  <andreast@fgznet.ch>
30326         * tree-ssa-structalias.c: Remove tm_p.h from include.
30328 2010-05-21  Jeff Law  <law@redhat.com>
30330         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
30332 2010-05-21  Jason Merrill  <jason@redhat.com>
30334         * tree-eh.c (cleanup_is_dead_in): New.
30335         (lower_try_finally): Don't generate a dead cleanup region.
30336         (lower_cleanup): Likewise.
30338 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
30340         PR debug/44223
30341         * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
30342         unchain each use from the cyclic next_regno_use chain first.
30344 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
30346         * real: Do not include gmp.h, mpfr.h, and mpc.h.
30347         (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
30348         (real_value_negate, real_value_abs): New prototypes.
30349         (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
30350         * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
30351         new include file for interface between MPFR and REAL_VALUE_TYPE.
30352         * real.c: Include realmpfr.h.
30353         (real_arithmetic2): Remove legacy function.
30354         (real_value_negate): New.
30355         (real_value_abs): New.
30356         (mfpr_from_real, real_from_mpfr): Move from here...
30357         * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
30358         * builtins.c: Include realmpfr.h.
30359         * fold-const.c: Include realmpfr.h.
30360         (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
30361         (fold_negate_const): Likewise.
30362         (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
30363         * toplev.c: Include realmpfr.h.
30364         * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
30365         and real_value_negate.
30366         * fixed-value.c (check_real_for_fixed_mode): Likewise.
30367         * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
30368         (vfp3_const_double_index): Likewise.
30369         (arm_print_operand): Likewise.
30370         * Makefile.in: Update dependencies.
30372 2010-05-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30374         * config/s390/s390.c (override_options): Increase the default
30375         of max-completely-peel-times.
30377 2010-05-21  Julian Brown  <julian@codesourcery.com>
30378             Mark Mitchell  <mark@codesourcery.com>
30380         * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
30381         sibling calls for Thumb-1.
30382         * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
30383         * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
30384         Thumb-2.
30385         (*call_insn, *call_value_insn): Don't use for Thumb-2.
30386         (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
30387         for Thumb-2.
30388         (return): New expander.
30389         (*arm_return): New name for ARM return insn.
30390         * config/arm/thumb2.md (*thumb2_return): New insn pattern.
30392 2010-05-19  Joel Sherrill  <joel.sherrill@oarcorp.com>
30394         * config.gcc (sparc64-*-rtems*): New target.
30396 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
30398         * tree.c (build_function_decl_skip_args): Fix grammar.
30399         (build_function_type_list_1): Fix typos, adjust formatting.
30401 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
30403         * tree.h: Include real.h and fixed-value.h as basic datatypes.
30404         * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
30405         tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
30406         tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
30407         tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
30408         genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
30409         tree-pretty-print.c, tree-loop-distribution.c,
30410         tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
30411         tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
30412         tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
30413         tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
30414         tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
30415         tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
30416         tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
30417         tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
30418         tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
30419         tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
30420         genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
30421         tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
30422         gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
30423         tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
30424         tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
30425         store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
30426         tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
30427         tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
30428         tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
30429         tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
30430         fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
30431         tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
30432         config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
30433         config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
30434         config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
30435         config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
30436         config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
30437         config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
30438         config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
30439         config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
30440         config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
30441         config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
30442         config/score/score7.c, config/score/score.c, config/arm/arm.c,
30443         config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
30444         config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
30445         config/bfin/bfin.c: Clean up redundant includes.
30446         * Makefile.in: Update accordingly.
30448 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
30450         PR middle-end/44204
30451         * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
30452         statement has no arguments.
30454 2010-05-21  Kai Tietz  <kai.tietz@onevision.com>
30456         PR/44139
30457         * varasm.c (emutls_decl): Merge attributes to new decl.
30459 2010-05-21  Eric Botcazou  <ebotcazou@adacore.com>
30461         PR middle-end/44101
30462         * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
30463         around the uniquized constructor if its type requires a conversion.
30465 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
30467         PR debug/44205
30468         * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
30469         at -O0 goto_locus of any of the incoming edges differs from
30470         goto_locus of outgoing edge, or gimple_location of any of the
30471         labels differs.
30473 2009-09-14  Vladimir Makarov  <vmakarov@redhat.com>
30475         * ira.c (ira_non_ordered_class_hard_regs): Define.
30476         (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
30477         * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
30478         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
30479         cost of unaligned hard regs when allocating multi-reg pseudos.
30481 2010-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
30483         * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
30484         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
30485         for TARGET_NO_FLOAT.
30486         * config/mips/mips.c (mips_file_start): Expand conditional expression
30487         into "if" statements.  Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
30488         (mips_override_options): Move -mno-float override -msoft-float and
30489         -mhard-float.
30490         * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
30491         Condition(TARGET_SUPPORTS_NO_FLOAT).
30492         * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
30493         __mips_no_float here.
30494         (SUBTARGET_OVERRIDE_OPTIONS): Delete.
30495         (TARGET_SUPPORTS_NO_FLOAT): Define.
30496         * config/mips/sdemtk.opt: Delete.
30498 2010-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
30500         * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
30502 2010-05-20  Uros Bizjak  <ubizjak@gmail.com>
30504         PR target/43733
30505         * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
30506         * configure: Regenerate.
30507         * config.in: Regenerate.
30508         * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
30509         instead of sahf only for 64bit targets.
30511 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
30513         PR debug/44178
30514         * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
30515         setup_ref_regs for DEBUG_INSNs.
30517 2010-05-20  Jan Hubicka  <jh@suse.cz>
30519         PR middle-end/44197
30520         * varpool.c (varpool_remove_node): Handle in-varpool aliases.
30522 2010-05-20  Kenneth Zadeck  <zadeck@naturalbridge.com>
30524         PR bootstrap/43870
30525         * df-scan.c (df_ref_compare): Stabilize sort.
30527 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
30529         * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
30530         argument.  Don't use DW_OP_piece if offset is non-zero,
30531         put offset into second DW_OP_bit_piece argument.
30532         (dw_sra_loc_expr): Adjust callers.  For memory expressions
30533         compute offset.
30535 2010-05-20  Hans-Peter Nilsson  <hp@axis.com>
30537         PR target/44202
30538         * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
30539         settings for 16-bit-constant "addo" alternative.
30541 2010-05-19  James E. Wilson  <wilson@codesourcery.com>
30543         * config/mips/mips-dsp.md (add<DSPV:mode>3,
30544         mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
30546         PR target/43764
30547         * mips.c (mips_call_expr_from_insn): New arg second_call.  Set it.
30548         (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
30549         Use it.
30551 2010-05-19  Joseph Myers  <joseph@codesourcery.com>
30553         * diagnostic.c (FLOAT, FFS): Don't undefine.
30554         * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
30555         * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
30556         include ordering.
30558 2010-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
30560         * combine.c (propagate_for_debug): Call make_compound_operation
30561         on the source value.
30562         (try_combine): When implementing a split chosen by find_split_point,
30563         either copy i2src or set it to null.  Assert that i2src is not null
30564         before substituting into CALL_INSN_FUNCTION_USAGE.
30566 2010-05-19  Anatoly Sokolov  <aesok@post.ru>
30568         * double-int.h (double_int_ior): New function.
30569         * tree.h (build_int_cst_wide_type): Remove.
30570         * tree.c (build_int_cst_wide_type): Remove.
30571         * fold-const.c (native_interpret_int): Use double_int_to_tree instead
30572         of build_int_cst_wide_type.
30573         * stor-layout.c (set_sizetype): (Ditto.).
30574         * dojump.c (do_jump): Use build_int_cstu instead of
30575         build_int_cst_wide_type.
30577 2010-05-19  Eric Botcazou  <ebotcazou@adacore.com>
30579         * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
30580         * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
30581         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
30582         * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
30583         TARGET_EXPR nodes, but only once, if instructed to do so.  Do not
30584         propagate the 'data' argument to copy_tree_r.
30585         (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
30586         Propagate 'data' argument to walk_tree.
30587         (copy_if_shared): New function.
30588         (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
30589         (unmark_visited): New function.
30590         (unshare_body): Call copy_if_shared instead of doing it manually.
30591         (unvisit_body): Call unmark_visited instead of doing it manually.
30593 2010-05-19  Nathan Froyd  <froydnj@codesourcery.com>
30595         * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
30596         (hook_tree_tree_int_treep_bool_null): ...this.  Update signature.
30597         * hooks.c: Likewise.
30598         * target-def.h (TARGET_FOLD_BUILTIN): Define to
30599         hook_tree_tree_int_treep_bool_null.
30600         * target.h (struct gcc_target): Update signature of fold_builtin
30601         field.
30602         * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
30603         * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
30604         instead of the call expression.
30605         (fold_builtin_call_array): Pass n and argarray directly.
30606         (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
30607         consing a list.
30608         * config/alpha/alpha.c (alpha_fold_builtin): Update signature.  Lift
30609         MAX_ARGS check out of the loop.  Delete declaration of `arity', declare
30610         `i' and use it in place of `arity'.
30611         * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
30612         Dereference `args' directly.
30613         * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
30615 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30617         * doc/sourcebuild.texi (Effective-Target Keywords): Document
30618         3dnow, sse3, sse2.
30619         (Directives): Document optional dg-require-effective-target
30620         selector.
30622 2010-05-19  Richard Guenther  <rguenther@suse.de>
30624         PR lto/44196
30625         * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
30627 2010-05-19  Richard Guenther  <rguenther@suse.de>
30629         * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
30630         * common.opt (fwhopr=): New.
30631         * opts.c (common_handle_option): Handle OPT_fwhopr.
30632         * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
30633         * collect2.c (main): Match -fwhopr*.
30634         * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
30635         Execute ltrans stage in parallel when jobs is bigger than 1.
30637 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30639         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
30640         pentiumpro on Solaris 8/x86 with Sun as.
30641         * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
30642         hidden alias bug.
30643         (gcc_cv_as_ix86_quad): Check for .quad directive.
30644         * configure: Regenerate.
30645         * config.in: Regenerate.
30646         * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
30648 2010-05-19  Martin Jambor  <mjambor@suse.cz>
30650         * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
30651         also for indirect edges.  Actual printing moved...
30652         (ipa_print_node_jump_functions_for_edge): ...here.
30653         (ipa_compute_jump_functions): Renamed to
30654         ipa_compute_jump_functions_for_edge and made static.
30655         (ipa_compute_jump_functions): New function.
30656         (make_edge_direct_to_target): Check if the number of arguments on
30657         the newly direct edge is the same as the number of parametrs of
30658         the callee.
30659         * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
30660         ipa_compute_jump_functions.  Call ipa_analyze_params_uses.
30661         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
30662         analysis functions unconditionally, call the new
30663         ipa_analyze_params_uses on the node instead of every edge.
30665 2010-05-19  Christian Borntraeger  <borntraeger@de.ibm.com>
30667         * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
30668         to tree.
30669         (dump_mem_ref): Adopt debug code to handle a tree as step.  This
30670         also checks for a constant int vs.  non-constant but
30671         loop-invariant steps.
30672         (find_or_create_group): Change the sort algorithm to only consider
30673         steps that are constant ints.
30674         (idx_analyze_ref): Adopt code to handle a tree instead of a
30675         HOST_WIDE_INT for step.
30676         (gather_memory_references_ref): Handle tree instead of int and be
30677         prepared to see a NULL_TREE.
30678         (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
30679         prefetches if the step cannot be calculated at compile time.
30680         (issue_prefetch_ref): Issue prefetches for non-constant but
30681         loop-invariant steps.
30683 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
30685         Revert:
30686         2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
30688         * tree.h (build_call_list): Remove.
30689         * tree.c (build_call_list): Remove.
30691 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
30693         * tree.h (build_call_list): Remove.
30694         * tree.c (build_call_list): Remove.
30696 2010-05-18  Jan Hubicka  <jh@suse.cz>
30698         * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
30700 2010-05-18  Vladimir Makarov  <vmakarov@redhat.com>
30702         PR rtl-optimization/43332
30703         * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
30705 2010-05-18  Anatoly Sokolov  <aesok@post.ru>
30707         * tree.h (build_int_cstu): Implement as static inline.
30708         * tree.c (build_int_cstu): Remove function.
30709         (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
30710         sign extended.
30712 2010-05-18  Richard Guenther  <rguenther@suse.de>
30714         PR lto/44143
30715         * lto-wrapper.c (verbose): New variable.  Initialize from -v.
30716         (debug): Initialize from -save-temps.
30717         (collect_execute): Print command-line when verbose.
30718         (run_gcc): Always use COLLECT_GCC_OPTIONS.  Use fork_execute
30719         for ltrans invocation.  Produce -dumpbase flag again.
30720         (process_args): Remove.
30721         (main): Simplify.
30722         * collect2.c (maybe_run_lto_and_relink): Only pass object
30723         files to lto-wrapper.
30724         * gcc.c (LINK_COMMAND_SPEC): Likewise.
30726 2010-05-18  Jan Hubicka  <jh@suse.cz>
30728         * opts.c (decode_options): Do not disable whopr at ipa_cp.
30729         * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
30731 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
30733         PR lto/44184
30734         * lto-streamer-out.c (output_gimple_stmt): Output number of labels
30735         in a GIMPLE_ASM.
30736         * lto-streamer-in.c (input_gimple_stmt): Read number of labels
30737         in a GIMPLE_ASM.
30739 2010-05-18  Jakub Jelinek  <jakub@redhat.com>
30741         PR debug/41371
30742         * var-tracking.c (find_loc_in_1pdv): Add a few checks from
30743         rtx_equal_p inline.
30745 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
30747         * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
30748         lto-macho as lto_binary_reader.
30750         * darwin.c (darwin_asm_named_section): Do not add assembler comment
30751         after .section directive; just print it before the directive instead.
30753 2010-05-17  Jan Hubicka  <jh@suse.cz>
30755         * cgraph.c (cgraph_create_virtual_clone): Only check
30756         versionable_function_p when not in wpa and checking is enabled.
30757         * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
30758         there are no more functions to materialize.
30760 2010-05-17  Jan Hubicka  <jh@suse.cz>
30762         * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
30763         * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
30764         New functions.
30765         (output_cgraph): Call output_cgraph_opt_summary.
30766         (input_cgrpah): Call input_cgraph_opt_summary.
30767         (output_cgraph_opt_summary_p, output_node_opt_summary,
30768         input_node_opt_summary, input_cgraph_opt_section): New functions.
30769         * lto-section-in.c (lto_section_name): Add cgraphopt.
30770         * tree-inline.c (tree_function_versioning): Handle parm_num.
30771         * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
30772         * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
30774 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
30776         * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
30777         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
30778         the insn to prefetch ratio heuristic to loops with known trip count.
30780 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
30782         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
30783         (schedule_prefetches): Do not generate a prefetch if the unroll factor
30784         is far from what is required by the prefetch.
30786 2010-05-17  Jan Hubicka  <jh@suse.cz>
30788         * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
30789         (ipcp_estimate_growth): Likewise.
30790         (ipcp_const_param_count): Likewise.
30791         (ipcp_insert_stage): Likewise.
30792         * ipa-prop.c (visit_load_for_mod_analysis): New function.
30793         (visit_store_addr_for_mod_analysis): Set used flag.
30794         (ipa_detect_param_modifications): Set used flag for SSE params;
30795         update use of walk_stmt_load_store_addr_ops.
30796         (ipa_print_node_params): Print used flag.
30797         (ipa_write_node_info): Stream used flag.
30798         (ipa_read_node_info): Likewise.
30799         * ipa-prop.h (struct ipa_param_descriptor): Add used field.
30800         (ipa_is_param_used): New function.
30801         (lto_ipa_fixup_call_notes): Remove unused declaration.
30803 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30805         PR target/44074
30806         * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
30807         * configure: Regenerate.
30808         * config.in: Regenerate.
30809         * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
30810         !HAVE_AS_IX86_REP_LOCK_PREFIX.
30811         Don't emit whitespace.
30812         * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
30813         (*rep_movsi): Likewise.
30814         (*rep_movsi_rex64): Likewise.
30815         (*rep_movqi): Likewise.
30816         (*rep_movqi_rex64): Likewise.
30817         (*rep_stosdi_rex64): Likewise.
30818         (*rep_stossi): Likewise.
30819         (*rep_stossi_rex64): Likewise.
30820         (*rep_stosqi): Likewise.
30821         (*rep_stosqi_rex64): Likewise.
30822         (*cmpstrnqi_nz_1): Use {%;} after repz.
30823         (*cmpstrnqi_nz_rex_1): Likewise.
30824         (*cmpstrnqi_1): Likewise.
30825         (*cmpstrnqi_rex_1): Likewise.
30826         (*strlenqi_1): Use {%;} after repnz.
30827         (*strlenqi_rex_1): Likewise.
30828         * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
30829         (*sync_compare_and_swap<mode>): Likewise.
30830         (sync_double_compare_and_swap<mode>): Likewise.
30831         (*sync_double_compare_and_swapdi_pic): Likewise.
30832         (sync_old_add<mode>): Likewise.
30833         (sync_add<mode>): Likewise.
30834         (sync_sub<mode>): Likewise.
30835         (sync_<code><mode>): Likewise.
30837 2010-05-17  Martin Jambor  <mjambor@suse.cz>
30839         * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
30840         otr_token and polymorphic.
30841         * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
30842         (cgraph_clone_edge): Copy the above fields.
30843         * tree.c (get_binfo_at_offset): New function.
30844         * tree.h (get_binfo_at_offset): Declare.
30845         * ipa-prop.h (enum jump_func_type): Added known_type jump function
30846         type, reordered items, updated comments.
30847         (union jump_func_value): Added base_type field, reordered fields.
30848         (enum ipa_lattice_type): Moved down in the file.
30849         (struct ipa_param_descriptor): New field polymorphic.
30850         (ipa_is_param_polymorphic): New function.
30851         * ipa-prop.c: Include gimple.h and gimple-fold.h.
30852         (ipa_print_node_jump_functions): Print known type jump functions.
30853         (compute_complex_pass_through): Renamed to...
30854         (compute_complex_assign_jump_func): this.
30855         (compute_complex_ancestor_jump_func): New function.
30856         (compute_known_type_jump_func): Likewise.
30857         (compute_scalar_jump_functions): Create known type and complex ancestor
30858         jump functions.
30859         (ipa_note_param_call): New parameter polymorphic, set the corresponding
30860         flag in the call note accordingly.
30861         (ipa_analyze_call_uses): Renamed to...
30862         (ipa_analyze_indirect_call_uses): this.  New parameter target, define
30863         variable var only in the block where it is used.
30864         (ipa_analyze_virtual_call_uses): New function.
30865         (ipa_analyze_call_uses): Likewise.
30866         (combine_known_type_and_ancestor_jfs): Likewise.
30867         (update_jump_functions_after_inlining): Implemented handling of a
30868         number of new jump function types combination.
30869         (print_edge_addition_message): Removed.
30870         (make_edge_direct_to_target): New function.
30871         (try_make_edge_direct_simple_call): Likewise.
30872         (try_make_edge_direct_virtual_call): Likewise.
30873         (update_call_notes_after_inlining): Renamed to...
30874         (update_indirect_edges_after_inlining): this.  Moved edge creation for
30875         indirect calls to try_make_edge_direct_simple_call, also calls
30876         try_make_edge_direct_virtual_call for virtual calls.
30877         (ipa_print_node_params): Changed the header message.
30878         (ipa_write_jump_function): Stream also known type jump functions.
30879         (ipa_read_jump_function): Likewise.
30880         (ipa_write_indirect_edge_info): Stream new fields in
30881         cgraph_indirect_call_info.
30882         (ipa_read_indirect_edge_info): Likewise.
30883         * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
30884         GIMPLE_FOLD_H.
30886 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30888         * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
30890 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
30892         * tree.h (CALL_EXPR_ARGS): Delete.
30893         (call_expr_arglist): Delete.
30894         * tree.c (call_expr_arglist): Delete.
30895         * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
30896         targetm.fold_builtin.
30897         * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
30898         Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
30899         * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
30900         arglist parameter.  Use CALL_EXPR_ARG.
30901         (picochip_expand_builtin_3op): Likewise.
30902         (picochip_expand_builtin_2opvoid): Likewise.
30903         (picochip_expand_array_get): Likewise.
30904         (picochip_expand_array_put): Likewise.
30905         (picochip_expand_array_testport): Likewise.
30906         (picochip_expand_builtin): Don't call CALL_EXPR_ARGS.  Pass exp
30907         rather than arglist.
30908         * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
30909         CALL_EXPR_ARGS.
30910         * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
30911         than TREE_VALUE and TREE_CHAIN.
30912         * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
30913         * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
30914         the arglist.
30916 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
30918         PR bootstrap/42347
30919         * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
30920         to have no fallthru edge.
30922         PR middle-end/44102
30923         * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
30924         bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
30925         mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
30926         add BARRIER after previous bb if needed.
30928 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
30930         * tree.c (build_function_type_list_1): Remove bogus assert condition.
30932 2010-05-17  Alan Modra  <amodra@gmail.com>
30934         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
30935         unnecessary prototype.  Replace copy_r12 and copy_r11 flag params
30936         with copy_reg rtx param.
30937         (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
30938         Correct cases where code for ABI_V4 did not initialise the reg
30939         used to access frame.  Also leave frame_reg_rtx as sp for large
30940         frames that save no regs.
30942 2010-05-17  Martin Jambor  <mjambor@suse.cz>
30944         PR middle-end/44133
30945         * tree-sra.c (create_access_replacement): New parameter rename, mark
30946         the replaement for renaming only when it is true.
30947         (get_access_replacement): Pass true in the rename parameter of
30948         create_access_replacement.
30949         (get_unrenamed_access_replacement): New function.
30950         (replace_uses_with_default_def_ssa_name): New parameter racc, get the
30951         replacement declaration from it.
30953 2010-05-17  Bernd Schmidt  <bernds@codesourcery.com>
30955         * function.c (try_fit_stack_local, add_frame_space): New static
30956         functions.
30957         (assign_stack_local_1): Use them.  Look for opportunities to use
30958         space previously wasted on alignment.
30959         * function.h (struct frame_space): New.
30960         (struct rtl_data): Add FRAME_SPACE_LIST member.
30961         * reload1.c (something_was_spilled): New static variable.
30962         (alter_reg): Set it.
30963         (reload): Test it in addition to testing if the frame size changed.
30965 2010-05-17  Christian Borntraeger  <borntraeger@de.ibm.com>
30967         * config/s390/s390.c: Define sane prefetch settings and activate
30968         flag_prefetch_loop_arrays on -O3.
30969         * config/s390/s390.h: Declare that read can use write prefetch.
30971 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
30973         * lto-streamer-out.c (lto_output): Fix --enable-checking=release
30974         build.
30976 2010-05-16  Jan Hubicka  <jh@suse.cz>
30978         * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
30979         function body; do not check stdarg field of struct function.
30981 2010-05-16  Jan Hubicka  <jh@suse.cz>
30983         * cgraph.c (dump_cgraph_node): Dump versionable flag.
30984         * cgraph.h (cgraph_local_info): Add versionable flag.
30985         * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
30986         (ipcp_versionable_function_p): Use it.
30987         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
30988         versionable flag.
30990 2010-05-16  Jan Hubicka  <jh@suse.cz>
30992         * cgraph.c (cgraph_clone_node): Take decl argument and insert
30993         clone into hash when it is different from orig.
30994         (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
30995         * cgraph.h (cgraph_clone_node): Update prototype.
30996         * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
30997         (lto_cgraph_encoder_delete): Delete body map.
30998         (lto_cgraph_encoder_size): Move to header.
30999         (lto_cgraph_encoder_encode_body_p,
31000         lto_set_cgraph_encoder_encode_body): New.
31001         (lto_output_node): Do not take written_decls argument; output clone_of
31002         pointer.
31003         (add_node_to): Add include_body_argument; call
31004         lto_set_cgraph_encoder_encode_body on master of the clone.
31005         (add_references): Update use of add_node_to.
31006         (compute_ltrans_boundary): Likewise.
31007         (output_cgraph): Do not create written_decls bitmap.
31008         (input_node): Take nodes argument; stream in clone_of correctly.
31009         (input_cgraph_1): Update use of input_node.
31010         * lto-streamer-out.c (lto_output): Use encoder info to decide
31011         what bodies to output.
31012         * ipa-inline.c (cgraph_clone_inlined_nodes,
31013         cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
31014         * lto-streamer.h (lto_cgraph_encoder_d): Add body.
31015         (lto_cgraph_encoder_size): Define here.
31016         (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
31017         Declare.
31019 2010-05-16  Richard Guenther  <rguenther@suse.de>
31021         * doc/invoke.texi (-fipa-struct-reorg): Do not mention
31022         -fipa-type-escape.
31023         * ipa-type-escape.c (gate_type_escape_vars): Run when
31024         -fipa-struct-reorg runs.
31025         * opts.c (decode_options): Do not unset flag_ipa_type_escape.
31026         * common.opt (fipa-type-escape): Remove.
31028 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
31030         * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
31031         (decode_options): Likewise.
31032         * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
31034 2010-05-16  Jan Hubicka  <jh@suse.cz>
31036         * ipa.c (function_and_variable_visibility): Also bring local all
31037         aliases.
31039 2010-05-16  Richard Guenther  <rguenther@suse.de>
31041         * alias.c (nonoverlapping_memrefs_p): Remove use of
31042         IPA type-escape information.
31044 2010-05-16  Joseph Myers  <joseph@codesourcery.com>
31046         * c-common.c (c_common_reswords): Add _Static_assert for C.
31047         * c-parser.c (c_token_starts_declaration,
31048         c_parser_next_token_starts_declaration,
31049         c_parser_static_assert_declaration_no_semi,
31050         c_parser_static_assert_declaration): New.
31051         (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
31052         Handle static assertions if static_assert_ok.
31053         (c_parser_external_declaration, c_parser_declaration_or_fndef,
31054         c_parser_compound_statement_nostart, c_parser_label,
31055         c_parser_for_statement, c_parser_objc_methodprotolist,
31056         c_parser_omp_for_loop): All callers of
31057         c_parser_declaration_or_fndef changed.
31058         (c_parser_struct_declaration): Handle static assertions.
31059         (c_parser_compound_statement_nostart): Use
31060         c_parser_next_token_starts_declaration and
31061         c_token_starts_declaration to detect start of declarations.
31062         (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
31063         Likewise.
31065 2010-05-16  Anatoly Sokolov  <aesok@post.ru>
31067         * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
31068         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
31069         * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
31070         TARGET_FUNCTION_VALUE_REGNO_P): Define.
31071         (mmix_function_outgoing_value): Rename to...
31072         (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
31073         (mmix_function_value_regno_p): Make static.
31074         (mmix_libcall_value): New function.
31075         * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
31076         mmix_function_value_regno_p): Remove declaration.
31078 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
31080         * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
31081         BUILT_IN_ALLOCA if stack checking is enabled.
31083 2010-05-16  Richard Guenther  <rguenther@suse.de>
31085         * var-tracking.c (vars_copy_1): Inline ...
31086         (vars_copy): ... here.  Use FOR_EACH_HTAB_ELEMENT.
31087         (variable_union): Use FOR_EACH_HTAB_ELEMENT.  Merge asserts.
31088         (variable_merge_over_cur): Adjust.  Merge asserts.
31089         (variable_merge_over_src): Likewise.
31090         (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
31091         (variable_post_merge_new_vals): Merge asserts.
31092         (variable_post_merge_perm_vals): Likewise.
31093         (find_mem_expr_in_1pdv): Likewise.
31094         (dataflow_set_different_value): Remove.
31095         (onepart_variable_different_p): Merge asserts.
31096         (variable_different_p): Likewise.
31097         (dataflow_set_different_1): Inline ...
31098         (dataflow_set_different): ... here.  Use FOR_EACH_HTAB_ELEMENT.
31099         (emit_notes_for_differences_1): Merge asserts.
31101 2010-05-16  Richard Guenther  <rguenther@suse.de>
31103         * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
31104         * optabs.c (libfunc_decl_hash): Likewise.
31105         * varasm.c (emutls_decl): Likewise.
31107 2010-05-16  Steven Bosscher  <steven@gcc.gnu.org>
31109         * c-decl.c: Don't include gimple.h.
31110         (merge_decls): Do not copy gimple_body.
31112 2010-05-15  Jason Merrill  <jason@redhat.com>
31114         * c.opt: Add -fnothrow-opt.
31116 2010-05-15  Jan Hubicka  <jh@suse.cz>
31118         * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
31119         analyzed.
31120         * passes.c (ipa_write_summaries): Write all analyzed nodes.
31122 2010-05-15  Steven Bosscher  <steven@gcc.gnu.org>
31124         * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
31125         * Makefile.in: Add it.
31126         Fix all other Makefile dependencies for changes below.
31127         * tree.h: Include it instead of defining VEC primitives here.
31128         * gimple.h: Likewise.
31129         * rtl.h: Likewise.
31130         * tree-inline.h: Inlclude vecir.h instead of gimple.h.
31131         * except.h: Include vecir.h, break dependence on tree.h.
31133         * gimplify.c (append_to_statement_list_1, append_to_statement_list):
31134         Move from here...
31135         * tree-iterator.c: ...to here.
31136         * tree-iterator.h: Fix file introduction comment.  Add extern markers.
31138         * c-lex.c: Include fixed-value.h instead of rtl.h.  Do not include
31139         tm_p.h.
31140         * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
31141         * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
31142         integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
31143         tree-mudflap.h, and target.h.
31144         * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
31145         predict.h, tree-inline.h, gimple.h, and langhooks.h.
31146         * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
31147         Add FIXME for why gimple.h is still included (should be unnecessary
31148         since GCC 4.5 gimplification unit-at-a-time).
31149         * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
31150         * c-pragma.c: Add FIXME for why function.h needs to be included just
31151         for cfun, at front-end level.
31152         Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
31153         Do not include ggc.h, but include vecprim.h for VEC(char).
31154         * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
31155         Explain why target.h is included.
31156         * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
31157         Explain why gimple.h is included.
31158         * c-ppoutput.c: Do not include tm.h.
31159         * c-common.c: Do not include gimple.h.  Explain why expr.h is included.
31160         * c-parses.c: Explain why rtl.h is included, and that this (and only
31161         this) is also why tm.h must be included.
31162         Do not include except.h.
31163         * c-lang.c: Do not include ggc.h.
31165 2010-05-15  Uros Bizjak  <ubizjak@gmail.com>
31167         * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
31169 2010-05-15  Joseph Myers  <joseph@codesourcery.com>
31171         * c-decl.c (grokfield): Allow typedefs for anonymous structs and
31172         unions by default if those structs and unions have no tags.  Do
31173         not condition anonymous struct and unions handling on flag_iso.
31174         Allow anonymous structs and unions for C1X.
31175         (finish_struct): Do not diagnose lack of named fields when
31176         anonymous structs and unions present for C1X.  Accept flexible
31177         array members in structure with anonymous structs or unions but no
31178         directly named fields.
31179         * doc/extend.texi (Unnamed Fields): Update.
31181 2010-05-15  Eric Botcazou  <ebotcazou@adacore.com>
31183         * gimple.h (compare_field_offset): Rename into...
31184         (gimple_compare_field_offset): ...this.
31185         * gimple.c (compare_field_offset): Rename into...
31186         (gimple_compare_field_offset): ...this.  Compare the full access if
31187         the offset is self-referential.
31188         (gimple_types_compatible_p): Adjust for above renaming.
31189         * lto-streamer-in.c (input_gimple_stmt): Likewise.  Also compare the
31190         DECL_NONADDRESSABLE_P flag of fields before merging them.
31192 2010-05-15  Nathan Froyd  <froydnj@codesourcery.com>
31194         * tree.h (ctor_to_list): Delete.
31195         * tree.c (ctor_to_list): Delete.
31197 2010-05-15  Jan Hubicka  <jh@suse.cz>
31199         * ipa-reference.c: Include toplev.h
31200         (is_proper_for_analysis): Only add to all_module_statics
31201         if it is allocated.
31202         (write_node_summary_p, stream_out_bitmap,
31203         ipa_reference_write_optimization_summary,
31204         ipa_reference_read_optimization_summary): New.
31205         (struct ipa_opt_pass_d pass_ipa_reference): Add
31206         optimization summary streaming.
31207         * lto-cgraph.c (referenced_from_this_partition_p,
31208         reachable_from_this_partition_p): New functions.
31209         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
31210         call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
31211         * opts.c (decode_options): Enable ipa_reference.
31212         * Makefile.in (ipa-reference.o): Add toplev.h dependency.
31213         * lto-streamer.h (referenced_from_this_partition_p,
31214         reachable_from_this_partition_p): Declare.
31216 2010-05-15  Richard Guenther  <rguenther@suse.de>
31218         PR tree-optimization/44038
31219         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
31220         taking the address of a V_C_E of a constant.
31222 2010-05-14  Jan Hubicka  <jh@suse.cz>
31224         * tree.h (memory_identifier_string): Remove.
31225         * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
31226         (ipa_reference_global_vars_info_d): Remove statics_not_read and
31227         statics_not_written.
31228         (ipa_reference_optimization_summary_d): New structure.
31229         (ipa_reference_optimization_summary_t): New type and vector.
31230         (ipa_reference_vars_info_d): Embedd structures instead of using
31231         pointers.
31232         (reference_vars_to_consider): Remove out of GGC space.
31233         (module_statics_escape): Remove.
31234         (global_info_obstack): Rename to ...
31235         (optimization_summary_obstack): ... this one.
31236         (initialization_status_t): Remove.
31237         (memory_identifier_string): Remove.
31238         (get_reference_vars_info): Fix indenting.
31239         (set_reference_vars_info): Likewise.
31240         (get_reference_optimization_summary): New.
31241         (set_reference_optimization_summary): New.
31242         (get_global_reference_vars_info): Remove.
31243         (ipa_reference_get_read_global): Remove.
31244         (ipa_reference_get_written_global): Remove.
31245         (ipa_reference_get_not_read_global): Update.
31246         (ipa_reference_get_not_written_global): Update.
31247         (is_proper_for_analysis): Outlaw addressable.
31248         (propagate_bits): Update for new datastructures.
31249         (analyze_variable): Remove.
31250         (init_function_info): Update for new datastructures.
31251         (clean_function_local_data): Remove.
31252         (clean_function): Remove.
31253         (copy_global_bitmap): Use optimizations_summary_obstack.
31254         (duplicate_node_data): Duplicate optimization summary only.
31255         (remove_node_data): Remove optimization summary only.
31256         (generate_summary): Do not analyze variables; do not compute
31257         module_statics_escape; do not prune solutions by it.
31258         (read_write_all_from_decl): Fix typos in comments.
31259         (propagate): Doscover readonly and nonaddressable first;
31260         update for new datastructures; share global bitmaps.
31261         * ipa-reference.h (ipa_reference_get_read_global,
31262         ipa_reference_get_written_global): Remove.
31263         * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
31264         * Makefile.in: Remove ipa-refereference from GT files.
31266 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
31268         PR debug/44112
31269         * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
31270         for all SYMBOL_REF_DECLs.
31272 2010-05-14  Jan Hubicka  <jh@suse.cz>
31274         * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
31275         (varpool_all_refs_explicit_p): New inline function.
31276         * ipa-reference.c: Update comment.
31277         (module_statics_written): Remove.
31278         (get_static_decl): Remove.
31279         (ipa_init): Do not initialize module_statics_written.
31280         (analyze_function): Likewise.
31281         (generate_summary): Likewise; do not compute module_statics_readonly
31282         and do not update variable flags.
31283         (propagate): Call ipa_discover_readonly_nonaddressable_vars.
31284         * ipa.c: Inlucde flags.h
31285         (cgraph_local_node_p): New.
31286         (cgraph_remove_unreachable_nodes): Return early when not optimizing;
31287         promote functions to local.
31288         (ipa_discover_readonly_nonaddressable_vars): New function.
31289         (function_and_variable_visibility): Use cgraph_local_node_p.
31290         * varpool.c (varpool_finalize_decl): Set force_output for
31291         DECL_PRESERVE_P vars.
31293 2010-05-14  Jan Hubicka  <jh@suse.cz>
31295         * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
31297 2010-05-14  Richard Guenther  <rguenther@suse.de>
31299         PR tree-optimization/44119
31300         * tree-ssa-pre.c (eliminate): Properly mark replacement of
31301         a PHI node necessary.
31303 2010-05-14  Eric Botcazou  <ebotcazou@adacore.com>
31305         * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
31307 2010-05-14  Jason Merrill  <jason@redhat.com>
31309         PR c++/44127
31310         * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
31311         (gimple_call_set_nothrow): New.
31312         * gimple.c (gimple_build_call_from_tree): Call it.
31313         (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
31315         PR c++/44127
31316         * gimplify.c (gimplify_seq_add_stmt): No longer static.
31317         * gimple.h: Declare it.
31318         * gimple.c (gimple_build_eh_filter): No ops.
31320 2010-05-14  Jan Hubicka  <jh@suse.cz>
31322         * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
31323         nodes already in queue.
31324         (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
31325         re-enqueueing node.
31327 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
31329         PR debug/44136
31330         * cfgexpand.c (expand_debug_expr): If non-memory op0
31331         has BLKmode, return NULL.
31333 2010-05-14  Harsha Jagasia  <harsha.jagasia@amd.com>
31335         * config.gcc: Add support for --with-cpu option for bdver1.
31336         * config/i386/i386.h (TARGET_BDVER1): New macro.
31337         (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
31338         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
31339         (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
31340         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
31341         Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
31342         (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
31343         (processor_type): Add PROCESSOR_BDVER1.
31344         * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
31345         processor_type in config/i386/i386.h.
31346         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
31347         movaps <reg, reg> instead of movapd <reg, reg> when replacing
31348         movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
31349         Add check for  TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
31350         to emit packed xor instead of packed double/packed integer
31351         xor for SSE and AVX when moving a zero value.
31352         * config/i386/sse.md: Add check for
31353         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
31354         movapd/movdqa for SSE and AVX.
31355         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
31356         single logical operations i.e and, or and xor instead of packed double
31357         logical operations for SSE and AVX.
31358         * config/i386/i386-c.c (ix86_target_macros_internal):
31359         Add PROCESSOR_BDVER1.
31360         * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
31361         (has_fma4, has_xop): New.
31362         * config/i386/i386.c (bdver1_cost): New variable.
31363         (m_BDVER1): New macro.
31364         (m_AMD_MULTIPLE): Add m_BDVER1.
31365         (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
31366         x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
31367         x86_tune_use_simode_fiop, x86_tune_promote_qimode,
31368         x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
31369         x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
31370         x86_tune_sse_partial_reg_dependency,
31371         x86_tune_sse_unaligned_load_optimal,
31372         x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
31373         x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
31374         x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
31375         x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
31376         x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
31377         Enable/disable for bdver1.
31378         (processor_target_table): Add bdver1_cost.
31379         (cpu_names): Add bdver1.
31380         (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
31381          processor_alias_table.
31382         (ix86_expand_vector_move_misalign): Change.
31383         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
31384         Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
31385         Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
31386         of movupd/movdqu for SSE and AVX.
31387         (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
31388         (ix86_tune_adjust_cost): Add code for bdver1.
31389         (standard_sse_constant_opcode): Add check for
31390         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
31391         of packed double xor for SSE and AVX.
31393 2010-05-14  Pat Haugen  <pthaugen@us.ibm.com>
31395         * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
31396         result to unsigned.
31398 2010-05-14  Tristan Gingold  <gingold@adacore.com>
31400         * toplev.c (default_debug_hooks): Remove this variable.
31401         (process_options): Remove assignments to default_debug_hooks.
31403 2010-05-14  Martin Jambor  <mjambor@suse.cz>
31405         * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
31406         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
31407         * langhooks.h (struct lang_hooks_for_decls): Removed field
31408         fold_obj_type_ref.
31409         * tree.c (free_lang_data): Remove assignment to
31410         lang_hooks.fold_obj_type_ref.
31411         * tree.def (OBJ_TYPE_REF): Update comment.
31413 2010-05-14  Richard Guenther  <rguenther@suse.de>
31415         PR tree-optimization/44124
31416         * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
31418 2010-05-14  Alan Modra  <amodra@gmail.com>
31420         PR target/44075
31421         * config/rs6000/rs6000.c (struct machine_function): Reorder
31422         fields for better packing.  Add lr_save_state.
31423         (rs6000_ra_ever_killed): Return lr_save_state if set.
31424         (rs6000_emit_eh_reg_restore): Set lr_save_state.
31426 2010-05-13  Jan Hubicka  <jh@suse.cz>
31428         * varpool.c (decide_is_variable_needed): Drop code checking
31429         TREE_SYMBOL_REFERENCED.
31431 2010-05-13  Jan Hubicka  <jh@suse.cz>
31433         * final.c (output_addr_const): Do not call mark_decl_referenced.
31434         * cgraphunit.c (process_function_and_variable_attributes): Use
31435         mark_needed_node dirrectly.
31436         (assemble_thunk): Do not call mark_decl_referenced.
31438 2010-05-13  Anatoly Sokolov  <aesok@post.ru>
31440         * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
31442 2010-05-13  Jeff Law  <law@redhat.com>
31444         * ira-conflicts.c (print_allocno_conflicts): New function broken out
31445         from...
31446         (print_conflicts): Call print_allocno_conflicts.
31448 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
31450         PR debug/44104
31451         * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
31452         if it is NULL.
31454 2010-05-13  Kai Tietz  <kai.tietz@onevision.com>
31456         * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
31457         t-mingw-w64 or t-mingw-w32 for multilib configuration.
31458         * config/i386/t-mingw-w32: New.
31459         * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
31461 2010-05-13  Martin Jambor  <mjambor@suse.cz>
31463         * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
31464         gimple-fold.c).
31465         * gimple-fold.c (get_base_binfo_for_type): New function.
31466         (gimple_get_relevant_ref_binfo): Likewise.
31467         (gimple_fold_obj_type_ref_known_binfo): Likewise.
31468         (gimple_fold_obj_type_ref): Likewise.
31469         (fold_gimple_call): Simplify condition for folding virtual calls
31470         and call gimple_fold_obj_type_ref.
31471         * gimple.h (gimple_get_relevant_ref_binfo): Declare.
31472         (gimple_fold_obj_type_ref_known_binfo): Likewise.
31474 2010-05-13  Andreas Schwab  <schwab@linux-m68k.org>
31476         * config/rs6000/rs6000-protos.h
31477         (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
31478         * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
31479         (rs6000_debug_mode_dependent_address)
31480         (rs6000_mode_dependent_address_ptr): Likewise.
31482 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
31484         PR debug/43983
31485         * var-tracking.c (track_expr_p): Allow tracking of variables optimized
31486         by SRA.
31487         * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
31488         * tree-sra.c (create_access_replacement): Call unshare_expr before
31489         passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
31490         * dwarf2out.c: Include tree-flow.h.
31491         (struct var_loc_node): Rename var_loc_note field to loc, add comment.
31492         (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
31493         Handle DW_OP_bit_piece.
31494         (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
31495         construct_piece_list, adjust_piece_list): New functions.
31496         (add_var_loc_to_decl): Handle SRA optimized variables.
31497         Adjust for var_loc_note to loc field renaming.
31498         (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
31499         in VAR_LOCATION note.
31500         (new_loc_descr_op_bit_piece): New function.
31501         (dw_sra_loc_expr): New function.
31502         (dw_loc_list): Use it.  Don't handle the last range after the
31503         loop, handle it inside of the loop.  Adjust for var_loc_note
31504         to loc field renaming.
31505         (add_location_or_const_value_attribute): Only special case
31506         single entry loc lists if loc is NOTE_P.  Adjust for
31507         var_loc_note to loc field renaming.
31508         (dwarf2out_var_location): Don't set newloc->var_loc_note
31509         and newloc->next here.
31511 2010-05-12  Jan Hubicka  <jh@suse.cz>
31513         * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
31514         flag.
31515         * cgraph.h (cgraph_only_called_directly_p,
31516         cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
31517         (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
31518         * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
31519         (assemble
31520         * ipa.c (cgraph_remove_unreachable_nodes): Use
31521         cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
31522         flags.
31523         * tree-inline.c (copy_bb): Check address_taken flag.
31524         * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
31525         externally_visible flag.
31527 2010-05-12  Jason Merrill  <jason@redhat.com>
31529         PR bootstrap/44048
31530         PR target/44099
31531         * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
31532         * sdbout.c (plain_type_1): Likewise.
31533         * dwarf2out.c (is_base_type): Likewise.
31534         (gen_type_die_with_usage): Likewise.  Generate
31535         DW_TAG_unspecified_type for any LANG_TYPE.
31537 2010-05-12  Jan Hubicka  <jh@suse.cz>
31539         * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
31540         indrect edges too.
31541         * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
31542         (cgraph_clone_edge): Update.
31543         (cgraph_node_remove_callees): Remove indirect calls too.
31544         * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
31545         (cgraph_create_indirect_edge): Update prototype.
31546         * ipa-reference.c (has_proper_scope_for_analysis): Rename to
31547         is_proper_for_analysis.
31548         (add_new_function, visited_nodes, function_insertion_hook_holder,
31549         get_local_reference_vars_info, mark_address_taken, mark_address,
31550         mark_load, mark_store, check_asm_memory_clobber, check_call,
31551         scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
31552         (ipa_init): Do not initialize visited_nodes;
31553         function_insertion_hook_holder.
31554         (analyze_variable): Rewrite.
31555         (analyze_function): Rewrite.
31556         (copy_local_bitmap): Remove.
31557         (duplicate_node_dat): Do not duplicate local info.
31558         (generate_summary): Simplify to only walk cgraph.
31559         (write_node_summary_p, ipa_reference_write_summary,
31560         ipa_reference_read_summary): Remove.
31561         (propagate): Do not remove function insertion;
31562         generate summary.
31563         (pass_ipa_reference): NULLify summary handling fields.
31564         * lto-cgraph.c (lto_output_edge): Output ecf_flags.
31565         (input_edge): Input ecf_flags.
31566         * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
31567         (update_indirect_edges_after_inlining): Ignore edges with unknown
31568         param.
31570 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
31572         * implicit-zee.c: New file.
31573         * tree-pass.h (pass_implicit_zee): Declare.
31574         * passes.c (init_optimization_passes): Add zee pass.
31575         * common.opt (fzee): New flag.
31576         * timevar.def (TV_ZEE): Define.
31577         * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
31578         and beyond.
31579         * Makefile.in (implicit-zee.o): Add new build file.
31581 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
31582             Nathan Froyd  <froydnj@codesourcery.com>
31584         * c-common.c (sync_resolve_params): Remove write-only variable.
31586 2010-05-12  Anatoly Sokolov  <aesok@post.ru>
31588         * target.h (struct gcc_target): Add mode_dependent_address_p field.
31589         * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
31590         (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
31591         * targhooks.c (default_mode_dependent_address_p): New function.
31592         * targhooks.h (default_mode_dependent_address_p): Declare function.
31593         * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
31594         (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
31595         * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
31596         target hook. Change return type to bool.
31597         * recog.h (mode_dependent_address_p): Change return type to bool.
31599 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
31600             Nathan Froyd  <froydnj@codesourcery.com>
31602         * tree-mudflap.c (build_function_type_0, build_function_type_1,
31603         build_function_type_2, build_function_type_3): Remove.
31604         (mudflap_init): Use build_function_type_list.
31606 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
31607             Nathan Froyd  <froydnj@codesourcery.com>
31609         * coverage.c (build_fn_info_value): Call build_constructor instead of
31610         build_constructor_from_list.
31611         (build_ctr_info_value): Likewise.
31612         (build_gcov_info): Likewise.
31614 2010-05-12  Nathan Froyd  <froydnj@codesourcery.com>
31616         * tree.c (build_constructor): Compute TREE_CONSTANT for the
31617         resultant constructor.
31618         (build_constructor_single): Don't set TREE_CONSTANT.
31619         (build_constructor_from_list): Don't compute TREE_CONSTANT.
31621 2010-05-12  Jan Hubicka  <jh@suse.cz>
31623         * cgraph.h (struct varpool_node): Add aux.
31624         * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
31625         * varpool.c (varpool_remove_node): Do not remove initializer.
31626         (varpool_reset_queue): Export.
31627         (varpool_finalize_decl): Volatile vars are forced to be output.
31628         * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
31629         replaced decl.
31630         * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
31631         process_references, varpool_can_remove_if_no_refs): New functions.
31632         (cgraph_remove_unreachable_nodes): Handle variables too.
31634 2010-05-12  H.J. Lu  <hongjiu.lu@intel.com>
31636         PR target/44088
31637         * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
31639 2010-05-12  Jakub Jelinek  <jakub@redhat.com>
31641         PR middle-end/44085
31642         * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
31643         change value of ORT_TASK.
31644         (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
31645         (omp_notice_threadprivate_variable): New function.
31646         (omp_notice_variable): Call it for threadprivate variables.
31647         If enclosing ctx is a task, print enclosing task rather than
31648         enclosing parallel.  Handle ORT_UNTIED_TASK like ORT_TASK.
31649         (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
31650         if task has untied clause.
31652         PR debug/42278
31653         * dwarf2out.c (base_type_die): Don't add name attribute here.
31654         (modified_type_die): Instead of sizetype use
31655         its underlying original type.  If a DW_TAG_base_type doesn't
31656         have name added, add __unknown__.
31657         (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
31658         always call force_type_die instead.
31660 2010-05-12  Maxim Kuvyrkov  <maxim@codesourcery.com>
31662         * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
31663         for __stack_chk_guard.
31665 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
31667         * c-opts.c (c_common_parse_file): If start_end_main_source_file,
31668         don't call start_source_file debug hook here...
31669         (finish_options): ... but here, after outputting predefined and
31670         command line defines and undefs.
31672         PR middle-end/44071
31673         * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
31674         no fallthru edge.
31675         * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
31676         optimizing away empty bb with no successors, move over its
31677         footer chain to fallthru predecessor.
31678         * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
31679         (rtl_split_edge): For asm goto call patch_jump_insn even if
31680         splitting fallthru edge.
31682         PR c++/44059
31683         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
31684         even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
31685         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
31686         * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
31687         on DW.ref.* decls.
31689         PR c++/44062
31690         * c-parser.c (c_parser_expression): Mark LHS of a comma
31691         expression as read if it is a decl, handled component or
31692         COMPOUND_EXPR with that on the RHS.
31693         * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
31694         if it is a decl or handled component.
31696 2010-05-11  Jan Hubicka  <jh@suse.cz>
31698         * lto-symtab.c (lto_symtab_free): New function.
31699         * lto-streamer.h (lto_symtab_free): Declare.
31701 2010-05-11  Jan Hubicka  <jh@suse.cz>
31703         * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
31704         that if function is needed it is reachable.
31705         (lto_output_node): See if it the function is reachable or referenced.
31706         (output_cgraph): Update call of lto_output_node.
31707         * lto-streamer.h (reachable_from_other_partition_p): Declare.
31709 2010-05-11  Jan Hubicka  <jh@suse.cz>
31711         * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
31712         Mark as used.
31714 2010-05-11  Jan Hubicka  <jh@suse.cz>
31716         PR tree-optimize/44063
31717         * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
31718         queue.
31719         (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
31720         limits.
31721         (estimate_function_body_sizes): Compute sizes even when disregarding.
31723 2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
31725         * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
31727 2010-05-11  Jan Hubicka  <jh@suse.cz>
31729         * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
31730         into every boundary.
31732 2010-05-11  Jan Hubicka  <jh@suse.cz>
31734         * matrix-reorg.c (matrix_reorg): Rebuild edges.
31736 2010-05-11  Jan Hubicka  <jh@suse.cz>
31738         * lto-streamer.c (lto_streamer_cache_add_to_node_array,
31739         lto_streamer_cache_delete): Put nodes into heap.
31740         * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
31741         heap.
31743 2010-05-11  Jan Hubicka  <jh@suse.cz>
31745         * cgraphbuild.c (cgraph_rebuild_references): New.
31746         * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
31747         out extern inlines.
31748         * cgraph.h (cgraph_rebuild_references): Declare.
31749         * tree-inline.c (tree_function_versioning): Use it.
31750         * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
31752 2010-05-11  Jan Hubicka  <jh@suse.cz>
31754         * cgraph.c: Include ipa-utils.h
31755         (cgraph_create_virtual_clone): Update references.
31756         * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
31758 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
31760         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
31761         prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
31762         cache size.
31764 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
31766         * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
31768 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
31770         * gcc.c (execute): For -### don't quote arguments that
31771         contain just alphanumerics and _/-. characters.
31772         * doc/invoke.texi: Document that change for -###.
31774         PR debug/44023
31775         * df-problems.c (struct dead_debug): Add to_rescan field.
31776         (dead_debug_init): Clear to_rescan field.
31777         (dead_debug_finish): Rescan all debug insns in to_rescan
31778         bitmap and free the bitmap.
31779         (dead_debug_insert_before): Instead of rescanning debug insns
31780         immediately queue their rescanning until dead_debug_finish.
31781         (df_note_bb_compute): After dead_debug_add do continue instead
31782         of break.
31784 2010-05-10  Jakub Jelinek  <jakub@redhat.com>
31786         PR debug/44028
31787         * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
31788         clear also INSN_REG_USE_LIST.
31790 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31792         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
31794 2010-05-10  Jan Hubicka  <jh@suse.cz>
31796         * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
31797         commited change.
31799 2010-05-10  Jan Hubicka  <jh@suse.cz>
31801         * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
31802         Allocate encoders.
31803         * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
31804         * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
31805         (lto_streamer_cache_create): Init alloc pool.
31806         (lto_streamer_cache_delete): Free alloc pool.
31807         * lto-streamer.h: Include alloc pool.
31808         (lto_streamer_cache_d): Use alloc pool.
31809         * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
31811 2010-05-10  Jan Hubicka  <jh@suse.cz>
31813         * Makefile.in (cgraphbuild.o): Add dependency on except.h.
31814         * cgraphbuild.c: Include except.h
31815         (record_type_list, record_eh_tables): New function.
31816         (build_cgraph_edges, rebuild_cgraph_edges): Use it.
31818 2010-05-10  Jan Hubicka  <jh@suse.cz>
31820         * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
31821         __frame_dummy_init_array_entry, force_to_data): Attribute as used
31822         rather than unused.
31824 2010-05-10  Michael Matz  <matz@suse.de>
31826         * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
31827         (can_reassociate_p): Use FLOAT_TYPE_P.
31828         * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
31829         (vect_force_simple_reduction): ... this.
31830         * tree-parloops.c (gather_scalar_reductions): Use
31831         vect_force_simple_reduction.
31832         * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
31833         vect_is_simple_reduction, add modify argument, if true rewrite
31834         "a-b" into "a+(-b)".
31835         (vect_is_simple_reduction, vect_force_simple_reduction): New
31836         functions.
31837         (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
31839 2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>
31840             Vladimir Makarov  <vmakarov@redhat.com>
31842         PR rtl-optimization/44012
31843         * ira-build.c (remove_unnecessary_allocnos): Nullify
31844         regno_allocno_map of the removed allocno.
31846 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31848         * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
31849         to /dev/null.
31850         * configure: Regenerate.
31852 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31854         * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
31855         unused.
31856         Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
31857         * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
31858         support in Sun ld.
31859         * configure: Regenerate.
31861 2010-05-10  Richard Guenther  <rguenther@suse.de>
31863         * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
31864         marked if the entry identifier is marked.
31866 2010-05-10  Richard Guenther  <rguenther@suse.de>
31868         * c-common.c (struct c_common_attributes): Add fnspec attribute.
31869         (handle_fnspec_attribute): New function.
31870         * gimple.h (gimple_call_return_flags): Declare.
31871         (gimple_call_arg_flags): Likewise.
31872         * gimple.c (gimple_call_arg_flags): New function.
31873         (gimple_call_return_flags): Likewise.
31874         * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
31875         New argument flags.
31876         (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
31877         return value flags.
31878         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
31879         * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
31880         main work to ...
31881         (make_heapvar_for): ... this new function.
31882         (handle_rhs_call): Handle fnspec attribute argument specifiers.
31883         (handle_lhs_call): Likewise.
31884         (find_func_aliases): Adjust.
31886 2010-05-10  Richard Guenther  <rguenther@suse.de>
31888         PR tree-optimization/44050
31889         * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
31891 2010-05-10  Wei Guozhi  <carrot@google.com>
31893         PR target/42879
31894         * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
31896 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
31898         PR c/10676
31899         * c-typeck.c (lookup_field): Take a type directly.  Update
31900         recursive calls.
31901         (build_component_ref): Update call to lookup_field.
31902         (set_init_label): Use lookup_field to find initialized field.
31903         Handle returned list of fields like a sequence of designators.
31905 2010-05-09  Richard Guenther  <rguenther@suse.de>
31907         PR middle-end/44024
31908         * fold-const.c (tree_single_nonzero_warnv_p): Properly
31909         handle &FUNCTION_DECL.
31911 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
31913         PR c/4784
31914         * c-decl.c (detect_field_duplicates_hash): New.  Handle anonymous
31915         structures and unions recursively.
31916         (detect_field_duplicates): Move duplicate detection with a hash to
31917         detect_field_duplicates_hash.  Always use a hash if anonymous
31918         structures or unions are present.
31919         * doc/extend.texi (Unnamed Fields): Document that duplicate fields
31920         give errors.
31922 2010-05-09  H.J. Lu  <hongjiu.lu@intel.com>
31924         PR target/44046
31925         * config/i386/driver-i386.c (host_detect_local_cpu): Properly
31926         detect Atom, Core 2 and Core i7.
31928 2010-05-09  Richard Guenther  <rguenther@suse.de>
31930         * gcc.c (store_arg): Handle temporary file deletion for
31931         joined arguments.
31933 2010-05-09  Richard Guenther  <rguenther@suse.de>
31935         PR middle-end/44043
31936         * ipa-inline.c (estimate_function_body_sizes): Return after
31937         disregarding inline limits.
31939 2010-05-09  Richard Guenther  <rguenther@suse.de>
31941         * gcc.c (store_arg): Revert last change.
31943 2010-05-08  Sandra Loosemore  <sandra@codesourcery.com>
31945         PR middle-end/28685
31946         * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
31947         (optimize_ops_list): Call it.
31949 2010-05-08  Richard Guenther  <rguenther@suse.de>
31951         PR tree-optimization/44030
31952         * tree-ssa-pre.c (eliminate): Copy NECESSARY flag.  Set
31953         NECESSARY flag if we propagate from a inserted expression.
31955 2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
31957         * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
31958         domain types as equal if they are both PLACEHOLDER_EXPRs.
31960 2010-05-08  Richard Guenther  <rguenther@suse.de>
31962         * lto-wrapper.c (run_gcc): Remove linker output from
31963         command line for LTRANS invocation.
31965 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
31967         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
31968         lto-macho as lto_binary_reader.
31969         * target.h (struct gcc_target): New hooks lto_start and lto_end.
31970         * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
31971         * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
31972         in lto_start and lto_end calls.
31973         (is_elf_or_coff): Rename to maybe_lto_object_file.  Add Mach-O
31974         magic numbers.
31975         (scan_prog_file): Update is_elf_or_coff call.
31976         * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
31978         * collect2.c (main): Fix enum comparison.
31980         * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
31981         Add prototypes.
31982         * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
31983         * darwin.h (LINK_COMMAND_SPEC): Likewise.  Define TARGET_ASM_LTO_START
31984         and TARGET_ASM_LTO_END.
31985         * darwin.c: Include obstack.h and lto-streamer.h.
31986         (lto_section_names_offset, lto_section_names_obstack,
31987         lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
31988         global variables.
31989         (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
31990         (darwin_asm_lto_start): New function.  Redirect output to asm_out_file
31991         to a temporary file.
31992         (darwin_asm_lto_end): New function.  Restore asm_out_file.
31993         (darwin_asm_named_section): For LTO sections, replace the name with
31994         the offset of the section name in a string table, and build this
31995         table.
31996         (darwin_file_start): Initialize global vars for LTO support.
31997         (darwin_file_end): If output to asm_out_file was redirected, append it
31998         to the proper asm_out_file here.  Add the section names section.
32000 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
32002         * c-pragma.c (pending_weak_d, pending_weak): New.
32003         (pending_weaks): Change the type to VEC((pending_weak,gc) *.
32004         (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
32005         handle_pragma_weak): Update the uses of pending_weaks.
32007 2010-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32009         PR documentation/44016
32010         * doc/standards.texi (Standards): Link to unversioned
32011         cxx0x_status.html page.
32013 2010-05-07  Iain Sandoe  <iains@gcc.gnu.org>
32015         PR target/43708
32016         * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
32017         in addition to TREE_USED, to avoid "set but unused" warnings.
32019 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
32021         * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
32022         (is_loop_prefetching_profitable): Do not insert prefetches
32023         when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
32024         times the prefetch ahead distance.
32026 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
32028         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
32029         Account for loop unrolling in the insn-to-prefetch ratio heuristic.
32030         (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
32031         the unroll_factor.
32033 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
32035         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
32036         a diagnostic info when the insn-to-mem ratio is too small.
32038 2010-05-07  Richard Guenther  <rguenther@suse.de>
32040         * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
32041         the linker plugin.
32042         (store_arg): Queue temp_filename for deletion instead of
32043         the whole argument.
32045 2010-05-07  Richard Guenther  <rguenther@suse.de>
32047         * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
32048         (run_gcc): Handle LTRANS phase invocation.
32049         * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
32051 2010-05-07  Jakub Jelinek  <jakub@redhat.com>
32053         * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
32054         this is also meaningful on PARM_DECLs and RESULT_DECLs.
32056 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32058         * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
32060 2010-05-07  Richard Guenther  <rguenther@suse.de>
32062         PR tree-optimization/44020
32063         * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
32064         code when PRE is not yet initialized.
32066 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32068         * config/mips/dbxmdebug.h: Remove.
32069         * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
32071 2010-05-07  Shujing Zhao  <pearly.zhao@oracle.com>
32073         * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
32074         with null pointer and also warn about ordered comparison of zero with
32075         pointer if -Wextra.
32077 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
32079         * graphite-blocking.c
32080         (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
32081         * graphite-clast-to-gimple.c
32082         (clast_to_gcc_expression): Same.
32083         (precision_for_value): Same.
32084         (precision_for_interval): Same.
32085         (gcc_type_for_interval): Same.
32086         (graphite_create_new_guard): Same.
32087         (compute_bounds_for_level): Same.
32088         (graphite_create_new_loop_guard): Same.
32089         * graphite-interchange.c
32090         (build_linearized_memory_access): Same.
32091         (pdr_stride_in_loop): Same.
32092         (memory_strides_in_loop_1): Same.
32093         (memory_strides_in_loop): Same.
32094         (extend_scattering): Same.
32095         (psct_scattering_dim_for_loop_depth): Same.
32096         (pbb_number_of_iterations): Same.
32097         * graphite-poly.h
32098         (debug_iteration_domains): Same.
32099         * graphite-ppl.c
32100         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
32101         (ppl_set_inhomogeneous_gmp): Same.
32102         (ppl_strip_loop): Same.
32103         (ppl_lexico_compare_linear_expressions): Same.
32104         (ppl_read_polyhedron_matrix): Same.
32105         (ppl_max_for_le_pointset): Same.
32106         * graphite-ppl.h
32107         (ppl_read_polyhedron_matrix): Same.
32108         (tree_int_to_gmp): Same.
32109         (gmp_cst_to_tree): Same.
32110         (ppl_set_inhomogeneous): Same.
32111         (ppl_set_inhomogeneous_tree): Same.
32112         (ppl_set_coef): Same.
32113         (ppl_set_coef_tree): Same.
32114         * graphite-sese-to-poly.c
32115         (build_pbb_scattering_polyhedrons): Same.
32116         (build_scop_scattering): Same.
32117         (scan_tree_for_params_right_scev): Same.
32118         (scan_tree_for_params): Same.
32119         (find_params_in_bb): Same.
32120         (find_scop_parameters): Same.
32121         (add_upper_bounds_from_estimated_nit): Same.
32122         (build_loop_iteration_domains): Same.
32123         (add_condition_to_domain): Same.
32124         (pdr_add_memory_accesses): Same.
32126 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
32128         * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
32129         CLooG's value_* macros to their respective mpz_* counterparts.
32130         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
32131         (graphite_create_new_loop_guard): Same.
32132         * graphite-interchange.c (build_linearized_memory_access): Same.
32133         (pdr_stride_in_loop): Same.
32134         (memory_strides_in_loop_1): Same.
32135         (1st_interchange_profitable_p): Same.
32136         * graphite-poly.c (extend_scattering): Same.
32137         (psct_scattering_dim_for_loop_depth): Same.
32138         (pbb_number_of_iterations): Same.
32139         (pbb_number_of_iterations_at_time): Same.
32140         * graphite-poly.h (new_1st_loop): Same.
32141         * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
32142         (oppose_constraint): Same.
32143         (insert_constraint_into_matrix): Same.
32144         (ppl_set_inhomogeneous_gmp): Same.
32145         (ppl_set_coef_gmp): Same.
32146         (ppl_strip_loop): Same.
32147         (ppl_lexico_compare_linear_expressions): Same.
32148         (ppl_max_for_le_pointset): Same.
32149         (ppl_min_for_le_pointset): Same.
32150         (ppl_build_realtion): Same.
32151         * graphite-ppl.h (gmp_cst_to_tree): Same.
32152         (ppl_set_inhomogeneous): Same.
32153         (ppl_set_inhomogeneous_tree): Same.
32154         (ppl_set_coef): Same.
32155         (ppl_set_coef_tree): Same.
32156         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
32157         (build_scop_scattering): Same.
32158         (add_value_to_dim): Same.
32159         (scan_tree_for_params_right_scev): Same.
32160         (scan_tree_for_params_int): Same.
32161         (scan_tree_for_params): Same.
32162         (find_params_in_bb): Same.
32163         (find_scop_parameters): Same.
32164         (add_upper_bounds_from_estimated_nit): Same.
32165         (build_loop_iteration_domains): Same.
32166         (create_linear_expr_from_tree): Same.
32167         (add_condition_to_domain): Same.
32168         (pdr_add_memory_accesses): Same.
32170 2010-05-06  Magnus Fromreide  <magfr@lysator.liu.se>
32171             Jason Merrill  <jason@redhat.com>
32173         * c-common.c (c_common_reswords): Add nullptr.
32174         * c-common.h: Add RID_NULLPTR.  Reorganize C++0x rids.
32175         * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
32176         (gen_type_die_with_usage): Likewise.
32177         * dbxout.c (dbxout_type): Likewise.
32178         * sdbout.c (plain_type_1): Likewise.
32180 2010-05-06  Jason Merrill  <jason@redhat.com>
32182         * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
32183         Don't change GS_OK to GS_ALL_DONE.  Make sure that all cases set
32184         ret appropriately.
32185         (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
32187         * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
32188         stripping WITH_SIZE_EXPR.
32189         (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
32190         change.
32192 2010-05-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32194         * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
32195         list of obsolete configurations.
32196         Disabled check for obsolete configurations.
32197         (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
32198         Removed support for previous versions.
32199         * config/mips/iris.h: Removed.
32200         * config/mips/iris5.h: Removed.
32201         * config/mips/iris6.h: Merged old iris.h contents.
32202         (TARGET_IRIX): Removed.
32203         (DRIVER_SELF_SPECS): Removed mabi=32.
32204         (IDENT_ASM_OP): Removed undef.
32205         (STARTFILE_SPEC): Removed mabi=32.
32206         (ENDFILE_SPEC): Likewise.
32207         (IRIX_SUBTARGET_LINK_SPEC): Likewise.
32208         (MACHINE_TYPE): Update for IRIX 6.5.
32209         * config/mips/mips.c (mips_build_builtin_va_list): Replaced
32210         TARGET_IRIX by TARGET_IRIX6.
32211         (mips_file_start): Likewise.
32212         (mips_output_external): Remove IRIX 5/6 O32 support.
32213         (mips_output_function_prologue): Likewise.
32214         * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
32215         TARGET_IRIX6.
32216         (TARGET_CPU_CPP_BUILTINS): Likewise.
32217         (TARGET_IRIX): Removed.
32218         * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
32219         (MULTILIB_DIRNAMES): Removed 32.
32220         (MULTILIB_OSDIRNAMES): Removed ../lib.
32221         * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
32222         (Specific, mips-sgi-irix5): Document removal.
32223         (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
32224         Remove references to older IRIX 6 releases and the O32 ABI.
32226 2010-05-06  Jakub Jelinek  <jakub@redhat.com>
32228         PR bootstrap/43994
32229         * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
32230         instead of DF_REF_REAL_REG.
32232 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
32234         PR target/43888
32235         * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
32236         handling to still return true for x64 targets.
32238 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32240         * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
32242 2010-05-06  Jan Hubicka  <jh@suse.cz>
32244         PR tree-optimization/43791
32245         * ipa-inline.c (update_caller_keys): Remove bogus
32246         disregard_inline_limits check.
32248 2010-05-06  Michael Matz  <matz@suse.de>
32250         PR tree-optimization/43984
32251         * tree-ssa-pre.c (inserted_phi_names): Remove.
32252         (inserted_exprs): Change to bitmap.
32253         (create_expression_by_pieces): Set bits, don't append to vector.
32254         (insert_into_preds_of_block): Don't handle inserted_phi_names.
32255         (eliminate): Don't look at inserted_phi_names, remove deleted
32256         insns from inserted_exprs.
32257         (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
32258         (init_pre, fini_pre): Allocate and free bitmaps.
32259         (execute_pre): Insert insns on edges before elimination.
32261 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32263         * tree.c (initializer_zerop): Handle STRING_CST.
32265 2010-05-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
32267         PR 40989
32268         * doc/invoke.texi (Wimplicit): Document as C only.
32269         * opts.c (common_handle_option): Add argument kind.
32270         (handle_option): Rename as read_cmdline_option. Factor out code to...
32271         (handle_option): ... here. New.
32272         (handle_options): Rename as read_cmdline_options.
32273         (decode_options): Update call.
32274         (set_option): Use option index instead of option pointer. Classify
32275         diagnostics correctly.
32276         (enable_warning_as_error): Call handle_option.
32277         * opts.h (set_option): Update declaration.
32278         (handle_option): Declare.
32279         * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
32280         * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
32281         * c-opts.c (set_Wimplicit): Delete.
32282         (c_family_lang_mask): New static constant.
32283         (c_common_handle_option): Add argument kind. Use handle_option
32284         instead of set_Wimplicit.
32285         (c_common_post_options): warn_implicit and warn_implicit_int
32286         are disabled by default.
32287         * c-common.c (warn_implicit): Do not define here.
32288         * c-common.h (warn_implicit): Do not declare here.
32289         (c_common_handle_option): Update declaration.
32290         * lto-opts.c (lto_reissue_options): Update call to set_option.
32292 2010-05-06  Richard Guenther  <rguenther@suse.de>
32294         PR tree-optimization/43571
32295         * domwalk.c (walk_dominator_tree): Walk the dominator
32296         sons in more optimal order.
32298 2010-05-06  Richard Guenther  <rguenther@suse.de>
32300         PR tree-optimization/43934
32301         * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
32302         (stmt_cost): Likewise.
32303         (extract_true_false_args_from_phi): New helper.
32304         (determine_max_movement): For PHI nodes verify we can hoist them
32305         and compute their cost.
32306         (determine_invariantness_stmt): Handle PHI nodes.
32307         (move_computations_stmt): Likewise.  Hoist PHI nodes in
32308         if-converted form using COND_EXPRs.
32309         (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
32310         (tree_ssa_lim): Likewise.
32311         * tree-flow.h (tree_ssa_lim): Adjust prototype.
32312         * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
32314 2010-05-06  Richard Guenther  <rguenther@suse.de>
32316         PR tree-optimization/43987
32317         * tree-ssa-structalias.c (could_have_pointers): For possibly
32318         address-taken variables force pointers to be recorded.
32319         (create_variable_info_for_1): Likewise.
32320         (push_fields_onto_fieldstack): Pass in wheter all fields
32321         must have pointers.
32322         (find_func_aliases): Query types instead of vars whether
32323         they contain pointers where appropriate.
32325 2010-05-06  Jan Hubicka  <jh@suse.cz>
32327         * cgraphbuild.c (record_reference_ctx): Add varpool_node.
32328         (record_reference, mark_address, mark_load, mark_store): Record
32329         references.
32330         (record_references_in_initializer): Update call of record_references.
32331         (rebuild_cgraph_edges): Remove all references before rebuiding.
32332         * cgraph.c (cgraph_create_node): Clear ref list.
32333         (cgraph_remove_node): Remove references.
32334         (dump_cgraph_node): Dump references.
32335         (cgraph_clone_node): Clone references.
32336         * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
32337         (struct cgraph_node, varpool_node): Add ref_lst.
32338         * ipa-ref.c: New file.
32339         * ipa-ref.h: New file.
32340         * ipa-ref-inline.h: New file.
32341         * lto-cgraph.c (output_varpool): Take cgrag node set argument.
32342         (referenced_from_other_partition_p): New function.
32343         (lto_output_varpool_node): Take set arugment; call
32344         referenced_from_other_partition.
32345         (lto_output_ref): New.
32346         (add_references): New.
32347         (output_refs): New.
32348         (output_cgraph): Compute boundary based on references; output refs.
32349         (output_varpool): Accept cgraph_node_set argument.
32350         (input_ref): New.
32351         (input_refs): New.
32352         (input_cgraph): Call input_refs.
32353         * lto-section-in.c (lto_section_name): Add refs.
32354         * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
32355         (ipa-ref.o): New file.
32356         * varpool.c (varpool_node): Clear ipa ref list.
32357         (varpool_remove_node): Remove references.
32358         (dump_varpool_node): Dump references.
32359         (varpool_assemble_decl): Only compile finalized ones.
32360         (varpool_extra_name_alias): Initialize ref list.
32361         * lto-streamer.c (lto-get_section_name): Add .refs section.
32362         * lto-streamer.h (lto_section_type): Add LTO_section_refs.
32363         (referenced_from_other_partition_p): Declared.
32365 2010-05-06  Ira Rosen  <irar@il.ibm.com>
32367         PR tree-optimization/43901
32368         * tree-vect-stmts.c (vectorizable_call): Assert that vector
32369         type is not NULL if it's transformation phase, and return
32370         FALSE if it's analysis.
32371         (vectorizable_conversion, vectorizable_operation,
32372         vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
32374 2010-05-05  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
32376         * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
32377         Delete.
32378         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
32379         New define.
32380         * config/mips/mips-protos.h
32381         (mips_small_register_classes_for_mode_p): Delete prototype.
32383 2010-05-06  Bernd Schmidt  <bernds@codesourcery.com>
32385         * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
32386         * config/arm/arm.c (multiple_operation_profitable_p,
32387         compute_offset_order): New static functions.
32388         (load_multiple_sequence, store_multiple_sequence): Use them.
32389         Replace constant 4 with MAX_LDM_STM_OPS.  Compute order[0] from
32390         memory offsets, not register numbers.
32391         (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
32393 2010-05-05  Steven Bosscher  <steven@gcc.gnu.org>
32395         * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
32396         (get_pending_sizes, put_pending_size, put_pending_sizes):
32397         Update the uses of pending_sizes.
32398         * c-decl.c (store_parm_decls): Likewise.
32399         * c-tree.h (struct c_arg_info): Likewise.
32400         * tree.h: Update the prototype for get_pending_sizes and
32401         put_pending_sizes.
32403 2010-05-05  Jason Merrill  <jason@redhat.com>
32405         PR debug/43370
32406         * c-common.c (handle_aligned_attribute): Respect
32407         ATTR_FLAG_TYPE_IN_PLACE.
32409         PR testsuite/43758
32410         * target.h (struct gcc_target): Add attribute_takes_identifier_p.
32411         * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
32412         (TARGET_INITIALIZER): Use it.
32413         * c-common.c (attribute_takes_identifier_p): Call it.
32414         * c-common.h: Update prototype.
32415         * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
32416         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
32418 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
32420         PR debug/43950
32421         * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
32422         DW_ID_down_case for Fortran compilation units.
32424 2010-05-05  Jan Hubicka  <jh@suse.cz>
32426         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
32427         handle aliases.
32429 2010-05-05  Eric Botcazou  <ebotcazou@adacore.com>
32431         * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
32432         a variable-sized RESULT_DECL.
32434 2010-05-05  Maxim Kuvyrkov  <maxim@codesourcery.com>
32436         * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
32438 2010-05-05  Jason Merrill  <jason@redhat.com>
32440         PR c++/43787
32441         * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
32442         returns GS_OK.
32443         (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
32445 2010-05-05  Alexandre Oliva  <aoliva@redhat.com>
32446             Jakub Jelinek  <jakub@redhat.com>
32448         PR debug/43478
32449         * df-problems.c (struct dead_debug_use, struct dead_debug): New.
32450         (dead_debug_init, dead_debug_finish): New functions.
32451         (dead_debug_add, dead_debug_insert_before): Likewise.
32452         (df_note_bb_compute): Initialize a dead_debug object, add dead
32453         debug uses to it, insert debug bind insns before death insns,
32454         reset debug insns that refer to pending uses at the end.
32455         * rtl.h (make_debug_expr_from_rtl): New prototype.
32456         * varasm.c (make_debug_expr_from_rtl): New function.
32458 2010-05-05  Jan Hubicka  <jh@suse.cz>
32460         * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
32461         (lto_varpool_encoder_new, lto_varpool_encoder_delete,
32462         lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
32463         lto_varpool_encoder_deref, lto_varpool_encoder_size,
32464         lto_varpool_encoder_encode_initializer_p,
32465         lto_set_varpool_encoder_encode_initializer): New functions.
32466         (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
32467         call output_varpool.
32468         (input_varpool_node): Do not always set analyzed.
32469         (input_cgraph_1): Return vector of cgraph nodes.
32470         (input_varpool_1): Return vector of varpools.
32471         (input_cgraph): Free the vectors.
32472         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
32473         output only initializers needed.
32474         (lto_output): Only call output_cgraph.
32475         (produce_asm_for_decls): Call lto_varpool_encoder_delete.
32476         * lto-section-out.c (lto_new_out_decl_state): Initialize
32477         state->varpool_node_encoder.
32478         * lto-streamer.h (lto_varpool_encoder_d): New.
32479         (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
32480         (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
32481         (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
32482         lto_varpool_encoder_encode, lto_varpool_encoder_delete,
32483         lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
32484         Declare.
32485         (output_varpool, input_varpool): Remove declarations.
32487 2010-05-05  Jan Hubicka  <jh@suse.cz>
32489         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
32490         with body can prevail.
32492 2010-05-05  Jan Hubicka  <jh@suse.cz>
32494         * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
32495         size.
32497 2010-05-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
32499         * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
32501         * gengtype.h (erro_at_line): Constify pos argument.
32503         * gengtype.c: Include hashtab.h.
32504         (enum gc_used): Document GC_MAYBE_POINTED_TO.
32505         (error_at_line): Constify pos argument.
32506         (do_typedef): Initialize p->opt field.
32507         (get_file_gtfilename): Fix comment typo.
32508         (struct walk_type_data): Constify line field.
32509         (get_output_file_for_structure): New function.
32510         (write_local_func_for_structure): Constify orig_s argument.
32511         Use get_output_file_for_structure.
32512         (write_func_for_structure): Use get_output_file_for_structure.
32513         (INDENT): New define.
32514         (dump_pair, dump_type, dump_type_list, dump_typekind)
32515         (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
32516         (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
32517         functions.
32518         (seen_types): New variable.
32519         (main): New variable do_dump.  Process "-d" command line option.
32520         Call dump_everything if dump requested.
32522 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
32524         * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
32525         in a temporary instead of invoking the macro multiple times.
32526         (track_expr_p): Likewise.
32528 2010-05-04  Neil Vachharajani  <nvachhar@google.com>
32530         * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
32531         per new semantics.
32532         * opts.c (decode_options): Enable -Werror=coverage-mismatch.
32533         * coverage.c (get_coverage_counts): Always emit a warning.  Adjust
32534         conditions for printing notes.
32535         * common.opt (-Wcoverage-mismatch): Allow negative, default to
32536         true, update documentation.
32537         * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
32539 2010-05-04  Jakub Jelinek  <jakub@redhat.com>
32541         PR c/43981
32542         * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
32543         on dimen.
32545 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
32547         PR target/43799
32548         * config/i386/i386.md (sse_prologue_save): Clobber CC register.
32549         (*sse_prologue_save_insn1): Likewise.
32550         (SSE prologue save splitter): Likewise.
32552 2010-05-04  Eric Botcazou  <ebotcazou@adacore.com>
32554         * tree.c (free_lang_data_in_one_sizepos): New inline function.
32555         (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
32556         types.  Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
32557         (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
32558         all decls.  Call it on DECL_FIELD_OFFSET of fields.
32559         (find_decls_types_r): Follow DECL_VALUE_EXPR.
32560         (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
32562 2010-05-04  Martin Jambor  <mjambor@suse.cz>
32564         * tree-sra.c (build_access_from_expr_1): The first parameter type
32565         changed to simple tree.
32566         (build_access_from_expr): Likewise, gsi parameter was eliminated.
32567         (scan_assign_result): Renamed to assignment_mod_result, enum elements
32568         renamed as well.
32569         (build_accesses_from_assign): Removed all parameters except for a
32570         simple gimple statement.  Now returns a simple bool.
32571         (scan_function): All non-analysis parts moved to separate functions
32572         sra_modify_function_body and ipa_sra_modify_function_body.  Removed all
32573         parameters and updated both callers.
32574         (sra_modify_expr): Removed parameter data.
32575         (sra_modify_function_body): New function.
32576         (perform_intra_sra): Call sra_modify_function_body to modify the
32577         function body.
32578         (replace_removed_params_ssa_names): Parameter data changed into
32579         adjustments vector.
32580         (sra_ipa_modify_expr): Likewise.  Also removed unused parameter gsi and
32581         changed the parameter dont_convert to convert with the opposite
32582         meaning.
32583         (sra_ipa_modify_assign): Parameter data changed into adjustments
32584         vector, return value changed to bool.
32585         (ipa_sra_modify_function_body): New function.
32586         (sra_ipa_reset_debug_stmts): Updated a comment.
32587         (modify_function): Use ipa_sra_modify_function_body to modify function
32588         body.
32590 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
32592         PR middle-end/43671
32593         * alias.c (true_dependence): Handle the same VALUE in x and mem.
32594         (canon_true_dependence): Likewise.
32595         (write_dependence_p): Likewise.
32597 2010-05-04  Jan Hubicka  <jh@suse.cz>
32599         * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
32600         * cgraphbuild.c: Include ipa-utils.h
32601         (record_reference_ctx): New struct.
32602         (record_reference): Simplify to work on initializers; not statements.
32603         (mark_address, mark_load, mark_store): New.
32604         (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
32605         walk PHI nodes too.
32606         (record_references_in_initializer): Update use of record_reference.
32607         (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
32608         walk PHI nodes too.
32610 2010-05-04  Jan Hubicka  <jh@suse.cz>
32612         * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
32613         node will be removed anyway.
32614         (lto_varpool_replace_node): Allow also unanalyzed nodes;
32615         relink aliases of node into prevailing node.
32616         * varpool.c (varpool_remove_node): Remove aliases properly;
32617         when removing node, remove all its aliases too; remove DECL_INITIAL
32618         of removed node; ggc_free the varpool node.
32620 2010-05-04  Richard Guenther  <rguenther@suse.de>
32622         PR tree-optimization/43879
32623         * tree-ssa-structalias.c (alias_get_name): Use
32624         DECL_ASSEMBLER_NAME if available.
32625         (create_function_info_for): Return the varinfo node.
32626         (ipa_pta_execute): Associate same-body aliases and extra names
32627         with their origin nodes varinfo.  Dump DECL_ASSEMBLER_NAME.
32629 2010-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
32631         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
32633 2010-05-04  Mikael Pettersson  <mikpe@it.uu.se>
32635         PR bootstrap/43964
32636         * ira-color.c (assign_hard_reg): Declare rclass and add_cost
32637         only if HONOR_REG_ALLOC_ORDER is not defined.
32639 2010-05-04  Richard Guenther  <rguenther@suse.de>
32641         PR tree-optimization/43949
32642         * tree-vrp.c (extract_range_from_binary_expr): Only handle
32643         TRUNC_MOD_EXPR.
32645 2010-04-26  Jason Merrill  <jason@redhat.com>
32647         * c.opt (-fstrict-enums): New.
32648         * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
32650 2010-05-03  David Ung  <davidu@mips.com>
32651             James E. Wilson  <wilson@codesourcery.com>
32653         * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
32654         emit the trap instruction before the divide for TUNE_74K.
32656 2010-05-03  Steven Bosscher  <steven@gcc.gnu.org>
32658         * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
32659         (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
32660         based on the above, for new target hook.
32662         * hooks.c (hook_bool_mode_true): New generic hook.
32663         * hooks.h (hook_bool_mode_true): Add prototype.
32665         * target.h (struct gcc_target): Add small_register_classes_for_mode_p
32666         target hook.
32667         * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
32668         target hook, set to hook_bool_mode_false.
32669         * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
32670         * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
32671         with targetm.small_register_classes_for_mode_p.
32672         (find_reusable_reload): Likewise.
32673         (combine_reloads): Likewise.
32674         * reload1.c (reload_as_needed): Likewise.
32675         * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
32676         * ifcvt.c (noce_process_if_block, check_cond_move_block,
32677         dead_or_predicable): Likewise.
32678         * regmove.c (optimize_reg_copy_1): Likewise.
32679         * calls.c (prepare_call_address): Likewise.
32680         (precompute_register_parameters): Likewise.
32682         * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
32683         hook definition.
32684         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
32685         implementation of the hook that considers all register classes
32686         small except for SH64.
32687         (sh_override_options): Use the new hook.
32688         * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
32689         Add prototype.
32691         * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
32692         hook definition.
32693         * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
32694         implementation of the hook that considers all register classes
32695         small for THUMB1.
32696         * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
32697         Add prototype.
32699         * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
32700         hook definition.
32701         * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
32702         implementation of the hook that considers all register classes
32703         small for MIPS16.
32704         * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
32705         Add prototype.
32707         * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
32708         hook definition.
32709         * config/m32c/m32c.h: Likewise.
32710         * config/pdp11/pdp11.h: Likewise.
32711         * config/avr/avr.h: Likewise.
32712         * config/xtensa/xtensa.h: Likewise.
32713         * config/m68hc11/m68hc11.h: Likewise.
32714         * config/mn10300/mn10300.h: Likewise.
32715         * config/mcore/mcore.h: Likewise.
32716         * config/h8300/h8300.h: Likewise.
32717         * config/bfin/bfin.h: Likewise.
32719         * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
32720         * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
32722 2010-05-03  Anatoly Sokolov  <aesok@post.ru>
32724         * double-int.h (tree_to_double_int): Remove macro.
32725         (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
32726         * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
32727         (tree_to_double_int): New function.
32728         * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
32729         Move ...
32730         * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
32732 2010-05-03  Richard Guenther  <rguenther@suse.de>
32734         PR tree-optimization/43971
32735         * tree-ssa-structalias.c (get_constraint_for_1): Fix
32736         constraints in the !flag_delete_null_pointer_checks case.
32738 2010-05-03  Jakub Jelinek  <jakub@redhat.com>
32740         PR debug/43972
32741         * config/i386/i386.c (ix86_delegitimize_address): Make sure the
32742         result mode matches original rtl mode.
32744 2010-05-03  Dave Korn  <dave.korn.cygwin@gmail.com>
32746         PR target/43888
32747         * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
32749 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
32751         * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
32752         when processing flag options.
32754 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
32756         * gcov-iov.c (main): Change format string placeholder
32757         from %#08x to 0x%08x.
32758         * genchecksum.c (dosum): Change format string placeholder
32759         from %#02x to 0x%02x.
32761 2010-05-02  Richard Guenther  <rguenther@suse.de>
32763         PR tree-optimization/43879
32764         * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
32766 2010-05-02  Bruno Haible  <bruno@clisp.org>
32768         * doc/extend.texi (Function Attributes): Fix a typo.
32770 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
32772         Revert:
32773         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
32774         placeholder from 0x%x to %#x.
32775         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
32776         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
32777         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
32778         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
32779         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
32780         * config/i386/i386.c (ix86_target_string): Ditto.
32781         * config/i386/i386.c (output_pic_addr_const): Ditto.
32782         (print_operand): Ditto.
32784 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
32786         * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
32787         placeholder from 0x%x to %#x.
32788         (ASM_OUTPUT_DEBUG_DATA1): Ditto.
32789         (ASM_OUTPUT_DEBUG_DATA4): Ditto.
32790         (ASM_OUTPUT_DEBUG_DATA): Ditto.
32791         (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
32792         (ASM_OUTPUT_DEBUG_DATA8): Ditto.
32793         * optc-gen.awk: Ditto.
32794         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
32795         (HOST_WIDE_INT_PRINT_HEX): Ditto.
32796         (HOST_WIDEST_INT_PRINT_HEX): Ditto.
32797         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
32799 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
32801         * target.h (struct calls): Add function_value_regno_p field.
32802         * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
32803         (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
32804         * targhooks.c (default_function_value_regno_p): New function.
32805         * targhooks.h (default_function_value_regno_p): Declare function.
32806         * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
32807         * builtins.c. (apply_result_size): (Ditto.).
32808         * combine.c. (likely_spilled_retval_p): (Ditto.).
32809         * mode-switching.c. Include 'target.h'.
32810         (create_pre_exit): Use function_value_regno_p hook.
32811         * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
32812         * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
32813         TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
32815         * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
32816         * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
32817         (ix86_function_value_regno_p): Declare as static, change argument
32818         type to const unsigned int.
32819         * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
32821 2010-05-01  Richard Guenther  <rguenther@suse.de>
32823         PR tree-optimization/43949
32824         * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
32825         types.
32826         (extract_range_from_binary_expr): Handle *_MOD_EXPR.
32828 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
32830         * rtl.h (CONST_DOUBLE_P): Define.
32831         (rtx_to_double_int): Declare.
32832         * emit-rtl.c (rtx_to_double_int): New function.
32833         * dwarf2out.c (insert_double): New function.
32834         (loc_descriptor, add_const_value_attribute): Clean up, use
32835         rtx_to_double_int and insert_double functions.
32837 2010-05-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
32839         * doc/extend.texi (Inline): Add missing return keyword to examples.
32840         (Function Attributes, Variable Attributes, Pragmas): Hyphenate
32841         "command-line".
32843 2010-04-30  Eric Botcazou  <ebotcazou@adacore.com>
32845         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
32846         the variable part of the offset as well.  Use highest_pow2_factor for
32847         all alignment checks.
32849 2010-04-30  Richard Guenther  <rguenther@suse.de>
32851         PR tree-optimization/43879
32852         * tree-ssa-structalias.c (type_could_have_pointers): Functions
32853         can have pointers.
32855 2010-04-30  Jan Hubicka  <jh@suse.cz>
32857         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
32858         varpool.
32859         (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
32861 2010-04-30  Jan Hubicka  <jh@suse.cz>
32863         * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
32864         New.
32865         * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
32866         * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
32867         (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
32868         cgraph_node_set_needs_ltrans_p): Remove.
32870 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
32872         * sdbout.c: Include vec.h, do not include varray.h.
32873         (deferred_global_decls, sdbout_global_decl,
32874         sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
32875         * toplev.c: Do not include varray.h.
32876         (dump_memory_report): Do not dump VARRAY statistics.
32877         * gengtype.c (open_base_file): Ignore varray.h.
32878         * Makefile.in: Update for abovementioned changes.
32879         Remove all traces of varray.c and varray.h.
32880         * varray.c: Remove file.
32881         * varray.h: Remove file.
32883 2010-04-30  Jan Hubicka  <jh@suse.cz>
32885         * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
32886         references.
32888 2010-04-30  Jan Hubicka  <jh@suse.cz>
32890         * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
32891         needed.
32893 2010-04-30  Richard Guenther  <rguenther@suse.de>
32895         * tree-ssa-structalias.c (get_constraint_for_1): Generate
32896         constraints for CONSTRUCTOR.
32898 2010-04-30  Richard Guenther  <rguenther@suse.de>
32900         PR lto/43946
32901         * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
32902         first after all lowering passes.
32904 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
32906         * toplev.c: Include varray.h for statistics dumping.
32907         * tree.h: Do not declare varray_head_tag.
32908         * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
32909         regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
32910         c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
32911         gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
32912         lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
32913         tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
32914         c-common.c, c-common.h, reg-stack.c, basic-block.h,
32915         tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
32916         include varray.h.
32917         * Makefile.in: Update for abovementioned changes.
32919 2010-04-30  Jakub Jelinek  <jakub@redhat.com>
32921         PR debug/43942
32922         * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
32924 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
32926         * config/picochip/picochip.c (picochip_legitimize_address): Define.
32927         Use this function to do machine-specific conversion.
32928         (picochip_legitimize_reload_address): Likewise.
32929         (picochip_legitimate_address_p): Check valid base register only if
32930         strict.
32931         (picochip_check_conditional_copy): Check for modw only if opnd is
32932         register.
32933         * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
32934         to call the function in c.
32935         * config/picochip/picochip-protos.h
32936         (picochip_legitimize_reload_address): Define.
32937         * config/picochip/picochip.md (supported_compare1): Define.
32939 2010-04-30  Jan Hubicka  <jh@suse.cz>
32941         * cgraph.h (cgraph_local_info): Remove for_functions_valid.
32942         (cgraph_global_info): Remove inlined.
32943         (LTO_cgraph_tag_names): Remove.
32944         (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
32945         * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
32946         simplify cgraph tags and document.
32947         (lto_output_node): Use only LTO_cgraph_unavail_node and
32948         LTO_cgraph_analyzed_node; Do not save analzed, reachable,
32949         for_functions_valid, global info, process and output flags.
32950         (input_overwrite_node): Initialize estimated stack size and
32951         estimated growth.  Do not read flags we no longer store.
32952         (input_node): Likewise do not read info no longer stored.
32953         * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
32954         flag.
32956 2010-04-30  Richard Guenther  <rguenther@suse.de>
32958         PR tree-optimization/43879
32959         * tree-ssa-structalias.c (get_constraint_for_1): Properly
32960         handle non-zero initializers.
32962 2010-04-30  Richard Guenther  <rguenther@suse.de>
32964         * builtins.c (fold_builtin_1): Delete free (0).
32966 2010-04-29  Jan Hubicka  <jh@suse.cz>
32968         * gengtype.c (open_base_files): Add lto-streamer.h
32969         * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
32970         (pass_ipa_cp): GGC collect.
32971         * toplev. (compile_file): Do not output symbols.
32972         * ipa-inline.c (pass_ipa_inline): Add ggc collect.
32973         * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
32974         TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
32975         * lto-section-in.c: Include ggc.h
32976         (lto_new_in_decl_state): Alloc in GGC.
32977         (lto_delete_in_decl_state): Likewise.
32978         * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
32979         Collect.
32981 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
32983         PR target/42895
32984         * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
32985         ORDER_REGS_FOR_LOCAL_ALLOC.  All instances of this macro changed.
32986         (HONOR_REG_ALLOC_ORDER): Describe new macro.
32987         * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
32988         * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
32989         account only if HONOR_REG_ALLOC_ORDER is not defined.
32990         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
32991         * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
32993 2010-04-29  Jon Grant  <04@jguk.org>
32995         * collect2.c (vflag): Change type from int to bool.
32996         (debug): Likewise.
32997         (helpflag): New global bool.
32998         (main): Set vflag and debug with boolean, not integer truth values.
32999         Accept new "--help" option and output usage text if found.
33000         * collect2.h (vflag): Update prototype.
33001         (debug): Likewise.
33003 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
33005         PR bootstrap/43936
33006         * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
33008 2010-04-29  Richard Guenther  <rguenther@suse.de>
33010         PR bootstrap/43935
33011         * plugin.h (invoke_plugin_callbacks): Annotate arguments
33012         with ATTRIBUTE_UNUSED.
33014 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
33016         PR target/43921
33017         * config/i386/i386.c (get_some_local_dynamic_name): Replace
33018         INSN_P with NONDEBUG_INSN_P.
33019         (distance_non_agu_define): Likewise.
33020         (distance_agu_use): Likewise.
33022 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
33024         From Dominique d'Humieres  <dominiq@lps.ens.fr>
33025         PR bootstrap/43858
33026         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
33027         test_set.
33029 2010-04-29  Brian Hackett  <bhackett1024@gmail.com>
33031         * plugin.h (invoke_plugin_callbacks): New inline function.
33032         * plugin.c (flag_plugin_added): New global flag.
33033         (add_new_plugin): Initialize above flag.
33034         (invoke_plugin_callbacks): Rename to ...
33035         (invoke_plugin_callbacks_full): ... this.
33037 2010-04-28  Jan Hubicka  <jh@suse.cz>
33039         * lto-symtab.c (lto_symtab_entry_def) Add vnode.
33040         (lto_varpool_replace_node): New.
33041         (lto_symtab_resolve_symbols): Resolve varpool nodes.
33042         (lto_symtab_merge_decls_1): Prefer decls with varpool node.
33043         (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
33044         * cgraph.h (varpool_node_ptr): New type.
33045         (varpool_node_ptr): New vector.
33046         (varpool_node_set_def): New structure.
33047         (varpool_node_set): New type.
33048         (varpool_node_set): New vector.
33049         (varpool_node_set_element_def): New structure.
33050         (varpool_node_set_element, const_varpool_node_set_element): New types.
33051         (varpool_node_set_iterator): New type.
33052         (varpool_node): Add prev pointers, add used_from_other_partition,
33053         in_other_partition.
33054         (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
33055         varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
33056         varpool_get_node, varpool_remove_node): Declare.
33057         (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
33058         varpool_node_set_size): New inlines.
33059         * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
33060         * tree-pass.h (varpool_node_set_def): Forward declare.
33061         (ipa_opt_pass_d): Summary writting takes vnode sets too.
33062         (ipa_write_optimization_summaries): Update prototype.
33063         * ipa-cp.c (ipcp_write_summary): Update.
33064         * ipa-reference.c (ipa_reference_write_summary): Update.
33065         * lto-cgraph.c (lto_output_varpool_node): New static function.
33066         (output_varpool): New function.
33067         (input_varpool_node): New static function.
33068         (input_varpool_1): New function.
33069         (input_cgraph): Input varpool.
33070         * ipa-pure-const.c (pure_const_write_summary): Update.
33071         * lto-streamer-out.c (lto_output): Update, output varpool too.
33072         (write_global_stream): Kill WPA hack.
33073         (produce_asm_for_decls): Update.
33074         (output_alias_pair_p): Handle variables.
33075         (output_unreferenced_globals): Output only needed partition of varpool.
33076         * ipa-inline.c (inline_write_summary): Update.
33077         * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
33078         cgraph.
33079         * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
33080         * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
33081         varpool_node_set_new, varpool_node_set_add,
33082         varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
33083         debug_varpool_node_set): New functions.
33084         * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
33085         (execute_one_pass): Process new decls too.
33086         (ipa_write_summaries_2): Pass around vsets.
33087         (ipa_write_summaries_1): Likewise.
33088         (ipa_write_summaries): Build vset; be more selective about cgraph nodes
33089         to add.
33090         (ipa_write_optimization_summaries_1): Pass around vsets.
33091         (ipa_write_optimization_summaries): Likewise.
33092         * varpool.c (varpool_get_node): New.
33093         (varpool_node): Update doubly linked lists.
33094         (varpool_remove_node): New.
33095         (dump_varpool_node): More dumping.
33096         (varpool_enqueue_needed_node): Update doubly linked lists.
33097         (decide_is_variable_needed): Kill ltrans hack.
33098         (varpool_finalize_decl): Kill lto hack.
33099         (varpool_assemble_decl): Skip decls in other partitions.
33100         (varpool_assemble_pending_decls): Update doubly linkes lists.
33101         (varpool_empty_needed_queue): Likewise.
33102         (varpool_extra_name_alias): Likewise.
33103         * lto-streamer.c (lto_get_section_name): Add vars section.
33104         * lto-streamer.h (lto_section_type): Update.
33105         (output_varpool, input_varpool): Declare.
33107 2010-04-28  Mike Stump  <mikestump@comcast.net>
33109         * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
33111 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
33113         * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
33114         record or union type with RECORD_OR_UNION_TYPE_P predicate.
33115         (lto_input_ts_type_tree_pointers): Likewise.
33116         * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
33117         (lto_output_ts_type_tree_pointers): Likewise.
33119 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
33121         Uniquization of constants at the Tree level
33122         * tree.h (DECL_IN_CONSTANT_POOL): New macro.
33123         (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
33124         bit to the end.
33125         (tree_output_constant_def): Declare.
33126         * gimplify.c (gimplify_init_constructor): When using block copy, first
33127         uniquize the constant constructor on the RHS.
33128         * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
33129         DECL_IN_CONSTANT_POOL flag.
33130         * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
33131         * varasm.c (make_decl_rtl): Deal with variables belonging to the global
33132         constant pool.
33133         (assemble_variable): Deal with symbols belonging to the tree constant
33134         pool.
33135         (get_constant_section): Add ALIGN parameter and simplify.
33136         (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
33137         (assemble_constant_contents): Use the expression of the VAR_DECL.
33138         (output_constant_def_contents): Use the alignment of the VAR_DECL.
33139         (tree_output_constant_def): New global function.
33140         (mark_constant): Use the expression of the VAR_DECL.
33141         (place_block_symbol): Use the alignment of the VAR_DECL and the size of
33142         its expression.
33143         (output_object_block): Likewise and assemble the expression.
33145 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
33147         * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
33148         hash_tree, eq_tree): New tree hash table.
33149         (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
33150         [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
33151         lto_orig_address_remove): Reimplement.
33153 2010-04-28  Xinliang David Li  <davidxl@google.com>
33155         PR c/42643
33156         * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
33157         (compute_uninit_opnds_pos): New function.
33158         (is_non_loop_exit_postdominating): New function.
33159         (compute_control_dep_chain): New function.
33160         (find_pdom): New function.
33161         (convert_control_dep_chain_into_preds): New function.
33162         (find_predicates): New function.
33163         (find_control_equiv_block): New function.
33164         (collect_phi_def_edges): New function.
33165         (find_def_preds): New function.
33166         (find_dom): New function.
33167         (dump_predicates): New function.
33168         (get_cmp_code): New function.
33169         (is_value_included_in): New function.
33170         (find_matching_predicate_in_rest_chains): New function.
33171         (use_pred_not_overlap_with_undef_path_pred): New function.
33172         (is_use_properly_guarded): New function.
33173         (normalize_cond_1): New function.
33174         (is_and_or_or): New function.
33175         (normalize_cond): New function.
33176         (is_gcond_subset_of): New function.
33177         (is_subset_of_any): New function.
33178         (is_or_set_subset_of): New function.
33179         (is_and_set_subset_of): New function.
33180         (is_norm_cond_subset_of): New function.
33181         (is_pred_expr_subset_of): New function.
33182         (is_pred_chain_subset_of): New function.
33183         (is_included_in): New function.
33184         (is_superset_of): New function.
33185         (find_uninit_use): New function.
33186         (warn_uninitialized_phi): New function.
33187         (compute_possibly_undefined_names): New function.
33188         (ssa_undefined_value_p): New function.
33189         (execute_late_warn_uninitialized): New function.
33190         * tree-ssa.c (ssa_undefined_value_p): Removed.
33191         (warn_uninit): Changed to extern.
33192         (warn_uninitialized_phi): Removed.
33193         (warn_uninitialized_vars): Changed to extern.
33194         (execute_late_warn_uninitialized): Removed
33195         * tree-flow.h: Add new prototypes.
33196         * timevar.def: Add new time variable.
33197         * Makefile.in: Add new build file.
33199 2010-04-28  Uros Bizjak  <ubizjak@gmail.com>
33201         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
33202         type if available.
33204 2010-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
33206         PR target/22224
33207         * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
33209 2010-04-28  Martin Jambor  <mjambor@suse.cz>
33211         * cgraph.h (struct cgraph_node): New field indirect_calls.
33212         (struct cgraph_indirect_call_info): New type.
33213         (struct cgraph_edge): Removed field indirect_call. New fields
33214         indirect_info, indirect_inlining_edge and indirect_unknown_callee.
33215         (cgraph_create_indirect_edge): Declare.
33216         (cgraph_make_edge_direct): Likewise.
33217         (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
33218         * ipa-prop.h (struct ipa_param_call_note): Removed.
33219         (struct ipa_node_params): Removed field param_calls.
33220         (ipa_create_all_structures_for_iinln): Declare.
33221         * cgraph.c: Described indirect edges and uids in initial comment.
33222         (cgraph_add_edge_to_call_site_hash): New function.
33223         (cgraph_edge): Search also among the indirect edges, use
33224         cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
33225         (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
33226         one, use cgraph_add_edge_to_call_site_hash to add edges to the call
33227         site hash.
33228         (initialize_inline_failed): Assign a reason to indirect edges.
33229         (cgraph_create_edge_1): New function.
33230         (cgraph_create_edge): Moved some functionality to
33231         cgraph_create_edge_1.
33232         (cgraph_create_indirect_edge): New function.
33233         (cgraph_edge_remove_callee): Add an assert checking for
33234         non-indirectness.
33235         (cgraph_edge_remove_caller): Special-case indirect edges.
33236         (cgraph_remove_edge): Likewise.
33237         (cgraph_set_edge_callee): New function.
33238         (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
33239         (cgraph_make_edge_direct): New function.
33240         (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
33241         the declaration of the call statement matches.
33242         (cgraph_node_remove_callees): Special-case indirect edges.
33243         (cgraph_clone_edge): Likewise.
33244         (cgraph_clone_node): Clone also the indirect edges.
33245         (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
33246         indirect_call, dump count of indirect_calls edges.
33247         * ipa-prop.c (iinlining_processed_edges): New variable.
33248         (ipa_note_param_call): Create indirect edges instead of
33249         creating notes.  New parameter node.
33250         (ipa_analyze_call_uses): New parameter node, pass it on to
33251         ipa_note_param_call.
33252         (ipa_analyze_stmt_uses): Likewise.
33253         (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
33254         (print_edge_addition_message): Work on edges rather than on notes.
33255         (update_call_notes_after_inlining): Likewise, renamed to
33256         update_indirect_edges_after_inlining.
33257         (ipa_create_all_structures_for_iinln): New function.
33258         (ipa_free_node_params_substructures): Do not free notes.
33259         (ipa_edge_duplication_hook): Propagate bits within
33260         iinlining_processed_edges bitmap.
33261         (ipa_node_duplication_hook): Do not duplicate notes.
33262         (free_all_ipa_structures_after_ipa_cp): Renamed to
33263         ipa_free_all_structures_after_ipa_cp.
33264         (free_all_ipa_structures_after_iinln): Renamed to
33265         ipa_free_all_structures_after_iinln.
33266         (ipa_write_param_call_note): Removed.
33267         (ipa_read_param_call_note): Removed.
33268         (ipa_write_indirect_edge_info): New function.
33269         (ipa_read_indirect_edge_info): Likewise.
33270         (ipa_write_node_info): Do not stream notes, do stream information
33271         in indirect edges.
33272         (ipa_read_node_info): Likewise.
33273         (lto_ipa_fixup_call_notes): Removed.
33274         * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
33275         * ipa-inline.c (pass_ipa_inline): Likewise.
33276         * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
33277         * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
33278         * tree-inline.c (copy_bb): Removed an unnecessary double check for
33279         is_gimple_call.
33280         * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
33281         edges.
33282         * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
33283         (output_cgraph): Stream also indirect edges.
33284         (lto_output_edge): Added capability to stream indirect edges.
33285         (input_edge): Likewise.
33286         (input_cgraph_1): Likewise.
33287         * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
33288         of indirect edges.
33290 2010-04-28  Richard Guenther  <rguenther@suse.de>
33292         PR tree-optimization/43879
33293         PR tree-optimization/43909
33294         * tree-ssa-structalias.c (struct variable_info): Add
33295         only_restrict_pointers flag.
33296         (new_var_info): Initialize it.  Increment stats.total_vars here.
33297         (create_function_info_for): Do not increment stats.total_vars here.
33298         (get_function_part_constraint): Fix build with C++.
33299         (insert_into_field_list): Remove.
33300         (push_fields_onto_fieldstack): Properly merge fields.
33301         (create_variable_info_for): Split and simplify.
33302         (create_variable_info_for_1): New piece.
33303         (intra_create_variable_infos): Properly make restrict constraints
33304         from parameters.
33306 2010-04-28  Richard Guenther  <rguenther@suse.de>
33308         PR c++/43880
33309         * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
33311 2010-04-27  Manuel López-Ibáñez  <manu@gcc.gnu.org>
33312             Jan Hubicka  <hubicka@ucw.cz>
33314         * doc/invoke.texi (-Wsuggest-attribute=const,
33315         -Wsuggest-attribute=pure): Document.
33316         * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
33317         (function_always_visible_to_compiler_p,
33318         suggest_attribute, warn_function_pure, warn_function_const):
33319         New functions.
33320         (check_call): Improve debug info.
33321         (analyze_function): Do not check availability.
33322         (add_new_function): Check availability.
33323         (propagate): Output warnings.
33324         (skip_function_for_local_pure_const): New function.
33325         (local_pure_const): Use it; output warnings.
33326         * common.opt (Wsuggest-attribute=const,
33327         Wsuggest-attribute=pure): New.
33329 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
33331         * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
33332         force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
33333         or DW_CFA_def_cfa_offset{,_sf}.
33335 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
33337         * tree.h: Fix truncated long macros.
33339 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
33341         * collect2.c (TARGET_64BIT): Redefine to target's default.
33342         * tlink.c: Likewise.
33343         * config/i386/cygming.h (USER_LABEL_PREFIX): Define
33344         dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
33345         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
33346         for underscoring __USER_LABEL_PREFIX__.
33347         * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
33348         (SUB_LINK_ENTRY32): New.
33349         (SUB_LINK_ENTRY64): New.
33350         (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
33351         * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
33352         (SUB_LINK_ENTRY64): New.
33353         (SUB_LINK_ENTRY): New.
33354         (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
33355         (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
33356         x64 target is choosen.
33357         * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
33358         * configure: Regenerated.
33359         * configure.ac (leading-mingw64-underscores): Option added.
33361 2010-04-27  Jan Hubicka  <jh@suse.cz>
33363         * doc/invoke.texi (-fipa-profile): Document.
33364         * opts.c (decode_options): Enable ipa-profile at -O1.
33365         * timevar.def (TV_IPA_PROFILE): Define.
33366         * common.opt (fipa-profile): Add.
33367         * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
33368         flag for clones.
33369         (cgraph_propagate_frequency): Handle only local ones.
33370         * tree-pass.h (pass_ipa_profile): Declare.
33371         * ipa-profile.c (gate_profile): Use flag_ipa_profile.
33372         (pass_ipa_profile): Use TV_IPA_PROFILE.
33373         * ipa.c (ipa_profile): New function.
33374         (gate_ipa_profile): Likewise.
33375         (pass_ipa_profile): New global variable.
33376         * passes.c (pass_ipa_profile): New.
33378 2010-04-27  Nathan Froyd  <froydnj@codesourcery.com>
33380         * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
33382 2010-04-27  Martin Jambor  <mjambor@suse.cz>
33384         PR middle-end/43812
33385         * ipa.c (dissolve_same_comdat_group_list): New function.
33386         (function_and_variable_visibility): Call
33387         dissolve_same_comdat_group_list when comdat group contains external or
33388         newly local nodes.
33389         * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
33390         lists are circular and that they contain only DECL_ONE_ONLY nodes.
33392 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
33394         * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
33395         (const_hash_1) <VECTOR_CST>: New case.
33396         (compare_constant) <VECTOR_CST>: Likewise.
33397         <ADDR_EXPR>: Deal with LABEL_REFs.
33398         (copy_constant) <VECTOR_CST>: New case.
33400 2010-04-27  Jan Hubicka  <jh@suse.cz>
33402         * cgraph.c (cgraph_propagate_frequency): New function.
33403         * cgraph.h (cgraph_propagate_frequency): Declare.
33404         * ipa-inline.c (cgraph_clone_inlined_nodes): Call
33405         cgraph_propagate_frequency.
33407 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
33409         * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
33411 2010-04-27  Bernd Schmidt  <bernds@codesourcery.com>
33413         PR target/40657
33414         * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
33415         (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
33416         here to determine which regs to push and how much stack to reserve.
33418 2010-04-27  Jie Zhang  <jie@codesourcery.com>
33420         * doc/gimple.texi (gimple_statement_with_ops): Remove
33421         addresses_taken field.
33422         (gimple_statement_with_memory_ops): Likewise.
33424 2010-04-27  Jan Hubicka  <jh@suse.cz>
33426         * tree-inline.c (eni_inlining_weights): Remove.
33427         (estimate_num_insns): Special case more builtins.
33429 2010-04-27  Shujing Zhao  <pearly.zhao@oracle.com>
33431         PR c/32207
33432         * c-typeck.c (build_binary_op): Move forward check for comparison
33433         pointer with null pointer constant and adjust the diagnostic message.
33435 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
33437         PR lto/42776
33438         * configure.ac (gcc_cv_as_section_has_align): Set if installed
33439         binutils supports extended .section directive needed by LTO, or
33440         warn if older binutils found.
33441         (LTO_BINARY_READER): New AC_SUBST'd variable.
33442         (LTO_USE_LIBELF): Likewise.
33443         * config.gcc (lto_binary_reader): New target-specific configure
33444         variable.
33445         * Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
33446         (LTO_USE_LIBELF): Likewise.
33447         * configure: Regenerate.
33449         * collect2.c (is_elf): Rename from this ...
33450         (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
33451          object files in addition to ELF-formatted ones.
33452         (scan_prog_file): Caller updated.  Also allow for LTO info marker
33453         symbol to be prefixed or not by an extra underscore.
33455         * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
33456         * config/i386/winnt.c: Also #include lto-streamer.h
33457         (i386_pe_asm_named_section): Specify 1-byte section alignment for
33458         LTO named sections.
33459         (i386_pe_asm_output_aligned_decl_common): Add comment.
33460         (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
33462 2010-04-27  Hans-Peter Nilsson  <hp@bitrange.com>
33464         PR target/43889
33465         * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
33466         Add missing earlyclobber for second alternative.
33468 2010-04-26  Bernd Schmidt  <bernds@codesourcery.com>
33470         * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
33471         bits for artificial defs at the top of the block.
33472         * fwprop.c (single_def_use_enter_block): Don't call it.
33474 2010-04-26  Jack Howarth  <howarth@bromo.med.uc.edu>
33476         PR 43715
33477         * configure.ac: Use "$gcc_cv_nm -g" on darwin
33478         instead of "$gcc_cv_objdump -T".
33479         Use "-undefined dynamic_lookup" on darwin.
33480         * configure: Regenerate.
33482 2010-04-26  Jakub Jelinek  <jakub@redhat.com>
33484         PR c/43893
33485         * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
33487 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
33489         * c-parser.c (struct c_token): Move location field up.
33490         * c-tree.h (struct c_typespec): Move expr_const_operands field up.
33491         (struct c_declspecs): Convert typespec_word, storage_class, and
33492         default_int_p into bitfields.
33493         (struct c_declarator): Move loc field up.
33495 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
33497         * cfgloop.h (struct loop): Move can_be_parallel field up.
33498         * ipa-prop.h (struct ip_node_params): Move bitfields up.
33499         * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
33500         down.
33501         (struct iv_cand): Convert pos field into a bitfield.
33502         * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
33503         field up.
33504         (struct _stmt_vec_info): Shuffle fields for better packing.
33506 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
33508         * varasm.c (IN_NAMED_SECTION): Remove guard.
33509         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
33510         (IN_NAMED_SECTION_P): ...this.
33511         (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
33512         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
33514 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
33516         * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
33517         Use VOID_TYPE_P for all void type tests.  Adjust TYPE variable instead
33518         of shadowing it.  Fix comments.
33520 2010-04-26  Jan Hubicka  <jh@suse.cz>
33522         * cgraph.c (cgraph_create_node): Set node frequency to normal.
33523         (cgraph_clone_node): Copy function frequency.
33524         * cgraph.h (node_frequency): New enum
33525         (struct cgraph_node): Add.
33526         * final.c (rest_of_clean_state): Update.
33527         * lto-cgraph.c (lto_output_node): Output node frequency.
33528         (input_overwrite_node): Input node frequency.
33529         * tre-ssa-loop-ivopts (computation_cost): Update.
33530         * lto-streamer-out.c (output_function): Do not output function
33531         frequency.
33532         * predict.c (maybe_hot_frequency_p): Update and handle functions
33533         executed once.
33534         (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
33535         attribute lookup.
33536         (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
33537         (compute_function_frequency): Set noreturn functions to be executed
33538         once.
33539         (choose_function_section): Update.
33540         * lto-streamer-in.c (input_function): Do not input function frequency.
33541         * function.c (allocate_struct_function): Do not initialize function
33542         frequency.
33543         * function.h (function_frequency): Remove.
33544         (struct function): Remove function frequency.
33545         * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
33546         (try_update): Update.
33547         * tree-inline.c (initialize_cfun): Do not update function frequency.
33548         * passes.c (pass_init_dump_file): Update.
33549         * i386.c (ix86_compute_frame_layout): Update.
33550         (ix86_pad_returns): Update.
33552 2010-04-26  Jie Zhang  <jie@codesourcery.com>
33554         PR tree-optimization/43833
33555         * tree-vrp.c (range_int_cst_p): New.
33556         (range_int_cst_singleton_p): New.
33557         (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
33558         when both operands are constants.  Use range_int_cst_p in
33559         BIT_IOR_EXPR case.
33561 2010-04-26  Jan Hubicka  <jh@suse.cz>
33563         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
33565 2010-04-26  Richard Guenther  <rguenther@suse.de>
33567         PR lto/43080
33568         * gimple.c (gimple_decl_printable_name): Deal gracefully
33569         with a NULL DECL_NAME.
33571 2010-04-26  Richard Guenther  <rguenther@suse.de>
33573         PR lto/42425
33574         * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
33575         if emitting debug information and it is either a function
33576         or a namespace decl.
33578 2010-04-26  Ira Rosen  <irar@il.ibm.com>
33580         * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
33581         determine if the statement is vectorizable, and a macro to access it.
33582         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
33583         Skip statements that can't be vectorized. If the analysis fails,
33584         mark the statement as unvectorizable if vectorizing basic block.
33585         (vect_compute_data_refs_alignment): Likewise.
33586         (vect_verify_datarefs_alignment): Skip statements marked as
33587         unvectorizable. Add print.
33588         (vect_analyze_group_access): Skip statements that can't be
33589         vectorized. If the analysis fails, mark the statement as
33590         unvectorizable if vectorizing basic block.
33591         (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
33592         * tree-vect-stmts.c (vectorizable_store): Fix the number of
33593         generated stmts for SLP.
33594         (new_stmt_vec_info): Initialize the new field.
33595         * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
33596         statements marked as unvectorizable.
33598 2010-04-25  Joseph Myers  <joseph@codesourcery.com>
33600         * c-common.c (flag_isoc1x): New.
33601         (flag_isoc99): Update comment.
33602         * c-common.h (flag_isoc1x): New.
33603         (flag_isoc99): Update comment.
33604         * c-cppbuiltin.c (builtin_define_float_constants): Also define
33605         __<type>_DECIMAL_DIG__.
33606         * c-opts.c (set_std_c1x): New.
33607         (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
33608         (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
33609         * c.opt (-std=c1x, -std=gnu1x): New options.
33610         * doc/cpp.texi: Mention -std=c1x.
33611         * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
33612         * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
33613         * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
33614         * doc/standards.texi: Mention C1X.
33615         * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
33616         LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
33617         LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
33618         Define for C1X.
33620 2010-04-25  Uros Bizjak  <ubizjak@gmail.com>
33622         * config/i386/gmon-sol2.c (_mcleanup): Change format string
33623         placeholder from 0x%x to %#x.
33624         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
33625         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
33626         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
33627         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
33628         * config/i386/i386.c (ix86_target_string): Ditto.
33629         (output_pic_addr_const): Ditto.
33630         (print_operand): Ditto.
33632 2010-04-25  Paolo Bonzini  <bonzini@gnu.org>
33634         * combine.c (find_split_point): Add third argument.  Use it
33635         to find nested multiply-accumulate instructions.  Adjust calls.
33636         (try_combine): Adjust call to find_split_point.
33638 2010-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
33640         * doc/contrib.texi (Contributors): Add Dodji Seketeli.
33642 2010-04-24  Bernd Schmidt  <bernds@codesourcery.com>
33644         PR tree-optimization/41442
33645         * fold-const.c (merge_truthop_with_opposite_arm): New function.
33646         (fold_binary_loc): Call it.
33648 2010-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
33650         * toplev.c (general_init): Set default for fdiagnostics-show-option.
33651         * opts.c (common_handle_option): Allow disabling it.
33652         * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
33654 2010-04-23  Eric Botcazou  <ebotcazou@adacore.com>
33656         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
33657         between modes if both types are integral.
33659 2010-04-23  Richard Guenther  <rguenther@suse.de>
33661         PR tree-optimization/43572
33662         * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
33664 2010-04-23  Richard Guenther  <rguenther@suse.de>
33666         PR lto/43455
33667         * tree-inline.c (tree_can_inline_p): Also check compatibility
33668         of return types.
33670 2010-04-23  Martin Jambor  <mjambor@suse.cz>
33672         PR tree-optimization/43846
33673         * tree-sra.c (struct access): New flag grp_assignment_read.
33674         (build_accesses_from_assign): Set grp_assignment_read.
33675         (sort_and_splice_var_accesses): Propagate grp_assignment_read.
33676         (enum mark_read_status): New type.
33677         (analyze_access_subtree): Propagate grp_assignment_read, create
33678         accesses also if both direct_read and root->grp_assignment_read.
33680 2010-04-23  Martin Jambor  <mjambor@suse.cz>
33682         PR middle-end/43835
33683         * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
33684         function does not have type attributes.
33686 2010-04-23  Richard Guenther  <rguenther@suse.de>
33688         PR lto/42653
33689         * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
33690         of FUNCTION_DECLs.
33692 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
33694         * sese.h (create_if_region_on_edge): Remove.
33696         * sese.c (create_if_region_on_edge): Make static.
33698         * tree-inline.c: Do not include ggc.h.
33700         * expr.c: Do not include ggc.h.
33702         * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
33703         dependencies.
33705 2010-04-22  Kaz Kojima  <kkojima@gcc.gnu.org>
33707         PR target/43744
33708         * config/sh/sh.c (find_barrier): Don't emit a constant pool
33709         in the middle of insns for casesi_worker_2.
33711 2010-04-22  David Edelsohn  <edelsohn@gnu.org>
33713         * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
33715 2010-04-22  Ira Rosen  <irar@il.ibm.com>
33717         PR tree-optimization/43842
33718         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
33719         loop unrolling in update of exit phis. Fix comment.
33720         * tree-vect-slp.c (vect_analyze_slp): Check that there are at
33721         least two reduction statements in the loop before starting SLP
33722         analysis.
33724 2010-04-22  Nick Clifton  <nickc@redhat.com>
33726         * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
33728 2010-04-22  Alexander Monakov  <amonakov@ispras.ru>
33730         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
33731         to simplify a + ~a.
33733 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
33735         * tree-parloops.c (loop_parallel_p): New argument
33736         parloop_obstack.  Pass it down.
33737         (parallelize_loops): New variable parloop_obstack.  Initialize it,
33738         pass it down, free it.
33740         * tree-loop-linear.c (linear_transform_loops): Pass down
33741         lambda_obstack.
33743         * tree-data-ref.h (lambda_compute_access_matrices): New argument
33744         of type struct obstack *.
33746         * tree-data-ref.c (analyze_subscript_affine_affine): New variable
33747         scratch_obstack.  Initialize it, pass down, free it.
33749         * lambda.h (lambda_loop_new): Remove.
33750         (lambda_matrix_new, lambda_matrix_inverse)
33751         (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
33752         argument of type struct obstack *.
33754         * lambda-trans.c (lambda_trans_matrix_new): New argument
33755         lambda_obstack.  Pass it down, use obstack allocation for ret.
33756         (lambda_trans_matrix_inverse): New argument lambda_obstack.  Pass
33757         it down.
33759         * lambda-mat.c (lambda_matrix_get_column)
33760         (lambda_matrix_project_to_null): Remove.
33761         (lambda_matrix_new): New argument lambda_obstack.  Use obstack
33762         allocation for mat.
33763         (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
33764         lambda_obstack.
33766         * lambda-code.c (lambda_loop_new): New function.
33767         (lambda_lattice_new, compute_nest_using_fourier_motzkin)
33768         (lambda_compute_auxillary_space, lambda_compute_target_space)
33769         (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
33770         (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
33771         (build_access_matrix): New argument lambda_obstack.  Use obstack
33772         allocation for am.
33773         (lambda_compute_step_signs, lambda_compute_access_matrices): New
33774         argument lambda_obstack.  Pass it down.
33776 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
33778         * optabs.h (expand_widening_mult): Declare.
33780 2010-04-22  Richard Guenther  <rguenther@suse.de>
33782         PR tree-optimization/43845
33783         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
33784         lookup the CALL_EXPR function and arguments.
33786 2010-04-22  Nick Clifton  <nickc@redhat.com>
33788         * config/stormy16/stormy16.c
33789         (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
33790         * config/stormy16/stormy16.h: Tidy up formatting.
33791         (DONT_USE_BUILTIN_SETJMP): Remove definition.
33792         * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
33793         (ineqbranchsi): Delete pattern.
33794         * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
33795         * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
33796         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
33797         stormy16-lib2-ucmpsi2.c.
33799 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
33801         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
33802         df_simulate_find_noclobber_defs as appropriate.  Keep track of an
33803         extra set merge_set_noclobber, and use it to relax the final test
33804         slightly.
33805         * df.h (df_simulate_find_noclobber_defs): Declare.
33806         * df-problems.c (df_simulate_find_defs): Don't ignore partial or
33807         conditional defs.
33808         (df_simulate_find_noclobber_defs): New function.
33810 2010-04-22  Uros Bizjak  <ubizjak@gmail.com>
33812         * config/i386/i386.md: Use {} around multi-line preparation statements.
33814 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
33816         * c-tree.h (push_init_level, pop_init_level, set_init_index)
33817         (process_init_element): New argument of type struct obstack *.
33819         * c-typeck.c (push_init_level, pop_init_level, set_designator)
33820         (set_init_index, set_init_label, set_nonincremental_init)
33821         (set_nonincremental_init_from_string, find_init_member)
33822         (output_init_element, output_pending_init_elements)
33823         (process_init_element): New argument braced_init_obstack.  Pass it
33824         down.
33825         (push_range_stack, add_pending_init): New argument
33826         braced_init_obstack.  Use obstack allocation.
33828         * c-parser.c (c_parser_initelt, c_parser_initval): New argument
33829         braced_init_obstack.  Pass it down.
33830         (c_parser_braced_init): New variables ret, braced_init_obstack.
33831         Initialize obstack, pass it down and finally free it.
33833 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
33835         PR middle-end/29274
33836         * tree-pass.h (pass_optimize_widening_mul): Declare.
33837         * tree-ssa-math-opts.c (execute_optimize_widening_mul,
33838         gate_optimize_widening_mul): New static functions.
33839         (pass_optimize_widening_mul): New.
33840         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
33841         <case MULT_EXPR>: Remove support for widening multiplies.
33842         * tree.def (WIDEN_MULT_EXPR): Tweak comment.
33843         * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
33844         simplify_gen_unary rather than directly building extensions.
33845         * tree-cfg.c (verify_gimple_assign_binary): Add tests for
33846         WIDEN_MULT_EXPR.
33847         * expmed.c (expand_widening_mult): New function.
33848         * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
33850 2010-04-21  Jan Hubicka  <jh@suse.cz>
33852         * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
33853         * lto-section-in.c (lto_section_name): Remove wpa_fixup.
33854         * lto-wpa-fixup.c: Remove.
33855         * Makefile.in (lto-wpa-fixup.o): Remove.
33856         * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
33857         (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
33858         * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
33860 2010-04-21  Jan Hubicka  <jh@suse.cz>
33862         * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
33863         add write_optimization_summary, read_optimization_summary.
33864         (ipa_write_summaries_of_cgraph_node_set): Remove.
33865         (ipa_write_optimization_summaries): Declare.
33866         (ipa_read_optimization_summaries): Declare.
33867         * ipa-cp.c (pass_ipa_cp): Update.
33868         * ipa-reference.c (pass_ipa_reference): Update.
33869         * ipa-pure-const.c (pass_ipa_pure_const): Update.
33870         * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
33871         Update.
33872         * ipa-inline.c (pass_ipa_inline): Update.
33873         * ipa.c (pass_ipa_whole_program): Update.
33874         * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
33875         * passes.c (ipa_write_summaries_1): Do not test wpa.
33876         (ipa_write_optimization_summaries_1): New.
33877         (ipa_write_optimization_summaries): New.
33878         (ipa_read_summaries): Do not test ltrans.
33879         (ipa_read_optimization_summaries_1): New.
33880         (ipa_read_optimization_summaries): New.
33882 2010-04-21  Jan Hubicka  <jh@suse.cz>
33884         * lto-cgraph.c (lto_output_node): Do not output comdat groups
33885         for boundary nodes.
33886         (output_cgraph): Do not arrange comdat groups for boundary nodes.
33888 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
33890         PR debug/40040
33891         * dwarf2out.c (add_name_and_src_coords_attributes): Add
33892         DW_AT_{,MIPS_}linkage_name even for Fortran decls.
33894 2010-04-21  Jan Hubicka  <jh@suse.cz>
33896         * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
33898 2010-04-21  Jan Hubicka  <jh@suse.cz>
33900         * varpool.c (decide_is_variable_needed): Variable is always needed
33901         during ltrans.
33903 2010-04-21  Jan Hubicka  <jh@suse.cz>
33905         * opts.c (decode_options): Enable pure-const pass for whopr.
33907 2010-04-21  Jan Hubicka  <jh@suse.cz>
33909         * cgraph.c (dump_cgraph_node): Dump also assembler name.
33910         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
33911         at WPA dumping.
33912         (cgraph_decide_inlining): Do not expect callee to be removed in all
33913         cases.
33915 2010-04-21  Eric B. Weddington  <eric.weddington@atmel.com>
33917         * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
33919 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
33921         * config/i386/i386.md (x86_shrd): Add athlon_decode and
33922         amdfam10_decode attributes.
33924 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
33926         PR middle-end/43570
33927         * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
33928         OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
33929         (lower_copyprivate_clauses): Use private var in outer
33930         context instead of original var.  Make sure the types
33931         are correct for VLAs.
33933 2010-04-21  Richard Guenther  <rguenther@suse.de>
33935         * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
33936         to non-pointer objects.
33938 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
33940         * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument.  Drop
33941         last chain entry if it starts with the still current label.
33942         (add_location_or_const_value_attribute): Check that
33943         loc_list->first->next is NULL instead of comparing ->first with ->last.
33944         (dwarf2out_var_location): Pass last_label resp. last_postcall_label
33945         to add_var_loc_to_decl.
33947         * dwarf2out.c (output_call_frame_info): For dw_cie_version
33948         >= 4 add also address size and segment size fields into CIE header.
33950         * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
33951         long as address size is the same as sizeof (void *) and
33952         segment size is 0.
33953         * unwind-dw2-fde.c (get_cie_encoding): Likewise.  If
33954         address size or segment size is unexpected, return DW_EH_PE_omit.
33955         (classify_object_over_fdes): If get_cie_encoding returned
33956         DW_EH_PE_omit, return -1.
33957         (init_object): If classify_object_over_fdes returned -1,
33958         pretend there were no FDEs at all.
33960 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
33962         * config/i386/i386.md (bswap<mode>2): Macroize expander from
33963         bswap{si,di}2 using SWI48 mode iterator.
33964         (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
33965         SWI48 mode iterator.  Set type attribute of bswap insn to bitmanip,
33966         set modrm attribute of bswap insn to 0 and remove length attribute.
33967         (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
33968         iterator.  Set type attribute to bitmanip, set modrm attribute to 0,
33969         set mode attribute to <MODE> and remove length attribute.
33971 2010-04-20  James E. Wilson  <wilson@codesourcery.com>
33973         PR rtl-optimization/43520
33974         * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
33975         zero available registers.
33977 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
33979         * builtins.c (fold_builtin_cproj): Fold more cases.
33981 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
33983         * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
33984         (fold_builtin_1): Fold builtin cproj.
33985         * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
33986         Use ATTR_CONST_NOTHROW_LIST.
33988 2010-04-20  Uros Bizjak  <ubizjak@gmail.com>
33990         * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
33991         and ffsdi2 using SWI48 mode iterator.  Expand SImode insn through
33992         ffsi2_no_cmove for !TARGET_CMOVE.
33993         (ffssi2_no_cmove): Rename from *ffs_no_cmove.  Make public.
33994         (ffssi2): Remove expander.
33995         (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
33996         mode iterator.
33997         (ctz<mode>2): Ditto from ctz{si,di}2.
33998         (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
33999         mode iterator.
34000         (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
34001         mode iterator.
34003 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
34005         * dwarf2out.c (AT_linkage_name): Define.
34006         (clone_as_declaration): Handle DW_AT_linkage_name.
34007         (add_name_and_src_coords_attributes): Use AT_linkage_name instead
34008         of DW_AT_MIPS_linkage_name.
34009         (move_linkage_attr): Likewise.
34010         (dwarf2out_finish): Likewise.
34012 2010-04-20  Xinliang David Li  <davidxl@gcc.gnu.org>
34014         PR middle-end/41952
34015         * fold-const.c (fold_comparison): New folding rule.
34017 2010-04-20  Anatoly Sokolov  <aesok@post.ru>
34019         * double-int.h (double_int_setbit): Declare.
34020         * double-int.c (double_int_setbit): New function.
34021         * rtl.h (immed_double_int_const): Declare.
34022         * emit-rtl.c (immed_double_int_const): New function.
34023         * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
34024         and immed_double_int_const functions.
34025         * optabs.c (expand_absneg_bit, expand_copysign_absneg,
34026         expand_copysign_bit): (Ditto.).
34027         * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
34028         * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
34029         * dojump.c (prefer_and_bit_test): (Ditto.).
34030         * expr.c (convert_modes, reduce_to_bit_field_precision,
34031         const_vector_from_tree): (Ditto.).
34032         * expmed.c (mask_rtx, lshift_value): (Ditto.).
34034 2010-04-20  Jan Hubicka  <jh@suse.cz>
34036         * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
34037         (dump_cgraph_node): Dump new flags.
34038         * cgraph.h (struct cgraph_node): Add flags
34039         reachable_from_other_partition and in_other_partition.
34040         (cgraph_can_remove_if_no_direct_calls_p): Functions used by
34041         other partition can not be removed.
34042         * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
34043         the other partition must be output; silence sanity checking on
34044         leaking functions bodies from other paritition.
34045         * lto-cgraph.c (reachable_from_other_partition_p): New function.
34046         (lto_output_node): Output new flags; do not sanity check that inline
34047         clones are output; drop lto_forced_extern_inline_p code; do not mock
34048         visibility flags at partition boundaries.
34049         (add_node_to): New function.
34050         (output_cgraph): Use it to sort functions so masters appear before
34051         clones.
34052         (input_overwrite_node): Input new flags.
34053         * passes.c (ipa_write_summaries): Do not call
34054         lto_new_extern_inline_states.
34055         * lto-section-out.c (forced_extern_inline,
34056         lto_new_extern_inline_states lto_delete_extern_inline_states,
34057         lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
34058         * lto-streamer.h (lto_new_extern_inline_states,
34059         * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
34060         lto_forced_extern_inline_p): Kill.
34062 2010-04-20  Richard Guenther  <rguenther@suse.de>
34064         * tree-ssa-structalias.c (do_sd_constraint): Add edges only
34065         from vars that can have pointers.
34066         (process_constraint): Dump useless constraints.
34068 2010-04-20  Richard Guenther  <rguenther@suse.de>
34070         * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
34071         (dump_sa_points_to_info): Remove asserts.
34072         (init_base_vars): nothing_id isn't an escape point nor does it
34073         have pointers.
34075 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
34077         * tree.h (TYPE_REF_IS_RVALUE): Define.
34078         * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
34079         should_move_die_to_comdat, prune_unused_types_walk): Handle
34080         DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
34081         (modified_type_die, gen_reference_type_die): Emit
34082         DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
34083         if TYPE_REF_IS_RVALUE and -gdwarf-4.
34085 2010-04-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34087         PR target/43635
34088         * config/s390/s390.c (s390_emit_call): Turn direct into indirect
34089         calls for -fpic -m31 if they have been sibcall optimized.
34091 2010-04-19  James E. Wilson  <wilson@codesourcery.com>
34093         * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
34094         ar.lc fixed and call-used.
34096         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
34098 2010-04-19  Jan Hubicka  <jh@suse.cz>
34100         * opts.c (decode_options): Disable whpr incompatible passes.
34101         * lto/lto.c (lto_1_to_1_map): Skip clones.
34102         (read_cgraph_and_symbols): Do not mark everything as needed.
34103         (do_whole_program_analysis): Do map only after optimizing;
34104         set proper cgraph_state; use passmanager.
34106 2010-04-19  DJ Delorie  <dj@redhat.com>
34108         * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
34109         POINTER_PLUS_EXPR and fix them.
34111 2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
34113         * config/avr/avr-devices.c (avr_mcu_types): Add support for new
34114         devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
34115         attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
34116         atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
34117         atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
34118         atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
34119         atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
34120         atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
34121         m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
34122         atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
34123         * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
34125 2010-04-19  Eric Botcazou  <ebotcazou@adacore.com>
34127         * ifcvt.c (noce_try_cmove_arith): Fix long lines.
34128         (check_cond_move_block): Likewise.
34129         (cond_move_process_if_block): Likewise.
34130         (noce_find_if_block): Improve formatting.
34131         (find_if_header): Pass 0 to memset and tweak conditions.
34132         (cond_exec_find_if_block): Fix long lines and tweak conditions.
34134 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
34136         * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
34137         for -gdwarf-4.
34139         PR middle-end/43337
34140         * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
34141         with non-local decl doesn't need chain.
34143 2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
34145         * ira-color.c (allocno_reload_assign): Avoid accumulating
34146         reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
34148 2010-04-19  Martin Jambor  <mjambor@suse.cz>
34150         * gimple.h (create_tmp_reg): Declare.
34151         * gimplify.c (create_tmp_reg): New function.
34152         (gimplify_return_expr): Use create_tmp_reg.
34153         (gimplify_omp_atomic): Likewise.
34154         (gimple_regimplify_operands): Likewise.
34155         * tree-dfa.c (make_rename_temp): Likewise.
34156         * tree-predcom.c (predcom_tmp_var): Likewise.
34157         (reassociate_to_the_same_stmt): Likewise.
34158         * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
34159         (get_replaced_param_substitute): Likewise.
34160         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
34161         * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
34162         * tree-ssa-pre.c (get_representative_for): Likewise.
34163         (create_expression_by_pieces): Likewise.
34164         * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
34165         (create_tailcall_accumulator): Likewise.
34167 2010-04-19  Martin Jambor  <mjambor@suse.cz>
34169         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
34170         new_stmt.
34171         (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
34173 2010-04-19  Richard Guenther  <rguenther@suse.de>
34175         PR tree-optimization/43796
34176         * tree-vrp.c (adjust_range_with_scev): Lookup init and step
34177         from SCEV in the lattice.
34178         (vrp_visit_phi_node): Dump change.
34180 2010-04-19  Richard Guenther  <rguenther@suse.de>
34182         * configure.ac: Fix quoting around elf_getshstrndx ABI check.
34183         * configure: Re-generated.
34185 2010-04-19  Richard Guenther  <rguenther@suse.de>
34187         PR tree-optimization/43783
34188         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
34189         constant ARRAY_REF operands two and three if possible.
34191 2010-04-19  Uros Bizjak  <ubizjak@gmail.com>
34193         PR target/43766
34194         * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
34196 2010-04-19  Jie Zhang  <jie@codesourcery.com>
34198         PR target/43662
34199         * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
34201 2010-04-19  Ira Rosen  <irar@il.ibm.com>
34203         PR tree-optimization/37027
34204         * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
34205         and macro to access it.
34206         (vectorizable_reduction): Add argument.
34207         (vect_get_slp_defs): Likewise.
34208         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
34209         statements for possible use in SLP.
34210         (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
34211         (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
34212         (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
34213         add new argument.
34214         (vectorizable_reduction): Likewise.
34215         * tree-vect-stmts.c (vect_get_vec_defs): Update call to
34216         vect_get_slp_defs.
34217         (vectorizable_type_demotion, vectorizable_type_promotion,
34218         vectorizable_store): Likewise.
34219         (vect_analyze_stmt): Update call to vectorizable_reduction.
34220         (vect_transform_stmt): Likewise.
34221         * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
34222         (vect_build_slp_tree): Fix indentation. Check that there are no loads
34223         from different interleaving chains in same node.
34224         (vect_slp_rearrange_stmts): New function.
34225         (vect_supported_load_permutation_p): Allow load permutations for
34226         reductions. Call vect_slp_rearrange_stmts() to rearrange statements
34227         inside SLP nodes if necessary.
34228         (vect_analyze_slp_instance): Handle reductions.
34229         (vect_analyze_slp): Try to build SLP instances originating from groups
34230         of reductions.
34231         (vect_detect_hybrid_slp_stmts): Skip reduction statements.
34232         (vect_get_constant_vectors): Create initial vectors for reductions
34233         according to reduction code. Add new argument.
34234         (vect_get_slp_defs): Add new argument, pass it to
34235         vect_get_constant_vectors.
34236         (vect_schedule_slp_instance): Remove SLP tree root statements.
34238 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
34240         * tree.h (ENUM_IS_SCOPED): Define.
34241         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
34242         for ENUM_IS_SCOPED enums.
34244 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
34246         * fold-const.c (fold_comparison): Use ssizetype.
34247         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
34248         * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
34249         * tree-loop-distribution.c (build_size_arg_loc): Likewise.
34250         * tree-object-size.c (compute_object_sizes): Use size_type_node.
34252         * tree.h (initialize_sizetypes): Remove parameter.
34253         (build_common_tree_nodes): Remove second parameter.
34254         * stor-layout.c (initialize_sizetypes): Remove parameter.
34255         Always create an unsigned type.
34256         (set_sizetype): Assert that the passed type is unsigned and simplify.
34257         * tree.c (build_common_tree_nodes): Remove second parameter.
34258         Adjust call to initialize_sizetypes.
34259         * c-decl.c (c_init_decl_processing): Remove second argument in call to
34260         build_common_tree_nodes.
34262 2010-04-18  Matthias Klose  <doko@ubuntu.com>
34264         * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
34266 2010-04-18  Ira Rosen  <irar@il.ibm.com>
34268         PR tree-optimization/43771
34269         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
34270         load permutation doesn't have gaps.
34272 2010-04-18  Jan Hubicka  <jh@suse.cz>
34274         * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
34275         (sse_prologue_save_insn expander): Use new pattern.
34276         (sse_prologue_save_insn1): New pattern and splitter.
34277         (sse_prologue_save_insn): Update to deal also with 64bit aligned
34278         blocks.
34279         * i386.c (setup_incoming_varargs_64): Do not compute jump
34280         destination here.
34281         (ix86_gimplify_va_arg): Update alignment needed.
34282         (ix86_local_alignment): Do not align all local arrays to 128bit.
34284 2010-04-17  Jan Hubicka  <jh@suse.cz>
34286         * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
34288 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
34290         * arm.md (negdi2): Remove redundant code to force values into a
34291         register.
34293 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
34295         * arm/bpabi.S: Add EABI alignment attributes to objects.
34296         * arm/bpabi-v6m.S: Likewise.
34297         * arm/crti.asm: Likewise.
34298         * arm/crtn.asm: Likewise.
34299         * arm/lib1funcs.asm: Likewise.
34300         * arm/libunwind.S: Likewise.
34302 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
34304         * arm-protos.h (tune_params): New structure.
34305         * arm.c (current_tune): New variable.
34306         (arm_constant_limit): Delete.
34307         (struct processors): Add pointer to the tune parameters.
34308         (arm_slowmul_tune): New tuning option.
34309         (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
34310         (all_cores): Adjust to pick up the tuning model.
34311         (arm_constant_limit): New function.
34312         (arm_override_options): Select the appropriate tuning model.  Delete
34313         initialization of arm_const_limit.
34314         (arm_split_constant): Use the new constant-limit model.
34315         (arm_rtx_costs): Pick up the current tuning model.
34316         * arm.md (is_strongarm, is_xscale): Delete.
34317         * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
34318         for Xscale variant architectures.
34319         (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
34321 2010-04-17  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
34323         * config/arm/arm.c (arm_gen_constant): Remove unused variable
34324         can_shift.
34325         (arm_rtx_costs_1): Remove unused variable extra_cost.
34326         (arm_unwind_emit_set): Use variable offset.
34327         (thumb1_output_casesi): Remove unused variable flags.
34329 2010-04-16  Jeff Law  <law@redhat.com>
34331         * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
34332         needing assignment rather than doing a two-phase assignment.  Remove
34333         unused variable 'm'.
34335 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
34337         PR bootstrap/43767
34338         * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
34340 2010-04-16  Doug Kwan  <dougkwan@google.com>
34342         * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
34343         (next_operand_entry_id): New static variable.
34344         (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
34345         (add_to_ops_vec): Assigned unique ID to operand entry.
34346         (struct oecount_s): New field ID.
34347         (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
34348         (undistribute_ops_list): Assign unique IDs to oecounts.
34349         (init_reassoc): reset next_operand_entry_id.
34351 2010-04-16  Doug Kwan  <dougkwan@google.com>
34353         * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
34354         missing left parenthesis.
34356 2010-04-16  Uros Bizjak  <ubizjak@gmail.com>
34358         * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
34359         *btdi_rex64 using SWI48 mode iterator.
34360         (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
34361         (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
34362         *jcc_btdi_mask_rex64.
34364 2010-04-16  Anatoly Sokolov  <aesok@post.ru>
34366         * double-int.h (tree_to_double_int): Convert to macro.
34367         * double-int.c (tree_to_double_int): Remove.
34369 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
34371         PR debug/43762
34372         * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
34373         with want_address 2 and in case a single element list might be
34374         possible, call it again with want_address 0.
34376 2010-04-12  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
34378         * config/h8300/h8300.c (print_operand) : Modify case 'V' and
34379         case 'W' print operands for HI mode.
34380         * config/h8300/h8300.h (Y0, Y2) : New constraints.
34381         * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
34382         (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
34383         * config/h8300/predicate.md (bit_register_indirect_operand): New.
34385         * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
34387         * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
34388         cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
34389         #xx:3 and #xx:4 mode.
34391         * config/h8300/h8300.md (inverted load with HImode dest): Add
34392         support for H8300SX.
34394         * config/h8300/predicate.md (bit_operand): Allow immediate values that
34395         satisfy 'U' constraint.
34397 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34399         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
34400         * configure: Regenerate.
34401         * config.in: Regenerate.
34402         * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
34403         works.
34405 2010-04-16  Richard Guenther  <rguenther@suse.de>
34407         * tree.h (struct tree_decl_minimal): Move pt_uid ...
34408         (struct tree_decl_common): ... here.
34409         (DECL_PT_UID): Adjust.
34410         (SET_DECL_PT_UID): Likewise.
34411         (DECL_PT_UID_SET_P): Likewise.
34413 2010-04-16  Richard Guenther  <rguenther@suse.de>
34415         PR tree-optimization/43572
34416         * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
34417         * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
34418         * tree-flow.h (is_call_clobbered): Remove.
34419         * tree-flow-inline.h (is_call_clobbered): Likewise.
34420         * tree-dfa.c (dump_variable): Do not dump call clobber state.
34421         * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
34422         (execute_return_slot_opt): Adjust.
34423         * tree-tailcall.c (suitable_for_tail_opt_p): Remove
34424         check for call clobbered vars here.
34425         (find_tail_calls): Move tailcall verification to the
34426         proper place.
34428 2010-04-16  Diego Novillo  <dnovillo@google.com>
34430         * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
34432 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
34434         PR target/40603
34435         * config/arm/arm.md (cbranchqi4): New pattern.
34436         * config/arm/predicates.md (const0_operand,
34437         cbranchqi4_comparison_operator): New predicates.
34439 2010-04-16  Richard Guenther  <rguenther@suse.de>
34441         * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
34442         (dump_gimple_stmt): Likewise.
34444 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
34446         * recog.h (struct recog_data): New field is_operator.
34447         (struct insn_operand_data): New field is_operator.
34448         * recog.c (extract_insn): Set recog_data.is_operator.
34449         * genoutput.c (output_operand_data): Emit code to set the
34450         is_operator field.
34451         * reload.c (find_reloads): Use it rather than testing for an
34452         empty constraint string.
34454         PR target/41514
34455         * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
34456         If the previous insn is a cbranchsi4_insn with the same arguments,
34457         omit the compare instruction.
34459         * config/arm/arm.md (addsi3_cbranch): If destination is a high
34460         register, inputs must be low registers and we need a low register
34461         scratch.  Handle alternative 2 like alternative 3.
34463 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
34465         * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
34466         don't call get_addr on both.  If one expression is a VALUE and
34467         the other a REG, check VALUE's locs if the REG isn't among them.
34469 2010-04-16  Christian Bruel  <christian.bruel@st.com>
34471         * config/sh/sh.h (sh_frame_pointer_required): New function.
34472         * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
34473         (flag_omit_frame_pointer) Set.
34474         (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
34475         (rounded_frame_size): Adjust size with outgoing_args_size.
34476         (sh_set_return_address): Must return from stack pointer.
34477         * config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
34478         (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
34479         (ACCUMULATE_OUTGOING_ARGS): Define.
34480         * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
34481         * config/sh/sh.opt (maccumulate-outgoing-args): New option.
34483 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
34485         PR target/43471
34486         * config/sh/sh.c (sh_legitimize_reload_address): Use
34487         MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
34488         Remove a unneeded check for offset_base.
34490 2010-04-15  H.J. Lu  <hongjiu.lu@intel.com>
34492         * configure: Regenerated.
34494 2010-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34496         * config/s390/s390.c (s390_call_save_register_used): Switch back
34497         to HARD_REGNO_NREGS.
34499 2010-04-15  Richard Guenther  <rguenther@suse.de>
34501         * alias.c (alias_set_subset_of): Handle alias-set zero
34502         child properly.
34504 2010-04-15  Mark Shinwell  <shinwell@codesourcery.com>
34505             Julian Brown  <julian@codesourcery.com>
34507         * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
34508         alternatives according to use of high and low regs.
34509         * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
34510         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
34511         optimizing for size on Thumb-2.
34513 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
34515         * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
34517 2010-04-15  Richard Guenther  <rguenther@suse.de>
34519         * tree-ssa-structalias.c (struct variable_info): Add
34520         is_fn_info flag.
34521         (new_var_info): Initialize it.
34522         (dump_constraints): Support printing last added constraints.
34523         (debug_constraints): Adjust.
34524         (dump_constraint_graph): Likewise.
34525         (make_heapvar_for): Check for NULL cfun.
34526         (get_function_part_constraint): New function.
34527         (get_fi_for_callee): Likewise.
34528         (find_func_aliases): Properly implement IPA PTA constraints.
34529         (process_ipa_clobber): New function.
34530         (find_func_clobbers): Likewise.
34531         (insert_into_field_list_sorted): Remove.
34532         (create_function_info_for): Properly allocate vars for IPA mode.
34533         Do not use insert_into_field_list_sorted.
34534         (create_variable_info_for): Properly generate constraints for
34535         global vars in IPA mode.
34536         (dump_solution_for_var): Always dump the solution.
34537         (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
34538         (find_what_var_points_to): Adjust.
34539         (pt_solution_set): Change.
34540         (pt_solution_ior_into): New function.
34541         (pt_solution_empty_p): Export.
34542         (pt_solution_includes_global): Adjust.
34543         (pt_solution_includes_1): Likewise.
34544         (pt_solutions_intersect_1): Likewise.
34545         (dump_sa_points_to_info): Check some invariants.
34546         (solve_constraints): Move constraint dumping ...
34547         (compute_points_to_sets): ... here.
34548         (ipa_pta_execute): ... and here.
34549         (compute_may_aliases): Do not re-compute points-to info
34550         locally if IPA info is available.
34551         (ipa_escaped_pt): New global var.
34552         (ipa_pta_execute): Properly implement IPA PTA.
34553         * tree-into-ssa.c (dump_decl_set): Support dumping
34554         decls not in referenced-vars.
34555         * tree-flow.h (struct gimple_df): Add ipa_pta flag.
34556         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
34557         (dump_points_to_solution): Likewise.
34558         * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
34559         * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
34560         (remap_gimple_stmt): Reset call clobber/use information if necessary.
34561         (copy_decl_to_var): Copy DECL_PT_UID.
34562         (copy_result_decl_to_var): Likewise.
34563         * tree.c (make_node_stat): Initialize DECL_PT_UID.
34564         (copy_node_stat): Copy it.
34565         * tree.h (DECL_PT_UID): New macro.
34566         (SET_DECL_PT_UID): Likewise.
34567         (DECL_PT_UID_SET_P): Likewise.
34568         (struct tree_decl_minimal): Add pt_uid member.
34569         * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
34570         (pt_solution_empty_p): Declare.
34571         (pt_solution_set): Adjust.
34572         (ipa_escaped_pt): Declare.
34573         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
34574         * gimple-pretty-print.c (pp_points_to_solution): New function.
34575         (dump_gimple_call): Dump call clobber/use information.
34576         * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
34577         * tree-pass.h (TDF_ALIAS): New dump option.
34578         * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
34579         * doc/invoke.texi (-fipa-pta): Update documentation.
34581 2010-04-15  Richard Guenther  <rguenther@suse.de>
34583         * Makefile.in (OBJS-common): Add gimple-fold.o.
34584         (gimple-fold.o): New rule.
34585         * tree.h (maybe_fold_offset_to_reference,
34586         maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
34587         prototypes ...
34588         * gimple.h: ... here.
34589         * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
34590         may_propagate_address_into_dereference): Move prototypes ...
34591         * gimple.h: ... here.
34592         * tree-ssa-ccp.c (get_symbol_constant_value,
34593         may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
34594         maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
34595         maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
34596         maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
34597         ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
34598         fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
34599         gimplify_and_update_call_from_tree): Move ...
34600         * gimple-fold.c: ... here.  New file.
34601         (ccp_fold_builtin): Rename to ...
34602         (gimple_fold_builtin): ... this.
34603         * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
34605 2010-04-15  Richard Guenther  <rguenther@suse.de>
34607         * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
34608         fit_double_type, force_fit_type_double, add_double_with_sign,
34609         neg_double, mul_double_with_sign, lshift_double, rshift_double,
34610         lrotate_double, rrotate_double, div_and_round_double): Move ...
34611         * double-int.c: ... here.
34612         * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
34613         add_double, neg_double, mul_double_with_sign, mul_double,
34614         lshift_double, rshift_double, lrotate_double, rrotate_double,
34615         div_and_round_double): Move prototypes ...
34616         * double-int.h: ... here.
34618 2010-04-15  Bernd Schmidt  <bernds@codesourcery.com>
34620         PR target/43742
34621         * config/sh/sh.md (doloop_end_split, dect): Undo previous patch.  Use
34622         matching constraints to ensure inputs match the output.
34624 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
34626         PR target/43742
34627         * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
34628         in an input-only operand.
34630 2010-04-15  Anatoly Sokolov  <aesok@post.ru>
34632         * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
34633         (double_int_not, double_int_lshift, double_int_rshift): Declare.
34634         (double_int_negative_p): Convert to static inline function.
34635         * double-int.c (double_int_lshift, double_int_lshift): New functions.
34636         (double_int_negative_p): Remove.
34637         * tree.h (lshift_double, rshift_double):
34638         * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
34639         * fold-const.c (fold_convert_const_int_from_real,
34640         fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
34641         (lshift_double): Change type of arith argument to bool.
34642         (rshift_double): Change type of arith argument to bool. Correct
34643         comment.
34644         * expmed.c (mask_rtx, lshift_value): (Ditto.).
34646 2010-04-14  Bernd Schmidt  <bernds@codesourcery.com>
34648         PR target/21803
34649         * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
34650         at the start and end of the then/else blocks, and omit them from the
34651         conversion.
34652         * cfgcleanup.c (flow_find_cross_jump): No longer static.  Remove MODE
34653         argument; all callers changed.  Pass zero to old_insns_match_p instead.
34654         (flow_find_head_matching_sequence): New function.
34655         (old_insns_match_p): Check REG_EH_REGION notes for calls.
34656         * basic-block.h (flow_find_cross_jump,
34657         flow_find_head_matching_sequence): Declare functions.
34659 2010-04-14  Jason Merrill  <jason@redhat.com>
34661         PR c++/36625
34662         * c-common.c (attribute_takes_identifier_p): New fn.
34663         * c-common.h: Declare it.
34665 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
34667         * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
34668         splitter condition.
34669         (*udivmod<mode>4): Ditto.
34671 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
34673         * config/i386/i386.md (maxmin_int): Rename code attribute from
34674         maxminiprefix and update all users.
34675         (maxmin_float): Ditto from maxminfprefix.
34676         (logic): Ditto from logicprefix.
34677         (absneg_mnemonic): Ditto from absnegprefix.
34678         * config/i386/mmx.md: Update all users of maxminiprefix,
34679         maxminfprefix and logicprefix for rename.
34680         * config/i386/sse.md: Ditto.
34681         * config/i386/sync.md (sync_<code><mode>): Update for
34682         logicprefix rename.
34684 2010-04-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
34686         PR 42966
34687         * diagnostics.c (diagnostic_report_diagnostic): Mark specially
34688         warnings converted to errors.
34690 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
34692         * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
34693         used insn_type variable.
34694         (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
34695         to avoid set-but-not-used warning.
34697 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
34699         * df-core.c (df_ref_debug): Change format string placeholder
34700         from 0x%x to %#x.
34701         * dwarf2asm.c (dw2_asm_output_data_raw,
34702         dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
34703         dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
34704         * dwarf2out.c (output_cfi, output_cfi_directive,
34705         dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
34706         output_cfa_loc_raw, output_die, output_ranges, output_file_names):
34707         Ditto.
34708         * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
34709         * print-rtl.c (print_rtx): Ditto.
34711 2010-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
34713         PR middle-end/42694
34714         * builtins.c (expand_builtin_pow_root): New function to expand pow
34715         calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
34716         series of sqrt and cbrt calls under -ffast-math.
34717         (expand_builtin_pow): Call it.
34719 2010-04-14  Michael Matz  <matz@suse.de>
34721         PR tree-optimization/42963
34722         * tree-cfg.c (touched_switch_bbs): New static variable.
34723         (group_case_labels_stmt): New function broken out from ...
34724         (group_case_labels): ... here, use the above.
34725         (start_recording_case_labels): Allocate touched_switch_bbs.
34726         (end_recording_case_labels): Deallocate it, call
34727         group_case_labels_stmt.
34728         (gimple_redirect_edge_and_branch): Remember index of affected BB.
34730 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
34732         * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
34733         from insn template.
34735 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
34737         * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
34739 2010-04-13  Jan Hubicka  <jh@suse.cz>
34741         * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
34742         of optimized out static functions.
34743         (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
34744         cost computation.  Also sanity check for overflows.
34745         (update_caller_keys): Update cgraph_edge_badness call; properly
34746         update fibheap and sanity check that it is up to date.
34747         (add_new_edges_to_heap): Update cgraph_edge_badness.
34748         (cgraph_decide_inlining_of_small_function): Likewise;
34749         add sanity checking that badness in heap is up to date;
34750         improve dumping of reason; Update badness of calls to the
34751         offline copy of function currently inlined; dump badness
34752         of functions not inlined because of unit growth limits.
34754 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
34756         PR middle-end/32628
34757         * c-common.c (pointer_int_sum): Disregard overflow that occured only
34758         because of sign-extension change when converting to sizetype here...
34759         * fold-const.c (fold_convert_const_int_from_int): ...and not here.
34761         * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
34762         the folding to constants.  Remove redundant final conversion.
34763         (fold_binary) <associate>: Do not associate if the re-association of
34764         constants alone overflows.
34765         (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
34766         to the end of the list.
34767         (multiple_of_p) <COND_EXPR>: New case.
34769 2010-04-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
34771         * opt-functions.awk (opt_sanitized_name): New.
34772         (opt_enum): New.
34773         * optc-gen.awk: Use it
34774         * opth-gen.awk: Use it.
34776 2010-04-13  Martin Jambor  <mjambor@suse.cz>
34778         * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
34779         (sra_modify_assign): Delete stmts loading dead data even if racc has no
34780         children.  Call replace_uses_with_default_def_ssa_name to handle
34781         SSA_NAES on lhs.
34783 2010-04-13  Michael Matz  <matz@suse.de>
34785         PR middle-end/43730
34786         * builtins.c (expand_builtin_interclass_mathfn): Also create
34787         a register if the predicate doesn't match.
34789 2010-04-13  Diego Novillo  <dnovillo@google.com>
34791         * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
34792         * c-pch.c: Include timevar.h.
34793         (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
34794         (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
34795         * ggc-common.c: Include timevar.h.
34796         (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
34797         * timevar.def (TV_PCH_SAVE): Define.
34798         (TV_PCH_CPP_SAVE): Define.
34799         (TV_PCH_PTR_REALLOC): Define.
34800         (TV_PCH_PTR_SORT): Define.
34801         (TV_PCH_RESTORE): Define.
34802         (TV_PCH_CPP_RESTORE): Define.
34804 2010-04-13  Michael Matz  <matz@suse.de>
34806         * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
34807         into MINUS_EXPRs.
34808         (can_reassociate_p): New function.
34809         (break_up_subtract_bb, reassociate_bb): Use it.
34811 2010-04-13  Richard Guenther  <rguenther@suse.de>
34813         PR bootstrap/43737
34814         * builtins.c (c_readstr): Fix assert.
34816 2010-04-13  Uros Bizjak  <ubizjak@gmail.com>
34818         * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
34819         when generating cltd insn.
34821         (*ashl<mode>3_1): Remove special handling for register operand 2.
34822         (*ashlsi3_1_zext): Ditto.
34823         (*ashlhi3_1): Ditto.
34824         (*ashlhi3_1_lea): Ditto.
34825         (*ashlqi3_1): Ditto.
34826         (*ashlqi3_1_lea): Ditto.
34827         (*<shiftrt_insn><mode>3_1): Ditto.
34828         (*<shiftrt_insn>si3_1_zext): Ditto.
34829         (*<shiftrt_insn>qi3_1_slp): Ditto.
34830         (*<rotate_insn><mode>3_1): Ditto.
34831         (*<rotate_insn>si3_1_zext): Ditto.
34832         (*<rotate_insn>qi3_1_slp): Ditto.
34834 2010-04-13  Richard Guenther  <rguenther@suse.de>
34836         * tree-ssa-structalias.c (callused_id): Remove.
34837         (call_stmt_vars): New.
34838         (get_call_vi): Likewise.
34839         (lookup_call_use_vi): Likewise.
34840         (lookup_call_clobber_vi): Likewise.
34841         (get_call_use_vi): Likewise.
34842         (get_call_clobber_vi): Likewise.
34843         (make_transitive_closure_constraints): Likewise.
34844         (handle_const_call): Adjust to do per-call call-used handling.
34845         (handle_pure_call): Likewise.
34846         (find_what_var_points_to): Remove general callused handling.
34847         (init_base_vars): Likewise.
34848         (init_alias_vars): Initialize call_stmt_vars.
34849         (compute_points_to_sets): Process call-used and call-clobbered
34850         vars for call statements.
34851         (delete_points_to_sets): Free call_stmt_vars.
34853 2010-04-13  Richard Guenther  <rguenther@suse.de>
34855         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
34856         Only add RW dependence for dependence distance zero.
34857         Adjust maximal vectorization factor according to dependences.
34858         Move alignment handling ...
34859         (vect_find_same_alignment_drs): ... here.  New function.
34860         (vect_analyze_data_ref_dependences): Adjust.
34861         (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
34862         (vect_analyze_data_refs): Adjust minimal vectorization factor
34863         according to data references.
34864         * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
34865         dependences before determining the vectorization factor.
34866         Analyze alignment after determining the vectorization factor.
34867         * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
34868         dependences before alignment.
34869         * tree-vectorizer.h (vect_analyze_data_ref_dependences):
34870         Adjust prototype.
34871         (vect_analyze_data_refs): Likewise.
34872         (MAX_VECTORIZATION_FACTOR): New define.
34874 2010-04-13  Duncan Sands  <baldrick@free.fr>
34876         * except.h (lang_eh_type_covers): Remove.
34877         * except.c (lang_eh_type_covers): Likewise.
34879 2010-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34880             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
34882         * config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
34883         * config/s390/s390.c: Replace UNTIS_PER_WORD with
34884         UNITS_PER_LONG where it is ABI relevant.
34885         (s390_return_addr_rtx): Likewise.
34886         (s390_back_chain_rtx): Likewise.
34887         (s390_frame_area): Likewise.
34888         (s390_frame_info): Likewise.
34889         (s390_initial_elimination_offset): Likewise.
34890         (save_gprs): Likewise.
34891         (s390_emit_prologue): Likewise.
34892         (s390_emit_epilogue): Likewise.
34893         (s390_function_arg_advance): Likewise.
34894         (s390_function_arg): Likewise.
34895         (s390_va_start): Likewise.
34896         (s390_gimplify_va_arg): Likewise.
34897         (s390_function_profiler): Likewise.
34898         (s390_optimize_prologue): Likewise.
34899         (s390_rtx_costs): Likewise.
34900         (s390_secondary_reload): Likewise.
34901         (s390_promote_function_mode): Likewise.
34902         (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
34903         (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
34904         registers available.
34905         (s390_unwind_word_mode): New function.
34906         (s390_function_value): Split 64 bit values into register pair if
34907         used as return value.
34908         (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
34909         function call parameters.  Handle parallels.
34910         (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
34911         (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
34912         (DWARF_CIE_DATA_ALIGNMENT): New macro.
34913         (s390_expand_setmem): Remove unused variable src_addr.
34914         * longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
34915         deal with 64 bit registers.
34916         * config/s390/s390.h: Define __zarch__ predefined macro.
34917         Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
34918         (UNITS_PER_LONG): New macro.
34919         * libjava/include/s390-signal.h: Define extended ucontext
34920         structure containing the upper halfs of the 64 bit registers.
34922 2010-04-13  Simon Baldwin  <simonb@google.com>
34924         * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
34926 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
34928         * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
34929         rvalue on the RHS if the LHS is of a non-renamable type.
34930         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
34932 2010-04-13  Matthias Klose  <doko@ubuntu.com>
34934         * gcc.c (cc1_options): Handle -iplugindir before processing
34935         the cc1 spec. Only add -iplugindir once.
34936         (cpp_unique_options): Add -iplugindir option if -fplugin* options
34937         found.
34938         * common.opt (iplugindir): Remove `Separate' property, initialize.
34939         * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
34940         option.
34941         * Makefile.in (check-%, check-parallel-%): Create plugin dir.
34942         (distclean): Remove plugin dir.
34943         * doc/invoke.texi: Document -iplugindir.
34945 2010-04-13  Basile Starynkevitch  <basile@starynkevitch.net>
34947         * doc/plugins.texi (Loading Plugins): Document short
34948         -fplugin=foo option.
34949         (Plugin API): Mention default_plugin_dir_name function.
34951         * gcc.c (find_file_spec_function): Add new declaration.
34952         (static_spec_func): Use it for "find-file".
34953         (find_file_spec_function): Add new function.
34954         (cc1_options): Add -iplugindir option if -fplugin* options found.
34956         * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
34958         * plugin.c (add_new_plugin): Updated comment, and handle short
34959         plugin name.
34960         (default_plugin_dir_name): Added new function.
34962         * common.opt (iplugindir): New option to set the plugin directory.
34964 2010-04-12  Uros Bizjak  <ubizjak@gmail.com>
34966         * config/i386/i386.md (any_rotate): New code iterator.
34967         (rotate_insn): New code attribute.
34968         (rotate): Ditto.
34969         (SWIM124): New mode iterator.
34970         (<rotate_insn>ti3): New expander.
34971         (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
34972         any_rotate code iterator.
34973         (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
34974         using any_rotate code iterator and SWIM124 mode iterator.
34975         (ix86_rotlti3): New insn_and_split pattern.
34976         (ix86_rotrti3): Ditto.
34977         (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
34978         ix86_rotl{di,ti}3 patterns.
34979         (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
34980         (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
34981         and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
34982         *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
34983         code iterator and SWI mode iterator.
34984         (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
34985         Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
34986         code iterator.
34987         (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
34988         Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
34989         (bswap rotatert splitter): Add splitter.
34990         (bswap splitter): Macroize splitter using any_rotate code iterator.
34991         Add insn predicate to split only for TARGET_USE_XCHGB or when
34992         optimizing function for size.
34994 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
34996         * config/pa/pa.c (emit_move_sequence): Remove use of
34997         deleted variable flag_argument_noalias.
34999 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35001         * config.gcc: Removed *-*-solaris2.7* from list of obsolete
35002         configurations.
35003         Add to unsupported targets list.
35004         * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
35005         sparc*-sun-solaris2.[567]* from target lists.
35006         * configure: Regenerate.
35007         * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
35008         removal.
35009         Remove Solaris 7 patch references.
35010         (Specific, sparc-sun-solaris2.7): Removed.
35011         (sparc-sun-solaris2*): Update Solaris 7 example.
35012         (sparc64-*-solaris2*): Likewise.
35014 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35016         * config.build (alpha*-dec-osf4*): Remove.
35017         * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
35018         of obsolete configurations.
35019         (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
35020         support.
35021         * config/alpha/t-osf4: Renamed to ...
35022         * config/alpha/t-osf5: ... this.
35023         * config/alpha/osf.h: Renamed to ...
35024         * config/alpha/osf5.h: ... this.
35025         Merged old osf5.h contents.
35026         Update comments.
35027         (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
35028         (EXTRA_SPECS): Removed.
35029         * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
35030         reflect removal of Tru64 UNIX V4.0/V5.0 support.
35031         Document that.
35033 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35035         * doc/contrib.texi (Contributors, Rainer Orth): Update.
35037 2010-04-12  Kai Tietz  <kai.tietz@onevision.com>
35039         PR/43702
35040         * config/i386/i386.c (x86_this_parameter): Handle aggregate for
35041         __thiscall convention.
35043 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
35045         * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
35046         orig_base.
35047         * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
35049 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
35051         * function.c (assign_parms_initialize_all): Add unused attribute
35052         to fntype.
35054 2010-04-12  Richard Guenther  <rguenther@suse.de>
35056         * gsstruct.def (GSS_CALL): New.
35057         * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
35058         * gimple.h: Include tree-ssa-alias.h.
35059         (struct gimple_statement_call): New.
35060         (union gimple_statement_struct_d): Add gimple_call member.
35061         (gimple_call_reset_alias_info): Declare.
35062         (gimple_call_use_set): New function.
35063         (gimple_call_clobber_set): Likewise.
35064         * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
35065         * gimple.c (gimple_call_reset_alias_info): New function.
35066         (gimple_build_call_1): Call it.
35067         * lto-streamer-in.c (input_gimple_stmt): Likewise.
35068         * tree-inline.c (remap_gimple_stmt): Likewise.
35069         (expand_call_inline): Remove callused handling.
35070         * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
35071         * tree-dfa.c (dump_variable): Likewise.
35072         * tree-parloops.c (parallelize_loops): Likewise.
35073         * tree-ssa.c (init_tree_ssa): Likewise.
35074         (delete_tree_ssa): Likewise.
35075         * tree-flow-inline.h (is_call_used): Remove.
35076         * tree-flow.h (struct gimple_df): Remove callused member.
35077         * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
35078         * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
35079         (ref_maybe_used_by_call_p_1): Simplify.
35080         (call_may_clobber_ref_p_1): Likewise.
35081         * tree-ssa-structalias.c (compute_points_to_sets): Set
35082         the call stmt used and clobbered sets.
35083         * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
35084         (find_tail_calls): Verify the tail call.
35086 2010-04-12  Richard Guenther  <rguenther@suse.de>
35088         * ipa.c (cgraph_postorder): Adjust postorder to guarantee
35089         single-iteration always-inline inlining.
35090         * ipa-inline.c (cgraph_mark_inline): Do not return anything.
35091         (cgraph_decide_inlining): Do not handle always-inline specially.
35092         (try_inline): Remove always-inline cycle detection special case.
35093         Do not recurse on always-inlines.
35094         (cgraph_early_inlining): Do not iterate if not optimizing.
35095         (cgraph_gate_early_inlining): remove.
35096         (pass_early_inline): Run unconditionally.
35097         (gate_cgraph_decide_inlining): New function.
35098         (pass_ipa_inline): Use it.  Do not run the IPA inliner if
35099         not inlining or optimizing.
35100         (cgraph_decide_inlining_of_small_functions): Also consider
35101         always-inline functions.
35102         (cgraph_default_inline_p): Return true for nodes which should
35103         disregard inline limits.
35104         (estimate_function_body_sizes): Assume zero size and time for
35105         nodes which are marked as disregarding inline limits.
35106         (cgraph_decide_recursive_inlining): Do not perform recursive
35107         inlining on always-inline nodes.
35109 2010-04-12  Jakub Jelinek  <jakub@redhat.com>
35111         PR bootstrap/43699
35112         * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
35113         for exprs satisfying handled_component_p.
35115 2010-04-12  Eric Botcazou  <ebotcazou@adacore.com>
35117         * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
35118         non-constant aggregate elements.
35120         * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
35121         is a real initialization.
35123 2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
35125         PR c/36774
35126         * c-decl.c (start_function): Move forward check for nested function.
35128 2010-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
35130         * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
35131         * config/sh/sh.c: Include reload.h.
35132         (sh_legitimize_reload_address): New.
35133         * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
35134         sh_legitimize_reload_address.
35136 2010-04-11  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
35138         * config/sh/sh.md (*movqi_pop): New insn pattern.
35139         * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
35141 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
35143         * config/i386/i386.md (any_shiftrt): New code iterator.
35144         (shiftrt_insn): New code attribute.
35145         (shiftrt): Ditto.
35146         (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
35147         using any_shiftrt code iterator.
35148         (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
35149         *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
35150         (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
35151         pattern from corresponding peephole2 patterns.
35152         (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
35153         using any_shiftrt code iterator.
35154         (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
35155         (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
35156         (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
35157         (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
35158         *{ashr,lshr}<mode>3_cmp_zext.
35159         (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
35161 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
35163         * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
35164         scratch register.
35165         (*lshr<mode>3_cconly): Ditto.
35167 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
35169         * config/i386/i386.md (lshr<mode>3): Macroize expander from
35170         lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
35171         (*lshr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
35172         pattern from *lshr{di,ti}3_1 and corresponding splitters using
35173         DWI mode iterator.
35174         (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
35175         from corresponding peephole2 patterns.
35176         (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
35177         *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
35178         and *lshrdi3_1_rex64 using SWI mode iterator.
35179         (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
35180         (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
35181         (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
35182         *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
35183         and *lshrdi3_cmp_rex64 using SWI mode iterator.
35184         (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
35185         (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
35186         *lshrdi3_one_bit_cconly_rex64. Macroize insn from
35187         *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
35188         SWI mode iterator.
35190 2010-04-10  Uros Bizjak  <ubizjak@gmail.com>
35192         * config/i386/i386.md (ashr<mode>3): Macroize expander from
35193         ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
35194         (*ashr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
35195         pattern from *ashr{di,ti}3_1 and corresponding splitters using
35196         DWI mode iterator.
35197         (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
35198         from corresponding peephole2 patterns.
35199         (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
35200         (ashrsi3_cvt): Rename from ashrsi3_31.
35201         (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
35202         (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
35203         and x86_64_shift_adj_3 using SWI48 mode iterator.
35204         (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
35205         *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
35206         and *ashrdi3_1_rex64 using SWI mode iterator.
35207         (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
35208         (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
35209         (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
35210         *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
35211         and *ashrdi3_cmp_rex64 using SWI mode iterator.
35212         (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
35213         (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
35214         *ashrdi3_one_bit_cconly_rex64. Macroize insn from
35215         *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
35216         SWI mode iterator.
35217         (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
35218         * config/i386/i386.c (ix86_split_ashr): Update for renamed
35219         x86_shift<mode>_adj_3 expanders.
35221 2010-04-10  Wei Guozhi  <carrot@google.com>
35223         PR target/42601
35224         * config/arm/arm.c (arm_pic_static_addr): New function.
35225         (legitimize_pic_address): Call arm_pic_static_addr when it detects
35226         a static symbol.
35227         (arm_output_addr_const_extra): Output expression for new pattern.
35228         * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
35230 2010-04-10  Bernd Schmidt  <bernds@codesourcery.com>
35232         * ira-costs.c (record_reg_classes): Ignore alternatives that are
35233         not enabled.
35235         * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
35236         * web.c: Include "insn-config.h" and "recog.h".
35237         (union_match_dups): New function.
35238         (web_main): Call it.
35239         (union_defs): Don't try to recognize match_dups.
35241         * reload1.c (eliminate_regs_in_insn): Don't restore an operand
35242         if doing so would replace the entire pattern.
35244 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
35246         PR target/43707
35247         PR target/43709
35248         * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
35249         and splitter pattern.  Change splitter operand 1 predicate to
35250         nonmemory_operand.
35252 2010-04-09  Martin Jambor  <mjambor@suse.cz>
35254         * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
35255         lattices are addresses of CONST_DECLs with the same initial value.
35256         (ipcp_print_all_lattices): Print values of CONST_DECLs.
35257         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
35259 2010-04-09  Eric Botcazou  <ebotcazou@adacore.com>
35260             Bernd Schmidt  <bernds@codesourcery.com>
35262         * loop-invariant.c (replace_uses): New static function.
35263         (move_invariant_reg): Use it to ensure we can replace the uses.
35265 2010-04-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
35267         * config/picochip/picochip.c (picochip_rtx_costs): Use correct
35268         function template.
35269         (picochip_override_options): Enable section anchors only above -O1.
35270         (picochip_reorg): Fixed a couple of build warnings.
35272 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35274         * configure.ac (plugin -rdynamic test): Log result.
35275         * configure: Regenerate.
35276         * config/sol2.h (LINK_SPEC): Handle -rdynamic.
35277         (RDYNAMIC_SPEC): Define.
35278         * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
35280 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35282         * configure.ac: Determine Sun ld version numbers.
35283         (comdat_group): Restrict GNU ld version checks to gld.
35284         (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
35285         (enable_comdat): Support --enable-comdat.
35286         * configure: Regenerate.
35287         * doc/install.texi (Configuration): Document --enable-comdat.
35289 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35291         * config/sparc/sol2-gld.h: Remove SPARC reference.  Rename ...
35292         * config/sol2-gld.h: ... here.
35293         * config.gcc (sparc*-*-solaris2*): Reflect this.
35294         (i[34567]86-*-solaris2*): Use it.
35296 2010-04-09  Steve Ellcey  <sje@cup.hp.com>
35298         * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
35299         setup_clocks_p.
35300         (final_emit_insn_group_barriers): Remove unused variable prev_insn.
35302 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
35304         PR 42965
35305         * diagnostic.c (diagnostic_initialize): Initialize
35306         some_warnings_are_errors.
35307         (diagnostic_finish): New.
35308         (diagnostic_action_after_output): Call it before exiting.
35309         (diagnostic_report_diagnostic): Do not print message here. Set
35310         some_warnings_are_errors.
35311         * diagnostic.h (diagnostic_context): Delete
35312         issue_warnings_are_errors_message. Add some_warnings_are_errors.
35313         (diagnostic_finish): Declare.
35314         * toplev.c (toplev_main): Call it before exit.
35316 2010-04-09  Jason Merrill  <jason@redhat.com>
35318         PR c++/42623
35319         * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
35320         for incomplete type.
35322         PR c++/41788
35323         * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
35324         based on a warning flag.
35326 2010-04-09  Richard Guenther  <rguenther@suse.de>
35328         * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
35330 2010-04-09  Iain Sandoe  <iains@gcc.gnu.org>
35332         PR bootstrap/43684
35333         * varasm.c (default_assemble_visibility): Wrap vars that are
35334         set, but unused, by targets without GAS.
35335         * config/rs6000/rs6000.c (paired_emit_vector_compare):
35336         Remove set, but unused, vars.
35337         (rs6000_legitimize_tls_address): Likewise.
35338         (altivec_expand_dst_builtin): Likewise.
35339         * config/darwin.c (machopic_classify_symbol): Likewise.
35340         (machopic_indirection_name): Likewise.
35342 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
35344         * config/i386/i386.md (DWI): New mode iterator.
35345         (S): New mode attribute.
35346         (shift_operand): Ditto.
35347         (shift_immediate_operand): Ditto.
35348         (ashl_input_operand): Ditto.
35349         (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
35350         using SDWIM mode iterator.
35351         (*ashl<mode>3_doubleword): New insn_and_split_pattern.  Macroize
35352         pattern from *ashl{di,ti}3_1 and corresponding splitters using
35353         DWI mode iterator.
35354         (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
35355         from corresponding peephole2 patterns.
35356         (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
35357         and x86_64_shift_adj_1 using SWI48 mode iterator.
35358         (x86_shift<mode>_adj_2): Ditto.
35359         (*ashldi3_1_rex64): Split TYPE_LEA pattern.
35360         (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
35361         using SWI48 mode iterator.
35362         (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
35363         *ashldi3_cmp_rex64 using SWI mode iterator.
35364         (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
35365         *ashldi3_cconly_rex64 using SWI mode iterator.
35366         * config/i386/i386.c (ix86_split_ashl): Update for renamed
35367         x86_shift<mode>_adj_{1,2}.
35368         (ix86_split_ashr): Ditto.
35369         (ix86_split_lshr): Ditto.
35371 2010-04-09  Richard Guenther  <rguenther@suse.de>
35373         * target.h (builtin_conversion): Pass in input and output types.
35374         * targhooks.c (default_builtin_vectorized_conversion): Adjust.
35375         * targhooks.h (default_builtin_vectorized_conversion): Likewise.
35376         * tree-vect-stmts.c (vectorizable_conversion): Adjust.
35377         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
35379         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
35380         Handle AVX modes.
35381         * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
35383 2010-04-09  Richard Guenther  <rguenther@suse.de>
35385         PR target/43152
35386         * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
35388 2010-04-09  Richard Guenther  <rguenther@suse.de>
35390         * tree-vectorizer.h (struct _stmt_vec_info): Document
35391         that vectype is the type of the LHS.
35392         (supportable_widening_operation, supportable_narrowing_operation):
35393         Get both input and output vector types as arguments.
35394         (vect_is_simple_use_1): Declare.
35395         (get_same_sized_vectype): Likewise.
35396         * tree-vect-loop.c (vect_determine_vectorization_factor):
35397         Set STMT_VINFO_VECTYPE to the vector type of the def.
35398         (vectorizable_reduction): Adjust.
35399         * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
35400         Adjust.  Specify the output vector type.
35401         (vect_pattern_recog_1): Adjust.
35402         * tree-vect-stmts.c (get_same_sized_vectype): New function.
35403         (vectorizable_call): Adjust.
35404         (vectorizable_conversion): Likewise.
35405         (vectorizable_operation): Likewise.
35406         (vectorizable_type_demotion): Likewise.
35407         (vectorizable_type_promotion): Likewise.
35408         (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
35409         the def.
35410         (vect_is_simple_use_1): New function.
35411         (supportable_widening_operation): Get both input and output
35412         vector types.
35413         (supportable_narrowing_operation): Likewise.
35414         * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
35416 2010-04-09  Kai Tietz  <kai.tietz@onevision.com>
35418         * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
35419         __thiscall and _thiscall as predefined macros.
35420         * config/i386/i386.c (ix86_handle_cconv_attribute): Add
35421         thiscall attribute handling.
35422         (ix86_comp_type_attributes): Likewise.
35423         (ix86_function_regparm): Likewise.
35424         (ix86_return_pops_args): Likewise.
35425         (init_cumulative_args): Likewise.
35426         (find_drap_reg): Likewise.
35427         (ix86_static_chain): Likewise.
35428         (x86_this_parameter): Likewise.
35429         (x86_output_mi_thunk): Likewise.
35430         (ix86_attribute_table): Add description for thiscall attribute.
35431         * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
35432         * doc/extend.texi: Add documentation for thiscall.
35434 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
35436         PR c++/28584
35437         * c.opt (Wint-to-pointer-cast): Available in C++.
35438         * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
35440 2010-04-08  Eric Botcazou  <ebotcazou@adacore.com>
35442         * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
35443         * calls.c (expand_call): Pass the function type to aggregate_value_p.
35444         * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
35445         the target function of a CALL_EXPR.  Honor TREE_ADDRESSABLE on the
35446         function type instead.  Reorder and simplify checks.
35448         * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
35450 2010-04-08  Jing Yu  <jingyu@google.com>
35451             Zdenek Dvorak  <ook@ucw.cz>
35453         PR tree-optimization/42720
35454         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
35455         loop unswitch conditions here from ...
35456         (tree_unswitch_single_loop): ... here.
35458 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
35460         * tree-if-conv.c: Fix comments and simplify logic.
35462 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
35464         * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
35465         (tree_if_conversion): Same.  Update call to if_convertible_loop_p.
35466         (main_tree_if_conversion): Update call to tree_if_conversion.
35468 2010-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
35470         PR 42485
35471         * doc/invoke.texi (-b,-V): Delete.
35472         * doc/tm.texi: Do not mention -b.
35473         * gcc.c (display_help): Delete -b and -V.
35474         (process_command): Delete -b and -V.
35475         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
35477 2010-04-08  Christian Borntraeger  <borntraeger@de.ibm.com>
35478             Wolfgang Gellerich  <gellerich@de.ibm.com>
35480         Implement target hook for loop unrolling
35481         * target.h (loop_unroll_adjust): Add a new target hook function.
35482         * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
35483         * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
35484         * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
35485         (s390_loop_unroll_adjust): Implement the new target hook for s390.
35486         * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
35487         target hook.
35488         (decide_unroll_stupid): Likewise.
35490 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35492         PR target/43643
35493         * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
35495 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35497         * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
35498         (Specific, *-*-solaris2*): Likewise.
35499         Don't prefer Sun as over GNU as.
35501 2010-04-08  Wolfgang Gellerich  <gellerich@de.ibm.com>
35503         * config/s390/s390.c (override_options): Adjust the z10 defaults
35504         for max-unroll-times, max-completely-peeled-insns
35505         and max-completely-peel-times.
35507 2010-04-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35509         * config/s390/s390.c (s390_expand_movmem): Issue prefetch
35510         instructions for z10.
35511         (s390_expand_setmem): Likewise.
35512         (s390_expand_cmpmem): Likewise.
35514 2010-04-08  Richard Guenther  <rguenther@suse.de>
35516         PR tree-optimization/43679
35517         * tree-ssa-pre.c (eliminate): Only propagate copies.
35519 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
35521         PR bootstrap/43681
35522         * expr.c (block_move_libcall_safe_for_call_parm): Avoid
35523         set but not used variable warning.
35525 2010-04-08  Wei Guozhi  <carrot@google.com>
35527         PR target/41653
35528         * config/arm/arm.c (thumb1_size_rtx_costs): New function.
35529         (arm_size_rtx_costs): Call the new function when optimized for size.
35531 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
35533         PR debug/43670
35534         * cfgexpand.c (expand_debug_expr): If for non-NULL offset
35535         op0 is not a MEM, just return NULL instead of assertion
35536         failure.
35537         (discover_nonconstant_array_refs): Don't walk debug stmts.
35539 2010-04-08  Doug Kwan  <dougkwan@google.com>
35541         * configure.ac: Recognize gold and do not use its version number
35542         to test ld features.
35543         * configure: Regenerate.
35545 2010-04-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
35547         PR middle-end/40815
35548         * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
35549         (negate_value): Move code to push elements to broken_up_substracts ...
35550         (eliminate_plus_minus_pair): ... here.  Push operands that have no
35551         negative pair to plus_negates.
35552         (repropagate_negates, init_reassoc, fini_reassoc): Update.
35554 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35556         * doc/install.texi (Configuration): Move description of
35557         --enable-lto, --with-libelf*, --enable-gold from Java section to
35558         general section.
35560         * doc/generic.texi (Working with declarations)
35561         (Function Properties, C and C++ Trees): Fix typos.
35562         * doc/sourcebuild.texi (Top Level): Likewise.
35564 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
35566         PR c/18624
35567         * tree.h (DECL_READ_P): Define.
35568         (struct tree_decl_common): Add decl_read_flag.
35569         * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
35570         a set but not used warning.
35571         (merge_decls): Merge DECL_READ_P flag.
35572         (finish_decl, build_compound_literal): Set DECL_READ_P flag.
35573         (finish_function): Issue -Wunused-but-set-parameter diagnostics.
35574         * c-common.c (handle_used_attribute, handle_unused_attribute):
35575         Likewise.
35576         * c-tree.h (default_function_array_read_conversion, mark_exp_read):
35577         New prototypes.
35578         * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
35579         New functions.
35580         (default_conversion, c_process_expr_stmt): Call mark_exp_read.
35581         * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
35582         c_parser_binary_expression, c_parser_cast_expression,
35583         c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
35584         Call default_function_array_read_conversion instead of
35585         default_function_array_conversion where needed.
35586         (c_parser_unary_expression, c_parser_conditional_expression,
35587         c_parser_postfix_expression_after_primary, c_parser_initelt):
35588         Likewise.  Call mark_exp_read where needed.
35589         (c_parser_statement_after_labels, c_parser_asm_operands,
35590         c_parser_typeof_specifier, c_parser_sizeof_expression,
35591         c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
35592         where needed.
35593         * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
35594         New.
35595         * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
35596         (warn_unused_but_set_parameter): Default to warn_unused
35597         && extra_warnings.
35598         * doc/invoke.texi: Document -Wunused-but-set-variable and
35599         -Wunused-but-set-parameter.
35601         * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
35602         used count variable.
35603         * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
35604         when operandN variables aren't used in the body of the expander
35605         or splitter.
35606         * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
35607         FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
35608         * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
35609         * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
35610         FOR_EACH_IMM_USE_ON_STMT): Likewise.
35611         * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
35612         * tree.c (PROCESS_ARG): Likewise.
35614 2010-04-07  Simon Baldwin  <simonb@google.com>
35616         * diagnostic.h (diagnostic_override_option_index): New macro to
35617         set a diagnostic's option_index.
35618         * c-tree.h (c_cpp_error): Add warning reason argument.
35619         * opts.c (_warning_as_error_callback): New.
35620         (register_warning_as_error_callback): Store callback for
35621         warnings enabled via enable_warning_as_error.
35622         (enable_warning_as_error): Call callback, minor code tidy.
35623         * opts.h (register_warning_as_error_callback): Declare.
35624         * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
35625         response to -Werror=.
35626         (c_common_init_options): Register warning_as_error_callback in opts.c.
35627         * common.opt: Add -Wno-cpp option.
35628         * c-common.c (struct reason_option_codes_t): Map cpp warning
35629         reason codes to gcc option indexes.
35630         * (c_option_controlling_cpp_error): New function, lookup the gcc
35631         option index for a cpp warning reason code.
35632         * (c_cpp_error): Add warning reason argument, call
35633         c_option_controlling_cpp_error for diagnostic_override_option_index.
35634         * doc/invoke.texi: Document -Wno-cpp.
35636 2010-04-07  Richard Guenther  <rguenther@suse.de>
35638         * ipa-reference.c (mark_load): Use get_base_address.
35639         (mark_store): Likewise.
35641         * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
35642         inserting GIMPLE_NOPs into the IL.
35643         * tree-ssa-structalias.c (get_constraint_for_component_ref):
35644         Explicitly strip handled components and indirect references.
35646         * fold-const.c (fold_unary_loc): Do not strip qualifiers when
35647         folding address expressions.
35648         * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
35649         * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
35650         operand_equal_p to compare decls.
35651         (ptr_deref_may_alias_decl_p): Likewise.
35652         * tree-ssa-operands.c (get_asm_expr_operands): Simplify
35653         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
35654         Handle reversed comparison ops.
35655         * tree-sra.c (asm_visit_addr): Use get_base_address.
35656         * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
35657         * ipa-reference.c (mark_address): Use get_base_address.
35659 2010-04-07  Richard Guenther  <rguenther@suse.de>
35661         * tree-ssa-forwprop.c (forward_propagate_addr_expr):
35662         Propagate constants everywhere.
35664 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
35666         PR debug/43516
35667         * tree.c (MAX_INT_CACHED_PREC): Define.
35668         (nonstandard_integer_type_cache): New array.
35669         (build_nonstandard_integer_type): Cache results for precision
35670         <= MAX_INT_CACHED_PREC.
35672 2010-04-07  Richard Guenther  <rguenther@suse.de>
35674         * doc/invoke.texi (-fargument-alias, -fargument-noalias,
35675         -fargument-noalias-global, -fargument-noalias-anything): Remove.
35676         * common.opt: Likewise.
35677         * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
35678         * alias.c (base_alias_check): Remove flag_argument_noalias handling.
35679         (nonoverlapping_memrefs_p): Likewise.
35680         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
35681         * opts.c (common_handle_option): Handle OPT_fargument_alias,
35682         OPT_fargument_noalias, OPT_fargument_noalias_anything and
35683         OPT_fargument_noalias_global for backward compatibility.
35685 2010-04-07  Richard Guenther  <rguenther@suse.de>
35687         PR tree-optimization/43270
35688         * tree-vrp.c (check_array_ref): Fix flexible array member detection.
35689         * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
35690         * tree-ssa-pre.c (phi_translate_1): Adjust.
35691         (fully_constant_expression): Split out vn_reference handling to ...
35692         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
35693         Fold reads from constant strings.
35694         (vn_reference_lookup): Handle fully constant references.
35695         (vn_reference_lookup_pieces): Likewise.
35696         * Makefile.in (expmed.o-warn): Add -Wno-error.
35698 2010-04-07  Martin Jambor  <mjambor@suse.cz>
35700         * tree-sra.c (find_param_candidates): Allow scalar va_list types.
35702 2010-04-07  Iain Sandoe  <iains@gcc.gnu.org>
35704         PR driver/41594
35705         * gcc.c: Add -static-libstdc++ to list of recognized options.
35707 2010-04-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35709         * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
35711 2010-04-07  Richard Guenther  <rguenther@suse.de>
35713         PR middle-end/42617
35714         * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
35715         bases build simple mem attributes to retain points-to information.
35717 2010-04-07  Richard Guenther  <rguenther@suse.de>
35719         PR middle-end/42617
35720         * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
35721         preserve points-to related information.
35723 2010-04-07  Richard Guenther  <rguenther@suse.de>
35725         PR middle-end/42617
35726         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
35727         discard plain indirect references.
35728         * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
35729         * tree.c (tree_nop_conversion): Likewise.
35731 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
35733         PR debug/43628
35734         * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
35736 2010-04-06  Kai Tietz  <kai.tietz@onevision.com>
35738         * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
35739         calling convention attributes on METHOD_TYPEs for w64 ABI, too.
35741 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
35743         * tree-if-conv.c: Fix indentation and comments.
35745 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
35747         * tree-if-conv.c: Sort static functions in topological order.
35749 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
35751         * tree-if-conv.c: Fix indentation and comments.
35753 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
35755         PR middle-end/43519
35756         * graphite-clast-to-gimple.c (max_signed_precision_type): Use
35757         lang_hooks.types.type_for_size instead of
35758         build_nonstandard_integer_type.
35759         When converting an unsigned type to signed, double its precision.
35760         (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
35761         (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
35762         (graphite_create_new_loop_guard): When ub + 1 wraps around,
35763         use lb <= ub.
35765 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
35767         PR middle-end/43519
35768         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
35769         POINTER_PLUS_EXPR for pointer types.
35771 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
35773         PR middle-end/43519
35774         * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
35775         * graphite-clast-to-gimple.c: Include langhooks.h.
35776         (max_signed_precision_type): New.
35777         (max_precision_type): Takes two types as arguments.
35778         (precision_for_value): New.
35779         (precision_for_interval): New.
35780         (gcc_type_for_interval): New.
35781         (gcc_type_for_value): New.
35782         (gcc_type_for_clast_term): New.
35783         (gcc_type_for_clast_red): New.
35784         (gcc_type_for_clast_bin): New.
35785         (gcc_type_for_clast_expr): Split up into several functions.
35786         (gcc_type_for_clast_eq): Rewritten.
35787         (compute_bounds_for_level): New.
35788         (compute_type_for_level_1): New.
35789         (compute_type_for_level): New.
35790         (gcc_type_for_cloog_iv): Removed.
35791         (gcc_type_for_iv_of_clast_loop): Rewritten.
35792         (graphite_create_new_loop): Compute the lower and upper bound types
35793         with gcc_type_for_clast_expr.
35794         (graphite_create_new_loop_guard): Same.
35795         (find_cloog_iv_in_expr): Removed.
35796         (compute_cloog_iv_types_1): Removed.
35797         (compute_cloog_iv_types): Removed.
35798         (gloog): Do not call compute_cloog_iv_types.
35799         * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
35800         GBB_CLOOG_IV_TYPES.
35801         (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
35802         * sese.h (struct gimple_bb): Removed field cloog_iv_types.
35803         (GBB_CLOOG_IV_TYPES): Removed.
35805 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
35807         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
35808         gimple_phi_num_args of the loop close SSA phi node is equal to 1.
35809         (detect_commutative_reduction): Same.
35811 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
35813         * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
35814         call to verify_ssa.  Invoke verify_loop_closed_ssa with an extra
35815         argument.
35816         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
35817         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
35818         (rewrite_commutative_reductions_out_of_ssa): Same.
35819         * passes.c (execute_function_todo): Call verify_ssa for every pass
35820         in the LNO.  Invoke verify_loop_closed_ssa with an extra argument.
35821         * tree-flow.h (verify_loop_closed_ssa): Update declaration.
35822         * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
35823         with an extra argument.
35824         * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same.  Call
35825         verify_ssa only when the extra argument is true.
35826         (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
35827         with an extra argument.
35828         (tree_transform_and_unroll_loop): Same.
35830 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
35832         * passes.c (execute_function_todo): Call verify_loop_closed_ssa
35833         for all the passes of the LNO having LOOP_CLOSED_SSA.
35834         * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
35835         * tree-loop-distribution.c (pass_loop_distribution): Same.
35836         * tree-pass.h (TODO_verify_loops): Removed.
35837         * tree-ssa-loop.c (pass_tree_loop_init): Same.
35838         (pass_lim): Same.
35839         (pass_tree_unswitch): Same.
35840         (pass_predcom): Same.
35841         (pass_vectorize): Same.
35842         (pass_linear_transform): Same.
35843         (pass_graphite_transforms): Same.
35844         (pass_iv_canon): Same.
35845         (pass_complete_unroll): Same.
35846         (pass_complete_unrolli): Same.
35847         (pass_parallelize_loops): Same.
35848         (pass_loop_prefetch): Same.
35849         (pass_iv_optimize): Same.
35851 2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
35853         PR middle-end/32824
35854         * passes.c (init_optimization_passes): Move pass_lim before
35855         pass_copy_prop and pass_dce_loop.
35857 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
35859         PR target/43667
35860         * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
35861         instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
35862         (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
35863         MULTI_* defines for 4 argument vpermil2p* builtins.
35865 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
35867         * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
35868         * config/i386/i386.c (x86_maybe_negate_const_int): New.
35869         (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
35870         * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
35871         *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
35872         *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
35873         *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
35874         Use x86_maybe_negate_const_int to output insn mnemonic.
35875         (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto.  Remove overflow
35876         check from instruction predicate.  Update comments.
35877         * config/i386/sync.md (sync_add<mode>): Use
35878         x86_maybe_negate_const_int to output insn mnemonic.
35880 2010-04-06  Jan Hubicka  <jh@suse.cz>
35882         PR tree-optimization/42906
35883         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
35884         IGNORE_SELF argument.  Set visited_control_parents for fully
35885         processed BBs.
35886         (find_obviously_necessary_stmts): Update call of
35887         mark_control_dependent_edges_necessary.
35888         (propagate_necessity): Likewise.  Handle PHI edges more curefully.
35890 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
35892         * config/i386/i386.md: Remove comment about 'e' and 'E'
35893         operand modifier.
35895 2010-04-06  Richard Guenther  <rguenther@suse.de>
35897         PR tree-optimization/43627
35898         * tree-vrp.c (extract_range_from_unary_expr): Widenings
35899         of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
35900         not varying.
35902 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
35904         * BASE-VER: Change to 4.6.0.
35906         PR target/43638
35907         * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
35908         handling.
35910 2010-04-06  Richard Guenther  <rguenther@suse.de>
35912         PR middle-end/43661
35913         * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
35915 2010-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35917         * doc/invoke.texi (Optimize Options): Document that LTO
35918         won't remove object access purely due to incompatible
35919         declarations.
35921 2010-04-04  Matthias Klose  <doko@ubuntu.com>
35923         * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
35924         Initialize variable.
35926 2010-04-03  Richard Guenther  <rguenther@suse.de>
35928         PR middle-end/42509
35929         * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
35930         require a non-NULL MEM_OFFSET.
35932 2010-04-02  Steven Bosscher  <steven@gcc.gnu.org>
35934         * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
35935         basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
35936         collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
35937         config/alpha/predicates.md, config/arm/arm.md,
35938         config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
35939         config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
35940         config/darwin9.h, config/darwin.c, config/darwin.h,
35941         config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
35942         config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
35943         config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
35944         config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
35945         config/mips/mips.md, config/mn10300/mn10300.c,
35946         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
35947         config/rs6000/aix.h, config/rs6000/dfp.md,
35948         config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
35949         config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
35950         config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
35951         config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
35952         config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
35953         config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
35954         c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
35955         diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
35956         doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
35957         doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
35958         fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
35959         gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
35960         graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
35961         graphite-dependences.c, graphite-poly.c, graphite-poly.h,
35962         graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
35963         graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
35964         intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
35965         ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
35966         ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
35967         loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
35968         objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
35969         opt-functions.awk, opth-gen.awk, params.def, passes.c,
35970         postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
35971         rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
35972         store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
35973         tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
35974         tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
35975         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
35976         tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
35977         tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
35978         tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
35979         tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
35980         tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
35981         tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
35982         tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
35983         unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
35985 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35987         PR other/43620
35988         * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
35989         * aclocal.m4: Regenerate.
35991 2010-04-02  Richard Guenther  <rguenther@suse.de>
35993         PR tree-optimization/43629
35994         * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
35995         if we have seen a constant value.
35997 2010-04-02  Joseph Myers  <joseph@codesourcery.com>
35999         * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
36001 2010-04-02  Richard Earnshaw  <rearnsha@arm.com>
36003         PR target/43469
36004         * arm.c (legitimize_tls_address): Adjust call to
36005         gen_tls_load_dot_plus_four.
36006         (arm_note_pic_base): New function.
36007         (arm_cannot_copy_insn_p): Use it.
36008         * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
36009         constraint.
36011 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36013         PR bootstrap/43531
36015         Revert:
36016         2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36018         * Makefile.in ($(out_object_file)): Depend on
36019         gt-$(basename $(notdir $(out_file))).h.
36021 2010-04-01  Ralf Corsépius  <ralf.corsepius@rtems.org>
36023         * config.gcc (lm32-*-rtems*): Add t-lm32.
36025 2010-04-01  Joel Sherrill  <joel.sherrill@oarcorp.com>
36027         * config.gcc: Add lm32-*-rtems*.
36028         * config/lm32/rtems.h: New file.
36030 2010-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
36032         PR target/42609
36033         * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
36035 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
36037         * dwarf2out.c (output_compilation_unit_header): For
36038         -gdwarf-4 use version 4 instead of version 3.
36039         (output_line_info): For version 4 and above emit additional
36040         maximum ops per insn header field.
36041         (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
36043         * dwarf2out.c (is_c_family, is_java): Remove.
36044         (lower_bound_default): New function.
36045         (add_bound_info, gen_descr_array_type_die): Use it.
36047 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
36049         PR debug/43325
36050         * dwarf2out.c (gen_variable_die): Allow debug info for variable
36051         re-declaration when it happens in a function.
36053 2010-04-01  Aldy Hernandez  <aldyh@redhat.com>
36055         * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
36056         (cgraph_remove_function_insertion_hook): Same.
36057         (cgraph_call_function_insertion_hooks): Same.
36059 2010-04-01  Richard Guenther  <rguenther@suse.de>
36061         PR middle-end/43614
36062         * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
36063         and TREE_THIS_VOLATILE.
36064         (copy_ref_info): Likewise.
36065         * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
36066         * tree.c (build6_stat): Ignore side-effects of all but arg5
36067         for TARGET_MEM_REF.  Set TREE_THIS_VOLATILE from arg5 of
36068         TARGET_MEM_REF.
36070 2010-04-01  Richard Guenther  <rguenther@suse.de>
36072         PR tree-optimization/43607
36073         * ipa-type-escape.c (check_call): Do not access non-existing
36074         arguments.
36076 2010-04-01  Richard Guenther  <rguenther@suse.de>
36078         PR middle-end/43602
36079         Revert
36080         2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
36081                     Jack Howarth  <howarth@bromo.med.uc.edu>
36083         * tree-profile.c (tree_init_ic_make_global_vars): Make static
36084         variables TLS.
36086 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36088         * doc/install.texi (Prerequisites): Document libelf usability on
36089         IRIX 5/6 and Solaris 2.
36090         (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
36091         Update GNU as, GNU ld requirements.
36092         (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
36093         Document Sun Studio compiler download.
36094         Update and simplify as, ld recommendations.
36095         (Specific, *-*-solaris2.7): Note obsoletion, removal.
36097 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36099         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
36100         with_tune_32 to pentium4.
36102 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
36104         * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
36106 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36108         * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
36109         obsoletion, removal.
36110         Update IDO URL.
36111         Document GNU as requirement.
36112         Update configure requirements.
36113         (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
36114         Recomment IRIX 6.5.18+.
36115         Document IDF/IDL requirement.
36116         Document GNU as requirement.
36117         Document GNU ld bootstrap failure.
36118         Remove freeware.sgi.com reference.
36120 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36122         * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
36123         UNIX V4.0, V5.0 obsoletion, removal.
36124         Remove --with-gc=simple reference.
36125         Update VM requirements during bootstrap.
36126         Remove -oldas bootstrap description.
36127         Update binutils reference.
36128         Remove comparison failure note.
36130 2010-03-31  Richard Guenther  <rguenther@suse.de>
36131             Zdenek Dvorak  <ook@ucw.cz>
36132             Sebastian Pop  <sebastian.pop@amd.com>
36134         PR middle-end/43464
36135         * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
36136         with multiple arguments.
36137         (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
36139 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
36141         * graphite-dependences.c (print_pddr): Call print_pdr with an
36142         extra argument.
36143         * graphite-poly.c (debug_pdr): Add an extra argument for the
36144         verbosity level.
36145         (print_pdr): Same.
36146         (print_pbb_domain): Same.
36147         (print_pbb): Same.
36148         (print_scop_context): Same.
36149         (print_scop): Same.
36150         (print_cloog): Same.
36151         (debug_pbb_domain): Same.
36152         (debug_pbb): Same.
36153         (print_pdrs): Same.
36154         (debug_pdrs): Same.
36155         (debug_scop_context): Same.
36156         (debug_scop): Same.
36157         (debug_cloog): Same.
36158         (print_scop_params): Same.
36159         (debug_scop_params): Same.
36160         (print_iteration_domain): Same.
36161         (print_iteration_domains): Same.
36162         (debug_iteration_domain): Same.
36163         (debug_iteration_domains): Same.
36164         (print_scattering_function): Same.
36165         (print_scattering_functions): Same.
36166         (debug_scattering_function): Same.
36167         (debug_scattering_functions): Same.
36168         * graphite-poly.h (debug_pdr): Update declaration.
36169         (print_pdr): Same.
36170         (print_pbb_domain): Same.
36171         (print_pbb): Same.
36172         (print_scop_context): Same.
36173         (print_scop): Same.
36174         (print_cloog): Same.
36175         (debug_pbb_domain): Same.
36176         (debug_pbb): Same.
36177         (print_pdrs): Same.
36178         (debug_pdrs): Same.
36179         (debug_scop_context): Same.
36180         (debug_scop): Same.
36181         (debug_cloog): Same.
36182         (print_scop_params): Same.
36183         (debug_scop_params): Same.
36184         (print_iteration_domain): Same.
36185         (print_iteration_domains): Same.
36186         (debug_iteration_domain): Same.
36187         (debug_iteration_domains): Same.
36188         (print_scattering_function): Same.
36189         (print_scattering_functions): Same.
36190         (debug_scattering_function): Same.
36191         (debug_scattering_functions): Same.
36193 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
36195         * graphite-poly.c (print_scattering_function_1): New.
36196         (print_scattering_function): Call it.
36197         (print_scop_params): Remove spaces at the end of lines.
36198         (print_cloog): New.
36199         (debug_cloog): New.
36200         * graphite-poly.h (print_cloog): Declared.
36201         (debug_cloog): Declared.
36203 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
36205         * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
36206         in loop->header.
36207         * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
36208         * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
36209         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
36210         to switch between adding the IV bump in loop->latch or in loop->header.
36212 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
36214         * graphite-poly.c (print_scattering_function): Pretty print following
36215         the scoplib format.
36216         (print_pdr): Same.
36217         (print_pbb_domain): Same.
36218         (dump_gbb_cases): Same.
36219         (dump_gbb_conditions): Same.
36220         (print_pdrs): Same.
36221         (print_pbb): Same.
36222         (print_scop_params): Same.
36223         (print_scop_context): Same.
36224         (print_scop): Same.
36225         (print_pbb_body): New.
36226         (lst_indent_to): New.
36227         (print_lst): Start new lines with a #.
36228         * graphite-poly.h (pbb_bb): New.
36229         (pbb_index): Use pbb_bb.
36230         * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
36231         disjuncts.
36232         * tree-data-ref.c (dump_data_reference): Start new lines with a #.
36234 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
36236         * dwarf2out.c (size_of_die): For -gdwarf-4 use
36237         uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
36238         and 0 instead of 1 for dw_val_class_flag.
36239         (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
36240         dw_val_class_range_list, dw_val_class_loc_list,
36241         dw_val_class_lineptr and dw_val_class_macptr, use
36242         DW_FORM_flag_present for dw_val_class_flag and
36243         DW_FORM_exprloc for dw_val_class_loc.
36244         (output_die): For -gdwarf-4 print dw_val_class_loc
36245         size as uleb128 instead of 1 or 2 bytes and don't print
36246         anything for dw_val_class_flag.
36248         * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
36249         instead of cselib_lookup following by tweaking locs->setting_insn.
36251         PR bootstrap/43596
36252         * cselib.c (cselib_process_insn): Clear cselib_current_insn
36253         even before returning from label, setjmp call or volatile asm
36254         handling.
36256 2010-03-31  Richard Guenther  <rguenther@suse.de>
36258         PR middle-end/43600
36259         * cgraphunit.c (cgraph_output_in_order): Do not allocate
36260         temporary data on stack.
36262 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36264         * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
36265         (PUSHSECTION_ASM_OP): Remove.
36266         (POPSECTION_ASM_OP): Remove.
36267         (PUSHSECTION_FORMAT): Remove.
36268         * config/sol2.h (PUSHSECTION_FORMAT): Define.
36269         * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
36270         * config/sol2.c (solaris_output_init_fini): Use it.
36272 2010-03-31  Jie Zhang  <jie@codesourcery.com>
36274         PR 43574
36275         * opt-functions.awk (var_type_struct): Use signed char type
36276         for simple variables.
36278 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36280         * config/sol2.c: Include output.h.
36281         (solaris_assemble_visibility): New function.
36282         * config/t-sol2 (sol2.o): Add output.h dependency.
36283         * config/sol2-protos.h (solaris_assemble_visibility): Declare.
36284         * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
36285         Redefine.
36287 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
36289         PR target/43580
36290         * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
36291         V2SImode or XFmode on PRE_DEC.
36293         PR debug/43557
36294         * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
36295         BLKmode.
36297 2010-03-31  Jie Zhang  <jie@codesourcery.com>
36299         PR 43562
36300         * reload.h (caller_save_initialized_p): Declare.
36301         * toplev.c (backend_init_target): Don't call
36302         init_caller_save but set caller_save_initialized_p to false.
36303         * caller-save.c (caller_save_initialized_p): Define.
36304         (init_caller_save): Check caller_save_initialized_p.
36305         * ira.c (ira): Call init_caller_save if flag_caller_saves.
36307 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36309         PR target/39048
36310         * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
36311         and soft-fp/t-softfp to tmake_file.
36312         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
36313         (LIBGCC2_TF_CEXT): Define.
36314         (TF_SIZE): Define.
36316 2010-03-30  Alexandre Oliva  <aoliva@redhat.com>
36318         PR debug/42977
36319         * cselib.c (n_useless_values): Document handling of debug locs.
36320         (n_useless_debug_values, n_debug_values): New variables.
36321         (new_elt_loc_list): Don't add to debug values, keep count.
36322         (promote_debug_loc): New.
36323         (cselib_reset_table): Zero new variables.
36324         (entry_and_rtx_equal_p): Promote debug locs.
36325         (discard_useless_locs): Increment n_useless_debug_values for
36326         debug values.
36327         (remove_useless_values): Adjust n_useless_values and n_debug_values
36328         with n_useless_debug_values.
36329         (add_mem_for_addr): Promote debug locs.
36330         (cselib_lookup_mem): Likewise.
36331         (cselib_lookup_addr): Renamed to...
36332         (cselib_lookup_addr_1): ... this.  Promote debug locs.  Don't call...
36333         (cselib_log_lookup): ... this.  Turn into...
36334         (cselib_lookup_addr): ... new wrapper.
36335         (cselib_lookup_from_insn): New.
36336         (cselib_invalidate_regno): Increment n_useless_debug_values for
36337         debug values.
36338         (cselib_invalidate_mem): Likewise.
36339         (cselib_process_insn): Take n_deleted and n_debug_values into
36340         account to guard remove_useless_value call.
36341         (cselib_finish): Zero n_useless_debug_values.
36342         * cselib.h (cselib_lookup_from_insn): Declare.
36343         * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
36344         (sched_analyze_2): Likewise.
36346 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
36348         * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
36349         functions.
36350         (adjust_mems): Replace narrowing SUBREG of expression containing
36351         just PLUS, MINUS, MULT and ASHIFT of registers and constants
36352         with operations in the narrower mode.
36354         PR debug/43593
36355         * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
36356         regs_invalidated_by_call instead all call_used_reg_set registers.
36358 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
36360         PR middle-end/43430
36361         * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
36362         pointer comparisons with types_compatible_p.
36363         * tree-vect-stmts.c (vectorizable_call): Same.
36364         (vectorizable_condition): Same.
36366 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36368         * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
36369         stack check if the mask would be zero.
36371 2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
36372             Jack Howarth  <howarth@bromo.med.uc.edu>
36374         * tree-profile.c (tree_init_ic_make_global_vars): Make static
36375         variables TLS.
36377 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
36379         PR other/25232
36380         * libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
36381         and __unordtf2.
36382         * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
36383         Include ___unordxf2 and ___unordtf2.
36384         * config/i386/libgcc-glibc.ver: Do not define inheritance from
36385         GCC_4.4.0 here.
36387 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
36389         * config/lm32/t-lm32: New file.
36390         * config.gcc: Use the above file when targetting lm32.
36392 2010-03-28  Duncan Sands  <baldrick@free.fr>
36394         * Makefile.in (PLUGIN_HEADERS): Add except.h.
36396 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
36398         PR middle-end/43431
36399         * tree-vect-loop.c (vect_estimate_min_profitable_iters):
36400         Improve vectorization cost model diagnostic.
36402 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
36404         PR middle-end/43436
36405         * tree-vect-data-refs.c (vect_analyze_data_refs): When
36406         compute_data_dependences_for_loop returns false, early exit
36407         and output an extra diagnostic for the failed data reference
36408         analysis.
36410 2010-03-29  Richard Guenther  <rguenther@suse.de>
36412         PR tree-optimization/43560
36413         * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
36414         (can_sm_ref_p): Treat stores to readonly locations as trapping.
36416 2010-03-29  Jie Zhang  <jie@codesourcery.com>
36418         PR 43564
36419         * toplev.c (process_options): Set optimization_default_node
36420         and optimization_current_node.
36421         * opts.c (decode_options): Don't set optimization_default_node
36422         and optimization_current_node.
36424 2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
36426         * config/rtems.h: Abandon -qrtems_debug.
36428 2010-03-28  Jan Hubicka  <jh@suse.cz>
36430         PR tree-optimization/43505
36431         * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
36432         map should not be copied.
36434 2010-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
36436         PR middle-end/41674
36437         * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
36438         cdtors, set DECL_PRESERVE_P.
36439         * ipa.c (cgraph_externally_visible_p): Return true if declaration
36440         should be preseved.
36442 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
36444         PR tree-optimization/43528
36445         * stor-layout.c (place_field): Check that constant fits into
36446         unsigned HWI when skipping calculation of MS bitfield layout.
36448 2010-03-27  Jan Hubicka  <jh@suse.cz>
36450         PR middle-end/43391
36451         * varasm.c (make_decl_rtl): Deal with COMMON flag to make
36452         notice_global_symbol work.
36454 2010-03-27  Jakub Jelinek  <jakub@redhat.com>
36456         * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
36457         instead of dwarf2out_decl.
36458         (struct var_loc_node): Remove section_label field.
36459         (dwarf2out_function_decl): New function.
36460         (dwarf2out_var_location): Don't set section_label field.
36461         (dwarf2out_begin_function): Don't empty decl_loc_table here.
36463 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
36465         PR tree-optimization/43544
36466         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
36467         First argument for builtin vectorized function hook is now a
36468         tree to be able to distinguish between machine specific and
36469         standard builtins.
36470         * targhooks.c (default_builtin_vectorized_function): Ditto.
36471         * targhooks.h (default_builtin_vectorized_function): Ditto.
36472         * target.h (struct gcc_target): Ditto.
36473         * tree-vect-stmts.c (vectorizable_function): Ditto.
36474         * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
36475         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
36476         Ditto.
36478 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
36480         PR c/43381
36481         * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
36482         nested binding iff it is a FUNCTION_DECL.
36483         (store_parm_decls_newstyle): Pass nested=true to bind for
36484         FUNCTION_DECLs amongst parameters.
36486 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
36488         * var-tracking.c (vt_expand_loc_callback): Don't run
36489         cselib_expand_value_rtx_cb in dummy mode if
36490         cselib_dummy_expand_value_rtx_cb returned false.
36492         * var-tracking.c (emit_note_insn_var_location): For one part
36493         notes with offset 0, don't add EXPR_LIST around the location.
36494         * dwarf2out.c (loc_descriptor, dw_loc_list_1,
36495         add_location_or_const_value_attribute): Adjust for that change.
36497         PR debug/43540
36498         * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
36499         into first operand and location into second.
36500         (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
36501         dw_cfi_oprnd_loc for DW_CFA_expression.
36502         (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
36503         (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
36504         assume first argument is regnum and second argument is location.
36506 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
36508         PR target/42113
36509         * config/alpha/alpha.md (*cmp_sadd_si): Change mode
36510         of scratch register to DImode.  Split to DImode comparison operator.
36511         Use SImode subreg of scratch register in the multiplication.
36512         (*cmp_sadd_sidi): Ditto.
36513         (*cmp_ssub_si): Ditto.
36514         (*cmp_ssub_sidi): Ditto.
36516 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
36518         PR target/43524
36519         * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
36520         Remove invalid assert and wrong comment.
36522 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
36524         PR debug/43516
36525         * flags.h (final_insns_dump_p): New extern.
36526         * final.c (final_insns_dump_p): New variable.
36527         (rest_of_clean_state): Set it before -fdump-final-insns=
36528         dumping, clear afterwards.
36529         * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
36530         MEM_ALIAS_SET on MEMs.
36532 2010-03-26  David S. Miller  <davem@davemloft.net>
36534         * configure.ac: Fix sparc GOTDATA_OP bug check.
36535         * configure: Rebuild.
36537 2010-03-26  Alan Modra  <amodra@gmail.com>
36539         * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
36541 2010-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36543         * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
36544         TLS_SECTION_ASM_FLAG.
36546 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
36548         PR bootstrap/43511
36549         * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
36550         Clear first_function_block_is_cold.
36552         PR c/43385
36553         * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
36554         argument if the argument is truth_value_p.
36556 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
36558         * config/rs6000/constraints.md: Update copyright year for my changes.
36560         PR target/43484
36561         * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
36562         used in reg+reg addressing, swap registers.
36564 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
36566         PR debug/43293
36567         * target.h (struct gcc_target): Add code_end hook.
36568         * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
36569         if not yet defined.
36570         (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
36571         * toplev.c (compile_file): Call targetm.asm_out.code_end
36572         hook before unwind info/debug info output.
36573         * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
36574         * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
36575         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
36576         * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
36577         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
36578         * config/i386/i386.c (ix86_file_end): Renamed to...
36579         (ix86_code_end): ... this.  Make static.  Don't call
36580         file_end_indicate_exec_stack.  Emit unwind info using
36581         final_start_function/final_end_function.
36582         (darwin_x86_file_end): Remove.
36583         (TARGET_ASM_CODE_END): Define.
36584         * config/i386/i386.h (TARGET_ASM_FILE_END,
36585         NEED_INDICATE_EXEC_STACK): Don't define.
36586         * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
36587         (TARGET_ASM_FILE_END): Define to darwin_file_end.
36588         * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
36589         * doc/tm.texi (TARGET_ASM_CODE_END): Document.
36591         PR target/43498
36592         * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
36593         at the beginning and final_end_function at the end.
36594         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
36596 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36598         * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
36599         and Sun as TLS syntax.
36600         (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
36601         * configure: Regenerate.
36602         * config.in: Regenerate.
36603         * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
36604         (default_elf_asm_named_section): Use it.
36605         * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
36606         (i386_output_dwarf_dtprel): Likewise.
36607         (output_addr_const_extra): Likewise.
36608         (output_pic_addr_const): Lowercase @GOTTPOFF.
36609         (output_addr_const_extra): Likewise.
36610         (output_pic_addr_const): Lowercase @GOTNTPOFF.
36611         (output_addr_const_extra): Likewise.
36612         (output_pic_addr_const): Lowercase @INDNTPOFF.
36613         (output_addr_const_extra): Likewise.
36614         (output_pic_addr_const): Lowercase @NTPOFF.
36615         (output_addr_const_extra): Likewise.
36616         (output_pic_addr_const): Lowercase @TPOFF.
36617         (output_addr_const_extra): Likewise.
36618         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
36619         (*tls_global_dynamic_64): Likewise.
36620         (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
36621         (*tls_local_dynamic_base_64): Lowercase @TLSLD.
36623         * defaults.h (TLS_COMMON_ASM_OP): Provide default.
36624         (ASM_OUTPUT_TLS_COMMON): Use it.
36625         * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
36627         PR target/38118
36628         * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
36629         * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
36630         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
36631         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
36632         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
36633         (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
36635 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36637         * config/i386/i386.c (override_options): Don't accept
36638         -mtls-dialect=sun any longer.
36639         * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
36640         * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
36641         (*tls_local_dynamic_base_32_sun): Likewise.
36642         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
36644 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
36646         PR debug/43508
36647         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
36648         VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
36650         PR debug/43479
36651         * ira.c (adjust_cleared_regs): New function.
36652         (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
36654         PR debug/19192
36655         PR debug/43479
36656         * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
36657         from gimple_block.
36658         * expr.c (expand_expr_real): Restore previous
36659         curr_insn_source_location and curr_insn_block after
36660         expand_expr_real_1 call.
36661         (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
36662         instead of expand_expr_real_1.
36664 2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>
36666         PR rtl-optimization/43413
36667         * ira-color.c (setup_allocno_available_regs_num): Count prohibited
36668         hard regs too.
36670 2010-03-22  James E. Wilson  <wilson@codesourcery.com>
36672         PR target/43348
36673         * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
36674         call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
36676 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
36678         * config/i386/i386.c (ix86_target_string): Add -mfma.
36679         Fix a typo in comment.
36681 2010-03-22  Mike Stump  <mikestump@comcast.net>
36683         PR target/23071
36684         * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
36685         Don't overly align based upon packed packed fields.
36687 2010-03-22  Jason Merrill  <jason@redhat.com>
36689         * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
36690         Use () rather than [], and move before the element type.
36692 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36694         * doc/configfiles.texi (Configuration Files): Removed
36695         fixinc/Makefile*, intl/Makefile.*.
36696         * doc/makefile.texi: Fixed markup. Abstract from version
36697         control system used.
36698         (Makefile): Removed obsolete java/parse.y example.
36699         * doc/sourcebuild.texi: Likewise.
36700         (Top Level): Added config, gnattools, libdecnumber, libgcc,
36701         libgomp, libssp.  Removed fastjar.
36702         (Miscellaneous Docs): Clarify location.
36703         Added COPYING3, COPYING3.LIB.
36704         (Front End Directory): Moved Make-lang.in entry to new subsubsection.
36706 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36708         PR target/38085
36709         * config/i386/i386.c (x86_function_profiler)
36710         [!NO_PROFILE_COUNTERS]: Fix typo.
36711         * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
36712         instead of callq.
36714 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
36715             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36717         * doc/sourcebuild.texi (Test Directives): Split into six
36718         subsections, with most of the current text in new subsections
36719         Directives, Selectors, and Final Actions.
36720         (Directives): Split list of test directives into multiple
36721         subsubsections.
36722         (Selectors): Describe use and syntax of selectors.
36723         (Effective-Target Keywords): Describe all existing keywords.
36724         (Add Options): Describe features for dg-add-options.
36725         (Require Support): Describe variants of dg-require-support.
36726         (Final Actions): Describe commands to use in dg-final.
36728 2010-03-22  Michael Matz  <matz@suse.de>
36730         PR middle-end/43475
36731         * recog.c (validate_replace_rtx_group): Replace also in
36732         REG_EQUAL and REG_EQUIV notes.
36734 2010-03-22  Richard Guenther  <rguenther@suse.de>
36736         PR tree-optimization/43390
36737         * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
36738         sure vector extracts are type correct.
36740 2010-03-22  Richard Guenther  <rguenther@suse.de>
36742         PR middle-end/40106
36743         * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
36744         x * sqrt (x) even when optimizing for size if the target
36745         has native support for sqrt.
36747 2010-03-22  Jakub Jelinek  <jakub@redhat.com>
36749         * varasm.c (make_decl_rtl_for_debug): Also clear
36750         flag_mudflap for the duration of make_decl_rtl call.
36752         PR debug/43443
36753         * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
36754         locs from preserved VALUEs.
36756 2010-03-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
36758         PR middle-end/42718
36759         * pa.md (movmemsi): Set align to one if zero.
36760         (movmemdi): Likewise.
36762 2010-03-21  Richard Earnshaw  <rearnsha@arm.com>
36764         PR target/42321
36765         * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
36766         with their corresponding prologue pushes.
36768 2010-03-20  Andrew Pinski  <pinskia@gmail.com>
36770         PR target/43156
36771         * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
36772         at the begining or end.
36773         (spu_expand_epilogue): Likewise.
36775 2010-03-20  Richard Guenther  <rguenther@suse.de>
36777         PR rtl-optimization/43438
36778         * combine.c (make_extraction): Properly zero-/sign-extend an
36779         extraction of the low part of a CONST_INT.  Also handle
36780         CONST_DOUBLE.
36782 2010-03-19  Mike Stump  <mikestump@comcast.net>
36784         * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
36785         * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
36786         (override_options): Use SUBTARGET32_DEFAULT_CPU.
36788 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
36790         PR c/43211
36791         * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
36792         an error.
36794 2010-03-19  Bernd Schmidt  <bernds@codesourcery.com>
36796         PR rtl-optimization/42258
36797         * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
36798         use that may match DEF.
36800         PR target/40697
36801         * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
36802         the cost of loading the constant rather than assuming
36803         COSTS_N_INSNS (1).
36804         * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
36805         outer code is AND, do the same tests as the andsi3 expander and
36806         return COSTS_N_INSNS (1) if and is cheap.
36808         * optabs.c (avoid_expensive_constant): Fix formatting.
36810 2010-03-19  Michael Matz  <matz@suse.de>
36812         PR c++/43116
36813         * attribs.c (decl_attributes): When rebuilding a function pointer
36814         type use the same qualifiers as the original pointer type.
36816 2010-03-19  Martin Jambor  <mjambor@suse.cz>
36818         * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
36819         and is_gimple_ip_invariant_address.
36821 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
36823         Revert
36824         2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
36826         * config/arm/arm.c (arm_override_options): Turn off
36827         flag_dwarf2_cfi_asm for AAPCS variants.
36829 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
36831         PR target/43399
36832         * config/arm/arm.c (emit_multi_reg_push): Update comments.
36833         Use PRE_MODIFY instead of PRE_DEC.
36834         (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
36835         (vfp_emit_fstmd): Likewise.
36837 2010-03-19  Michael Matz  <matz@suse.de>
36839         PR target/43305
36840         * builtins.c (expand_builtin_interclass_mathfn,
36841         expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
36842         if that fails.
36844 2010-03-19  Richard Guenther  <rguenther@suse.de>
36846         PR tree-optimization/43415
36847         * tree-ssa-pre.c (phi_translate): Split out worker to ...
36848         (phi_translate_1): ... this.
36849         (phi_translate): Move all caching here.  Cache all NARY
36850         and REFERENCE translations.
36852 2010-03-19  David S. Miller  <davem@davemloft.net>
36854         With help from Eric Botcazou.
36855         * config/sparc/sparc.c: Include dwarf2out.h.
36856         (emit_pic_helper): Delete.
36857         (pic_helper_symbol_name): Delete.
36858         (pic_helper_emitted_p): Delete.
36859         (pic_helper_needed): New.
36860         (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
36861         (get_pc_thunk_name): New.
36862         (load_pic_register): Remove 'delay_pic_helper' arg.  Use
36863         get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
36864         Set pic_helper_needed to true.  Don't call emit_pic_helper.
36865         (sparc_expand_prologue): Update load_pic_register call.
36866         (sparc_output_mi_thunk): Likewise.
36867         (sparc_file_end): Emit a hidden comdat symbol for the PIC
36868         thunk if possible.  Output CFI information as needed.
36870 2010-03-18  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
36871             Jack Howarth  <howarth@bromo.med.uc.edu>
36873         PR target/36399
36874         * config/i386/i386.h: Fix ABI on darwin x86-32.
36876 2010-03-18  Aldy Hernandez  <aldyh@redhat.com>
36878         * tree.h: Declare make_decl_rtl_for_debug.
36879         * varasm.c (make_decl_rtl_for_debug): New.
36880         * dwarf2out.c (rtl_for_decl_location): Call it.
36881         * cfgexpand.c (expand_debug_expr): Call it.
36883 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
36885         PR bootstrap/43399
36886         * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
36887         mem_mode.
36889         PR bootstrap/43403
36890         * var-tracking.c (vt_init_cfa_base): Do nothing if
36891         cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
36893 2010-03-18  Alexandre Oliva  <aoliva@redhat.com>
36895         PR debug/42873
36896         * var-tracking.c (canonicalize_vars_star): New.
36897         (dataflow_post_merge_adjust): Use it.
36899 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
36901         PR debug/43058
36902         * var-tracking.c (non_suitable_const): New function.
36903         (add_uses): For DEBUG_INSNs with constants, don't record any
36904         value, instead just the constant value itself.
36905         (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
36906         is not VAR_LOC_UNKNOWN_P, set var to the constant.
36907         (emit_notes_in_bb): Likewise.
36908         (emit_note_insn_var_location): For onepart variables if
36909         cur_loc is a VOIDmode constant, use DECL_MODE.
36911 2010-03-18  Martin Jambor  <mjambor@suse.cz>
36913         PR middle-end/42450
36914         * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
36915         * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
36916         all non-clones.  Moved call redirection...
36917         (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
36918         (cgraph_materialize_all_clones): Dispose of all
36919         combined_args_to_skip bitmaps.
36920         (verify_cgraph_node): Do not check for edges pointing to wrong
36921         nodes in inline clones.
36922         * tree-inline.c (copy_bb): Call
36923         cgraph_redirect_edge_call_stmt_to_callee.
36924         * ipa.c (cgraph_remove_unreachable_nodes): Call
36925         cgraph_node_remove_callees even when there are used clones.
36927 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
36929         * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
36931 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
36933         PR target/43383
36934         * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
36935         for 32bit.
36937 2010-03-18  Michael Matz  <matz@suse.de>
36939         PR middle-end/43419
36940         * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
36941         into sqrt(x) if we need to preserve signed zeros.
36943 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
36944             Eric Botcazou  <ebotcazou@adacore.com>
36946         PR rtl-optimization/43360
36947         * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
36948         note if we don't know its invariant status.
36950 2010-03-18  Michael Matz  <matz@suse.de>
36952         PR tree-optimization/43402
36953         * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
36954         PHI chains of ssa names registered for update.
36956 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
36958         PR target/42427
36959         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
36960         non-offsettable and pre_modify update addressing.
36961         * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
36962         and "2" alternatives "#".
36963         (*movdd_softfloat32): Make all alternatives "#";
36964         * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
36965         (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
36966         (*movdf_softfloat32): Make all alternatives "#";
36967         (movdi): Use the new DIFD mode iterator to create a common splitter
36968         for movdi, movdf and movdd patterns.
36970 2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
36972         * common.opt (dumpdir): Remove redundant tab.
36974 2010-03-17  Martin Jambor  <mjambor@suse.cz>
36976         PR tree-optimization/43347
36977         * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
36978         original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
36980 2010-03-17  Bernd Schmidt  <bernd.schmidt@analog.com>
36982         PR rtl-optimization/42216
36983         * regrename.c (create_new_chain): New function, broken out from...
36984         (scan_rtx_reg): ... here.  Call it.  Handle the case where we are
36985         appending a use to an empty chain.
36986         (build_def_use): Remove previous changes that convert OP_INOUT to
36987         OP_OUT operands; instead detect the case where an OP_INOUT operand
36988         uses a previously untracked register and create an empty chain for it.
36990 2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36992         * doc/extend.texi (Function Attributes): Rewrite unfinished
36993         sentence in ms_abi documentation.
36995 2010-03-17  Alan Modra  <amodra@gmail.com>
36997         * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
36998         * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
36999         (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
37000         * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
37002 2010-03-16  Richard Henderson  <rth@redhat.com>
37004         PR middle-end/43365
37005         * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
37006         (lower_try_finally): Save and restore eh_seq around the expansion
37007         of the try-finally.
37009 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
37011         * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
37012         statements before splitting block.
37014 2010-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
37016         * doc/sourcebuild.texi (Testsuites): Fix markup.
37017         Use pathnames relative to gcc/testsuite.
37018         (Test Directives): Move description of how timeout is determined.
37019         (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
37020         (C Tests): Correct gcc.misc-tests directory.
37021         Framework tests now live in gcc.test-framework.
37023 2010-03-16  Richard Guenther  <rguenther@suse.de>
37025         PR middle-end/43379
37026         * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
37027         operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
37029 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
37030             Alexandre Oliva  <aoliva@redhat.com>
37032         PR tree-optimization/42917
37033         * lambda-code.c (remove_iv): Skip debug statements.
37034         (lambda_loopnest_to_gcc_loopnest): Likewise.
37035         (not_interesting_stmt): Debug statements are not interesting.
37037 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
37039         PR debug/43051
37040         PR debug/43092
37041         * cselib.c (cselib_preserve_constants,
37042         cfa_base_preserved_val): New static variables.
37043         (preserve_only_constants): New function.
37044         (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
37045         clear its REG_VALUES.  If cselib_preserve_constants, don't
37046         empty the whole hash table, but preserve there VALUEs with constants,
37047         cfa_base_preserved_val and cfa_base_preserved_val plus constant.
37048         (cselib_preserve_cfa_base_value): New function.
37049         (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
37050         (cselib_init): Change argument to int bitfield.  Set
37051         cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
37052         is in it.
37053         (cselib_finish): Clear cselib_preserve_constants and
37054         cfa_base_preserved_val.
37055         * cselib.h (enum cselib_record_what): New enum.
37056         (cselib_init): Change argument to int.
37057         (cselib_preserve_cfa_base_value): New prototype.
37058         * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
37059         * dse.c (dse_step1): Likewise.
37060         * cfgcleanup.c (thread_jump): Likewise.
37061         * sched-deps.c (sched_analyze): Likewise.
37062         * gcse.c (local_cprop_pass): Likewise.
37063         * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
37064         If FN is non-NULL, call the callback always and whenever it returns
37065         non-NULL just return that.  Only do rtx_equal_p if FN is NULL.
37066         * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
37067         * combine.c (propagate_for_debug_subst): Add old_rtx argument,
37068         compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
37069         * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
37070         * var-tracking.c: Include recog.h.
37071         (bb_stack_adjust_offset): Remove.
37072         (vt_stack_adjustments): Don't call it, instead just gather the
37073         adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
37074         (adjust_stack_reference): Remove.
37075         (compute_cfa_pointer): New function.
37076         (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
37077         (struct adjust_mem_data): New type.
37078         (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
37079         functions.
37080         (get_address_mode): New function.
37081         (replace_expr_with_values): Use it.
37082         (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
37083         Use get_address_mode.  For cfa_base_rtx return MO_CLOBBER.
37084         (adjust_sets): Remove.
37085         (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
37086         Use get_address_mode.
37087         (get_adjusted_src): Remove.
37088         (add_stores): Don't call it.  Never reuse expr SET.  Don't add extra
37089         MO_VAL_USE for cfa_base_rtx plus constant.  Use get_address_mode.
37090         (add_with_sets): Don't call adjust_sets.
37091         (fp_setter, vt_init_cfa_base): New functions.
37092         (vt_initialize): Change return type to bool.  Move most of pool etc.
37093         initialization to the beginning of the function from end.  Pass
37094         CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
37095         If !frame_pointer_needed, call vt_stack_adjustment before mos
37096         vector is filled, call vt_init_cfa_base if argp/framep has been
37097         eliminated to sp.  If frame_pointer_needed and argp/framep has
37098         been eliminated to hard frame pointer, set
37099         hard_frame_pointer_adjustment and call vt_init_cfa_base after
37100         encountering fp setter in the prologue.  For MO_ADJUST, call
37101         log_op_type before pusing the op into mos vector, not afterwards.
37102         Call adjust_insn before cselib_process_insn/add_with_sets,
37103         call cancel_changes (0) afterwards.
37104         (variable_tracking_main_1): Adjust for vt_initialize calling
37105         vt_stack_adjustments and returning whether it succeeded or not.
37107 2010-03-15  Aldy Hernandez  <aldyh@redhat.com>
37109         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
37110         debug statements.
37112 2010-03-15  Jakub Jelinek  <jakub@redhat.com>
37114         * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
37115         has been set.
37116         (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
37117         drap_reg has not been set.
37119 2010-03-15  Michael Matz  <matz@suse.de>
37121         PR middle-end/43300
37122         * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
37123         use it to expand block copies.
37124         (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
37125         insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
37126         (insert_value_copy_on_edge): Use store_expr for BLKmode values.
37128 2010-03-15  Richard Guenther  <rguenther@suse.de>
37130         PR tree-optimization/43367
37131         * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
37132         elimination check.
37134 2010-03-15  Richard Guenther  <rguenther@suse.de>
37136         PR tree-optimization/43317
37137         * ipa-struct-reorg.c (create_new_general_access): Update stmt.
37139 2010-03-15  Martin Jambor  <mjambor@suse.cz>
37141         PR tree-optimization/43141
37142         * tree-sra.c (create_abstract_origin): New function.
37143         (modify_function): Call create_abstract_origin.
37145 2010-03-15  Chris Demetriou  <cgd@google.com>
37147         * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
37148         wasn't copied.
37150 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37152         PR middle-end/43354
37153         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
37154         call insert_out_of_ssa_copy for default definitions.
37156 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37158         * graphite-clast-to-gimple.c (my_long_long): Defined.
37159         (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
37160         * graphite-sese-to-poly.c (my_long_long): Defined.
37161         (scop_ivs_can_be_represented): Use it.
37163 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37165         * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
37166         graphite-max-bbs-per-function, and loop-block-tile-size.
37167         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
37168         with "maximum".
37169         (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
37171 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37173         * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
37174         forward declaration.
37175         * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
37176         (add_upper_bounds_from_estimated_nit): New.
37177         (build_loop_iteration_domains): Use it.
37179 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37181         * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
37183 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37185         PR middle-end/43306
37186         * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
37187         should be an INTEGER_CST.  Also handle CASE_CONVERT.
37189 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37191         * graphite.c (graphite_initialize): To bound the number of bbs per
37192         function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
37193         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
37194         * doc/invoke.texi: Document it.
37196 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37198         * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
37199         * graphite-sese-to-poly.h (build_poly_scop): Same.
37201 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
37203         * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
37204         the number of parameters in the scop.  Use as an upper bound
37205         PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
37206         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
37207         * doc/invoke.texi: Document it.
37209 2010-03-13  Jerry Quinn  <jlquinn@optonline.net>
37211         * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
37212         * doc/c-tree.texi: Remove.
37213         * doc/generic.texi: Merge c-tree.texi here.
37214         * doc/gccint.texi (Trees): Remove menu entry.
37215         (c-tree.texi): Remove @include.
37216         * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
37217         * doc/languages.texi (Reading RTL): Ditto.
37219 2010-03-12  Steve Ellcey  <sje@cup.hp.com>
37221         PR target/42869
37222         * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
37224 2010-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
37226         PR middle-end/42431
37227         * config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
37228         code added to work around reload clobbering CONST insns.
37230 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
37232         * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
37233         (cselib_preserve_definitely, cselib_clear_preserve): Remove.
37234         (cselib_preserve_only_values): Remove retain argument, don't
37235         traverse hash table with cselib_{preserve_definitely,clear_preserve}.
37236         * cselib.h (cselib_preserve_only_values): Remove retain argument.
37237         * var-tracking.c (micro_operation): Move insn field before union.
37238         Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
37239         (struct variable_tracking_info_def): Remove n_mos field, change
37240         mos into a vector of micro_operations.
37241         (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
37242         (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
37243         compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
37244         changing into a vector.
37245         (add_with_sets): Likewise.  Ensure MO_VAL_USE uops from add_stores
37246         come before all other uops generated by add_stores.
37247         (vt_add_function_parameters): Adjust for cselib_preserve_only_values
37248         argument removal.
37249         (vt_initialize): Likewise.  Adjust for VTI (bb)->mos changing into
37250         a vector.  Run just one pass over the bbs instead of separate counting
37251         and computation phase.
37252         (vt_finalize): Free VTI (bb)->mos vector instead of array.
37254         PR debug/43329
37255         * tree-inline.c (remap_decls): Put old_var rather than origin_var
37256         into *nonlocalized_list vector.
37257         * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
37258         even if origin is non-NULL.
37259         (gen_variable_die): Likewise.
37260         (process_scope_var): Don't change origin.
37261         (gen_decl_die): Likewise.
37262         * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
37263         before adding new edges instead of after it, fix moving over
37264         debug stmts.
37266 2010-03-11  David S. Miller  <davem@davemloft.net>
37268         * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
37269         of four.
37270         * configure: Rebuild.
37272 2010-03-11  Martin Jambor  <mjambor@suse.cz>
37274         PR tree-optimization/43257
37275         * tree.c (assign_assembler_name_if_neeeded): New function.
37276         (free_lang_data_in_cgraph): Assembler name assignment moved to the
37277         above new function.
37278         * tree.h (assign_assembler_name_if_neeeded): Declare.
37279         * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
37280         the function if needed.
37282 2010-03-11  Chris Demetriou  <cgd@google.com>
37284         * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
37285         include/stdint-gcc.h, and include/stdint.h world-readable.
37287 2010-03-11  Richard Guenther  <rguenther@suse.de>
37289         PR tree-optimization/43255
37290         * tree-vrp.c (process_assert_insertions_for): Do not insert
37291         asserts for trivial conditions.
37293 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37295         PR tree-optimization/43280
37296         * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
37297         generation.  Move calculation of size out of the if branch.
37298         (find_bswap): Modify compare number generation.
37300 2010-03-11  Richard Guenther  <rguenther@suse.de>
37302         PR lto/43200
37303         * lto-streamer-in.c (maybe_fixup_decls): Simplify.
37304         (input_gimple_stmt): Fixup handled component types during
37305         operand read.  Also fix up decls in ADDR_EXPRs.
37307 2010-03-10  Eric Botcazou  <ebotcazou@adacore.com>
37309         * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
37310         * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
37312 2010-03-10  Jan Hubicka  <jh@suse.cz>
37314         PR c/43288
37315         * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
37316         * varasm.c (get_variable_section): Don't do that here...
37317         (make_decl_rtl): ... and here.
37318         (do_assemble_alias): Produce decl RTL.
37319         (assemble_alias): Likewise.
37321 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
37323         PR debug/43290
37324         * reg-notes.def (REG_CFA_SET_VDRAP): New note.
37325         * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
37326         of fde->vdrap_reg.
37327         (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
37328         (based_loc_descr): Only express drap or vdrap regno based expressions
37329         using DW_OP_fbreg when not optimizing.
37330         * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
37331         make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
37332         REG_CFA_SET_VDRAP note.
37334 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
37336         PR tree-optimization/43236
37337         * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
37338         error in calculation of base address in reverse iteration case.
37339         (generate_builtin): Take number of latch executions if the statement
37340         is in the latch.
37342 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
37344         PR middle-end/42859
37345         * tree-eh.c: Include pointer-set.h.
37346         (lower_eh_dispatch): Filter out duplicate case labels and
37347         remove the unneeded edge when the label is unused.  Return
37348         true when some edges are removed.
37349         (execute_lower_eh_dispatch): When any lowering resulted in
37350         removing an edge, also delete unreachable blocks.
37352 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
37354         PR bootstrap/43287
37355         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
37356         UNSPEC_MACHOPIC_OFFSET.
37358 2010-03-09  Andreas Schwab  <schwab@linux-m68k.org>
37360         PR target/43294
37361         * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
37362         (m68k_delegitimize_address): New function.
37364 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
37366         PR debug/43299
37367         * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
37369         PR debug/43299
37370         * var-tracking.c (adjust_sets): New function.
37371         (count_with_sets, add_with_sets): Use it.
37372         (get_adjusted_src): New inline function.
37373         (add_stores): Use it.
37375         PR debug/43304
37376         * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
37377         call cselib_dummy_expand_value_rtx_cb instead of
37378         cselib_expand_value_rtx_cb.
37380         PR debug/43293
37381         * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
37382         * config/i386/i386.c: Include debug.h and dwarf2out.h.
37383         (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
37384         and .cfi_endproc around the pic thunks.
37385         (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
37386         all queued unwind info register saves are saved before the call.
37387         For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
37388         considered as sp-=4 for unwind info and the pop as sp+=4 which
37389         also clobbers dest, but doesn't actually restore it.
37391         PR debug/43290
37392         * config/i386/i386.c (ix86_get_drap_rtx): Don't set
37393         RTX_FRAME_RELATED_P.
37395 2010-03-09  Jie Zhang  <jie@codesourcery.com>
37397         * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
37398         whitespaces in output template.
37400 2010-03-09  Jie Zhang  <jie@codesourcery.com>
37402         * ira-lives.c (check_and_make_def_use_conflict): Don't fall
37403         out array boundary.
37405 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
37407         * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
37408         builtins.exp in a separate job.
37410 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37412         * graphite-sese-to-poly.c (add_param_constraints): Use
37413         lower_bound_in_type and upper_bound_in_type.
37415 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37417         * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
37418         instead of unsigned_type_node.
37420 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37421             Reza Yazdani  <reza.yazdani@amd.com>
37423         PR middle-end/43065
37424         * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
37425         on pointer type parameters.
37427 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
37429         PR middle-end/42644
37430         PR middle-end/42130
37431         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
37432         handle conversions from pointer to integers.
37433         (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
37434         induction variable, to be able to work with code generated by CLooG.
37435         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
37436         (build_poly_scop): Bail out if we cannot codegen a loop.
37438 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
37440         * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
37441         code generation with gloog_error.
37443 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37445         * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
37446         Call fold_convert on all the returned values.
37447         (expand_scalar_variables_expr): Pass to
37448         expand_scalar_variables_ssa_name the type of the resulting expression.
37450 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37452         * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
37453         ppl_min_for_le_pointset.
37454         Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
37455         * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
37457 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37459         * graphite-dependences.c (map_into_dep_poly): Removed.
37460         (dependence_polyhedron_1): Use combine_context_id_scat.
37462 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37464         * graphite-poly.h (struct poly_scattering): Add layout documentation.
37465         (struct poly_bb): Same.
37466         (combine_context_id_scat): New.
37468 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37470         PR middle-end/42326
37471         * sese.c (name_defined_in_loop_p): Return false for default
37472         definitions.
37474 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37476         * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
37477         and clean up the logic.
37479 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
37481         * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
37482         early return.
37484 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
37486         * var-tracking.c (remove_cselib_value_chains): Define only for
37487         ENABLE_CHECKING.
37488         (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
37489         delete_slot_part, emit_notes_for_differences_1): Don't call
37490         remove_cselib_value_chains here.
37491         (set_slot_part, emit_notes_for_differences_2): Don't call
37492         add_cselib_value_chains here.
37493         (preserved_values): New vector.
37494         (preserve_value): New function.
37495         (add_uses, add_stores, vt_add_function_parameters): Use it
37496         instead of cselib_preserve_value.
37497         (changed_values_stack): New vector.
37498         (check_changed_vars_0): New function.
37499         (check_changed_vars_1, check_changed_vars_2): Use it.
37500         (emit_notes_for_changes): Call set_dv_changed (*, false) on all
37501         changed_values_stack VALUEs.
37502         (vt_emit_notes): For all preserved_values call
37503         add_cselib_value_chains.  If ENABLE_CHECKING call
37504         remove_cselib_value_chains before verifying value_chains is empty.
37505         Initialize and free changed_values_stack.
37506         (vt_initialize): Initialize preserved_values.
37507         (vt_finalize): Free preserved_values.
37509 2010-03-08  Richard Guenther  <rguenther@suse.de>
37511         PR tree-optimization/43269
37512         * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
37513         region detection.
37515 2010-03-08  Martin Jambor  <mjambor@suse.cz>
37517         * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
37518         (ipa_is_param_called): Removed.
37519         * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
37520         (ipa_print_node_params): Do not print the called flag.
37521         (ipa_write_node_info): Do not stream the called flag.
37522         (ipa_read_node_info): Likewise.
37524 2010-03-07  Jakub Jelinek  <jakub@redhat.com>
37526         PR debug/43176
37527         * Makefile.in (var-tracking.o): Depend on pointer-set.h.
37528         * cselib.c (struct expand_value_data): Add dummy field.
37529         (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
37530         dummy to false.
37531         (cselib_dummy_expand_value_rtx_cb): New function.
37532         (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
37533         any rtl.
37534         * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
37535         * var-tracking.c: Include pointer-set.h.
37536         (variable): Change n_var_parts to char from int.  Add
37537         cur_loc_changed and in_changed_variables fields.
37538         (variable_canonicalize): Remove.
37539         (shared_var_p): New inline function.
37540         (unshare_variable): Maintain cur_loc_changed and
37541         in_changed_variables fields.  If var was in changed_variables,
37542         replace it there with new_var.  Just copy cur_loc instead of
37543         resetting it to something else.
37544         (variable_union): Don't recompute cur_loc.  Use shared_var_p.
37545         (dataflow_set_union): Don't call variable_canonicalize.
37546         (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
37547         of their DEBUG_EXPR_TREE_DECLs.
37548         (canonicalize_loc_order_check): Verify that cur_loc is NULL
37549         and in_changed_variables and cur_loc_changed is false.
37550         (variable_merge_over_cur): Clear cur_loc, in_changed_variables
37551         and cur_loc_changed.  Don't update cur_loc here.
37552         (variable_merge_over_src): Don't call variable_canonicalize.
37553         (dataflow_set_preserve_mem_locs): Use shared_var_p.  When
37554         removing loc that is equal to cur_loc, clear cur_loc,
37555         set cur_loc_changed and ensure variable_was_changed is called.
37556         (dataflow_set_remove_mem_locs): Use shared_var_p.  Only
37557         compare pointers in cur_loc check, if it is equal to loc,
37558         clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
37559         (variable_different_p): Remove compare_current_location argument,
37560         don't compare cur_loc.
37561         (dataflow_set_different_1): Adjust variable_different_p caller.
37562         (variable_was_changed): If dv had some var in changed_variables
37563         already, reset in_changed_variables flag for it and propagate
37564         cur_loc_changed over to the new variable.  On empty var
37565         always set cur_loc_changed.  Set in_changed_variables on whatever
37566         var is added to changed_variables.
37567         (set_slot_part): Clear cur_loc_changed and in_changed_variables.
37568         Use shared_var_p.  When removing loc that is equal to cur_loc,
37569         clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
37570         end, don't set it to something else, just call variable_was_changed.
37571         (delete_slot_part): Use shared_var_p.  When cur_loc equals to
37572         loc being removed, clear cur_loc and set cur_loc_changed.
37573         Set cur_loc_changed if all locations have been removed.
37574         (struct expand_loc_callback_data): New type.
37575         (vt_expand_loc_callback): Add dummy mode in which no rtxes are
37576         allocated.  Always create SUBREGs if simplify_subreg failed.
37577         Prefer to use cur_loc, when that fails and still in
37578         changed_variables (and seen first time) recompute it.  Set
37579         cur_loc_changed of variables which had to change cur_loc and
37580         compute elcd->cur_loc_changed if any of the subexpressions used
37581         had to change cur_loc.
37582         (vt_expand_loc): Adjust to pass arguments in
37583         expand_loc_callback_data structure.
37584         (vt_expand_loc_dummy): New function.
37585         (emitted_notes): New variable.
37586         (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
37587         that weren't used for any other decl in current
37588         emit_notes_for_changes call call vt_expand_loc_dummy to update
37589         cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
37590         first loc_chain location if NULL before.  Always use just
37591         cur_loc instead of first loc_chain location.  When cur_loc_changed
37592         is false, when not --enable-checking=rtl just don't emit any note.
37593         When rtl checking, compute the note and assert it is the same
37594         as previous note.  Clear cur_loc_changed and in_changed_variables
37595         at the end before removing from changed_variables.
37596         (check_changed_vars_3): New function.
37597         (emit_notes_for_changes): Traverse changed_vars to call
37598         check_changed_vars_3 on each changed var.
37599         (emit_notes_for_differences_1): Clear cur_loc_changed and
37600         in_changed_variables.  Recompute cur_loc of new_var.
37601         (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
37602         (vt_emit_notes): Initialize and destroy emitted_notes.
37604 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>
37606         PR rtl-optimization/42220
37607         * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
37608         Use verify_reg_tracked to determine if we should use OP_OUT rather
37609         than OP_INOUT.
37610         (build_def_use): If we see an in-out operand for a register that we
37611         know nothing about, treat is an output if possible, fail the block if
37612         not.
37614 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
37616         PR debug/42897
37617         * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
37618         permanently.
37620 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
37622         PR debug/42897
37623         * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
37624         uses of relevant DEFs that are dead outside the loop too.
37626 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
37628         * var-tracking.c (dataflow_set_merge): Swap src and src2.
37629         Reverted:
37630         2010-01-13  Jakub Jelinek  <jakub@redhat.com>
37631         PR debug/41371
37632         * var-tracking.c (values_to_unmark): New variable.
37633         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
37634         values_to_unmark vector.  Moved body to...
37635         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
37636         instead queue it into values_to_unmark vector.
37637         (vt_find_locations): Free values_to_unmark vector.
37639 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
37641         * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
37642         (site.exp): Export them when plugins are enabled.
37644 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
37646         PR middle-end/42326
37647         * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
37648         that contain scevs.
37649         (chrec_fold_multiply): Same.
37651 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
37653         PR c/43248
37654         * c-decl.c (build_compound_literal): Return early if init is
37655         an error_mark_node.
37657 2010-03-04  Martin Jambor  <mjambor@suse.cz>
37659         PR tree-optimization/43164
37660         PR tree-optimization/43191
37661         * tree-sra.c (type_consists_of_records_p): Reject records with
37662         zero-size bit-fields at the end.
37664 2010-03-04  Mike Stump  <mikestump@comcast.net>
37666         * Makefile.in (TAGS): Remove *.y.
37668 2010-03-04  Richard Guenther  <rguenther@suse.de>
37670         PR tree-optimization/40761
37671         * tree-ssa-pre.c (compute_antic): Walk reverse postorder
37672         in reverse order.
37673         (my_rev_post_order_compute): New function.
37674         (init_pre): Call it.
37676 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
37678         PR middle-end/43209
37679         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
37680         decrease the cost of an IV candidate when the cost is infinite.
37682 2010-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37684         * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
37685         Use '3DNow!' for the extension of that name, ensure normal space
37686         after the string.
37687         * doc/invoke.texi (i386 and x86-64 Options): Likewise.
37689 2010-03-03  Jeff Law  <law@redhat.com>
37691         * PR middle-end/32693
37692         * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
37693         than gen_rtx_SUBREG.
37694         (extract_bit_field_1): Likewise.
37696 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
37698         * doc/sourcebuild.texi (Test directives): Document that arguments
37699         include-opts and exclude-opts are now optional for dg-skip-if,
37700         dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
37702 2010-03-03  Jason Merrill  <jason@redhat.com>
37704         PR c++/12909
37705         * cgraph.h (varpool_node): Add extra_name field.
37706         * varpool.c (varpool_extra_name_alias): New.
37707         (varpool_assemble_decl): Emit extra name aliases.
37708         (varpool_mark_needed_node): Look past an extra name alias.
37709         * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
37710         * lto-streamer-in.c (lto_input_tree): Read it.
37711         * lto-streamer-out.c (output_unreferenced_globals): Write it.
37713 2010-03-03  Eric Botcazou  <ebotcazou@adacore.com>
37715         * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
37716         (sparc*-*-solaris2*): ...this.
37718 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
37720         PR debug/43229
37721         * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
37722         WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
37723         ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
37724         FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
37726         PR debug/43237
37727         * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
37728         fallthrough to default handling, just with want_address 0 instead of 2.
37729         For single element lists, add_AT_loc directly, otherwise create an
37730         artificial variable DIE and stick location list to it.
37732         PR debug/43177
37733         * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
37734         (VAL_EXPR_HAS_REVERSE): Define.
37735         (reverse_op): New function.
37736         (add_stores): For reversible operations add an extra MO_VAL_USE.
37738 2010-03-02  Jason Merrill  <jason@redhat.com>
37740         * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
37742 2010-03-02  Eric Botcazou  <ebotcazou@adacore.com>
37744         * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
37745         (sparc64-*-linux*): Likewise.
37746         (sparc64-*-solaris2*): Include assembler files before linker ones.
37747         (sparc-*-solaris2*): Simplify and reorder to match previous case.
37748         * config/sparc/gas.h: Delete.
37749         * config/sparc/sol2-64.h: Add copyright notice.
37750         * config/sparc/sol2-gas-bi.h: Likewise.
37751         * config/sparc/sol2-gld.h: Likewise.
37752         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
37753         * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
37754         * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
37755         * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
37756         (sparc_elf_asm_named_section): Rename into...
37757         (sparc_solaris_elf_asm_named_section): ...this.  Always define.
37759 2010-03-02  Uros Bizjak  <ubizjak@gmail.com>
37761         * config/alpha/alpha.c (override_options): Fix -mtune error message.
37763 2010-03-02  Jeff Law  <law@redhat.com>
37765         PR middle-end/42431
37766         * reload1.c (rtx_p, substitute_stack): Declare.
37767         (substitute): Record addresses of changed rtxs.
37768         (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
37769         Restore the original rtx when complete.
37770         (reload): Free subsitute_stack when complete.
37772 2010-03-02  Janis Johnson  <janis187@us.ibm.com>
37774         * doc/gccint.texi (menu): Add Testsuites as a chapter.
37775         * doc/sourcebuild.texi (Testsuites): Move up a level to be a
37776         new chapter.
37777         (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
37778         LTO Testing, gcov Testing, profopt Testing, compat Testing,
37779         Torture Tests): Change from subsection to section.
37781 2010-03-02  Jakub Jelinek  <jakub@redhat.com>
37782             Steven Bosscher  <steven@gcc.gnu.org>
37784         * var-tracking.c (vt_initialize): Scan insns in ebb chunks
37785         instead of bb.
37787 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
37789         PR middle-end/42640
37790         * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
37791         the assignment from the new induction variable to the assignment
37792         of the value from the original loop PHI function.
37794 2010-03-01  Janis Johnson  <janis187@us.ibm.com>
37795             Daniel Jacobowitz  <dan@codesourcery.com>
37797         * doc/sourcebuild.texi (Test directives): Clarify options to
37798         dg-skip-if.
37800 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
37802         * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
37803         Disable cfi directives unless GCC and gas agree on using read-only
37804         .eh_frame sections for 64-bit.
37805         * configure: Regenerate.
37807 2010-03-01  Richard Guenther  <rguenther@suse.de>
37809         PR tree-optimization/43220
37810         * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
37811         BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
37813 2010-03-01  Richard Guenther  <rguenther@suse.de>
37814             Martin Jambor  <mjambor@suse.cz>
37816         PR middle-end/41250
37817         * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
37818         gimplified parameters.
37820 2010-03-01  Christian Bruel  <christian.bruel@st.com>
37822         * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
37824 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
37826         * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
37828 2010-03-01  Richard Guenther  <rguenther@suse.de>
37830         PR middle-end/43213
37831         * expr.c (expand_assignment): Use the alias-oracle to tell
37832         if the rhs aliases the result decl.
37834 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
37836         PR pch/14940
37837         * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
37838         to sol_gt_pch_get_address.
37839         (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
37840         64-bit, SPARC and x86.
37841         (sol_gt_pch_get_address): New function.
37843 2010-03-01  Marco Poletti  <poletti.marco@gmail.com>
37845         * toplev.h (inform_n, error_n): Declare.
37846         * diagnostic.c (inform_n, error_n): New function.
37848 2010-03-01  Jakub Jelinek  <jakub@redhat.com>
37850         * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
37851         has no rtl yet when processing local_decls, queue it and recheck
37852         if deferred stack allocation hasn't assigned it rtl.
37854 2010-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
37856         * config/sh/sh.c (unspec_bbr_uid): New.
37857         (gen_block_redirect): Use it instead of INSN_UID.
37858         (gen_far_branch): Likewise.
37860 2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
37862         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
37863         it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
37865 2010-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37867         * doc/invoke.texi (Warning Options, RX Options): Fix typos.
37868         (Warning Options): -Wno-conversion-null is valid for
37869         Objective-C++ as well.
37870         * doc/tm.texi (Named Address Spaces): Likewise.
37871         * doc/plugins.texi (Plugins): Replace TABs with spaces.
37872         * doc/tree-ssa.texi (Tree SSA): Likewise.
37874 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
37876         PR bootstrap/43202
37877         * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
37878         by default.  Don't set the default arch for
37879         i[34567]86-*-darwin*|x86_64-*-darwin*.
37881 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
37883         PR bootstrap/43202
37884         * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
37885         default.  Set the default 32bit/64bit archs with $with_arch
37886         instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
37888 2010-02-27  Richard Guenther  <rguenther@suse.de>
37890         PR tree-optimization/43186
37891         * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
37892         * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
37893         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
37894         unroller iterations.
37896 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
37898         * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
37899         required and i[34567]86-*-* targets don't support 64bit ISA.
37901 2010-02-26  Eric Botcazou  <ebotcazou@adacore.com>
37903         PR ada/43096
37904         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
37905         the same alias set.
37907 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
37909         * config.gcc: Set the default arch at least to Prescott for
37910         i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
37911         if SSE math is enabled.
37913 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
37915         * diagnostic.c (diagnostic_initialize): Update.
37916         (diagnostic_report_diagnostic): Test inhibit_notes_p for
37917         informative notes.
37918         * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
37919         (diagnostic_inhibit_notes): New.
37920         * toplev.c (process_options): inhibit notes with -fcompare-debug.
37922 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
37924         PR c/20631
37925         * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
37926         * doc/standards.texi: Likewise.
37927         * doc/extend.texi: Likewise.
37928         * doc/trouble.texi: Likewise.
37929         * doc/cppopts.texi: Likewise.
37930         * doc/install.texi: Likewise.
37931         * c.opt (std=c90,std=gnu90): New options.
37932         * c-opts.c (c_common_handle_option): Handle them.
37934 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
37936         PR c/24577
37937         * c-decl.c (undeclared_variable): Use an informative note.
37939 2010-02-26  Richard Guenther  <rguenther@suse.de>
37941         PR tree-optimization/43186
37942         * gimple.h (gimple_fold): Remove.
37943         * gimple.c (gimple_fold): Remove.  Inline into single user ...
37944         * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
37945         Try harder for conditions.
37947 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
37949         PR debug/43190
37950         * function.c (used_types_insert): Don't skip through named pointer
37951         types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
37952         and it is different from the main variant's type.
37954 2010-02-26  Nick Clifton  <nickc@redhat.com>
37956         * config/rx/rx.md (sminsi3): Remove bogus alternative.
37958 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
37960         * config.gcc: Support --with-fpmath=sse for x86.
37962         * config/i386/ssemath.h: New.
37964         * doc/install.texi (--with-fpmath=sse): Documented.
37966 2010-02-26  Richard Guenther  <rguenther@suse.de>
37968         PR tree-optimization/43188
37969         * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
37970         vector types of over-aligned element type.
37972 2010-02-26  Uros Bizjak  <ubizjak@gmail.com>
37974         PR target/43175
37975         * config/i386/i386.c (expand_vec_perm_blend): Use correct
37976         operands in V8HImode subregs.  Fix operand order in VEC_MERGE rtx.
37978 2010-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
37980         * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
37982 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
37984         * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
37985         * var-tracking.c: Include diagnostic.h.
37986         (debug_dv): New function.
37987         (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
37989         PR debug/43160
37990         * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
37991         (add_value_chain, add_value_chains, remove_value_chain,
37992         remove_value_chains): Handle DEBUG_EXPRs.
37993         (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
37995         PR debug/43161
37996         * regcprop.c (struct queued_debug_insn_change): New type.
37997         (struct value_data_entry): Add debug_insn_changes field.
37998         (struct value_data): Add n_debug_insn_changes field.
37999         (debug_insn_changes_pool): New variable.
38000         (free_debug_insn_changes, apply_debug_insn_changes,
38001         cprop_find_used_regs_1, cprop_find_used_regs): New functions.
38002         (kill_value_one_regno): Call free_debug_insn_changes if needed.
38003         (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
38004         fields.
38005         (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
38006         changes for them.
38007         (copyprop_hardreg_forward_1): Don't call apply_change_group for
38008         DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
38009         changes, call cprop_find_used_regs via note_stores.
38010         (copyprop_hardreg_forward): When copying vd from predecessor
38011         which has any queued DEBUG_INSN changes, make sure the pointers are
38012         cleared.  At the end call df_analyze and then if there are any
38013         DEBUG_INSN changes queued at the end of some basic block for still
38014         live registers, apply them.
38015         (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
38017 2010-02-25  Uros Bizjak  <ubizjak@gmail.com>
38019         * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
38020         (arm*-*-*): Ditto.
38022 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
38024         * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
38025         targets.  Set the default with_cpu/with_arch from arch/cpu.
38026         Allow x86-64 and native for with_cpu/with_arch.
38028 2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>
38030         * ebitmap.c: Change calls to verify_popcount with calls to
38031         sbitmap_verify_popcount.
38032         (ebitmap_clear_bit): Fixed map->cacheindex test and
38033         map>cache update when bit clearing results in an empty
38034         element.
38036 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
38038         PR target/43154
38039         * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
38040         (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
38041         and support both V2DF and V2DI modes.
38042         (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
38043         support both V2DF and V2DI modes.
38044         (general): Delete trailing whitespace from a few patterns.
38046         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
38047         V2DF/V2DI interleave high/low builtins.
38049         * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
38050         new VSX builtins.
38052         * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
38053         interleave high/low functions.
38055 2010-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
38057         * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
38058         #pragma extern_prefix.
38060 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
38062         PR debug/43166
38063         * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
38064         BLKmode, assert op0 is a MEM and just adjust its mode.
38066         PR debug/43165
38067         * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
38068         if bitpos isn't multiple of mode's bitsize.
38070 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
38072         * c.opt (-ftemplate-depth=): New.
38073         (-ftemplate-depth-): Deprecate.
38074         * optc-gen.awk: Handle -ftemplate-depth=.
38075         * opth-gen.awk: Likewise.
38076         * c-opts.c (c_common_handle_option): Likewise.
38077         * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
38079 2010-02-24  Jason Merrill  <jason@redhat.com>
38081         * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
38083 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
38085         * cfg.c (alloc_aux_for_block): Remove inline.
38086         (alloc_aux_for_edge): Likewise.
38088 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
38090         * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
38092 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
38094         * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
38095         * config/i386/sol2-gas.h: New file.
38096         * config.gcc (i[34567]86-*-solaris2*): Use it.
38098 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
38100         PR c/43128
38101         * c-typeck.c (ep_convert_and_check): New.
38102         (build_conditional_expr): Use it.
38103         (build_binary_op): Likewise.
38105 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
38107         * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
38109         PR debug/43150
38110         * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
38111         bounds even for -O+.
38112         * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
38113         expr needs to have DECL_NAME set.
38115 2010-02-24  Nick Clifton  <nickc@redhat.com>
38117         * config/mep/mep.c: Include gimple.h.
38118         (mep_function_uses_sp): Delete unused function.
38119         (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
38120         parameters.  Use unsigned integers to count args.  Return a
38121         NULL_RTX instead of an error_mark_node.  Toidy up formatting.
38123 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
38125         PR target/43107
38126         * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
38127         greater or equal to nelt instead of 2 * nelt.
38128         (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
38129         with nelt - 1.
38131 2010-02-23  Jason Merrill  <jason@redhat.com>
38133         PR debug/42800
38134         * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
38135         in cfun->local_decls even if they have register types.
38137         PR c++/42837
38138         * stor-layout.c (place_field): Don't warn about unnecessary
38139         DECL_PACKED if the type is packed.
38141 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
38143         PR target/43139
38144         * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
38145         GOTOFF relocs, even when the base reg isn't pic pointer.
38147 2010-02-23  Michael Matz  <matz@suse.de>
38149         PR debug/43077
38150         * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
38151         (expand_gimple_basic_block): Generate and use debug temps if there
38152         are debug uses left after the last real use of TERed ssa names.
38153         Unlink debug immediate uses when they are expanded.
38155 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
38157         PR 43123
38158         * config/i386/i386.c (override_options): Reorganise to provide
38159         better error messages.
38161 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
38163         PR middle-end/43083
38164         * graphite-scop-detection.c (create_single_exit_edge): Move
38165         the call to find_single_exit_edge to....
38166         (create_sese_edges): ...here.  Don't handle multiple edges
38167         exiting the function.
38168         (build_graphite_scops): Don't handle multiple edges
38169         exiting the function.
38171 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
38173         PR middle-end/43097
38174         * sese.c (get_rename): Assert that old_name is an SSA_NAME.
38175         (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
38177 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
38179         PR middle-end/43026
38180         * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
38182 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
38184         PR c++/43126
38185         * c-typeck.c (convert_arguments): Print declaration location.
38186         * c-common.c (validate_nargs): Rename as
38187         builtin_function_validate_nargs.
38188         (check_builtin_function_arguments): Update.
38190 2010-02-22  Richard Guenther  <rguenther@suse.de>
38192         PR lto/43045
38193         * tree-inline.c (declare_return_variable): Use the type of
38194         the call stmt lhs if available.
38196 2010-02-22  Duncan Sands  <baldrick@free.fr>
38198         * passes.c (register_pass): Always consider all pass lists when
38199         ref_pass_instance_number is zero.
38201 2010-02-22  Richard Guenther  <rguenther@suse.de>
38203         PR tree-optimization/42749
38204         * tree-tailcall.c (adjust_return_value_with_ops): Drop update
38205         parameter.  Do arithmetic in the original type.
38206         (update_accumulator_with_ops): Likewise.
38207         (adjust_accumulator_values): Adjust.
38209 2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38211         * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
38212         (QI to BLKmode splitter): New splitter.
38214 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
38216         * config/i386/i386.c (initial_ix86_tune_features): Turn on
38217         X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
38219 2010-02-22  Richard Guenther  <rguenther@suse.de>
38221         * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
38223 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
38225         Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
38226         * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
38227         ($(T)crti.o, $(T)crtn.o): Remove rules.
38229 2010-02-21  Tobias Burnus  <burnus@net-b.de>
38231         PR fortran/35259
38232         * doc/invoke.texi (-fassociative-math): Document that this
38233         option is automatically enabled for Fortran.
38235 2010-02-20  David S. Miller  <davem@davemloft.net>
38237         * configure.ac: Test if linker and assembler properly support
38238         GOTDATA_OP relocations.
38239         * configure: Rebuild.
38240         * config.in: Likewise.
38241         * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
38242         (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
38243         (movsi_high_pic): Likewise.
38244         (movdi_lo_sum_pic): Likewise.
38245         (movdi_high_pic): Likewise.
38246         (movsi_pic_gotdata_op): New pattern.
38247         (movdi_pic_gotdata_op): Likewise.
38248         * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
38249         emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
38251 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
38253         PR target/43067
38254         * config/i386/sse.md (xop_mulv2div2di3_low): Change type
38255         attribute to ssemul.
38256         (xop_mulv2div2di3_high): Ditto.
38258 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
38260         PR c++/35669
38261         * c.opt (Wconversion-null): New option.
38262         * doc/invoke.texi (Wconversion-null): Document.
38264 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
38266         * common.opt (Wlarger-than-): Add Undocumented.
38268 2010-02-19  Mike Stump  <mikestump@comcast.net>
38270         * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
38272 2010-02-19  Jason Merrill  <jason@redhat.com>
38274         PR target/40332
38275         * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
38276         * configure: Likewise.
38278 2010-02-20  Alan Modra  <amodra@gmail.com>
38280         PR middle-end/42344
38281         * cgraph.h (cgraph_make_decl_local): Declare.
38282         * cgraph.c (cgraph_make_decl_local): New function.
38283         (cgraph_make_node_local): Use it.
38284         * cgraphunit.c (cgraph_function_versioning): Likewise.
38285         * ipa.c (function_and_variable_visibility): Likewise.
38287 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
38289         PR bootstrap/43121
38290         * except.c (sjlj_emit_function_enter): Don't call
38291         add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
38292         directly.
38293         * rtl.h (add_reg_br_prob_note): Remove prototype.
38295 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
38297         PR 41779
38298         * c-common.c (conversion_warning): Remove widening conversions
38299         before checking the conversion of integers to reals.
38301 2010-02-19  Mike Stump  <mikestump@comcast.net>
38303         PR middle-end/43125
38304         * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
38306         PR objc/43061
38307         * cgraphunit.c (process_function_and_variable_attributes): Check
38308         DECL_PRESERVE_P instead of looking up attribute "used".
38309         * ipa-pure-const.c (check_decl): Likewise.
38310         * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
38311         * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
38312         * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
38313         instead of attribute "used".
38314         * config/sol2-c.c (solaris_pragma_init): Likewise.
38315         (solaris_pragma_fini): Likewise.
38317 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
38319         * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
38320         Use XCNEW instead of xcalloc.
38321         (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
38322         XNEW instead of xmalloc.
38323         (get_fields): Use XNEWVEC instead of xmalloc.
38325         PR debug/43084
38326         * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
38327         populate vars array.
38328         (create_new_general_access): For debug stmts just reset value.
38329         (get_stmt_accesses): For accesses within debug stmts just record them
38330         using add_access_to_acc_sites instead of preventing the peeling or
38331         counting them as accesses.
38333         PR middle-end/42233
38334         * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
38336 2010-02-19  Richard Guenther  <rguenther@suse.de>
38338         PR tree-optimization/42916
38339         * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
38340         instructions.
38342 2010-02-19  Andreas Schwab  <schwab@linux-m68k.org>
38344         * configure.ac: Replace all uses of changequote in macro arguments
38345         with proper quoting.
38347 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
38349         PR middle-end/42233
38350         * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
38352 2010-02-19  Richard Guenther  <rguenther@suse.de>
38354         PR tree-optimization/42944
38355         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
38356         test for aliasing with errno.
38358 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
38360         PR middle-end/42233
38361         * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
38362         do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
38363         * dojump.c: Include output.h.
38364         (inv): New inline function.
38365         (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
38366         do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
38367         do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
38368         do_jump_by_parts_equality, do_compare_and_jump): Add PROB
38369         argument, pass it down to other calls.
38370         (do_compare_rtx_and_jump): Likewise.  If PROB is not -1,
38371         add REG_BR_PROB note to the conditional jump.
38372         * cfgexpand.c (add_reg_br_prob_note): Removed.
38373         (expand_gimple_cond): Don't call it, add the probability
38374         as last argument to jumpif_1/jumpifnot_1.
38375         * Makefile.in (dojump.o): Depend on output.h.
38376         * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
38377         callers.
38378         * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
38379         * stmt.c (do_jump_if_equal): Likewise.
38380         * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
38381         * loop-unswitch.c (compare_and_jump_seq): Likewise.
38382         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
38383         Likewise.
38384         * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
38385         * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
38386         jumpifnot_1 callers.
38387         (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
38388         callers.
38389         (store_expr): Adjust jumpifnot caller.
38390         (store_constructor): Adjust jumpif caller.
38392         PR middle-end/42233
38393         * gimplify.c (gimple_boolify): For __builtin_expect call
38394         gimple_boolify also on its first argument.
38396 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
38398         * configure.ac (gnu-unique-object): Wrap regexps using [] in
38399         changequote block.
38400         (__stack_chk_fail): Ditto.  Remove quadrigraphs.
38401         * configure: Regenerated.
38403 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
38405         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
38406         lang_hooks.types_compatible_p instead of comptypes.
38408 2010-02-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
38410         * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
38411         (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
38412         if __prefer_thumb__ is defined.
38414 2010-02-18  Martin Jambor  <mjambor@suse.cz>
38416         PR tree-optimization/43066
38417         * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
38418         array with zero-sized element type.
38420 2010-02-18  Jakub Jelinek  <jakub@redhat.com>
38422         * dwarf2out.c (add_var_loc_to_decl): Change last argument to
38423         rtx, allocate struct var_loc_node here and return it to the
38424         caller, and only if it is actually needed.
38425         (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
38426         move it earlier and return immediately if it returns NULL.
38428 2010-02-17  Mikael Pettersson  <mikpe@it.uu.se>
38430         * config/sparc/gas.h: New file.  Restore
38431         TARGET_ASM_NAMED_SECTION to its ELF default.
38432         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
38433         check !HAVE_GNU_AS.
38434         * config/sparc/sparc.c (sparc_elf_asm_named_section):
38435         Likewise.  Add ATTRIBUTE_UNUSED to prototype.
38436         * config.gcc (sparc*-*-linux*): Include sparc/gas.h
38437         after sparc/sysv4.h.
38439 2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
38441         * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
38443 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
38445         * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
38446         patterns from predicated pattern.
38448 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
38450         PR target/43103
38451         * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
38452         for insn mnemonic suffix.
38454 2010-02-17  Richard Guenther  <rguenther@suse.de>
38456         * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
38457         to loop PHI nodes.
38459 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
38461         PR debug/42918
38462         * caller-save.c (save_call_clobbered_regs): If BB ends with
38463         a DEBUG_INSN, move any notes in between last real insn and the last
38464         DEBUG_INSN after the last DEBUG_INSN.
38466 2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
38468         * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
38469         Fix return type.  Fix argument type.  Explain meaning of return value.
38471 2010-02-16  Richard Guenther  <rguenther@suse.de>
38473         PR tree-optimization/41043
38474         * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
38475         (vrp_visit_assignment_or_call): Do not ask SCEV for regular
38476         statements ...
38477         (vrp_visit_phi_node): ... but only for loop PHI nodes.
38479 2010-02-16  Ira Rosen  <irar@il.ibm.com>
38481         PR tree-optimization/43074
38482         * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
38483         * tree-vect-loop.c (vect_analyze_loop_operations): Add
38484         vectorizable cycles in hybrid SLP check.
38485         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
38487 2010-02-16  Richard Guenther  <rguenther@suse.de>
38489         * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
38490         (true_dependence): If memrefs_conflict_p computes must-alias
38491         trust it.  Move TBAA check after offset-based disambiguation.
38492         (canon_true_dependence): Likewise.
38494 2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
38496         * params.def (PARAM_MAX_VARTRACK_SIZE): New.
38497         * doc/invoke.texi: Document it.
38498         * var-tracking.c: Include toplev.h and params.h.
38499         (vt_find_locations): Return bool indicating success.  Compute
38500         hash sizes unconditionally.  Check new parameter, report.
38501         (variable_tracking_main_1): Check vt_find_locations results and
38502         retry.  Renamed from...
38503         (variable_tracking_main): ... this.  New wrapper to preserve
38504         flag_var_tracking_assignments.
38505         * Makefile.in (var-tracking.o): Adjust dependencies.
38507 2010-02-16  Jack Howarth  <howarth@bromo.med.uc.edu>
38508             Jakub Jelinek  <jakub@redhat.com>
38510         PR target/42854
38511         * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
38512         if weak_import attribute is present.
38513         * config/darwin.c (machopic_select_section): Likewise.
38515 2010-02-15  Joern Rennecke  <joern.rennecke@embecosm.com>
38517         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
38518         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
38519         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
38520         (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
38522         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
38523         types.
38525         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
38526         Fix argument types.
38528         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
38529         Rewrite text to refer to the names.
38531 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
38533         * config/i386/i386-builtin-types.def
38534         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
38535         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
38536         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
38537         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
38538         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
38539         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
38540         IX86_BUILTIN_VPERMIL2PS256.
38541         (MULTI_ARG_4_DF2_DI_I): Defined.
38542         (MULTI_ARG_4_DF2_DI_I1): Defined.
38543         (MULTI_ARG_4_SF2_SI_I): Defined.
38544         (MULTI_ARG_4_SF2_SI_I1): Defined.
38545         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
38546         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
38547         __builtin_ia32_vpermil2ps256.
38548         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
38549         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
38550         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
38551         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
38552         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
38553         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
38554         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
38555         CODE_FOR_xop_vpermil2v8sf3.
38556         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
38557         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
38558         * config/i386/xopintrin.h (_mm_permute2_pd): New.
38559         (_mm256_permute2_pd): New.
38560         (_mm_permute2_ps): New.
38561         (_mm256_permute2_ps): New.
38563 2010-02-15  Nick Clifton  <nickc@redhat.com>
38565         * config/h8300/h8300.c (h8300_push_pop): Use bool type for
38566         boolean parameters.  Use emit_jump_insn when emitting a pop
38567         instruction containing a return insn.
38568         (push): Use 'true' rather than '1' as second parameter to F.
38569         (h8300_expand_prologue): Likewise.
38570         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
38571         (h8300_expand_epilogue): Likewise.
38573 2010-02-15  Richard Guenther  <rguenther@suse.de>
38575         PR middle-end/43068
38576         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
38577         if that is zero.
38579 2010-02-15  Nick Clifton  <nickc@redhat.com>
38581         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
38582         delta.
38584 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
38586         * intl.c (fake_ngettext): New function.
38587         * intl.h (fake_ngettext): Declare.
38588         (ngettext): Define macro.
38589         * collect2.c (notice_translated): New function.
38590         (main): Use notice_translated and ngettext.
38591         * collect2.h (notice_translated): Declare.
38593 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
38595         * reorg.c (delete_computation): Comment fixes.
38596         * caller-save.c (setup_save_areas): Idem.
38597         * sel-sched-dump.c (dump_lv_set): Idem.
38598         * rtl.def: Idem.
38600 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38602         * config/s390/s390.c (s390_sched_init): New function.
38603         (TARGET_SCHED_INIT): Target hook defined.
38605 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
38606             Jack Howarth  <howarth@bromo.med.uc.edu>
38607             Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
38609         PR target/42982
38610         Partial revert of unintended change in fix for PR41605.
38611         * config/darwin.h: Fix typo.
38612         * config/darwin9.h: Same.
38614 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
38616         * c-pch.c (pch_init): Clear v.
38618 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
38620         PR middle-end/42930
38621         * graphite-scop-detection.c (graphite_can_represent_scev): Call
38622         graphite_can_represent_init for MULT_EXPR.
38624 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
38626         PR middle-end/42914
38627         PR middle-end/42530
38628         * graphite-sese-to-poly.c (remove_phi): New.
38629         (translate_scalar_reduction_to_array): Call remove_phi.
38631 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
38633         PR middle-end/42771
38634         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
38635         * graphite-clast-to-gimple.h (gloog): Update declaration.
38636         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
38637         * graphite-poly.h (struct poly_bb): Add missing comments.
38638         (struct scop): Add poly_scop_p field.
38639         (POLY_SCOP_P): New.
38640         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
38641         * graphite.c (graphite_transform_loops): Build the polyhedral
38642         representation for each scop before code generation.
38643         * sese.c (rename_variables_in_operand): Removed.
38644         (rename_variables_in_expr): Return the renamed expression.
38645         (rename_sese_parameters): New.
38646         * sese.h (rename_sese_parameters): Declared.
38648 2010-02-11  Richard Guenther  <rguenther@suse.de>
38650         PR tree-optimization/42998
38651         * tree-ssa-pre.c (create_expression_by_pieces): Treat
38652         POINTER_PLUS_EXPR properly.
38654 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
38655             Changpeng Fang  <changpeng.fang@amd.com>
38657         PR middle-end/40886
38658         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
38659         the cost of an IV candidate when the IV is used in a test against zero.
38661         * gcc.dg/tree-ssa/ivopts-3.c: New.
38663 2010-02-11  Richard Guenther  <rguenther@suse.de>
38665         PR lto/41664
38666         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
38667         pointer-vs-decl case by swapping refs.  Handle some cases
38668         of pointer-vs-decl disambiguations more conservatively.
38669         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
38670         to false after expanding.
38672 2010-02-11  Richard Guenther  <rguenther@suse.de>
38674         PR driver/43021
38675         * gcc.c (process_command): Handle LTO file@offset case more
38676         appropriately.
38678 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
38680         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
38681         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
38682         of DEBUG_INSNs.
38683         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
38685         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
38686         if MEM's mode size isn't DWARF2_ADDR_SIZE.
38687         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
38688         Optimize eq/ne comparisons when both arguments are known to be
38689         zero-extended.
38690         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
38691         Don't mask operands unnecessarily if they are known to be already
38692         zero-extended.
38694 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
38696         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
38697         instead of loop.
38699 2010-02-10  Richard Guenther  <rguenther@suse.de>
38701         PR tree-optimization/43017
38702         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
38703         for wrapping signed arithmetic.
38705 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
38707         PR debug/43010
38708         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
38709         if no debug info should be emitted for it.
38711 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
38713         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
38714         note when flag_exceptions is set.
38716 2010-02-10  Duncan Sands  <baldrick@free.fr>
38718         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
38720 2010-02-10  Richard Guenther  <rguenther@suse.de>
38722         PR c/43007
38723         * tree.c (get_unwidened): Handle constants.
38724         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
38726 2010-02-10  Martin Jambor  <mjambor@suse.cz>
38728         PR lto/42985
38729         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
38730         check for variable argument counts independently.
38732 2010-02-10  Christian Bruel  <christian.bruel@st.com>
38734         PR target/42841
38735         * config/sh/sh.c (find_barrier): Increase length for non delayed
38736         conditional branches.
38738 2010-02-10  Christian Bruel  <christian.bruel@st.com>
38740         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
38742 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
38744         * builtins.c (set_builtin_user_assembler_name): Also handle
38745         ffs if int is smaller than word.
38747 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
38749         PR middle-end/42973
38750         * ira-conflicts.c (get_dup): Remove.
38751         (process_reg_shuffles): Add new parameter.  Use it as an
38752         additional guard for copy generation.
38753         (add_insn_allocno_copies): Rewrite.
38755 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
38757         * common.opt (fsched2-use-traces): Preserved for backward
38758         compatibility.
38759         * doc/invoke.texi: Remove the documentation about option
38760         -fsched2-use-traces.
38761         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
38762         flag_sched2_use_traces.
38763         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
38764         the backward compatibility flag section.
38766 2010-02-09  Richard Guenther  <rguenther@suse.de>
38768         PR tree-optimization/43008
38769         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
38770         make HEAP variables initialized from global memory if they
38771         are not known builtin functions.
38772         (find_func_aliases): Adjust.
38774 2010-02-09  Richard Guenther  <rguenther@suse.de>
38776         PR tree-optimization/43000
38777         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
38778         arithmetic manually.
38780 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
38782         PR tree-optimization/42931
38783         * tree-loop-linear.c (try_interchange_loops): Don't call
38784         double_int_mul if estimated_loop_iterations failed.
38786 2010-02-08  Martin Jambor  <mjambor@suse.cz>
38788         PR middle-end/42898
38789         * tree-sra.c (build_accesses_from_assign): Do not mark in
38790         should_scalarize_away_bitmap if stmt has volatile ops.
38791         (sra_modify_assign): Do not process assigns piecemeal if if stmt
38792         has volatile ops.
38794 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
38796         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
38798 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
38800         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
38801         before the pattern.
38803 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
38805         PR middle-end/42946
38806         * df-core.c (df_finish_pass): Change type of saved_flags to int.
38808 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
38810         PR middle-end/42988
38811         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
38812         to unknown_dependence.
38813         (graphite_legal_transform_dr): Handle the unknown_dependence.
38814         (graphite_carried_dependence_level_k): Same.
38816 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
38818         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
38820 2010-02-07  Richard Guenther  <rguenther@suse.de>
38822         PR middle-end/42991
38823         * expr.c (get_inner_reference): Always initialize *pbitsize.
38825 2010-02-07  Richard Guenther  <rguenther@suse.de>
38827         PR middle-end/42956
38828         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
38829         new ARRAY_REFs on variable size element or minimal index arrays.
38830         Complete.
38831         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
38832         gimple_fold_indirect_ref.
38834 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
38836         PR target/42957
38837         * arm.c (arm_override_options): Just return if the user has specified
38838         an invalid fpu name.
38840 2010-02-03  Jason Merrill  <jason@redhat.com>
38842         PR c++/42870
38843         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
38844         i386_pe_maybe_record_exported_symbol.
38846 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
38848         PR target/42924
38849         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
38850         (pa_delegitimize_address): New function.
38852 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
38854         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
38855         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
38857 2010-02-05  Richard Guenther  <rguenther@suse.de>
38859         PR lto/42762
38860         * lto-streamer-in.c (get_resolution): Deal with references
38861         to undefined functions.
38863 2010-02-05  Richard Guenther  <rguenther@suse.de>
38865         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
38866         (fold_const_aggregate_ref): Likewise.
38867         (ccp_fold_stmt): Substitute loads.
38868         (maybe_fold_reference): Verify types before substituting.
38869         Unshare properly.
38870         (fold_gimple_assign): Unshare properly.
38871         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
38873 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
38875         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
38876         for rs6000_gen_cell_microcode.
38878 2010-02-04  Richard Guenther  <rguenther@suse.de>
38880         PR rtl-optimization/42952
38881         * dse.c (const_or_frame_p): Remove MEM handling.
38883 2010-02-04  Nick Clifton  <nickc@redhat.com>
38885         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
38886         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
38887         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
38888         (mn10300_asm_output_mi_thunk): New function.
38889         (mn10300_can_output_mu_thunk): New function.
38890         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
38891         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
38892         (FUNCTION_ARG): Delete incorrect comment.
38894 2010-02-03  Jason Merrill  <jason@redhat.com>
38896         PR c++/40138
38897         * fold-const.c (operand_equal_p): Handle erroneous types.
38899 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
38901         * config/h8300/h8300.md (can_delay): Fix attibute condition.
38903 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
38905         PR rtl-optimization/42941
38906         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
38907         of xmalloc.
38909 2010-02-03  Jason Merrill  <jason@redhat.com>
38911         PR c++/35652
38912         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
38914 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
38916         PR debug/42896
38917         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
38918         (cselib_reset_table): Renamed from...
38919         (cselib_reset_table_with_next_value): ... this.
38920         (cselib_get_next_uid): Renamed from...
38921         (cselib_get_next_unknown_value): ... this.
38922         * cselib.c (next_uid): Renamed from...
38923         (next_unknown_value): ... this.
38924         (cselib_clear_table): Adjust.
38925         (cselib_reset_table): Adjust.  Renamed from...
38926         (cselib_reset_table_with_next_value): ... this.
38927         (cselib_get_next_uid): Adjust.  Renamed from...
38928         (cselib_get_next_unknown_value): ... this.
38929         (get_value_hash): Use hash.
38930         (cselib_hash_rtx): Likewise.
38931         (new_cselib_val): Adjust.  Set and dump uid.
38932         (cselib_lookup_mem): Pass next_uid as hash.
38933         (cselib_subst_to_values): Likewise.
38934         (cselib_log_lookup): Dump uid.
38935         (cselib_lookup): Pass next_uid as hash.  Adjust.
38936         (cselib_process_insn): Adjust.
38937         (cselib_init): Initialize next_uid.
38938         (cselib_finish): Adjust.
38939         (dump_cselib_table): Likewise.
38940         * dse.c (canon_address): Dump value uid.
38941         * print-rtl.c (print_rtx): Print value uid.
38942         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
38943         (dvuid): New type.
38944         (dv_uid): New function, sort of renamed from...
38945         (dv_htab_hash): ... this, reimplemented in terms of it and...
38946         (dv_uid2hash): ... this.  New.
38947         (variable_htab_eq): Drop excess assertions.
38948         (tie_break_pointers): Removed.
38949         (canon_value_cmp): Compare uids.
38950         (variable_post_merge_New_vals): Print uids.
38951         (vt_add_function_parameters): Adjust.
38952         (vt_initialize): Reset table.  Adjust.
38954 2010-02-03  Richard Guenther  <rguenther@suse.de>
38956         PR tree-optimization/42944
38957         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
38958         (call_may_clobber_ref_p_1): Likewise.  Properly handle
38959         malloc and calloc clobbering errno.
38961 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
38963         * doc/invoke.texi: Fix name of sched1 dump.
38965         * opts.c (decode_options): Set flag_tree_switch_conversion
38966         only conditionally on optimize >= 2.
38968         * gcse.c: Assorted comment fixes in pass description.
38970 2010-02-03  Anthony Green  <green@moxielogic.com>
38972         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
38973         nop padding in order to maintain alignment of storage location of
38974         target function address.
38975         (moxie_trampoline_init): Store target function address at newly
38976         aligned location.
38977         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
38978         to 32.
38979         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
38981 2010-02-03  Richard Guenther  <rguenther@suse.de>
38983         PR middle-end/42927
38984         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
38986 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
38988         * config.gcc: Reenable check for obsolete targets.
38989         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
38990         mips-sgi-irix6.[0-4]*.
38992 2010-02-02  Nick Clifton  <nickc@redhat.com>
38994         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
38995         constant size of 4 as being the same as 0.
38996         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
38997         can take values in the range 0..4.
38999 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
39001         PR java/41991
39002         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
39003         as _darwin10_Unwind_FindEnclosingFunction().
39004         * libgcc-libsystem.ver: New.
39006 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
39008         PR target/41399
39009         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
39010         implicitly set registers.
39012 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
39014         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
39015         (arm_override_options): Allow automatic selection of the thread
39016         pointer register if thumb2.
39017         (legitimize_pic_address): Improve code sequences for Thumb2.
39018         (arm_call_tls_get_addr): Likewise.
39019         (legitimize_tls_address): Likewise.
39020         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
39021         (pic_load_addr_32bit): ... this.  New named pattern.
39022         * thumb2.md (pic_load_addr_thumb2): Delete.
39023         (pic_load_dot_plus_four): Delete.
39024         (tls_load_dot_plus_four): New named pattern.
39026 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
39028         PR libgomp/29986
39029         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
39030         Document fix for TLS bug.
39032 2010-01-31  Richard Guenther  <rguenther@suse.de>
39034         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
39035         conservatively correct.
39037 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
39039         PR target/42850
39040         Revert:
39041         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
39043         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
39045 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
39047         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
39049 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
39051         * config.gcc: Adjust order of makefile fragments for mingw targets.
39053 2010-01-31  Richard Guenther  <rguenther@suse.de>
39055         PR middle-end/42898
39056         * gimplify.c (gimplify_init_constructor): For volatile LHS
39057         initialize a temporary.
39059 2010-01-31  Matthias Klose  <doko@ubuntu.com>
39061         * configure.ac: Fix __stack_chk_fail check for cross builds configured
39062         --with-headers
39063         * configure: Regenerate.
39065 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
39067         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
39068         the same alias set and their sizes different constantness.
39069         (aliasing_component_refs_p): Revert 2009-10-24 change.
39071 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
39073         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
39074         unused.
39076 2010-01-29  Richard Guenther  <rguenther@suse.de>
39078         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
39079         Assert we successfully updated the call.
39081 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
39083         PR rtl-optimization/42889
39084         * df.h (df_set_bb_dirty_nonlr): New prototype.
39085         * df-core.c (df_set_bb_dirty_nonlr): New function.
39086         * df-scan.c (df_insn_rescan): Call it instead of
39087         df_set_bb_dirty for DEBUG_INSNs.
39089 2010-01-29  Richard Guenther  <rguenther@suse.de>
39091         PR middle-end/37448
39092         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
39093         quadratic behavior in most cases.
39095 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
39097         PR target/42891
39098         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
39099         in the call to gen_x86_movsicc_0_m1.
39101 2010-01-28  Richard Guenther  <rguenther@suse.de>
39103         PR tree-optimization/42871
39104         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
39106 2010-01-28  Richard Guenther  <rguenther@suse.de>
39108         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
39109         into call arguments.
39111 2010-01-28  Richard Guenther  <rguenther@suse.de>
39113         PR middle-end/42883
39114         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
39115         the forwarder if the destination is an EH landing pad.
39117 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
39119         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
39120         block list passed to gimple_duplicate_sese_tail.
39121         (parallelize_loops): Avoid parallelization when the function
39122         has_nonlocal_label.
39123         Avoid parallelization when the preheader is IRREDUCIBLE.
39124         Try to optimize when estimated_loop_iterations_int is unresolved.
39125         Add the loop's location to the dump file.
39126         * tree-cfg.c (add_phi_args_after_redirect): Remove.
39127         (gimple_duplicate_sese_tail): Remove the check for the latch.
39128         Redirect nexits to the exit block.
39129         Remove handling of the incoming edges to the latch.
39130         Redirect the backedge from the copied latch to the exit bb.
39132 2010-01-28  Michael Matz  <matz@suse.de>
39134         PR target/42881
39135         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
39136         Wrap force_reg into a sequence, emit it before user.
39138 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
39140         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
39141         (arm_rev): New.
39142         (arm_legacy_rev): Likewise.
39143         (thumb_legacy_rev): Likewise.
39145 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
39147         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
39148         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
39149         on MEM's address failed, try avoid_constant_pool_reference and
39150         recurse if it returned something different.
39151         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
39152         address, try avoid_constant_pool_reference and recurse if it
39153         returned something different.
39154         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
39155         address and avoid_constant_pool_reference returned something
39156         different, don't set have_address.
39158 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
39160         PR debug/42861
39161         * var-tracking.c (val_store): Add modified argument, obey it.
39162         Adjust callers.
39163         (count_uses): Move down logging of main.
39164         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
39165         don't need resolution.
39166         (emit_notes_in_bb): Likewise.
39168 2010-01-27  Richard Guenther  <rguenther@suse.de>
39170         PR middle-end/42878
39171         * tree-inline.c (remap_decl): Delay remapping of SSA name
39172         default definitions until we need them.
39174 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
39176         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
39177         (rs6000_delegitimize_address): New function.
39179         * config/s390/s390.c (s390_delegitimize_address): Call
39180         delegitimize_mem_from_attrs.
39182         PR middle-end/42874
39183         * tree-inline.c (cannot_copy_type_1): Removed.
39184         (copy_forbidden): Don't forbid copying of functions containing
39185         records/unions with variable length fields.
39187 2010-01-27  Christian Bruel  <christian.bruel@st.com>
39189         Revert:
39190         PR target/42841
39191         * config/sh/sh.c (find_barrier): Increase length for non delayed
39192         conditional branches.
39194 2010-01-27  Matthias Klose  <doko@ubuntu.com>
39196         * configure.ac (gnu-unique-object): Fix ldd version check.
39197         * configure: Regenerate.
39199 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
39201         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
39202         HAVE_GNU_AS value.
39203         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
39204         Test for HAVE_GNU_AS value.
39206 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
39208         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
39209         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
39210         INT64_TYPE): Define.
39211         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
39212         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
39213         INT_LEAST64_TYPE): Define.
39214         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
39215         UINT_LEAST64_TYPE): Define.
39216         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
39217         INT_FAST64_TYPE): Define.
39218         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
39219         UINT_FAST64_TYPE): Define.
39220         (INTMAX_TYPE, UINTMAX_TYPE): Define.
39221         (INTPTR_TYPE, UINTPTR_TYPE): Define.
39222         (SIG_ATOMIC_TYPE): Define.
39224 2010-01-26  Richard Guenther  <rguenther@suse.de>
39226         * df-scan.c (df_scan_set_bb_info): Remove assert.
39227         (df_insn_rescan_debug_internal): Merge asserts.
39228         (df_install_ref): Likewise.
39229         (df_mark_reg): Use bitmap_set_range.
39230         (df_hard_reg_used_p): Remove assert.
39231         (df_hard_reg_used_count): Likewise.
39233 2010-01-26  Richard Guenther  <rguenther@suse.de>
39235         PR rtl-optimization/42685
39236         * web.c (web_main): Ignore DEBUG_INSNs.
39238 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
39240         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
39242         (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
39243         Fix types of fndecl and arglist parameters.
39245 2010-01-26  Richard Guenther  <rguenther@suse.de>
39247         PR middle-end/42806
39248         * tree-eh.c (unsplit_eh): Skip debug insns.
39250 2010-01-26  Richard Guenther  <rguenther@suse.de>
39252         PR tree-optimization/42250
39253         * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
39255 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
39257         PR fortran/42866
39258         * omp-low.c (expand_omp_sections): Only use single_pred if
39259         l2_bb is single_pred_p.
39261 2010-01-25  Christian Bruel  <christian.bruel@st.com>
39263         PR target/42841
39264         * config/sh/sh.c (find_barrier): Increase length for non delayed
39265         conditional branches.
39266         (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
39268 2010-01-24  David S. Miller  <davem@davemloft.net>
39270         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
39271         define if not using GAS.
39272         * config/sparc/sparc.c (sparc_elf_asm_named_section):
39273         Likewise.  Delete SECTION_MERGE code, which is only applicable
39274         when using GAS.
39276 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
39278         PR c++/42748
39279         * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
39280         mangling of va_list in system headers.
39282 2010-01-23  Toon Moene  <toon@moene.org>
39284         * tree-predcom.c (combine_chains): Return NULL, not false.
39286 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
39288         * tree-loop-distribution.c (distribute_loop): Fix declaration and
39289         initialization of variable res to agree with return type.
39291 2010-01-22  Steve Ellcey  <sje@cup.hp.com>
39293         * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
39294         * tree-sra.c: Add include of expr.h.
39296 2010-01-22  Jakub Jelinek  <jakub@redhat.com>
39298         * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
39299         insert the debug stmt on the single non-EH edge from the stmt.
39301 2010-01-22  Richard Henderson  <rth@redhat.com>
39303         PR tree-opt/42833
39304         * tree-sra.c (sra_modify_assign): Delay re-gimplification of
39305         the RHS until after generate_subtree_copies has insertted its
39306         code before the current statement.
39308 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
39310         * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
39312         * gcc-plugin.h (plugin_init): Use "C" likage for c++.
39314 2010-01-21  Martin Jambor  <mjambor@suse.cz>
39316         PR tree-optimization/42585
39317         * tree-sra.c (struct access): New field grp_total_scalarization.
39318         (dump_access): Dump the new field.
39319         (should_scalarize_away_bitmap): New variable.
39320         (cannot_scalarize_away_bitmap): Likewise.
39321         (sra_initialize): Allocate new bitmaps.
39322         (sra_deinitialize): Free new bitmaps.
39323         (create_access_1): New function.
39324         (create_access): Parts moved to create_access_1.
39325         (type_consists_of_records_p): New function.
39326         (completely_scalarize_record): Likewise.
39327         (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
39328         (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
39329         (sort_and_splice_var_accesses): Hint groups with a total_scalarization
39330         access.
39331         (analyze_all_variable_accesses): Completely scalarize small eligible
39332         records.
39334 2010-01-21  Martin Jambor  <mjambor@suse.cz>
39336         * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
39338 2010-01-21  Andrew Haley  <aph@redhat.com>
39340         * gcc.c (process_command): Move lang_specific_driver before
39341         setting cc_libexec_prefix.
39343 2010-01-21  Richard Guenther  <rguenther@suse.de>
39345         PR middle-end/19988
39346         * fold-const.c (negate_expr_p): Pretend only negative
39347         real constants are easily negatable.
39349 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
39350             Jason Merrill  <jason@redhat.com>
39352         * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
39353         (TYPE_TRANSPARENT_AGGR): this, for union and record.
39354         * calls.c (initialize argument_information): Handle it.
39355         * c-common.c (handle_transparent_union_attribute): Use new name.
39356         * c-decl.c (finish_struct): Ditto.
39357         * c-typeck.c (type_lists_compatible_p): Ditto.
39358         (convert_for_assignment): Use new name and also handle record.
39359         * function.c (aggregate_value_p): Handle it.
39360         (pass_by_reference): Ditto.
39361         (assign_parm_data_types): Ditto.
39362         * print-tree.c (print_node): Ditto.
39363         * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
39364         * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
39365         * tree.c (first_field): New fn.
39367 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
39369         PR target/42818
39370         * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
39371         even when linking statically, for now.
39373 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
39375         PR debug/42715
39376         * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
39377         without a cselib val.
39378         (count_uses): Accept MO_VAL_SET with no val on stores.
39379         (add_stores): Likewise.
39381 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
39383         * var-tracking.c (check_value_val): Add a compile time assertion.
39384         (dv_is_decl_p): Simplify.
39385         (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
39386         gcc_assert if ENABLE_CHECKING.
39388 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
39390         PR debug/42782
39391         * var-tracking.c: Include tree-flow.h.
39392         (mem_dies_at_call): New.
39393         (dataflow_set_preserve_mem_locs): Use it.
39394         (dataflow_set_remove_mem_locs): Likewise.
39395         (dump_var): Renamed from dump_variable.  Adjust all callers.
39396         (dump_var_slot): Renamed from dump_variable_slot.  Likewise.
39397         * Makefile.in (var-tracking.o): Adjust deps.
39399 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
39401         * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
39403 2010-01-20  Richard Guenther  <rguenther@suse.de>
39405         PR tree-optimization/42717
39406         * tree-ssa-dce.c (get_live_post_dom): Remove.
39407         (forward_edge_to_pdom): Take an arbitrary edge to copy
39408         degenerate PHI args from.
39409         (remove_dead_stmt): Use the first post-dominator even if it
39410         does not contain live statements as redirection destination.
39412 2010-01-20  Richard Guenther  <rguenther@suse.de>
39414         * tree-inline.c (estimate_num_insns): Handle EH builtins.
39416 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
39418         * sel-sched.c (create_speculation_check): Remove set but not used
39419         variable twin.
39420         (try_transformation_cache): Remove set but not used variable ds.
39421         (calculate_privileged_insns): Remove set but not used variables
39422         cur_insn and min_spec_insn.
39423         (find_best_expr): Remove set but not used variable avail_n.
39424         * tree-predcom.c (base_names_in_chain_on): Remove set but not used
39425         variable e.
39426         * cgraphunit.c (assemble_thunk): Remove set but not used variable
39427         false_label.
39428         * haifa-sched.c (remove_notes): Remove set but not used variable prev.
39429         * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
39430         new_scop_exit_edge.
39432 2010-01-20  Felyza Wishbringer  <fwishbringer@gmail.com>
39434         PR bootstrap/42786
39435         * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
39436         cpu types.  Add support for *-sse3 cpu types.
39437         (x86_64-*-*): Ditto.
39439 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
39441         PR middle-end/42803
39442         * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
39443         argument, call initializer_constant_valid_p_1 instead of
39444         initializer_constant_valid_p, pass CACHE to it, return NULL
39445         immediately if first call returns NULL.
39446         (initializer_constant_valid_p_1): New function.
39447         (initializer_constant_valid_p): Use it.
39449 2010-01-20  Thomas Quinot  <quinot@adacore.com>
39451         * tree.def (PLACEHOLDER_EXPR): Fix comment.
39453 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
39455         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
39456         of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
39457         (loc_list_from_tree): Don't handle unsigned division.  Handle
39458         signed modulo using DW_OP_{over,over,div,mul,minus}.
39459         * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
39460         modulo instead of signed.
39462 2010-01-20  DJ Delorie  <dj@redhat.com>
39464         * config/h8300/h8300.c (F): Add "in_epilogue" flag.
39465         (Fpa): Pass it
39466         (h8300_emit_stack_adjustment): Propogate it.
39467         (push): Pass it.
39468         (h8300_expand_prologue): Likewise.
39469         (h8300_expand_epilogue): Likewise.
39471 2010-01-19  Michael Matz  <matz@suse.de>
39473         PR tree-optimization/41783
39474         * tree-data-ref.c (toplevel): Include flags.h.
39475         (dump_data_dependence_relation):  Also dump the inputs if the
39476         result will be unknown.
39477         (split_constant_offset_1): Look through some conversions.
39478         * tree-predcom.c (determine_roots_comp): Restart a new chain if
39479         the offset from last element is too large.
39480         (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
39481         (reassociate_to_the_same_stmt): Handle vector registers.
39482         * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
39483         (e.g. conversions).
39484         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
39485         wide_prolog_niters argument, emit widening instructions.
39486         (vect_do_peeling_for_alignment): Adjust caller, use widened
39487         variant of the iteration cound.
39488         * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
39490 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
39492         PR target/38697
39493         * config/arm/neon-testgen.m (emit_automatics): New parameter
39494         features. Adjust for Fixed_return_reg feature.
39495         (test_intrinsic): Call emit_automatics with new feature.
39496         * config/arm/neon.ml: Update copyright years.
39497         (features): New Fixed_return_reg feature.
39498         (ops): Update feature for Vget_low.
39500 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
39502         PR tree-optimization/42719
39503         * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
39504         stmt uses.
39506         PR debug/42728
39507         * fwprop.c (all_uses_available_at): Return false if def_set dest
39508         is a REG that is used in def_insn.
39510 2010-01-19  Joern Rennecke  <amylaar@spamcop.net>
39512         * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
39514         (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
39515         Add argument names.
39517         (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
39519         * target.h (struct gcc_target) <secondary_reload>: Change type
39520         of last argument to secondary_reload_info *.
39522 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
39524         PR target/42774
39525         * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
39526         memory references with unaligned offsets.  Remove CQImode handling.
39527         (unaligned_memory_operand): Return 1 for memory references with
39528         unaligned offsets.  Remove CQImode handling.
39530 2010-01-18  Richard Guenther  <rguenther@suse.de>
39532         PR middle-end/39954
39533         * cfgexpand.c (expand_call_stmt): TER pointer arguments in
39534         builtin calls.
39536 2010-01-18  Richard Guenther  <rguenther@suse.de>
39538         PR tree-optimization/42781
39539         * tree-ssa-structalias.c (find_what_var_points_to): Skip
39540         restrict processing only if the original variable was artificial.
39542 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
39544         * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
39545         find number of popped argument bytes.
39547         (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
39548         Fix the text that describes the return value for invalid insns.
39550         (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type.  Fix argument list.
39552         (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
39553         Clarify what 'cost of the -dependence' is.  Fix quoting.
39555         * toplev.c (default_get_pch_validity): Rename argument to "sz".
39556         * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
39558 2010-01-17  Jakub Jelinek  <jakub@redhat.com>
39560         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
39561         {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
39563 2010-01-17  Richard Guenther  <rguenther@suse.de>
39565         PR middle-end/42248
39566         * function.c (split_complex_args): Take a VEC to modify.
39567         (assign_parms_augmented_arg_list): Build a VEC instead of
39568         a chain of PARM_DECLs.
39569         (assign_parms_unsplit_complex): Take a VEC of arguments.
39570         Do not fixup unmodified parms.
39571         (assign_parms): Deal with the VEC.
39572         (gimplify_parameters): Likewise.
39574 2010-01-17  Richard Guenther  <rguenther@suse.de>
39576         * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
39577         node existence check.
39578         * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
39579         * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
39580         * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
39581         * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
39582         (gimple_execute_on_growing_pred): Likewise.
39584 2010-01-17  Richard Guenther  <rguenther@suse.de>
39586         PR tree-optimization/42773
39587         * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
39588         (compute_antic_aux): Likewise.
39589         (compute_partial_antic_aux): Likewise.
39591 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
39593         PR debug/42767
39594         * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
39595         and US_TRUNCATE.
39597 2010-01-17  Joern Rennecke  <amylaar@spamcop.net>
39599         * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
39600         appearance.
39602         (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
39603         Fix markup for strict argument.
39605         (TARGET_SCHED_REORDER2): Fix argument types.
39607         (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
39608         (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
39610         (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
39611         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
39613         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
39614         Add argument name.
39616         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
39617         (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
39618         (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
39619         (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
39620         (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
39622         (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
39624         (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
39626         (TARGET_ASM_RELOC_RW_MASK): Add return type.
39627         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
39629         (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
39631         (TARGET_ASM_FILE_START): Put @findex before paragraph start.
39632         Use prototype.
39634         (TARGET_ASM_NAMED_SECTION): Fix argument list.
39636         (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
39637         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
39639         (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
39641         (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
39643         (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
39644         referring to it.  Fix language.
39646         (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
39648         (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
39650         (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
39652         (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
39654         (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
39655         '@var{stream}.  Remove stray 'and'.
39657         (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
39659         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
39661         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
39663         (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
39664         misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
39666         (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
39667         Fix description of return value.
39668         Rename argument "sz" to "len."
39670         (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
39671         Clarify meaning of 'true' return value.
39673         (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
39675         (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
39676         rep_mode versus mode_rep.
39678         (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
39680         (TARGET_BUILTIN_DECL): Fix name.
39682         (TARGET_COMMUTATIVE_P): Fix type of first argument.
39684         (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
39686         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
39688         (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
39690         (TARGET_RELAXED_ORDERING): Use @deftypevr.
39692         (TARGET_GET_DRAP_RTX): Note that this is a hook.
39693         Clarify language.
39695         (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
39696         Rename argument tm_fn to md_fn.
39698         (TARGET_OPTION_PRINT): Fix argument list.
39700 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
39702         PR target/42664
39703         * config/i386/i386.c (ix86_fixup_binary_operands):
39704         Revert FMA4 fixup of operands.
39706 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39708         PR other/42525
39709         * Makefile.in (write_entries_to_file, install-plugin):
39710         Use \012 instead of \n with tr.
39712 2010-01-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
39714         * configure.ac (HAVE_AS_REF): New C macro.
39715         * configure: Regenerate.
39716         * config.in: Likewise.
39717         * collect2.c (main): Only postpone SCAN_DWEH to the second pass
39718         if HAVE_AS_REF.
39719         * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
39720         if HAVE_AS_REF.
39722 2010-01-16  Joern Rennecke  <amylaar@spamcop.net>
39724         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
39726         (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
39728         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
39730         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
39732         (TARGET_IN_SMALL_DATA_P): Fix argument type.
39734         (TARGET_BINDS_LOCAL_P): Fix argument type.
39736         (TARGET_ASM_FILE_END): Use prototype.
39738         (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
39740         (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
39742         (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
39744         (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
39746         (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
39747         (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
39749         (TARGET_PCH_VALID_P): Put 'const char *' in braces.
39750         (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
39752         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
39753         (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
39754         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
39755         (TARGET_ADDR_SPACE_CONVERT): Likewise.
39757         (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
39759         (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
39761         (TARGET_INIT_BUILTINS): Use prototype.
39763         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
39764         Put 'const char *' in braces.  Fix parameter types.
39765         (TARGET_INVALID_CONVERSION): Fix parameter types.
39766         (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
39767         (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
39769         (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
39770         Fix argument type.
39772         (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
39774         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
39776 2010-01-15  Joern Rennecke  <amylaar@spamcop.net>
39778         * doc/tm.texi (TARGET_HELP): Fix return type.
39780         (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
39781         in braces.  Fix argument types.
39783         (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
39785         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
39787         (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
39789         (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
39790         (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
39792         (TARGET_MANGLE_TYPE): Fix argument types.
39794         (TARGET_IRA_COVER_CLASSES): Use prototype.
39796         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
39798         (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
39800         (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
39802         (TARGET_MUST_PASS_IN_STACK): Fix argument type.
39804         (TARGET_CALLEE_COPIES): Fix argument types.
39806         (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
39808         (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
39810         (TARGET_FUNCTION_VALUE): Fix argument types.
39812         (TARGET_RETURN_IN_MSB): Fix argument type.
39814         (TARGET_RETURN_IN_MEMORY): Fix argument types.
39816         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
39818         (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
39820         (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
39821         agree with return type.
39823         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
39825 2010-01-15  Jing Yu  <jingyu@google.com>
39827         PR rtl-optimization/42691
39828         * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
39829         a pseudo to a constant and are merged, and adjust comments.
39831 2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
39833         * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
39835 2010-01-15  Richard Guenther  <rguenther@suse.de>
39837         PR middle-end/42739
39838         * tree-cfgcleanup.c (remove_forwarder_block): Move destination
39839         labels of computed or non-local gotos to the destination.
39840         * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
39841         landing pad label is the first label.
39843 2010-01-15  Richard Guenther  <rguenther@suse.de>
39845         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
39847 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
39849         PR target/42747
39850         * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
39851         to allow generation of the xssqrtdp instruction on power7.
39852         (sqrtdf2_fpr): Ditto.
39854 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
39856         PR middle-end/42674
39857         * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
39858         functions with noreturn attribute.
39860         PR c++/42608
39861         * varasm.c (declare_weak): Add weak attribute to decl if it
39862         doesn't have one already.
39863         (assemble_external): Only add decls to weak_decls if they also
39864         have weak attribute.
39866 2010-01-14  Alexandre Oliva  <aoliva@redhat.com>
39868         * var-tracking.c (var_reg_delete): Don't delete the association
39869         between REGs and values or one-part variables if the register
39870         isn't clobbered.
39872 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
39874         PR debug/42657
39875         * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
39876         because its first operand is a non-localized variable.
39878 2010-01-14  Martin Jambor  <mjambor@suse.cz>
39880         PR tree-optimization/42706
39881         * tree-sra.c (encountered_recursive_call): New variable.
39882         (encountered_unchangable_recursive_call): Likewise.
39883         (sra_initialize): Initialize both new variables.
39884         (callsite_has_enough_arguments_p): New function.
39885         (scan_function): Call decl and flags check only for IPA-SRA, check
39886         whether there is a recursive call and whether it has enough arguments.
39887         (all_callers_have_enough_arguments_p): New function.
39888         (convert_callers): Look for recursive calls only when
39889         encountered_recursive_call is set.
39890         (ipa_early_sra): Bail out either if
39891         !all_callers_have_enough_arguments_p or
39892         encountered_unchangable_recursive_call.
39894 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
39896         * sel-sched.c: Add 2010 to copyright years.
39897         * sel-sched-ir.c: Likewise.
39898         * sel-sched-ir.h: Likewise.
39900 2010-01-14  Martin Jambor  <mjambor@suse.cz>
39902         PR tree-optimization/42714
39903         * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
39904         constructors specially.
39906 2010-01-14  Andi Kleen  <ak@linux.intel.com>
39908         * config/i386/drivers-i386.c (detect_caches_intel):
39909         Add l2sizekb parameter and fill in.
39910         (host_detect_local_cpu): Add l2sizekb, fill in.
39911         Add Atom small cache heuristic.
39913 2010-01-14  Andi Kleen  <ak@linux.intel.com>
39915         * config/i386/drivers-i386.c (detect_caches_cpuid4):
39916         Add level3 parameter and fill in.
39917         (detect_caches_intel): Handle level3 cache.
39919 2010-01-14  Andi Kleen  <ak@linux.intel.com>
39921         * config/i386/drivers-i386.c (host_detect_local_cpu):
39922         Fix core duo detection.
39924 2010-01-14  Andi Kleen  <ak@linux.intel.com>
39926         * config/i386/drivers-i386.c (host_detect_local_cpu):
39927         Fix Atom detection.
39929 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
39931         * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
39932         (rs6000_variable_issue_1): this.  Use...
39933         (rs6000_variable_issue): here.  Reimplement.  Print debug info.
39935 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
39937         * sel-sched-ir.c (sel_restore_other_notes): Rename to
39938         sel_restore_notes.  Update all callers.  Call reemit_notes
39939         for all insns.
39941 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
39943         PR rtl-optimization/42246
39944         * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
39945         loops.
39947 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
39949         * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
39950         all successors is the same as number of successors in current region.
39952 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
39954         * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
39955         to rename is not separable.  Otherwise check that its LHS is not NULL.
39957 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
39959         * sel-sched.c (choose_best_reg_1):  Loop over all regs for mode.
39961 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
39963         * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
39964         available registers when failed to discover LHS register class.
39965         Fix indentation.  Update comment.
39967 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
39968             Alexander Monakov  <amonakov@ispras.ru>
39970         PR rtl-optimization/42389
39971         * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
39972         to can_issue_more.
39973         (advance_state_on_fence): Likewise.
39974         (sel_target_adjust_priority): Print debug output only when
39975         sched_verbose >= 4, not 2.
39976         (get_expr_cost): Do not issue all unique insns on the next cycle.
39977         (fill_insns): Initialize can_issue_more from the value saved
39978         with the fence.
39979         * sel-sched-ir.c (flist_add): New parameter issue_more.
39980         Init FENCE_ISSUE_MORE with it.
39981         (merge_fences): Likewise.
39982         (init_fences): Update call to flist_add.
39983         (add_to_fences, add_clean_fence_to_fences)
39984         (add_dirty_fence_to_fences): Likewise.
39985         (move_fence_to_fences): Update call to merge_fences.
39986         (invoke_reorder_hooks): Do not reset can_issue_more on insns from
39987         sched groups.
39988         * sel-sched-ir.h (struct _fence): New field issue_more.
39989         (FENCE_ISSUE_MORE): New accessor macro.
39991 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
39993         PR rtl-optimization/42388
39994         * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
39995         that have no predecessors nor successors.  Do not call move_bb_info
39996         for empty blocks outside of current region.
39998 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
40000         PR rtl-optimization/42294
40001         * sel-sched-ir.h (struct _sel_insn_data): Update comment.
40002         * sel-sched.c (move_exprs_to_boundary): Transitively add all
40003         originators' originators.
40005 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
40007         PR rtl-optimization/39453
40008         PR rtl-optimization/42246
40009         * sel-sched-ir.c (considered_for_pipelining_p): Do not test
40010         for pipelining_p.
40011         (sel_add_loop_preheaders): Add preheader to last_added_blocks.
40013 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
40014             Alexander Monakov  <amonakov@ispras.ru>
40016         PR middle-end/42245
40017         * sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
40018         (maybe_tidy_empty_bb): ... here.  Make static.  Add new
40019         argument.  Update all callers.
40020         (tidy_control_flow): ... and here.  Recompute topological order
40021         of basic blocks in region if necessary.
40022         (sel_redirect_edge_and_branch): Change return type.  Return true
40023         if topological order might have been invalidated.
40024         (purge_empty_blocks): Export and move from...
40025         * sel-sched.c (purge_empty_blocks): ... here.
40026         * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
40027         (maybe_tidy_empty_bb): Delete prototype.
40028         (purge_empty_blocks): Declare.
40030 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
40032         PR rtl-optimization/42249
40033         * sel-sched.c (try_replace_dest_reg): When chosen register
40034         and original register is the same, do not bail out early, but
40035         still check all original insns for validity of replacing destination
40036         register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
40037         in this case.
40039 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
40041         PR c/42721
40042         Port from no-undefined-overflow branch:
40043         2009-03-09  Richard Guenther  <rguenther@suse.de>
40045         * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
40047 2010-01-14  Richard Guenther  <rguenther@suse.de>
40049         PR lto/42665
40050         * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
40052 2010-01-14  Ira Rosen  <irar@il.ibm.com>
40054         PR tree-optimization/42709
40055         * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
40056         as scalar type in creation of constant vector operand.
40058 2010-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40060         PR testsuite/42414
40061         * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
40062         (check-parallel-%): Match `testsuite' directory component only
40063         at the end.
40065 2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>
40067         PR translation/39521
40068         * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
40069         strings with _().
40071 2010-01-13  Richard Guenther  <rguenther@suse.de>
40073         PR tree-optimization/42730
40074         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
40075         offset zero.
40077 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
40079         PR target/pr42542
40080         * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
40081         for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
40082         them signed.
40084 2010-01-13  Bernd Schmidt  <bernd.schmidt@analog.com>
40086         * config/bfin/libgcc-bfin.ver: Regenerate based on current
40087         libgcc-std.ver.  Add entries for ___smulsi3_highpart and
40088         ___umulsi3_highpart.
40090         * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
40091         rather than schedule_insns if the pass is enabled.
40093 2010-01-13  Martin Jambor  <mjambor@suse.cz>
40095         PR tree-optimization/42704
40096         * tree-sra.c (sra_modify_assign): Do not delete assignments to
40097         SSA_NAMEs.
40099 2010-01-13  Martin Jambor  <mjambor@suse.cz>
40101         PR tree-optimization/42703
40102         * tree-sra.c (analyze_access_subtree): Check that we can build a
40103         reference to the original data within the aggregate.
40105 2010-01-13  Richard Guenther  <rguenther@suse.de>
40107         PR tree-optimization/42705
40108         * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
40110 2010-01-13  Richard Guenther  <rguenther@suse.de>
40112         PR middle-end/42716
40113         * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
40115 2010-01-13  Jakub Jelinek  <jakub@redhat.com>
40117         PR debug/41371
40118         * var-tracking.c (values_to_unmark): New variable.
40119         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
40120         values_to_unmark vector.  Moved body to...
40121         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
40122         instead queue it into values_to_unmark vector.
40123         (vt_find_locations): Free values_to_unmark vector.
40125 2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
40127         * config/s390/s390.c (override_options): Set
40128         default of max-pending-list-length to 256
40130 2010-01-13  Richard Guenther  <rguenther@suse.de>
40132         PR lto/42678
40133         * tree-pass.h (PROP_gimple_lcx): New.
40134         * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
40135         * passes.c (init_optimization_passes): Move pass_lower_complex_O0
40136         before the final cleanup_eh.
40137         (dump_properties): Dump PROP_gimple_lcx.
40138         * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
40139         (tree_lower_complex_O0): Remove.
40140         (gate_no_optimization): Run if PROP_gimple_lcx is not set.
40141         (pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
40142         tree_lower_complex, schedule TODO_update_ssa.
40143         * lto-streamer-out.c (output_function): Stream the functions
40144         properties.
40145         * lto-streamer-in.c (input_function): Likewise.
40146         (lto_read_body): Do not override them here.
40148 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
40150         PR c/42708
40151         * c-typeck.c (build_c_cast): Fold value cast to union type before
40152         wrapping it in a CONSTRUCTOR.
40154 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
40156         PR rtl-optimization/42699
40157         * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
40158         involved.
40160 2010-01-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
40162         * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
40163         SUBTARGET_WARN_UNUSED_SPEC): Move ...
40164         config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
40165         SUBTARGET_WARN_UNUSED_SPEC): ... here
40166         * config/mips/iris5.h (LIBGCC_SPEC): Define.
40168 2010-01-12  Julian Brown  <julian@codesourcery.com>
40170         * config/arm/neon-schedgen.ml (Utils): Don't try to
40171         open missing module.
40172         (find_with_result): New.
40174 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
40176         PR debug/42662
40177         * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
40178         sharing when canonicalizing ({lt,ge}u (plus a b) b).
40180         PR tree-optimization/42645
40181         * tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
40182         (remap_ssa_name): If processing_debug_stmt and name wasn't found in
40183         decl_map, set processing_debug_stmt to -1 and return name without
40184         any remapping.
40186 2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
40188         * doc/install.texi (Specific#x-x-cygwin): Document minimum required
40189         binutils version, and reword target configuration description.
40191 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
40193         * config/avr/avr.h (LINKER_NAME): Remove.
40195 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
40197         PR target/42416
40198         * config/rs6000/rs6000.c (rs6000_override_options): On targets
40199         that support VSX, warn for -mno-altivec if vsx is not disabled,
40200         and disable vsx.
40202 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
40203             Shujing Zhao  <pearly.zhao@oracle.com>
40205         PR translation/42469
40206         * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
40207         fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
40208         character between option name and help text.
40209         * c.opt (imultilib): Likewise.
40211 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
40213         * lto-streamer-out.c (output_unreferenced_globals): Output static
40214         variables.
40216 2010-01-10  Steven Bosscher  <steven@gcc.gnu.org>
40218         PR rtl-optimization/42621
40219         * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
40220         optimizing for size.
40221         (duplicate_computed_gotos): Remove now-redundant check.
40223 2010-01-10  Steve Ellcey  <sje@cup.hp.com>
40225         PR target/37454
40226         * configure.ac: Save and restore LDFLAGS and LIBS
40227         * configure: Regenerate.
40229 2010-01-10  Richard Guenther  <rguenther@suse.de>
40231         PR middle-end/42667
40232         * builtins.c (fold_builtin_strlen): Add type argument and
40233         convert the resulting length to it.
40234         (fold_builtin_1): Adjust.
40236 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
40238         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
40239         sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
40240         1 insn.
40241         (num_insns_constant_wide): Adjust for that change.
40243 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
40245         PR debug/42631
40246         * web.c (union_defs): Add used argument, to combine uses of
40247         uninitialized regs.
40248         (entry_register): Adjust type and tests of used argument.
40249         (web_main): Widen used for new use.  Pass it to union_defs.
40250         * df.h (union_defs): Adjust prototype.
40252 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
40254         PR debug/42630
40255         * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
40256         uses in new incoming argument.  Free body.
40257         (reset_debug_uses_in_loop): New.
40258         (analyze_insn_to_expand_var): Call the latter if the former found
40259         anything.  Fix whitespace.  Reject invalid dest overlaps before
40260         going through all insns in the loop.
40262 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
40264         PR debug/42629
40265         * haifa-sched.c (dying_use_p): Debug insns don't count.
40267 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
40269         PR middle-end/42363
40270         * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
40271         * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
40272         (verify_gimple_call): Reject LHS in noreturn calls.
40274 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
40276         PR debug/42604
40277         PR debug/42395
40278         * tree-vect-loop-manip.c (adjust_info): New type.
40279         (adjust_vec): New pointer to vector.
40280         (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
40281         (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
40282         (slpeel_update_phis_for_duplicate_loop): Use them.
40283         (slpeel_update_phi_nodes_for_guard1): Likewise.
40284         (slpeel_update_phi_nodes_for_guard2): Likewise.
40285         (slpeel_tree_peel_loop_to_edge): Likewise.
40286         (vect_update_ivs_after_vectorizer): Likewise.
40288 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
40290         * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
40291         (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
40293 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
40295         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
40296         bogus uninitialized warning.
40298 2010-01-09  Richard Guenther  <rguenther@suse.de>
40300         PR middle-end/42512
40301         * tree-scalar-evolution.c (interpret_loop_phi): Make sure
40302         the evolution is compatible with the initial condition.
40304 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
40306         * gcc.c (process_command): Update copyright notice dates.
40307         * gcov.c (print_version): Likewise.
40308         * gcov-dump.c (print_version): Likewise.
40309         * mips-tfile.c (main): Likewise.
40310         * mips-tdump.c (main): Likewise.
40312 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
40314         PR target/41885
40315         * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
40316         (rotlhi3): Delete.
40317         (rotlhi3_8): Delete.
40318         (rotlsi3): Delete.
40319         (rotlsi3_8): Delete.
40320         (rotlsi3_16): Delete.
40321         (rotlsi3_24): Delete.
40322         (rotl<mode>3): New.
40323         (*rotw<mode>3): New.
40324         (*rotb<mode>3): New.
40325         * config/avr/avr.c (avr_rotate_bytes): New function.
40326         * config/avr/avr-proto.h (avr_rotate_bytes): New function.
40328 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
40330         PR target/37454
40331         * configure.ac: Modify -rdynamic check.
40332         * configure: Regenerate.
40334 2010-01-08  DJ Delorie  <dj@redhat.com>
40336         * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
40337         register popping order.
40339 2010-01-08  Richard Guenther  <rguenther@suse.de>
40341         PR lto/42528
40342         * c.opt (fsigned-char): Also let LTO handle this option.
40343         (funsigned-char): Likewise.
40345 2010-01-07  Richard Guenther  <rguenther@suse.de>
40347         * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
40348         (gimple_op): Likewise.
40349         (gimple_op_ptr): Likewise.
40350         (gimple_assign_set_lhs): Remove gcc_assert.
40351         (gimple_assign_set_rhs1): Likewise.
40352         (gimple_assign_set_rhs2): Likewise.
40353         (gimple_call_set_lhs): Likewise.
40354         (gimple_call_set_fn): Likewise.
40355         (gimple_call_set_fndecl): Likewise.
40356         (gimple_call_fndecl): Likewise.
40357         (gimple_call_return_type): Likewise.
40358         (gimple_call_set_chain): Likewise.
40359         (gimple_call_num_args): Likewise.
40360         (gimple_call_set_arg): Likewise.
40361         (gimple_cond_set_code): Likewise.
40362         (gimple_cond_set_lhs): Likewise.
40363         (gimple_cond_set_rhs): Likewise.
40364         (gimple_cond_set_true_label): Likewise.
40365         (gimple_cond_set_false_label): Likewise.
40366         (gimple_label_set_label): Likewise.
40367         (gimple_goto_set_dest): Likewise.
40368         (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
40369         (gimple_debug_bind_get_value): Likewise.
40370         (gimple_debug_bind_get_value_ptr): Likewise.
40371         (gimple_debug_bind_set_var): Likewise.
40372         (gimple_debug_bind_set_value): Likewise.
40373         (gimple_debug_bind_reset_value): Likewise.
40374         (gimple_debug_bind_has_value_p): Likewise.
40375         (gimple_return_retval_ptr): Remove gcc_assert.
40376         (gimple_return_retval): Likewise.
40377         (gimple_return_set_retval): Likewise.
40378         * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
40379         (safe_referenced_var_iterator): Remove.
40380         (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
40381         * tree-flow-inline.h (gimple_nonlocal_all): Remove.
40382         (fill_referenced_var_vec): Remove.
40383         (first_readonly_imm_use): Remove redundant gcc_assert.
40384         (phi_arg_index_from_use): Combine gcc_asserts.
40385         (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
40386         (first_imm_use_stmt): Remove redundant gcc_assert.
40387         * tree-cfg.c (verify_gimple_call): Verify function and chain
40388         operands.  Verify arguments.
40389         (verify_types_in_gimple_stmt): Verify condition code and labels.
40391 2010-01-07  Richard Guenther  <rguenther@suse.de>
40393         PR tree-optimization/42641
40394         * sese.c (rename_map_elt_info): Use the SSA name version, do
40395         not hash pointers.
40397 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
40399         PR tree-optimization/42625
40400         * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
40401         TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
40403 2010-01-07  Duncan Sands  <baldrick@free.fr>
40405         * Makefile.in (PLUGIN_HEADERS): Add version.h.
40407 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
40409         PR target/42511
40410         * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
40411         note itself is not function_invariant_p.
40413 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
40415         * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
40416         Do not add the DF_NOTE problem.
40417         * store-motion.c (execute_rtl_store_motion): Likewise.
40419 2010-01-07  Martin Jambor  <mjambor@suse.cz>
40421         PR tree-optimization/42157
40422         * tree-sra.c (compare_access_positions): Stabilize sort if both
40423         accesses have integer types, return zero immediately if they are the
40424         same.
40426 2010-01-06  Richard Henderson  <rth@redhat.com>
40428         PR middle-end/41883
40429         * haifa-sched.c (add_to_note_list): Merge into ...
40430         (concat_note_lists): ... here, and ...
40431         (unlink_other_notes, rm_other_notes): Merge into...
40432         (remove_notes): ... here.  Create REG_SAVE_NOTEs for
40433         NOTE_INSN_EPILOGUE_BEG.
40435 2010-01-06  Richard Guenther  <rguenther@suse.de>
40437         * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
40438         not inline regular functions into always-inline functions.
40440 2010-01-06  Nick Clifton  <nickc@redhat.com>
40442         * config/rx/rx.h (enum rx_cpu_type): Add RX200.
40443         (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
40444         used together.
40445         (OVERRIDE_OPTIONS): Delete.
40446         (OPTIMIZATION_OPTIONS): Define.
40447         (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
40448         * config/rx/rx.c (rx_handle_option): Issue an error message if
40449         -mcpu=rx200 and -fpu are used together.
40450         (rx_set_optimization_options): New function.  Issue an error
40451         message if an optimization attribute attempts to reset the FPU/
40452         math optimization pairing.
40453         * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
40454         * config/rx/rx.opt: Set the default to 32-bit doubles.
40455         * config/rx/t-rx: Add multilibs for -nofpu option.
40456         * doc/invoke.texi: Update documentation of RX options.
40458 2010-01-06  Richard Guenther  <rguenther@suse.de>
40460         * tree-ssa-pre.c (name_to_id): New global.
40461         (alloc_expression_id): Simplify SSA name handling.
40462         (lookup_expression_id): Likewise.
40463         (init_pre): Zero name_to_id.
40464         (fini_pre): Free it.
40466 2010-01-06  Uros Bizjak  <ubizjak@gmail.com>
40468         * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
40470 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
40472         PR target/42542
40473         * config/i386/sse.md (smaxv2di3): New.
40474         (umaxv2di3): Likewise.
40475         (sminv2di3): Likewise.
40476         (uminv2di3): Likewise.
40478 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
40480         PR target/42564
40481         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
40482         * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
40483         (legitimize_tls_address): Likewise.
40484         (sparc_tls_referenced_p): Likewise.
40485         * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
40486         and adjust calls to legitimize_pic_address.
40487         (legitimate_constant_p) Use sparc_tls_referenced_p.
40488         (legitimate_pic_operand_p): Likewise.
40489         (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
40490         (sparc_tls_symbol_ref_1): Delete.
40491         (sparc_tls_referenced_p): Make static, recognize specific patterns.
40492         (legitimize_tls_address): Make static, handle CONST patterns.
40493         (legitimize_pic_address): Make static, remove unused parameter and
40494         adjust recursive calls.
40495         (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
40496         and adjust call to legitimize_pic_address.
40497         (sparc_output_mi_thunk): Likewise.
40499 2010-01-05  Paolo Bonzini  <bonzini@gnu.rg>
40500             H.J. Lu  <hongjiu.lu@intel.com>
40502         PR target/42542
40503         * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
40504         for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
40505         operands to make them signed.
40507         Revert:
40508         2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
40510         PR target/42542
40511         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
40512         GTU to GT for V4SI and V2DI.
40514         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
40515         (umin<mode>3): Removed.
40516         (uminv8hi3): New.
40517         (uminv4si3): Likewise.
40519 2010-01-05  Martin Jambor  <mjambor@suse.cz>
40521         PR tree-optimization/42462
40522         * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
40523         current_function_decl to helper functions and macros.
40525 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
40527         PR bootstrap/41771
40528         * flags.h: Don't include real.h.
40529         (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
40530         HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
40531         * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
40532         HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
40533         * dominance.c: Update copyright.
40534         * gimple.c (walk_gimple_op): Remove inline.
40535         * tree-ssa-reassoc.c: Include real.h.
40536         * Makefile.in (FLAGS_H): Remove $(REAL_H).
40537         (tree-ssa-reassoc.o): Depend on $(REAL_H).
40539 2010-01-05  Nick Clifton  <nickc@redhat.com>
40541         * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
40542         register to push into the stack frame when the accumulator has to
40543         be saved during interrupts.
40545 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
40547         * doc/invoke.texi: Remove the documentation about option
40548         -Wunreachable-code.
40549         * common.opt (Wunreachable-code):  Preserved for backward
40550         compatibility.
40551         * tree-cfg.c: Remove the implementation of -Wunreachable-code.
40552         * opts.c (common_handle_option): Add OPT_Wunreachable_code to
40553         the backward compatibility flag section.
40555 2010-01-05  Richard Guenther  <rguenther@suse.de>
40557         * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
40559 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
40561         PR other/42611
40562         * cfgexpand.c (expand_one_var): Diagnose too large variables.
40564         PR tree-optimization/42508
40565         * tree-sra.c (convert_callers): Check for recursive call
40566         by comparing cgraph nodes instead of decls.
40567         (modify_function): Call ipa_modify_formal_parameters also
40568         on all same_body aliases.
40570         * cgraphunit.c (cgraph_materialize_all_clones): Compare
40571         cgraph nodes when checking for same_body aliases.
40573 2010-01-05  Richard Guenther  <rguenther@suse.de>
40575         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
40576         allocation and lookup.
40577         (get_or_alloc_expr_for_constant): Likewise.
40578         (phi_translate): Sink allocation.
40580 2010-01-04  Richard Guenther  <rguenther@suse.de>
40582         * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
40583         a new entry only if needed.
40584         * tree-ssa-dom.c (lookup_avail_expr): Likewise.
40585         * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
40586         hashtable lookup.
40587         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
40588         the result array.
40589         (phi_translate): Handle CONSTANTs early.
40591 2010-01-04  Martin Jambor  <mjambor@suse.cz>
40593         PR tree-optimization/42398
40594         * tree-sra.c (struct access): Removed flag grp_different_types.
40595         (dump_access): Do not dump the removed flag.
40596         (sort_and_splice_var_accesses): Do not set the removed flag.
40597         (sra_modify_expr): Check for type compatibility directly.
40599 2010-01-04  Martin Jambor  <mjambor@suse.cz>
40601         PR tree-optimization/42366
40602         * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
40603         edges with variable number of parameters.
40604         * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
40605         flag instead of asserting it.
40606         (ipa_read_node_info): Read uses_analysis_done flag.
40608 2010-01-04  Richard Guenther  <rguenther@suse.de>
40610         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
40611         iterative_hash_* as intended.
40612         (vn_reference_compute_hash): Likewise.  Simplify hashing
40613         SSA names.
40614         (vn_reference_lookup_2): Likewise.
40615         (vn_nary_op_compute_hash): Likewise.
40616         (vn_phi_compute_hash): Likewise.
40617         (expressions_equal_p): Remove strange code.
40618         * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
40619         (pre_expr_hash): Likewise.  Simplify hashing SSA names.
40620         (bitmap_insert_into_set_1): Take value-id as parameter.
40621         (add_to_value): Pass it.
40622         (bitmap_insert_into_set): Likewise.
40623         (bitmap_value_insert_into_set): Likewise.  Remove redundant check.
40625 2010-01-04  Jakub Jelinek  <jakub@redhat.com>
40627         PR driver/42442
40628         * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
40629         (do_self_spec): For switches with SWITCH_IGNORE set set also
40630         SWITCH_IGNORE_PERMANENTLY.
40631         (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
40632         of SWITCH_IGNORE.
40634 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
40636         * lto-streamer-out.c (output_unreferenced_globals): Output the full
40637         tree of an unreferenced global var.
40639 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
40641         PR target/42542
40642         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
40643         GTU to GT for V4SI and V2DI.
40645         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
40646         (umin<mode>3): Removed.
40647         (uminv8hi3): New.
40648         (uminv4si3): Likewise.
40650 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
40652         PR lto/42581
40653         * collect2.c (main): Turn on trace in collect2 if -v is passed
40654         to gcc with LTO.
40656 2010-01-03  Jerry Quinn  <jlquinn@optonline.net>
40658         * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
40659         description of expression operand.
40661 2010-01-03  Andrew Jenner  <andrew@codesourcery.com>
40663         * configure.ac: Add install-html to target_list for Make-hooks.
40664         * configure: Regenerate.
40665         * fortran/Make-lang.in (F95_HTMLFILES): New.
40666         (fortran.html): Use it.
40667         (fortran.install-html): New.
40668         * Makefile.in (install-html): Add lang.install-html.
40669         * java/Make-lang.in (JAVA_HTMLFILES): New.
40670         (java.html): Use it.
40671         (java.install-html): New.
40672         * objc/Make-lang.in (objc.install-html): New.
40673         * objcp/Make-lang.in (obj-c++.install-html): New.
40674         * cp/Make-lang.in (c++.install-html): New.
40675         * ada/gcc-interface/Make-lang.in (ada.install-html): New.
40676         * lto/Make-lang.in (lto.install-html): New.
40678 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
40680         PR lto/42520
40681         * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
40683 2009-01-03  Steven Bosscher  <steven@gcc.gnu.org>
40685         PR rtl-optimization/41862
40686         * store-motion.c (store_killed_in_insn, compute_store_table,
40687         remove_reachable_equiv_notes, replace_store_insn,
40688         build_store_vectors): Ignore all DEBUG_INSNs.
40690 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
40692         PR lto/41564
40693         * common.opt: Add dumpdir.
40695         * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
40696         isn't specified.
40697         (option_map): Add --dumpdir.
40699         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
40701         * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
40703         * opts.c (decode_options): Try dump_dir_name first if
40704         dump_base_name isn't an absolute path.
40705         (common_handle_option): Handle OPT_dumpdir.
40707         * toplev.c (dump_dir_name): New.
40708         (print_switch_values): Also ignore -dumpdir.
40710         * toplev.h (dump_dir_name): New.
40712 2010-01-03  Richard Guenther  <rguenther@suse.de>
40714         PR tree-optimization/42589
40715         * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
40716         double-word expansion of bswap32.
40718 2010-01-03  Steven Bosscher  <steven@gcc.gnu.org>
40720         * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
40721         with BLOCK_FOR_INSN.
40722         * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
40723         * ifcvt.c (noce_get_alt_condition, noce_try_abs,
40724         noce_process_if_block): Likewise.
40725         * gcse.c (compute_local_properties, insert_expr_in_table,
40726         insert_set_in_table, canon_list_insert, find_avail_set,
40727         pre_insert_copy_insn): Likewise.
40729         * basic-block.h (BLOCK_NUM): Move from here...
40730         * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
40732 2010-01-03  Richard Guenther  <rguenther@suse.de>
40734         PR tree-optimization/42438
40735         * tree-ssa-pre.c (struct bb_bitmap_sets): Add
40736         contains_may_not_return_call flag.
40737         (BB_MAY_NOTRETURN): New.
40738         (valid_in_sets): Trapping nary operations are not valid
40739         in blocks that may not return.
40740         (insert_into_preds_of_block): Remove check for trapping expressions.
40741         (compute_avail): Compute also BB_MAY_NOTRETURN.
40743 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
40745         * doc/invoke.texi: Add 2010 to copyright years.
40747 2010-01-03  Eric Botcazou  <ebotcazou@adacore.com>
40749         * config/sparc/sparc.c: Fix formatting nits.
40751 2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
40752             Alexander Monakov  <amonakov@ispras.ru>
40754         * doc/invoke.texi (Optimize Options): Reword introduction a bit.
40756 2010-01-02  Richard Guenther  <rguenther@suse.de>
40758         PR middle-end/42577
40759         * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
40760         (simplify_switch_using_ranges): Mark to be removed edges
40761         as non-executable.
40763 2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
40765         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
40767         * collect2.c (scan_libraries): Add missing argument in call to
40768         scan_prog_file.
40770 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
40772         PR target/42448
40773         * config/alpha/predicates.md (aligned_memory_operand): Return false
40774         for CQImode.
40775         (unaligned_memory_operand): Return true for CQImode.
40776         * config/alpha/alpha.c (get_aligned_mem): Assert that location
40777         doesn not cross aligned SImode word boundary.
40779 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
40781         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
40782         Remove.
40783         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
40784         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
40786 2010-01-02  Richard Guenther  <rguenther@suse.de>
40788         PR lto/41597
40789         * toplev.c (compile_file): Emit LTO marker properly.  Change
40790         it to __gnu_lto_v1.
40791         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
40793 2010-01-01  Richard Guenther  <rguenther@suse.de>
40795         PR debug/42455
40796         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
40798 2010-01-01  Richard Guenther  <rguenther@suse.de>
40800         PR c/42570
40801         * c-decl.c (grokdeclarator): For zero-size arrays force
40802         structural equality checks as layout_type does.
40804 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
40806         * builtins.c: Update copyright to 2010.
40808 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
40810         PR lto/42531
40811         * lto-streamer-out.c (produce_asm): Revert the last change.
40812         (copy_function): Likewise.
40814         * lto-streamer.c (lto_get_section_name): Skip any leading
40815         asterisk in name.
40817 2010-01-01  Richard Guenther  <rguenther@suse.de>
40819         PR middle-end/42559
40820         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
40821         for LABEL_DECLs.
40824 Copyright (C) 2010 Free Software Foundation, Inc.
40826 Copying and distribution of this file, with or without modification,
40827 are permitted in any medium without royalty provided the copyright
40828 notice and this notice are preserved.